-
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
PDFJS not installed by default #1375
Comments
@LaurenWags I think this is expected, right? If you launch Brave via the command line, you can use the following argument to show "built in" extensions: ex: cc: @yrliou |
@kjozwiak were you launching via command line with the argument when you saw PDFJS installed? also, @bsclifton if I launch with the argument this is what I see: |
PDF Viewer should be shown without that argument. |
woah- it's showing the |
@bsclifton They're two different extensions, I think PDFJS (PDF Viewer) should be shown without the argument, which I could see that it is there in my Brave-Browser-Dev. |
@yrliou correct- I remember seeing that too. But I don't think we want cc: @diracdeltas |
@LaurenWags Chromium PDF Viewer we can probably blacklist, pls branch off another issue for that with STR with the args @bsclifton mentioned. @LaurenWags for this one, can you check if you have a firewall blocking |
Or can you completely disable your firewall temporarily to try to narrow down the problem? |
@bbondy disabling my firewall does not appear to help. I can get PDFJS by downloading version 0.54.4 but if I clear my profile and then try using version 0.55.1 or later PDFJS does not download. |
@GeetaSarvadnya & @srirambv ran into the same thing under Win 10 and mentioned that they didn't see
I was running it via the terminal/command line, but I wasn't using any argument/flags. Just the basic @bbondy I don't think it's a firewall issue as @LaurenWags & @srirambv have had the Could this be a network issue? When we're fetching |
@bbondy: As @LaurenWags @kjozwiak mentioned I ran into the same issue on Windows 10. I have tried uninstalling brave completely by deleting both Executable file folder and profile folders. But issue did not resolve, also i observed one thing there is no "Extension" folder in the profile folder path. |
I can reproduce this on clean profile for Beta and Dev on Windows. No PDF extension shown on |
This also fixes a problem where PDF.js was not always installed. This also fixes PDF.js disabling command line. This also fixes intermittent PDF.js failures in tests. Fix brave/brave-browser#1375 Fix brave/brave-browser#1253 Fix brave/brave-browser#1072
QA notes, when testing it won't show up in about:extensions anymore, only in about:components. And file access will now work. |
Verified passed with
Verification Passed on
Verification passed on
|
Description
@GeetaSarvadnya and myself have run into an issue where PDFJS is not being installed for us with clean profiles. I noticed that the last time it appears to have been installed by default was with version 0.54.4. From 0.55.1 onward it is not installed by default for me. (unsure if @GeetaSarvadnya sees the same) I'm using macOS 10.12.6
Steps to Reproduce
rm -rf ~/Library/Application\ Support/BraveSoftware
andrm -rf ~/Library/Caches/BraveSoftware
to remove any existing Brave dataActual result:
PDFJS is not installed by default
Expected result:
PDFJS installed by default
Reproduces how often:
easily
Brave version (chrome://version info)
Reproducible on current release:
Website problems only:
Additional Information
cc @GeetaSarvadnya @srirambv who also experienced the issue however @kjozwiak did not.
The text was updated successfully, but these errors were encountered: