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
svn%xmlterm.org
f3b81d69c9
--NOT PART OF DEFAULT BUILD--
...
XMLterm changes only. Implemented chrome overlay a la Chatzilla to insert
XMLterm into the Tasks menu. Also implemented command line option "-terminal"
and URL handler "telnet://" to invoke XMLterm.
2000-07-07 14:44:26 +00:00
nboyd%atg.com
0a9b985a17
Deprecate FlattenedObject.
2000-07-07 14:41:35 +00:00
mkaply%us.ibm.com
d87ffe8750
r=mkaply, a=brendan
...
Tinderbox break - need os2 changes for uriloader - I am just taking the UNIX for now - hope it builds
2000-07-07 14:14:32 +00:00
axel%pike.org
96fae6045f
Removing unused Makefile.in, not in allmakefiles.sh, not part of build
2000-07-07 11:09:23 +00:00
cls%seawood.org
e98725f995
Explicitly use $topsrcdir so that mozconfig files are removed even for objdir builds
2000-07-07 10:34:45 +00:00
cls%seawood.org
6339f47e16
Remove .mozconfig files generated by client.mk Bug #42167
2000-07-07 10:26:38 +00:00
jband%netscape.com
dcac81acb0
Fix yet another instance of the qsort bug that was biting OS/2 only. See explanation in cvs log comment for revision 1.25 of xpt_link.c. Thanks to Javier Pedemonte <pedemont@us.ibm.com>. a=brendan@mozilla.org
2000-07-07 07:32:50 +00:00
sgehani%netscape.com
20866b54e6
Prevent multiple downloads for mixed keyboard and mouse input. [nsbeta2+ b = 31042; r=dbragg]
2000-07-07 06:45:43 +00:00
ben%netscape.com
576104c21d
latest updates to helper apps pref panel (now support editing of types, and overwriting old types with new ones! =D)
2000-07-07 05:44:53 +00:00
dougt%netscape.com
7a11b65ba3
Debuggin code
...
a=waterson@netscape.com
2000-07-07 04:17:24 +00:00
rhp%netscape.com
3da285e89e
Fix for bug 31589 - Problem with Japanese in vCard tag fields - r: nhotta
2000-07-07 03:17:33 +00:00
mscott%netscape.com
2bdc7ded6d
Bug #41707 , #43652 --> JS urls aren't working. We need to check for the correct return value and don't propogate
...
the on start request in that case.
r=alecf
2000-07-07 02:23:19 +00:00
mscott%netscape.com
ec140450ed
Bug #43583 --> updates for helper app launching to work with the dialog.
2000-07-07 01:48:57 +00:00
mscott%netscape.com
677c8d5d17
Bug #43583 --> re-organizing how we launch helper apps to work with the helper app dialog.
...
r=alecf
2000-07-07 01:48:17 +00:00