beard%netscape.com
abcdb3107a
catching SIGSEGV/SIGILL not reliable, off again.
2000-09-01 21:47:01 +00:00
hyatt%netscape.com
fce5f270c3
Fix tree multiple selection. Oops!, r=jrgm
2000-09-01 21:44:13 +00:00
hyatt%netscape.com
1d7c6d90f3
More XBL event speed improvements. r=ben
2000-09-01 21:43:34 +00:00
mkaply%us.ibm.com
b4fb77cbcc
#48208
...
r=dougt, a=brendan
Don't DebugBreak if the messagebox got an error displaying
2000-09-01 21:41:42 +00:00
akkana%netscape.com
25b16b52f3
36809: don't print nastygrams when copied output is zero length. r=pavlov
2000-09-01 21:40:46 +00:00
pinkerton%netscape.com
bfdab62a91
remove unused xul frames, nsTitledButton and nsToolbarItem
2000-09-01 21:40:34 +00:00
pinkerton%netscape.com
18cb3313de
removing unused xul frames, nsTitledButton and nsToolbarItemFrame. r=hyatt.
2000-09-01 21:39:25 +00:00
tao%netscape.com
b3fe8fea33
48646: "Download More" menuitem duplicated, kinda messed up. (r=nhotta,a=ftang)
2000-09-01 21:36:48 +00:00
leaf%mozilla.org
3d4dcd6c18
Automated update
2000-09-01 21:30:08 +00:00
radha%netscape.com
4e7d753a67
partial fix for 49498. r=nisheeth.
2000-09-01 21:29:48 +00:00
javi%netscape.com
4a2846a54b
Make the security advisor come up from the Task Menu bar again.
2000-09-01 21:25:25 +00:00
gordon%netscape.com
b48bfc8c83
Fix for Bug 31900 "[MLK] Leaking CacheInfo objects".
The mCaches field is the head of a linked list. I've added code to nsReplacementPolicy destructor to walk the list, deleting the objects along the way, rather than simply deleting the head of the list.
2000-09-01 21:24:40 +00:00
cls%seawood.org
5d2eebb92f
Every MKSHLIB_FORCE_ALL needs a MKSHLIB_UNFORCE_ALL. Should fix freebsd 2.2 bustage.
2000-09-01 21:16:36 +00:00
mkaply%us.ibm.com
80386e4ea7
OS/2 GCC Tinderbox break
...
Since GCC doesn't have _System, these need to be extern C
2000-09-01 21:12:59 +00:00
akkana%netscape.com
783035aa7e
50935: make multiline paste into single line text control switchable. r=mjudge
2000-09-01 21:12:43 +00:00
valeski%netscape.com
88476a5310
50920. r=vidur. hanging an nsIDOMWindow off of nsIWebBrowser
2000-09-01 21:10:23 +00:00
nhotta%netscape.com
dbe1fbf9e7
Removing a debug printf which was checked in by mistake in my last check in.
2000-09-01 20:58:41 +00:00
nbhatla%netscape.com
0d172ba3a4
#46519 -> Classic Skin Polish fixes. fix for missing bookmark icon on hover and click in urlbar. larger images for reduced tiling and increased speed for mac buttons. r=andreww
2000-09-01 20:39:55 +00:00
nbhatla%netscape.com
1bda2c1c97
First Checked In.
2000-09-01 20:31:42 +00:00
valeski%netscape.com
d4347756fa
fixing win9X make build problem
2000-09-01 20:18:46 +00:00
dougt%netscape.com
2c74501d28
Fixes a cycle between docshelltreeowner and layout which caused a huge
...
leak. r=adamlock@netscape.com
2000-09-01 19:38:46 +00:00
dougt%netscape.com
70cf95f915
Cleaning up leaks in gtkEmbed test example.
2000-09-01 19:36:43 +00:00
valeski%netscape.com
1c0c8d7b63
32185. r=wan-teh. Fixing hashtable enumeration lossage.
2000-09-01 19:11:24 +00:00
jst%netscape.com
c9ef287bd5
Fixing assertion on startup. r=vidur
2000-09-01 19:07:15 +00:00
ccarlen%netscape.com
d87765cb47
- NOT PART OF THE BUILD -
Updated for embedding API changes.
2000-09-01 19:07:01 +00:00
ccarlen%netscape.com
05f6c572cb
- NOT PART OF THE BUILD -
Clear any refs the CBrowserShell has to us early in the destructor.
2000-09-01 19:06:31 +00:00
ccarlen%netscape.com
b1e9b81bd1
- NOT PART OF THE BUILD -
Updated for embedding API changes
2000-09-01 19:04:06 +00:00
ccarlen%netscape.com
f2d04c9db9
- NOT PART OF THE BUILD -
Save prefs as soon as we touch them instead of waiting until quit time.
2000-09-01 19:03:23 +00:00
pnunn%netscape.com
5246f02766
bug#13718: pnunn. move init to intended location.
2000-09-01 19:00:05 +00:00
sspitzer%netscape.com
910ec9b98d
fix for crasher bug #51076 . the old category code is not ready for prime time, commenting it out.
...
mozilla 6.0 doesn't support new categories. r=mscott
2000-09-01 18:56:36 +00:00
dimator%netscape.com
437df4c969
Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer
2000-09-01 18:52:08 +00:00
brendan%mozilla.org
f4f8bbb650
Followup for 44997, r=shaver:
...
- #if JS_HAS_LVALUE_RETURN around cx->rval2/rval2set defs and uses.
- Instrument different kinds of invocations, #ifdef DEBUG only.
- Clean up basis case of empty switch statement to use high = -1, low = 0,
requiring care when optimizing in-range tests using unsigned casts, but
freeing the interpreter and decompiler from having to do an extra test
before looping from low to high.
- Clean up all codegen to use JUMP_OFFSET_LEN, ATOM_INDEX_LEN, etc. instead of
magic 2 or 4.
- Add JSOP_TRY and JSOP_FINALLY no-ops to save a srcnote per JSOP_NOP, and to
make decompilation and jit'ing easier.
- Minimize number of source notes to maximize SRC_XDELTA span.
- Use JSSCRIPT_FIND_CATCH_START in throw code.
- Indentation and bracing nits picked.
2000-09-01 18:42:22 +00:00
kestes%staff.mail.com
f24c77db50
imbed the version number in the generated html
2000-09-01 18:39:54 +00:00
kestes%staff.mail.com
a2ed4c7a72
export_alltree_headers
...
function signature has changed.
2000-09-01 18:39:19 +00:00
kestes%staff.mail.com
1d825bdc28
better comments to discribe the settings.
2000-09-01 18:38:23 +00:00
kestes%staff.mail.com
5109cf4f6b
$link was in the wrong scope.
...
I was returning undef instead of $link.
2000-09-01 18:37:52 +00:00
wtc%netscape.com
44a8b535aa
Bugzilla bug #30746 : the primordial thread should wait for the timer
...
manager thread to start only if the timer manager thread is a local
thread, otherwise in native-threads-only mode, if NSPR is initialized
by a DLL, the primordial thread may be hung in PR_WaitCondVar because
the (native) timer manager thread does not get to run until the DLL is
initialized.
2000-09-01 18:26:28 +00:00
ducarroz%netscape.com
48555aed0d
Fix for bug 50968. Replace out-dated status bar by a new one up to date. R=bienvenu
2000-09-01 18:26:10 +00:00
harishd%netscape.com
4668b6e263
7670 - Enable NOSCRIPT.
...
r=jst
2000-09-01 18:17:43 +00:00
harishd%netscape.com
47eb728bbf
7670 - Enabling NOSCRIPT content.
...
47827 - Make sure to check DD's hierarchy.
r=jst
2000-09-01 18:17:17 +00:00
brendan%mozilla.org
e185d5b9b7
Fix js_EnterSharpObject to clean up sharpObjectMap on error (44009, r=shaver).
2000-09-01 18:01:04 +00:00
dbragg%netscape.com
2598ed20af
Fix for bug 46802. Added the test from the nspref.dll to prevent unnecessary loading
2000-09-01 18:00:03 +00:00
dbragg%netscape.com
7f6e1cb522
Fix for bug 46802. Removed the test from the nspref.dll to prevent unnecessary loading
2000-09-01 17:59:29 +00:00
dbragg%netscape.com
77d801d185
Fix for bug 46802. Changed name of function to reflect its new functionality.
2000-09-01 17:58:33 +00:00
sspitzer%netscape.com
24538d74a9
checking in alecf's masterful fix for dogfood bug #50685 .
...
r=putterman,sspitzer a=granrose
2000-09-01 17:25:01 +00:00
wtc%netscape.com
186f59fb5b
Set version number to 4.1.
2000-09-01 16:07:38 +00:00
bienvenu%netscape.com
59b080e5bb
fix build bustage for locka, remove viewSource from jar manifest
2000-09-01 14:36:10 +00:00
bienvenu%netscape.com
e4622d02ab
add batching support for msg count notifications r=putterman 49212 and 17470
2000-09-01 14:25:09 +00:00
locka%iol.ie
bf41e5e70d
Removed hack put in to drag and drop to workaround this bug. b=41984, r=jst
2000-09-01 13:43:20 +00:00
locka%iol.ie
1f402e7d0a
Attach nsGlobalWindow's title property to the primary content document's title property. b=41984, r=jst
2000-09-01 13:31:21 +00:00