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

Issue 1938183002: Deprecate URL.createObjectURL/revokeObjectURL in Service Workers (Closed)

Created:
4 years, 7 months ago by jsbell
Modified:
4 years, 7 months ago
Reviewers:
Mark P, Rick Byers
CC:
chromium-reviews, feature-media-reviews_chromium.org, mlamouri+watch-blink_chromium.org, tzik, nhiroki, haraken, tommyw+watchlist_chromium.org, eric.carlson_apple.com, asvitkine+watch_chromium.org, blink-reviews, kinuko+fileapi, mcasas+watch+mediastream_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Deprecate URL.createObjectURL/revokeObjectURL in Service Workers As a prelude to removal of these methods, slip a deprecation warning in. Intent Thread: https://groups.google.com/a/chromium.org/d/msg/blink-dev/HuA7Ng9U0oc/CYvfMoeyBwAJ BUG=604951 R=rbyers@chromium.org,mpearson@chromium.org Committed: https://crrev.com/0ac96023be4cd86fec7404752ea61c7d6ede5ab0 Cr-Commit-Position: refs/heads/master@{#391951}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Correct removed-in milestone #

Total comments: 4

Patch Set 4 : Drop underscores in enum #

Patch Set 5 : Rebased #

Patch Set 6 : derp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
M third_party/WebKit/Source/core/fileapi/URLFileAPI.cpp View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
jsbell
mpearson@, rbyers@ - please take a look?
4 years, 7 months ago (2016-05-04 18:24:19 UTC) #2
Mark P
histograms.xml lgtm
4 years, 7 months ago (2016-05-04 18:45:45 UTC) #3
Rick Byers
LGTM with a couple minor nit / suggestions https://codereview.chromium.org/1938183002/diff/40001/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (right): https://codereview.chromium.org/1938183002/diff/40001/third_party/WebKit/Source/core/frame/UseCounter.h#newcode1153 third_party/WebKit/Source/core/frame/UseCounter.h:1153: URL_Method_RevokeObjectURL_ServiceWorker ...
4 years, 7 months ago (2016-05-04 20:42:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1938183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1938183002/60001
4 years, 7 months ago (2016-05-04 21:42:30 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/132566) chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-05-04 21:45:55 UTC) #9
jsbell
https://codereview.chromium.org/1938183002/diff/40001/third_party/WebKit/Source/core/frame/UseCounter.h File third_party/WebKit/Source/core/frame/UseCounter.h (right): https://codereview.chromium.org/1938183002/diff/40001/third_party/WebKit/Source/core/frame/UseCounter.h#newcode1153 third_party/WebKit/Source/core/frame/UseCounter.h:1153: URL_Method_RevokeObjectURL_ServiceWorker = 1335, On 2016/05/04 20:42:18, Rick Byers wrote: ...
4 years, 7 months ago (2016-05-04 23:05:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1938183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1938183002/80001
4 years, 7 months ago (2016-05-04 23:06:51 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/132569) chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-05-04 23:19:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1938183002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1938183002/100001
4 years, 7 months ago (2016-05-05 16:19:53 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/216969)
4 years, 7 months ago (2016-05-05 21:55:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1938183002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1938183002/100001
4 years, 7 months ago (2016-05-05 22:00:09 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-05 23:44:21 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 23:45:30 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0ac96023be4cd86fec7404752ea61c7d6ede5ab0
Cr-Commit-Position: refs/heads/master@{#391951}

Powered by Google App Engine
This is Rietveld 408576698