-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
PDF.js should NOT be shown in brave://extensions when launched with --show-component-extension-options #15185
Comments
@stephendonner I think this is expected behavior. With |
@simonhong is exactly right; any installed extensions will show here Had me doing a double take as we used to package PDF.js with the browser (and it was hidden by default) and I thought something regressed! 😂 Read your tests steps and this is working as designed. You can try the same steps in Chrome @stephendonner if you were using test plan from brave/brave-core#2342 you'll want to ignore anything mentioning PDF.js as we removed that from packaging. It's treated the same as any regular extension now |
That's where the confusion occurred. I was running through Linux and noticed that I can still see the PDF Viewer we installed via Thanks for clearing it up @simonhong & @bsclifton 👍 |
@simonhong Test plan for |
@GeetaSarvadnya the test plan shown was from a PR 3 years ago; maybe the right thing to do would have been to copy the test plan and edit instead of linking to the old test plan in brave/brave-core#8061 |
Description
PDF.js should NOT be shown in
brave://extensions
when launched with--show-component-extension-options
(Sorry!) I missed this, apparently, when verifying #14338 (with the testcase in brave/brave-core#8061)
Steps to Reproduce
https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm
PDF.js
PDF.js
puts a browser action button in the extension areaPDF.js
shows inbrave://extensions
PDF.js
is used--show-component-extension-options
brave://extensions
PDF Viewer
/PDF.js
extension (shouldn't be there)Actual result:
Expected result:
There should be no
PDF.js
/PDF Viewer
extensions visible inbrave://extensions
, when launched with--show-component-extension-options
Reproduces how often:
100%
Brave version (brave://version info)
Version/Channel Information:
/cc @kjozwiak @mariospr @GeetaSarvadnya
The text was updated successfully, but these errors were encountered: