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

Issue 2228873002: Added an origin trial for WebShare. (Closed)

Created:
4 years, 4 months ago by Matt Giuca
Modified:
4 years, 3 months ago
Reviewers:
haraken, esprehn
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chrome-apps-syd-reviews_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added an origin trial for WebShare. This allows sites to register for a token to use navigator.share for a limited time (for API experimentation purposes only). BUG=635805 Committed: https://crrev.com/0f782e18ab076cd108a9a63a12a97c4703f125f0 Cr-Commit-Position: refs/heads/master@{#416179}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix V8 binding check. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webshare/NavigatorShare.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (10 generated)
Matt Giuca
Hi Elliott, Adding an origin trial, hopefully for M54 (though we may let it slip ...
4 years, 4 months ago (2016-08-10 09:19:54 UTC) #2
esprehn
https://codereview.chromium.org/2228873002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp (right): https://codereview.chromium.org/2228873002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp#newcode841 third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp:841: if (!originTrialContext->featureBindingsInstalled("WebShare") && (RuntimeEnabledFeatures::webBluetoothEnabled() || originTrialContext->isFeatureEnabled("WebShare"))) { The Bluetooth ...
4 years, 4 months ago (2016-08-10 09:35:58 UTC) #3
Matt Giuca
https://codereview.chromium.org/2228873002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp File third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp (right): https://codereview.chromium.org/2228873002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp#newcode841 third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp:841: if (!originTrialContext->featureBindingsInstalled("WebShare") && (RuntimeEnabledFeatures::webBluetoothEnabled() || originTrialContext->isFeatureEnabled("WebShare"))) { On 2016/08/10 ...
4 years, 4 months ago (2016-08-11 03:08:41 UTC) #4
esprehn
lgtm
4 years, 4 months ago (2016-08-11 03:09:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2228873002/20001
4 years, 4 months ago (2016-08-16 01:06:51 UTC) #11
Matt Giuca
On 2016/08/16 01:06:51, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 3 months ago (2016-09-02 01:44:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2228873002/40001
4 years, 3 months ago (2016-09-02 01:45:50 UTC) #16
haraken
LGTM
4 years, 3 months ago (2016-09-02 03:20:00 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-02 03:30:11 UTC) #18
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 03:34:09 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0f782e18ab076cd108a9a63a12a97c4703f125f0
Cr-Commit-Position: refs/heads/master@{#416179}

Powered by Google App Engine
This is Rietveld 408576698