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

Move worker's close() to dedicated worker and shared worker #1119

Merged
merged 6 commits into from
Apr 27, 2016

Commits on Apr 25, 2016

  1. Move worker's close() to dedicated worker and shared worker

    As WorkerGlobalScope's close() method should not be exposed to one of
    its derived interfaces, ServiceWorkerGlobalScope, close() needs to be
    moved to the derived interfaces which explicitly requires it. This
    commit moves close() to DedicatedWorkerGlobalScope and
    SharedWorkerGlobalScope.
    
    Related issue: w3c/ServiceWorker#865
    jungkees committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    535e285 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Extract close a worker algorithm

    Extract close a worker algorithm that can be invoked by the close()
    method of a worker. At the time of this patch, a dedicated worker and
    a shared worker invoke it.
    jungkees committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    fd020a2 View commit details
    Browse the repository at this point in the history
  2. Comply with the style guide

    jungkees committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    e798194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c80d871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    048da21 View commit details
    Browse the repository at this point in the history
  5. Fix markup alignment

    jungkees committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    933c8b2 View commit details
    Browse the repository at this point in the history