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

Issue 1151843002: DO NOT LAND

Created:
5 years, 7 months ago by Mike West
Modified:
4 years, 7 months ago
Reviewers:
Ryan Sleevi
CC:
cbentzel+watch_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, nasko+codewatch_chromium.org, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DO NOT LAND Starting to restructure 'url::Origin', and to drop usage of 'GURL::GetOrigin()' from //net. BUG=490074

Patch Set 1 #

Patch Set 2 : More. #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+559 lines, -315 lines) Patch
M content/browser/frame_host/frame_tree_node.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/frame_tree_node.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/host_port_pair.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/base/host_port_pair.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/base/net_util.h View 2 chunks +3 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 2 chunks +11 lines, -4 lines 1 comment Download
M net/ftp/ftp_auth_cache.h View 3 chunks +6 lines, -6 lines 1 comment Download
M net/ftp/ftp_auth_cache.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M net/ftp/ftp_auth_cache_unittest.cc View 4 chunks +35 lines, -27 lines 0 comments Download
M net/http/http_auth.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_cache.h View 8 chunks +8 lines, -10 lines 0 comments Download
M net/http/http_auth_cache.cc View 7 chunks +12 lines, -12 lines 1 comment Download
M net/http/http_auth_cache_unittest.cc View 9 chunks +14 lines, -15 lines 0 comments Download
M net/http/http_auth_controller.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_controller.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_filter.h View 2 chunks +6 lines, -4 lines 0 comments Download
M net/http/http_auth_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_filter_unittest.cc View 3 chunks +60 lines, -32 lines 0 comments Download
M net/http/http_auth_handler.h View 4 chunks +4 lines, -5 lines 0 comments Download
M net/http/http_auth_handler.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_basic.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_basic.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_digest.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_digest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_factory.h View 5 chunks +5 lines, -6 lines 0 comments Download
M net/http/http_auth_handler_factory.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 5 chunks +32 lines, -31 lines 0 comments Download
M net/http/http_auth_handler_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_mock.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_negotiate_unittest.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M net/http/http_auth_handler_ntlm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_ntlm.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_auth_handler_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_auth_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M net/http/mock_allow_url_security_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/mock_allow_url_security_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/url_security_manager.h View 3 chunks +6 lines, -6 lines 0 comments Download
M net/http/url_security_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/url_security_manager_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M net/url_request/url_request.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M net/url_request/url_request_context_builder_unittest.cc View 4 chunks +8 lines, -9 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_ftp_job_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/url_request/url_request_job.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 chunks +12 lines, -14 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M url/origin.h View 1 chunk +36 lines, -6 lines 3 comments Download
M url/origin.cc View 1 chunk +64 lines, -5 lines 5 comments Download
M url/origin_unittest.cc View 1 chunk +110 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Mike West
Exploring what it would take to get rid of `GetOrigin` in //net. This isn't for ...
5 years, 7 months ago (2015-05-21 15:00:55 UTC) #2
Ryan Sleevi
Thanks for taking the time to whip this together. I'm guessing you based it on ...
5 years, 7 months ago (2015-05-22 02:50:04 UTC) #3
Ryan Sleevi
4 years, 7 months ago (2016-05-16 20:58:04 UTC) #4
On 2015/05/22 02:50:04, Ryan Sleevi wrote:
> Thanks for taking the time to whip this together. I'm guessing you based it on
> looking in //net for things that deal with origins.

Is this something you're still working on? Can/should we close out this CL?
Trying to clean up my dashboard

Powered by Google App Engine
This is Rietveld 408576698