|
|
Chromium Code Reviews
Description[Media Router] Enable MR by default now that it is at 100% in stable.
BUG=633269
Committed: https://crrev.com/72217db0c2b09929ba393414493e0d0dd0d6e823
Cr-Commit-Position: refs/heads/master@{#417626}
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : Add MR FeatureSwitch to failing test cases #
Total comments: 2
Patch Set 4 : Remove EAR override switch #Patch Set 5 : rm comments #
Messages
Total messages: 30 (18 generated)
The CQ bit was checked by imcheng@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...
imcheng@chromium.org changed reviewers: + rdevlin.cronin@chromium.org
Devlin: PTAL
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
Looks like there are some failing tests, some of which seem to be failing with broken assumptions about the extension_action_redesign(). I'll see if I can't put up a CL to pull more of those out.
Would it be simpler to just remove those test cases? It looks like all of them are testing with the EAR switch disabled, but we've already turned EAR on by default for quite some time now (I assume the FeatureSwitch would be removed soon).
On 2016/09/06 16:31:07, imcheng wrote: > Would it be simpler to just remove those test cases? It looks like all of them > are testing with the EAR switch disabled, but we've already turned EAR on by > default for quite some time now (I assume the FeatureSwitch would be removed > soon). Yes and no. Yes, EAR has been enabled by default for awhile, and yes, we should work towards removing the FeatureSwitch. I'm hoping to do that soon. :) Unfortunately, some of these CLs test common behavior (that's unaffected by EAR), so we can't just remove the tests. Instead, we should remove the logic that disables EAR for them. I have a CL up to do just that.
The CQ bit was checked by imcheng@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: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Thanks Devlin! I see that your patch has landed. However there are still 3 test failures (see ps2). Could you please advise on what needs to be done for them? Also just FYI, I will be merging this and your other patch back to M54.
On 2016/09/08 15:34:20, imcheng wrote: > Thanks Devlin! I see that your patch has landed. However there are still 3 test > failures (see ps2). Could you please advise on what needs to be done for them? > > Also just FYI, I will be merging this and your other patch back to M54. The remaining tests all explicitly test legacy behavior. Long-term, they should probably be removed (waiting to iron out a few last things), but for the time being, I think it's safe to use a FeatureSwitch::ScopedOverride to disable the media router switch there as well, since the toolbar redesign is disabled.
Thanks, I updated the tests to disable MR. PTAL.
The CQ bit was checked by imcheng@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.
lgtm! https://codereview.chromium.org/2307803002/diff/40001/chrome/browser/extensio... File chrome/browser/extensions/extension_context_menu_model_unittest.cc (right): https://codereview.chromium.org/2307803002/diff/40001/chrome/browser/extensio... chrome/browser/extensions/extension_context_menu_model_unittest.cc:345: // Disable Media Router first, since Extension Action Redesign would be force It might be out of scope for this change, but can we remove the logic to link these switches now that they are both default-enabled?
The CQ bit was checked by imcheng@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 imcheng@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from rdevlin.cronin@chromium.org Link to the patchset: https://codereview.chromium.org/2307803002/#ps80001 (title: "rm comments")
https://codereview.chromium.org/2307803002/diff/40001/chrome/browser/extensio... File chrome/browser/extensions/extension_context_menu_model_unittest.cc (right): https://codereview.chromium.org/2307803002/diff/40001/chrome/browser/extensio... chrome/browser/extensions/extension_context_menu_model_unittest.cc:345: // Disable Media Router first, since Extension Action Redesign would be force On 2016/09/08 22:03:13, Devlin wrote: > It might be out of scope for this change, but can we remove the logic to link > these switches now that they are both default-enabled? Sure, it should be a pretty small and harmless change (now that both are enabled by default)
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 #5 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== [Media Router] Enable MR by default now that it is at 100% in stable. BUG=633269 ========== to ========== [Media Router] Enable MR by default now that it is at 100% in stable. BUG=633269 Committed: https://crrev.com/72217db0c2b09929ba393414493e0d0dd0d6e823 Cr-Commit-Position: refs/heads/master@{#417626} ==========
Message was sent while issue was closed.
Patchset 5 (id:??) landed as https://crrev.com/72217db0c2b09929ba393414493e0d0dd0d6e823 Cr-Commit-Position: refs/heads/master@{#417626} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
