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

Issue 10832080: Upstream session_backend_android. (Closed)

Created:
8 years, 4 months ago by felipeg
Modified:
8 years, 4 months ago
CC:
chromium-reviews, marja+watch_chromium.org, gone, thainayu
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Upstream session_backend_android. BUG=138955 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150342

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 11

Patch Set 3 : Addressing Sky comments. #

Patch Set 4 : Addressing Joth's comments #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : Addressed Sky's comment. #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Total comments: 1

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -3 lines) Patch
M chrome/browser/sessions/session_restore_android.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +25 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_service_factory.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_types.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
felipeg
Adding thakis@ and sky@ to review changes under chrome/ I know you guys are busy, ...
8 years, 4 months ago (2012-07-31 13:33:53 UTC) #1
Nico
android trybot says: /usr/local/google/android-ndk-r7/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin//../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/Release/obj.target/unit_tests/chrome/browser/sessions/session_backend_unittest.o: in function SessionBackendTest_BigData_Test::TestBody():chrome/browser/sessions/session_backend_unittest.cc:156:error: undefined reference to 'SessionBackend::kFileReadBufferSize'
8 years, 4 months ago (2012-07-31 14:47:35 UTC) #2
felipeg_google
Yep, I am fixing that, I will ping you soon. Thanks for the quick reply. ...
8 years, 4 months ago (2012-07-31 14:48:18 UTC) #3
Nico
sky: Since you're in .../session/OWNERS (together with marja, but she's on vacation), I'll leave this ...
8 years, 4 months ago (2012-07-31 14:56:57 UTC) #4
sky
https://chromiumcodereview.appspot.com/10832080/diff/1/chrome/browser/sessions/session_backend_android.cc File chrome/browser/sessions/session_backend_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/1/chrome/browser/sessions/session_backend_android.cc#newcode12 chrome/browser/sessions/session_backend_android.cc:12: // A better design would be to factor out ...
8 years, 4 months ago (2012-07-31 15:26:09 UTC) #5
joth
https://chromiumcodereview.appspot.com/10832080/diff/7002/chrome/browser/sessions/session_backend_android.cc File chrome/browser/sessions/session_backend_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/7002/chrome/browser/sessions/session_backend_android.cc#newcode1 chrome/browser/sessions/session_backend_android.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 4 months ago (2012-07-31 17:34:27 UTC) #6
felipeg
https://chromiumcodereview.appspot.com/10832080/diff/1/chrome/browser/sessions/session_backend_android.cc File chrome/browser/sessions/session_backend_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/1/chrome/browser/sessions/session_backend_android.cc#newcode12 chrome/browser/sessions/session_backend_android.cc:12: // A better design would be to factor out ...
8 years, 4 months ago (2012-08-01 16:00:57 UTC) #7
felipeg
https://chromiumcodereview.appspot.com/10832080/diff/7002/chrome/browser/sessions/session_backend_android.cc File chrome/browser/sessions/session_backend_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/7002/chrome/browser/sessions/session_backend_android.cc#newcode1 chrome/browser/sessions/session_backend_android.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 4 months ago (2012-08-01 16:14:43 UTC) #8
felipeg
Added Yaron to review the Extensions' IF def issue in tab_restore_service.cc
8 years, 4 months ago (2012-08-01 16:15:56 UTC) #9
Yaron
https://chromiumcodereview.appspot.com/10832080/diff/10003/chrome/browser/sessions/session_restore_android.cc File chrome/browser/sessions/session_restore_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/10003/chrome/browser/sessions/session_restore_android.cc#newcode55 chrome/browser/sessions/session_restore_android.cc:55: NOTIMPLEMENTED(); This should remain NOTREACHED. We have no plans ...
8 years, 4 months ago (2012-08-01 20:45:02 UTC) #10
felipeg
https://chromiumcodereview.appspot.com/10832080/diff/10003/chrome/browser/sessions/session_restore_android.cc File chrome/browser/sessions/session_restore_android.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/10003/chrome/browser/sessions/session_restore_android.cc#newcode55 chrome/browser/sessions/session_restore_android.cc:55: NOTIMPLEMENTED(); On 2012/08/01 20:45:02, Yaron wrote: > This should ...
8 years, 4 months ago (2012-08-02 13:07:01 UTC) #11
sky
Elliot, I added you to look at session_service_factory.cc . Is there a better way to ...
8 years, 4 months ago (2012-08-02 14:46:43 UTC) #12
felipeg
Adding erg@ to take a look at sky's comment at session_service_factory.cc.
8 years, 4 months ago (2012-08-02 14:49:39 UTC) #13
Elliot Glaysher
On 2012/08/02 14:49:39, felipeg1 wrote: > Adding erg@ to take a look at sky's comment ...
8 years, 4 months ago (2012-08-02 17:15:33 UTC) #14
sky
On Thu, Aug 2, 2012 at 10:15 AM, <erg@chromium.org> wrote: > On 2012/08/02 14:49:39, felipeg1 ...
8 years, 4 months ago (2012-08-02 17:25:34 UTC) #15
Elliot Glaysher
On 2012/08/02 17:25:34, sky wrote: > On Thu, Aug 2, 2012 at 10:15 AM, <mailto:erg@chromium.org> ...
8 years, 4 months ago (2012-08-02 17:36:10 UTC) #16
sky
Ok, leave it as is then. Do the changes I mentioned in RestoreForeignSessionTab and I'll ...
8 years, 4 months ago (2012-08-02 17:40:59 UTC) #17
felipeg
Thanks a lot Sky. I will be looking into the refactoring of session_backend_android.cc shortly after ...
8 years, 4 months ago (2012-08-03 13:09:37 UTC) #18
sky
https://chromiumcodereview.appspot.com/10832080/diff/13007/chrome/browser/sessions/session_types.cc File chrome/browser/sessions/session_types.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/13007/chrome/browser/sessions/session_types.cc#newcode136 chrome/browser/sessions/session_types.cc:136: selected_index = std::max( Combine all this into a single ...
8 years, 4 months ago (2012-08-03 17:21:39 UTC) #19
felipeg
https://chromiumcodereview.appspot.com/10832080/diff/13007/chrome/browser/sessions/session_types.cc File chrome/browser/sessions/session_types.cc (right): https://chromiumcodereview.appspot.com/10832080/diff/13007/chrome/browser/sessions/session_types.cc#newcode136 chrome/browser/sessions/session_types.cc:136: selected_index = std::max( On 2012/08/03 17:21:39, sky wrote: > ...
8 years, 4 months ago (2012-08-06 16:54:53 UTC) #20
sky
Looks like the implementation is still in the .cc and no need for this->
8 years, 4 months ago (2012-08-06 17:03:47 UTC) #21
sky
Also, when you move to header the name should be unix_hacker_style. -Scott On Mon, Aug ...
8 years, 4 months ago (2012-08-06 17:04:16 UTC) #22
felipeg
Ops, Sorry, it should be done now. On 2012/08/06 17:04:16, sky wrote: > Also, when ...
8 years, 4 months ago (2012-08-06 17:09:21 UTC) #23
sky
LGTM with the following change. https://chromiumcodereview.appspot.com/10832080/diff/1016/chrome/browser/sessions/session_types.h File chrome/browser/sessions/session_types.h (right): https://chromiumcodereview.appspot.com/10832080/diff/1016/chrome/browser/sessions/session_types.h#newcode139 chrome/browser/sessions/session_types.h:139: this->current_navigation_index, remove this-> here ...
8 years, 4 months ago (2012-08-06 20:42:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felipeg@chromium.org/10832080/6012
8 years, 4 months ago (2012-08-07 13:00:46 UTC) #25
commit-bot: I haz the power
8 years, 4 months ago (2012-08-07 14:40:08 UTC) #26
Change committed as 150342

Powered by Google App Engine
This is Rietveld 408576698