|
Upstream the iOS web_shell and supporting code
This upstreams the iOS app/ and shell/ directories.
- app/ is equivalent to the content/ versions, and is heavily based on
that code.
- shell/ is the web_shell target, which is an incredibly stripped-down
browser build on ios/web, in the spirit of content_shell.
Currently web_shell is extremely minimal, but allows basic browsing to
test ios/web/.
BUG= 464810
Committed: https://crrev.com/a5df0663172d93a056cb74a034867c3f1e3b4a9b
Cr-Commit-Position: refs/heads/master@{#331526}
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1745 lines, -88 lines) |
Patch |
 |
M |
ios/ios.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/app/web_main.mm
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/app/web_main_loop.h
|
View
|
|
1 chunk |
+99 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/app/web_main_loop.mm
|
View
|
1
2
|
1 chunk |
+278 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/app/web_main_runner.h
|
View
|
1
2
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/app/web_main_runner.mm
|
View
|
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/ios_web.gyp
|
View
|
1
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/ios_web_shell.gyp
|
View
|
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/public/app/web_main.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/public/app/web_main_delegate.h
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ios/web/public/app/web_main_parts.h
|
View
|
|
6 chunks |
+16 lines, -32 lines |
0 comments
|
Download
|
 |
A + |
ios/web/public/app/web_main_parts.mm
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ios/web/shell/Info.plist
|
View
|
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/MainView.xib
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/app_delegate.h
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/app_delegate.mm
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_browser_state.h
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_browser_state.mm
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_main_delegate.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_main_delegate.mm
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ios/web/shell/shell_network_delegate.h
|
View
|
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
ios/web/shell/shell_network_delegate.cc
|
View
|
|
4 chunks |
+6 lines, -35 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_url_request_context_getter.h
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_url_request_context_getter.cc
|
View
|
|
1 chunk |
+159 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_web_client.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_web_client.mm
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_web_main_parts.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/shell_web_main_parts.mm
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/view_controller.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/web/shell/view_controller.mm
|
View
|
|
1 chunk |
+334 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ios/web/shell/web_exe_main.mm
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|