Commit Graph

265940 Commits

Author SHA1 Message Date
Masayuki Nakano
3b82e28e21 Bug 1109410 Resolve CSS transform in ContentEventHandler::ConvertToRootViewRelativeOffset() r=roc 2015-10-05 14:46:39 +09:00
Bobby Holley
80564cebbe Bug 1208656 - Grab the tail dispatch each time in case the runnable spins the event loop. r=khuey
If the runnable spins the event loop, we may end up firing the tail dispatcher,
which causes the AutoTaskDispatcher to be destroyed, after which point invoking
methods on it will crash. We need to grab it each time so that it will be lazily
instantiated as-needed.
2015-10-04 22:46:16 -07:00
Jean-Yves Avenard
e582bc111e Bug 1211328: [MSE] Fix timestampOffset attribute calculation in sequence mode. r=gerald 2015-10-05 15:45:56 +11:00
JW Wang
48b3faa969 Bug 1209890 - add main thread assertions and remove usage of decoder monitor from MediaSourceDecoder. r=jya. 2015-09-30 06:55:21 +08:00
Nicholas Nethercote
b3573eb2f7 Bug 1209351 (part 6) - Optimize nsTHashTable::RemoveEntry() usage in toolkit/. r=froydnj. 2015-09-24 21:38:04 -07:00
Nicholas Nethercote
04bb4d91f7 Bug 1209351 (part 5) - Optimize nsTHashTable::RemoveEntry() usage in security/. r=keeler. 2015-09-24 20:44:31 -07:00
Nicholas Nethercote
27be6f6f2f Bug 1209351 (part 4) - Optimize nsTHashTable::RemoveEntry() usage in netwerk/. r=michal.novotny. 2015-09-24 19:10:37 -07:00
Nicholas Nethercote
07f15d61e6 Bug 1209351 (part 3) - Optimize nsTHashTable::RemoveEntry() usage in gfx/. r=jrmuizel. 2015-09-24 19:07:22 -07:00
Nicholas Nethercote
f930151045 Bug 1209351 (part 2) - Optimize nsTHashTable::RemoveEntry() usage in dom/. r=bz. 2015-09-24 19:05:16 -07:00
Nicholas Nethercote
e9d85eae17 Bug 1209351 (part 1) - Add an overloading of nsTHashTable::RemoveEntry() that takes an already-found entry. r=froydnj. 2015-09-24 16:12:38 -07:00
JW Wang
92ead5acf0 Bug 1209888 - Remove usage of decoder monitor from OggReader. r=jya. 2015-09-30 06:55:20 +08:00
Morris Tseng
135a656e57 Bug 709490 - Part 11: Diabled test_offscreencanvas_many.html on gonk, android, windows and linux. r=jgilbert 2015-10-05 10:50:17 +08:00
Morris Tseng
9ae39aa599 Bug 709490 - Part 10: Using mechanism in RuntimeService to get pref in worker thread instead of gfxPref. r=baku 2015-10-05 10:50:17 +08:00
Morris Tseng
5ee4f58d5e Bug 709490 - Part 9: Readback without blocking main thread. r=jgilbert 2015-10-05 10:50:16 +08:00
Morris Tseng
b164583db9 Bug 709490 - Part 8: Copy to a temp texture when readback from IOSurface. r=jgilbert 2015-10-05 10:50:16 +08:00
Morris Tseng
4695e137b7 Bug 709490 - Part 7: If layer is not available, fallback to BasicCanvasLayer. r=roc 2015-10-05 10:50:16 +08:00
Morris Tseng
ce2d292805 Bug 709490 - Part 6: Add frame ID to CanvasClient so compositor could update frame correctly. r=roc 2015-10-05 10:50:16 +08:00
Morris Tseng
7e35122c2a Bug 709490 - Part 5: Add interfaces test. r=ehsan 2015-10-05 10:50:16 +08:00
Morris Tseng
c2c6c8f143 Bug 709490 - Part 4: Mochitests for offscreencanvas. r=baku, r=jgilbert
Thanks Jon Morton [:jmorton] (jonanin@gmail.com) for polishing patches.
2015-10-05 10:50:16 +08:00
Morris Tseng
6b474d865c Bug 709490 - Part 3: Transfer OffscreenCanvas from mainthread to workers. r=baku, r=sfink
Thanks Jon Morton [:jmorton] (jonanin@gmail.com) for polishing patches.
2015-10-05 10:50:16 +08:00
Morris Tseng
ae7d727d4f Bug 709490 - Part 2: Introduce OffscreenCanvas and let WebGL context work on workers. r=nical, r=jgilbert, r=jrmuizel, sr=ehsan
Thanks Jon Morton [:jmorton] (jonanin@gmail.com) for polishing patches.
2015-10-05 10:50:16 +08:00
Morris Tseng
6d4517421b Bug 709490 - Part 1: Let ImageBridge transfer CanvasClient async. r=nical
Thanks Jon Morton [:jmorton] (jonanin@gmail.com) for polishing patches.
2015-10-05 10:50:15 +08:00
Chris Pearce
ad3e546ccb Bug 1207019 - Make EME mochitests specify mime types for video in MediaKeys request videoTypes, ditto for audio. r=gerald 2015-10-05 15:03:58 +13:00
Chris Pearce
50424eb7cd Bug 1207019 - Remove WMF availability check in MediaKeySystemAccess requests. r=edwin 2015-10-05 15:03:48 +13:00
Phil Ringnalda
ead844b673 Bug 1207936 - Disable test_ril_worker_cellbroadcast.js for constant timeouts 2015-10-04 18:35:12 -07:00
Nicholas Nethercote
226d054499 Bug 1205942 (part 5) - Disallow compiler warnings in ipc/chromium. r=jld. 2015-10-01 17:51:49 -07:00
Nicholas Nethercote
640a0a24a2 Bug 1205942 (part 4) - Remove GetWinVersion(). r=jld.
Like the last patch, the motivation is to remove a GetVersionEx() call which
triggers deprecation warnings.

Because Windows XP SP2 is the earliest Windows version we support, two of the
existing uses of GetWinVersion() could be removed, because they were checking
for XP or earlier. One other Vista check could be replaced with
mozilla::IsVistaOrLater().
2015-10-01 07:11:30 -07:00
Nicholas Nethercote
0fa6cecf74 Bug 1205942 (part 3) - Remove unused OS version detection functions from ipc/chromium/. r=jld.
The motivation here is to remove the GetVersionEx() calls in the
Windows-specific code, because that function is deprecated and causes warnings.
The non-Windows versions come along for the ride.
2015-10-01 07:10:13 -07:00
Ehsan Akhgari
d017ef1f31 Bug 1180349 - Increase the timeout for browser_markupview_links_01.js 2015-10-04 13:29:36 -04:00
Phil Ringnalda
211c0f567c Merge m-c to m-i 2015-10-04 09:59:58 -07:00
Phil Ringnalda
f7742218f4 Merge f-t to m-c, a=merge 2015-10-04 09:56:33 -07:00
Maxim Zhilyaev
ed5de6e4a8 Bug 1202040 - Intermittent browser_newtab_bug1194895.js | This test exceeded the timeout threshold. [r=marcosc] 2015-10-03 20:32:56 -07:00
Sotaro Ikeda
7462a522d8 Bug 1210189 - Use nsScreenGonk in nsWindow::StartRemoteDrawing() r=mwu 2015-10-03 17:06:19 -07:00
Phil Ringnalda
2534a5d06f Merge m-c to f-t 2015-10-03 15:56:56 -07:00
Phil Ringnalda
e7fc1e4498 Merge m-c to m-i 2015-10-03 15:54:26 -07:00
Phil Ringnalda
49ba55bccb Merge f-t to m-c, a=merge 2015-10-03 15:50:22 -07:00
Phil Ringnalda
a36b1ea1b0 Merge m-i to m-c, a=merge 2015-10-03 15:37:39 -07:00
Kit Cambridge
987b4d4b4d Bug 1210943 - Drop subscriptions unconditionally if the UAID changes. r=benbangert 2015-10-03 14:59:24 -07:00
Michael Layzell
072ae0f39d Bug 1195492 - Remove the backup moz_hosts table and the moz_hosts_is_backup marker table, r=ehsan 2015-10-03 14:30:52 -04:00
Ehsan Akhgari
58ea050e31 Bug 1172123 - Adjust the maximum number of fuzzy differing pixels for image-scrolling-zoom-1.html on OSX 2015-10-03 12:02:24 -04:00
Ehsan Akhgari
2383ddd247 Bug 1166714 - Increase the test timeout to make it pass on the slow b2g emulator 2015-10-03 11:40:29 -04:00
Ehsan Akhgari
d01c3a1bf9 Bug 1202621 - Correctly wait for both focus and the delayed startup to finish when opening a new window in private browsing tests; r=mconley 2015-10-03 11:27:07 -04:00
Michael Layzell
09c64c94ad Bug 1208814 - Part 2: Don't use the default copy constructor in nsNavHistoryQuery::Clone(), r=ehsan 2015-10-03 11:23:54 -04:00
Michael Layzell
d9344de2ee Bug 1208814 - Part 1: Add an analysis to prevent default copy constructors from being called on refcounted objects, r=ehsan 2015-10-03 11:23:52 -04:00
ffxbld
3ad4d44f08 No bug, Automated blocklist update from host bld-linux64-spot-410 - a=blocklist-update 2015-10-03 03:44:53 -07:00
ffxbld
06e0cf1ad6 No bug, Automated HPKP preload list update from host bld-linux64-spot-410 - a=hpkp-update 2015-10-03 03:44:51 -07:00
ffxbld
d42f228554 No bug, Automated HSTS preload list update from host bld-linux64-spot-410 - a=hsts-update 2015-10-03 03:44:49 -07:00
Phil Ringnalda
e7e6aa7265 Back out 2 changesets (bug 1052139) for mochitest-jetpack bustage
Backed out changeset 3dc503961322 (bug 1052139)
Backed out changeset 6f278bc63614 (bug 1052139)
2015-10-02 22:10:24 -07:00
Mark Finkle
e924aaa22e Bug 1210283 - Update the UI Telemetry docs r=liuche 2015-10-03 00:38:18 -04:00
Mark Finkle
2c1b50baa4 Bug 1210283 - Add more UI Telemetry probes for managing Home Panels r=liuche 2015-10-03 00:37:48 -04:00