Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Worker and SharedWorker less #5601

Merged
merged 3 commits into from
Jun 3, 2020
Merged

Expose Worker and SharedWorker less #5601

merged 3 commits into from
Jun 3, 2020

Conversation

annevk
Copy link
Member

@annevk annevk commented Jun 2, 2020

Tests: web-platform-tests/wpt#23381.

Closes #5497.

This allowed for no simplification whatsoever, but it still seems like a good change to make after all these years.

  • At least two implementers are interested (and none opposed):
    • Firefox
    • Chrome
  • Tests are written and can be reviewed and commented upon at:
    • See above
  • Implementation bugs are filed:
    • Chrome: Will you file one @nhiroki?
    • Firefox: N/A
    • Safari: N/A

(See WHATWG Working Mode: Changes for more details.)


/workers.html ( diff )

Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with some punctuation changes I suggest while we're in the area. A bit surprised this doesn't allow any simplification, but I guess that's believable.

I'm a bit surprised nobody allows creating Workers from a service worker, even Firefox. It seems like it'd be pretty useful to avoid janking your networking.

source Show resolved Hide resolved
source Show resolved Hide resolved
@annevk
Copy link
Member Author

annevk commented Jun 2, 2020

@asutherland found #411 (and w3c/ServiceWorker#678 before that). I guess we should keep that open in case folks are motivated to add it again.

@annevk
Copy link
Member Author

annevk commented Jun 3, 2020

I missed that https://bugs.chromium.org/p/chromium/issues/detail?id=1088481 is filed. So this is blocking on test review.

annevk added a commit to web-platform-tests/wpt that referenced this pull request Jun 3, 2020
@annevk annevk merged commit f913be0 into master Jun 3, 2020
@annevk annevk deleted the annevk/dw-sw branch June 3, 2020 11:05
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Jun 13, 2020
…are exposed, a=testonly

Automatic update from web-platform-tests
Workers: test where Worker/SharedWorker are exposed

And remove broken tests.

For whatwg/html#5601.
--

wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b
wpt-pr: 23381
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Jun 13, 2020
…are exposed, a=testonly

Automatic update from web-platform-tests
Workers: test where Worker/SharedWorker are exposed

And remove broken tests.

For whatwg/html#5601.
--

wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b
wpt-pr: 23381
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Jun 15, 2020
…are exposed, a=testonly

Automatic update from web-platform-tests
Workers: test where Worker/SharedWorker are exposed

And remove broken tests.

For whatwg/html#5601.
--

wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b
wpt-pr: 23381

UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Jun 15, 2020
…are exposed, a=testonly

Automatic update from web-platform-tests
Workers: test where Worker/SharedWorker are exposed

And remove broken tests.

For whatwg/html#5601.
--

wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b
wpt-pr: 23381

UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Jun 15, 2020
…are exposed, a=testonly

Automatic update from web-platform-tests
Workers: test where Worker/SharedWorker are exposed

And remove broken tests.

For whatwg/html#5601.
--

wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b
wpt-pr: 23381

UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Expose Worker and SharedWorker in fewer places
2 participants