1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 16:57:36 +00:00
serenity/Userland/Applications/PDFViewer
Rodrigo Tobar 89061883f2 PDFViewer: Prompt password for encrypted documents
This tackles a FIXME, but also makes sense to implement only now that
the SecurityHandler logic has been fixed. When a Document is created an
automatic attempt is made to provide the empty string as the password;
even if this attempt failed the SecurityHandler still reported it had a
user password, hence we never arrived to the VERIFY_NOT_REQUIRED line
this commit is changing.
2022-12-20 10:28:58 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
NumericInput.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NumericInput.h PDFViewer: Respect page navigation features in multi-page mode 2022-04-04 14:59:37 +02:00
OutlineModel.cpp PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
OutlineModel.h PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
PDFViewer.cpp LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewer.h LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
PDFViewerWidget.cpp PDFViewer: Prompt password for encrypted documents 2022-12-20 10:28:58 +01:00
PDFViewerWidget.h PDFViewer: Perform standard error handling when opening files 2022-12-17 19:40:52 +01:00
SidebarWidget.cpp PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00
SidebarWidget.h PDFViewer: Inform about selections on Outline view 2022-12-17 19:40:52 +01:00