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

Issue 201473002: Move webcursors code from webkit/ to content. (Closed)

Created:
6 years, 9 months ago by tfarina
Modified:
6 years, 9 months ago
CC:
chromium-reviews, jbauman+watch_chromium.org, creis+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nasko+codewatch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org, Avi (use Gerrit), jochen (gone - plz use gerrit), darin2, pilgrim_google
Visibility:
Public.

Description

Move webcursors code from webkit/ to content. BUG=265753, 338338, 237249 TEST=content_unittests R=jam@chromium.org, torne@chromium.org TBR=darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258169

Patch Set 1 #

Patch Set 2 : fixes #

Total comments: 5

Patch Set 3 : put WebCursor in content namespace #

Patch Set 4 : fix mac #

Patch Set 5 : gfx image include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -2207 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/npapi/webplugin_delegate_impl_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/plugin_messages.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/content_param_traits.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + content/common/cursors/DEPS View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A + content/common/cursors/webcursor.h View 1 2 3 chunks +11 lines, -7 lines 0 comments Download
A + content/common/cursors/webcursor.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_android.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_aura.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_aurawin.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_aurax11.cc View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
A + content/common/cursors/webcursor_gtk.cc View 1 2 4 chunks +7 lines, -3 lines 0 comments Download
A + content/common/cursors/webcursor_gtk_data.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/common/cursors/webcursor_mac.mm View 1 2 3 4 4 chunks +8 lines, -3 lines 0 comments Download
A + content/common/cursors/webcursor_null.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_unittest.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
A + content/common/cursors/webcursor_win.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/content_common.gypi View 1 2 7 chunks +37 lines, -12 lines 0 comments Download
M content/content_tests.gypi View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/cursor_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/npapi/webplugin_delegate_proxy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
D webkit/common/cursors/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D webkit/common/cursors/webcursor.h View 1 chunk +0 lines, -195 lines 0 comments Download
D webkit/common/cursors/webcursor.cc View 1 chunk +0 lines, -261 lines 0 comments Download
D webkit/common/cursors/webcursor_android.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D webkit/common/cursors/webcursor_aura.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D webkit/common/cursors/webcursor_aurawin.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D webkit/common/cursors/webcursor_aurax11.cc View 1 chunk +0 lines, -85 lines 0 comments Download
D webkit/common/cursors/webcursor_gtk.cc View 1 chunk +0 lines, -222 lines 0 comments Download
D webkit/common/cursors/webcursor_gtk_data.h View 1 chunk +0 lines, -311 lines 0 comments Download
D webkit/common/cursors/webcursor_mac.mm View 1 chunk +0 lines, -395 lines 0 comments Download
D webkit/common/cursors/webcursor_null.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D webkit/common/cursors/webcursor_unittest.cc View 1 chunk +0 lines, -230 lines 0 comments Download
D webkit/common/cursors/webcursor_win.cc View 1 chunk +0 lines, -181 lines 0 comments Download
M webkit/common/webkit_common.gyp View 1 2 2 chunks +0 lines, -22 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
tfarina
6 years, 9 months ago (2014-03-17 01:24:07 UTC) #1
jam
content lgtm with comments addressed https://codereview.chromium.org/201473002/diff/20001/android_webview/tools/third_party_files_whitelist.txt File android_webview/tools/third_party_files_whitelist.txt (right): https://codereview.chromium.org/201473002/diff/20001/android_webview/tools/third_party_files_whitelist.txt#newcode187 android_webview/tools/third_party_files_whitelist.txt:187: content/common/cursors/webcursor_gtk_data.h you should add ...
6 years, 9 months ago (2014-03-17 19:56:23 UTC) #2
tfarina
Richard, could you review my changes in android_webview?
6 years, 9 months ago (2014-03-19 03:22:34 UTC) #3
tfarina
https://codereview.chromium.org/201473002/diff/20001/content/common/cursors/DEPS File content/common/cursors/DEPS (right): https://codereview.chromium.org/201473002/diff/20001/content/common/cursors/DEPS#newcode4 content/common/cursors/DEPS:4: "+ui/base/resource", On 2014/03/17 19:56:24, jam wrote: > can't do ...
6 years, 9 months ago (2014-03-19 04:17:18 UTC) #4
Torne
android_webview LGTM
6 years, 9 months ago (2014-03-19 10:49:55 UTC) #5
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 14:07:47 UTC) #6
tfarina
The CQ bit was unchecked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 14:07:50 UTC) #7
tfarina
TBRing Darin for webkit/ changes.
6 years, 9 months ago (2014-03-19 14:08:51 UTC) #8
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 14:10:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/201473002/40001
6 years, 9 months ago (2014-03-19 14:10:31 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 14:32:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-19 14:32:16 UTC) #12
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 22:05:54 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/201473002/60001
6 years, 9 months ago (2014-03-19 22:06:52 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 22:12:41 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 22:12:42 UTC) #16
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 22:22:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/201473002/60001
6 years, 9 months ago (2014-03-19 22:23:04 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 22:27:03 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 22:27:03 UTC) #20
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 9 months ago (2014-03-19 23:07:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/201473002/80001
6 years, 9 months ago (2014-03-19 23:10:04 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 23:40:48 UTC) #23
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=56315
6 years, 9 months ago (2014-03-19 23:40:48 UTC) #24
tfarina
6 years, 9 months ago (2014-03-20 00:11:25 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 manually as r258169 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698