mscott%netscape.com
bc4f864ef1
Bug #17352 --> temporarily hide this crasher by inserting an extra
...
ref count of the event queue. this is horrible since we are introducing
a leak. we need to examine the ownership model of event queues for the app
shell. I'm going to get pavlov to help me look at fixing this bug for real.
r=dougt
a=gramps,granrose
1999-10-27 22:00:54 +00:00
dmose%mozilla.org
b67f52fac6
updating license boilerplate in all files; checkin approved by leif@netscape.com
1999-10-27 21:02:24 +00:00
braddr%puremagic.com
b49b3dbdce
Ooops.. tree closed, better back these out for now. Sorry.
1999-10-27 21:01:37 +00:00
larryh%netscape.com
d4279e6ad9
BugZilla 17374. Add PROffset types
1999-10-27 20:29:22 +00:00
braddr%puremagic.com
b2ea5b4c45
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
...
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
1999-10-27 20:24:21 +00:00
bienvenu%netscape.com
f047a67dc5
fix race condition opening imap folder r=mscott, build stopper
1999-10-27 19:15:20 +00:00
kipp%netscape.com
2305d254f3
Backed out chris's accidental checkin (don't ask)
1999-10-27 15:57:35 +00:00
karnaze%netscape.com
990f5ccf18
hello
1999-10-27 15:55:31 +00:00
vidur%netscape.com
200fbfdedd
Update mNumFlushed counts when we do a synchronous notification (in scripts, for example). This is so that a call to FlushTags while we're executing a script sees the context stack in an updated state. Fixes bug 14042. R=joki.
1999-10-27 14:03:15 +00:00
Jerry.Kirk%Nexwarecorp.com
93356026cd
Finished implementing ListenToEventQueue.
...
r=kedl
1999-10-27 11:36:21 +00:00
idk%eng.sun.com
859ff4e6c3
bugId 17329
...
Added PlugletSecurityContext class.
Set ProxyJNI security context to PlugletSecurityContext
(see 15902)
1999-10-27 09:33:06 +00:00
hyatt%netscape.com
0c004ec853
working on theme switching r=pavlov
1999-10-27 09:24:23 +00:00
idk%eng.sun.com
23c2e04f3c
bugId 17316
...
Added 4 demo pluglets
a = laa@sparc.spb.su
r = idk@eng.sun.com
1999-10-27 09:10:36 +00:00
nisheeth%netscape.com
4635ae7bbd
Fix for bug 15633. Fixing build warning with the patch submitted by James Clark (jjc@jclark.com). r=nisheeth
1999-10-27 07:39:57 +00:00
briano%netscape.com
f6d74760ab
Automated update
1999-10-27 07:15:10 +00:00
nisheeth%netscape.com
f3f98e3a50
Added --enable-detec-webshell-leaks autoconf flag.
1999-10-27 07:14:42 +00:00
nisheeth%netscape.com
8f292a36ca
Added --enable-detect-webshell-leaks autoconf flag.
1999-10-27 07:13:48 +00:00
mcafee%netscape.com
36fdd3207f
switching to absolute leak/bloat numbers.
1999-10-27 07:02:25 +00:00
rpotts%netscape.com
247f25c399
bug #13054 . r=mscott,warren. Reworked how data is written to the network. I consolidated the writing of nsIBufferInputStreams and nsIInputStreams and limited the amount of data being wrtten at once to MAX_IO_TRANSFER_SIZE...
1999-10-27 06:51:12 +00:00
mscott%netscape.com
e630bd1249
Bug #14928 --> url dispatching. Adding initial scaffolding for the uri dispatcher service.
...
(not part of the build yet)
1999-10-27 06:49:42 +00:00
rpotts%netscape.com
80d39f4a4d
bug #16897 . Consolidated the firing of OnStopRequest into the nsHTTPChannel. This is also called if a transport fails to be created...
1999-10-27 06:48:53 +00:00
sfraser%netscape.com
bd9f6bb44d
Ooops, maybe we do need one of those paths after all. r=floppy
1999-10-27 06:48:35 +00:00
mscott%netscape.com
f4b43064b3
added a url dispatching comment.
1999-10-27 06:48:19 +00:00
sfraser%netscape.com
2795fbd65a
Another teeny project fix -- remove obsolete lib/xp paths in the two static targets (which are not built anyway). r=moose
1999-10-27 06:44:44 +00:00
sfraser%netscape.com
c4f0132c82
Fix the output file (RDF.header -> chrome.headers) so that .h file generation dependencies work properly. Fixes the red tree. r=mscott
1999-10-27 06:42:07 +00:00
rpotts%netscape.com
17438e6544
These are pollmanns changes for bug #8209 and other related POSTing bugs r=rpotts
1999-10-27 06:35:03 +00:00
mcafee%netscape.com
50c0b37f62
switching to absolute leak/bloat numbers.
1999-10-27 06:34:28 +00:00
sfraser%netscape.com
23b4cda2b7
Really change to using the NSComponent library. the opt target still had NSStartup. r=moose.
1999-10-27 06:31:40 +00:00
pavlov%netscape.com
59f4ea85ef
check for null r=alecf
1999-10-27 05:51:05 +00:00
putterman%netscape.com
3964bb3ac5
Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
1999-10-27 04:46:12 +00:00
bienvenu%netscape.com
212c946904
add accessor for load group on doc loader r=rpotts
1999-10-27 04:44:42 +00:00
troy%netscape.com
e2dfeedb8d
Changed view to be stored as a frame property instead of a member data
...
of nsFrame
1999-10-27 03:56:14 +00:00
mccabe%netscape.com
7411a6b98e
Undo overly-hasty backout. This reinstates part of my recent checkin.
1999-10-27 03:44:38 +00:00
saari%netscape.com
3f5758610e
Making popups not steal activation on MacOS. r: pinkerton, no bug number that I'm aware of
1999-10-27 03:32:35 +00:00
tbogard%aol.net
d048c202c8
Create an initialization structure to hold data until window created. Added a lot of implementation for many of the accessors. Filled in a lot of other first cut implementation.
1999-10-27 02:45:49 +00:00
tbogard%aol.net
0489a28de1
For some reason to get an nsRect implementation you have to link with gfx. Yeah, that's componentized!
1999-10-27 02:44:49 +00:00
beard%netscape.com
602f4ce6b8
make warnings not terminate build. fix bustage, r=mccabe
1999-10-27 02:44:34 +00:00
tbogard%aol.net
274f096f69
Boundary checking.
1999-10-27 02:44:01 +00:00
tbogard%aol.net
e6cd8bdc20
A little more documentation.
1999-10-27 02:43:37 +00:00
hyatt%netscape.com
deace1a2e2
making the chrome registry work with dynamic overlays r=pavlov
1999-10-27 02:21:05 +00:00
mccabe%netscape.com
e0897b5f5f
Debust mac-specific \r-related tree breakage.
1999-10-27 01:28:59 +00:00
troy%netscape.com
8b70d1eabe
Change to some assertions in debug mode
1999-10-27 00:53:15 +00:00
mccabe%netscape.com
522974aa44
Various fixes to xpidl. Note that this checkin will cause a rebuild of everything that depends on nsISupports.h. Fixes courtesy Mike Shaver, with small tweaks by McCabe. r=shaver, r=mccabe.
...
- Fix to bug 17013; have xpidl produce an error when encountering a native declaration without an associated (c++-name).
- remove many DEBUG_shaver lines.
- provide xpidl_tree_warning as a fallback for libIDL versions for which IDL_tree warning is bad, and NULL-proof our message callback function. Also remove a 1k buffer limit from the message callback function.
- make enum in IDL files an error. We don't support it, and love consts instead.
- Fix to 12684; don't allow [retval] parameter + return or multiple [retval] parameters.
- Fix to 13390; make non-{short,long} const a fatal error.
1999-10-27 00:37:39 +00:00
hangas%netscape.com
57ff059b36
Fixed the order of the stop and reload buttons on the browser. r=german
1999-10-27 00:17:16 +00:00
ftang%netscape.com
40d7a9cb87
add debugging code. change code so we won't call MapDBCSAttributeArrayToUnicodeOffsets when we are not composition. Sent length == 0 TextEvent if we got nothhing in IME_COMPOSITION. This is needed to delete the last unconverted text in IME. r=tague
1999-10-27 00:14:46 +00:00
ftang%netscape.com
911b9a8a40
implement input method highlight. r=tague
1999-10-27 00:10:03 +00:00
jj%netscape.com
96a79904b1
workaround to accept wildcards on Mac -- granrose. r=jj
1999-10-27 00:03:54 +00:00
rods%netscape.com
986d740c9d
At kipp's suggestion I added a EnterReflowLock before and a ExitReflowLock
...
after my AppendReflowCommand. The reflow command gets "kicked off"
and it is now fixed. r=kipp, b=14771
1999-10-26 23:34:46 +00:00
sspitzer%netscape.com
5307d5a837
fix for #17212 , r=mscott.
...
migrate imap servers that have the port in the name (like nsmail-2:143)
1999-10-26 23:34:30 +00:00
rods%netscape.com
a1997ce8aa
removed an unused variable and an extra decl and call to remove two warnings
...
r=none
1999-10-26 23:28:51 +00:00