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

Issue 173463: Update of the extension install UI: (Closed)

Created:
11 years, 4 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Update of the extension install UI: - Give the user more information about which hosts an extension can access. - Remove the red severe warning because it doesn't play well with themes and because it adds nothing when the other text is more specific. - Make the image a bit smaller. Also integrate this new idea with the silent/not-silent update flow. BUG=12129, 12140, 19582 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24599

Patch Set 1 #

Patch Set 2 : Integrate with update flow, add testing #

Total comments: 15

Patch Set 3 : mpcompelte comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+648 lines, -157 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui.cc View 1 2 3 chunks +52 lines, -1 line 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 2 1 chunk +3 lines, -4 lines 1 comment Download
M chrome/browser/views/extensions/extension_install_prompt.cc View 7 chunks +15 lines, -46 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 6 chunks +20 lines, -14 lines 0 comments Download
M chrome/common/extensions/extension.cc View 2 3 chunks +83 lines, -19 lines 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 2 1 chunk +138 lines, -68 lines 0 comments Download
M chrome/common/extensions/user_script.h View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/user_script.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts1_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts1_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts2_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts2_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts3_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/allhosts3_old.json View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts1_new.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts1_old.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts2_new.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts2_old.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts3_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts3_old.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts4_new.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/hosts4_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions1_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions1_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions2_new.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions2_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions3_new.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions3_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions4_new.json View 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/permissions4_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin1_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin1_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin2_new.json View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin2_old.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin3_new.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/allow_silent_upgrade/plugin3_old.json View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/all_hosts.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/all_hosts2.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/all_hosts3.json View 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/duplicate_content_script.json View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/duplicate_host.json View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/empty.json View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/https_not_considered.json View 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/one_host.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/one_host_wildcard.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/effective_host_permissions/two_hosts.json View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Aaron Boodman
11 years, 4 months ago (2009-08-26 09:51:29 UTC) #1
Matt Perry
looking good http://codereview.chromium.org/173463/diff/1001/1002 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173463/diff/1001/1002#newcode2110 Line 2110: <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_BROWSER" desc="Warning displayed in body ...
11 years, 4 months ago (2009-08-26 17:48:15 UTC) #2
Aaron Boodman
http://codereview.chromium.org/173463/diff/1001/1002 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173463/diff/1001/1002#newcode2110 Line 2110: <message name="IDS_EXTENSION_PROMPT_WARNING_NEW_BROWSER" desc="Warning displayed in body of extension ...
11 years, 3 months ago (2009-08-26 21:02:24 UTC) #3
Matt Perry
11 years, 3 months ago (2009-08-26 21:10:32 UTC) #4
LGTM

http://codereview.chromium.org/173463/diff/1056/1060
File chrome/browser/extensions/extensions_service.cc (right):

http://codereview.chromium.org/173463/diff/1056/1060#newcode382
Line 382: bool allow_silent_upgrade = Extension::AllowSilentUpgrade(old,
extension);
80 cols

Powered by Google App Engine
This is Rietveld 408576698