Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Issue 892053003: Rename ServiceWorkerClients.getAll to matchAll in M42 (Closed)

Created:
5 years, 10 months ago by zhuoyu.qian
Modified:
5 years, 10 months ago
CC:
blink-reviews, falken, horo+watch_chromium.org, jsbell+serviceworker_chromium.org, kinuko+serviceworker, michaeln, nhiroki, serviceworker-reviews, tzik
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Rename ServiceWorkerClients.getAll to matchAll in M42 For matchAll is a more fitting name than getAll. See: https://github.com/slightlyoff/ServiceWorker/issues/610#issuecomment-71134823 We should give developers a deprecation period. So in M42 - Add deprecation message for getAll() - Introduce matchAll() BUG=451334

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : rebase #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : edit for nits #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M Source/core/frame/UseCounter.h View 1 2 3 1 chunk +1 line, -0 lines 1 comment Download
M Source/core/frame/UseCounter.cpp View 1 2 3 4 1 chunk +3 lines, -0 lines 2 comments Download
M Source/modules/serviceworkers/Clients.idl View 1 1 chunk +4 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.cpp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (8 generated)
zhuoyu.qian
5 years, 10 months ago (2015-02-04 06:31:02 UTC) #1
Kunihiko Sakamoto
Did you verify that getAll() shows deprecation message on console? I doubt it because this ...
5 years, 10 months ago (2015-02-04 06:49:44 UTC) #2
Kunihiko Sakamoto
I'm trying to support deprecation message in service workers. https://codereview.chromium.org/901143002/ Please hold on until it ...
5 years, 10 months ago (2015-02-05 10:45:10 UTC) #3
zhuoyu.qian
On 2015/02/05 10:45:10, Kunihiko Sakamoto wrote: > I'm trying to support deprecation message in service ...
5 years, 10 months ago (2015-02-06 02:54:09 UTC) #4
Kunihiko Sakamoto
The deprecation message support has landed. Thanks for waiting. Please remove NOTRY=true from the CL ...
5 years, 10 months ago (2015-02-09 10:34:51 UTC) #5
zhuoyu.qian
On 2015/02/09 10:34:51, Kunihiko Sakamoto wrote: > The deprecation message support has landed. Thanks for ...
5 years, 10 months ago (2015-02-10 01:21:16 UTC) #6
Kunihiko Sakamoto
non-owner lgtm. https://codereview.chromium.org/892053003/diff/20001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/892053003/diff/20001/Source/core/frame/UseCounter.cpp#newcode857 Source/core/frame/UseCounter.cpp:857: return "Clients.getAll() is deprecated. Please use 'matchAll' ...
5 years, 10 months ago (2015-02-10 01:30:39 UTC) #7
zhuoyu.qian
5 years, 10 months ago (2015-02-10 01:36:01 UTC) #10
zhuoyu.qian
--Kunihiko Sakamoto
5 years, 10 months ago (2015-02-13 06:20:03 UTC) #11
falken
lgtm with nits Please add a link to https://github.com/slightlyoff/ServiceWorker/issues/610 in the issue description. https://codereview.chromium.org/892053003/diff/60001/Source/core/frame/UseCounter.cpp File ...
5 years, 10 months ago (2015-02-13 10:16:00 UTC) #13
zhuoyu.qian
Change as falken comment. https://codereview.chromium.org/892053003/diff/60001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/892053003/diff/60001/Source/core/frame/UseCounter.cpp#newcode861 Source/core/frame/UseCounter.cpp:861: return "Clients.getAll() is deprecated and ...
5 years, 10 months ago (2015-02-13 10:47:06 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892053003/80001
5 years, 10 months ago (2015-02-16 08:00:23 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/26709)
5 years, 10 months ago (2015-02-16 08:05:28 UTC) #20
zhuoyu.qian
Hi kinuko, I'd like you to do a code review for Source/core/frame/UseCounter. Thank you!
5 years, 10 months ago (2015-02-16 08:33:57 UTC) #22
kinuko
lgtm https://codereview.chromium.org/892053003/diff/80001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/892053003/diff/80001/Source/core/frame/UseCounter.cpp#newcode861 Source/core/frame/UseCounter.cpp:861: return "Clients.getAll() is deprecated and will no longer ...
5 years, 10 months ago (2015-02-16 09:47:18 UTC) #23
falken
zhuoyu.qian@, what's going on with this patch? Can you land it today or tomorrow, as ...
5 years, 10 months ago (2015-02-18 06:58:37 UTC) #24
Kunihiko Sakamoto
zhuoyu.qian@ seems not active for the last few days (because of Chinese new year, perhaps?). ...
5 years, 10 months ago (2015-02-20 02:15:08 UTC) #25
zhuoyu.qian
5 years, 10 months ago (2015-02-25 00:33:59 UTC) #26
On 2015/02/20 02:15:08, Kunihiko Sakamoto wrote:
> zhuoyu.qian@ seems not active for the last few days (because of Chinese new
> year, perhaps?).
> To make this in M42, I've made a new patch based on this, with comments
> addressed and rebased.
> 
> https://codereview.chromium.org/944583003
> 
> Zhuoyu, thank you for your patch and sorry for hijacking it.

That's all right. I'm glad you pay attention to my CL. Thank you!

Powered by Google App Engine
This is Rietveld 408576698