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

Issue 339133004: Removed the frame parameter from didChangeBrandColor (Closed)

Created:
6 years, 6 months ago by michaelbai
Modified:
6 years, 6 months ago
Reviewers:
jam, dcheng, abarth-chromium
CC:
blink-reviews, dglazkov+blink, jam, jamesr
Project:
blink
Visibility:
Public.

Description

Removed the frame parameter from didChangeBrandColor because the RenderFrame and WebFrame has 1:1 mapping now Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176459

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comment #

Total comments: 3

Patch Set 3 : Send notification unconditionally #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -12 lines) Patch
M Source/web/FrameLoaderClientImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 3 chunks +2 lines, -10 lines 0 comments Download
M public/web/WebFrameClient.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
michaelbai
6 years, 6 months ago (2014-06-17 16:46:56 UTC) #1
dcheng
https://codereview.chromium.org/339133004/diff/1/Source/web/tests/WebFrameTest.cpp File Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/339133004/diff/1/Source/web/tests/WebFrameTest.cpp#newcode5575 Source/web/tests/WebFrameTest.cpp:5575: EXPECT_EQ(0xff0000ff, webViewHelper.webView()->mainFrame()->document().brandColor()); The site isolation team hasn't had enough ...
6 years, 6 months ago (2014-06-17 16:51:55 UTC) #2
michaelbai
PTAL https://codereview.chromium.org/339133004/diff/1/Source/web/tests/WebFrameTest.cpp File Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/339133004/diff/1/Source/web/tests/WebFrameTest.cpp#newcode5575 Source/web/tests/WebFrameTest.cpp:5575: EXPECT_EQ(0xff0000ff, webViewHelper.webView()->mainFrame()->document().brandColor()); On 2014/06/17 16:51:55, dcheng wrote: > ...
6 years, 6 months ago (2014-06-17 17:06:09 UTC) #3
dcheng
On 2014/06/17 at 17:06:09, michaelbai wrote: > PTAL > > https://codereview.chromium.org/339133004/diff/1/Source/web/tests/WebFrameTest.cpp > File Source/web/tests/WebFrameTest.cpp (right): ...
6 years, 6 months ago (2014-06-17 18:19:52 UTC) #4
michaelbai
On 2014/06/17 18:19:52, dcheng wrote: > On 2014/06/17 at 17:06:09, michaelbai wrote: > > PTAL ...
6 years, 6 months ago (2014-06-17 18:34:00 UTC) #5
abarth-chromium
https://codereview.chromium.org/339133004/diff/20001/Source/web/FrameLoaderClientImpl.cpp File Source/web/FrameLoaderClientImpl.cpp (right): https://codereview.chromium.org/339133004/diff/20001/Source/web/FrameLoaderClientImpl.cpp#newcode456 Source/web/FrameLoaderClientImpl.cpp:456: m_webFrame->client()->didChangeBrandColor(); This change isn't correct. You're welcome to ignore ...
6 years, 6 months ago (2014-06-17 21:52:48 UTC) #6
dcheng
I don't feel strongly about which side of the API boundary we check that it's ...
6 years, 6 months ago (2014-06-17 21:55:25 UTC) #7
dcheng
On 2014/06/17 at 21:55:25, dcheng wrote: > I don't feel strongly about which side of ...
6 years, 6 months ago (2014-06-17 21:55:54 UTC) #8
michaelbai
+jam, who also suggested these changes.
6 years, 6 months ago (2014-06-17 21:57:38 UTC) #9
jam
https://codereview.chromium.org/339133004/diff/20001/public/web/WebFrameClient.h File public/web/WebFrameClient.h (right): https://codereview.chromium.org/339133004/diff/20001/public/web/WebFrameClient.h#newcode270 public/web/WebFrameClient.h:270: virtual void didChangeBrandColor() { } On 2014/06/17 21:52:48, abarth ...
6 years, 6 months ago (2014-06-17 22:45:05 UTC) #10
abarth-chromium
On 2014/06/17 at 22:45:05, jam wrote: > Adam: this was originally done since the WebFrameClient ...
6 years, 6 months ago (2014-06-17 23:54:44 UTC) #11
jabdelmalek
On 2014/06/17 23:54:44, abarth wrote: > On 2014/06/17 at 22:45:05, jam wrote: > > Adam: ...
6 years, 6 months ago (2014-06-18 00:01:57 UTC) #12
michaelbai
Send notification unconditionally, PTAL
6 years, 6 months ago (2014-06-18 03:33:48 UTC) #13
abarth-chromium
lgtm
6 years, 6 months ago (2014-06-18 20:51:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/339133004/40001
6 years, 6 months ago (2014-06-18 20:52:23 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 23:05:16 UTC) #16
Message was sent while issue was closed.
Change committed as 176459

Powered by Google App Engine
This is Rietveld 408576698