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

310587 Коммитов

Автор SHA1 Сообщение Дата
Chris Lord d2ab412202 Bug 803299 - Replace black.png with black.html for webgl-color-alpha-test. r=jrmuizel
webgl-color-alpha-test fails to render the image correctly since switching on
24-bit rendering, presumably due to async image decoding. Instead, just replace
the pure black 256^2 image with a page that renders the same using a div.
2013-05-28 18:50:17 +01:00
Chris Lord 6ce3ea6b45 Bug 803299 - Some tests require extra fuzzing on Android in 24-bit colour. r=blassey 2013-05-28 18:50:17 +01:00
Chris Lord c0967d6681 Bug 803299 - JPEG srgb icc fails on Android in 24-bit colour. r=jrmuizel 2013-05-28 18:50:17 +01:00
Chris Lord f5b089174c Bug 803299 - More tests pass on Android with 24-bit colour. r=blassey
Tests that were marked as failing now pass with increased colour depth.
2013-05-28 18:50:17 +01:00
Chris Lord 2fe2515333 Bug 803299 - Respect gfx.android.rgb16.force pref. r=blassey 2013-05-28 18:50:16 +01:00
Chris Lord baaafdbe93 Bug 803299 - Enable 32-bit colour on Android. r=kats 2013-05-28 18:50:16 +01:00
Jared Wein 10cfb04335 Bug 867675 - Full Screen control in the customization panel doesn't leave the enabled state once it's entered. r=mconley
--HG--
extra : rebase_source : a0f08483088c1819cae2b144176a6f94333baf7a
2013-05-28 13:41:15 -04:00
Ms2ger 38872ca343 Bug 876282 - Add unprefixed cancelAnimationFrame; r=bz
--HG--
rename : content/base/test/test_bug647518.html => content/base/test/test_bug876282.html
2013-05-28 19:31:31 +02:00
Bobby Holley 51c4d0224a Bug 870423 - Tests. r=bz 2013-05-28 10:29:38 -07:00
Bobby Holley f03e3c188b Bug 870423 - Use the actual hasInstance proxy hook for function proxies. r=luke 2013-05-28 10:29:37 -07:00
Timothy Nikkel 38d4e9f9ee Bug 876630. The async widget release is no longer needed in nsComboBoxFrame because the view subsystem now does the widget destroy async. r=mats 2013-05-28 12:27:36 -05:00
Daniel Holbert 87de3de768 Bug 876074: Soften flexbox assertion about out-of-order children, since it's not dangerous and it can be triggered by unrelated-to-flexbox tree mutations. r=bz 2013-05-28 09:39:02 -07:00
Jeff Hammel f608040afd Bug 872285 - bump packages and mirror to m-c for bug 790765;r=ahal
--HG--
rename : testing/mozbase/mozfile/tests/is_url.py => testing/mozbase/mozfile/tests/test_url.py
2013-05-28 09:51:35 -07:00
Mark Capella 575967c7f9 Bug 874036 - Tab counter displays incorrectly in some circumstances, r=lucasr 2013-05-28 11:56:01 -04:00
Ed Morley 18e14e417a Merge latest green birch changeset and mozilla-central 2013-05-28 16:27:45 +01:00
Tim Taubert 010b1916d3 merge m-c to fx-team 2013-05-28 15:02:50 +02:00
Ed Morley f647b899bd Merge mozilla-central and birch 2013-05-28 13:04:08 +01:00
Tim Taubert 15f9eb10e4 Bug 874452 - Remove Firefox 8 preference migration code; r=yoric 2013-05-28 11:02:13 +02:00
Tim Taubert 9d301f1a95 Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws 2013-05-28 11:01:54 +02:00
Ed Morley 89a40c640c Backed out changeset 9395a7b2e54c (bug 876426) for crashtest timeouts on a CLOSED TREE 2013-05-28 08:50:53 +01:00
Ed Morley 7ee3d201a9 Backed out changeset 3c6a72bd7411 (bug 876426) 2013-05-28 08:50:19 +01:00
Ed Morley 8232917c74 Backed out changeset 6e02333d572b (bug 876380) 2013-05-28 08:50:17 +01:00
Robert O'Callahan 199605f97a Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske 2013-05-28 17:05:38 +12:00
Robert O'Callahan 7e30a30742 Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske 2013-05-28 17:00:59 +12:00
Robert O'Callahan 4a3b308917 Bug 876426. Part 1: Fire 'resize' event on video controls element when the element's size is changed. r=mattwoodrow 2013-05-28 17:00:59 +12:00
Patrick Wang cc8a80e1be Bug 875208 - Check blob last modification date before sending it through IPC. r=gene.lian 2013-05-28 12:24:11 +08:00
Eric Chou 775be416f3 Bug 871438 - Reset value when file transfer session starts, r=gyeh
When the transferring session was stopped, mBodySegmentLength wouldn't reset
to 0, and that would impact the next transferring if the first packet of the
next transferring doesn't contain header Body or EndOfBody, which would invoke
ExtractPacketHeaders() and refresh mBodySegmentLength in the function.
2013-05-28 15:25:42 +08:00
Eric Chou 39261467eb Bug 875719 - Simplify and correct the mechanism of handling call state change event, r=gyeh
1. Remove variable mCurrentCallIndex and replace with using function FindFirstCall(aState)
2. Remove unused variable index and callArrayLength
2013-05-28 14:58:51 +08:00
L. David Baron 919a798198 Additional tests for bug 750388. No review. 2013-05-28 12:12:06 +08:00
Thomasy 508bd028e5 Bug 750388: In an+b microsyntax in :nth-child() etc., allow starting with +n and allow comments at all token boundaries rather than requiring the strange tokens that result from lack of comments or spaces. r=dbaron 2013-05-28 12:12:06 +08:00
Phil Ringnalda b6f164dd38 Merge m-c to m-i 2013-05-27 20:24:40 -07:00
Phil Ringnalda 91e6aef3cc Merge m-c and birch 2013-05-27 18:58:47 -07:00
David Zbarsky 3b94c9b291 Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc 2013-05-27 16:47:45 -07:00
Mats Palmgren 37adbfdaca Bug 871099. r=bzbarsky 2013-05-28 03:00:08 +00:00
Ehsan Akhgari 9baff6c056 Bug 876252 - Stop the AudioBufferSourceNode if the offset is no longer valid after setting a new buffer more effectively; r=roc
Calling Stop() here is not quite enough, because web content might call stop() again
with a non-zero argument, which overrides what we do here.
2013-05-27 20:17:24 -04:00
David Zbarsky 426d89524a Backed out changeset 6c1cf4694a13 for not building on windows and android 2013-05-27 17:14:33 -07:00
David Zbarsky 47b801fa22 Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc 2013-05-27 16:47:45 -07:00
Shane Caraveo 3dc60cb843 bug 875949 - 'leaked' provider test cleanup, r=felipe 2013-05-27 15:46:11 -07:00
Joshua Cranmer 24c9d43c87 Bug 868285 - Fix static checking builds, part 4: kill dehydra stack checking tests. r=bsmdberg 2013-05-27 16:05:22 -05:00
Joshua Cranmer 26a00df047 Bug 868285 - Fix static checking builds, part 3: actually check js/src. r=glandium 2013-05-27 16:05:10 -05:00
Joshua Cranmer f9295075bf Bug 868285 - Fix static checking builds, part 2: Add MOZ_NONHEAP_CLASS. r=ehsan
--HG--
rename : build/clang-plugin/tests/TestStackClass.cpp => build/clang-plugin/tests/TestNonHeapClass.cpp
2013-05-27 16:05:02 -05:00
Joshua Cranmer 6a948c71c1 Bug 868285 - Fix static checking builds, part 1: infer MOZ_STACK_CLASS. r=bsmedberg 2013-05-27 16:04:18 -05:00
Andrea Marchesini 4e7d972efb Bug 874252 - Leak with expando on a DOMError, r=khuey 2013-05-27 16:43:09 -04:00
Justin Lebar f7af2b3a5c Bug 857412 - Try to fix intermittent orange in browserElement_SendEvent.js by unregistering our test event listener after we're done testing. r=vingtetun 2013-05-27 16:33:57 -04:00
Phil Ringnalda b552c43078 Merge m-c to a CLOSED TREE birch 2013-05-27 11:47:01 -07:00
Phil Ringnalda f1e7983df8 Merge m-c to birch 2013-05-27 09:57:56 -07:00
Phil Ringnalda 54c801a5f8 Merge birch to m-c 2013-05-27 09:55:00 -07:00
Phil Ringnalda cd38f4feb9 Merge the last PGO-green cset on m-i to m-c 2013-05-27 09:44:40 -07:00
Fernando Jiménez 7d69d06b1a Bug 874148 - crash in libxul.so!mozilla::hal_impl::GonkDiskSpaceWatcher::OnFileCanReadWithoutBlocking [GonkDiskSpaceWatcher.cpp : 238 + 0x4]. r=fabrice 2013-05-27 18:35:27 +02:00
octoploid@yandex.com f7a96e327a Bug 875790 - Revert AutoPushJSContext change in nsJSContext::CompileScript due to crashes. r=bholley 2013-05-27 06:40:37 -07:00