Commit Graph

21729 Commits

Author SHA1 Message Date
Andreas Gal
43daeaca87 Don't spill type definitions in avmplus.h into the global namespace (462288, r=danderson). 2008-11-07 15:52:51 -08:00
Johnathan Nightingale
4c0fb1480c Bug 453440 - Extend "Clear Private Data" dialog with time period option
r=mconnor
a1.9.1b2=mconnor
2008-11-07 18:35:28 -05:00
Andreas Gal
41cc8a6bd1 Merge. 2008-11-07 15:24:16 -08:00
Andreas Gal
e609f0bb95 Cleanup GuardRecord, SideExit, and InterpStruct and extract VM-dependant fields (463313, r=danderson). 2008-11-07 15:23:43 -08:00
Robert Sayre
8e4a6beb13 Bug 462778. Fix JSON top crash. r=brendan 2008-11-07 18:10:39 -05:00
Patrick McManus
92f594cb63 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky, a=beltzner 2008-11-07 18:00:26 -05:00
Boris Zbarsky
9e8cad72b1 Bug 460713. Sanity-check the length. r+sr=jst, a=beltzner 2008-11-11 22:36:20 -05:00
Boris Zbarsky
091edfd4c7 Bug 462458. Update @charset detection to spec changes. r+sr=dbaron, a=beltzner 2008-11-11 22:36:20 -05:00
Boris Zbarsky
695687d1fe Bug 458381 followup: tests and a code fix for a problem the tests caught. r+sr=dbaron, a=beltzner 2008-11-11 22:36:20 -05:00
David Mandelin
cc483659e4 Fixing build bustage and nits from bug 464138. 2008-11-11 17:23:15 -08:00
David Mandelin
5fc0b531f5 Bug 464138 - Intermittent JS regexp error on tinderbox. r=gal a=dsicore 2008-11-11 17:05:45 -08:00
Ehsan Akhgari
d69e40f7a2 Bug 462986 - Fix private browsing tests to pass on tinderbox (session store test); r=zeniko 2008-11-08 02:21:57 +03:30
Brendan Eich
40acf84539 Bug 443071 - Assertion failure with "for (;;[]=[])" (r=mrbkap). 2008-11-07 14:01:11 -08:00
Dão Gottwald
132fda3e26 Bug 463212 - menupopups shouldn't inherit text-shadow. r=enndeakin (trivial CSS-only patch) 2008-11-07 22:41:28 +01:00
Dave Townsend
db62bb7f9a Bug 458688 - FUEL test browser_Browser.js uses setTimeout
r=mfinkle

This should make tinderbox a little more green from time to time.
2008-11-07 16:31:42 -05:00
Dave Townsend
9670a68534 Bug 463595 - browser_Application.js uses timeouts and fails intermittently
r=gavin

This should make tinderbox a little more green from time to time.
2008-11-07 16:28:31 -05:00
David Anderson
fa14a92fe7 Fixed multitrees assert when building failed speculated branches (bug 463490, r=gal). 2008-11-07 13:22:05 -08:00
Joe Drew
af84200d61 Merge backout 2008-11-07 15:02:36 -05:00
Joe Drew
a2b8f5356f Backed out changeset 6bedb1e92dd0 due to refcount leaks 2008-11-07 15:01:35 -05:00
Steven Michaud
57649a1b2a Infinite loop (and stack overflow) on mouse-moved with ctrl-tab panel. b=463285 r=josh sr=vlad 2008-11-07 13:58:52 -06:00
Ehsan Akhgari
38588c6f10 Bug 463188 - Restore user's session at startup if they quit Firefox during Private Browsing mode; r=zeniko ui-r=faaborg a1.9.1b2=mconnor 2008-11-07 23:16:42 +03:30
Joe Drew
8fd1536f32 Bug 393936 - Cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call CancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). r=bz, sr=pavlov, a=blocking1.9.1+ 2008-11-07 14:35:22 -05:00
Dave Townsend
68663a73e2 Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the Vista Ts regression 2008-11-07 15:21:35 +00:00
Dave Townsend
2545ad97e1 Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
Vista Ts regression
2008-11-07 15:21:23 +00:00
Vladimir Vukicevic
e526f80a18 b=454473, win32 bookmarks toolbar repopulates after resize; r=robarnold, sr=dbaron 2008-11-06 18:32:28 -08:00
Vladimir Vukicevic
6450cdc188 b=424333; BadAlloc under X when viewing extremely large images; r=joe 2008-11-09 15:39:41 -08:00
Steven Michaud
29072360fb 10.4-only top crash at [@ nsNativeThemeCocoa::DrawCellWithScaling]. b=458961 r=mstange,stuart.morgan sr=vlad a=vlad 2008-11-09 16:30:46 -06:00
Ehsan Akhgari
098aa23430 Bug 463692 - Clear the findbar text when leaving the private browsing mode; r,a1.9.1b2=mconnor 2008-11-09 20:25:18 +03:30
Ehsan Akhgari
a63d8fc782 Bug 462986 - Fix private browsing tests to pass on tinderbox (session store test); r=zeniko (NPODB) 2008-11-09 16:46:26 +03:30
Robert Longson
5f10cfb549 Mochitests for bug 459953 2008-11-09 11:41:22 +00:00
L. David Baron
d0fe12906f Add some tests for @font-face (static cases, not dynamic ones). (Bug 457821) 2008-11-08 08:35:54 -08:00
L. David Baron
33d6e6cc48 Add a set of fonts for presence testing, each of which has a single glyph at the codepoint for a capital letter A-Z. (Bug 457821) 2008-11-08 08:35:54 -08:00
L. David Baron
c920abe631 Allow HTTP(..), HTTP(../..) that allow HTTP reftests to use resources not in the same directory. (Bug 457821) r=jwalden 2008-11-08 08:35:54 -08:00
L. David Baron
14126e8fd6 Make about:blank work correctly as a reference for reftests served over HTTP. (Bug 457821) r=jwalden 2008-11-08 08:35:54 -08:00
Robert Sayre
f7cbb78d8d Merge mozilla-central to tracemonkey. 2008-11-06 18:57:50 -05:00
Marco Bonardo
d2ef7735fd Bug 459493 - remove placesBackground, r+a=mconnor 2008-11-06 23:22:10 +01:00
Karl Tomlinson
0860a21e5b backout b=449356 9621d305de92 2008-11-07 10:49:14 +13:00
Ehsan Akhgari
95e0c567fb Bug 463445 - nsPrivateBrowsingService.removeDataFromDomain might throw if the user cancels the master password prompt; r=mconnor a1.9.1b2=mconnor 2008-11-07 01:11:45 +03:30
Ehsan Akhgari
ae84e66152 Bug 463202 - Search engine box should be cleared when leaving the private browsing mode; r=gavin a1.9.1b2=mconnor 2008-11-07 01:11:32 +03:30
Joe Drew
6683bd098a Crash [@imgRequest::NotifyProxyListener(imgRequestProxy*)] at tokyomango.com - bug 441563 r=vladimir sr=pavlov 2008-11-06 16:31:20 -05:00
Gavin Sharp
ae80735fb1 Bug 436497: update Google search plugin favicon, r=mconnor/beltzner, a=mconnor 2008-11-06 15:55:16 -05:00
Matthew Gregan
873fa1824f b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-07 09:53:20 +13:00
Ehsan Akhgari
355f6994b3 Merge landing of bug 463189 (again) 2008-11-07 00:21:05 +03:30
Ehsan Akhgari
294c317e31 Merge landing of bug 463189 2008-11-07 00:20:26 +03:30
Robert Sayre
1efbaf7478 Add debug logging to track tinderbox problem... 2008-11-06 15:49:25 -05:00
Mark Finkle
bd983b5a26 Bug 458688: FUEL browser_Browser.js uses setTimeout, r=gavin 2008-11-06 15:48:41 -05:00
Jeff Walden
9ba0796b8f Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab 2008-11-06 12:44:27 -08:00
Ehsan Akhgari
e7be00fc4d Bug 463189 - Provide an easy method for theme developers to style the browser in private browsing mode; r=mconnor,gavin a1.9.1b2=mconnor 2008-11-07 00:10:05 +03:30
Karl Tomlinson
8dfecc605a b=449356 font selection through Mozilla's PangoFcFontMap, r=roc 2008-11-07 09:39:06 +13:00
Dão Gottwald
6fb05f0b21 Bug 463299 - Hitting Esc when text was entered in the search box shouldn't close the all tabs / ctrl-tab panel. r=gavin 2008-11-06 20:20:34 +01:00