summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Disable range requests if the origin ignores byte-range.spelchat2016-02-231-1/+3
* 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
* Fix memory leak of PreviewModeClient in PDFraymes2015-09-082-1/+6
* PDF: Use PDF metadata for the title instead of the last path element.sammc2015-08-276-29/+114
* Prevent leaking PDF data cross-originraymes2015-08-251-15/+16
* Sync more GN unit tests with GYP.brettw2015-08-211-1/+1
* Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://...nasko2015-08-211-1/+1
* Sync more GN unit tests with GYP.Brett Wilson2015-08-201-1/+1
* PDF: Use the z-order when there is a link and widget overlaps.thestig2015-08-151-7/+25
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+3
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-3/+3
* Add a scroll offset to PDF documents to account for the top material design t...raymes2015-08-055-13/+43
* Revert of Add a scroll offset to PDF documents to account for the top materia...vitalybuka2015-08-045-42/+13