Skip to content
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

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

simonhong
Copy link
Member

@simonhong simonhong commented Mar 22, 2022

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}

Screen Shot 2022-03-23 at 8 54 20 AM

Resolves

Submitter Checklist:

  • I confirm that no security/privacy review is needed, or that I have requested one
  • There is a ticket for my issue
  • Used Github auto-closing keywords in the PR description above
  • Wrote a good PR/commit description
  • Squashed any review feedback or "fixup" commits before merge, so that history is a record of what happened in the repo, not your PR
  • Added appropriate labels (QA/Yes or QA/No; release-notes/include or release-notes/exclude; OS/...) to the associated issue
  • Checked the PR locally: npm run test -- brave_browser_tests, npm run test -- brave_unit_tests, npm run lint, npm run gn_check, npm run tslint
  • Ran git rebase master (if needed)

Reviewer Checklist:

  • A security review is not needed, or a link to one is included in the PR description
  • New files have MPL-2.0 license header
  • Adequate test coverage exists to prevent regressions
  • Major classes, functions and non-trivial code blocks are well-commented
  • Changes in component dependencies are properly reflected in gn
  • Code follows the style guide
  • Test plan is specified in PR before merging

After-merge Checklist:

Test Plan:

  1. Open sidebar bookmarks panel
  2. Check bookmars panel page is shown properly

Also see #12707 (comment) for additional cases/checks.

@simonhong simonhong requested a review from emerick March 22, 2022 23:56
@simonhong simonhong self-assigned this Mar 22, 2022
@github-actions github-actions bot added the CI/storybook-url Deploy storybook and provide a unique URL for each build label Mar 22, 2022
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}
@simonhong simonhong force-pushed the sidebar_bookmarks_regression branch from 2260493 to 40e7c04 Compare March 23, 2022 00:07
@simonhong simonhong changed the title Fixed sidebar bookmarks panel was empty Fixed sidebar bookmarks panel was empty after cr100 Mar 23, 2022
Copy link
Contributor

@emerick emerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@simonhong simonhong added this to the 1.38.x - Nightly milestone Mar 23, 2022
@simonhong
Copy link
Member Author

Got BraveNavigatorUserAgentFarblingBrowserTest.AddBraveToNavigatorUserAgentBrandList failure from browser test on Windows builder only.
But merged because we can see this failure from other PRs and definitely this failure is not related with this PR's change.

@simonhong simonhong merged commit 44f6b43 into master Mar 23, 2022
@simonhong simonhong deleted the sidebar_bookmarks_regression branch March 23, 2022 02:27
@kjozwiak
Copy link
Member

Verification PASSED on Win 11 x64 using the following build(s):

Brave | 1.38.66 Chromium: 100.0.4896.46 (Official Build) nightly (64-bit)
-- | --
Revision | 5ca33821b2211805855c77d334353d27c616a7ca-refs/branch-heads/4896@{#584}
OS | Windows 11 Version 21H2 (Build 22000.556)

Reproduced the original issue using the STR/Cases outlined via brave/brave-browser#21819 (comment) using 1.38.63 Chromium: 100.0.4896.46. Went through the following verification's:

  • ensured that clicking on Bookmarks via the sidebar correctly displays the users bookmarks
  • ensured clicking/loading bookmarks within the sidebar works as expected
  • ensured that you can move around bookmarks & folders within the sidebar
  • ensured that you can view bookmarks within folders (also ensured that you can open/move these bookmarks)
  • ensured that adding bookmarks into the sidebar via the + (Add) button works as expected
1.38.63 Chromium: 100.0.4896.46 (Broken) 1.38.66 Chromium: 100.0.4896.46 (Fixed)
sideBarBookmark sideBarBookmarkWorking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/storybook-url Deploy storybook and provide a unique URL for each build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bookmarks panel blank
4 participants