Commit Graph

237752 Commits

Author SHA1 Message Date
L. David Baron
ea4b4950e9 Bug 980770 - Enable off-main-thread animations on all platforms other than Linux (and other X11 based platforms) with off-main-thread compositing, for nightly/aurora. r=birtles 2015-04-06 11:23:28 -07:00
Bobby Holley
bd1ac6f060 Bug 1150687 - Have callers pass an AbstractThread directly to promise APIs and remove wrapper-style AbstractThreads for MediaTaskQueue. r=jww 2015-04-06 11:09:27 -07:00
Bobby Holley
44eae53e05 Bug 1150687 - Make MediaTaskQueue implement AbstractThread directly. r=jww 2015-04-06 11:09:27 -07:00
Bobby Holley
40badeeb18 Bug 1150687 - Add a convenience/efficiently routine to get an AbstractThread for the main thread. r=jww 2015-04-06 11:09:26 -07:00
Trevor Saunders
ff5d232545 bug 1149772 - never create fake HWND in child processes r=davidb 2015-04-06 13:38:01 -04:00
Botond Ballo
44b0cb841b Bug 1145730 - Restrict the async transforms applied to mask layers to those caused by fixed-position adjustment. r=kats 2015-04-01 16:47:05 -04:00
Terrence Cole
6ec5015008 Bug 1150639 - Use a stricter off-thread check in triggerZoneGC; r=bhackett 2015-04-02 11:48:56 -07:00
Byron Campen [:bwc]
d2728413bc Bug 1149838: Do not suppress onnegotiationneeded before the first offer/answer. r=mt 2015-04-01 08:51:32 -07:00
David Major
0bd21250ca Bug 1137614: Align the mvsadcost array to work around a possible compiler issue. r=rillian 2015-04-07 04:32:46 +12:00
Christoph Kerschbaumer
c2870a3ce4 Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions (r=fabrice,pauljt) 2015-03-25 15:54:13 -07:00
Christoph Kerschbaumer
d8313031ae Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - web platform test update (r=sstamm,jgraham) 2015-03-11 17:16:13 -07:00
Christoph Kerschbaumer
cd8e38c959 Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - tests (r=sstamm) 2015-02-10 14:54:36 -08:00
Christoph Kerschbaumer
cf16f1a4c3 Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions (r=sstamm) 2015-02-06 14:54:11 -08:00
Christoph Kerschbaumer
cb23413c62 Bug 1133189 - Extend PrincipalInfo to handle expanded principals (r=bent,sicking) 2015-02-26 12:14:27 -08:00
Mason Chang
2019ab88d3 Bug 1150727 - Enable software vsync refresh driver on Linux. r=kats 2015-04-06 08:58:05 -07:00
Nikhil Marathe
d7cc97f872 Bug 931249 - Patch 16 - Keep ServiceWorker alive during installation steps. r=baku 2015-04-01 16:46:49 -07:00
Nikhil Marathe
4f85aaddf3 Bug 931249 - Patch 15 - assert later. r=baku 2015-03-27 13:29:40 -07:00
Nikhil Marathe
d1f7689273 Bug 931249 - Patch 14 - kungfuDeathGrip. r=baku 2015-03-27 10:00:59 -07:00
Nikhil Marathe
6a4b4fe84e Bug 931249 - Patch 13 - Fix finish condition in CacheScriptLoader::Fail. r=baku 2015-03-26 15:56:02 -07:00
Nikhil Marathe
22fef8f572 Bug 931249 - Patch 12 - Call LoadingFinished even if channel is not present. r=khuey
If the failure was due to inability to create a channel (csp, other restrictions) we still want to mark the load as finished
2015-03-24 17:11:57 -07:00
Nikhil Marathe
cd4d99dc4e Bug 931249 - Patch 11 - Remove unused cacheName. r=bkelly 2015-03-19 17:25:28 -07:00
Nikhil Marathe
3e40984cf7 Bug 931249 - Patch 10 - Bypass HTTP cache when downloading ServiceWorker script to compare against. r=bkelly
We don't have to bypass in ScriptLoader since this bypass will 'refresh' the cache to the new version.
Talked to :mcmanus about bug comment 78 and there isn't an easy way to ask HTTP Cache for 24 hr expiration, so falling back to this.
2015-03-19 16:41:55 -07:00
Nikhil Marathe
0e53f07496 Bug 931249 - Patch 9 - Use ServiceWorker cache name as part of it's unique name. r=khuey
When a SW script is updated (it gets a new cache), if there was already an existing running worker with the same scope and script, that would be reused and the update wouldn't happen.
2015-03-19 16:40:52 -07:00
Nikhil Marathe
723adde330 Bug 931249 - Patch 8 - Provide direct getter to the fact that we are loading a worker instead of relying on cache name. r=khuey 2015-03-19 16:39:01 -07:00
Nikhil Marathe
317b3be3e5 Bug 931249 - Patch 7 - Call Done() after Succeed() when cache and network match. r=bkelly 2015-03-19 15:03:49 -07:00
Nikhil Marathe
6a8958c98d Bug 931249 - Patch 6 - Fix abort condition in CompareCache::OnStreamComplete. r=bkelly 2015-03-19 14:57:27 -07:00
Nikhil Marathe
57360a65ea Bug 931249 - patch 5 - set redirection limit back to zero. r=bkelly 2015-03-18 13:55:33 -07:00
Nikhil Marathe
58e43dddbd Bug 931249 - Patch 4.1 - Fix addref/release declarations on Windows builds. r=baku 2015-03-24 15:54:25 -07:00
Nikhil Marathe
500cb35c0a Bug 931249 - patch 4 - comparison. r=nsm 2015-03-18 09:52:54 -07:00
Nikhil Marathe
e78a135394 Bug 931249 - patch 3 - tests. r=bkelly 2015-03-18 09:47:19 -07:00
Nikhil Marathe
1cc6129f6d Bug 931249 - patch 2.2 - purge old active worker cache when activating new worker. r=baku 2015-03-18 14:05:00 -07:00
Nikhil Marathe
e3b4a90a6e Bug 931249 - patch 2.1 - reuse cache name between updating and installing worker. r=baku 2015-03-18 14:02:51 -07:00
Nikhil Marathe
78f3fb24db Bug 931249 - patch 2 - cachename integration. r=nsm 2015-03-18 09:46:38 -07:00
Nikhil Marathe
2b06988afc Bug 931249 - Patch 1.1 - Set baseURI when script is obtained from cache. r=khuey 2015-03-18 16:14:30 -07:00
Nikhil Marathe
dff9cac1c8 Bug 931249 - patch 1 - Scriptloader use cache if needed. r=khuey 2015-03-19 11:41:42 -07:00
Markus Stange
68a36f51b6 Bug 1151349 - Make lldb ns(Int)Region summary handle the numRects==0 case. r=jrmuizel 2015-04-05 14:06:43 -04:00
Markus Stange
f27e3bcd99 Bug 1151145 - Add a reftest. r=jrmuizel 2015-04-04 18:07:53 -04:00
Markus Stange
1b94668974 Bug 1151145 - Add assertions to detect unbalanced calls to CGContextSaveGState / CGContextRestoreGState. r=jrmuizel 2015-04-04 18:12:12 -04:00
Markus Stange
69c723a553 Bug 1151145 - Make sure we don't call CGContextSaveGState without calling CGContextRestoreGState in DrawTargetCG::StrokeRect. r=jrmuizel 2015-04-04 18:06:35 -04:00
Joel Maher
d763116a26 Bug 1151466 - update talos to the latest version to include some pref changes and other small adjustments. r=wlach 2015-04-06 11:36:40 -04:00
Ryan VanderMeulen
eccfcb8a87 Backed out changeset 8882af540247 (bug 1029451) for intermittent timeouts in the newly-added test. 2015-04-06 11:22:00 -04:00
Andrew Halberstadt
c5cdf709d3 Bug 1150175 - Remove obsoleted %(test_manifest)s config options from b2g mochitests, r=chmanchester 2015-04-01 16:28:07 -04:00
JW Wang
db7347e0c0 Bug 1150277 - Match hostname when removing GMP data. r=cpearce 2015-04-06 07:41:53 +08:00
Felix Janda
7b38b1e41e Bug 1130710 - xre: Use stdint uint*_t instead of nonstandard __uint*_t. r=bsmedberg 2015-02-05 22:47:21 +01:00
Johannes Schulte
8a45b6abfe Bug 1094491 - Add assertion in UpdateExistingGetPropCallStubs that should hold now. r=efaust 2014-12-01 18:50:26 +01:00
Johannes Schulte
b0e103564f Bug 1094491 - Generate baseline getGName ICs for accessor properties before calling the getter. r=efaust 2014-12-01 18:50:23 +01:00
Johannes Schulte
d25edba162 Bug 1094491 - Generate baseline getElem ICs for accessor properties before calling the getter. r=efaust 2014-12-01 18:50:20 +01:00
Johannes Schulte
61df0670d4 Bug 1094491 - Generate baseline getProp ICs for accessor properties before calling the getter. r=efaust 2014-12-01 18:50:17 +01:00
Tom Tromey
ddd9e95730 Bug 1029451 - Preserve mIsSynthesizedForTests on mouse events. r=ehsan 2015-04-03 08:17:00 -04:00
Cameron McCormack
6d744ea5c6 Bug 1149542 - Part 2: Track undisplayed characters before empty text frames properly. r=dholbert 2015-04-06 09:12:06 -04:00