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

Issue 406023002: Restructuring NavigationController functionalities from ContentViewCore to NavigationController (Closed)

Created:
6 years, 5 months ago by AKVT
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, lgombos
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

In the current code of Android Chromium we have scattered all the NavigationController functionalities inside ContentViewCore. I have started to migrate the ownership to respective class for handling specific functionalities. In this patch I have taken ownership of NavigationController functionalities to drop in NavaigationController classes. BUG=398263 R=avi@chromium.org, boliu@chromium.org, nasko@chromium.org, yfriedman@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/4502cc6303f4aabd05e7fef6fbfaf4dfd1600bb6

Patch Set 1 #

Patch Set 2 : Removed unwanted headers #

Total comments: 23

Patch Set 3 : Fixed review comments. #

Total comments: 14

Patch Set 4 : Fixed review comments and build breaks of chrome_shell #

Total comments: 6

Patch Set 5 : Fixed namespace naming issues. #

Patch Set 6 : Fixed compilation break. #

Patch Set 7 : Fixed nits, #

Patch Set 8 : Fixed review comments. #

Total comments: 8

Patch Set 9 : Fixed few nits and naming conventions. #

Patch Set 10 : Fixed the unit test build break #

Total comments: 3

Patch Set 11 : #

Total comments: 2

Patch Set 12 : Removed redundant imports. #

Patch Set 13 : Made changes to pass android_aosp build. #

Patch Set 14 : Rebased the patch after solving AOSP build issues. #

Patch Set 15 : Rebased the patch with AOSP sha1 #

Patch Set 16 : Updated findbugs_known_bugs.txt for calming LoadUrlParams warnings. #

Patch Set 17 : Removed LoadUrlParams warnings to solve build breaks. #

Patch Set 18 : Added the warnings to findbugs_known_bugs.txt to calm the build. #

Patch Set 19 : Rebased the patch with findbugs_known_bugs.txt changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+515 lines, -920 lines) Patch
M android_webview/buildbot/aosp_manifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +3 lines, -3 lines 0 comments Download
M android_webview/java_library_common.mk View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 18 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/NavigationPopup.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/Tab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tabmodel/TabModelSelector.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/NavigationPopupTest.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +0 lines, -30 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +0 lines, -187 lines 0 comments Download
M content/browser/frame_host/navigation_controller_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +29 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +191 lines, -0 lines 0 comments Download
M content/content.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M content/content_jni.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 15 chunks +47 lines, -98 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -408 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/NavigationClient.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/NavigationEntry.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -95 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/NavigationHistory.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -49 lines 0 comments Download
D content/public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -12 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/framehost/NavigationControllerImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +110 lines, -0 lines 0 comments Download
A + content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +28 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +55 lines, -0 lines 0 comments Download
A + content/public/android/java/src/org/chromium/content_public/browser/NavigationEntry.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + content/public/android/java/src/org/chromium/content_public/browser/NavigationHistory.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -3 lines 0 comments Download
A + content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/ContentViewLocationTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/ContentViewTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/GestureDetectorResetTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/TransitionTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/android/content_view_core.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/Shell.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 103 (5 generated)
AKVT
PTAL this change
6 years, 5 months ago (2014-07-21 18:07:01 UTC) #1
AKVT
@Yaron and Ted C PTAL
6 years, 5 months ago (2014-07-21 18:21:09 UTC) #2
AKVT
@nasko PTAL NavigationController changes. Some of the function scope I changed to public due to ...
6 years, 5 months ago (2014-07-22 06:03:38 UTC) #3
AKVT
On 2014/07/22 06:03:38, AKV wrote: > @nasko PTAL NavigationController changes. > Some of the function ...
6 years, 5 months ago (2014-07-22 15:05:46 UTC) #4
AKVT
On 2014/07/22 15:05:46, AKV wrote: > On 2014/07/22 06:03:38, AKV wrote: > > @nasko PTAL ...
6 years, 5 months ago (2014-07-22 18:34:24 UTC) #5
Ted C
On 2014/07/22 18:34:24, AKV wrote: > On 2014/07/22 15:05:46, AKV wrote: > > On 2014/07/22 ...
6 years, 5 months ago (2014-07-22 18:39:49 UTC) #6
AKVT
On 2014/07/22 18:39:49, Ted C wrote: > On 2014/07/22 18:34:24, AKV wrote: > > On ...
6 years, 5 months ago (2014-07-22 18:47:00 UTC) #7
Yaron
https://codereview.chromium.org/406023002/diff/20001/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (right): https://codereview.chromium.org/406023002/diff/20001/content/browser/android/content_view_core_impl.cc#newcode26 content/browser/android/content_view_core_impl.cc:26: #include "content/browser/frame_host/navigation_controller_impl.h" can you remove these 2 inclues? https://codereview.chromium.org/406023002/diff/20001/content/browser/frame_host/navigation_controller_android.cc ...
6 years, 5 months ago (2014-07-22 20:49:06 UTC) #8
Ted C
https://codereview.chromium.org/406023002/diff/20001/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://codereview.chromium.org/406023002/diff/20001/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode2249 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:2249: assert mWebContents != null; On 2014/07/22 20:49:06, Yaron wrote: ...
6 years, 5 months ago (2014-07-23 00:04:22 UTC) #9
AKVT
PTAL updated changes. https://codereview.chromium.org/406023002/diff/20001/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (right): https://codereview.chromium.org/406023002/diff/20001/content/browser/android/content_view_core_impl.cc#newcode26 content/browser/android/content_view_core_impl.cc:26: #include "content/browser/frame_host/navigation_controller_impl.h" On 2014/07/22 20:49:05, Yaron ...
6 years, 5 months ago (2014-07-23 11:49:23 UTC) #10
Yaron
It would help future reviews if you can separate rebasing and responding to comments into ...
6 years, 5 months ago (2014-07-23 18:58:38 UTC) #11
AKVT
PTAL https://codereview.chromium.org/406023002/diff/40001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/40001/content/browser/frame_host/navigation_controller_android.cc#newcode24 content/browser/frame_host/navigation_controller_android.cc:24: static void AddNavigationEntryToHistory( On 2014/07/23 18:58:38, Yaron wrote: ...
6 years, 5 months ago (2014-07-24 07:47:25 UTC) #12
Yaron
lgtm https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc#newcode22 content/browser/frame_host/navigation_controller_android.cc:22: namespace content { This is still in "content". ...
6 years, 5 months ago (2014-07-24 17:34:35 UTC) #13
AKVT
PTAL https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc#newcode22 content/browser/frame_host/navigation_controller_android.cc:22: namespace content { On 2014/07/24 17:34:34, Yaron wrote: ...
6 years, 5 months ago (2014-07-24 17:57:48 UTC) #14
Yaron
https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc#newcode22 content/browser/frame_host/navigation_controller_android.cc:22: namespace content { On 2014/07/24 17:57:47, AKV wrote: > ...
6 years, 5 months ago (2014-07-24 18:05:19 UTC) #15
Yaron
6 years, 5 months ago (2014-07-24 18:05:21 UTC) #16
AKVT
https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/60001/content/browser/frame_host/navigation_controller_android.cc#newcode22 content/browser/frame_host/navigation_controller_android.cc:22: namespace content { On 2014/07/24 18:05:18, Yaron wrote: > ...
6 years, 5 months ago (2014-07-24 18:11:42 UTC) #17
AKVT
@nasko Please NavigationController changes.
6 years, 5 months ago (2014-07-24 18:15:27 UTC) #18
nasko
I'm not familiar with what navigation_controller_android.cc is supposed to do. Can you include some context? ...
6 years, 5 months ago (2014-07-25 07:29:06 UTC) #19
AKVT
On 2014/07/25 07:29:06, nasko (in Munich) wrote: > I'm not familiar with what navigation_controller_android.cc is ...
6 years, 5 months ago (2014-07-25 09:06:52 UTC) #20
AKVT
On 2014/07/25 09:06:52, AKV wrote: > On 2014/07/25 07:29:06, nasko (in Munich) wrote: > > ...
6 years, 5 months ago (2014-07-25 09:08:40 UTC) #21
nasko
Some nits to address, but overall moving functions from content_view_core_impl.cc to content_view_core_impl.cc LGTM. https://codereview.chromium.org/406023002/diff/140001/content/browser/frame_host/navigation_controller_android.cc File ...
6 years, 5 months ago (2014-07-25 09:38:04 UTC) #22
AKVT
PTAL https://codereview.chromium.org/406023002/diff/140001/content/browser/frame_host/navigation_controller_android.cc File content/browser/frame_host/navigation_controller_android.cc (right): https://codereview.chromium.org/406023002/diff/140001/content/browser/frame_host/navigation_controller_android.cc#newcode145 content/browser/frame_host/navigation_controller_android.cc:145: JNIEnv* env, jobject obj, On 2014/07/25 09:38:04, nasko ...
6 years, 5 months ago (2014-07-25 10:26:59 UTC) #23
AKVT
The CQ bit was checked by ajith.v@samsung.com
6 years, 5 months ago (2014-07-25 10:34:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/160001
6 years, 5 months ago (2014-07-25 10:35:32 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 12:15:43 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 12:22:11 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/30423)
6 years, 5 months ago (2014-07-25 12:22:12 UTC) #28
AKVT
@Yaron and Ted C, Unit test build break I have fixed. But other builds are ...
6 years, 5 months ago (2014-07-25 13:29:36 UTC) #29
AKVT
The CQ bit was checked by ajith.v@samsung.com
6 years, 5 months ago (2014-07-25 13:32:06 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/180001
6 years, 5 months ago (2014-07-25 13:32:52 UTC) #31
Yaron
https://codereview.chromium.org/406023002/diff/180001/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java File content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java (right): https://codereview.chromium.org/406023002/diff/180001/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java#newcode5 content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java:5: package org.chromium.content_public.browser; Note the package. This is part of ...
6 years, 5 months ago (2014-07-25 16:05:56 UTC) #32
Yaron
On 2014/07/25 16:05:56, Yaron wrote: > https://codereview.chromium.org/406023002/diff/180001/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java > File > content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java > (right): > > ...
6 years, 5 months ago (2014-07-25 16:07:07 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_dbg_simulator on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 16:46:25 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 16:50:44 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/162912) ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/30467)
6 years, 5 months ago (2014-07-25 16:50:45 UTC) #36
AKVT
@Yaron NavigationHistory has dependency on NavigationEntry and LoadUrlParams has dependency on PageTransitionTypes. Hence I moved ...
6 years, 5 months ago (2014-07-26 14:25:09 UTC) #37
AKVT
@avi PTAL content content_jni.gypi and content.gyp changes
6 years, 4 months ago (2014-07-28 05:55:36 UTC) #38
Avi (use Gerrit)
gyp changes LGTM
6 years, 4 months ago (2014-07-28 15:20:06 UTC) #39
AKVT
@benm and boliu PTAL android_webView changes.
6 years, 4 months ago (2014-07-28 16:28:14 UTC) #40
Yaron
lgtm https://codereview.chromium.org/406023002/diff/180001/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java File content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java (right): https://codereview.chromium.org/406023002/diff/180001/content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java#newcode5 content/public/android/java/src/org/chromium/content_public/browser/NavigationController.java:5: package org.chromium.content_public.browser; On 2014/07/26 14:25:08, AKV wrote: > ...
6 years, 4 months ago (2014-07-28 22:43:39 UTC) #41
boliu
You'll have to make android_aosp bot happy. I suspect with all the public java changes, ...
6 years, 4 months ago (2014-07-28 23:27:16 UTC) #42
Yaron
On 2014/07/28 23:27:16, boliu wrote: > You'll have to make android_aosp bot happy. I suspect ...
6 years, 4 months ago (2014-07-29 00:35:06 UTC) #43
Yaron
On 2014/07/29 00:35:06, Yaron wrote: > On 2014/07/28 23:27:16, boliu wrote: > > You'll have ...
6 years, 4 months ago (2014-07-29 00:38:50 UTC) #44
boliu
On 2014/07/29 00:38:50, Yaron wrote: > Bo: can you point to a similar change? Not ...
6 years, 4 months ago (2014-07-29 00:48:16 UTC) #45
AKVT
@Yaron and boliu Thanks for the clarifications. @boliu - I couldn't figure out the problem ...
6 years, 4 months ago (2014-07-30 14:47:53 UTC) #46
boliu
Looking at the error from the bot, maybe this file? https://code.google.com/p/chromium/codesearch#chromium/src/android_webview/java_library_common.mk&l=45
6 years, 4 months ago (2014-07-31 00:04:53 UTC) #47
AKVT
The CQ bit was checked by ajith.v@samsung.com
6 years, 4 months ago (2014-08-04 17:21:15 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/240001
6 years, 4 months ago (2014-08-04 17:21:38 UTC) #49
AKVT
@benm and boliu PTAL android_webView changes.
6 years, 4 months ago (2014-08-04 17:29:47 UTC) #50
boliu
On 2014/08/04 17:29:47, AKV wrote: > @benm and boliu PTAL android_webView changes. I don't see ...
6 years, 4 months ago (2014-08-04 17:31:43 UTC) #51
AKVT
On 2014/08/04 17:31:43, boliu wrote: > On 2014/08/04 17:29:47, AKV wrote: > > @benm and ...
6 years, 4 months ago (2014-08-04 17:36:14 UTC) #52
boliu
On 2014/08/04 17:36:14, AKV wrote: > On 2014/08/04 17:31:43, boliu wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-04 17:56:37 UTC) #53
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-04 20:35:55 UTC) #54
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-04 20:39:51 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1912)
6 years, 4 months ago (2014-08-04 20:39:53 UTC) #56
AKVT
On 2014/08/04 17:56:37, boliu wrote: > On 2014/08/04 17:36:14, AKV wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-05 13:42:06 UTC) #57
boliu
On 2014/08/05 13:42:06, AKV wrote: > @boliu - Thanks for reviewing. As i understand from ...
6 years, 4 months ago (2014-08-05 16:02:48 UTC) #58
AKVT
On 2014/08/05 16:02:48, boliu wrote: > On 2014/08/05 13:42:06, AKV wrote: > > @boliu - ...
6 years, 4 months ago (2014-08-08 07:18:25 UTC) #59
AKVT
On 2014/08/08 07:18:25, AKV wrote: > On 2014/08/05 16:02:48, boliu wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-12 15:06:12 UTC) #60
AKVT
On 2014/08/12 15:06:12, AKV wrote: > On 2014/08/08 07:18:25, AKV wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-20 17:59:00 UTC) #61
AKVT
On 2014/08/20 17:59:00, AKV wrote: > On 2014/08/12 15:06:12, AKV wrote: > > On 2014/08/08 ...
6 years, 4 months ago (2014-08-25 16:21:53 UTC) #62
boliu
On 2014/08/25 16:21:53, AKV wrote: > @Yaron & boliu - I had successfully made aosp ...
6 years, 4 months ago (2014-08-25 16:32:04 UTC) #63
AKVT
On 2014/08/25 16:32:04, boliu wrote: > On 2014/08/25 16:21:53, AKV wrote: > > @Yaron & ...
6 years, 4 months ago (2014-08-25 16:49:04 UTC) #64
boliu
On 2014/08/25 16:49:04, AKV wrote: > On 2014/08/25 16:32:04, boliu wrote: > > On 2014/08/25 ...
6 years, 4 months ago (2014-08-25 21:08:49 UTC) #65
AKVT
On 2014/08/25 21:08:49, boliu wrote: > On 2014/08/25 16:49:04, AKV wrote: > > On 2014/08/25 ...
6 years, 3 months ago (2014-08-26 14:53:01 UTC) #66
AKVT
@boliu & Yaron PTAL this new patch set, which is build in AOSP environment. Please ...
6 years, 3 months ago (2014-08-26 19:19:53 UTC) #67
Yaron
On 2014/08/26 19:19:53, AKV wrote: > @boliu & Yaron PTAL this new patch set, which ...
6 years, 3 months ago (2014-08-27 00:42:18 UTC) #68
boliu
On 2014/08/27 00:42:18, Yaron wrote: > On 2014/08/26 19:19:53, AKV wrote: > > @boliu & ...
6 years, 3 months ago (2014-08-27 03:04:16 UTC) #69
AKVT
On 2014/08/27 03:04:16, boliu wrote: > On 2014/08/27 00:42:18, Yaron wrote: > > On 2014/08/26 ...
6 years, 3 months ago (2014-08-27 03:15:31 UTC) #70
AKVT
On 2014/08/27 03:15:31, AKV wrote: > On 2014/08/27 03:04:16, boliu wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-08-27 16:38:09 UTC) #71
boliu
Do what Yaron said if you want this to go in today. We (the android ...
6 years, 3 months ago (2014-08-27 17:11:08 UTC) #72
AKVT
On 2014/08/27 17:11:08, boliu wrote: > Do what Yaron said if you want this to ...
6 years, 3 months ago (2014-08-27 18:59:01 UTC) #73
AKVT
On 2014/08/27 18:59:01, AKV wrote: > On 2014/08/27 17:11:08, boliu wrote: > > Do what ...
6 years, 3 months ago (2014-09-01 10:41:13 UTC) #74
AKVT
On 2014/09/01 10:41:13, AKV wrote: > On 2014/08/27 18:59:01, AKV wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-09-02 18:04:58 UTC) #75
boliu
I'm a bit busy at the moment and don't have time to look into aosp ...
6 years, 3 months ago (2014-09-02 19:31:07 UTC) #76
boliu
On 2014/09/02 19:31:07, boliu wrote: > I'm a bit busy at the moment and don't ...
6 years, 3 months ago (2014-09-02 19:34:21 UTC) #77
boliu
AOSP patch here: https://android-review.googlesource.com/106456 You can wait until that's submitted, get the new sha1, and ...
6 years, 3 months ago (2014-09-03 20:34:14 UTC) #78
boliu
On 2014/09/03 20:34:14, boliu wrote: > AOSP patch here: https://android-review.googlesource.com/106456 > > You can wait ...
6 years, 3 months ago (2014-09-04 01:26:13 UTC) #79
AKVT
On 2014/09/04 01:26:13, boliu wrote: > On 2014/09/03 20:34:14, boliu wrote: > > AOSP patch ...
6 years, 3 months ago (2014-09-04 06:55:00 UTC) #80
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/280001
6 years, 3 months ago (2014-09-04 09:02:12 UTC) #82
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/2101)
6 years, 3 months ago (2014-09-04 09:45:25 UTC) #84
AKVT
On 2014/09/04 09:45:25, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-04 14:55:25 UTC) #85
boliu
On 2014/09/04 14:55:25, AKV wrote: > On 2014/09/04 09:45:25, I haz the power (commit-bot) wrote: ...
6 years, 3 months ago (2014-09-04 15:40:22 UTC) #86
AKVT
@Boliu, I had corrected the Warning file. PTAL
6 years, 3 months ago (2014-09-04 16:58:50 UTC) #87
AKVT
On 2014/09/04 15:40:22, boliu wrote: > On 2014/09/04 14:55:25, AKV wrote: > > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 17:05:50 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/320001
6 years, 3 months ago (2014-09-04 17:08:47 UTC) #90
boliu
On 2014/09/04 16:58:50, AKV wrote: > @Boliu, I had corrected the Warning file. PTAL You've ...
6 years, 3 months ago (2014-09-04 17:10:54 UTC) #91
AKVT
On 2014/09/04 17:10:54, boliu wrote: > On 2014/09/04 16:58:50, AKV wrote: > > @Boliu, I ...
6 years, 3 months ago (2014-09-04 17:19:39 UTC) #92
Yaron
On 2014/09/04 17:19:39, AKV wrote: > On 2014/09/04 17:10:54, boliu wrote: > > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 17:26:47 UTC) #93
AKVT
On 2014/09/04 17:26:47, Yaron wrote: > On 2014/09/04 17:19:39, AKV wrote: > > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 17:38:56 UTC) #94
boliu
On 2014/09/04 17:38:56, AKV wrote: > @Yaron & boliu - I missed to check the ...
6 years, 3 months ago (2014-09-04 17:46:22 UTC) #96
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajith.v@samsung.com/406023002/340001
6 years, 3 months ago (2014-09-04 17:49:36 UTC) #97
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/8733)
6 years, 3 months ago (2014-09-04 18:06:24 UTC) #99
AKVT
@boliu and Yaron - I have corrected the findbugs_known_bugs.txt. Once Yaron lands the changes, this ...
6 years, 3 months ago (2014-09-05 10:53:23 UTC) #100
Yaron
Committed patchset #19 (id:360001) manually as 4502cc6 (presubmit successful).
6 years, 3 months ago (2014-09-05 17:50:06 UTC) #101
AKVT
On 2014/09/05 17:50:06, Yaron wrote: > Committed patchset #19 (id:360001) manually as 4502cc6 (presubmit successful). ...
6 years, 3 months ago (2014-09-06 07:39:19 UTC) #102
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:40:35 UTC) #103
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/4502cc6303f4aabd05e7fef6fbfaf4dfd1600bb6
Cr-Commit-Position: refs/heads/master@{#293550}

Powered by Google App Engine
This is Rietveld 408576698