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

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed)

Created:
4 years, 10 months ago by Mark Dittmer
Modified:
4 years, 9 months ago
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, serviceworker-reviews, creis+watch_chromium.org, mlamouri+watch-content_chromium.org, tzik, nasko+codewatch_chromium.org, jam, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, kinuko+serviceworker, kinuko+watch, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move GURL ParamTraits to url/ipc As a part of the GPU refactor for Mus, we are trying to eliminate spots where content/common/gpu depends on content/. One such dependency is GURL. As per discussion here: https://codereview.chromium.org/1703163002/, the plan of record is to move GURL ParamTraits out of content/ and into url/. BUG=586368 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/45eb2e749a8b08988ab45bfd6806c004e9f511fa Cr-Commit-Position: refs/heads/master@{#378859} Committed: https://crrev.com/67b71ea2e11563a4c0363e1dce4e266cebcd063a Cr-Commit-Position: refs/heads/master@{#379122}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fix up gn build targets #

Patch Set 3 : Fix up gyp/gn deps and path refs #

Total comments: 3

Patch Set 4 : Make url_unittests depend on url_ipc publicly #

Total comments: 2

Patch Set 5 : Eliminate extraneous URL_EXPORT #

Total comments: 2

Patch Set 6 : Fix gyp:gn mirror on unittests target #

Patch Set 7 : More missing deps on url_ipc #

Patch Set 8 : Refactor url/ipc code to build as a separate component #

Patch Set 9 : Fix gyp builds of chrome build target #

Patch Set 10 : rebase #

Patch Set 11 : Move url_ipc unittests out of url.gyp to avoid detection of false dep loop #

Patch Set 12 : Attempt to fix deps on common_param_traits and :content_common, and on url_param_traits and :url_ipc #

Patch Set 13 : Re-introduce some broken deps #

Patch Set 14 : Add includes; fixes broken implicit deps when some includes were removed #

Patch Set 15 : Add missing include to chrome_content_browser_client.cc #

Patch Set 16 : Add url_ipc deps for android webview #

Total comments: 6

Patch Set 17 : rebase #

Patch Set 18 : Remove include reintroduced during rebase #

Patch Set 19 : Drop url_unittests dep on url_ipc (not needed, and breaks iOS builds) #

Patch Set 20 : Add url_ipc_unittests to high-level gyp build target #

Patch Set 21 : Add url_ipc_unittests to high-level gn build target #

Patch Set 22 : Get rid of defines used for testing deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -161 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/android_webview.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -1 line 0 comments Download
M chrome/common/common_message_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/common_message_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/importer/profile_import_process_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/prerender_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_render_frame_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -0 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M components/content_settings.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/content/common/content_settings_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -2 lines 0 comments Download
M components/nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_host_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M components/network_hints.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M components/network_hints/common/network_hints_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M components/network_hints/renderer/renderer_dns_prefetch.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M components/password_manager/content/common/credential_manager_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M components/pdf.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M components/pdf/common/pdf_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M components/safe_json/safe_json_parser_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -2 lines 0 comments Download
M components/translate.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M components/translate/content/common/translate_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -1 line 0 comments Download
M content/child/plugin_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M content/child/service_worker/service_worker_dispatcher.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/common/accessibility_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M content/common/appcache_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -2 lines 0 comments Download
M content/common/clipboard_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -1 line 0 comments Download
M content/common/common_param_traits_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -62 lines 0 comments Download
M content/common/devtools_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M content/common/dom_storage/dom_storage_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/common/drag_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M content/common/fileapi/webblob_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_host_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/common/input_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/common_param_traits.h View 2 chunks +1 line, -11 lines 0 comments Download
M content/public/common/common_param_traits.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M content/public/common/content_constants.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -1 line 0 comments Download
M content/shell/common/layout_test/layout_test_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/extension_utility_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/utility/unpacker.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
A url/ipc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +38 lines, -0 lines 0 comments Download
A url/ipc/url_ipc.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +42 lines, -0 lines 0 comments Download
A url/ipc/url_ipc_export.h View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
A + url/ipc/url_param_traits.h View 1 2 3 4 5 6 7 12 13 14 15 16 17 18 19 20 21 1 chunk +11 lines, -8 lines 0 comments Download
A url/ipc/url_param_traits.cc View 1 chunk +52 lines, -0 lines 0 comments Download
A url/ipc/url_param_traits_unittest.cc View 1 chunk +72 lines, -0 lines 0 comments Download
M url/url_constants.h View 2 chunks +4 lines, -0 lines 0 comments Download
M url/url_constants.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 111 (48 generated)
piman
lgtm
4 years, 10 months ago (2016-02-22 20:18:58 UTC) #4
brettw
https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn File url/ipc/BUILD.gn (right): https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn#newcode11 url/ipc/BUILD.gn:11: ] This should depend on "//url" and "//ipc", https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn#newcode22 ...
4 years, 10 months ago (2016-02-22 22:07:15 UTC) #5
brettw
https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn File url/ipc/BUILD.gn (right): https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn#newcode16 url/ipc/BUILD.gn:16: "url_param_traits_unittest.cc", Actually, I think this can be compiled in ...
4 years, 10 months ago (2016-02-22 22:43:40 UTC) #6
Mark Dittmer
+tsepez for owners review: *_messages.h and common_param_traits. PTAL. Fixed gn build targets. https://codereview.chromium.org/1722773002/diff/1/url/ipc/BUILD.gn File url/ipc/BUILD.gn ...
4 years, 10 months ago (2016-02-23 15:13:54 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/20001
4 years, 10 months ago (2016-02-23 16:16:04 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/119931) linux_chromium_clobber_rel_ng on ...
4 years, 10 months ago (2016-02-23 16:20:43 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/40001
4 years, 10 months ago (2016-02-23 16:44:59 UTC) #16
Tom Sepez
lgtm https://codereview.chromium.org/1722773002/diff/40001/url/ipc/url_param_traits.cc File url/ipc/url_param_traits.cc (right): https://codereview.chromium.org/1722773002/diff/40001/url/ipc/url_param_traits.cc#newcode1 url/ipc/url_param_traits.cc:1: // Copyright (c) 2016 The Chromium Authors. All ...
4 years, 10 months ago (2016-02-23 16:55:29 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/134858)
4 years, 10 months ago (2016-02-23 17:15:34 UTC) #19
brettw
https://codereview.chromium.org/1722773002/diff/60001/url/ipc/url_param_traits.h File url/ipc/url_param_traits.h (right): https://codereview.chromium.org/1722773002/diff/60001/url/ipc/url_param_traits.h#newcode10 url/ipc/url_param_traits.h:10: #include "url/url_export.h" You still need to remove this and ...
4 years, 10 months ago (2016-02-23 18:52:54 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/60001
4 years, 10 months ago (2016-02-23 18:55:05 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/149172) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-23 19:15:49 UTC) #25
Mark Dittmer
Eliminate extraneous URL_EXPORT
4 years, 10 months ago (2016-02-23 19:29:20 UTC) #26
Mark Dittmer
https://codereview.chromium.org/1722773002/diff/60001/url/ipc/url_param_traits.h File url/ipc/url_param_traits.h (right): https://codereview.chromium.org/1722773002/diff/60001/url/ipc/url_param_traits.h#newcode10 url/ipc/url_param_traits.h:10: #include "url/url_export.h" On 2016/02/23 18:52:54, brettw wrote: > You ...
4 years, 10 months ago (2016-02-23 19:29:34 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/80001
4 years, 10 months ago (2016-02-23 19:57:10 UTC) #29
brettw
lgtm https://codereview.chromium.org/1722773002/diff/80001/url/url.gyp File url/url.gyp (right): https://codereview.chromium.org/1722773002/diff/80001/url/url.gyp#newcode71 url/url.gyp:71: 'sources': [ 'ipc/url_param_traits_unittest.cc' ], This should mirror the ...
4 years, 10 months ago (2016-02-23 20:17:58 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/160846) linux_chromium_compile_dbg_32_ng on ...
4 years, 10 months ago (2016-02-23 20:39:50 UTC) #32
Mark Dittmer
Fix gyp:gn mirror on unittests target
4 years, 10 months ago (2016-02-23 20:59:56 UTC) #33
Mark Dittmer
https://codereview.chromium.org/1722773002/diff/80001/url/url.gyp File url/url.gyp (right): https://codereview.chromium.org/1722773002/diff/80001/url/url.gyp#newcode71 url/url.gyp:71: 'sources': [ 'ipc/url_param_traits_unittest.cc' ], On 2016/02/23 20:17:58, brettw wrote: ...
4 years, 9 months ago (2016-02-25 18:34:02 UTC) #34
Mark Dittmer
More missing deps on url_ipc
4 years, 9 months ago (2016-02-25 19:13:15 UTC) #35
Mark Dittmer
Refactor url/ipc code to build as a separate component
4 years, 9 months ago (2016-02-25 21:01:52 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/160001
4 years, 9 months ago (2016-02-26 02:29:30 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/27612) android_chromium_gn_compile_dbg on ...
4 years, 9 months ago (2016-02-26 02:38:00 UTC) #40
Mark Dittmer
rebase
4 years, 9 months ago (2016-02-26 14:42:28 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/170001
4 years, 9 months ago (2016-02-26 14:44:19 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/178449)
4 years, 9 months ago (2016-02-26 14:54:32 UTC) #45
Mark Dittmer
Move url_ipc unittests out of url.gyp to avoid detection of false dep loop
4 years, 9 months ago (2016-02-26 15:32:09 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/190001
4 years, 9 months ago (2016-02-26 15:37:51 UTC) #48
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/164804) linux_site_isolation on ...
4 years, 9 months ago (2016-02-26 16:05:23 UTC) #50
Mark Dittmer
Attempt to fix deps on common_param_traits and :content_common, and on url_param_traits and :url_ipc
4 years, 9 months ago (2016-03-01 15:04:05 UTC) #51
Mark Dittmer
Re-introduce some broken deps
4 years, 9 months ago (2016-03-01 15:53:38 UTC) #52
Mark Dittmer
Add includes; fixes broken implicit deps when some includes were removed
4 years, 9 months ago (2016-03-01 19:54:26 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/250001
4 years, 9 months ago (2016-03-01 19:55:45 UTC) #55
Mark Dittmer
On 2016/03/01 19:54:26, Mark Dittmer wrote: > Add includes; fixes broken implicit deps when some ...
4 years, 9 months ago (2016-03-01 19:58:24 UTC) #57
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/29669) linux_android_rel_ng on ...
4 years, 9 months ago (2016-03-01 20:17:51 UTC) #59
Mark Dittmer
Add missing include to chrome_content_browser_client.cc
4 years, 9 months ago (2016-03-01 20:30:11 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/270001
4 years, 9 months ago (2016-03-01 20:30:54 UTC) #63
Mark Dittmer
Add url_ipc deps for android webview
4 years, 9 months ago (2016-03-01 22:01:56 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/290001
4 years, 9 months ago (2016-03-01 22:03:14 UTC) #67
Fady Samuel
Just some nits... https://codereview.chromium.org/1722773002/diff/290001/components/network_hints.gypi File components/network_hints.gypi (right): https://codereview.chromium.org/1722773002/diff/290001/components/network_hints.gypi#newcode11 components/network_hints.gypi:11: 'defines': [ 'URL_PARAM_TRAITS_FIX' ], nit: Is ...
4 years, 9 months ago (2016-03-01 22:44:17 UTC) #68
Nico
lgtm with comments https://codereview.chromium.org/1722773002/diff/290001/chrome/chrome_common.gypi File chrome/chrome_common.gypi (right): https://codereview.chromium.org/1722773002/diff/290001/chrome/chrome_common.gypi#newcode503 chrome/chrome_common.gypi:503: ], TABS https://codereview.chromium.org/1722773002/diff/290001/url/ipc/url_param_traits.h File url/ipc/url_param_traits.h (right): ...
4 years, 9 months ago (2016-03-01 23:35:41 UTC) #69
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-02 01:11:54 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/290001
4 years, 9 months ago (2016-03-02 12:40:43 UTC) #74
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/152422)
4 years, 9 months ago (2016-03-02 12:47:03 UTC) #76
Mark Dittmer
rebase
4 years, 9 months ago (2016-03-02 20:31:02 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/310001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/310001
4 years, 9 months ago (2016-03-02 20:32:24 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/30317) chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 9 months ago (2016-03-02 20:47:30 UTC) #82
Mark Dittmer
Remove include reintroduced during rebase
4 years, 9 months ago (2016-03-02 20:55:39 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/330001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/330001
4 years, 9 months ago (2016-03-02 20:57:11 UTC) #86
commit-bot: I haz the power
Committed patchset #18 (id:330001)
4 years, 9 months ago (2016-03-02 22:42:04 UTC) #88
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/45eb2e749a8b08988ab45bfd6806c004e9f511fa Cr-Commit-Position: refs/heads/master@{#378859}
4 years, 9 months ago (2016-03-02 22:44:09 UTC) #90
Dmitry Titov
A revert of this CL (patchset #18 id:330001) has been created in https://codereview.chromium.org/1755363003/ by dimich@chromium.org. ...
4 years, 9 months ago (2016-03-02 23:13:55 UTC) #91
Mark Dittmer
Drop url_unittests dep on url_ipc (not needed, and breaks iOS builds)
4 years, 9 months ago (2016-03-03 17:39:13 UTC) #93
Mark Dittmer
Add url_ipc_unittests to high-level gyp build target
4 years, 9 months ago (2016-03-03 17:57:59 UTC) #94
Mark Dittmer
Add url_ipc_unittests to high-level gn build target
4 years, 9 months ago (2016-03-03 18:05:44 UTC) #95
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/390001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/390001
4 years, 9 months ago (2016-03-03 18:10:18 UTC) #97
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/177428)
4 years, 9 months ago (2016-03-03 19:21:48 UTC) #99
Mark Dittmer
Get rid of defines used for testing deps
4 years, 9 months ago (2016-03-03 20:17:15 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/410001
4 years, 9 months ago (2016-03-03 20:18:24 UTC) #102
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-03 22:07:04 UTC) #104
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722773002/410001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722773002/410001
4 years, 9 months ago (2016-03-03 22:32:14 UTC) #107
commit-bot: I haz the power
Committed patchset #22 (id:410001)
4 years, 9 months ago (2016-03-03 22:40:15 UTC) #109
commit-bot: I haz the power
4 years, 9 months ago (2016-03-03 22:42:35 UTC) #111
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/67b71ea2e11563a4c0363e1dce4e266cebcd063a
Cr-Commit-Position: refs/heads/master@{#379122}

Powered by Google App Engine
This is Rietveld 408576698