Граф коммитов

120838 Коммитов

Автор SHA1 Сообщение Дата
kin%netscape.com f8f9d8592a Fix for bug 211378 (Unable to paste into editor widgets with middle mouse button)
Modified MouseUp() and MouseClick() so that they call thru to the base class versions. This regression was caused by the fix for bug 137092.

r=brade@netscape.com  sr=bzbarsky@mit.edu
2003-07-08 17:38:13 +00:00
cbiesinger%web.de 9871c15630 179084, patch by mcsmurf@gmx.net r=varga sr=jag Bookmark Export uses Unix carriage returns on all platforms 2003-07-08 17:24:57 +00:00
rogerl%netscape.com 5f72774336 minor fixes 2003-07-08 17:21:44 +00:00
kaie%netscape.com 26fcd4cf0b b=210948 Some file dialogs have harcoded filter description
patch from Vincent B�ron
r=kaie sr=brendan
2003-07-08 14:46:21 +00:00
kaie%netscape.com e97cef79b0 b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
neil%parkwaycc.co.uk 90f2b9f39b Bug 184202 stop nsTreeSelection's nsITreeBoxObject* pointer from dangling, might fix firebird autocomplete crash r=varga sr=jag 2003-07-08 14:01:56 +00:00
varga%netscape.com 3cd2cbee70 Fix for bug 145309. [turbo] On exit after unloading accts we are again loading accts because we are rebuilding tree
r=varga, sr=jag, patch by waterson
2003-07-08 13:56:58 +00:00
cbiesinger%web.de 7d10504897 78919 part 1. r=bzbarsky, sr=darin. This adds an |hasDefaultHandler| attribute
to nsIMIMEInfo that should be used to check if a default application is available
for this mimeinfo.
2003-07-08 13:52:46 +00:00
cbiesinger%web.de 6ec1891c3e 22879 r=bzbarsky sr=jag Download window should GetAttention when download is complete 2003-07-08 13:31:04 +00:00
jaggernaut%netscape.com 6ca349f43f Bug 210834: Bogus comparison in nsCSSParserImpl::ParseURL. r=bzbarsky, sr=jst 2003-07-08 11:49:48 +00:00
roc+%cs.cmu.edu 87d53ca294 Ongoing deCOMtamination. r+sr=dbaron 2003-07-08 11:00:00 +00:00
bzbarsky%mit.edu 094e6e3f3a Make comment change requested by caillon in review that I forgot about 2003-07-08 09:23:32 +00:00
bzbarsky%mit.edu 96d9af91d4 Removing no longer used files. 2003-07-08 07:35:03 +00:00
bzbarsky%mit.edu 3a26daf50b Update comments to reflect the fact that there is no longer a change hint
passed to the macros.
2003-07-08 07:12:17 +00:00
justdave%syndicomm.com a60677927e Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave
2003-07-08 06:50:05 +00:00
bzbarsky%mit.edu c0d3c15a88 DOM properties that return URIs should return absolute URIs when they
are accessed (even if the corresponding attribute value is a relative URI).
Bug 47534, r=caillon, sr=jst
2003-07-08 05:35:04 +00:00
jake%bugzilla.org 01da75c2a8 Recompile the docs 2003-07-08 02:03:15 +00:00
darin%netscape.com 0565010816 fixes bug 210734 "IDN: Invalid codepoint encoded in ACE label" r=nhotta sr=bzbarsky 2003-07-08 01:51:32 +00:00
jake%bugzilla.org 186b48a83b Use pdfjadetex to generate the PDF file instead of going through PostScript as it generates a much cleaner PDF file. 2003-07-08 01:31:05 +00:00
bryner%netscape.com 5128c69a0f preprocess browser.xml, for autoscroll ifdefs. 2003-07-08 00:52:37 +00:00
scott%scott-macgregor.org 8be82d47aa remove download manager chrome
patch from stephen walker
2003-07-07 23:30:54 +00:00
scott%scott-macgregor.org add4d2ea05 remove download manager and sidebar tree css
patch from stephen walker
2003-07-07 23:30:29 +00:00
scott%scott-macgregor.org 4466caba38 Land Bug #211657 for bzbarsky. Use :: for -moz pseudo-elements 2003-07-07 22:59:47 +00:00
cbiesinger%web.de 68f7034972 211889 r=bzbarsky sr=darin - remove DataURI attribute from nsIMIMEInfo (unused and not really implemented) as well as the mURI member of nsMimeInfoImpl 2003-07-07 22:49:35 +00:00
mkaply%us.ibm.com d63ec84ebc #210321
r=mkaply, sr=blizzard (platform specific)
From Rich Walsh - imnprovements to OS/2 drag drop
2003-07-07 22:42:44 +00:00
bzbarsky%mit.edu 37c20026e0 Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron
2003-07-07 22:18:42 +00:00
bzbarsky%mit.edu 3e5d658024 Move to the double-'::' notation for -moz-tree-* pseudo-elements in toolkit.
Bug 211657, r+sr=dbaron
2003-07-07 22:16:57 +00:00
dougt%meer.net a856820d8e Enables debug stackcrawl support in GRE builds. b=208098. r=dbaron. 2003-07-07 22:11:36 +00:00
bzbarsky%mit.edu fbbd9fb60e This line should not have snuck in. 2003-07-07 22:03:32 +00:00
bzbarsky%mit.edu b2ba25b6fd Move to the double-'::' notation for various pseudo-elements.
Bug 211657, r+sr=dbaron
2003-07-07 21:57:01 +00:00
bzbarsky%mit.edu b3003f362c Move to the double-'::' notation for -moz-tree-* pseudo-elements in SeaMonkey.
Bug 211657, r+sr=dbaron
2003-07-07 21:22:24 +00:00
scott%scott-macgregor.org ba54da1043 formatting toolbar's insert menu is using the wrong coordinates for some of the images.
Thanks to Stephen Walker for the patch.
2003-07-07 21:10:10 +00:00
scott%scott-macgregor.org 86d728e155 remove some unnecessary gifs from the build. Thanks to Stephen Walker for the patch. 2003-07-07 20:32:31 +00:00
scott%scott-macgregor.org fcfaf41666 add a hover state for the get mail toolbar icon 2003-07-07 20:05:14 +00:00
varga%netscape.com 2b0e7be4da Updating allmakefiles.sh according last changes in extensions/sql. 2003-07-07 19:54:56 +00:00
cbiesinger%web.de 473175175e no bug, r+sr=bzbarsky; remove MNG and JNG types from defaultMimeEntries array so
that users can have a helper app for MNG/JNG images
2003-07-07 19:27:48 +00:00
cltbld%netscape.com a629d2ce93 Automated update 2003-07-07 18:27:57 +00:00
varga%netscape.com 44b88f697c Removing old files. 2003-07-07 18:27:05 +00:00
varga%netscape.com e397684a41 Build changes for sql extension
- eliminated packager subdir
- separated sqltest app
Not part of build
2003-07-07 18:25:46 +00:00
bryner%netscape.com 7ff4f02e7f Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser. 2003-07-07 18:22:04 +00:00
blizzard%redhat.com 27246c512d Bug #208762. Fix problems with Mozilla crashing or hanging on X servers with multiple visuals. Make sure to use the same visual when creating windows as when we are drawing in the gfx code. 2003-07-07 17:54:57 +00:00
mikep%oeone.com b9ba81a08b Checking in patch from Eric B for bug 199278. 2003-07-07 12:57:53 +00:00
mikep%oeone.com 6ca2cecc78 Fixing bug 167800, patch from Eric B. 2003-07-07 12:56:05 +00:00
neil%parkwaycc.co.uk 9451837635 Bug 211537 DOM Inspector not displaying full tree of nodes r=caillon sr=bz
Using correct line endings this time :-)
2003-07-07 08:28:34 +00:00
bryner%netscape.com f35d6a868e We still want to ignore errors copying the embed_lite component when not building Minimo, or running make in this directory in a non-minimo static build will fail. Fixing Camino tinderbox bustage. 2003-07-07 08:02:25 +00:00
bzbarsky%mit.edu 3af3a33052 Make sure the for loop terminates. Also caught by bryner, r+sr=me 2003-07-07 05:15:41 +00:00
bzbarsky%mit.edu 862a100ea0 Fixing orange (casting a nsTableColFrame* to nsTableColGroupFrame* doesn't
really work...).  Patch suggested by bryner, r=me.
2003-07-07 04:57:56 +00:00
roc+%cs.cmu.edu 08a4a0dd2a Ongoing deCOMtamination. r+sr=dbaron 2003-07-07 02:01:29 +00:00
bryner%netscape.com 9b8a2f0368 fix typo 2003-07-07 00:17:16 +00:00
bryner%netscape.com c73cdfc1ee Don't put the throbber in the menubar on mac since there shouldn't be a menubar. 2003-07-06 22:00:35 +00:00