Commit Graph

237732 Commits

Author SHA1 Message Date
Nikhil Marathe
307fae2a5b Bug 931249 - Patch 11 - Remove unused cacheName. r=bkelly 2015-03-19 17:25:28 -07:00
Nikhil Marathe
b7af741961 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
b00972e52e 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
452746afc4 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
42a739d88d 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
8673603e68 Bug 931249 - Patch 6 - Fix abort condition in CompareCache::OnStreamComplete. r=bkelly 2015-03-19 14:57:27 -07:00
Nikhil Marathe
d8a93fc400 Bug 931249 - patch 5 - set redirection limit back to zero. r=bkelly 2015-03-18 13:55:33 -07:00
Nikhil Marathe
5392a94907 Bug 931249 - Patch 4.1 - Fix addref/release declarations on Windows builds. r=baku 2015-03-24 15:54:25 -07:00
Nikhil Marathe
7148654104 Bug 931249 - patch 4 - comparison. r=nsm 2015-03-18 09:52:54 -07:00
Nikhil Marathe
4e204e6701 Bug 931249 - patch 3 - tests. r=bkelly 2015-03-18 09:47:19 -07:00
Nikhil Marathe
1a4fa97954 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
a361dfa506 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
8df08acab4 Bug 931249 - patch 2 - cachename integration. r=nsm 2015-03-18 09:46:38 -07:00
Nikhil Marathe
ad93de8c47 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
1b4eb261a9 Bug 931249 - patch 1 - Scriptloader use cache if needed. r=khuey 2015-03-19 11:41:42 -07:00
Markus Stange
866d2f9cc7 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
4160159759 Bug 1151145 - Add a reftest. r=jrmuizel 2015-04-04 18:07:53 -04:00
Markus Stange
2dd7923829 Bug 1151145 - Add assertions to detect unbalanced calls to CGContextSaveGState / CGContextRestoreGState. r=jrmuizel 2015-04-04 18:12:12 -04:00
Markus Stange
8bab6fc527 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
e85a8149d4 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
7b24f34150 Backed out changeset 8882af540247 (bug 1029451) for intermittent timeouts in the newly-added test. 2015-04-06 11:22:00 -04:00
Andrew Halberstadt
5d50c3836b Bug 1150175 - Remove obsoleted %(test_manifest)s config options from b2g mochitests, r=chmanchester 2015-04-01 16:28:07 -04:00
JW Wang
048e54ab0d Bug 1150277 - Match hostname when removing GMP data. r=cpearce 2015-04-06 07:41:53 +08:00
Felix Janda
103f987213 Bug 1130710 - xre: Use stdint uint*_t instead of nonstandard __uint*_t. r=bsmedberg 2015-02-05 22:47:21 +01:00
Johannes Schulte
7134d6f3a2 Bug 1094491 - Add assertion in UpdateExistingGetPropCallStubs that should hold now. r=efaust 2014-12-01 18:50:26 +01:00
Johannes Schulte
4b29243b9e 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
8468639a1a 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
7a6c78f8aa 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
95011c43c2 Bug 1029451 - Preserve mIsSynthesizedForTests on mouse events. r=ehsan 2015-04-03 08:17:00 -04:00
Cameron McCormack
2828a1df64 Bug 1149542 - Part 2: Track undisplayed characters before empty text frames properly. r=dholbert 2015-04-06 09:12:06 -04:00
Cameron McCormack
ab6dc93a51 Bug 1149542 - Part 1: Return early from SVG text layout if we discover mPositions is not long enough. r=dholbert 2015-04-06 09:11:55 -04:00
Mats Palmgren
f6c6dbdb46 Bug 1151220 - [css-grid] Fix a couple of typos in InitializeTrackSize. r=dholbert 2015-04-04 08:50:00 -04:00
Tom Tromey
a7542f3f19 Bug 1150646 - Ensure that memory stats show up in treeherder logs. r=chmanchester 2015-04-03 11:19:00 -04:00
Kilik Kuo
05d1b1f328 Bug 1146304 - Touch slider bar or tap forward button, the video got stuck 1s then resume playing. r=cpearce 2015-04-02 16:19:37 +08:00
Martin Thomson
f268bbf98c Bug 996238 - Move more of the test code to promises. r=jib 2015-04-01 11:21:06 -07:00
Martin Thomson
daceba7bd8 Bug 996238 - Add test for asymmetric media isolation across PC. r=ekr 2015-04-01 11:21:06 -07:00
Martin Thomson
7b12c6b26b Bug 996238 - ALPN support for WebRTC. r=ekr 2015-04-01 11:21:06 -07:00
Martin Thomson
c792a525fe Bug 996238 - Reformat gtest_utils.h. r=ekr 2015-04-01 11:21:06 -07:00
Bill McCloskey
ae40046d93 bug 950401 - Log child process spawning on Mac/BSD. r=bsmedberg 2015-03-25 07:10:36 -04:00
Markus Stange
84dfd4ce42 Bug 1151306 - Add a reftest. r=roc 2015-04-05 17:57:25 -04:00
Markus Stange
e0975a9c09 Bug 1151346 - Make ActiveLayerTracker::IsOffsetOrMarginStyleAnimated respect CSS animations. r=roc 2015-04-05 22:53:51 -04:00
Markus Stange
baf95941b3 Bug 1151306 - Add a missing check during background color pulling. r=roc 2015-04-05 14:05:44 -04:00
Brian Birtles
865a95ca62 Bug 1061364 - Don't force transitions to refresh their style rule; r=dbaron 2015-04-06 09:13:20 +09:00
Phil Ringnalda
010a81bdf3 Merge b-i to m-c, IGNORE IDL, a=release, give up IDL hook, it's fine, really 2015-04-05 14:53:49 -07:00
Phil Ringnalda
1e13b4aa31 Merge f-t to m-c, IGNORE IDL, a=release, give up IDL hook, it's fine, really 2015-04-05 14:22:55 -07:00
B2G Bumper Bot
506d7a6386 Bumping manifests a=b2g-bump 2015-04-05 10:57:34 -07:00
B2G Bumper Bot
913eb0854e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fceb69a8216d
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #29305 from cctuan/1100263

Bug 1100263 - [Flame][Homescreen]It will show a blank page and close icon can't work when you open two App folders quickly

========

https://hg.mozilla.org/integration/gaia-central/rev/d95ca816c6b3
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1100263 - remove activity listener once collection is ready to display for bug 931339
2015-04-05 10:55:23 -07:00
Robert Kaiser
984168f252 Bug 1084258 - Language pack compatibility should be bound to Gecko branch, else undefined entity errors possible, r=glandium 2015-04-05 16:26:34 +02:00
B2G Bumper Bot
b51adddbe4 Bumping manifests a=b2g-bump 2015-04-04 15:09:50 -07:00
B2G Bumper Bot
a4ccb7a064 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d0305a2a13b3
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1082688 - merge pull request #29313 from etiennesegonzac:bug-1082688 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1f94e35a229c
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1082688 - Translate the application name in AttentionWindow's notifications r=kgrandon
2015-04-04 15:07:39 -07:00