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

Issue 1043243003: Upstream most of ios/web/net (Closed)

Created:
5 years, 8 months ago by stuartmorgan
Modified:
5 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream most of ios/web/net This upstreams the bulk of ios/web/net, except for the network clients which will be a follow-up CL. Includes some necessary supporting files from other parts of ios/web/ BUG=464810 Committed: https://crrev.com/d7f6a672d1d0487803be8a7984e52f06f648fe4c Cr-Commit-Position: refs/heads/master@{#323122}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments #

Patch Set 3 : Remove accidentally-added clients #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3454 lines, -21 lines) Patch
M ios/net/request_tracker.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ios/net/request_tracker.mm View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ios/web/browser_state.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
M ios/web/ios_web.gyp View 2 6 chunks +27 lines, -1 line 0 comments Download
M ios/web/ios_web_unittests.gyp View 2 3 chunks +7 lines, -1 line 0 comments Download
A + ios/web/net/cert_store_impl.h View 3 chunks +11 lines, -11 lines 0 comments Download
A + ios/web/net/cert_store_impl.cc View 3 chunks +14 lines, -8 lines 0 comments Download
A ios/web/net/cookie_notification_bridge.h View 1 chunk +31 lines, -0 lines 0 comments Download
A ios/web/net/cookie_notification_bridge.mm View 1 chunk +40 lines, -0 lines 0 comments Download
A ios/web/net/crw_request_tracker_delegate.h View 1 chunk +71 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_data_memoizing_store.h View 1 chunk +182 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_factory_impl.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_factory_impl.mm View 1 chunk +49 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_impl.h View 1 chunk +399 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_impl.mm View 1 chunk +1308 lines, -0 lines 0 comments Download
A ios/web/net/request_tracker_impl_unittest.mm View 1 chunk +498 lines, -0 lines 0 comments Download
A ios/web/net/web_http_protocol_handler_delegate.h View 1 chunk +30 lines, -0 lines 0 comments Download
A ios/web/net/web_http_protocol_handler_delegate.mm View 1 chunk +58 lines, -0 lines 0 comments Download
A ios/web/net/web_http_protocol_handler_delegate_unittest.mm View 1 chunk +128 lines, -0 lines 0 comments Download
M ios/web/public/browser_state.h View 2 chunks +5 lines, -0 lines 0 comments Download
A ios/web/public/cert_store.h View 1 chunk +49 lines, -0 lines 0 comments Download
A ios/web/public/test/test_web_client.h View 1 chunk +45 lines, -0 lines 0 comments Download
A ios/web/public/test/test_web_client.mm View 1 chunk +41 lines, -0 lines 0 comments Download
A ios/web/ui_web_view_util.h View 1 chunk +24 lines, -0 lines 0 comments Download
A ios/web/ui_web_view_util.mm View 1 chunk +40 lines, -0 lines 0 comments Download
A ios/web/ui_web_view_util_unittest.mm View 1 chunk +54 lines, -0 lines 0 comments Download
A ios/web/web_state/ui/crw_static_file_web_view.h View 1 chunk +36 lines, -0 lines 0 comments Download
A ios/web/web_state/ui/crw_static_file_web_view.mm View 1 chunk +149 lines, -0 lines 0 comments Download
A ios/web/web_state/ui/crw_static_file_web_view_unittest.mm View 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
stuartmorgan
5 years, 8 months ago (2015-03-31 18:40:05 UTC) #2
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/1043243003/diff/1/ios/web/browser_state.cc File ios/web/browser_state.cc (right): https://codereview.chromium.org/1043243003/diff/1/ios/web/browser_state.cc#newcode26 ios/web/browser_state.cc:26: scoped_refptr<CertificatePolicyCache> policy_cache_; C++ Style Guide says: Make data ...
5 years, 8 months ago (2015-03-31 20:11:09 UTC) #3
stuartmorgan
https://codereview.chromium.org/1043243003/diff/1/ios/web/browser_state.cc File ios/web/browser_state.cc (right): https://codereview.chromium.org/1043243003/diff/1/ios/web/browser_state.cc#newcode26 ios/web/browser_state.cc:26: scoped_refptr<CertificatePolicyCache> policy_cache_; On 2015/03/31 20:11:09, eugenebut wrote: > C++ ...
5 years, 8 months ago (2015-03-31 21:08:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1043243003/40001
5 years, 8 months ago (2015-03-31 21:35:34 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-03-31 22:01:24 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-03-31 22:01:54 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d7f6a672d1d0487803be8a7984e52f06f648fe4c
Cr-Commit-Position: refs/heads/master@{#323122}

Powered by Google App Engine
This is Rietveld 408576698