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

Issue 10993089: Upstream Android implementation of WebContentsViewDelegate. (Closed)

Created:
8 years, 2 months ago by shashi
Modified:
8 years, 2 months ago
Reviewers:
olilan, Yaron, nilesh
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Upstream Android implementation of WebContentsViewDelegate. BUG=136075 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162031

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : upstream after changing impl downstream #

Total comments: 4

Patch Set 4 : fix Nilesh nits. #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -4 lines) Patch
M chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc View 1 2 2 chunks +12 lines, -4 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/browser/android/content_view_core.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
shashi
Oli, PTAL, I want to make sure I am not upstreaming something which will be ...
8 years, 2 months ago (2012-09-28 20:39:03 UTC) #1
nilesh
Some style nits.
8 years, 2 months ago (2012-09-29 01:04:01 UTC) #2
nilesh
https://chromiumcodereview.appspot.com/10993089/diff/2001/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://chromiumcodereview.appspot.com/10993089/diff/2001/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1351 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1351: int selectionStartY) { line break before "int selectionStartX " ...
8 years, 2 months ago (2012-09-29 01:04:07 UTC) #3
olilan
I know this code comes from downstream master, but the context menu handling code isn't ...
8 years, 2 months ago (2012-10-01 13:01:30 UTC) #4
shashi
Thanks a lot, I am cleaning this up, looks like this has been broken for ...
8 years, 2 months ago (2012-10-02 02:30:35 UTC) #5
shashi
Patch after making changes downstream.
8 years, 2 months ago (2012-10-10 20:53:25 UTC) #6
nilesh
Some nits.
8 years, 2 months ago (2012-10-10 21:18:45 UTC) #7
nilesh
https://codereview.chromium.org/10993089/diff/16001/content/browser/android/content_view_core_impl.h File content/browser/android/content_view_core_impl.h (right): https://codereview.chromium.org/10993089/diff/16001/content/browser/android/content_view_core_impl.h#newcode149 content/browser/android/content_view_core_impl.h:149: virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) OVERRIDE; Why are ...
8 years, 2 months ago (2012-10-10 21:18:51 UTC) #8
shashi
https://codereview.chromium.org/10993089/diff/16001/content/browser/android/content_view_core_impl.h File content/browser/android/content_view_core_impl.h (right): https://codereview.chromium.org/10993089/diff/16001/content/browser/android/content_view_core_impl.h#newcode149 content/browser/android/content_view_core_impl.h:149: virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) OVERRIDE; I was ...
8 years, 2 months ago (2012-10-11 01:59:57 UTC) #9
shashi
PTAL, Once I have lgtm from both of you, I will add owners.
8 years, 2 months ago (2012-10-12 19:22:55 UTC) #10
nilesh
LGTM
8 years, 2 months ago (2012-10-12 20:39:56 UTC) #11
shashi
On 2012/10/12 20:39:56, nileshagrawal1 wrote: > LGTM Just tested after rebase of husky's change(https://chromiumcodereview.appspot.com/11068010) paste ...
8 years, 2 months ago (2012-10-15 21:49:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shashishekhar@chromium.org/10993089/32001
8 years, 2 months ago (2012-10-15 21:50:22 UTC) #13
commit-bot: I haz the power
Presubmit check for 10993089-32001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-15 21:50:26 UTC) #14
shashi
+yfriedman for owners approval.
8 years, 2 months ago (2012-10-15 21:54:36 UTC) #15
shashi
On 2012/10/15 21:54:36, shashi wrote: > +yfriedman for owners approval. Forgot to mention the directory ...
8 years, 2 months ago (2012-10-15 21:58:07 UTC) #16
Yaron
On 2012/10/15 21:58:07, shashi wrote: > On 2012/10/15 21:54:36, shashi wrote: > > +yfriedman for ...
8 years, 2 months ago (2012-10-15 22:03:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shashishekhar@chromium.org/10993089/32001
8 years, 2 months ago (2012-10-15 22:05:09 UTC) #18
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 01:40:04 UTC) #19
Change committed as 162031

Powered by Google App Engine
This is Rietveld 408576698