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

Issue 410023002: Show read-only messages for non-interact non-desktop Automation extensions (Closed)

Created:
6 years, 5 months ago by aboxhall
Modified:
6 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Project:
chromium
Visibility:
Public.

Description

Show read-only messages for non-interact non-desktop Automation extensions BUG=309681 Committed: https://crrev.com/429d7adac2adba3c254895787949e6574c87b742 Cr-Commit-Position: refs/heads/master@{#303185}

Patch Set 1 #

Patch Set 2 : Tweaks #

Patch Set 3 : rebase #

Total comments: 4

Patch Set 4 : rebase #

Patch Set 5 : re-rebase #

Total comments: 8

Patch Set 6 : Review comments #

Total comments: 6

Patch Set 7 : Nits #

Patch Set 8 : Try and make COMPILE_ASSERT work on win #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -20 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/automation.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -5 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/automation_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +42 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
A chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_false.json View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M extensions/common/permissions/permission_message.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/permissions/permission_message_util.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -2 lines 0 comments Download
M extensions/common/permissions/permission_message_util.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +27 lines, -10 lines 0 comments Download
M extensions/extensions_strings.grd View 1 2 3 4 5 6 7 8 9 10 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (1 generated)
aboxhall
Following on from the discussion in the doc, here is the actual change for the ...
6 years, 5 months ago (2014-07-22 23:58:38 UTC) #1
aboxhall
6 years, 5 months ago (2014-07-22 23:58:54 UTC) #2
not at google - send to devlin
you might want to hold off on this until that other CL has landed. https://codereview.chromium.org/410023002/diff/40001/extensions/common/permissions/permission_message_util.cc ...
6 years, 5 months ago (2014-07-23 01:56:59 UTC) #3
aboxhall
https://codereview.chromium.org/410023002/diff/40001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/40001/extensions/common/permissions/permission_message_util.cc#newcode41 extensions/common/permissions/permission_message_util.cc:41: bool read_only) { On 2014/07/23 01:56:59, kalman wrote: > ...
6 years, 5 months ago (2014-07-24 17:32:39 UTC) #4
aboxhall
Ping? This is now based on the other CL.
6 years, 5 months ago (2014-07-25 18:06:19 UTC) #5
meacer
Sorry for the late response. Lgtm. https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc#newcode69 extensions/common/permissions/permission_message_util.cc:69: int host_msg_id = ...
6 years, 5 months ago (2014-07-25 18:13:10 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc#newcode47 extensions/common/permissions/permission_message_util.cc:47: static const int kNumMessages = 4; we went to ...
6 years, 5 months ago (2014-07-25 18:17:43 UTC) #7
aboxhall
https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/80001/extensions/common/permissions/permission_message_util.cc#newcode47 extensions/common/permissions/permission_message_util.cc:47: static const int kNumMessages = 4; On 2014/07/25 18:17:42, ...
6 years, 5 months ago (2014-07-25 19:06:32 UTC) #8
not at google - send to devlin
lgtm with 3 nits. https://codereview.chromium.org/410023002/diff/100001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/100001/extensions/common/permissions/permission_message_util.cc#newcode68 extensions/common/permissions/permission_message_util.cc:68: properties & kReadOnly ? kReadOnlyMessagesList ...
6 years, 5 months ago (2014-07-25 20:40:04 UTC) #9
aboxhall
https://codereview.chromium.org/410023002/diff/100001/extensions/common/permissions/permission_message_util.cc File extensions/common/permissions/permission_message_util.cc (right): https://codereview.chromium.org/410023002/diff/100001/extensions/common/permissions/permission_message_util.cc#newcode68 extensions/common/permissions/permission_message_util.cc:68: properties & kReadOnly ? kReadOnlyMessagesList : kReadWriteMessagesList; On 2014/07/25 ...
6 years, 5 months ago (2014-07-25 20:54:22 UTC) #10
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 5 months ago (2014-07-26 00:53:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/410023002/160001
6 years, 5 months ago (2014-07-26 05:00:39 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-26 20:06:10 UTC) #13
commit-bot: I haz the power
Failed to apply patch for extensions/extensions_strings.grd: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-26 20:06:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/410023002/200001
6 years, 1 month ago (2014-11-07 03:29:36 UTC) #16
commit-bot: I haz the power
Committed patchset #11 (id:200001)
6 years, 1 month ago (2014-11-07 04:25:24 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 04:26:00 UTC) #18
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/429d7adac2adba3c254895787949e6574c87b742
Cr-Commit-Position: refs/heads/master@{#303185}

Powered by Google App Engine
This is Rietveld 408576698