|
|
DescriptionEnable Site Isolation for Extensions.
This CL enables isolated extensions. Removal of the command line flag and
the field trial will be done in a separate CL.
BUG=545200
Committed: https://crrev.com/d8f0aefde00132b06bd97cb17555f2ec89a0c203
Cr-Commit-Position: refs/heads/master@{#414879}
Patch Set 1 #Patch Set 2 : Fix isolate extensions bit exposed to JS in extension tests. #Patch Set 3 : Fix web_view_apitest.cc too. #
Messages
Total messages: 31 (17 generated)
Description was changed from ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 ========== to ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 ==========
alexmos@chromium.org changed reviewers: + alexmos@chromium.org
LGTM!
The CQ bit was checked by nasko@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
nasko@chromium.org changed reviewers: + rdevlin.cronin@chromium.org
Hey Devlin, Can you review this CL for me? It enables by default Isolated Extensions :). Thanks in advance! Nasko
On 2016/08/26 21:53:36, nasko (out until 08-30) wrote: > Hey Devlin, > Can you review this CL for me? It enables by default Isolated Extensions :). > Thanks in advance! > Nasko Woohoo! LGTM!
The CQ bit was checked by nasko@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by nasko@chromium.org
Hey Devlin, Can you check the new PS? I missed the bit exposed to JS for extensions test initially. Thanks! Nasko
The CQ bit was checked by nasko@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...
I think you'll also need: extensions/browser/guest_view/web_view/web_view_apitest.cc Maybe chrome/browser/extensions/chrome_extension_web_contents_observer.cc too? Not sure exactly what that one's doing.
The CQ bit was unchecked by nasko@chromium.org
On 2016/08/26 22:37:12, Devlin wrote: > I think you'll also need: > extensions/browser/guest_view/web_view/web_view_apitest.cc Thanks! Fixed. > Maybe chrome/browser/extensions/chrome_extension_web_contents_observer.cc too? > Not sure exactly what that one's doing. That one is responsible for field trial bucketing. This will be cleaned up in a separate CL and has no impact on whether the feature is on or off by default. It uses extensions::IsIsolateExtensionsEnabled, which I've fixed to always return true.
The CQ bit was checked by nasko@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...
If the bots are happy, re-lgtm. :)
The CQ bit was unchecked by nasko@chromium.org
The CQ bit was checked by nasko@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from alexmos@chromium.org Link to the patchset: https://codereview.chromium.org/2285883002/#ps40001 (title: "Fix web_view_apitest.cc too.")
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 ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 ========== to ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 ========== to ========== Enable Site Isolation for Extensions. This CL enables isolated extensions. Removal of the command line flag and the field trial will be done in a separate CL. BUG=545200 Committed: https://crrev.com/d8f0aefde00132b06bd97cb17555f2ec89a0c203 Cr-Commit-Position: refs/heads/master@{#414879} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/d8f0aefde00132b06bd97cb17555f2ec89a0c203 Cr-Commit-Position: refs/heads/master@{#414879}
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2456413002/ by nasko@chromium.org. The reason for reverting is: Moving back to Site Isolation for Extensions being off by default, until we fix the remaining functional issues.. |