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

Prototype for Service Workers API #14

Merged
merged 29 commits into from
Jul 9, 2018
Merged

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    357ee58 View commit details
    Browse the repository at this point in the history
  2. Remove comment.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    db2e496 View commit details
    Browse the repository at this point in the history
  3. Add composer file.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    531092c View commit details
    Browse the repository at this point in the history
  4. Fix some phpcs issues.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    076c3d0 View commit details
    Browse the repository at this point in the history
  5. Add caching for SW file.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    e2cfd3e View commit details
    Browse the repository at this point in the history
  6. Add initial rewrite rules.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    296cf02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6e8985 View commit details
    Browse the repository at this point in the history
  8. Modify comments.

    miina committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    22658ed View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Merge master.

    miina committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    ecc1431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8d750 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    2b585fa View commit details
    Browse the repository at this point in the history
  2. Avoid http request in do_item()

    miina committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    a3ece90 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Switch the order of params.

    miina committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7196301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    922e8d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d63272 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    7c28ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdc6bf View commit details
    Browse the repository at this point in the history
  3. Avoid duplicate registering.

    miina committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    20f037a View commit details
    Browse the repository at this point in the history
  4. Fix incorrect SW registering.

    miina committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    6a234f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    645dc19 View commit details
    Browse the repository at this point in the history
  2. Merge master.

    miina committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    02132c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    094a0d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09506d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    4cc95ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c920a65 View commit details
    Browse the repository at this point in the history
  3. Remove using WP_Filesystem.

    miina committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    7362ae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f44146c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    4869e0e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Ensure wp_get_service_worker_url() returns an HTTPS URL

    Also let $scope argument be optional.
    westonruter committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    e9e902e View commit details
    Browse the repository at this point in the history