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

Issue 564793003: Move TranslateHelper to the translate component. (Closed)

Created:
6 years, 3 months ago by droger
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@translateBrowserIPC
Project:
chromium
Visibility:
Public.

Description

Move TranslateHelper to the translate component. This CL moves TranslateHelper to the translate component. A couple dependencies had to be injected, through the constructor: - extensions (group and scheme) - isolated world id BUG=335087 TBR=jochen Committed: https://crrev.com/f1da1804fb44d2c36fe10d11808c1cfc0c369fcf Cr-Commit-Position: refs/heads/master@{#295276}

Patch Set 1 #

Patch Set 2 : added comments #

Patch Set 3 : BUILD.gn #

Patch Set 4 : fix gn #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : rebase AGAIN #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -994 lines) Patch
M chrome/chrome_renderer.gypi View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 3 4 5 2 chunks +8 lines, -2 lines 0 comments Download
D chrome/renderer/translate/translate_helper.h View 1 2 3 4 1 chunk +0 lines, -268 lines 0 comments Download
D chrome/renderer/translate/translate_helper.cc View 1 2 3 4 1 chunk +0 lines, -655 lines 0 comments Download
M chrome/renderer/translate/translate_helper_browsertest.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M components/translate.gypi View 2 chunks +9 lines, -0 lines 0 comments Download
M components/translate/content/renderer/BUILD.gn View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M components/translate/content/renderer/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/translate/content/renderer/translate_helper.h View 1 2 3 4 7 chunks +22 lines, -6 lines 0 comments Download
A + components/translate/content/renderer/translate_helper.cc View 1 2 3 4 20 chunks +36 lines, -53 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
droger
6 years, 3 months ago (2014-09-11 13:39:29 UTC) #2
Takashi Toyoshima
Just one question on this CL. https://codereview.chromium.org/564793003/diff/60001/components/translate/content/renderer/DEPS File components/translate/content/renderer/DEPS (right): https://codereview.chromium.org/564793003/diff/60001/components/translate/content/renderer/DEPS#newcode5 components/translate/content/renderer/DEPS:5: "+v8", Is there ...
6 years, 3 months ago (2014-09-16 06:51:56 UTC) #3
droger
https://codereview.chromium.org/564793003/diff/60001/components/translate/content/renderer/DEPS File components/translate/content/renderer/DEPS (right): https://codereview.chromium.org/564793003/diff/60001/components/translate/content/renderer/DEPS#newcode5 components/translate/content/renderer/DEPS:5: "+v8", On 2014/09/16 06:51:55, Takashi Toyoshima (chromium) wrote: > ...
6 years, 3 months ago (2014-09-16 08:01:58 UTC) #4
Takashi Toyoshima
I had this question because I noticed that component/renderer_context_menu/DEPS has dependencies to extensions/browser and extensions/common. ...
6 years, 3 months ago (2014-09-16 11:46:34 UTC) #5
droger
On 2014/09/16 11:46:34, Takashi Toyoshima (chromium) wrote: > I had this question because I noticed ...
6 years, 3 months ago (2014-09-16 13:38:30 UTC) #6
Takashi Toyoshima
thank you for checking it! So, this change LGTM.
6 years, 3 months ago (2014-09-16 13:44:52 UTC) #7
droger
TBR= jochen for - new dependencies of components/translate/content/renderer/DEPS - trivial change in chrome/renderer/chrome_render_view_observer
6 years, 3 months ago (2014-09-16 15:06:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/564793003/60001
6 years, 3 months ago (2014-09-16 15:08:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/10469)
6 years, 3 months ago (2014-09-16 15:12:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/564793003/80001
6 years, 3 months ago (2014-09-17 08:49:58 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/57038) linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/15109) ios_dbg_simulator ...
6 years, 3 months ago (2014-09-17 08:53:44 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/564793003/100001
6 years, 3 months ago (2014-09-17 11:07:03 UTC) #19
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-17 13:07:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/564793003/100001
6 years, 3 months ago (2014-09-17 14:23:37 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 20067cbc76af3d5554c8f7a105ada4895695e7a2
6 years, 3 months ago (2014-09-17 14:54:12 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-17 14:54:45 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f1da1804fb44d2c36fe10d11808c1cfc0c369fcf
Cr-Commit-Position: refs/heads/master@{#295276}

Powered by Google App Engine
This is Rietveld 408576698