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

287617 Коммитов

Автор SHA1 Сообщение Дата
Matthew Gregan d712138607 Bug 789075 - Handle odd sized WebM video frames correctly. r=derf 2012-10-16 16:03:43 +13:00
Mark Hammond f41c26f285 Bug 801080 - window.close should close social panels. r=felipe 2012-10-16 13:53:37 +11:00
Makoto Kato ab0f807a87 Bug 801457 - XULRunner windows builds busted since Sep 22 in winEmbed, cannot convert from 'uint32_t' to 'nsresult'. r=bsmedberg 2012-10-16 11:21:52 +09:00
Justin Lebar 3da0aadb31 Bug 800486 - Part 3: Minor fixups to MemoryInfoDumper.cpp. r=njn 2012-10-15 22:12:14 -04:00
Justin Lebar 4a590b2df4 Bug 800486 - Part 2: Move signal-watching and memory-report-dumping code out of nsMemoryReporterManager and into a new file, MemoryInfoDumper. r=njn 2012-10-15 22:12:14 -04:00
Justin Lebar 70048a2062 Bug 800486 - Part 1: Dump a GC and CC log upon receiving SIGRTMIN + 2. r=mccr8,njn,cjones 2012-10-15 22:12:14 -04:00
Masayuki Nakano b3e881682d Bug 795230 Use ASCII capable keyboard layout for computing charCode if current input source is an IME mode and open r=smichaud 2012-10-16 10:43:50 +09:00
David Zbarsky aa0078a93d Backout 14f09c2fb04c on CLOSED TREE 2012-10-15 21:19:30 -04:00
Matt Woodrow 03bb827842 Bug 801365 - Invalidate ThebesLayers if the zoom factor changes. r=roc 2012-10-16 14:10:51 +13:00
Matt Woodrow 8aef6bc9df Bug 800198 - Make mContainerReferenceFrame the reference frame for the items inside the container, not the container itself. r=roc 2012-10-16 14:10:48 +13:00
Matt Woodrow 7932b50419 Bug 770001 - Add invalidation test helpers and form control invalidation mochitest. r=roc 2012-10-16 14:10:45 +13:00
Robert O'Callahan ext:(%2C%20Matt%20Woodrow%20%3Cmwoodrow%40mozilla.com%3E) 2d4d388af6 Bug 770001. When a display item has changed, don't bother invalidating areas that have been clipped out. r=mattwoodrow, roc 2012-10-16 14:10:43 +13:00
Jeff Walden e2d7ad602b Fix up and un-skip the test for bug 406572, following up on a comment in bug 577325. r=jorendorff
--HG--
rename : content/canvas/test/test_toBlob.html => content/canvas/test/test_mozGetAsFile.html
extra : rebase_source : 8457c42ff9ba9151f240462e06192fa4dc444a75
2012-01-29 03:03:18 -08:00
David Zbarsky 51eb0b9272 Fix some && within || warnings, no bug 2012-10-15 21:00:21 -04:00
David Zbarsky 59e0277728 Bug 801803: More nsresult as enum class creates warnings r=me 2012-10-15 21:00:20 -04:00
Mark Hammond 7beb8867af Bug 796526 - stop spewing errors re SysGetModuleInfo64 in debug builds. r=dbaron 2012-10-16 11:26:35 +11:00
Bill McCloskey 7ad7a8b043 Backout bug 791174 for orange 2012-10-15 17:00:39 -07:00
Michael Wu 64761523bf Bug 801935 - Don't unload wireless drivers, r=gal 2012-10-15 19:51:20 -04:00
Wes Johnston 8e8dd45fa9 Bug 798515 - follow up to remove string. r=mfinkle 2012-10-15 16:28:03 -07:00
Brian R. Bondy 8bd24520b7 Bug 710550 - Firefox is already running messagebox will now display on top of the installer window. r=rstrong 2012-10-15 19:18:08 -04:00
Felipe Gomes f6959afd27 Bug 801874. Opening a minimized chat from the worker is broken. r=gavin 2012-10-15 16:15:52 -07:00
Ehsan Akhgari 56a5c27dbc Bug 801049 - Communicate the privacy bit of the active window to the search suggestion service so that it knows whether to put the channel it creates in private browsing mode or not; r=gavin
I'm using the autocompletesearchparam as a vehicle for delivering the
privacy information into the guts of nsSearchSuggestions.  The
alternative solution will involve modifying the autocomplete interfaces,
which is even more horrible than what the code here does.  It's not that
bad if you think of autocompletesearchparam attribute as an opaque value
which is used to transfer information to the nsIAutoCompleteSearch
implementations, which is what it is!
2012-10-15 18:59:33 -04:00
Bill McCloskey 463de3b214 Bug 791174 - Clean up GC tracing code (r=jonco) 2012-10-12 11:28:44 -07:00
Daniel Holbert 0c84835c24 Bug 542039 followup: Replace "namespace ... = mozilla::..." with "using namespace mozilla", to fix build error w/ --disable-accessibility. rs=tbsaunde 2012-10-15 15:44:34 -07:00
David Keeler 27d5157e2b bug 786417 - filter the hsts preload list to sites that actually send the header r=bsmith, mayhemer 2012-10-15 14:43:57 -07:00
Ehsan Akhgari bcd437d0de Bug 800952 - Make sure that the privacy override information on a channel is correctly transferred to a channel when we setup a replacement channel for it; f=jdm r=jduell
This is required when a channel with an overridden privacy status (such as
a favicon HTTP load channel) gets redirected, for example.
2012-10-12 14:59:39 -04:00
Wes Johnston 47ea65c276 Bug 798515 - Remove Browse all top sites text from about:home r=mfinkle 2012-10-15 15:22:43 -07:00
Josh Matthews 00c4850b48 Bug 801405 - Avoid attempting to optimize frames that no longer exist. r=joe 2012-10-15 18:06:43 -04:00
Daniel Holbert ecb6b89591 Bug 801808: Replace DocAccessible constructor's PresShell null-check with an assertion. r=tbsaunde 2012-10-15 15:06:03 -07:00
Kyle Huey e170f9ede0 Bug 648610: Followup for build bustage. 2012-10-15 14:57:40 -07:00
Trevor Saunders 69190021fe bug 801659 - clean up cache of DocAccessible on pres shells, and add fast path to nsAccDocManager::GetDocAccessible() r=surkov, dholbert 2012-10-15 10:58:42 -04:00
David Zbarsky ac35c2991b Bug 801803: Followup to convert 2 more call sites r=me 2012-10-15 17:39:46 -04:00
Wes Kocher b03fa69756 Merging changes 2012-10-15 14:34:12 -07:00
Wes Kocher 5ac95629f7 Bug 787346 - Update revision of Jetpack code used in Firefox tests to pick up the new SDK layout. 2012-10-15 14:31:35 -07:00
Benjamin Peterson 35f1927bcd Bug 800407 followup - Fix running in browser environment. r=me
--HG--
rename : content/canvas/test/test_toBlob.html => content/canvas/test/test_mozGetAsFile.html
extra : rebase_source : 5f42dac25147c4e44cc24a0b254d047e9bac6203
2012-10-15 17:16:12 -04:00
Kyle Huey a78a5f8920 Bug 648610: Implement <canvas>.toBlob. r=smaug
--HG--
rename : content/canvas/test/test_mozGetAsFile.html => content/canvas/test/test_toBlob.html
2012-10-15 14:15:25 -07:00
David Zbarsky f99ff81019 Bug 801803 - nsresult as enum class creates warnings in test files r=ehsan 2012-10-15 17:12:50 -04:00
Justin Lebar 67b458520a Bug 801498 - Fix about:compartments styling (broken by bug 798040). r=njn
--HG--
extra : rebase_source : f6cfbe731f5ef1182f0e4a360e5a86e972f92df1
2012-10-15 16:50:51 -04:00
Benoit Girard 98ca10d456 Back out b7f31a736800 for mochitest failures
--HG--
extra : rebase_source : 9f77f07db004fe11a20533c0ad017cef825a1a8b
2012-10-15 16:57:43 -04:00
Benoit Girard 68cffeeeea Back out d5496f32f2e4 for mochitest failures
--HG--
extra : rebase_source : 1e0caa0ae6d2c1bec971fde75c348f69e6cc63fe
2012-10-15 16:57:06 -04:00
Randell Jesup 05bc38656e Bug 773649: Support getting audio and video in the same getUserMedia call r=roc,anant 2012-10-15 16:41:46 -04:00
Scott Johnson 164edf29dd Bug 787210: Add capability to import-tests.py to import ahem font if necessary for tests. [r=dbaron] 2012-10-15 15:39:15 -05:00
Ehsan Akhgari 24337444cd Bug 801237 - Make browser_privatebrowsing_viewsource.js use "private-browsing-transition-complete" instead of using a progress listener; r=jdm 2012-10-12 11:25:47 -04:00
Brian Nicholson 8876b0f36b Backout e7208eeb05da for Android failures
--HG--
extra : rebase_source : e5dcd6557448265a2c6f9cf7588792b6f5b4f045
2012-10-15 13:16:06 -07:00
Benjamin Peterson 8110859480 No bug - Add executable bit. rs=terrence 2012-10-15 16:15:52 -04:00
Benjamin Peterson 19a0e65d9d Bug 800407 - Remove incorrect assertion that Function constructor defined functions cannot have inherited strict mode. r=benjamin code=Nikhil Marathe
--HG--
extra : rebase_source : 54cb7adb34ea2b9825d9aadf19f896f68f5dc508
2012-10-15 16:12:41 -04:00
Scott Johnson aee866eb3e Backout e52a16b96738 (Bug 784375) for oranges on OSX 10.8. 2012-10-15 15:13:40 -05:00
Josh Matthews 34c635b69a Bug 801701 - Fix references to non-existent requests in status trackers for extracted frames. r=joe 2012-10-15 16:05:01 -04:00
Brian Nicholson fc1905dac3 Bug 800332 - Use loadUrl() to open remote tabs. r=mfinkle 2012-10-15 12:51:54 -07:00
Brian Nicholson fb5006c94c Bug 801675 - Use loadUrl() to open the marketplace tab. r=mfinkle 2012-10-15 12:51:38 -07:00