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

Issue 2724933002: Convert SetVisuallyDeemphasized IPC to mojo (Closed)

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

Description

Convert SetVisuallyDeemphasized IPC to mojo Convert SetVisuallyDeemphasized to a mojo message while moving its definition and declaration out of chrome/ code into extensions/ code. BUG=697613 Review-Url: https://codereview.chromium.org/2724933002 Cr-Commit-Position: refs/heads/master@{#455788} Committed: https://chromium.googlesource.com/chromium/src/+/cf1efee24a5d9363e8bed7d45950ead20eff2cda

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed patch 2 comments #

Total comments: 6

Patch Set 3 : Addressed Devlin's comments #

Total comments: 6

Patch Set 4 : Addressed Ken's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -41 lines) Patch
M chrome/browser/ui/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/apps/chrome_app_delegate.cc View 1 2 3 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/common/extensions/chrome_extension_messages.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 3 chunks +1 line, -23 lines 0 comments Download
M extensions/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A extensions/common/mojo/app_window.mojom View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M extensions/renderer/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/renderer/extensions_render_frame_observer.h View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
M extensions/renderer/extensions_render_frame_observer.cc View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 63 (45 generated)
catmullings
3 years, 9 months ago (2017-03-01 23:47:05 UTC) #22
Devlin
Nice! Some dependency issues, and a few other nits, but overall this looks pretty good! ...
3 years, 9 months ago (2017-03-04 02:19:41 UTC) #26
catmullings
https://codereview.chromium.org/2724933002/diff/60001/chrome/browser/ui/BUILD.gn File chrome/browser/ui/BUILD.gn (right): https://codereview.chromium.org/2724933002/diff/60001/chrome/browser/ui/BUILD.gn#newcode1184 chrome/browser/ui/BUILD.gn:1184: "//extensions/renderer:mojo", On 2017/03/04 02:19:41, Devlin wrote: > This is ...
3 years, 9 months ago (2017-03-06 21:20:40 UTC) #31
Devlin
Nice! A few last nits, but otherwise lgtm. +Ken for mojo expertise. https://codereview.chromium.org/2724933002/diff/80001/chrome/browser/ui/DEPS File chrome/browser/ui/DEPS ...
3 years, 9 months ago (2017-03-07 19:39:05 UTC) #33
catmullings
Addressed Devlin's comments. https://codereview.chromium.org/2724933002/diff/80001/chrome/browser/ui/DEPS File chrome/browser/ui/DEPS (right): https://codereview.chromium.org/2724933002/diff/80001/chrome/browser/ui/DEPS#newcode10 chrome/browser/ui/DEPS:10: "+extensions/common/mojo", On 2017/03/07 19:39:05, Devlin wrote: ...
3 years, 9 months ago (2017-03-08 01:52:02 UTC) #41
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/2724933002/diff/120001/extensions/common/mojo/app_window_handler.mojom File extensions/common/mojo/app_window_handler.mojom (right): https://codereview.chromium.org/2724933002/diff/120001/extensions/common/mojo/app_window_handler.mojom#newcode7 extensions/common/mojo/app_window_handler.mojom:7: interface AppWindowHandler { nit: Maybe "Handler" is redundant ...
3 years, 9 months ago (2017-03-08 17:31:38 UTC) #42
catmullings
Addressed Ken's comments. https://codereview.chromium.org/2724933002/diff/120001/extensions/common/mojo/app_window_handler.mojom File extensions/common/mojo/app_window_handler.mojom (right): https://codereview.chromium.org/2724933002/diff/120001/extensions/common/mojo/app_window_handler.mojom#newcode7 extensions/common/mojo/app_window_handler.mojom:7: interface AppWindowHandler { On 2017/03/08 17:31:38, ...
3 years, 9 months ago (2017-03-08 18:23:00 UTC) #45
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/2724933002/140001
3 years, 9 months ago (2017-03-08 18:23:25 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/381086)
3 years, 9 months ago (2017-03-08 18:34:14 UTC) #48
catmullings
PTAL request for OWNERS of the following files: +benwells for chrome/browser/ui/apps/chrome_app_delegate.cc +wfh for chrome/renderer/chrome_render_view_observer.* +meacer ...
3 years, 9 months ago (2017-03-08 22:57:32 UTC) #50
Will Harris
hi I think you'll need a chrome/ owner for chrome/renderer/chrome_render_view_observer.* not me... so I'll remove, ...
3 years, 9 months ago (2017-03-08 23:01:42 UTC) #51
meacer
Ipc lgtm
3 years, 9 months ago (2017-03-08 23:04:19 UTC) #53
catmullings
+jochen as chrome/ OWNER, request to review chrome/renderer/chrome_render_view_observer.*
3 years, 9 months ago (2017-03-08 23:35:34 UTC) #55
benwells
c/b/ui/apps lgtm
3 years, 9 months ago (2017-03-09 02:58:24 UTC) #56
benwells
c/b/ui/apps lgtm
3 years, 9 months ago (2017-03-09 02:58:24 UTC) #57
jochen (gone - plz use gerrit)
lgtm
3 years, 9 months ago (2017-03-09 10:38:49 UTC) #58
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/2724933002/140001
3 years, 9 months ago (2017-03-09 17:42:18 UTC) #60
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 17:51:08 UTC) #63
Message was sent while issue was closed.
Committed patchset #4 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/cf1efee24a5d9363e8bed7d45950...

Powered by Google App Engine
This is Rietveld 408576698