| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
erik...@chromium.org is from context(googleclient/chrome/chromium_gwsq/chrome/browser/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// TODO(crbug.com/40670141): Use IsActionVisibleOnToolbar() because itBTW, are there any TODOs for this bug remaining after this CL? If not, close out the bug when this lands?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const std::vector<base::test::FeatureRef>& disabled_features = {});Just make the caller pass in the second argument. This is all "new" code, so it's easy to make this change.
// Allow unpacked extensions without developer mode for testing.Make this ctor delegate to the ctor below. Then move this comment over.
: ExtensionsToolbarBrowserTest(Delegate to the ctor below. Then make that ctor enable `kExtensionsMenuAccessControl` to consolidate the code for that.
IN_PROC_BROWSER_TEST_F(ExtensionsToolbarDesktopBrowserTest, BrowserActionDragDataPickleRoundTrip) {Reminder (as always) to auto-format the CL. e.g. This is over 80 columns.
Triggered CQ dry run for updated 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for updated 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const std::vector<base::test::FeatureRef>& disabled_features = {});Just make the caller pass in the second argument. This is all "new" code, so it's easy to make this change.
Done
// Allow unpacked extensions without developer mode for testing.Make this ctor delegate to the ctor below. Then move this comment over.
Done
No random newline in the includes list please.
Done
Delegate to the ctor below. Then make that ctor enable `kExtensionsMenuAccessControl` to consolidate the code for that.
Done
IN_PROC_BROWSER_TEST_F(ExtensionsToolbarDesktopBrowserTest, BrowserActionDragDataPickleRoundTrip) {Reminder (as always) to auto-format the CL. e.g. This is over 80 columns.
Done
// TODO(crbug.com/40670141): Use IsActionVisibleOnToolbar() because itBTW, are there any TODOs for this bug remaining after this CL? If not, close out the bug when this lands?
I found this bug is also associated with a couple of other tests. I have put a note and will revisit this when wrapping up the whole project. Thanks for pointing it out!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for updated 5C rebase
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for updated 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for rechained 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for rechained 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for updated 5C
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Triggered CQ dry run for updated 5C rebase on 5B
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// TODO(crbug.com/40670141): Use IsActionVisibleOnToolbar() because itWenbin ZhangBTW, are there any TODOs for this bug remaining after this CL? If not, close out the bug when this lands?
I found this bug is also associated with a couple of other tests. I have put a note and will revisit this when wrapping up the whole project. Thanks for pointing it out!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
8 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/ui/views/extensions/extensions_toolbar_desktop_browsertest.cc
Insertions: 24, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: chrome/browser/ui/views/extensions/BUILD.gn
Insertions: 1, Deletions: 0.
The diff is too large to show. Please review the diff.
```
[Bedrock] Migrate ExtensionsToolbarDesktop tests to browser tests (Part 3/3)
As part of Project Bedrock, this CL is Part 3 of a 3-part chain
migrating the large (3000+ lines across 6 files) extensions toolbar
unit test suite (ExtensionsToolbarUnitTest and derived suites) from
unit_tests to browser_tests.
Splitting into multiple browser test files improves test isolation,
maintainability, and build/execution parallelism:
- Part 1 (CL 8211444): ExtensionsToolbarBrowserTest base fixture,
ExtensionsToolbarControlsBrowserTest,
ExtensionsMenuButtonBrowserTest, ExtensionsMenuItemBrowserTest.
- Part 2 (CL 8219832):
ExtensionsMenuSitePermissionsPageViewBrowserTest,
ExtensionsMenuMainPageViewBrowserTest.
- Part 3 (This CL): ExtensionsToolbarDesktopBrowserTest (27 tests),
and removal of obsolete ExtensionsToolbarUnitTest harness files.
during migration
BYPASS_RECITATION_REASON=Migrating existing Chromium test code from
feature_promo_controller_unittest.cc to browser_tests as part of
Project Bedrock
TAG=agy
CONV=0e2f8f65-9d3c-4886-8bb3-c908911c4a8c
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |