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

Issue 9456019: Add GTK interface for installing bundles of extensions. (Closed)

Created:
8 years, 10 months ago by jstritar
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Add GTK interface for installing bundles of extensions. BUG=112096 TEST=*InstallBundle* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123658

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Total comments: 4

Patch Set 6 : fix views compile #

Patch Set 7 : #

Patch Set 8 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -128 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 4 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/extensions/bundle_installer.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/extensions/bundle_installer.cc View 1 2 3 4 5 6 7 5 chunks +75 lines, -5 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_install_dialog.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_install_dialog.cc View 1 2 3 4 3 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.h View 1 2 3 4 8 chunks +33 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.cc View 1 2 3 4 9 chunks +24 lines, -15 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.h View 1 3 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm View 1 2 3 4 5 6 9 chunks +6 lines, -16 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm View 1 2 3 4 9 chunks +16 lines, -14 lines 0 comments Download
A chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc View 1 2 3 4 1 chunk +157 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc View 1 2 3 4 11 chunks +52 lines, -30 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 1 2 3 4 5 10 chunks +9 lines, -17 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jstritar
Could you all take a look? @mihaip: extension code, general review @rsesek: ui/cocoa OWNERS @estade: ...
8 years, 10 months ago (2012-02-23 19:57:32 UTC) #1
Robert Sesek
FYI https://chromiumcodereview.appspot.com/9456019/diff/5001/chrome/browser/extensions/extension_install_ui.h File chrome/browser/extensions/extension_install_ui.h (right): https://chromiumcodereview.appspot.com/9456019/diff/5001/chrome/browser/extensions/extension_install_ui.h#newcode69 chrome/browser/extensions/extension_install_ui.h:69: const SkBitmap& icon() const { return icon_; } ...
8 years, 10 months ago (2012-02-23 20:12:32 UTC) #2
Evan Stade
lgtm with nits http://codereview.chromium.org/9456019/diff/7001/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc File chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc (right): http://codereview.chromium.org/9456019/diff/7001/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc#newcode29 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc:29: const int kHorizontalColumnSpacing = 10; docs ...
8 years, 10 months ago (2012-02-23 22:13:27 UTC) #3
Mihai Parparita -not on Chrome
LGTM https://chromiumcodereview.appspot.com/9456019/diff/7001/chrome/browser/extensions/extension_install_ui.cc File chrome/browser/extensions/extension_install_ui.cc (right): https://chromiumcodereview.appspot.com/9456019/diff/7001/chrome/browser/extensions/extension_install_ui.cc#newcode57 chrome/browser/extensions/extension_install_ui.cc:57: 0, Since there's enough of these 0 "gaps" ...
8 years, 10 months ago (2012-02-24 01:42:02 UTC) #4
jstritar
http://codereview.chromium.org/9456019/diff/5001/chrome/browser/extensions/extension_install_ui.h File chrome/browser/extensions/extension_install_ui.h (right): http://codereview.chromium.org/9456019/diff/5001/chrome/browser/extensions/extension_install_ui.h#newcode69 chrome/browser/extensions/extension_install_ui.h:69: const SkBitmap& icon() const { return icon_; } On ...
8 years, 10 months ago (2012-02-24 18:21:45 UTC) #5
Robert Sesek
lgtm http://codereview.chromium.org/9456019/diff/8001/chrome/browser/extensions/extension_install_dialog.cc File chrome/browser/extensions/extension_install_dialog.cc (right): http://codereview.chromium.org/9456019/diff/8001/chrome/browser/extensions/extension_install_dialog.cc#newcode124 chrome/browser/extensions/extension_install_dialog.cc:124: filled_out_prompt.set_icon(gfx::Image(new SkBitmap(*icon))); FYI: https://chromiumcodereview.appspot.com/9455062/ Don't worry about being ...
8 years, 10 months ago (2012-02-24 19:10:19 UTC) #6
jstritar
http://codereview.chromium.org/9456019/diff/8001/chrome/browser/extensions/extension_install_dialog.cc File chrome/browser/extensions/extension_install_dialog.cc (right): http://codereview.chromium.org/9456019/diff/8001/chrome/browser/extensions/extension_install_dialog.cc#newcode124 chrome/browser/extensions/extension_install_dialog.cc:124: filled_out_prompt.set_icon(gfx::Image(new SkBitmap(*icon))); Nice! http://codereview.chromium.org/9456019/diff/8001/chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm (right): http://codereview.chromium.org/9456019/diff/8001/chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm#newcode166 chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm:166: ...
8 years, 10 months ago (2012-02-24 20:03:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/9456019/3025
8 years, 10 months ago (2012-02-24 20:04:16 UTC) #8
commit-bot: I haz the power
Presubmit check for 9456019-3025 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-24 20:04:27 UTC) #9
jstritar
Hi Scott, can you take a look at the chrome/browser/ui/views changes for the OWNERS check?
8 years, 10 months ago (2012-02-24 20:08:13 UTC) #10
sky
LGTM
8 years, 10 months ago (2012-02-24 21:05:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/9456019/3025
8 years, 10 months ago (2012-02-24 21:05:53 UTC) #12
commit-bot: I haz the power
Change committed as 123574
8 years, 10 months ago (2012-02-24 23:06:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jstritar@chromium.org/9456019/12020
8 years, 10 months ago (2012-02-25 14:20:47 UTC) #14
commit-bot: I haz the power
8 years, 10 months ago (2012-02-25 16:56:35 UTC) #15
Change committed as 123658

Powered by Google App Engine
This is Rietveld 408576698