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

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed)

Created:
7 years, 2 months ago by tfarina
Modified:
7 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dcheng
Visibility:
Public.

Description

Move clipboard_utils.* from webkit/renderer to content/renderer. compositor_bindings/ will be moved separately since it is its own beast. cpp_* will also be moved later. BUG=265753 TEST=None, just moving files around. :/ R=jamesr@chromium.org,avi@chromium.org,jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226477

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : clipboard_utils #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -87 lines) Patch
M content/content_renderer.gypi View 2 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/clipboard_utils.h View 1 chunk +27 lines, -0 lines 0 comments Download
A + content/renderer/clipboard_utils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/webclipboard_impl.cc View 5 chunks +6 lines, -8 lines 0 comments Download
M content/test/mock_webclipboard_impl.cc View 3 chunks +7 lines, -7 lines 1 comment Download
D webkit/renderer/clipboard_utils.h View 1 chunk +0 lines, -28 lines 0 comments Download
D webkit/renderer/clipboard_utils.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M webkit/renderer/webkit_renderer.gyp View 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
tfarina
Jochen -> chrome (also content?) Avi -> content James -> webkit
7 years, 2 months ago (2013-09-30 23:19:34 UTC) #1
Avi (use Gerrit)
content lgtm
7 years, 2 months ago (2013-09-30 23:43:22 UTC) #2
jamesr
lgtm https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS#newcode28 chrome/renderer/DEPS:28: "!content/renderer/cpp_bound_class.h", is the plan to turn this into ...
7 years, 2 months ago (2013-10-01 00:31:27 UTC) #3
jochen (gone - plz use gerrit)
+jam for question about chrome/renderer/DEPS lgtm otherwise https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS#newcode28 chrome/renderer/DEPS:28: "!content/renderer/cpp_bound_class.h", On ...
7 years, 2 months ago (2013-10-01 08:55:19 UTC) #4
jam
https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS File chrome/renderer/DEPS (right): https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS#newcode28 chrome/renderer/DEPS:28: "!content/renderer/cpp_bound_class.h", On 2013/10/01 08:55:19, jochen wrote: > On 2013/10/01 ...
7 years, 2 months ago (2013-10-01 17:14:06 UTC) #5
tfarina
On 2013/10/01 17:14:06, jam wrote: > https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS > File chrome/renderer/DEPS (right): > > https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS#newcode28 > ...
7 years, 2 months ago (2013-10-01 17:43:14 UTC) #6
tfarina
On 2013/10/01 17:43:14, tfarina wrote: > On 2013/10/01 17:14:06, jam wrote: > > https://codereview.chromium.org/25378002/diff/3001/chrome/renderer/DEPS > ...
7 years, 2 months ago (2013-10-01 17:43:48 UTC) #7
tfarina
Only clipboard_utils.* this time. Pushing to cq.
7 years, 2 months ago (2013-10-01 22:02:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/25378002/20001
7 years, 2 months ago (2013-10-01 22:02:17 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-01 23:01:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/25378002/20001
7 years, 2 months ago (2013-10-01 23:43:28 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-02 00:25:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/25378002/20001
7 years, 2 months ago (2013-10-02 01:24:11 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-02 01:49:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/25378002/20001
7 years, 2 months ago (2013-10-02 13:20:17 UTC) #15
commit-bot: I haz the power
Change committed as 226477
7 years, 2 months ago (2013-10-02 16:30:47 UTC) #16
jam
https://codereview.chromium.org/25378002/diff/20001/content/test/mock_webclipboard_impl.cc File content/test/mock_webclipboard_impl.cc (right): https://codereview.chromium.org/25378002/diff/20001/content/test/mock_webclipboard_impl.cc#newcode204 content/test/mock_webclipboard_impl.cc:204: } this file should be in the content namespace, ...
7 years, 2 months ago (2013-10-02 21:11:00 UTC) #17
tfarina
7 years, 2 months ago (2013-10-03 02:07:55 UTC) #18
Message was sent while issue was closed.
On 2013/10/02 21:11:00, jam wrote:
>
https://codereview.chromium.org/25378002/diff/20001/content/test/mock_webclip...
> File content/test/mock_webclipboard_impl.cc (right):
> 
>
https://codereview.chromium.org/25378002/diff/20001/content/test/mock_webclip...
> content/test/mock_webclipboard_impl.cc:204: }
> this file should be in the content namespace, and then get rid of "content::"
> everywhere

Done. https://codereview.chromium.org/25705004/

Powered by Google App Engine
This is Rietveld 408576698