Commit Graph

21524 Commits

Author SHA1 Message Date
Vladimir Vukicevic
1ecb39bb70 [arm] Disable regexp tracer on ARM 2008-11-09 14:22:28 -08:00
Vladimir Vukicevic
26b45638d4 whitespace/tab cleanup in NativeARM.cpp 2008-11-08 22:27:24 -08:00
Robert Sayre
a1bf2f89c4 Merge mozilla-central to tracemonkey. 2008-11-08 02:21:20 -05:00
Andreas Gal
34deb27634 Merge. 2008-11-07 18:19:52 -08:00
Andreas Gal
55c5823950 Backed out changeset 594ec832d9a8 2008-11-07 18:19:35 -08:00
Andreas Gal
533b7866b1 Add back typedef for JSTraceMonitor (compilation fix for legacy C use of JS engine includes, no bug). 2008-11-07 16:58:36 -08:00
Blake Kaplan
3eff1e4bb8 Fix warnings. No bug. r+sr=jst 2008-11-07 16:53:11 -08:00
Justin Wood
b6bd3bc199 Bug 381157, Make SeaMonkey download manager use toolkit backend
disable toolkit/ DM UI service
rs+=sdwilsh, sanit sr+=NeilAway
2008-11-07 19:32:41 -05:00
Justin Wood
2dfdc937a4 Bug 381157, Make SeaMonkey download manager use toolkit backend
supplemental patch to Bug 440932, toolkit dlmgr should be buildable by suite
r+sr=NeilAway
2008-11-07 19:32:25 -05:00
Shawn Wilsher
4c3c4f6599 Bug 463578 - Assertion running browser/components/privatebrowsing/test/unit/test_privatebrowsing_exit.js in debug builds
r=gavin
not part of the default build (test only change)
2008-11-07 19:04:30 -05:00
Andreas Gal
54ba19de70 Trace Function.apply and Function.call (462482, r=brendan). 2008-11-07 15:58:52 -08:00
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
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
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
Dão Gottwald
ca58f700bd Bug 463363 - ctrlTab event handler should ignore events from nested popups, e.g. context menus. r=gavin 2008-11-06 19:45:48 +01:00
Dão Gottwald
0eebc5cafa Bug 463227 - in the All Tabs panel, TAB key should move focus to the preview. r=sdwilsh 2008-11-06 18:33:22 +01:00
Robert Sayre
f976ddfecf Merge mozilla-central to tracemonkey. 2008-11-06 11:12:04 -05:00
Peter Van der Beken
c39e172979 Backed out changeset 874aba8a9a8a to fix orange 2008-11-06 15:01:22 +01:00
Peter Van der Beken
88df046c41 Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-06 12:09:30 +01:00