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

Issue 1110213002: Upstream most of the iOS WebUI support in ios/web/ (Closed)

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

Description

Upstream most of the iOS WebUI support in ios/web/ This upstreams the bulk of the code necessary to support WebUI in the iOS web layer. Much of this is forked off of the content/ versions, which can't be used on iOS. BUG=464810 Committed: https://crrev.com/f0e19f918f0d1e183d2ee35fdaca3b191e36c19b Cr-Commit-Position: refs/heads/master@{#327441}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+2662 lines, -108 lines) Patch
M build/ios/grit_whitelist.txt View 1 chunk +1 line, -0 lines 0 comments Download
M ios/provider/ios_provider_web.gyp View 1 chunk +6 lines, -0 lines 0 comments Download
A ios/public/provider/web/web_ui_ios.h View 1 chunk +87 lines, -0 lines 1 comment Download
A ios/public/provider/web/web_ui_ios_controller.h View 1 chunk +42 lines, -0 lines 0 comments Download
A ios/public/provider/web/web_ui_ios_controller.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A ios/public/provider/web/web_ui_ios_controller_factory.h View 1 chunk +34 lines, -0 lines 0 comments Download
A ios/public/provider/web/web_ui_ios_message_handler.h View 1 chunk +64 lines, -0 lines 0 comments Download
A + ios/public/provider/web/web_ui_ios_message_handler.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M ios/web/browser_state.cc View 3 chunks +23 lines, -1 line 0 comments Download
M ios/web/ios_web.gyp View 5 chunks +26 lines, -4 lines 0 comments Download
M ios/web/ios_web_unittests.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M ios/web/public/browser_state.h View 2 chunks +18 lines, -0 lines 0 comments Download
A ios/web/public/url_data_source_ios.h View 1 chunk +97 lines, -0 lines 0 comments Download
A ios/web/public/web_ui_ios_data_source.h View 1 chunk +60 lines, -0 lines 1 comment Download
A ios/web/webui/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A ios/web/webui/crw_web_ui_page_builder.h View 1 chunk +59 lines, -0 lines 0 comments Download
A ios/web/webui/crw_web_ui_page_builder.mm View 1 chunk +317 lines, -0 lines 0 comments Download
A ios/web/webui/crw_web_ui_page_builder_unittest.mm View 1 chunk +276 lines, -0 lines 0 comments Download
A ios/web/webui/shared_resources_data_source_ios.h View 1 chunk +34 lines, -0 lines 0 comments Download
A ios/web/webui/shared_resources_data_source_ios.cc View 1 chunk +83 lines, -0 lines 0 comments Download
A + ios/web/webui/url_data_manager_ios.h View 2 chunks +34 lines, -30 lines 0 comments Download
A ios/web/webui/url_data_manager_ios.cc View 1 chunk +132 lines, -0 lines 0 comments Download
A + ios/web/webui/url_data_manager_ios_backend.h View 7 chunks +26 lines, -41 lines 0 comments Download
A ios/web/webui/url_data_manager_ios_backend.cc View 1 chunk +549 lines, -0 lines 1 comment Download
A ios/web/webui/url_data_source_ios.cc View 1 chunk +41 lines, -0 lines 1 comment Download
A ios/web/webui/url_data_source_ios_impl.h View 1 chunk +98 lines, -0 lines 0 comments Download
A + ios/web/webui/url_data_source_ios_impl.cc View 2 chunks +21 lines, -23 lines 0 comments Download
A ios/web/webui/url_fetcher_block_adapter.h View 1 chunk +59 lines, -0 lines 0 comments Download
A ios/web/webui/url_fetcher_block_adapter.mm View 1 chunk +41 lines, -0 lines 0 comments Download
A ios/web/webui/url_fetcher_block_adapter_unittest.mm View 1 chunk +70 lines, -0 lines 0 comments Download
A ios/web/webui/web_ui_ios_controller_factory_registry.h View 1 chunk +36 lines, -0 lines 0 comments Download
A ios/web/webui/web_ui_ios_controller_factory_registry.cc View 1 chunk +46 lines, -0 lines 1 comment Download
A ios/web/webui/web_ui_ios_data_source_impl.h View 1 chunk +82 lines, -0 lines 0 comments Download
A ios/web/webui/web_ui_ios_data_source_impl.cc View 1 chunk +167 lines, -0 lines 0 comments Download
M ui/base/ui_base.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
stuartmorgan
eugenebut for the main review thakis for the ui_base.gyp change jyquinn FYI
5 years, 7 months ago (2015-04-28 18:44:15 UTC) #2
Nico
ui_base.gyp lgtm (I guess you don't care about .gn files yet) Someone from content/OWNERS should ...
5 years, 7 months ago (2015-04-28 18:45:51 UTC) #3
stuartmorgan
+jam, per Nico's comment. I think blundell may have discussed this with you at the ...
5 years, 7 months ago (2015-04-28 20:06:21 UTC) #5
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/1110213002/diff/1/ios/public/provider/web/web_ui_ios.h File ios/public/provider/web/web_ui_ios.h (right): https://codereview.chromium.org/1110213002/diff/1/ios/public/provider/web/web_ui_ios.h#newcode38 ios/public/provider/web/web_ui_ios.h:38: NIT: Do you need comments for these? https://codereview.chromium.org/1110213002/diff/1/ios/web/public/web_ui_ios_data_source.h ...
5 years, 7 months ago (2015-04-28 20:23:01 UTC) #6
jam
On 2015/04/28 20:06:21, stuartmorgan wrote: > +jam, per Nico's comment. > > I think blundell ...
5 years, 7 months ago (2015-04-29 00:42:14 UTC) #7
stuartmorgan
On 2015/04/29 00:42:14, jam wrote: > do you expect to have webui implementations in src/chrome ...
5 years, 7 months ago (2015-04-29 01:57:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1110213002/1
5 years, 7 months ago (2015-04-29 01:58:57 UTC) #10
jam
On 2015/04/29 01:57:28, stuartmorgan wrote: > On 2015/04/29 00:42:14, jam wrote: > > do you ...
5 years, 7 months ago (2015-04-29 04:04:07 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 7 months ago (2015-04-29 06:01:28 UTC) #12
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 06:03:04 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f0e19f918f0d1e183d2ee35fdaca3b191e36c19b
Cr-Commit-Position: refs/heads/master@{#327441}

Powered by Google App Engine
This is Rietveld 408576698