WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
178970
Implement ServiceWorkerGlobalObject registration
https://bugs.webkit.org/show_bug.cgi?id=178970
Summary
Implement ServiceWorkerGlobalObject registration
Joseph Pecoraro
Reported
2017-10-27 20:09:57 PDT
Implement ServiceWorkerGlobalObject registration The current implementation is RELEASE_ASSERT_NOT_REACHED which means just evaluating `self.registration` inside of a ServiceWorker causes a crash. Easy to hit when inspecting a ServiceWorker.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2017-10-27 20:10:59 PDT
That assertion has been dropped earlier today.
Chris Dumez
Comment 2
2017-10-27 20:13:35 PDT
Services Workers are mostly stubs at the moment. It is not ready for testing.
Joseph Pecoraro
Comment 3
2017-10-27 20:33:58 PDT
So I see. This may be doable after
bug 178882
. I just filed this so I had a bugzilla bug to replace the FIXME, but I'll leave the code alone to avoid churn.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug