-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vertical tabs P3A metrics #18834
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
297e596
to
84e9f64
Compare
i think we need an author(s) of the vertical tabs feature to review, maybe @sangwoo108 is a proper person? |
sangwoo108
reviewed
Jun 19, 2023
84e9f64
to
751bfee
Compare
…encapsulate all misc_metrics classes that the browser process owns
998110d
to
ecccb63
Compare
sangwoo108
approved these changes
Jun 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a last question 👍
ecccb63
to
7c1f503
Compare
iefremov
approved these changes
Jun 26, 2023
Verification PASSED on
Brave.VerticalTabs.OpenTabsCase 0: Brave.VerticalTabs.OpenTabs = 0_PASSED
Case 1: Brave.VerticalTabs.OpenTabs = 1_PASSEDCase 1.1: no of tabs opened = 2_PASSEDCase 1.2: no of tabs opened = 5_PASSED
Case 2: Brave.VerticalTabs.OpenTabs = 2_PASSEDCase 2.1: no of tabs opened = 6_PASSED
Case 2.2: no of tabs opened = 10_PASSED
Case 2.3: no of tabs opened < 10_PASSED
Case 3: Brave.VerticalTabs.OpenTabs = 3_PASSEDCase 3.1: no of tabs opened = 11_PASSED
Case 3.2: no of tabs opened = 50_PASSED
Case 4: Brave.VerticalTabs.OpenTabs = 4_PASSEDCase 4.1: no of tabs opened = 11_PASSED
Brave.VerticalTabs.PinnedTabsCase 1: Brave.VerticalTabs.PinnedTabs = 0_PASSEDCase 1.1: Brave.VerticalTabs.PinnedTabs = 0_PASSED
Case 1.1: Brave.VerticalTabs.PinnedTabs = 0_PASSED
Case 2: Brave.VerticalTabs.PinnedTabs = 1_PASSEDCase 2.1: Brave.VerticalTabs.PinnedTabs = 1_PASSED
Case 2.2: Brave.VerticalTabs.PinnedTabs = 1_PASSED
Case 2.3: Brave.VerticalTabs.PinnedTabs = 1_PASSED
Case 3: Brave.VerticalTabs.PinnedTabs = 2_PASSED
Brave.VerticalTabs.GroupTabsCase 1: Brave.VerticalTabs.GroupTabs = 0_PASSEDCase 1.1: Brave.VerticalTabs.GroupTabs = 0_PASSED
Case 1.2: Brave.VerticalTabs.GroupTabs = 0_PASSED
Case 2: Brave.VerticalTabs.GroupTabs = 1_PASSEDCase 2.1: Brave.VerticalTabs.GroupTabs = 1_PASSED
Case 2.2: Brave.VerticalTabs.GroupTabs = 1_PASSED
Case 2.3: Brave.VerticalTabs.GroupTabs = 1_PASSED
Brave.VerticalTabs.GroupTabs = 2_PASSED
Additional scenariosCase 1: Tabs added via PT/TOR/Guest_PASSED
Case 2: Move Tabs to new window_PASSEDCase 2.1: Move Tabs to new window_PASSED
Case 2.2: Move pinned Tabs to new window_PASSED
Case 2.3: Move Tab group to new window_PASSED
Case 3: Brave.VerticalTabs.OpenTabs_PASSED
Case 4: Brave.VerticalTabs.PinnedTabs_PASSED
Case 5: Brave.VerticalTabs.GroupTabs_PASSED
|
This was referenced Jun 28, 2023
7 tasks
brave-builds
added a commit
that referenced
this pull request
Jul 6, 2023
25 tasks
kjozwiak
pushed a commit
that referenced
this pull request
Jul 7, 2023
Uplift of #18834 (squashed) to beta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves brave/brave-browser#30928
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
For open tabs metric:
For group tabs metric:
For pinned tabs metric: