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

Issue 2693523003: Moved TabID implementation to SerializableUserData. (Closed)

Created:
3 years, 10 months ago by kkhorimoto
Modified:
3 years, 10 months ago
CC:
chromium-reviews, marq+watch_chromium.org, Eugene But (OOO till 7-30), pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moved TabID implementation to SerializableUserData. CRWSessionController's |tabId| wasn't used within web/, so it is now generated by Tab and stored using SerializableUserData. BUG=454984 Review-Url: https://codereview.chromium.org/2693523003 Cr-Commit-Position: refs/heads/master@{#450614} Committed: https://chromium.googlesource.com/chromium/src/+/cca8d4385fa16a0e7f94d86266f2b1440cc50b15

Patch Set 1 #

Total comments: 8

Patch Set 2 : Eugene's comments #

Patch Set 3 : rebase #

Patch Set 4 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -39 lines) Patch
M ios/chrome/browser/tabs/tab.mm View 1 2 3 chunks +14 lines, -2 lines 0 comments Download
M ios/web/navigation/crw_session_controller.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ios/web/navigation/crw_session_controller.mm View 1 2 3 9 chunks +8 lines, -25 lines 0 comments Download
M ios/web/navigation/serializable_user_data_manager_impl.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M ios/web/navigation/serializable_user_data_manager_impl.mm View 2 chunks +16 lines, -4 lines 0 comments Download
M ios/web/navigation/session_storage_builder.mm View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M ios/web/public/crw_session_storage.h View 1 chunk +0 lines, -1 line 0 comments Download
M ios/web/public/crw_session_storage.mm View 4 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
kkhorimoto
3 years, 10 months ago (2017-02-11 03:35:25 UTC) #2
Eugene But (OOO till 7-30)
This is great! lgtm https://codereview.chromium.org/2693523003/diff/1/ios/chrome/browser/tabs/tab.mm File ios/chrome/browser/tabs/tab.mm (right): https://codereview.chromium.org/2693523003/diff/1/ios/chrome/browser/tabs/tab.mm#newcode800 ios/chrome/browser/tabs/tab.mm:800: id<NSCoding> tabId = userDataManager->GetValueForSerializationKey(kTabIDKey); s/tabId/tabID ...
3 years, 10 months ago (2017-02-13 17:37:57 UTC) #3
kkhorimoto
https://codereview.chromium.org/2693523003/diff/1/ios/chrome/browser/tabs/tab.mm File ios/chrome/browser/tabs/tab.mm (right): https://codereview.chromium.org/2693523003/diff/1/ios/chrome/browser/tabs/tab.mm#newcode800 ios/chrome/browser/tabs/tab.mm:800: id<NSCoding> tabId = userDataManager->GetValueForSerializationKey(kTabIDKey); On 2017/02/13 17:37:57, Eugene But ...
3 years, 10 months ago (2017-02-13 23:41:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2693523003/20001
3 years, 10 months ago (2017-02-13 23:42:06 UTC) #7
commit-bot: I haz the power
Failed to apply patch for ios/web/navigation/crw_session_controller.mm: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-13 23:58:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2693523003/40001
3 years, 10 months ago (2017-02-14 00:16:03 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/152690) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-14 00:25:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2693523003/60001
3 years, 10 months ago (2017-02-15 00:19:32 UTC) #17
commit-bot: I haz the power
3 years, 10 months ago (2017-02-15 06:58:39 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/cca8d4385fa16a0e7f94d86266f2...

Powered by Google App Engine
This is Rietveld 408576698