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

Issue 2000253006: Implement URL and Origin typemaps/struct traits for blink. (Closed)

Created:
4 years, 7 months ago by Marijn Kruisselbrink
Modified:
4 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blink-reviews, 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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement URL and Origin typemaps/struct traits for blink. Committed: https://crrev.com/8919fe48df2ae876444abfd8068bcb817c63a25e Cr-Commit-Position: refs/heads/master@{#396952}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use ::blink namespace to fix compile #

Total comments: 5

Patch Set 3 : address comments #

Total comments: 14

Patch Set 4 : address esprehn's comments #

Total comments: 6

Patch Set 5 : address comments #

Total comments: 3

Patch Set 6 : mention related gn targets in url.gyp #

Patch Set 7 : try to fix gyp rules #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -4 lines) Patch
M mojo/public/tools/bindings/blink_bindings_configuration.gni View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform_tests.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/KURL.typemap View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp View 1 2 3 4 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/KURLStructTraits.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/OWNERS View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/mojo/blink_typemaps.gni View 1 chunk +2 lines, -2 lines 0 comments Download
M url/url.gyp View 1 2 3 4 5 6 3 chunks +50 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (6 generated)
Marijn Kruisselbrink
Pretty much just copied from the content-side typemaps/struct traits for urls and origins. (hopefully I'm ...
4 years, 7 months ago (2016-05-25 01:03:39 UTC) #2
Ken Rockot(use gerrit already)
generally lg % namespace issue (inline) and a gyp bikeshed. I think it's going to ...
4 years, 7 months ago (2016-05-25 15:09:20 UTC) #3
Marijn Kruisselbrink
On 2016/05/25 at 15:09:20, rockot wrote: > generally lg % namespace issue (inline) and a ...
4 years, 7 months ago (2016-05-25 16:13:02 UTC) #4
Ken Rockot(use gerrit already)
lgtm On 2016/05/25 at 16:13:02, mek wrote: > On 2016/05/25 at 15:09:20, rockot wrote: > ...
4 years, 7 months ago (2016-05-25 16:14:39 UTC) #5
yzshen1
https://codereview.chromium.org/2000253006/diff/1/third_party/WebKit/Source/platform/mojo/KURLStructTraits.h File third_party/WebKit/Source/platform/mojo/KURLStructTraits.h (right): https://codereview.chromium.org/2000253006/diff/1/third_party/WebKit/Source/platform/mojo/KURLStructTraits.h#newcode15 third_party/WebKit/Source/platform/mojo/KURLStructTraits.h:15: struct StructTraits<url::mojom::blink::Url, blink::KURL> { On 2016/05/25 15:09:20, Ken Rockot ...
4 years, 7 months ago (2016-05-25 16:43:15 UTC) #6
Marijn Kruisselbrink
https://codereview.chromium.org/2000253006/diff/20001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): https://codereview.chromium.org/2000253006/diff/20001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode17 third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp:17: explicit UrlTestImpl(mojo::InterfaceRequest<url::mojom::blink::UrlTest> request) On 2016/05/25 at 16:43:15, yzshen1 wrote: ...
4 years, 7 months ago (2016-05-25 16:55:21 UTC) #7
yzshen1
On 2016/05/25 16:55:21, Marijn Kruisselbrink wrote: > https://codereview.chromium.org/2000253006/diff/20001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp > File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): > > https://codereview.chromium.org/2000253006/diff/20001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode17 ...
4 years, 7 months ago (2016-05-25 17:00:00 UTC) #8
esprehn
https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode15 third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp:15: class UrlTestImpl : public url::mojom::blink::UrlTest { don't indent nested ...
4 years, 7 months ago (2016-05-25 17:06:27 UTC) #9
Marijn Kruisselbrink
https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode15 third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp:15: class UrlTestImpl : public url::mojom::blink::UrlTest { On 2016/05/25 at ...
4 years, 7 months ago (2016-05-25 17:35:08 UTC) #10
Marijn Kruisselbrink
+dcheng for IPC OWNERS
4 years, 7 months ago (2016-05-25 18:31:21 UTC) #12
Marijn Kruisselbrink
esprehn/dcheng: ping
4 years, 7 months ago (2016-05-26 20:04:10 UTC) #13
esprehn
lgtm w/ headers fixed https://codereview.chromium.org/2000253006/diff/60001/third_party/WebKit/Source/platform/mojo/KURLStructTraits.h File third_party/WebKit/Source/platform/mojo/KURLStructTraits.h (right): https://codereview.chromium.org/2000253006/diff/60001/third_party/WebKit/Source/platform/mojo/KURLStructTraits.h#newcode8 third_party/WebKit/Source/platform/mojo/KURLStructTraits.h:8: #include "platform/weborigin/KURL.h" missing WTFString.h https://codereview.chromium.org/2000253006/diff/60001/third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h ...
4 years, 7 months ago (2016-05-26 20:06:00 UTC) #14
dcheng
mojo lgtm https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode15 third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp:15: class UrlTestImpl : public url::mojom::blink::UrlTest { On ...
4 years, 7 months ago (2016-05-26 20:15:15 UTC) #15
Marijn Kruisselbrink
https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp File third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp (right): https://codereview.chromium.org/2000253006/diff/40001/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp#newcode15 third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp:15: class UrlTestImpl : public url::mojom::blink::UrlTest { On 2016/05/26 at ...
4 years, 7 months ago (2016-05-26 20:52:43 UTC) #16
Marijn Kruisselbrink
+brettw for url/url.gyp OWNERS
4 years, 7 months ago (2016-05-26 20:53:10 UTC) #18
brettw
https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp File url/url.gyp (right): https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp#newcode137 url/url.gyp:137: 'target_name': 'url_interfaces_mojom_for_blink', Can this have a comment about where ...
4 years, 6 months ago (2016-05-27 20:15:04 UTC) #19
Marijn Kruisselbrink
https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp File url/url.gyp (right): https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp#newcode137 url/url.gyp:137: 'target_name': 'url_interfaces_mojom_for_blink', On 2016/05/27 at 20:15:04, brettw wrote: > ...
4 years, 6 months ago (2016-05-27 20:29:02 UTC) #20
Marijn Kruisselbrink
https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp File url/url.gyp (right): https://codereview.chromium.org/2000253006/diff/80001/url/url.gyp#newcode137 url/url.gyp:137: 'target_name': 'url_interfaces_mojom_for_blink', On 2016/05/27 at 20:29:02, Marijn Kruisselbrink wrote: ...
4 years, 6 months ago (2016-05-27 20:35:56 UTC) #21
Marijn Kruisselbrink
brettw: ping?
4 years, 6 months ago (2016-05-31 17:14:36 UTC) #22
brettw
LGTM (we should have the GN comments, the fact that the other ones were missing ...
4 years, 6 months ago (2016-05-31 20:14:30 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000253006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000253006/120001
4 years, 6 months ago (2016-05-31 20:16:28 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-05-31 22:24:24 UTC) #27
commit-bot: I haz the power
4 years, 6 months ago (2016-05-31 22:25:58 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8919fe48df2ae876444abfd8068bcb817c63a25e
Cr-Commit-Position: refs/heads/master@{#396952}

Powered by Google App Engine
This is Rietveld 408576698