summaryrefslogtreecommitdiffstats
path: root/pdf/out_of_process_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Another round of PDF plugin cleanups.thestig2016-01-051-13/+13
* Switch to standard integer types in pdf/.avi2015-12-211-6/+9
* Prevent guest views from issuing a search for empty text.thestig2015-11-121-2/+2
* Material PDF: Add metrics to count usage of PDF title and bookmarkstsergeant2015-10-161-2/+19
* PDF: Prevent left/right arrow shortcuts when a PDF text field is focused.tsergeant2015-09-231-0/+10
* PDF: Use chrome.resourcesPrivate instead of Pepper to display translated stringstsergeant2015-09-181-26/+0
* Change the print preview UI to use the material design style buttons for zoomraymes2015-09-171-14/+8
* PDF: Strip whitespace when determining whether a PDF's title is empty.sammc2015-09-101-1/+2
* Fix memory leak of PreviewModeClient in PDFraymes2015-09-081-1/+2
* PDF: Use PDF metadata for the title instead of the last path element.sammc2015-08-271-6/+11
* Prevent leaking PDF data cross-originraymes2015-08-251-15/+16
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+3
* Add a scroll offset to PDF documents to account for the top material design t...raymes2015-08-051-9/+26
* Revert of Add a scroll offset to PDF documents to account for the top materia...vitalybuka2015-08-041-25/+9
* Add a scroll offset to PDF documents to account for the top material design t...raymes2015-08-041-9/+25
* Set the content restriction to disable printing in PDFs that disallow itraymes2015-08-031-0/+5
* Material PDF: Fix inconsistent behaviour in page selector, update stylingtsergeant2015-06-041-1/+1
* PDF: Cleanup more code now that it is completely out of process.thestig2015-05-291-15/+9
* Remove unused in-process pepper APIsraymes2015-05-291-7/+0
* Explicitly destroy PDFEngine in OutOfProcessInstance destructorRaymes Khoury2015-05-201-0/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Update colors of material design PDF viewer.tsergeant2015-04-131-1/+1
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-111-0/+4
* Allow middle-click scrolling to work for PDFs and print previewraymes2015-03-051-2/+6
* Print Preview: Support the duplex preset in PDFs.thestig2015-03-051-2/+4
* Fix for PDFs with lots of named destinations take a long time to load.deepak.m12015-02-171-11/+15
* Fix for Multipage selection by dragging mouse in OOP case in PDF.deepak.m12015-02-131-0/+11
* Make the PDF viewer background color a property of the instance.raymes2015-02-091-6/+10
* Make pinch-zoom work for OOP PDFraymes2015-02-051-0/+1
* Don't handle touch events in the OOP PDF plugin.raymes2015-02-021-1/+0
* Switch the background color in PDF Viewer when using Material Designalexandrec2015-02-021-2/+15
* Make the scripting OOP PDF API easier to use (take 2)raymes2015-01-231-22/+14
* Delay printing OOP PDF until loading is completeraymes2015-01-221-27/+28
* Fix for Navigation to relative fragments does not work correctly for OOP pdf ...deepak.m12015-01-191-38/+17
* Add functions to collect bookmarks from Pdfiumalexandrec2015-01-191-0/+8
* Add print and getSelectedText functions to the OOP PDF scripting APIraymes2015-01-131-0/+13
* Don't return Windows newlines through the PDF GetSelectedText JS APIraymes2015-01-121-1/+1
* Revert of Add print and getSelectedText functions to the OOP PDF scripting AP...keishi2015-01-091-10/+0
* Add print and getSelectedText functions to the OOP PDF scripting APIraymes2015-01-091-0/+10
* Load V8 external data prior to initializng PDFium SDK.tsepez2014-12-291-10/+0
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-4/+0
* Remove use of deprecated v8::StartupData::compressed_size.yangguo2014-11-211-2/+0
* OOP PDF: Change the save toolbar button to match the save menu behavior.sammc2014-11-191-0/+4
* Support NumCopies print presetn.bansal2014-11-191-1/+20
* Initialize V8 in PDFium from external files (plugin process only)baixo2014-11-141-0/+12
* PDF: Fix potential bad indexes in find results.thestig2014-11-041-0/+1
* Support non-integer scroll offsets being passed to the PDF plugin.raymes2014-10-291-15/+17
* Handle the keyboard event for ctrl+a inside pdf.js instead of out_of_process...deepak.m12014-10-031-10/+4
* PDF Viewer - Add keyboard shortcuts for rotationn.bansal2014-09-191-0/+7
* Remove unneeded #include from out_of_proces_instance.ccraymes2014-09-161-1/+0