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

Issue 331793005: Notify the change of brand color from renderer to Brower (Closed)

Created:
6 years, 6 months ago by michaelbai
Modified:
6 years, 6 months ago
Reviewers:
jam, dcheng
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org, nasko+codewatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

This patch makes the brand color change message available for WebContents Observer. BUG=381447 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278792

Patch Set 1 #

Total comments: 15

Patch Set 2 : address comments #

Patch Set 3 : remove the frame parameter #

Patch Set 4 : check main frame #

Patch Set 5 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -0 lines) Patch
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_observer.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
michaelbai
dcheng@ for frame_message.h change
6 years, 6 months ago (2014-06-16 16:18:02 UTC) #1
dcheng
https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2209 content/renderer/render_frame_impl.cc:2209: DCHECK(!frame_ || frame_ == frame); Can frame_ ever be ...
6 years, 6 months ago (2014-06-16 17:21:26 UTC) #2
michaelbai
PTAL https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2209 content/renderer/render_frame_impl.cc:2209: DCHECK(!frame_ || frame_ == frame); I don't know, ...
6 years, 6 months ago (2014-06-16 17:49:23 UTC) #3
dcheng
https://codereview.chromium.org/331793005/diff/1/content/common/frame_messages.h File content/common/frame_messages.h (right): https://codereview.chromium.org/331793005/diff/1/content/common/frame_messages.h#newcode613 content/common/frame_messages.h:613: uint32 /* brand_color */) SkColor instead of uint32. Ditto ...
6 years, 6 months ago (2014-06-16 18:52:19 UTC) #4
jam
https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2209 content/renderer/render_frame_impl.cc:2209: DCHECK(!frame_ || frame_ == frame); this isn't necessary. also, ...
6 years, 6 months ago (2014-06-16 20:00:45 UTC) #5
michaelbai
PTAL https://codereview.chromium.org/331793005/diff/1/content/common/frame_messages.h File content/common/frame_messages.h (right): https://codereview.chromium.org/331793005/diff/1/content/common/frame_messages.h#newcode613 content/common/frame_messages.h:613: uint32 /* brand_color */) On 2014/06/16 18:52:19, dcheng ...
6 years, 6 months ago (2014-06-16 21:09:37 UTC) #6
dcheng
https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2209 content/renderer/render_frame_impl.cc:2209: DCHECK(!frame_ || frame_ == frame); On 2014/06/16 21:09:37, michaelbai ...
6 years, 6 months ago (2014-06-16 21:16:54 UTC) #7
michaelbai
On 2014/06/16 21:16:54, dcheng wrote: > https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc > File content/renderer/render_frame_impl.cc (right): > > https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2209 > ...
6 years, 6 months ago (2014-06-16 21:53:03 UTC) #8
dcheng
On 2014/06/16 at 21:53:03, michaelbai wrote: > On 2014/06/16 21:16:54, dcheng wrote: > > https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc ...
6 years, 6 months ago (2014-06-16 21:55:36 UTC) #9
michaelbai
On 2014/06/16 21:55:36, dcheng wrote: > On 2014/06/16 at 21:53:03, michaelbai wrote: > > On ...
6 years, 6 months ago (2014-06-16 21:57:35 UTC) #10
dcheng
On 2014/06/16 at 21:57:35, michaelbai wrote: > On 2014/06/16 21:55:36, dcheng wrote: > > On ...
6 years, 6 months ago (2014-06-17 16:39:24 UTC) #11
michaelbai
On 2014/06/17 16:39:24, dcheng wrote: > On 2014/06/16 at 21:57:35, michaelbai wrote: > > On ...
6 years, 6 months ago (2014-06-17 16:48:16 UTC) #12
michaelbai
Removed frame parameter, PTAL
6 years, 6 months ago (2014-06-17 19:40:35 UTC) #13
jam
lgtm https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2210 content/renderer/render_frame_impl.cc:2210: if (frame->parent()) On 2014/06/16 21:09:37, michaelbai wrote: > ...
6 years, 6 months ago (2014-06-18 00:36:43 UTC) #14
michaelbai
dcheng@ still need your approval for frame_message.h https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/331793005/diff/1/content/renderer/render_frame_impl.cc#newcode2210 content/renderer/render_frame_impl.cc:2210: if (frame->parent()) ...
6 years, 6 months ago (2014-06-18 03:40:13 UTC) #15
dcheng
content/common/frame_messages.h lgtm
6 years, 6 months ago (2014-06-18 03:49:47 UTC) #16
michaelbai
The CQ bit was checked by michaelbai@chromium.org
6 years, 6 months ago (2014-06-19 21:29:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/331793005/70001
6 years, 6 months ago (2014-06-19 21:30:19 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 02:43:43 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 05:23:11 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/30048)
6 years, 6 months ago (2014-06-20 05:23:12 UTC) #21
michaelbai
The CQ bit was checked by michaelbai@chromium.org
6 years, 6 months ago (2014-06-20 16:05:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/331793005/70001
6 years, 6 months ago (2014-06-20 16:07:55 UTC) #23
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 19:17:29 UTC) #24
Message was sent while issue was closed.
Change committed as 278792

Powered by Google App Engine
This is Rietveld 408576698