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

Issue 10836155: Upstream ContentView.getNavigationHistory() (Closed)

Created:
8 years, 4 months ago by Jesse Greenwald
Modified:
8 years, 4 months ago
Reviewers:
Ted C, joth, Yaron
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Upstream ContentView.getNavigationHistory() This function was added to support WebView.copyBackForwardList(). It basically copies much of the content of the view's NavigationController into the appropriate Java data structures. BUG=138478 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151155

Patch Set 1 #

Patch Set 2 : Fix a typo #

Total comments: 6

Patch Set 3 : Address tedchoc's review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -0 lines) Patch
M content/browser/android/content_view_core_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 3 chunks +36 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 chunks +23 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/NavigationEntry.java View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/NavigationHistory.java View 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Jesse Greenwald
yfriedman - can you take a look at this upstreaming CL? thanks
8 years, 4 months ago (2012-08-08 18:37:51 UTC) #1
Ted C
lgtm http://codereview.chromium.org/10836155/diff/1002/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): http://codereview.chromium.org/10836155/diff/1002/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1114 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1114: private void addToNavigationHistory(Object context, String url, String virtualUrl, ...
8 years, 4 months ago (2012-08-08 20:41:33 UTC) #2
Jesse Greenwald
https://chromiumcodereview.appspot.com/10836155/diff/1002/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/10836155/diff/1002/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1114 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1114: private void addToNavigationHistory(Object context, String url, String virtualUrl, On ...
8 years, 4 months ago (2012-08-08 20:54:54 UTC) #3
Yaron
I'm a bit concerned about having a Java read-only copy of the navigation history lying ...
8 years, 4 months ago (2012-08-08 22:50:49 UTC) #4
Jesse Greenwald
Typically, we had been putting code that is webview specific directly into ContentViewCore. Although lately ...
8 years, 4 months ago (2012-08-09 22:01:17 UTC) #5
joth
On 2012/08/09 22:01:17, Jesse Greenwald wrote: > Typically, we had been putting code that is ...
8 years, 4 months ago (2012-08-09 22:11:52 UTC) #6
Ted C
On 2012/08/09 22:11:52, joth wrote: > On 2012/08/09 22:01:17, Jesse Greenwald wrote: > > Typically, ...
8 years, 4 months ago (2012-08-09 22:58:00 UTC) #7
Jesse Greenwald
On 2012/08/09 22:58:00, Ted C wrote: > On 2012/08/09 22:11:52, joth wrote: > > On ...
8 years, 4 months ago (2012-08-09 23:08:36 UTC) #8
joth
LGTM. Lets land this in content: - nav history is a good match for existing ...
8 years, 4 months ago (2012-08-10 17:57:14 UTC) #9
Yaron
On 2012/08/10 17:57:14, joth wrote: > LGTM. Lets land this in content: > - nav ...
8 years, 4 months ago (2012-08-10 17:59:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgreenwald@chromium.org/10836155/8001
8 years, 4 months ago (2012-08-10 18:03:01 UTC) #11
commit-bot: I haz the power
Presubmit check for 10836155-8001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-10 18:03:05 UTC) #12
Yaron
official lgtm
8 years, 4 months ago (2012-08-10 18:06:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgreenwald@chromium.org/10836155/8001
8 years, 4 months ago (2012-08-10 18:06:50 UTC) #14
commit-bot: I haz the power
Try job failure for 10836155-8001 on linux_chromeos for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=32170 Step "update" is always ...
8 years, 4 months ago (2012-08-10 18:17:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jgreenwald@chromium.org/10836155/8001
8 years, 4 months ago (2012-08-10 22:29:58 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 23:53:48 UTC) #17
Change committed as 151155

Powered by Google App Engine
This is Rietveld 408576698