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

Issue 10270031: Add a first-class off-store install UI to chrome://extensions/. (Closed)

Created:
8 years, 7 months ago by Aaron Boodman
Modified:
8 years, 7 months ago
CC:
chromium-reviews, mihaip+watch_chromium.org, dcheng, joi+watch-content_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org
Visibility:
Public.

Description

Add a first-class off-store install UI to chrome://extensions/. This patch implements GTK only. Other ports will be separate CLs. BUG=55584 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135525

Patch Set 1 #

Patch Set 2 : Use DragWrapper and try to pull WebDropData when needed; latter does not work. #

Patch Set 3 : Made it work #

Patch Set 4 : cleanup #

Patch Set 5 : AppEngine, you suck #

Total comments: 27

Patch Set 6 : jhawkins #

Patch Set 7 : mr stade #

Total comments: 6

Patch Set 8 : blargh #

Patch Set 9 : 'lil jon says 'hwha?' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -3 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.js View 1 2 3 4 5 6 7 3 chunks +42 lines, -0 lines 1 comment Download
M chrome/browser/ui/webui/extensions/extensions_ui.cc View 1 2 3 4 5 2 chunks +6 lines, -3 lines 0 comments Download
A chrome/browser/ui/webui/extensions/install_extension_handler.h View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/extensions/install_extension_handler.cc View 1 2 3 4 5 6 7 1 chunk +88 lines, -0 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
M content/browser/web_contents/web_contents_view_gtk.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_gtk.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_drag_dest_gtk.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_view.h View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Aaron Boodman
8 years, 7 months ago (2012-05-01 06:51:52 UTC) #1
Aaron Boodman
Note: This depends on switch_utils.* from https://chromiumcodereview.appspot.com/10266015/
8 years, 7 months ago (2012-05-01 06:52:14 UTC) #2
Aaron Boodman
And here is what it looks like: http://chromium.googlecode.com/issues/attachment?aid=1207560010000&name=drag-over-window.png&token=HL7JBAo-vsbOwP2hkDLat6NQxcc%3A1335855209663&inline=1 http://chromium.googlecode.com/issues/attachment?aid=1207560010001&name=drag-over-target.png&token=S2AGiJ_wSvUsn9WoYJWsbv6Z2EY%3A1335855209663&inline=1
8 years, 7 months ago (2012-05-01 06:54:28 UTC) #3
Aaron Boodman
Nuts: http://imgur.com/VsSAg,h795B
8 years, 7 months ago (2012-05-01 06:56:16 UTC) #4
Aaron Boodman
+jam for content
8 years, 7 months ago (2012-05-01 15:16:42 UTC) #5
jam
content lgtm +estade for his thoughts on adding these methods to WebUIController, or if there's ...
8 years, 7 months ago (2012-05-01 19:08:58 UTC) #6
Evan Stade
I don't understand the need for those new WebUIController functions at all. They are not ...
8 years, 7 months ago (2012-05-01 19:33:54 UTC) #7
Aaron Boodman
On 2012/05/01 19:33:54, Evan Stade wrote: > I don't understand the need for those new ...
8 years, 7 months ago (2012-05-01 20:09:54 UTC) #8
Evan Stade
On 2012/05/01 20:09:54, Aaron Boodman wrote: > On 2012/05/01 19:33:54, Evan Stade wrote: > > ...
8 years, 7 months ago (2012-05-01 20:27:18 UTC) #9
Aaron Boodman
On 2012/05/01 20:27:18, Evan Stade wrote: > On 2012/05/01 20:09:54, Aaron Boodman wrote: > > ...
8 years, 7 months ago (2012-05-01 20:55:41 UTC) #10
Aaron Boodman
On 2012/05/01 20:55:41, Aaron Boodman wrote: > On 2012/05/01 20:27:18, Evan Stade wrote: > > ...
8 years, 7 months ago (2012-05-01 22:52:56 UTC) #11
James Hawkins
http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js File chrome/browser/resources/extensions/extensions.js (right): http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js#newcode64 chrome/browser/resources/extensions/extensions.js:64: shouldAcceptDrag: function() { nit: Document these methods. http://codereview.chromium.org/10270031/diff/13001/chrome/browser/ui/webui/extensions/extensions_ui.cc File ...
8 years, 7 months ago (2012-05-01 23:13:35 UTC) #12
Evan Stade
http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js File chrome/browser/resources/extensions/extensions.js (right): http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js#newcode64 chrome/browser/resources/extensions/extensions.js:64: shouldAcceptDrag: function() { On 2012/05/01 23:13:36, James Hawkins wrote: ...
8 years, 7 months ago (2012-05-01 23:43:06 UTC) #13
Aaron Boodman
http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js File chrome/browser/resources/extensions/extensions.js (right): http://codereview.chromium.org/10270031/diff/13001/chrome/browser/resources/extensions/extensions.js#newcode64 chrome/browser/resources/extensions/extensions.js:64: shouldAcceptDrag: function() { On 2012/05/01 23:13:36, James Hawkins wrote: ...
8 years, 7 months ago (2012-05-02 00:41:35 UTC) #14
jam
On 2012/05/01 22:52:56, Aaron Boodman wrote: > On 2012/05/01 20:55:41, Aaron Boodman wrote: > > ...
8 years, 7 months ago (2012-05-02 00:47:36 UTC) #15
Aaron Boodman
On Tue, May 1, 2012 at 5:47 PM, <jam@chromium.org> wrote: > my question is why ...
8 years, 7 months ago (2012-05-02 00:56:15 UTC) #16
jam
On 2012/05/02 00:56:15, Aaron Boodman wrote: > On Tue, May 1, 2012 at 5:47 PM, ...
8 years, 7 months ago (2012-05-02 18:00:05 UTC) #17
Evan Stade
I tried to download this and apply it but compile didn't work. Did you forget ...
8 years, 7 months ago (2012-05-02 20:23:43 UTC) #18
Aaron Boodman
On Wed, May 2, 2012 at 1:23 PM, <estade@chromium.org> wrote: > I tried to download ...
8 years, 7 months ago (2012-05-02 20:35:10 UTC) #19
Evan Stade
> Like I said, it relies upon an earlier CL that was also out for ...
8 years, 7 months ago (2012-05-02 22:03:09 UTC) #20
Aaron Boodman
On Wed, May 2, 2012 at 11:00 AM, <jam@chromium.org> wrote: > I was saying get ...
8 years, 7 months ago (2012-05-02 22:45:06 UTC) #21
Aaron Boodman
Per direction from UI team, I have made the entire page the drop target. New ...
8 years, 7 months ago (2012-05-04 02:22:10 UTC) #22
Evan Stade
lgtm http://codereview.chromium.org/10270031/diff/29001/chrome/browser/resources/extensions/extensions.js File chrome/browser/resources/extensions/extensions.js (right): http://codereview.chromium.org/10270031/diff/29001/chrome/browser/resources/extensions/extensions.js#newcode19 chrome/browser/resources/extensions/extensions.js:19: shouldAcceptDrag: function(e) { the js style checker will ...
8 years, 7 months ago (2012-05-04 19:57:17 UTC) #23
jam
8 years, 7 months ago (2012-05-04 20:00:58 UTC) #24
content lgtm

Powered by Google App Engine
This is Rietveld 408576698