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

125792 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 0939cc623e Supplementary patch in bug 227053 fixing exception when switching group mode r=timeless sr=alecf 2004-01-15 20:17:04 +00:00
igor%mir2.org b6b301b603 Patch from Alex Bitney to fix bug 230883 2004-01-15 20:10:54 +00:00
pinkerton%aol.net 41c8aa0d3b keep whatever utility window is in the fg when user clicks on dock tile and
don't bring an existing browser in front of it (bug 196661)
2004-01-15 20:05:49 +00:00
sicking%bigfoot.com b53de3a06a Fix HP-UX bustage 2004-01-15 20:02:25 +00:00
pinkerton%aol.net 39531481da fix icon in bookmark sheet to 64x64 (bug 230662) 2004-01-15 19:40:08 +00:00
bienvenu%nventure.com 639f3e813a fix for 226221 mapping issues with palmsync home vs. work address, sr=mscott 2004-01-15 19:28:47 +00:00
pinkerton%aol.net 02f368ed07 click-hold context menus (bug 159224) [not part of build] 2004-01-15 19:01:49 +00:00
sicking%bigfoot.com 32a19f4b04 Bug 195350: First stage of attributes overhaul. New class for storing attributes and children for an element. Use this class for xml elements. Also remove a couple of unneccesary functions from nsIContent.
r=caillon sr=jst
2004-01-15 17:07:27 +00:00
mostafah%oeone.com 8506f5112d Updated nl-NL translation. 2004-01-15 16:56:27 +00:00
relyea%netscape.com 0d7b150a77 Fix build problems on some platforms. 2004-01-15 16:27:02 +00:00
wchang0222%aol.com 3104e67dcf Set NSS version to 3.10 Beta. 2004-01-15 15:08:58 +00:00
kiko%async.com.br e81f31da9d Adding bits about localconfig.js (I always forget it) and rewording one
of the steps slightly.
2004-01-15 15:02:45 +00:00
neil%parkwaycc.co.uk 9026364d95 Bug 124310 Up/Down keys in address list should navigate r=timeless sr=mscott 2004-01-15 14:20:48 +00:00
neil%parkwaycc.co.uk 7018683496 Bug 230854 autoCheck of buttons doesn't work with command= r=varga sr=jag 2004-01-15 13:11:47 +00:00
timeless%mozdev.org 29174e3255 Bug 190826 nsIRDFNodeList is not used
r=jag sr=bz
2004-01-15 08:39:11 +00:00
bryner%brianryner.com 3639627c2d sigh. 2004-01-15 06:56:39 +00:00
bryner%brianryner.com 6231f12a7d fixing windows test bustage 2004-01-15 06:43:38 +00:00
jgmyers%speakeasy.net b08688fb89 Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtc 2004-01-15 06:23:14 +00:00
bryner%brianryner.com bc829daafa Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
caillon%returnzero.com e95aed0fd1 230953 - Remove traces of dtd-debug. r+sr=jst 2004-01-15 04:50:10 +00:00
timeless%mozdev.org 0c4210d207 Bug 211249 mozilla/htmlparser/src/nsParser.cpp line 1766 interuptted should be interrupted
r=heikki sr=heikki
2004-01-15 04:06:00 +00:00
dbaron%dbaron.org 95c1a4e503 Remove nsChangeHint_ReconstructDoc. b=230945 r+sr=bzbarsky 2004-01-15 03:32:06 +00:00
bryner%brianryner.com 8b90ab243e Consolidate SetEnabled and SetDisabled; make sure both of them clear the rule cascade on the rule processors. Bug 230651, r+sr=bzbarsky. 2004-01-15 03:26:56 +00:00
caillon%returnzero.com b23b4264ef Correcting the usage of mozAutoDocUpdate here, see bug 230283.
r+sr=bzbarsky over irc.
2004-01-15 03:18:03 +00:00
timeless%mozdev.org f2fbcca9c4 Bug 229809 CSS Errors in xmlterm
patch by bc@bclary.com r=timeless sr=dbaron
2004-01-15 03:08:58 +00:00
timeless%mozdev.org 69ec5cdd87 Bug 229804 CSS Errors in content/x?l/tests
patch by bc@bclary.com r=heikki sr=dbaron
2004-01-15 03:08:01 +00:00
timeless%mozdev.org 0ab187e2cd Bug 183059 In MfcEmbed Context menu doesnot have "Paste" item.
patch by amutch@tln.lib.mi.us r=timeless sr=jst
2004-01-15 03:05:20 +00:00
timeless%mozdev.org ec06ce4a6f Bug 228432 Warning ``reference to undefined property selection.item[0]'' [xs] in file ``chrome://communicator/content/bookmarks/bookmarksTree.xml'', line 641, character 0.
r=neil sr=bz
2004-01-15 02:57:15 +00:00
timeless%mozdev.org d7da846b02 Bug 201630 javascript strict warnings in nsPolicyViewer.js and pageInfoOverlay.js
r=neil sr=bz
2004-01-15 02:50:55 +00:00
dbaron%dbaron.org b46ca5eba2 Add support for -moz-image-region to getComputedStyle. b=220717 r=bzbarsky sr=ben 2004-01-15 02:25:08 +00:00
dbaron%dbaron.org fc75487666 Fix copy constructor so -moz-image-region inherits correctly. b=220717 r=bzbarsky sr=ben 2004-01-15 02:24:17 +00:00
dbaron%dbaron.org cd86556b2e Add -moz-image-region:auto to cut off inheritance where needed (and not previously noticed due to an inheritance bug with -moz-image-region). b=220717 r=bzbarsky sr=ben 2004-01-15 02:23:34 +00:00
dbaron%dbaron.org 33b9f7e963 Make HasMutationListeners less repetitive by making the repeated part its own function. b=230938 r+sr=jst 2004-01-15 02:21:32 +00:00
brendan%mozilla.org cd83246f90 Unify license comment per js/src/plify_jsdhash.sed, plus comment simplification. 2004-01-15 02:00:55 +00:00
tingley%sundell.net 783b16bec7 bug 230099: don't serialize RDF literals inline if they contain newlines.
r=rjc, sr=bz-vacation
2004-01-15 01:17:25 +00:00
jst%mozilla.jstenback.com e30a4e35a0 Making these interfaces compile. Not part of the build. 2004-01-15 00:12:36 +00:00
jst%mozilla.jstenback.com ba05f14ab3 First stab at new W3C DOM Load and Save interfaces. Not part of the build. 2004-01-14 23:59:50 +00:00
ben%bengoodger.com b4244afadc Provide perhaps more accurate wording for the safe upgrade panel for folks who have installed Firebird into a ridiculous location. 2004-01-14 23:56:17 +00:00
bryner%brianryner.com 563b532c01 Fix opening a new window by clicking the dock icon on Mac. 2004-01-14 23:41:12 +00:00
locka%iol.ie 5b79e496b6 NOT PART OF BUILD. Add a smoketest.html to quickly test for common causes of breakage in embedded activex control. 2004-01-14 23:21:22 +00:00
bryner%brianryner.com a313655104 Kill old file full of IIDs. r=dbaron sr=jst 2004-01-14 23:12:41 +00:00
nelsonb%netscape.com 84fa42598b Add 2 additional OIDs to the list of acceptable digestEncryptionAlgIDs,
per RFC 3370. r=thayes.  Bug 230761.
2004-01-14 22:20:44 +00:00
relyea%netscape.com 760edf0053 Tool to manage pkcs 11 module tests. 2004-01-14 21:34:20 +00:00
bryner%brianryner.com de4ae44711 When checking whether whitespace should be stripped, look at the element's namespace instead of using IsContentOfType(). This makes things work correctly when MOZ_XUL is not defined and XUL elements are just XMLElements. Bug 230877, r+sr=jst. 2004-01-14 21:33:01 +00:00
brendan%mozilla.org 8a6b9b4def Remove trailing whitespace. 2004-01-14 20:18:54 +00:00
dbaron%dbaron.org 5adbb6a8c9 Implement CSS3 indirect adjacent sibling combinator (~). Roughly identical patches independently written by Daniel Glazman <daniel@glazman.org>, Bradley Baetz <bbaetz@acm.org>, and me. r+sr=dbaron b=135141 2004-01-14 20:12:03 +00:00
jst%mozilla.jstenback.com ce13bac37f Fixing bug 230849. Making LossyCopyUTF16toASCII() and CopyASCIItoUTF8() truncate the destination even when the source is null. r=jshin@mailaps.org, sr=peterv@propagandism.org 2004-01-14 19:26:17 +00:00
kiko%async.com.br e841e0b70d Fix for bug 194290: irc:// links are not highlighted as links. Adds irc
to the list of supported protocols in quoteUrls(). Patch by Emmanuel
Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2004-01-14 18:07:32 +00:00
bsmedberg%covad.net 173d271bc3 Re-landing bug 229285 - There was a misplaced close-brace in nsXULDocument.cpp that was causing problems non-chrome XUL documents. 2004-01-14 18:03:25 +00:00
pinkerton%aol.net cc46648183 set the charset detect to what mozilla uses. what we were using wouldn't
always work (bug 180461)
2004-01-14 17:54:25 +00:00