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

Issue 19673002: Move webkitplatformsupport_impl and related from glue to child (Closed)

Created:
7 years, 5 months ago by scottmg
Modified:
7 years, 5 months ago
CC:
chromium-reviews, michaeln, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, shishir+watch_chromium.org, grt+watch_chromium.org, amit, Paweł Hajdan Jr., joi+watch-content_chromium.org, dominich+watch_chromium.org, robertshield, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, ananta
Visibility:
Public.

Description

Move webkitplatformsupport_impl and related from glue to child Picking up Ananta's change. Move the webkitplatformsupport_impl.cc/.h files out of webkit\glue to webkit\child. This requires moving the following files out of webkit\glue to webkit\child: 1. weburlloader_impl.cc/.h 2. weburlrequest_extradata_impl.cc/.h 3. websocketstreamhandle_impl.cc/.h 4. weburlresponse_extradata_impl.cc/.h 5. websocketstreamhandle_delegate.h 6. ftp_directory_listing_response_delegate.cc/.h 7. multipart_response_delegate.cc/.h 8. multipart_response_delegate_unittest.cc 9. resource_loader_bridge.cc/.h The following files have been moved to webkit\common: 2. resource_type.cc/.h Move MemoryUsageKB out of webkit_glue.cc/h to webkit/child/webkit_child_helpers. I added an include rule to content\common\DEPS to allow including webkit\child\websocketstreamhandle_delegate.h. This will be removed in a followup. TBR=jam@chromium.org, jamesr@chromium.org, jschuh@chromium.org BUG=237249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212927

Patch Set 1 #

Patch Set 2 : various shuffling/gyp #

Patch Set 3 : android/linux depend on v8 #

Patch Set 4 : android whitelist #

Patch Set 5 : resource_loader_bridge and resource_dispatcher_delegate to resp. child #

Patch Set 6 : fix export #

Patch Set 7 : fix include #

Patch Set 8 : . #

Total comments: 2

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -4642 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_helpers.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/resource_prefetch_predictor_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_tables.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/predictors/predictors_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/automation_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_render_process_observer.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/extension_localization_peer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/extension_localization_peer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/security_filter_peer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/plugin_url_request.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/offline_policy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_error_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_policy.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_policy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_request_info.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_thread.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/child/database_util.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/request_extra_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/child/resource_dispatcher.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/child/resource_dispatcher.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/child/socket_stream_dispatcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/DEPS View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/content_param_traits_macros.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/resource_messages.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/common/socket_stream_handle_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_child.gypi View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/load_from_memory_cache_details.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/resource_dispatcher_host_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/resource_request_details.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/resource_request_info.h View 1 chunk +1 line, -1 line 0 comments Download
A + content/public/child/resource_dispatcher_delegate.h View 1 2 3 4 1 chunk +32 lines, -32 lines 0 comments Download
M content/public/common/resource_dispatcher_delegate.h View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
M content/public/common/resource_response.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 4 chunks +18 lines, -18 lines 0 comments Download
M content/renderer/renderer_main.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/webplugin_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/appcache/appcache_host.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/appcache/appcache_interceptor.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/appcache/appcache_request_handler.h View 1 chunk +1 line, -1 line 0 comments Download
webkit/child/DEPS View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -5 lines 0 comments Download
A + webkit/child/ftp_directory_listing_response_delegate.h View 1 chunk +53 lines, -53 lines 0 comments Download
A + webkit/child/ftp_directory_listing_response_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + webkit/child/multipart_response_delegate.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/child/multipart_response_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/child/multipart_response_delegate_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + webkit/child/resource_loader_bridge.h View 1 2 3 4 5 7 chunks +10 lines, -10 lines 0 comments Download
A + webkit/child/resource_loader_bridge.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
A webkit/child/webkit_child_helpers.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
A webkit/child/webkit_child_helpers.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
M webkit/child/webkitplatformsupport_child_impl.h View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/child/webkitplatformsupport_impl.h View 1 2 3 4 5 6 7 4 chunks +6 lines, -6 lines 0 comments Download
A + webkit/child/webkitplatformsupport_impl.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -3 lines 0 comments Download
A + webkit/child/websocketstreamhandle_delegate.h View 1 chunk +44 lines, -44 lines 0 comments Download
A + webkit/child/websocketstreamhandle_impl.h View 1 chunk +40 lines, -40 lines 0 comments Download
A + webkit/child/websocketstreamhandle_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/child/weburlloader_impl.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
A + webkit/child/weburlloader_impl.cc View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
A + webkit/child/weburlrequest_extradata_impl.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/child/weburlrequest_extradata_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + webkit/child/weburlresponse_extradata_impl.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/child/weburlresponse_extradata_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/resource_request_body.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + webkit/common/resource_type.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/common/resource_type.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/webkit_common.gyp View 1 2 3 4 3 chunks +4 lines, -2 lines 0 comments Download
D webkit/glue/ftp_directory_listing_response_delegate.h View 1 chunk +0 lines, -53 lines 0 comments Download
D webkit/glue/ftp_directory_listing_response_delegate.cc View 1 chunk +0 lines, -123 lines 0 comments Download
D webkit/glue/multipart_response_delegate.h View 1 chunk +0 lines, -153 lines 0 comments Download
D webkit/glue/multipart_response_delegate.cc View 1 chunk +0 lines, -404 lines 0 comments Download
D webkit/glue/multipart_response_delegate_unittest.cc View 1 chunk +0 lines, -675 lines 0 comments Download
D webkit/glue/resource_loader_bridge.h View 1 chunk +0 lines, -232 lines 0 comments Download
D webkit/glue/resource_loader_bridge.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D webkit/glue/resource_type.h View 1 chunk +0 lines, -70 lines 0 comments Download
D webkit/glue/resource_type.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 1 chunk +0 lines, -35 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 5 chunks +28 lines, -16 lines 0 comments Download
M webkit/glue/webkit_glue_common.gyp View 1 1 chunk +0 lines, -6 lines 0 comments Download
M webkit/glue/webkit_glue_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D webkit/glue/webkitplatformsupport_impl.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -155 lines 0 comments Download
D webkit/glue/webkitplatformsupport_impl.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -901 lines 0 comments Download
D webkit/glue/websocketstreamhandle_delegate.h View 1 chunk +0 lines, -44 lines 0 comments Download
D webkit/glue/websocketstreamhandle_impl.h View 1 chunk +0 lines, -40 lines 0 comments Download
D webkit/glue/websocketstreamhandle_impl.cc View 1 chunk +0 lines, -196 lines 0 comments Download
D webkit/glue/weburlloader_impl.h View 1 chunk +0 lines, -45 lines 0 comments Download
D webkit/glue/weburlloader_impl.cc View 1 1 chunk +0 lines, -854 lines 0 comments Download
D webkit/glue/weburlrequest_extradata_impl.h View 1 1 chunk +0 lines, -45 lines 0 comments Download
D webkit/glue/weburlrequest_extradata_impl.cc View 1 1 chunk +0 lines, -22 lines 0 comments Download
D webkit/glue/weburlresponse_extradata_impl.h View 1 chunk +0 lines, -96 lines 0 comments Download
D webkit/glue/weburlresponse_extradata_impl.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M webkit/mocks/mock_weburlloader.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/url_request_info_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/webkit_plugins.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
scottmg
jam: content/ and chrome/ jamesr: webkit/ this is only moves and gyp dependency updates, except ...
7 years, 5 months ago (2013-07-20 03:45:09 UTC) #1
jam
On 2013/07/20 03:45:09, scottmg wrote: > jam: content/ and chrome/ > jamesr: webkit/ > > ...
7 years, 5 months ago (2013-07-21 21:41:01 UTC) #2
scottmg
On 2013/07/21 21:41:01, jam wrote: > On 2013/07/20 03:45:09, scottmg wrote: > > jam: content/ ...
7 years, 5 months ago (2013-07-22 00:35:22 UTC) #3
jam
lgtm
7 years, 5 months ago (2013-07-22 05:38:22 UTC) #4
jamesr
lgtm
7 years, 5 months ago (2013-07-22 17:36:32 UTC) #5
scottmg
(Had to locally add "+content/public/common" to webkit/child/DEPS because the line endings in the file were ...
7 years, 5 months ago (2013-07-22 17:38:21 UTC) #6
jamesr
https://codereview.chromium.org/19673002/diff/49001/webkit/plugins/webkit_plugins.gypi File webkit/plugins/webkit_plugins.gypi (right): https://codereview.chromium.org/19673002/diff/49001/webkit/plugins/webkit_plugins.gypi#newcode44 webkit/plugins/webkit_plugins.gypi:44: '<(DEPTH)/webkit/support/webkit_support.gyp:glue_child', aren't you already in webkit_support.gyp?
7 years, 5 months ago (2013-07-22 17:44:17 UTC) #7
scottmg
tbr for trivial changes: joth: android_webview\tools\third_party_files_whitelist.txt jschuh: chrome\common\automation_messages.h grt: chrome_frame\plugin_url_request.h https://codereview.chromium.org/19673002/diff/49001/webkit/plugins/webkit_plugins.gypi File webkit/plugins/webkit_plugins.gypi (right): https://codereview.chromium.org/19673002/diff/49001/webkit/plugins/webkit_plugins.gypi#newcode44 ...
7 years, 5 months ago (2013-07-22 17:47:31 UTC) #8
jschuh
ipc security lgtm. just source path and comment changes
7 years, 5 months ago (2013-07-22 17:48:57 UTC) #9
scottmg
Committed patchset #9 manually as r212927 (presubmit successful).
7 years, 5 months ago (2013-07-22 18:31:59 UTC) #10
joth
7 years, 5 months ago (2013-07-22 18:39:34 UTC) #11
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698