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

Issue 1576183003: chrome://plugins Mojo-ification part 2/2, populating the page. (Closed)

Created:
4 years, 11 months ago by dpapad
Modified:
4 years, 10 months ago
Reviewers:
Dan Beam, sky
CC:
Aaron Boodman, abarth-chromium, arv+watch_chromium.org, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@plugins_mojo1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

chrome://plugins Mojo-ification part 2/2, populating the page. BUG=570143 Committed: https://crrev.com/105cb5f2d9d1a3f2045cef5b7efd3bbfbda69e90 Cr-Commit-Position: refs/heads/master@{#372268}

Patch Set 1 #

Patch Set 2 : Cleanups + always_allowed #

Patch Set 3 : Observer method fires, need to call JS #

Patch Set 4 : More work #

Total comments: 11

Patch Set 5 : rebasing #

Patch Set 6 : Merge part2 and part3 #

Patch Set 7 : JS cleanups #

Patch Set 8 : DOMContentLoaded #

Patch Set 9 : Update documentation #

Patch Set 10 : Rebasing, removing call to AddMojoResources() #

Total comments: 27

Patch Set 11 : Addressing comments. #

Total comments: 16

Patch Set 12 : Addressing comments. #

Patch Set 13 : Address comments. #

Total comments: 1

Patch Set 14 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -315 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/plugins.html View 1 2 3 4 5 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/resources/plugins.js View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +122 lines, -74 lines 0 comments Download
M chrome/browser/ui/webui/plugins/plugins_handler.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +45 lines, -25 lines 0 comments Download
M chrome/browser/ui/webui/plugins/plugins_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +151 lines, -191 lines 0 comments Download
M chrome/browser/ui/webui/plugins/plugins_ui.h View 2 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/plugins/plugins_ui.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -7 lines 0 comments Download

Messages

Total messages: 34 (16 generated)
sky
I also encourage you to file bugs for areas that are not particularly straightforward. For ...
4 years, 11 months ago (2016-01-20 19:23:09 UTC) #5
dpapad
https://codereview.chromium.org/1576183003/diff/80001/chrome/browser/ui/webui/plugins/plugins_handler.cc File chrome/browser/ui/webui/plugins/plugins_handler.cc (right): https://codereview.chromium.org/1576183003/diff/80001/chrome/browser/ui/webui/plugins/plugins_handler.cc#newcode93 chrome/browser/ui/webui/plugins/plugins_handler.cc:93: mojo::Array<MimeTypePtr> mime_types; On 2016/01/20 at 19:23:08, sky wrote: > ...
4 years, 11 months ago (2016-01-26 18:39:26 UTC) #11
Dan Beam
https://codereview.chromium.org/1576183003/diff/260001/chrome/browser/resources/plugins.html File chrome/browser/resources/plugins.html (right): https://codereview.chromium.org/1576183003/diff/260001/chrome/browser/resources/plugins.html#newcode74 chrome/browser/resources/plugins.html:74: <span jsdisplay="enabled_mode == 'disabledByUser'" can you do these changes ...
4 years, 11 months ago (2016-01-26 20:10:43 UTC) #12
dpapad
https://codereview.chromium.org/1576183003/diff/260001/chrome/browser/resources/plugins.html File chrome/browser/resources/plugins.html (right): https://codereview.chromium.org/1576183003/diff/260001/chrome/browser/resources/plugins.html#newcode74 chrome/browser/resources/plugins.html:74: <span jsdisplay="enabled_mode == 'disabledByUser'" On 2016/01/26 at 20:10:43, Dan ...
4 years, 11 months ago (2016-01-26 22:34:49 UTC) #13
dpapad
Friendly ping.
4 years, 11 months ago (2016-01-27 22:55:23 UTC) #14
Dan Beam
lgtm I kind of glossed over the creation of mojo objects in the handlers: I ...
4 years, 10 months ago (2016-01-28 04:25:08 UTC) #15
sky
https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/ui/webui/plugins/plugins_handler.cc File chrome/browser/ui/webui/plugins/plugins_handler.cc (right): https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/ui/webui/plugins/plugins_handler.cc#newcode209 chrome/browser/ui/webui/plugins/plugins_handler.cc:209: page_->OnPluginsUpdated(GeneratePluginsData(plugins)); As page_ is not immediately set you need ...
4 years, 10 months ago (2016-01-28 16:45:27 UTC) #16
dpapad
https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js File chrome/browser/resources/plugins.js (right): https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js#newcode23 chrome/browser/resources/plugins.js:23: tmiModeExpanded = showDetails; On 2016/01/28 at 04:25:08, Dan Beam ...
4 years, 10 months ago (2016-01-28 18:32:55 UTC) #21
Dan Beam
https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js File chrome/browser/resources/plugins.js (right): https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js#newcode182 chrome/browser/resources/plugins.js:182: isGroup ? On 2016/01/28 18:32:54, dpapad wrote: > On ...
4 years, 10 months ago (2016-01-28 19:20:34 UTC) #22
dpapad
https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js File chrome/browser/resources/plugins.js (right): https://codereview.chromium.org/1576183003/diff/280001/chrome/browser/resources/plugins.js#newcode182 chrome/browser/resources/plugins.js:182: isGroup ? On 2016/01/28 at 19:20:34, Dan Beam wrote: ...
4 years, 10 months ago (2016-01-28 20:24:01 UTC) #23
Dan Beam
lgtm
4 years, 10 months ago (2016-01-28 20:27:15 UTC) #24
sky
LGTM https://codereview.chromium.org/1576183003/diff/340001/chrome/browser/ui/webui/plugins/plugins_handler.cc File chrome/browser/ui/webui/plugins/plugins_handler.cc (right): https://codereview.chromium.org/1576183003/diff/340001/chrome/browser/ui/webui/plugins/plugins_handler.cc#newcode211 chrome/browser/ui/webui/plugins/plugins_handler.cc:211: if (page_) { nit: no {}
4 years, 10 months ago (2016-01-28 21:38:04 UTC) #25
dpapad
Thanks! @sky: I recall you mentioning (over email) that some Windows specific changes might be ...
4 years, 10 months ago (2016-01-28 22:12:42 UTC) #26
Dan Beam
On 2016/01/28 22:12:42, dpapad wrote: > Thanks! > > @sky: I recall you mentioning (over ...
4 years, 10 months ago (2016-01-29 00:08:52 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1576183003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1576183003/360001
4 years, 10 months ago (2016-01-29 02:12:53 UTC) #30
commit-bot: I haz the power
Committed patchset #14 (id:360001)
4 years, 10 months ago (2016-01-29 03:01:41 UTC) #31
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/105cb5f2d9d1a3f2045cef5b7efd3bbfbda69e90 Cr-Commit-Position: refs/heads/master@{#372268}
4 years, 10 months ago (2016-01-29 03:02:34 UTC) #33
sky
4 years, 10 months ago (2016-01-29 17:11:15 UTC) #34
Message was sent while issue was closed.
On Thu, Jan 28, 2016 at 2:12 PM, dpapad@chromium.org via
codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com>
wrote:
> Thanks!
>
> @sky: I recall you mentioning (over email) that some Windows specific
> changes
> might be needed, but did not see any in the review, are there any?

It was a compile issue, which you must have fixed otherwise it
wouldn't land. I believe it was this one:

https://codereview.chromium.org/1576183003/diff/80001/chrome/browser/ui/webui...

  -Scott

> I also
> have
> not done manual testing on Windows, but will do this (hopefully I can borrow
> somebody's machine), before landing.
>
> https://codereview.chromium.org/1576183003/

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698