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

Issue 1231643010: Remove 'blink::WebSerializedOrigin' (6/6) (Closed)

Created:
5 years, 5 months ago by Mike West
Modified:
5 years, 5 months ago
CC:
blink-reviews, dglazkov+blink, peter+watch_chromium.org, tyoshino+watch_chromium.org, yhirano+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@webnotificationmanager
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove 'blink::WebSerializedOrigin' (6/6) As part of the plan to rationalize Origins across Blink and its embedder, we're dropping 'blink::WebSerializedOrigin' in favor of 'blink::WebSecurityOrigin' (which can serialize itself just fine). Patch 1 (Chromium): https://codereview.chromium.org/1244563002 Patch 2 (Blink): https://codereview.chromium.org/1240083002 Patch 3 (Blink): https://codereview.chromium.org/1244703002 Patch 4 (Chromium): https://codereview.chromium.org/1229783005 Patch 5 (Chromium): https://codereview.chromium.org/1247723004 Patch 6 (Blin~k): This patch. BUG=508896 R=jochen@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199216

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -106 lines) Patch
M Source/modules/websockets/DocumentWebSocketChannelTest.cpp View 1 2 chunks +1 line, -2 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
D Source/platform/exported/WebSerializedOrigin.cpp View 1 chunk +0 lines, -23 lines 0 comments Download
M public/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
D public/platform/WebSerializedOrigin.h View 1 1 chunk +0 lines, -43 lines 0 comments Download
M public/platform/WebSocketHandle.h View 2 chunks +1 line, -7 lines 0 comments Download
M public/platform/modules/notifications/WebNotificationManager.h View 3 chunks +4 lines, -29 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Mike West
Jochen, Peter, WDYT? https://codereview.chromium.org/1231643010/diff/1/Source/platform/exported/WebSecurityOrigin.cpp File Source/platform/exported/WebSecurityOrigin.cpp (right): https://codereview.chromium.org/1231643010/diff/1/Source/platform/exported/WebSecurityOrigin.cpp#newcode139 Source/platform/exported/WebSecurityOrigin.cpp:139: : m_private(static_cast<WebSecurityOriginPrivate*>(origin->isolatedCopy().leakRef())) This feels a little ...
5 years, 5 months ago (2015-07-10 14:02:32 UTC) #2
Peter Beverloo
lgtm https://codereview.chromium.org/1231643010/diff/1/Source/platform/exported/WebSecurityOrigin.cpp File Source/platform/exported/WebSecurityOrigin.cpp (right): https://codereview.chromium.org/1231643010/diff/1/Source/platform/exported/WebSecurityOrigin.cpp#newcode139 Source/platform/exported/WebSecurityOrigin.cpp:139: : m_private(static_cast<WebSecurityOriginPrivate*>(origin->isolatedCopy().leakRef())) On 2015/07/10 14:02:31, Mike West wrote: ...
5 years, 5 months ago (2015-07-10 14:27:03 UTC) #3
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-13 08:54:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1231643010/20001
5 years, 5 months ago (2015-07-21 08:13:09 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=199216
5 years, 5 months ago (2015-07-21 09:06:45 UTC) #8
Mike West
5 years, 5 months ago (2015-07-21 09:09:42 UTC) #9
Message was sent while issue was closed.
On 2015/07/21 at 09:06:45, commit-bot wrote:
> Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=199216

I have no idea how the CQ landed this, since it's failing to compile under
Chromium. The deps roller is going to be blocked until
https://codereview.chromium.org/1247723004/ lands, but letting that go through
is faster than reverting this and then landing both again, so I'll just leave
it. :/

Powered by Google App Engine
This is Rietveld 408576698