-
Notifications
You must be signed in to change notification settings - Fork 879
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
Get back Tabs from other devices
history section;
#7121
Conversation
dde2d41
to
8b7ffec
Compare
Faced with DCHECK and CHECK:
Looking into this before publish the PR. |
517588e
to
da46567
Compare
I wasn't able to see the DCHECK and CHECK mentioned in #7121 (comment), so opened the PR |
da46567
to
45aa6fb
Compare
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.
Minor string change
app/brave_generated_resources.grd
Outdated
@@ -172,6 +172,9 @@ | |||
<message name="IDS_OPEN_GUEST_PROFILE" desc="The app menu item to create a new User Profile"> | |||
Open Guest Window | |||
</message> | |||
<message name="IDS_OPEN_MORE_OTHER_DEVICES_SESSIONS" desc="The history sub-menu item to show sessions from other devices"> | |||
More... |
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.
Please use the ellipsis character …
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.
private: \ | ||
std::auto_ptr<sessions::SessionTab> stub_tab_; \ | ||
public: | ||
// define BRAVE_RECENT_TABS_SUB_MENU_MODEL_H_ |
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.
remove comment?
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.
45aa6fb
to
1f0e0e4
Compare
macOS, iOS, Windows CI were aborted without any PR-specific error - restarted them all |
iOS node is disabled, so can't restart. |
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.
Tested and works well 👍 Great to see this working 🥳
@@ -1,5 +1,5 @@ | |||
diff --git a/chrome/VERSION b/chrome/VERSION | |||
index 2c4514a701725958eed9feacc7a43c46ef1f2fba..205283ea59b247e3aa5ac69d0d81f2c05133c5b8 100644 | |||
index 2c4514a701725958eed9feacc7a43c46ef1f2fba..6d423561e1ebcc4ca78cb414346bbb09695b328f 100644 |
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.
This patch shouldn't be in the PR. No need to rerun CI if you remove it.
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.
chromium_src
/patches
changes LGTM
Verified it works on Nightly.
|
Set missing milestone |
This reverts some changes from #212 and adds
More...
item into History menu for devices which have tabs number in session more than 4.Resolves brave/brave-browser#10473
Resolves brave/brave-browser#11183
Submitter Checklist:
npm run lint
,npm run gn_check
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).QA/Yes
orQA/No
) to the associated issuerelease-notes/include
orrelease-notes/exclude
) to the associated issueTest Plan:
History
andOpen Tabs
sync typesbrave://history
) ensure there is a sectionTabs from other devices
(you may need to extend width if the width of a window is small)More...
item which leads tobrave://history/syncedTabs
More...
itemReviewer Checklist:
After-merge Checklist:
changes has landed on.