Commit Graph

21486 Commits

Author SHA1 Message Date
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
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
Brendan Eich
40acf84539 Bug 443071 - Assertion failure with "for (;;[]=[])" (r=mrbkap). 2008-11-07 14:01:11 -08:00
David Anderson
fa14a92fe7 Fixed multitrees assert when building failed speculated branches (bug 463490, r=gal). 2008-11-07 13:22:05 -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
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
Simon Montagu
785ffb9b41 Detect clusters in Indic scripts where an initial RA is reordered after the following consonant and vowel. Bug 428317, r=roc 2008-11-06 02:02:51 -08:00
Vladimir Vukicevic
5274e9ded7 Update canvas mochitests; covered operators changed with cairo 1.8.2 update 2008-11-06 01:44:13 -08:00
Ben Turner
f130aa2d76 Remove accidental dump in test file that triggers tinderbox error regexps. 2008-11-06 00:37:32 -08:00
Vladimir Vukicevic
2d70839dd0 b=462938, Upgrade cairo to 1.8.2 and pixman to 0.12.0 [cairo piece] 2008-11-05 23:48:23 -08:00
Vladimir Vukicevic
01a74357fd b=462938, Upgrade cairo to 1.8.2 and pixman to 0.12.0 [pixman piece]
--HG--
rename : gfx/cairo/libpixman/src/pixman-arm.c => gfx/cairo/libpixman/src/pixman-arm-simd.c
rename : gfx/cairo/libpixman/src/pixman-arm.h => gfx/cairo/libpixman/src/pixman-arm-simd.h
2008-11-05 23:48:20 -08:00
Ben Newman
6b0b398a1c Bug 462389 - 'XPCVariant used in nsXPCException::SetThrownJSVal can cause cycle collection on non-main threads'. r=bent, sr=jst. 2008-11-05 22:42:51 -08:00
Ben Turner
c031080e02 Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst. 2008-11-05 22:41:52 -08:00
Andreas Gal
96aec85318 If the regexp cache runs full flush it and make sure to keep bytecode version around in case the native code was thrown away (463281). 2008-11-05 22:30:19 -08:00
Johnathan Nightingale
25f0edcfdb Extend "Clear Private Data" with time period option. b=453440, r=mconnor ui-r=beltzner a=blocking-firefox3.1 2008-11-05 19:57:00 -08:00
Justin Dolske
23299930f7 Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron 2008-11-05 19:19:44 -08:00
Justin Dolske
b14b6b4dbb Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong 2008-11-05 19:17:27 -08:00
Andreas Gal
a19551a824 Fix GC hangs when OOM during recovery pool re-allocation (463190, r=brendan). 2008-11-05 19:09:12 -08:00
Justin Dolske
c16718dbda Backout 30bfb150da06 (bug 449315) due to unit test timeouts. 2008-11-05 16:37:51 -08:00
Justin Dolske
f701f9d7f5 Backed out changeset 30bfb150da06 2008-11-05 16:36:12 -08:00
John Daggett
e5a0f4c565 Bug 457825 - Support access control headers when downloading fonts. r=jonas,dbaron, sr=jonas 2008-11-06 09:32:12 +09:00
Dave Camp
7c9a9141d5 Bug 461891: switch to using v2.2 safebrowsing servers. r=tony 2008-11-05 16:01:08 -08:00
Honza Bambas
6a4c010622 Bug 460328: Make online whitelist entries match by prefix. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas
c8fedd2705 Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas
d82181a981 Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst 2008-11-05 16:01:07 -08:00
Dave Camp
7d7819f834 Bug 462549: Verify that an appcache manifest hasn't changed at the end of an update. r+sr=biesi 2008-11-05 16:01:07 -08:00
Honza Bambas
def532c516 Bug 443017: Application cache tests. r=dcamp, sr=jst 2008-11-05 16:01:06 -08:00
zeniko@gmail.com
80e27bbde0 Bug 462973 - 50ms increase in Ts 2008-11-02 am (r=dietrich) 2008-11-05 15:58:13 -08:00
zeniko@gmail.com
bfe3d608ee Bug 407110 - sessionstore should use native json (r=dietrich) 2008-11-05 15:52:45 -08:00