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

Issue 14494004: Added the 'Translation Logs' tab to chrome://translate-internals/ (Closed)

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

Description

Added the 'Translation Logs' tab to chrome://translate-internals/ BUG=175967 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201314

Patch Set 1 : first commit #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : (Rebasing) #

Total comments: 14

Patch Set 4 : #

Patch Set 5 : (Rebasing) #

Patch Set 6 : (Rebasing) #

Patch Set 7 : (Rebasing) #

Total comments: 7

Patch Set 8 : Removed the nits #

Patch Set 9 : (Rebasing) #

Patch Set 10 : (Rebasing) #

Patch Set 11 : Modified the tests #

Patch Set 12 : (Rebasing) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -67 lines) Patch
M chrome/browser/autofill/autofill_browsertest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -2 lines 0 comments Download
A chrome/browser/resources/translate_internals/detection_logs.html View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/resources/translate_internals/translate_internals.css View 1 2 3 2 chunks +46 lines, -0 lines 0 comments Download
M chrome/browser/resources/translate_internals/translate_internals.html View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/translate_internals/translate_internals.js View 1 2 3 4 5 6 7 6 chunks +121 lines, -12 lines 0 comments Download
M chrome/browser/translate/translate_manager.h View 1 2 3 4 5 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/translate/translate_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +22 lines, -1 line 0 comments Download
M chrome/browser/translate/translate_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/translate/translate_tab_helper.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/translate/translate_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/translate_internals/translate_internals_handler.h View 2 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc View 3 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/language_detection_details.h View 1 chunk +37 lines, -0 lines 0 comments Download
A + chrome/common/language_detection_details.cc View 1 2 3 4 5 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/renderer/translate/translate_helper.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/renderer/translate/translate_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +32 lines, -5 lines 0 comments Download
M chrome/renderer/translate/translate_helper_browsertest.cc View 1 2 3 4 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/renderer/translate/translate_helper_unittest.cc View 1 3 chunks +18 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
hajimehoshi
Can you take a look this CL? mad: Can you take a look at chrome/browser/translate/* ...
7 years, 7 months ago (2013-05-07 08:32:17 UTC) #1
sky
LGTM
7 years, 7 months ago (2013-05-07 14:46:00 UTC) #2
Cris Neckar
ipc changes lgtm
7 years, 7 months ago (2013-05-07 19:33:38 UTC) #3
MAD
A few comments... Thanks! BYE MAD https://chromiumcodereview.appspot.com/14494004/diff/7001/chrome/browser/translate/translate_tab_helper.h File chrome/browser/translate/translate_tab_helper.h (right): https://chromiumcodereview.appspot.com/14494004/diff/7001/chrome/browser/translate/translate_tab_helper.h#newcode13 chrome/browser/translate/translate_tab_helper.h:13: class GURL; This ...
7 years, 7 months ago (2013-05-07 19:49:05 UTC) #4
hajimehoshi
Thank you! https://codereview.chromium.org/14494004/diff/7001/chrome/browser/translate/translate_tab_helper.h File chrome/browser/translate/translate_tab_helper.h (right): https://codereview.chromium.org/14494004/diff/7001/chrome/browser/translate/translate_tab_helper.h#newcode13 chrome/browser/translate/translate_tab_helper.h:13: class GURL; Right. Thanks. On 2013/05/07 19:49:05, ...
7 years, 7 months ago (2013-05-08 04:06:16 UTC) #5
Evan Stade
https://codereview.chromium.org/14494004/diff/22001/chrome/browser/resources/translate_internals/detection_logs.html File chrome/browser/resources/translate_internals/detection_logs.html (right): https://codereview.chromium.org/14494004/diff/22001/chrome/browser/resources/translate_internals/detection_logs.html#newcode13 chrome/browser/resources/translate_internals/detection_logs.html:13: <th class="detection-logs-content-language">Language detected by the content</th> 80 https://codereview.chromium.org/14494004/diff/22001/chrome/browser/resources/translate_internals/translate_internals.css File ...
7 years, 7 months ago (2013-05-09 04:39:00 UTC) #6
hajimehoshi
Thank you! https://codereview.chromium.org/14494004/diff/22001/chrome/browser/resources/translate_internals/detection_logs.html File chrome/browser/resources/translate_internals/detection_logs.html (right): https://codereview.chromium.org/14494004/diff/22001/chrome/browser/resources/translate_internals/detection_logs.html#newcode13 chrome/browser/resources/translate_internals/detection_logs.html:13: <th class="detection-logs-content-language">Language detected by the content</th> On ...
7 years, 7 months ago (2013-05-09 05:59:40 UTC) #7
MAD
chrome/[browser|renderer]/translate/* LGTM Thanks! BYE MAD...
7 years, 7 months ago (2013-05-09 14:10:29 UTC) #8
hajimehoshi
ping +estade On 2013/05/09 14:10:29, MAD wrote: > chrome/[browser|renderer]/translate/* LGTM > > Thanks! > > ...
7 years, 7 months ago (2013-05-14 01:12:24 UTC) #9
Evan Stade
lgtm with comments https://codereview.chromium.org/14494004/diff/50001/chrome/browser/resources/translate_internals/translate_internals.js File chrome/browser/resources/translate_internals/translate_internals.js (right): https://codereview.chromium.org/14494004/diff/50001/chrome/browser/resources/translate_internals/translate_internals.js#newcode123 chrome/browser/resources/translate_internals/translate_internals.js:123: * Addes '0's to |number| as ...
7 years, 7 months ago (2013-05-18 23:42:58 UTC) #10
hajimehoshi
Thank you! https://codereview.chromium.org/14494004/diff/50001/chrome/browser/resources/translate_internals/translate_internals.js File chrome/browser/resources/translate_internals/translate_internals.js (right): https://codereview.chromium.org/14494004/diff/50001/chrome/browser/resources/translate_internals/translate_internals.js#newcode123 chrome/browser/resources/translate_internals/translate_internals.js:123: * Addes '0's to |number| as a ...
7 years, 7 months ago (2013-05-20 01:11:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/14494004/63001
7 years, 7 months ago (2013-05-20 01:31:40 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=129713
7 years, 7 months ago (2013-05-20 03:11:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/14494004/63001
7 years, 7 months ago (2013-05-20 03:28:04 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=115943
7 years, 7 months ago (2013-05-20 05:07:43 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/14494004/63001
7 years, 7 months ago (2013-05-20 05:40:27 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=115969
7 years, 7 months ago (2013-05-20 07:15:00 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/14494004/63001
7 years, 7 months ago (2013-05-20 07:53:45 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=115997
7 years, 7 months ago (2013-05-20 09:33:29 UTC) #19
Takashi Toyoshima
PageLanguageDetection fails in tries and it looks a real failure. Please check and fix it.
7 years, 7 months ago (2013-05-20 10:20:05 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/14494004/117001
7 years, 7 months ago (2013-05-21 04:21:37 UTC) #21
hajimehoshi
Right. The type of the message (NOTIFICATION_TAB_LANGUAGE_DETERMINED) was changed, and some types in the tests ...
7 years, 7 months ago (2013-05-21 04:21:57 UTC) #22
commit-bot: I haz the power
Failed to apply patch for chrome/browser/translate/translate_tab_helper.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-21 09:30:48 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/14494004/132001
7 years, 7 months ago (2013-05-21 10:25:52 UTC) #24
commit-bot: I haz the power
7 years, 7 months ago (2013-05-21 16:40:54 UTC) #25
Message was sent while issue was closed.
Change committed as 201314

Powered by Google App Engine
This is Rietveld 408576698