-
Notifications
You must be signed in to change notification settings - Fork 899
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
WIP: remove pdf.js #2128
WIP: remove pdf.js #2128
Conversation
d937140
to
5ccf0ba
Compare
5ccf0ba
to
2057976
Compare
Still working through this one... Here's where I'm at:
Will continue to look into this tomorrow... |
Still debugging with this branch(https://github.com/brave/brave-core/tree/enable_pdfium - rebased this pr on c74)
Below is navigation tracing log from chromium and brave.
Why this provisional load failed?? user action? Who abort? Regarding to
Regarding to |
Below is
Also, there is no
|
After clearing disk cache, I confirmed that same request header is set(same as chromium) and header response seems valid. Invalid request header is set when that is not the first request since disk cache is cleared. I think un-finished
This is brave log from
When closes the browser, below log is written.
Below is chromium's log from
|
Found the cause. |
#2342 will handle instead of this for deleting pdf.js |
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: