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

Issue 13842010: Added chrome://translate-internals (Closed)

Created:
7 years, 8 months ago by hajimehoshi
Modified:
7 years, 8 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added chrome://translate-internals. For now, this shows only the preferences concerned with the translation. BUG=175967 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195745

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixed trivial mistakes #

Total comments: 25

Patch Set 3 : Fixed the mistakes #

Total comments: 18

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Rebasing #

Patch Set 6 : Changed the file names #

Patch Set 7 : Rebasing #

Patch Set 8 : Bug fix for Windows (SendMessage could be replaced with SendMessageW) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -17 lines) Patch
M chrome/browser/browser_about_handler.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/resources/translate_internals/translate_internals.css View 1 2 3 4 5 6 1 chunk +4 lines, -15 lines 0 comments Download
A chrome/browser/resources/translate_internals/translate_internals.html View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/resources/translate_internals/translate_internals.js View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/resources/translate_internals_resources.grd View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/translate/translate_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_prefs.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/translate_internals/translate_internals_handler.h View 1 2 3 4 5 6 7 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc View 1 2 3 4 5 6 7 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/translate_internals/translate_internals_ui.h View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
hajimehoshi
Can you take a look at this CL?
7 years, 8 months ago (2013-04-12 08:00:47 UTC) #1
Takashi Toyoshima
Please write proper change title and description. It's fine to go OWNERS review. https://codereview.chromium.org/13842010/diff/1/chrome/browser/translate/translate_prefs.h File ...
7 years, 8 months ago (2013-04-12 08:43:35 UTC) #2
hajimehoshi
I've fixed them. https://codereview.chromium.org/13842010/diff/1/chrome/browser/translate/translate_prefs.h File chrome/browser/translate/translate_prefs.h (right): https://codereview.chromium.org/13842010/diff/1/chrome/browser/translate/translate_prefs.h#newcode10 chrome/browser/translate/translate_prefs.h:10: #include <vector> I don't remember... I'll ...
7 years, 8 months ago (2013-04-12 09:28:52 UTC) #3
hajimehoshi
+estade, can you take a look? Thank you in advance. On 2013/04/12 09:28:52, hajimehoshi wrote: ...
7 years, 8 months ago (2013-04-12 09:32:46 UTC) #4
Evan Stade
https://codereview.chromium.org/13842010/diff/10001/chrome/browser/resources/translate_internals/index.js File chrome/browser/resources/translate_internals/index.js (right): https://codereview.chromium.org/13842010/diff/10001/chrome/browser/resources/translate_internals/index.js#newcode21 chrome/browser/resources/translate_internals/index.js:21: console.log(detail); you probably shouldn't put logs in, but if ...
7 years, 8 months ago (2013-04-12 16:02:25 UTC) #5
hajimehoshi
Thank you for your reviewing. I fixed these problems. Can you take a look? https://codereview.chromium.org/13842010/diff/10001/chrome/browser/resources/translate_internals/index.js ...
7 years, 8 months ago (2013-04-15 04:01:49 UTC) #6
Evan Stade
https://codereview.chromium.org/13842010/diff/10001/chrome/browser/resources/translate_internals/index.js File chrome/browser/resources/translate_internals/index.js (right): https://codereview.chromium.org/13842010/diff/10001/chrome/browser/resources/translate_internals/index.js#newcode37 chrome/browser/resources/translate_internals/index.js:37: console.error('Unknown message:', message); On 2013/04/15 04:01:49, hajimehoshi wrote: > ...
7 years, 8 months ago (2013-04-15 19:25:13 UTC) #7
hajimehoshi
Fixed them. https://codereview.chromium.org/13842010/diff/19001/chrome/browser/resources/translate_internals/index.html File chrome/browser/resources/translate_internals/index.html (right): https://codereview.chromium.org/13842010/diff/19001/chrome/browser/resources/translate_internals/index.html#newcode26 chrome/browser/resources/translate_internals/index.html:26: <tabpanel id="tabpanelPrefs"> On 2013/04/15 19:25:13, Evan Stade ...
7 years, 8 months ago (2013-04-16 02:01:42 UTC) #8
Evan Stade
lgtm https://codereview.chromium.org/13842010/diff/25001/chrome/browser/resources/translate_internals/index.html File chrome/browser/resources/translate_internals/index.html (right): https://codereview.chromium.org/13842010/diff/25001/chrome/browser/resources/translate_internals/index.html#newcode1 chrome/browser/resources/translate_internals/index.html:1: <!DOCTYPE HTML> I don't think index.{html,js,css} is the ...
7 years, 8 months ago (2013-04-16 20:07:19 UTC) #9
hajimehoshi
Thanks. https://codereview.chromium.org/13842010/diff/25001/chrome/browser/resources/translate_internals/index.html File chrome/browser/resources/translate_internals/index.html (right): https://codereview.chromium.org/13842010/diff/25001/chrome/browser/resources/translate_internals/index.html#newcode1 chrome/browser/resources/translate_internals/index.html:1: <!DOCTYPE HTML> On 2013/04/16 20:07:19, Evan Stade wrote: ...
7 years, 8 months ago (2013-04-17 02:14:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/13842010/37002
7 years, 8 months ago (2013-04-18 00:17:53 UTC) #11
commit-bot: I haz the power
Presubmit check for 13842010-37002 failed and returned exit status 1. INFO:root:Found 18 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-18 00:17:58 UTC) #12
hajimehoshi
+sky, +mad, can you take a look? Thank you in advance.
7 years, 8 months ago (2013-04-18 00:22:48 UTC) #13
MAD
On 2013/04/18 00:22:48, hajimehoshi wrote: > +sky, +mad, can you take a look? Thank you ...
7 years, 8 months ago (2013-04-19 21:53:27 UTC) #14
sky
What files do you need me to review? On Fri, Apr 19, 2013 at 2:53 ...
7 years, 8 months ago (2013-04-22 17:01:01 UTC) #15
Takashi Toyoshima (Google)
Following files need chrome/OWNERS review. chrome/chrome_resources.gyp chrome/chrome_browser_ui.gypi chrome/browser/browser_about_handler.cc chrome/chrome_repack_resources.gypi I guess Hajime want you to ...
7 years, 8 months ago (2013-04-22 17:18:18 UTC) #16
sky
LGTM
7 years, 8 months ago (2013-04-22 22:09:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/13842010/49001
7 years, 8 months ago (2013-04-23 01:33:08 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-23 02:33:08 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/13842010/56003
7 years, 8 months ago (2013-04-23 02:47:40 UTC) #20
commit-bot: I haz the power
7 years, 8 months ago (2013-04-23 06:57:53 UTC) #21
Message was sent while issue was closed.
Change committed as 195745

Powered by Google App Engine
This is Rietveld 408576698