-
Notifications
You must be signed in to change notification settings - Fork 887
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
Fixed sidebar bookmarks panel was empty after cr100 #12707
Conversation
fix brave/brave-browser#21819 Applied upstream changes Author: dpapad <[email protected]> AuthorDate: 2022-01-06 19:24:20 +0000 Commit: Chromium LUCI CQ <[email protected]> CommitDate: 2022-01-06 19:24:20 +0000 SidePanel: Stop importing pre-JS modules Mojo bindings, not needed. Bug: 1179821 Change-Id: I0a72614422db9bb398bd5eb48a9b7f1c79e33f1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3370342 Auto-Submit: Demetrios Papadopoulos <[email protected]> Reviewed-by: John Lee <[email protected]> Commit-Queue: John Lee <[email protected]> Cr-Commit-Position: refs/heads/main@{#956201}
2260493
to
40e7c04
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.
LGTM
A Storybook has been deployed to preview UI for the latest push |
Got |
Verification PASSED on
Reproduced the original issue using the STR/Cases outlined via brave/brave-browser#21819 (comment) using
|
fix brave/brave-browser#21819
Applied upstream changes
Author: dpapad [email protected]
AuthorDate: 2022-01-06 19:24:20 +0000
Commit: Chromium LUCI CQ [email protected]
CommitDate: 2022-01-06 19:24:20 +0000
SidePanel: Stop importing pre-JS modules Mojo bindings, not needed.
Bug: 1179821
Change-Id: I0a72614422db9bb398bd5eb48a9b7f1c79e33f1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3370342
Auto-Submit: Demetrios Papadopoulos [email protected]
Reviewed-by: John Lee [email protected]
Commit-Queue: John Lee [email protected]
Cr-Commit-Position: refs/heads/main@{#956201}
Resolves
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
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Also see #12707 (comment) for additional cases/checks.