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

Issue 633743002: Add FindInPageBridge (Closed)

Created:
6 years, 2 months ago by aurimas (slooooooooow)
Modified:
6 years, 2 months ago
Reviewers:
Ted C
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add FindInPageBridge First CL to upstream FindInPage functionality. BUG=332413 Committed: https://crrev.com/54a503abc0b836abbbb3f845954ad007cef3b10d Cr-Commit-Position: refs/heads/master@{#298801}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Remove isFindingSupported check #

Patch Set 3 : Addressed Ted's comments #

Total comments: 2

Patch Set 4 : Move init to the bottom #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -0 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/android/find_in_page/find_in_page_bridge.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/android/find_in_page/find_in_page_bridge.cc View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
aurimas (slooooooooow)
PTAL
6 years, 2 months ago (2014-10-06 22:16:35 UTC) #2
Ted C
https://chromiumcodereview.appspot.com/633743002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java File chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java (right): https://chromiumcodereview.appspot.com/633743002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java:14: private final long mFindInPageBridge; I would try to include ...
6 years, 2 months ago (2014-10-07 20:49:50 UTC) #3
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/633743002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java File chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java (right): https://chromiumcodereview.appspot.com/633743002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/findinpage/FindInPageBridge.java:14: private final long mFindInPageBridge; On 2014/10/07 20:49:49, Ted C ...
6 years, 2 months ago (2014-10-07 23:28:25 UTC) #4
aurimas (slooooooooow)
Does this look better now?
6 years, 2 months ago (2014-10-08 17:49:21 UTC) #5
Ted C
lgtm https://chromiumcodereview.appspot.com/633743002/diff/30001/chrome/browser/android/find_in_page/find_in_page_bridge.cc File chrome/browser/android/find_in_page/find_in_page_bridge.cc (right): https://chromiumcodereview.appspot.com/633743002/diff/30001/chrome/browser/android/find_in_page/find_in_page_bridge.cc#newcode25 chrome/browser/android/find_in_page/find_in_page_bridge.cc:25: static jlong Init(JNIEnv* env, jobject obj, jobject j_web_contents) ...
6 years, 2 months ago (2014-10-08 18:02:27 UTC) #6
aurimas (slooooooooow)
https://codereview.chromium.org/633743002/diff/30001/chrome/browser/android/find_in_page/find_in_page_bridge.cc File chrome/browser/android/find_in_page/find_in_page_bridge.cc (right): https://codereview.chromium.org/633743002/diff/30001/chrome/browser/android/find_in_page/find_in_page_bridge.cc#newcode25 chrome/browser/android/find_in_page/find_in_page_bridge.cc:25: static jlong Init(JNIEnv* env, jobject obj, jobject j_web_contents) { ...
6 years, 2 months ago (2014-10-08 18:28:25 UTC) #7
aurimas (slooooooooow)
6 years, 2 months ago (2014-10-08 18:28:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633743002/50001
6 years, 2 months ago (2014-10-09 00:43:30 UTC) #10
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-09 03:47:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/633743002/50001
6 years, 2 months ago (2014-10-09 04:53:46 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:50001) as 6d048df3ff0d07cf27c1c44db893e03340f8dd76
6 years, 2 months ago (2014-10-09 05:02:51 UTC) #15
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 05:03:37 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/54a503abc0b836abbbb3f845954ad007cef3b10d
Cr-Commit-Position: refs/heads/master@{#298801}

Powered by Google App Engine
This is Rietveld 408576698