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

Issue 2279013002: [Extensions] Fix ExtensionMsg_Loaded_Params (Closed)

Created:
4 years, 3 months ago by Devlin
Modified:
4 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Extensions] Fix ExtensionMsg_Loaded_Params The ExtensionMsg_Loaded_Params had a number of issues: - it never pickled the id - it never pickled the tab specific permissions - it didn't use the explicit id when constructing the extension The latter is useful to safe work in the normal case, and important in tests since test extensions may not have keys or paths. BUG=640837 Committed: https://crrev.com/2b3723bc43398ea016a3d109430492784b2be234 Cr-Commit-Position: refs/heads/master@{#414600}

Patch Set 1 : polish #

Total comments: 2

Patch Set 2 : Add comment #

Total comments: 2

Patch Set 3 : typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -3 lines) Patch
M extensions/common/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/extension_messages.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
A extensions/common/extension_messages_unittest.cc View 1 chunk +105 lines, -0 lines 0 comments Download
M extensions/extensions_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
Devlin
asargent@, can you take a look? meacer@, can you stamp the IPC changes? (No new ...
4 years, 3 months ago (2016-08-25 18:47:49 UTC) #8
meacer
extension_messages.cc LGTM
4 years, 3 months ago (2016-08-25 18:58:49 UTC) #9
asargent_no_longer_on_chrome
https://codereview.chromium.org/2279013002/diff/20001/extensions/common/extension_messages.cc File extensions/common/extension_messages.cc (right): https://codereview.chromium.org/2279013002/diff/20001/extensions/common/extension_messages.cc#newcode85 extensions/common/extension_messages.cc:85: Extension::Create(path, location, *manifest, creation_flags, id, error); Doesn't the non-id-taking ...
4 years, 3 months ago (2016-08-25 19:02:50 UTC) #10
Devlin
https://codereview.chromium.org/2279013002/diff/20001/extensions/common/extension_messages.cc File extensions/common/extension_messages.cc (right): https://codereview.chromium.org/2279013002/diff/20001/extensions/common/extension_messages.cc#newcode85 extensions/common/extension_messages.cc:85: Extension::Create(path, location, *manifest, creation_flags, id, error); On 2016/08/25 19:02:50, ...
4 years, 3 months ago (2016-08-25 20:40:57 UTC) #11
asargent_no_longer_on_chrome
ok, lgtm (BTW, I spent some time wondering about the following: if this code happened ...
4 years, 3 months ago (2016-08-25 22:06:16 UTC) #12
Devlin
On 2016/08/25 22:06:16, Antony Sargent wrote: > (BTW, I spent some time wondering about the ...
4 years, 3 months ago (2016-08-25 22:15:09 UTC) #14
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/2279013002/60001
4 years, 3 months ago (2016-08-26 00:30:41 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 3 months ago (2016-08-26 00:36:39 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 00:38:56 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2b3723bc43398ea016a3d109430492784b2be234
Cr-Commit-Position: refs/heads/master@{#414600}

Powered by Google App Engine
This is Rietveld 408576698