|
|
DescriptionFix document mode migration again
The document mode migration code was changed in
4804efe6387351c7802a2e9f34afe84e7ccbe7fe
to skip document mode migration if a shared preference was not set.
On older versions of Chrome, that shared preference wasn't set
even though the user was in document mode. Migration was skipped and
all tabs were lost.
Revert to the old logic of using another shared preference to help
determine if the user is in document mode.
BUG=646146
Committed: https://crrev.com/0a7922abb655a17a03ee108190b017b9a72ab899
Cr-Commit-Position: refs/heads/master@{#418722}
Patch Set 1 #Patch Set 2 : Fix document mode migration again #Patch Set 3 : Add comment #Patch Set 4 : Check for file existence #Patch Set 5 : Fix document mode migration again #Patch Set 6 : try, finally #Patch Set 7 : Fix document mode migration again #Patch Set 8 : Use TabbedModePersistencePolicy.getStateFileName() #Messages
Total messages: 34 (26 generated)
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
twellington@chromium.org changed reviewers: + dfalcantara@chromium.org
ptal
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
/me sighs. lgtm
The CQ bit was unchecked by twellington@chromium.org
The CQ bit was checked by twellington@chromium.org
The CQ bit was unchecked by twellington@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
The CQ bit was unchecked by twellington@chromium.org
The CQ bit was checked by twellington@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dfalcantara@chromium.org Link to the patchset: https://codereview.chromium.org/2340743004/#ps40001 (title: "Add comment")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by twellington@chromium.org
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm, but you probably want to use a try finally
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by twellington@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by twellington@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dfalcantara@chromium.org Link to the patchset: https://codereview.chromium.org/2340743004/#ps140001 (title: "Use TabbedModePersistencePolicy.getStateFileName()")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #8 (id:140001)
Message was sent while issue was closed.
Description was changed from ========== Fix document mode migration again The document mode migration code was changed in 4804efe6387351c7802a2e9f34afe84e7ccbe7fe to skip document mode migration if a shared preference was not set. On older versions of Chrome, that shared preference wasn't set even though the user was in document mode. Migration was skipped and all tabs were lost. Revert to the old logic of using another shared preference to help determine if the user is in document mode. BUG=646146 ========== to ========== Fix document mode migration again The document mode migration code was changed in 4804efe6387351c7802a2e9f34afe84e7ccbe7fe to skip document mode migration if a shared preference was not set. On older versions of Chrome, that shared preference wasn't set even though the user was in document mode. Migration was skipped and all tabs were lost. Revert to the old logic of using another shared preference to help determine if the user is in document mode. BUG=646146 Committed: https://crrev.com/0a7922abb655a17a03ee108190b017b9a72ab899 Cr-Commit-Position: refs/heads/master@{#418722} ==========
Message was sent while issue was closed.
Patchset 8 (id:??) landed as https://crrev.com/0a7922abb655a17a03ee108190b017b9a72ab899 Cr-Commit-Position: refs/heads/master@{#418722} |