Commit Graph

57755 Commits

Author SHA1 Message Date
beard%netscape.com
a1e930178f _Charalloc, deallocate(void*) for _WIN32 only 2000-04-11 04:55:27 +00:00
beard%netscape.com
38c0d29748 defineGlobalProperty 2000-04-11 03:11:47 +00:00
beard%netscape.com
61caef62db JSObject, JSArray : public JSMap, gc_object<T>. Frame -> JSFrame. Added JSFrameStack which is an std:stack<JSFrame*, std:vector<JSFrame*> >. 2000-04-11 03:11:00 +00:00
beard%netscape.com
7683394fc6 use gc_allocator<T> everywhere, addGlobalProperty -> defineGlobalProperty 2000-04-11 03:07:39 +00:00
beard%netscape.com
bf940ffbab removed commented out GET_PROP/SET_PROP. 2000-04-11 02:59:52 +00:00
beard%netscape.com
4ca0198d48 added gc_object. 2000-04-11 02:59:14 +00:00
beard%netscape.com
bbffbab18d fixing an assert and warnings 2000-04-11 01:10:26 +00:00
wtc%netscape.com
647f8b9dc7 Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs.
Thanks to Braden N. McDaniel <braden@endoframe.com> for the bug report.
2000-04-11 00:39:12 +00:00
rogerl%netscape.com
bb3a13555c CALL opcode & frames etc. (r=beard) 2000-04-11 00:32:17 +00:00
ducarroz%netscape.com
6bf0714ade Fix make file build error. NOT YET PART OF THE BUILD 2000-04-11 00:14:43 +00:00
ducarroz%netscape.com
b7c1ff7669 First Checked In. 2000-04-11 00:00:38 +00:00
danm%netscape.com
39d7aed129 imap thread now uses a monitored thread event queue. bug 33928. r=mscott a=leaf 2000-04-10 23:29:55 +00:00
waqar%netscape.com
6e3ed3df27 Depend build does not do exports of header files. r=pollmann,a=leaf 2000-04-10 22:57:29 +00:00
ramiro%fateware.com
235fbbdb97 If an argument is given on the command line, load it as a url to test loading
of urls before the widget is realized.
2000-04-10 22:57:27 +00:00
ramiro%fateware.com
aa89b1bdd5 Constify gtk_moz_emged_load_url. If the widget aint realized on url load,
save the url for later.
2000-04-10 22:52:54 +00:00
waqar%netscape.com
d2db4ac8e0 nsIByteArrayInputStream.h files does not exist any more. r=pollmann,a=leaf 2000-04-10 22:48:27 +00:00
varada%netscape.com
26d94c0299 fix for bug #34641 - changing the homepageurl and animatedlogourl to http://home.netscape.com 2000-04-10 22:31:57 +00:00
waldemar%netscape.com
4e0864d1c2 Fixed delete/delete[] mismatch 2000-04-10 22:23:17 +00:00
waldemar%netscape.com
58dd2238a6 Fixed memory leak 2000-04-10 22:20:00 +00:00
pavlov%netscape.com
5dd14170f8 fix for 34651 r=sfraser a=leaf 2000-04-10 22:08:19 +00:00
danm%netscape.com
1ad23c1543 temporarily make all modal dialogs unmodal while a combobox popup is popping. bug 34484. r=pavlov a=leaf 2000-04-10 21:56:04 +00:00
ruslan%netscape.com
084eb9ad88 Fix 35344, r=dougt, a=leaf 2000-04-10 21:41:55 +00:00
ftang%netscape.com
9cf267b815 mjudge at ftangs machine. last fix to stop crashing. still problem with event from external IME window not getting to ESM 2000-04-10 21:35:52 +00:00
locka%iol.ie
878c3400bd Fixed link clicking assert 2000-04-10 21:09:46 +00:00
locka%iol.ie
dbe8b9d75f Removed some vestiges of when plugin used to be part of the control project 2000-04-10 21:09:07 +00:00
ftang%netscape.com
43e62d6dfa mjudge checkin in from ftangs machine. fixing japanese lockup. this will not fix the strange loss of the commit event to the ESM however. that was making thisproblem obvious. 2000-04-10 21:02:25 +00:00
saari%netscape.com
4d187b4818 Fix for M15 bug, crashing on tab. Effectively a null check in event state manager. r=hyatt, a=leaf 2000-04-10 20:52:52 +00:00
saari%netscape.com
65a82af06f Fixing M15 blocker 34464, crashing mac menu. r=danm, a=leaf, granrose, et al. 2000-04-10 20:48:42 +00:00
cls%seawood.org
219e3a69a2 Add CFLAGS & CXXFLAGS to MKCSHLIB & MKSHLIB respectively. Bug 35127, r=shaver, a=leaf 2000-04-10 20:38:28 +00:00
ruslan%netscape.com
6d0e87ac8e Fixing the first part of 35344, r=dougt, a=leaf. 2000-04-10 20:02:33 +00:00
blizzard%redhat.com
7ae72b942a fix building on sparc linux. r=jband a=leaf 2000-04-10 19:43:31 +00:00
beard%netscape.com
482dc5b7b2 [not part of build] guarding all reclamations with GC_root_size. This allows safely removing all registered root sets, to see all globals allocated at shutdown. 2000-04-10 18:16:27 +00:00
beard%netscape.com
0314054f16 [not part of build] rewrote GC_print_callers() to use the call_tree. 2000-04-10 18:14:37 +00:00
beard%netscape.com
72149ddcd5 [not part of build] rewrote GC_save_callers() to use a global call_tree to store stack crawls of arbitrary depth. 2000-04-10 18:12:40 +00:00
beard%netscape.com
601144fce6 [not part of build] reduced # of frames to 1, now using a global call_tree to store all stack crawls. 2000-04-10 18:10:43 +00:00
beard%netscape.com
7427f14e16 [not part of build] turned on ALIGN_DOUBLE configuration flag. 2000-04-10 18:09:15 +00:00
miodrag%netscape.com
38b29a6764 Pass className rather than mechanismName to DynamicInvoker (391585) 2000-04-10 17:47:02 +00:00
miodrag%netscape.com
3798b49d72 Just return the raw bytes rather than a string in getCredentials (391585) 2000-04-10 17:45:59 +00:00
beard%netscape.com
2426d02efb [not part of build] to save memory, no longer keeping the stack crawl strings in memory, but just keeping pointers to their location. This keeps the tool from running out of memory when processing complete stack crawls now provided by the leak detector. 2000-04-10 17:42:24 +00:00
beard%netscape.com
aec2fe6fc7 [not part of build] fixed getFileLocation() when function name has [] in it (such as operator[]). 2000-04-10 17:40:08 +00:00
beard%netscape.com
d234be3854 [not part of build] stack crawl tree 2000-04-10 17:38:25 +00:00
karnaze%netscape.com
4e31ba4a93 bug 35099 - create form frame when inside table related element. a=leaf 2000-04-10 04:00:37 +00:00
mscott%netscape.com
f5b3d2926d Bug #12505 --> fix printing for imap. the load attributes for nsMsgProtocol weren't getting initialized!
Implement get/Set load attributes. When displaying a message, we weren't putting the channel in the right load
group. It was goinging into the 3-pane's load group instead of the message pane's load group. I needed to fix
this b4 I could implment get/set load attributes which in turn was required to fix printing of imap messages.
r=bienvenu
a=leaf
2000-04-10 01:50:06 +00:00
mscott%netscape.com
11c6a6bca7 Bug #12505 --> fix printing for local and news. the load attributes for nsMsgProtocol weren't getting initialized!
r=bienvenu
a=leaf
2000-04-10 01:48:41 +00:00
mscott%netscape.com
74be809464 Bug #31806 --> unhork the mail message pane where each email recipient in the to or cc field was showing up on
it's own line (inlcuding the ", " which also got it's own line).
However, this fix made us use a box where we used to use a div. div's wrap the addresses to the next line nicely
and boxes don't do this so more work still needs to be done.
r=putterman
a=leaf
2000-04-10 00:32:25 +00:00
mscott%netscape.com
70b70cf844 Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original
uri if it's already been set.
r=waterson,mscott
a=leaf
2000-04-10 00:25:22 +00:00
law%netscape.com
f03a6d38fe Fix for bug 32664; change url and menu text for some QA menu items; a=leaf 2000-04-09 01:55:04 +00:00
talisman%anamorphic.com
f42f6c0b2c Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
endico%mozilla.org
529deac28b add link to unconfirmed 2000-04-08 06:04:15 +00:00
beard%netscape.com
717ab59840 Fixed warnings about member initializers on Linux. Whatever. 2000-04-08 04:49:41 +00:00