Commit Graph

201088 Commits

Author SHA1 Message Date
Dave Camp
a80443658d Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Dave Camp
bc5b4a67f8 Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden 2009-01-12 21:52:00 -08:00
Mook
6482280bbb Bug 472063 - mingw build failure: undefined reference to 'WinMain@16' in windbgdlg.cpp, r=neil, sr=bsmedberg 2009-01-12 21:43:35 -08:00
John Daggett
c2491862a8 Bug 465452 - better handling of format hints for downloadable fonts. r=dbaron. 2009-01-13 14:16:58 +09:00
Jesse Ruderman
671ee62119 Add supercombiner as a crashtest 2009-01-12 19:46:35 -08:00
Josh Aas
f3f2ec7f1c System for testing plugins, take 4. b=386676 r=smichaud sr=roc 2009-01-12 22:06:21 -05:00
Dão Gottwald
693c00c14e Bug 416013 - switching the text input direction should not affect emptytext. r=ehsan,gavin 2009-01-13 02:28:32 +01:00
Daniel Veditz
e4a2f866f1 Fixing bug 451613. URL parsing treats leading whitespace inconsistently. r=jst@mozilla.org 2009-01-12 17:02:07 -08:00
Johnny Stenback
b6c319c619 Fixing bug 470993. Expose the remainder of the Java plugins XPCOM dependency through the NPAPI. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu 2009-01-12 16:55:52 -08:00
Benjamin Smedberg
5ff4b23d1c Merge layout-debugger bustage fix 2009-01-12 19:32:28 -05:00
Benjamin Smedberg
b57fa41fa4 Bug 396185 followup - Fix layout-debugger 2009-01-12 19:30:33 -05:00
Justin Dolske
b29f89662a Bug 462478 - Make nsBrowserContentHandler use nsBrowserGlue's getMostRecentBrowserWindow(). r=gavin 2009-01-12 16:26:48 -08:00
Justin Dolske
4afc8ff447 Bug 467463 - Login Manager should store a GUID for logins. r=gavin, r=sdwilsh.
--HG--
rename : toolkit/components/passwordmgr/test/unit/key3.db => toolkit/components/passwordmgr/test/unit/data/key3.db
2009-01-12 16:26:48 -08:00
Jennifer Boriss
5764d7c1f2 Bug 460155 - update <video> control icons. ui-r=faaborg, p=dolske 2009-01-12 16:26:48 -08:00
Jesse Ruderman
3948fba07d Add crashtest 2009-01-12 16:24:44 -08:00
Bobby Holley
bedc314b08 Bug 469558: --enable-system-lcms build option should be removed.r=vlad,sr=ted 2009-01-12 16:20:45 -08:00
Honza Bambas
694a68eacc Backing out bug 468087 and bug 456001 2009-01-12 21:47:31 +01:00
Jeff Walden
067822f7ff Backing out a12bffb28598 to help fix orange 2009-01-12 12:37:04 -08:00
Jeff Walden
b634752ac0 Backed out changeset a12bffb28598; it's in the way of other backouts that need to happen. 2009-01-12 12:36:00 -08:00
Dão Gottwald
997401596a Bug 472302 - get rid of fragile timeouts in textbox binding. r=enn 2009-01-12 20:55:37 +01:00
bjarne@runitsoft.com
b6225c4211 Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden 2009-01-12 11:23:28 -08:00
Markus Stange
51b077af5f Bug 473183 - Some controls don't accurately hit their drawRect on 10.4, r=josh 2009-01-12 20:25:43 +01:00
Markus Stange
8d743b612d Bug 472734 - Don't round the top left corner of submenus that open to the right, r=josh sr=roc 2009-01-12 20:23:51 +01:00
Markus Stange
78eb7119f2 Bug 468507 - Use DrawCellWithSnapping when drawing push buttons, r=josh sr=dbaron 2009-01-12 20:22:59 +01:00
Benjamin Smedberg
87aa20632d Add a static analysis pass to verify that for any do_QueryFrame<Interface> there is an Interface::kFrameIID declared. NPODB, static-checking only.
--HG--
extra : rebase_source : 0bcfa5b446d0c19610d9d61dd7e281d3923c8736
2009-01-12 14:21:11 -05:00
Benjamin Smedberg
3498a5f86e Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted

Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.

r+sr=roc

nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.

--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Vladimir Vukicevic
b9c2c213f8 b=455243, weird behaviour with fonts with bad faces; r=jdaggett 2009-01-12 11:23:41 -08:00
Honza Bambas
e3b1738f4f Bug 400568 - Keyboard Back/Forward keys sending VK_BROWSER_BACK/FORWARD go back/forward twice, r=emaijala, sr=ocallahan 2009-01-12 20:17:52 +01:00
Honza Bambas
6cc176fe6d Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden 2009-01-12 20:16:38 +01:00
Honza Bambas
2973bcdae4 Bug 456001 - Need automated testing for SSL client auth, r=jwalden 2009-01-12 20:14:40 +01:00
David Bolter
21b4fbaf05 Bug 452388 - Support value of undefined for aria-checked/aria-pressed/aria-selected, r=aaronlev, r=surkov, r=MarcoZ 2009-01-12 18:20:34 +01:00
Johnathan Nightingale
20201d5e30 Change default Clear Recent History time span. b=464208 r=mconnor 2008-11-20 16:57:47 -05:00
Peter Weilbacher
9ffebcde27 [OS/2] Bug 467250: modify font alias list to include other special OS/2 platform fonts that we cannot directly resolve, r=wuno@lsvw 2009-01-12 17:48:24 +01:00
Benjamin Smedberg
4b282d13ac Bug 463642 - Safe mode should disable JIT, r+sr=jst
--HG--
rename : toolkit/xre/nsIXULRuntime.idl => xpcom/system/nsIXULRuntime.idl
2009-01-12 11:05:10 -05:00
Boris Zbarsky
b1874783b6 Bug 472487. Use the default filename in modeOpen in the Mac filepicker (e.g. so that file inputs prefill the currently-selected file in the filepicker). r=josh, sr=roc 2009-01-12 10:43:27 -05:00
Boris Zbarsky
76730b154f Bug 464956. Make .desktop files report a redirect not of type REDIRECT_INTERNAL so that we can use that type to detect redirects not under the control of the target resource. r+sr=biesi 2009-01-12 10:40:44 -05:00
Patrick McManus
fd379f86f3 Bug 473089. Make sure that our DNS listener (which may be released on random threads) doesn't hold refs to Elements. r+sr=bzbarsky 2009-01-12 10:38:32 -05:00
Patrick McManus
b3e48de701 Bug 464838. Try to resolve performance issues in DNS prefetch by putting elements, not URIs, in the queue, and deferring URI creation to pageload complete (or a timer, if we're not in pageload). Now with leak fixes. r+sr=bzbarsky 2009-01-12 10:36:55 -05:00
Phil Ringnalda
c0c4db15f5 I would not have choosen the weekend before a freeze for so much CLOSED TREE 2009-01-11 20:12:32 -08:00
Phil Ringnalda
f87895ebda Can not aquire, or even acquire, anything other than a CLOSED TREE 2009-01-11 17:42:29 -08:00
Phil Ringnalda
bac9022fbf Fix spelling of occurrance, despite the recurrent occurrence of a CLOSED TREE 2009-01-11 16:43:09 -08:00
Phil Ringnalda
bb3f5fe978 Fix spelling of uncommited since we remain committed to builds, even with a CLOSED TREE 2009-01-11 15:51:40 -08:00
Phil Ringnalda
bfdbb82dcf Fix spelling of accomodate since we can accommodate more builds in the CLOSED TREE 2009-01-11 11:13:26 -08:00
Phil Ringnalda
499e025001 Correct spelling of ofset to offset the lack of builds in a CLOSED TREE 2009-01-11 10:46:17 -08:00
Phil Ringnalda
827227bf13 Tranfer the correct spelling of transferable to the CLOSED TREE 2009-01-11 10:22:37 -08:00
Peter Weilbacher
78df8b53dc [OS/2] Bug 472753: fix OS/2 build break in nsComponentManager.cpp by adding necessary defines to the os2.h include in nsLocalFileOS2.h (fix suggested by Walter Meinl)
(OS/2 only, so does not affect a CLOSED TREE)
2009-01-11 14:19:00 +01:00
Phil Ringnalda
ec35b575cb Builds are neccesary, even if you can spell necessary, and even in a CLOSED TREE 2009-01-11 00:46:35 -08:00
Phil Ringnalda
a078fdbbc9 Fix spelling of immediatly, to get more builds going immediately in the CLOSED TREE 2009-01-11 00:06:41 -08:00
Phil Ringnalda
9f1ee56c94 Fix spelling of sucessful to trigger builds in a CLOSED TREE 2009-01-10 23:38:49 -08:00
Ted Mielczarek
9ea675b626 bug 472877 - Add configure option to enable gczeal. r=crowder 2009-01-10 17:00:20 -05:00