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

Issue 2660143002: Removing iPad Tab Switcher experimental flag. (Closed)

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

Description

Removing iPad Tab Switcher experimental flag. This CL should cause no behavior change compared to having |IsTabSwitcherEnabled| always return true. Note: tabstrip_switch*.png , IDS_IOS_SWITCH_BROWSER_MODE_LEAVE_INCOGNITO, and IDC_SWITCH_BROWSER_MODES will be removed when I'll clean up the tab_strip_controller, in a separate CL. BUG=687132 Review-Url: https://codereview.chromium.org/2660143002 Cr-Commit-Position: refs/heads/master@{#448972} Committed: https://chromium.googlesource.com/chromium/src/+/7fed8128470bd4107aedd4faa9fbb0d319b355af

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -993 lines) Patch
M ios/chrome/app/main_controller.mm View 1 2 12 chunks +8 lines, -44 lines 0 comments Download
M ios/chrome/browser/about_flags.mm View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M ios/chrome/browser/chrome_switches.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M ios/chrome/browser/chrome_switches.cc View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M ios/chrome/browser/experimental_flags.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M ios/chrome/browser/experimental_flags.mm View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm View 1 2 1 chunk +15 lines, -23 lines 0 comments Download
M ios/chrome/browser/resources/Settings.bundle/Experimental.plist View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
M ios/chrome/browser/snapshots/snapshot_cache.mm View 1 4 chunks +8 lines, -18 lines 0 comments Download
M ios/chrome/browser/snapshots/snapshot_cache_internal.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M ios/chrome/browser/snapshots/snapshot_cache_unittest.mm View 1 2 chunks +2 lines, -10 lines 0 comments Download
M ios/chrome/browser/tabs/tab.mm View 1 2 1 chunk +1 line, -10 lines 0 comments Download
M ios/chrome/browser/ui/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/browser_view_controller.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ios/chrome/browser/ui/browser_view_controller.mm View 1 2 19 chunks +9 lines, -191 lines 0 comments Download
M ios/chrome/browser/ui/main/browser_view_wrangler.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/main/browser_view_wrangler.mm View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/BUILD.gn View 1 chunk +0 lines, -34 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_controller.h View 1 chunk +0 lines, -63 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_controller.mm View 1 chunk +0 lines, -213 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_controller_testing.h View 1 chunk +0 lines, -15 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_controller_unittest.mm View 1 chunk +0 lines, -74 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_toolbar_controller.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ios/chrome/browser/ui/no_tabs/no_tabs_toolbar_controller.mm View 1 chunk +0 lines, -115 lines 0 comments Download
M ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm View 1 2 2 chunks +1 line, -11 lines 0 comments Download
M ios/chrome/browser/ui/tabs/tab_strip_controller.mm View 2 chunks +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/tabs/tab_strip_egtest.mm View 1 chunk +0 lines, -46 lines 0 comments Download
M ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/test/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/test/app/tab_test_util.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 38 (29 generated)
jif
PTAL (and don't miss the note in the description).
3 years, 10 months ago (2017-01-31 12:49:34 UTC) #15
jif
On 2017/01/31 12:49:34, jif wrote: > PTAL (and don't miss the note in the description). ...
3 years, 10 months ago (2017-01-31 12:53:53 UTC) #18
rohitrao (ping after 24h)
https://codereview.chromium.org/2660143002/diff/40001/ios/chrome/browser/snapshots/snapshot_cache.mm File ios/chrome/browser/snapshots/snapshot_cache.mm (right): https://codereview.chromium.org/2660143002/diff/40001/ios/chrome/browser/snapshots/snapshot_cache.mm#newcode408 ios/chrome/browser/snapshots/snapshot_cache.mm:408: return !IsIPadIdiom(); It looks like the old implementation always ...
3 years, 10 months ago (2017-02-01 18:34:35 UTC) #22
jif
Thanks! ptal https://codereview.chromium.org/2660143002/diff/40001/ios/chrome/browser/snapshots/snapshot_cache.mm File ios/chrome/browser/snapshots/snapshot_cache.mm (right): https://codereview.chromium.org/2660143002/diff/40001/ios/chrome/browser/snapshots/snapshot_cache.mm#newcode408 ios/chrome/browser/snapshots/snapshot_cache.mm:408: return !IsIPadIdiom(); On 2017/02/01 18:34:34, rohitrao wrote: ...
3 years, 10 months ago (2017-02-03 12:55:51 UTC) #23
rohitrao (ping after 24h)
lgtm
3 years, 10 months ago (2017-02-06 14:21:09 UTC) #28
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/2660143002/60001
3 years, 10 months ago (2017-02-07 15:03:13 UTC) #30
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/148719) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-07 15:05:20 UTC) #32
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/2660143002/80001
3 years, 10 months ago (2017-02-08 12:14:12 UTC) #35
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 13:16:06 UTC) #38
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/7fed8128470bd4107aedd4faa9fb...

Powered by Google App Engine
This is Rietveld 408576698