commit | 0ca977be9dbe2582e8f18415bd9299efd36fd329 | [log] [tgz] |
---|---|---|
author | jungkee.song <jungkee.song@samsung.com> | Tue Feb 23 00:36:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 23 00:38:08 2016 |
tree | cafa9477ab28c9a6c4c59380a6d86d0434380ef4 | |
parent | af548e472716edd2834167d6c8cadc799ee30779 [diff] |
Service Worker: Add Clients.get(id) As per the latest spec update, this CL implements Clients.get(id) method. Spec discussion: https://github.com/slightlyoff/ServiceWorker/issues/723#issuecomment-151326898 Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#clients-get-method Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/XlBHOIOCjUk The layout tests for this CL are mostly taken from Mozilla's work instead of making new ones to ensure compatibility: https://bugzilla.mozilla.org/show_bug.cgi?id=1222464 BUG=552310 Review URL: https://codereview.chromium.org/1439333002 Cr-Commit-Position: refs/heads/master@{#376870}