summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* PDF: Cleanup more code now that it is completely out of process.thestig2015-05-296-51/+41
* Remove unused in-process pepper APIsraymes2015-05-292-12/+0
* Cleanup the PDF DocumentLoader code.thestig2015-05-282-102/+104
* PDF: On Linux, convert font names to UTF-8 if needed.thestig2015-05-201-3/+17
* Explicitly destroy PDFEngine in OutOfProcessInstance destructorRaymes Khoury2015-05-201-0/+3
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-2/+2
* Cleanup: Slight simplification in the PDFiumEngine dtor.thestig2015-05-151-9/+3
* Roll PDFium to f33cdd5tsepez2015-05-152-4/+4
* Roll PDFium to 8f6445b.tsepez2015-05-122-9/+3
* Roll PDFium to 2daf76ftsepez2015-05-127-20/+21
* Remove the in-process PDF viewer from pdf/raymes2015-05-0622-5404/+1
* PDF: Set the referrer in DocumentLoader::GetRequest().thestig2015-04-301-1/+2
* Update {virtual,override} to follow C++11 style in pdf.nick2015-04-232-49/+46
* PDF Plugin: Swallow Invalidate calls before getting initial sizetommycli2015-04-131-6/+6
* 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-115-0/+29
* 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-056-13/+29
* Remove some duplicate code / constants in pdf/.thestig2015-03-052-33/+29
* PDF: Handle hit tests for form controls and links consistently.thestig2015-03-024-56/+65
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-6/+6
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+3
* Fix for PDFs with lots of named destinations take a long time to load.deepak.m12015-02-174-40/+15
* Split apart the PPAPI GN targetsbrettw2015-02-141-1/+1
* Fix for Multipage selection by dragging mouse in OOP case in PDF.deepak.m12015-02-135-2/+27
* Add missing ppapi_cpp_objects dependency to pdfjiangj2015-02-131-0/+1
* Make the PDF viewer background color a property of the instance.raymes2015-02-099-33/+35
* Make pinch-zoom work for OOP PDFraymes2015-02-051-0/+1
* Combine PDF plugin into the Chromium binary.jam2015-02-047-432/+126
* Include safe_conversions.h in pdfium_engine.cctsepez2015-02-041-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-025-8/+42
* Make some casts in pdfium_engine.cc safe by using checked_castRaymes Khoury2015-01-291-3/+4
* Roll pdfium to eef005055d6aafc2cc6066af37ce47d8b15ec7cdtsepez2015-01-271-1/+1
* Introduce new test for bookmark loading.alexandrec2015-01-271-1/+0
* PDF: Add a bunch of DCHECKs to make sure we do not go out of bounds.thestig2015-01-232-22/+51
* Make the scripting OOP PDF API easier to use (take 2)raymes2015-01-232-26/+14
* Delay printing OOP PDF until loading is completeraymes2015-01-222-28/+32
* Fix for Navigation to relative fragments does not work correctly for OOP pdf ...deepak.m12015-01-194-38/+47
* Remove DCHECK which causes crash in PDFs with email attachments.raymes2015-01-191-1/+2
* Add functions to collect bookmarks from Pdfiumalexandrec2015-01-194-0/+65
* PDF: Fix missing character when selecting backwardsdeepak.m12015-01-161-1/+4
* Refactor to move chrome_page_zoom functions to components/ui/zoom.wjmaclean2015-01-154-8/+8
* PDF: Yet another stab at getting WriteInto() buffer sizes correct.thestig2015-01-157-27/+151
* 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-123-5/+10
* Revert of Add print and getSelectedText functions to the OOP PDF scripting AP...keishi2015-01-091-10/+0
* copying to clipboard should add a newline before the content of the next page.deepak.m12015-01-091-1/+4
* Right clicking outside of a selected area should deselect text and bring up t...deepak.m12015-01-092-8/+34
* Add print and getSelectedText functions to the OOP PDF scripting APIraymes2015-01-091-0/+10