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

Issue 873133002: Add AddMessageToDevToolsConsole to WebContentsAndroid (Closed)

Created:
5 years, 11 months ago by Jaekyun Seok (inactive)
Modified:
5 years, 11 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add AddMessageToDevToolsConsole to WebContentsAndroid For now there isn't any API to write some logs to dev tools console from Java layer. It is required to fix http://crbug.com/426751 . BUG=426751 Committed: https://crrev.com/7bb2612e8d1b7ef297a85382e5ee0ec0f66d6f8f Cr-Commit-Position: refs/heads/master@{#313388}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename the method #

Total comments: 4

Patch Set 3 : Update comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -0 lines) Patch
M android_webview/java_library_common.mk View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/libwebviewchromium.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_android.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M content/content.gyp View 2 chunks +9 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content_public/browser/WebContents.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/common/console_message_level.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Jaekyun Seok (inactive)
mnaganov@chromium.org: Please review overall changes. tedchoc@chromium.org: Please review changes in content/browser/web_contents/web_contents_android.* and Java layer. sievers@chromium.org: ...
5 years, 11 months ago (2015-01-26 03:46:46 UTC) #2
mnaganov (inactive)
Looks good, except for the method naming. https://codereview.chromium.org/873133002/diff/1/content/browser/web_contents/web_contents_android.h File content/browser/web_contents/web_contents_android.h (right): https://codereview.chromium.org/873133002/diff/1/content/browser/web_contents/web_contents_android.h#newcode107 content/browser/web_contents/web_contents_android.h:107: void WriteToDevConsole(JNIEnv* ...
5 years, 11 months ago (2015-01-26 14:26:10 UTC) #3
Ted C
lgtm w/ mnaganov's approval
5 years, 11 months ago (2015-01-26 19:23:24 UTC) #4
Jaekyun Seok (inactive)
PTAL. I've uploaded a new patch after renaming the method. https://codereview.chromium.org/873133002/diff/1/content/browser/web_contents/web_contents_android.h File content/browser/web_contents/web_contents_android.h (right): https://codereview.chromium.org/873133002/diff/1/content/browser/web_contents/web_contents_android.h#newcode107 ...
5 years, 11 months ago (2015-01-26 22:18:47 UTC) #5
mnaganov (inactive)
lgtm
5 years, 11 months ago (2015-01-27 08:53:11 UTC) #6
no sievers
lgtm https://codereview.chromium.org/873133002/diff/20001/content/content.gyp File content/content.gyp (right): https://codereview.chromium.org/873133002/diff/20001/content/content.gyp#newcode462 content/content.gyp:462: 'target_name': 'console_message_level_java', wow, this is getting cluttered (see ...
5 years, 11 months ago (2015-01-27 20:01:18 UTC) #7
Jaekyun Seok (inactive)
https://codereview.chromium.org/873133002/diff/20001/content/content.gyp File content/content.gyp (right): https://codereview.chromium.org/873133002/diff/20001/content/content.gyp#newcode462 content/content.gyp:462: 'target_name': 'console_message_level_java', On 2015/01/27 20:01:18, sievers wrote: > wow, ...
5 years, 11 months ago (2015-01-27 21:59:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/873133002/40001
5 years, 11 months ago (2015-01-27 22:01:48 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-27 22:53:30 UTC) #11
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 22:54:36 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7bb2612e8d1b7ef297a85382e5ee0ec0f66d6f8f
Cr-Commit-Position: refs/heads/master@{#313388}

Powered by Google App Engine
This is Rietveld 408576698