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

Issue 2910843002: [Cleanup] Move all browsertests to use ScopedFeatureList to modify features

Created:
3 years, 6 months ago by chaopeng
Modified:
3 years, 5 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, posciak+watch_chromium.org, skanuj+watch_chromium.org, yusukes+watch_chromium.org, tzik, jered+watch_chromium.org, chfremer+watch_chromium.org, serviceworker-reviews, kinuko+watch, mfoltz+watch_chromium.org, vakh+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, melevin+watch_chromium.org, jam, kinuko+serviceworker, net-reviews_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, xjz+watch_chromium.org, miu+watch_chromium.org, blink-worker-reviews_chromium.org, subresource-filter-reviews_chromium.org, jsbell+serviceworker_chromium.org, speed-metrics-reviews_chromium.org, timvolodine, feature-media-reviews_chromium.org, jfweitz+watch_chromium.org, nhiroki, oshima+watch_chromium.org, horo+watch_chromium.org, michaeln, shimazu+serviceworker_chromium.org, csharrison+watch_chromium.org, donnd+watch_chromium.org, shuchen+watch_chromium.org, loading-reviews+metrics_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cleanup] Move all browsertests to use ScopedFeatureList to modify features BUG=727044

Patch Set 1 : fix header file #

Patch Set 2 : Fix for test #

Patch Set 3 : another try #

Patch Set 4 : rebase update #

Total comments: 34

Patch Set 5 : move calls to setup #

Patch Set 6 : change new usages #

Patch Set 7 : Ilya comments addressed #

Total comments: 14

Patch Set 8 : comments addressed and updated #

Total comments: 7

Patch Set 9 : Reabse #

Patch Set 10 : fix notification test #

Patch Set 11 : rebase #

Patch Set 12 : fix SubresourceFilterWorkerFetchBrowserTest #

Patch Set 13 : rebase #

Patch Set 14 : remove unrelated changes #

Patch Set 15 : Move SFL calls to constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -197 lines) Patch
M chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/media/encrypted_media_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +36 lines, -19 lines 0 comments Download
M chrome/browser/media/encrypted_media_supported_types_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +19 lines, -4 lines 0 comments Download
M chrome/browser/metrics/ukm_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/net/predictor_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/net/predictor_tab_helper.cc View 1 2 3 4 5 6 3 chunks +2 lines, -11 lines 0 comments Download
M chrome/browser/notifications/notification_interactive_uitest_support.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/notifications/notification_interactive_uitest_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +1 line, -24 lines 0 comments Download
M chrome/browser/notifications/platform_notification_service_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 8 chunks +26 lines, -19 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/ads_page_load_metrics_observer.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/ads_page_load_metrics_observer_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/plugins/flash_permission_browsertest.cc View 1 2 3 4 5 6 4 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/subresource_filter/subresource_filter_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +18 lines, -23 lines 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller_interactive_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/ui/search/local_ntp_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +18 lines, -11 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/media/session/media_session_impl_visibility_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -9 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +9 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +12 lines, -10 lines 0 comments Download
M content/browser/shared_worker/worker_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -6 lines 0 comments Download
M content/browser/webrtc/webrtc_image_capture_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +21 lines, -9 lines 0 comments Download
M content/browser/webrtc/webrtc_video_capture_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 91 (83 generated)
chaopeng
Ilya, PTAL. Thank you.
3 years, 6 months ago (2017-06-12 18:04:52 UTC) #38
Ilya Sherman
Thanks. https://codereview.chromium.org/2910843002/diff/160001/chrome/browser/apps/guest_view/app_view_browsertest.cc File chrome/browser/apps/guest_view/app_view_browsertest.cc (left): https://codereview.chromium.org/2910843002/diff/160001/chrome/browser/apps/guest_view/app_view_browsertest.cc#oldcode18 chrome/browser/apps/guest_view/app_view_browsertest.cc:18: #include "content/public/common/content_switches.h" This change seems unrelated. Could you ...
3 years, 6 months ago (2017-06-12 21:50:29 UTC) #39
chaopeng
Updated, PTAL. Thank you. https://codereview.chromium.org/2910843002/diff/160001/chrome/browser/apps/guest_view/app_view_browsertest.cc File chrome/browser/apps/guest_view/app_view_browsertest.cc (left): https://codereview.chromium.org/2910843002/diff/160001/chrome/browser/apps/guest_view/app_view_browsertest.cc#oldcode18 chrome/browser/apps/guest_view/app_view_browsertest.cc:18: #include "content/public/common/content_switches.h" On 2017/06/12 21:50:29, ...
3 years, 5 months ago (2017-06-28 19:21:26 UTC) #42
Ilya Sherman
Thanks! https://codereview.chromium.org/2910843002/diff/260001/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc File chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc (right): https://codereview.chromium.org/2910843002/diff/260001/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc#newcode84 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc:84: } nit: Please leave a blank line here. ...
3 years, 5 months ago (2017-06-28 19:56:05 UTC) #43
chaopeng
Updated. PTAL. Thank you. https://codereview.chromium.org/2910843002/diff/260001/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc File chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc (right): https://codereview.chromium.org/2910843002/diff/260001/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc#newcode84 chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc:84: } On 2017/06/28 19:56:04, Ilya ...
3 years, 5 months ago (2017-06-30 19:32:37 UTC) #48
Ilya Sherman
Thanks! Looks like there are quite a few test failures showing up on the bots. ...
3 years, 5 months ago (2017-07-03 21:21:59 UTC) #50
chaopeng
Updated. Moved all calls to constructor. The failed try bots are from this CL https://chromium-review.googlesource.com/c/565224 ...
3 years, 5 months ago (2017-07-14 18:43:50 UTC) #90
Ilya Sherman
3 years, 5 months ago (2017-07-14 23:46:59 UTC) #91
LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698