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

Issue 16216007: split webkit/glue/webpreferences to common and renderer (Closed)

Created:
7 years, 6 months ago by scottmg
Modified:
7 years, 6 months ago
CC:
chromium-reviews, yoshiki+watch_chromium.org, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, sail+watch_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Visibility:
Public.

Description

split webkit/glue/webpreferences to common and renderer TBR=jamesr@chromium.org BUG=239107 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203261

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : less sketchy #

Total comments: 8

Patch Set 4 : deps tweaks #

Patch Set 5 : rebase #

Patch Set 6 : new location for public/platform #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -886 lines) Patch
M android_webview/native/aw_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_webkit_preferences.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/gpu_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/chrome_pref_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/task_manager/task_manager_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugins/plugin_placeholder.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/plugins/webview_plugin.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/printing/print_web_view_helper.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/android/content_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_browsertest_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/common/webkit_test_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/webkit_test_runner.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/webkit_test_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_web_contents.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/ppapi_preferences.h View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/common/webpreferences.h View 1 2 3 chunks +3 lines, -6 lines 0 comments Download
A webkit/common/webpreferences.cc View 1 chunk +171 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 4 chunks +6 lines, -3 lines 0 comments Download
D webkit/glue/webpreferences.h View 1 chunk +0 lines, -184 lines 0 comments Download
D webkit/glue/webpreferences.cc View 1 chunk +0 lines, -500 lines 0 comments Download
A webkit/renderer/webpreferences_renderer.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A + webkit/renderer/webpreferences_renderer.cc View 1 2 3 4 5 4 chunks +10 lines, -164 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
scottmg
renderer/webpreferences_renderer.cc is semi-sketchy (uses common/webpreferences.h as its header, and contains ApplyWebPreferences). ctor in common/webpreferences.cc
7 years, 6 months ago (2013-05-30 20:15:31 UTC) #1
jamesr
https://codereview.chromium.org/16216007/diff/2001/webkit/common/webpreferences.h File webkit/common/webpreferences.h (right): https://codereview.chromium.org/16216007/diff/2001/webkit/common/webpreferences.h#newcode50 webkit/common/webpreferences.h:50: WEBKIT_GLUE_EXPORT void ApplyWebPreferences(const WebPreferences& prefs, could we just move ...
7 years, 6 months ago (2013-05-30 20:24:23 UTC) #2
scottmg
https://codereview.chromium.org/16216007/diff/2001/webkit/common/webpreferences.h File webkit/common/webpreferences.h (right): https://codereview.chromium.org/16216007/diff/2001/webkit/common/webpreferences.h#newcode50 webkit/common/webpreferences.h:50: WEBKIT_GLUE_EXPORT void ApplyWebPreferences(const WebPreferences& prefs, On 2013/05/30 20:24:23, jamesr ...
7 years, 6 months ago (2013-05-30 21:03:51 UTC) #3
jamesr
lgtm. you're gonna get some merge conflicts, though https://codereview.chromium.org/16216007/diff/15001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/16216007/diff/15001/chrome/renderer/DEPS#newcode17 chrome/renderer/DEPS:17: "+webkit/common", ...
7 years, 6 months ago (2013-05-30 21:17:37 UTC) #4
scottmg
https://codereview.chromium.org/16216007/diff/15001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/16216007/diff/15001/chrome/renderer/DEPS#newcode17 chrome/renderer/DEPS:17: "+webkit/common", On 2013/05/30 21:17:37, jamesr wrote: > If you're ...
7 years, 6 months ago (2013-05-30 21:23:57 UTC) #5
jamesr
> https://codereview.chromium.org/16216007/diff/15001/webkit/renderer/webpreferences_renderer.cc > File webkit/renderer/webpreferences_renderer.cc (right): > > https://codereview.chromium.org/16216007/diff/15001/webkit/renderer/webpreferences_renderer.cc#newcode8 > webkit/renderer/webpreferences_renderer.cc:8: #include > "third_party/WebKit/Source/Platform/chromium/public/WebString.h" > ...
7 years, 6 months ago (2013-05-30 21:26:06 UTC) #6
scottmg
On 2013/05/30 21:26:06, jamesr wrote: > > > https://codereview.chromium.org/16216007/diff/15001/webkit/renderer/webpreferences_renderer.cc > > File webkit/renderer/webpreferences_renderer.cc (right): > ...
7 years, 6 months ago (2013-05-30 21:33:05 UTC) #7
scottmg
tbr darin for header renames in chrome/ and content/
7 years, 6 months ago (2013-05-30 23:03:45 UTC) #8
joth
a_w/ lgtm
7 years, 6 months ago (2013-05-30 23:04:42 UTC) #9
scottmg
7 years, 6 months ago (2013-05-30 23:13:20 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r203261 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698