summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Move PDFium libfuzzers to pdf/pdfium/fuzzers.ochang2016-03-247-1/+1898
* Tear down v8 after pdf library is releasedjun_fang2016-02-231-1/+1
* Roll PDFium 1e1d3b0..e4ac336thestig2016-02-231-0/+1
* Cleanup misc nits in the PDF plugin.thestig2016-02-192-25/+28
* Remove partially implemented PDF FFI_* handlerstsepez2016-02-181-108/+6
* Disable range requests if the origin ignores byte-range.spelchat2016-02-181-1/+3
* Stop using macros to paste together names for static_asserts.danakj2016-02-061-198/+197
* Improve extraction of accessible text from PDF.dmazzoni2016-02-042-118/+153
* PDF: Allow external navigation links in PDF bookmarkstsergeant2016-02-021-1/+13
* PDF: Load linearized files with FPDFAvail_GetDocument().thestig2016-01-291-4/+12
* PDF: Fix a crash from r372196 with the print preview PDFEngine client.thestig2016-01-292-3/+5
* Fix an assert failure in CXFA_DefFontMgr::GetDefaultFont()jun_fang2016-01-281-0/+4
* PDF: Use a vector instead of a list in DocumentLoader.thestig2016-01-152-5/+5
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Remove some dead PDF code. (try 2)thestig2016-01-053-50/+2
* Revert of Remove some dead PDF code. (patchset #3 id:40001 of https://coderev...thestig2016-01-053-3/+50
* Another round of PDF plugin cleanups.thestig2016-01-0510-158/+143
* Clean up PDF plugin dependencies.thestig2016-01-042-14/+13
* Remove some dead PDF code.thestig2016-01-043-50/+3
* PDF: Fix another case of circular references with bookmarks.thestig2016-01-041-1/+8
* Simplify PDFiumEngine::GetFlattenedPrintData().thestig2016-01-041-17/+5
* Remove a "temporary" hack from when ChromeOS generated PDFs with Cairo.thestig2016-01-041-16/+3
* Call FPDFAvail_IsFormAvail() before creating form.spelchat2015-12-301-5/+6
* Mark methods with override in pdf/thestig2015-12-298-151/+156
* Support loading complete linearized PDF.spelchat2015-12-291-6/+10
* GN: Add assert that //pdf is referenced only when enable_pdf=trueagrieve2015-12-281-0/+3
* Switch to standard integer types in pdf/.avi2015-12-2123-106/+165
* Keep pdf_engine in sync with PDF_ENABLE_XFA.tsepez2015-12-102-0/+12
* Minimize the number of range requests made by PDFiumspelchat2015-12-104-125/+150
* PDF: Always use Courier New for fixed ANSI fonts on Linux.thestig2015-12-081-1/+5
* Cleanup: Remove unused pdf resource header files.thestig2015-12-084-67/+0
* Set V8 extras mode in gin::V8Initializer.yhirano2015-12-071-0/+1
* base: get rid of deprecated TrimWhitespace() functiontfarina2015-12-061-3/+3
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Prevent guest views from issuing a search for empty text.thestig2015-11-124-11/+15
* Setup and tear down V8 if the PDF module is not managed via pepperjochen2015-11-062-19/+22
* Printing: Move some printing code out of pdf/ and into printing/.thestig2015-10-282-169/+22
* Fix printing of PDFs. They should not be cut off.thestig2015-10-271-75/+96
* Material PDF: Add metrics to count usage of PDF title and bookmarkstsergeant2015-10-161-2/+19
* Stack exhaustion if PDFium returns circular bookmarks.tsepez2015-10-131-8/+17
* Roll PDFium revision to 3dedace and use the new init API.thestig2015-10-031-4/+7
* PDF: Properly apply the CropBox to the MediaBox.thestig2015-10-011-21/+44
* PDF: Prevent left/right arrow shortcuts when a PDF text field is focused.tsergeant2015-09-231-0/+10
* Cleanup: Pass std::string as const reference from pdf/ki.stfu2015-09-212-4/+5
* Use UintToString() to convert uint32 to stringricea2015-09-211-2/+2
* PDF: Use chrome.resourcesPrivate instead of Pepper to display translated stringstsergeant2015-09-182-28/+0
* Don't initialize V8 via Blink in ppapi pluginsjochen2015-09-175-3/+28
* Change the print preview UI to use the material design style buttons for zoomraymes2015-09-171-14/+8
* PDF: Update DEPS.thestig2015-09-161-3/+1
* PDF: Strip whitespace when determining whether a PDF's title is empty.sammc2015-09-101-1/+2