brendan%mozilla.org
58ffa1e2e0
Make it safe to nest a GC from js_AllocGCThing, ultimately from the interpreter; also make sure we collect all garbage (even garbage created by finalizers who unroot or unlock GC-things) when destroying the last context (39125, 44376, r=mccabe@netscape.com).
2000-07-08 02:06:01 +00:00
edburns%acm.org
cdddfeea75
runem.pl now successfully runs webclient on solaris. However,
...
webclient on solaris doesn't run yet.
2000-07-08 01:36:37 +00:00
cyeh%bluemartini.com
bf2d2dfac2
Fix for 42041. Patch from Dave Miller (dave@intrec.com).
2000-07-08 01:31:23 +00:00
mscott%netscape.com
67e22c951f
Bug #44166 --> fix news modal dialog problems by using correct nsIPrompt object
...
r=alecf
2000-07-08 01:13:08 +00:00
mscott%netscape.com
967ade904a
Bug #44167 --> fix news modal dialog problems by using correct nsIPrompt object. part of this fix meant making
...
sure all news urls were initialized with the currect message window. Hence the change to ConstructNntpUrl.
r=alecf
2000-07-08 01:12:30 +00:00
mscott%netscape.com
e02c584953
Bug #44158 --> fix modal dialog problems by using correct nsIPrompt object obtained from the message window
...
associated with the current url.
r=alecf
2000-07-08 01:10:30 +00:00
rogerl%netscape.com
daba9186aa
Support for 'constructor'.
2000-07-08 01:08:29 +00:00
mcafee%netscape.com
cd888b2162
Ignore generated files
2000-07-08 00:24:33 +00:00
mcafee%netscape.com
2d156a2fd4
Ignore generated files.
2000-07-08 00:23:48 +00:00
brendan%mozilla.org
799479a315
Constipation (r=lumpy,a=jack).
2000-07-08 00:23:12 +00:00
pollmann%netscape.com
e43f63c3df
Bug 4891: Allow flushes to occur outside parsing of the <script> tag. This allows us to keep content lists up to date through document.writes in event handlers r=nisheeth
2000-07-08 00:19:44 +00:00
ben%netscape.com
a847012232
swap ordering of apps and layout prefs in debug panel so it is possible to turn off box debugging
2000-07-08 00:18:31 +00:00
blizzard%redhat.com
cd720072e0
remove Makefile since we have a Makefile.in that works a=brendan
2000-07-08 00:09:36 +00:00
warren%netscape.com
7ce825ddd8
Fixed comment
2000-07-07 23:43:00 +00:00
Peter.VanderBeken%pandora.be
508b7d367b
Remove redundant define. Not part of build. a=leaf.
2000-07-07 23:34:12 +00:00
edburns%acm.org
1b5830236d
First pass at automating the creation of the runem script. I hope runem.pl
...
can be used on both win32 and unix.
2000-07-07 23:32:43 +00:00
mcafee%netscape.com
101cd2bb2e
Ignore generated files
2000-07-07 23:27:47 +00:00
jfrancis%netscape.com
bf63dbc3b1
fixing increase/decrease font bustage in editor
2000-07-07 23:17:37 +00:00
waterson%netscape.com
095615e661
Bug 37621. Add necessary logic to retract and fire rules in nsXULTemplateBuilder::OnChange(). I lost these when I re-wrote this method :-(. r=rjc
2000-07-07 23:01:14 +00:00
alecf%netscape.com
50a81aecec
fix for #29568 - automatically disable other ISP accounts when newsgroup is selected
...
(skinned to make it work) r=putterman
2000-07-07 22:33:45 +00:00
jefft%netscape.com
4f9e090be4
fixed bug 44699 -- IMAP does not check result param from nsIMsgAccountManager::FindServer(); r=bienvenu, alecf
2000-07-07 22:27:03 +00:00
evaughan%netscape.com
a17ec2746d
Fixed body resizing bug #35681
...
-r pinkerton
2000-07-07 22:24:06 +00:00
saari%netscape.com
c6087db637
fixing crashing popups on Windows. Smoketest blocker. Simple null check, nsPIDOMWindow QI result wasn't checked. Not sure why this fails suddenly, I would think everyone shoudl be implementing nsPIDOMWindow.... r=pinkerton
2000-07-07 22:17:00 +00:00
ruslan%netscape.com
87373a21f6
WIP on 40449, a/r=gagan
2000-07-07 22:02:47 +00:00
leaf%mozilla.org
bf1d8d13be
Automated update
2000-07-07 22:00:12 +00:00
mkaply%us.ibm.com
d624da49e9
#42637
...
r = sspitzer, a = brendan
OS/2 bringup - I have no idea how systemDir( got changed to system(
2000-07-07 21:59:01 +00:00
mscott%netscape.com
e6a9a0e1ce
Bug #43661 --> open attachment needs to pass in the file name
...
r=bienvenu
2000-07-07 21:57:39 +00:00
mkaply%us.ibm.com
07ede71655
#42637
...
r = sspitzer, a = brendan
OS/2 bringup - Our profile is located in the OS2 directory
2000-07-07 21:56:48 +00:00
mscott%netscape.com
e79917aab9
Bug #43661 --> pass in the file name for the attachment
...
r=bienvenu
2000-07-07 21:56:38 +00:00
Peter.VanderBeken%pandora.be
2e63593166
Get rid of MOZILLA, use MOZ_XSL. Not part of build. a=leaf.
2000-07-07 21:54:52 +00:00
dbragg%netscape.com
cfb6d3817e
Fix for bug #42719 . SetLeafName was not removing the old leaf name before appending a new one. r=sgehani
2000-07-07 21:54:08 +00:00
Peter.VanderBeken%pandora.be
55b31945ad
Add nsDOMParser.cpp. Not part of build. a=vidur.
2000-07-07 21:53:28 +00:00
Peter.VanderBeken%pandora.be
2d757d5da2
Add nsIDOMParser.idl. Not part of build. a=vidur.
2000-07-07 21:53:00 +00:00
tor%cs.brown.edu
203eea477a
Turning on MNG decoder by default on all platforms.
...
configure.in change r=cls. a=pnunn,brendan.
2000-07-07 21:52:23 +00:00
Jerry.Kirk%Nexwarecorp.com
35cd409b26
NOT PART OF BUILD - PHOTON ONLY
...
Various fixes to make it draw again from Brian Edmond of QNX
r=kirkj
2000-07-07 21:49:05 +00:00
mkaply%us.ibm.com
4432abe4be
#42637
...
r = mkaply, a = brendan
OS/2 bringup - We weren't returning a value from CallMethodFromVTable
2000-07-07 21:46:12 +00:00
mscott%netscape.com
bd26e97269
part of the fix for Bug #43661 --> need to register the browser as the handler for text/plain so we can open text documents
...
and have them get dispatched to the browser.
r=alecf
2000-07-07 21:45:40 +00:00
mscott%netscape.com
2f46a371e9
Bug #44082 --> fail if we couldn't find mimeTypes.rdf during the data source init phase.
...
patch from jst
r=mscott
2000-07-07 21:44:11 +00:00
mscott%netscape.com
9e23a37623
Bug #44568 -> don't fall out and not open the url if we failed to set the load
...
attributes on a channel. This broke mailto urls because the mailto channel
is just a stub and doesn't implement this method.
r=valeski
2000-07-07 21:43:16 +00:00
mscott%netscape.com
51f87a2831
Bug #43652 --> fix running of JS urls by returning the error status of the
...
underlying file transport if the input stream channel doesn't have an error
of it's own.
r=warren
2000-07-07 21:42:15 +00:00
javi%netscape.com
09909de642
Correctly define CORE_DEPTH
2000-07-07 21:17:31 +00:00
terry%mozilla.org
3f8b88b7c1
Fixed links off of 'Most doomed' reports to only list bugs that match the product we're reporting about.
2000-07-07 21:05:19 +00:00
edburns%acm.org
f6c86952e5
Build_with_mozilla_build_system
2000-07-07 19:54:43 +00:00
edburns%acm.org
a2110f8590
a=edburns
...
r=ashuk
bugs: 44327, 44328
NativeEventThread:
Re-instate the policy of creating an EventQueue for each window.
Put in a superfluous printf in processEventLoop that fixes 44327.
nsActions.{cpp,h}:
Added wsDeallocateInitContextEvent, to enable the correct
removal of the eventQueue, 44328
WindowControlImpl
Fire the wsDeallocateInitcontextEvent in nativeDestroyInitContext.
2000-07-07 18:53:07 +00:00
edburns%acm.org
056cc5fd98
a=edburns
...
r=ashuk
bugs: 44327, 44328
WindowControl:
Don't call nativeDestroyInitContext
NativeEventThread
Call windowControl.nativeDestroyInitContext when the run()
loop exits.
2000-07-07 18:49:09 +00:00
edburns%acm.org
a0fde8c6c0
a=edburns
...
r=ashuk
bugs: 44327, 44328
Comment out the bookmarks test code.
2000-07-07 18:47:25 +00:00
bryner%uiuc.edu
9750787751
Fixing 44782, but with my original fixes intact. r=bienvenu.
2000-07-07 18:33:16 +00:00
varada%netscape.com
0664a76bed
removing the hash from the list of dirs in makefile.win
2000-07-07 17:35:29 +00:00
bienvenu%netscape.com
200e9d15e0
backout bryner's changes that break tree selection, a=leaf bug 44782
2000-07-07 17:03:14 +00:00
svn%xmlterm.org
bac52bec74
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only. Updated UUIDs list.
2000-07-07 14:48:55 +00:00