Closed Bug 1146557 Opened 9 years ago Closed 9 years ago

enable Service Worker Cache pref for non-release builds

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla39
Tracking Status
firefox39 --- fixed

People

(Reporter: bkelly, Assigned: bkelly)

References

Details

Attachments

(2 files)

In order to support wider testing we are going to enable the SW prefs in non-release builds once the underlying feature is complete.  Now that bug 1110814 has landed Cache is ready to go.

The existing bug 1110144 will be used to track criteria for shipping Cache on release builds.
Do I need some kind of super review or something for this?
Attachment #8581934 - Flags: review?(ehsan)
Comment on attachment 8581934 [details] [diff] [review]
Flip dom.caches.enabled to true on non-release builds. r=ehsan

Review of attachment 8581934 [details] [diff] [review]:
-----------------------------------------------------------------

(In reply to Ben Kelly [:bkelly] from comment #1)
> Do I need some kind of super review or something for this?

No, I think my review is enough.  A blog post however would be nice if you have the time.  Congrats on this first step towards shipping cache.  :-)
Attachment #8581934 - Flags: review?(ehsan) → review+
A try build showed enabling the pref broke a bunch of devtools tests.  The issue was that devtools iterates over global properties and tries to QI them to nsISupports.  CacheStorage currently does not have nsISupports in its interface map.  Oops!  This patch fixes that.

https://treeherder.mozilla.org/#/jobs?repo=try&revision=e46939958398
Attachment #8582105 - Flags: review?(ehsan)
(In reply to :Ehsan Akhgari (not reading bugmail, needinfo? me!) from comment #2)
> No, I think my review is enough.  A blog post however would be nice if you
> have the time.  Congrats on this first step towards shipping cache.  :-)

Thanks!  I'm working on the blog post, but I keep running into "one more thing" to do...
Attachment #8582105 - Flags: review?(ehsan) → review+
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: