|
|
Chromium Code Reviews
DescriptionAdd BluetoothDevice.uuids attribute removal date in the deprecation string
This CL adds the removal date in the deprecation string for the
BluetoothDevice.uuids attribute.
BUG=653317
Committed: https://crrev.com/6da1894febdd92cc6308fd75af89c336b244e2da
Cr-Commit-Position: refs/heads/master@{#425181}
Patch Set 1 : add BluetoothDevice.uuids attribute removal date in the deprecation string #
Total comments: 5
Messages
Total messages: 21 (11 generated)
The CQ bit was checked by juncai@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
juncai@chromium.org changed reviewers: + dcheng@chromium.org
Please take a look. Thanks!
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/frame/Deprecation.cpp:465: return String::format( Can this use replacedBy("BluetoothDevice.uuids", M57, "getPrimaryServices()")?
https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/frame/Deprecation.cpp:465: return String::format( On 2016/10/13 04:43:33, dcheng wrote: > Can this use replacedBy("BluetoothDevice.uuids", M57, "getPrimaryServices()")? The replacedBy() takes two parameters instead of three: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Dep... So the removal date can not be added.
https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/frame/Deprecation.cpp:465: return String::format( On 2016/10/13 18:22:07, juncai wrote: > On 2016/10/13 04:43:33, dcheng wrote: > > Can this use replacedBy("BluetoothDevice.uuids", M57, "getPrimaryServices()")? > > The replacedBy() takes two parameters instead of three: > https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Dep... > So the removal date can not be added. Oops, sorry, I meant willBeRemoved(): does that make sense here?
https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/frame/Deprecation.cpp:465: return String::format( On 2016/10/13 20:13:37, dcheng wrote: > On 2016/10/13 18:22:07, juncai wrote: > > On 2016/10/13 04:43:33, dcheng wrote: > > > Can this use replacedBy("BluetoothDevice.uuids", M57, > "getPrimaryServices()")? > > > > The replacedBy() takes two parameters instead of three: > > > https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Dep... > > So the removal date can not be added. > > Oops, sorry, I meant willBeRemoved(): does that make sense here? As the comment at: https://codereview.chromium.org/2408773003/ mentioned, we don't have a chromestatus link, so we can't use willBeRemoved() either.
jyasskin@chromium.org changed reviewers: + jyasskin@chromium.org
https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/frame/Deprecation.cpp (right): https://codereview.chromium.org/2412753003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/frame/Deprecation.cpp:465: return String::format( On 2016/10/13 21:01:08, juncai wrote: > On 2016/10/13 20:13:37, dcheng wrote: > > On 2016/10/13 18:22:07, juncai wrote: > > > On 2016/10/13 04:43:33, dcheng wrote: > > > > Can this use replacedBy("BluetoothDevice.uuids", M57, > > "getPrimaryServices()")? > > > > > > The replacedBy() takes two parameters instead of three: > > > > > > https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Dep... > > > So the removal date can not be added. > > > > Oops, sorry, I meant willBeRemoved(): does that make sense here? > > As the comment at: > https://codereview.chromium.org/2408773003/ > mentioned, we don't have a chromestatus link, so we can't use willBeRemoved() > either. Specifically, Web Bluetooth has a link at https://www.chromestatus.com/features/5264933985976320, but the removal of 'uuids' doesn't. I don't think this removal needs a chromestatus link because Web Bluetooth isn't shipped yet (it's in an origin trial), but it does make using the standard helper functions more difficult. The reason to deprecate instead of removing outright, despite not having shipped, is that sites are using the API under the origin trial, and it's kind not to break them abruptly if we don't have to.
Description was changed from ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 ========== to ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 ==========
jyasskin@chromium.org changed reviewers: - jyasskin@chromium.org
lgtm
The CQ bit was checked by juncai@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 ========== to ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 ========== to ========== Add BluetoothDevice.uuids attribute removal date in the deprecation string This CL adds the removal date in the deprecation string for the BluetoothDevice.uuids attribute. BUG=653317 Committed: https://crrev.com/6da1894febdd92cc6308fd75af89c336b244e2da Cr-Commit-Position: refs/heads/master@{#425181} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/6da1894febdd92cc6308fd75af89c336b244e2da Cr-Commit-Position: refs/heads/master@{#425181} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
