ftang%netscape.com
18cbbca6c8
1st check in
...
git-svn-id: svn://10.0.0.236/trunk@48446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:30:12 +00:00
harishd%netscape.com
7a4a0e5db4
Fix for bugs 13498, 14199, 8389, 13640.
...
git-svn-id: svn://10.0.0.236/trunk@48445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:24:28 +00:00
ftang%netscape.com
45a25047dc
add HZ to the dll
...
git-svn-id: svn://10.0.0.236/trunk@48444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:21:24 +00:00
pollmann%netscape.com
0b4308ad81
Bug 14223: Typo, I'm sure.
...
git-svn-id: svn://10.0.0.236/trunk@48443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:18:49 +00:00
ftang%netscape.com
d8d3b85c10
add idl files
...
git-svn-id: svn://10.0.0.236/trunk@48442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:17:37 +00:00
ftang%netscape.com
2b96342442
remove dead file
...
git-svn-id: svn://10.0.0.236/trunk@48441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:15:38 +00:00
kipp%netscape.com
7223e249d3
Reworked side margin calculations to fix (finally!) bug 11932; also cleaned up table side margin handling to better match nav's behavior yet move forward with css2
...
git-svn-id: svn://10.0.0.236/trunk@48440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:15:16 +00:00
kipp%netscape.com
3e190bdd79
Reimplement TrimTrailingWhiteSpace; fixed another combined area bug (12910)
...
git-svn-id: svn://10.0.0.236/trunk@48439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:14:22 +00:00
ftang%netscape.com
1cab5d5592
check in for Xu, Yueheng <yueheng.xu@intel.com>
...
git-svn-id: svn://10.0.0.236/trunk@48438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:14:15 +00:00
kipp%netscape.com
e2761a3f1c
Reimplement TrimTrailingWhiteSpace
...
git-svn-id: svn://10.0.0.236/trunk@48437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:13:50 +00:00
brendan%mozilla.org
1041763b2e
- Bumped default compile-time JS version from 1.4 to 1.5.
...
- Add JS1.5 getter/setter support in all its glory:
* getter function SN() {return ++x} at top-level or as a closure binds an SN
property getter than returns the incremented value of x. Likewise for
setter function SN(y) {return y = x}.
* getters and setters may be defined in an object literal:
o = {p getter:function() {return ++this.x},
p setter:function(y){return this.x = y},
x:42};
* getter= and setter= operators (compound tokens) may be used to bind getter
and setter properties dynamically:
o = new Object;
o.p getter= function() {return ++this.x};
o.p setter= function(y){return this.x = y};
o.x = 42;
Waldemar is concerned that this form will collide semantically with JS2, so
I am not committing to keeping it in JS1.5. I'd like to check my code in
ASAP so shaver can use it, and I'd also like to see this form get used (or
not) during Mozilla betas. Caveat emptor, and if you find this "dynamic"
or "imperative" form necessary and hard to substitute, please let me know.
If this proves important to users, then I think JS1.5 should keep it.
- Cleaned up property flags (in a binary-incompatible fashion -- who cares?) by
eliminating JSPROP_ASSIGNHACK and JSPROP_TINYIDHACK.
- Added JS_DONT_PRETTY_PRINT flag to be ORed with the indent argument to the
several JS_Decompile*() API calls. This avoids any newlines or identation in
the decompiled string.
- Improved and extended (for getter/setter non-reservation) scanner lookahead
by using a circular (power-of-2 sized) token buffer.
- Fix ECMA Edition 3 deviation where function f(){function g(){}} bound f.g by
mistake (it should arrange to make a closure named g in activations of f, but
it should not bind a property of function f).
git-svn-id: svn://10.0.0.236/trunk@48436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:13:48 +00:00
kipp%netscape.com
a1c8b975ba
Bring TrimTrailingWhiteSpace back to life after troy's changes
...
git-svn-id: svn://10.0.0.236/trunk@48435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:50 +00:00
kipp%netscape.com
dce1fb8e52
Tweaked list logic
...
git-svn-id: svn://10.0.0.236/trunk@48434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:27 +00:00
kipp%netscape.com
0271e8b87b
Fixed up argument parsing issue with table align=left/right (bug 7352)
...
git-svn-id: svn://10.0.0.236/trunk@48433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:09 +00:00
pinkerton%netscape.com
a798bbca2b
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@48432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:08:25 +00:00
gagan%netscape.com
e044ae117d
Fixes the crash thats occuring on windows with no proxy setting.
...
git-svn-id: svn://10.0.0.236/trunk@48431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:08:09 +00:00
mscott%netscape.com
6a45cd7a74
initialize the ref count on this class.
...
git-svn-id: svn://10.0.0.236/trunk@48430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:07:34 +00:00
av%netscape.com
99a6ac3352
Workaround to make RealAudio plugin work
...
git-svn-id: svn://10.0.0.236/trunk@48429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:07:20 +00:00
bienvenu%netscape.com
ab1d8c22a4
some performance improvements for header parsing
...
git-svn-id: svn://10.0.0.236/trunk@48428 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:06:25 +00:00
vidur%netscape.com
94e4e0c5bd
Fixed Confirm() to get the nsIPrompt reference from the webshell container and not the webshell itself. Fixed leak in Prompt().
...
git-svn-id: svn://10.0.0.236/trunk@48427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:05:59 +00:00
mscott%netscape.com
cf65822e98
let sidebar take up all of the vertical space and shift the menus over to line up with the toolbar.
...
Thanks to Paul Hangas for this cool suggestion.
git-svn-id: svn://10.0.0.236/trunk@48426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:05:52 +00:00
vidur%netscape.com
c1674aa040
webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin.
...
git-svn-id: svn://10.0.0.236/trunk@48425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:04:31 +00:00
wtc%netscape.com
63eefd6d77
Bugzilla bug #13361 : fixed gcc compiler warnings. Thanks to
...
Steve Lamm (slamm@netscape.com ) for the bug report.
Modified files: prtime.h, prmwait.c, pratom.c, ptio.c, ptthread.c.
git-svn-id: svn://10.0.0.236/trunk@48424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 23:59:09 +00:00
chjung%netscape.com
0e25273b9a
[chjung 990920] add localization notes
...
git-svn-id: svn://10.0.0.236/trunk@48423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 23:29:30 +00:00
rods%netscape.com
b78119cf08
nailed again by nsCOMPtr
...
git-svn-id: svn://10.0.0.236/trunk@48422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:56:32 +00:00
dveditz%netscape.com
2ebcaa9f2a
fixing VC5 bustage for ssu
...
git-svn-id: svn://10.0.0.236/trunk@48421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:39:52 +00:00
warren%netscape.com
2bdfab8723
Taking out the damn nsCOMPtr for nsThreadPool for Mac!
...
git-svn-id: svn://10.0.0.236/trunk@48420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:35:06 +00:00
sspitzer%netscape.com
6716e8e4f0
fix for #14324 .
...
properly migrate the smtp server from 4.x using the SmtpService
git-svn-id: svn://10.0.0.236/trunk@48419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:32:03 +00:00
nisheeth%netscape.com
654347a177
Add a stopwatch to measure total time (parsing, content creation, frame creation, style resolution, and reflow) in the parser.
...
git-svn-id: svn://10.0.0.236/trunk@48418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:24:33 +00:00
rogerl%netscape.com
d2a5cbb6d0
(Bug #13416 )
...
Turned off 'super' keyword - was letting through some cut'n'pasted java
code quietly and blowing big chunks out of the codegen/interpreter later.
Anybody know why 'super' had an interesting value here? - there was no
support for it on any path that I could see.
git-svn-id: svn://10.0.0.236/trunk@48417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:21:24 +00:00
rods%netscape.com
aafb520645
Added code to make sure that focus gets set on the window for mouse down
...
git-svn-id: svn://10.0.0.236/trunk@48416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:18:57 +00:00
chuang%netscape.com
55fdcbc1a1
Fix bug 13904 Preferences: Mail and News typos
...
git-svn-id: svn://10.0.0.236/trunk@48415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:16:14 +00:00
chuang%netscape.com
8ea58eca88
Fix missing the last row when importing ldif file
...
git-svn-id: svn://10.0.0.236/trunk@48414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:13:54 +00:00
pierre%netscape.com
1ddbcd7152
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@48413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:12:35 +00:00
akkana%netscape.com
7b64229ccc
13447: fix regression in backspace/delete handling. Send char code or key code, but never both
...
git-svn-id: svn://10.0.0.236/trunk@48412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:10:03 +00:00
locka%iol.ie
3ffbd2398a
Added some documentation
...
git-svn-id: svn://10.0.0.236/trunk@48411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:07:09 +00:00
locka%iol.ie
54dd18aabb
Added safe for scripting support
...
git-svn-id: svn://10.0.0.236/trunk@48410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:00:30 +00:00
robinf%netscape.com
8d57f9a17a
fixing bug 4492; text added to New Config dialog
...
git-svn-id: svn://10.0.0.236/trunk@48409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:00:21 +00:00
locka%iol.ie
3ab5d226cc
A long lost file finds its way into the world
...
git-svn-id: svn://10.0.0.236/trunk@48408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:59:30 +00:00
dougt%netscape.com
d120266b38
removing const from nsIFile types
...
git-svn-id: svn://10.0.0.236/trunk@48407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:48:30 +00:00
mjudge%netscape.com
179e58ff5f
checking in fixes for selection around nodes where get primary frame will not lead to the discovery of all frames
...
git-svn-id: svn://10.0.0.236/trunk@48406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:47:37 +00:00
nisheeth%netscape.com
9ca0e1429c
Fixed build warning and removed NS_TIMER_STYLE_RESOLUTION define.
...
git-svn-id: svn://10.0.0.236/trunk@48405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:36:53 +00:00
dougt%netscape.com
e99e5b2e46
removing. the only way is xul.
...
git-svn-id: svn://10.0.0.236/trunk@48404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:36:01 +00:00
nisheeth%netscape.com
f2e1746b5e
Fixing build warning.
...
git-svn-id: svn://10.0.0.236/trunk@48403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:35:50 +00:00
dougt%netscape.com
8a42401716
Fixing software installation preference panel.
...
git-svn-id: svn://10.0.0.236/trunk@48402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:35:06 +00:00
dougt%netscape.com
9c94a07cd6
Cleaned up nsXPIFlash function names.
...
Added notification flash preference
Added nsIProgressEventSink to nsXPInstallManager
git-svn-id: svn://10.0.0.236/trunk@48401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:31:55 +00:00
pierre%netscape.com
f432271502
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@48400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:20:26 +00:00
pollmann%netscape.com
26278391ac
Bug 14303: Correct typo.
...
git-svn-id: svn://10.0.0.236/trunk@48399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:17:28 +00:00
ssu%netscape.com
b91594fae4
added ifdef _WINDOWS around a include file.
...
git-svn-id: svn://10.0.0.236/trunk@48398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:16:58 +00:00
norris%netscape.com
e8e1ce7e96
Changes necessary to generate adapter classes to files with associated optimizer package.
...
git-svn-id: svn://10.0.0.236/trunk@48397 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:16:45 +00:00