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

Issue 777183002: Upstream iOS web API. (Closed)

Created:
6 years ago by droger
Modified:
6 years ago
Reviewers:
stuartmorgan, sdefresne
CC:
sdefresne, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Upstream iOS web API. This CL upstreams NavigationManager, WebState and WebStateUserData to match the downstream code. Committed: https://crrev.com/5662df670706ad5b29689b809005f7c985b18d20 Cr-Commit-Position: refs/heads/master@{#307218}

Patch Set 1 #

Total comments: 2

Patch Set 2 : moved to web #

Patch Set 3 : cleanup #

Total comments: 3

Patch Set 4 : Fix compile adress comment #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -140 lines) Patch
M ios/ios.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M ios/provider/ios_provider_chrome.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M ios/provider/ios_provider_web.gyp View 1 1 chunk +0 lines, -24 lines 0 comments Download
D ios/public/provider/chrome/browser/DEPS View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M ios/public/provider/chrome/browser/browser_state/chrome_browser_state.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D ios/public/provider/web/web_state.h View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D ios/public/provider/web/web_state_user_data.h View 1 2 3 4 1 chunk +0 lines, -72 lines 0 comments Download
A ios/web/public/navigation_manager.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A ios/web/public/web_state/web_state.h View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
A + ios/web/public/web_state/web_state_user_data.h View 1 2 3 4 3 chunks +16 lines, -14 lines 0 comments Download
A ios/web/web_state/web_state.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
droger
Stuart as OWNER CC sdefresne
6 years ago (2014-12-04 12:16:17 UTC) #2
stuartmorgan
LGTM. These both actually belong in ios/web/public/, but we can move them post-upstreaming rather than ...
6 years ago (2014-12-04 23:11:44 UTC) #4
stuartmorgan
https://codereview.chromium.org/777183002/diff/1/ios/public/provider/web/web_state.h File ios/public/provider/web/web_state.h (right): https://codereview.chromium.org/777183002/diff/1/ios/public/provider/web/web_state.h#newcode122 ios/public/provider/web/web_state.h:122: friend class web::WebStateObserver; On 2014/12/04 23:11:43, stuartmorgan wrote: > ...
6 years ago (2014-12-04 23:14:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777183002/1
6 years ago (2014-12-05 08:53:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/28431)
6 years ago (2014-12-05 08:56:30 UTC) #9
droger
I'm moving the files downstream: https://chromereviews.googleplex.com/122457013 I'll update this CL once it is done.
6 years ago (2014-12-05 14:24:28 UTC) #10
droger
I updated the CL to upstream the files to web. Please take another look, since ...
6 years ago (2014-12-05 15:28:30 UTC) #11
sdefresne
LGTM https://codereview.chromium.org/777183002/diff/60001/ios/web/public/web_state/web_state_user_data.h File ios/web/public/web_state/web_state_user_data.h (left): https://codereview.chromium.org/777183002/diff/60001/ios/web/public/web_state/web_state_user_data.h#oldcode22 ios/web/public/web_state/web_state_user_data.h:22: // explicit Foo(ios::WebState* web_state); Same here, web::WebState. https://codereview.chromium.org/777183002/diff/60001/ios/web/public/web_state/web_state_user_data.h#oldcode23 ...
6 years ago (2014-12-05 15:32:51 UTC) #13
droger
On 2014/12/05 15:32:51, sdefresne wrote: > LGTM > > https://codereview.chromium.org/777183002/diff/60001/ios/web/public/web_state/web_state_user_data.h > File ios/web/public/web_state/web_state_user_data.h (left): > ...
6 years ago (2014-12-05 15:46:32 UTC) #14
stuartmorgan
lgtm
6 years ago (2014-12-05 17:09:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777183002/80001
6 years ago (2014-12-08 08:28:06 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/28766) win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/6879)
6 years ago (2014-12-08 08:31:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777183002/100001
6 years ago (2014-12-08 08:47:13 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:100001)
6 years ago (2014-12-08 10:44:30 UTC) #22
commit-bot: I haz the power
6 years ago (2014-12-08 10:45:12 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5662df670706ad5b29689b809005f7c985b18d20
Cr-Commit-Position: refs/heads/master@{#307218}

Powered by Google App Engine
This is Rietveld 408576698