summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-4/+0
* Do not unload pages while loading of the same pages is in progress.thestig2014-12-202-4/+42
* Move Syzygy build related things to their own directory with an OWNERS file, ...chrisha2014-12-161-1/+1
* Selecting 'alt+left arrow' key in PDF does not move to previous url page. sim...deepak.m12014-12-161-2/+5
* Roll PDFiumjam2014-12-153-43/+9
* Call _set_FMA3_enable(0); to work around VS 2013 CRT AVX bug.brucedawson2014-12-111-0/+11
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+0
* Remove use of deprecated v8::StartupData::compressed_size.yangguo2014-11-212-4/+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-197-2/+52
* PDF: Correct typo in form fill environment functionsthestig2014-11-181-2/+2
* Initialize V8 in PDFium from external files (plugin process only)baixo2014-11-142-1/+13
* Initialize V8 in PDFium from external files when plugin is running in the ren...baixo2014-11-132-0/+13
* Add pdf layer code for PDFium XFA module.tsepez2014-11-122-4/+385
* PDF: Fix potential bad indexes in find results.thestig2014-11-044-55/+119
* Fix rotation shortcut keys in PDFdeepak.m12014-11-031-1/+2
* Add a few missing overrides found by a new clang warning.thakis2014-10-302-92/+92
* Support non-integer scroll offsets being passed to the PDF plugin.raymes2014-10-292-16/+19
* fix PDF load issue (414827)gene2014-10-241-0/+9
* PDF Viewer - PageUp/Down don't move pdf by page size in FitToPage moden.bansal2014-10-211-0/+8
* Replacing the OVERRIDE with override in /src/pdfanujk.sharma2014-10-102-37/+37
* PDF Viewer - Search results don't work after rotating pdfn.bansal2014-10-032-5/+29
* Handle the keyboard event for ctrl+a inside pdf.js instead of out_of_process...deepak.m12014-10-031-10/+4
* Add a getSelectedText method to the PDF plugin.jam2014-10-011-0/+5
* For loop is running un-nacessrily after match.deepak.m12014-09-291-1/+3
* Memory allocation for WriteInto is not proper.deepak.m12014-09-272-4/+4
* Revert of PDF: Add some CHECKS to help debug a crash. (patchset #2 id:20001 o...thestig2014-09-261-6/+0
* PDF: Change the rotate shortcut keys to ctrl+[] on all platforms.thestig2014-09-261-14/+19
* PDF Viewer - Add keyboard shortcuts for rotationn.bansal2014-09-192-0/+15
* Let PDFium handle event when there is not yet a visible page.tsepez2014-09-181-0/+4
* Check whether a number is passed as an argument to kJSSetZoomLevel rather tha...raymes2014-09-161-1/+1
* Remove unneeded #include from out_of_proces_instance.ccraymes2014-09-161-1/+0
* PDF: Fix uninit memory access in PDFiumEngine.thestig2014-09-152-20/+59
* PDF: Manipulate the selected text buffer to deal with special 0xfffe hyphens.thestig2014-09-121-36/+69
* PDF links should open on mouse upn.bansal2014-09-122-7/+46
* PDF Viewer - Show context menu for links on right clickn.bansal2014-09-101-1/+4
* Fix uninitialized member from PageIndicator::PageIndicator().tsepez2014-09-101-0/+1
* PDFiumEngine::~PDFiumEngine - Unload() all pages_ before destroying any of them.tsepez2014-09-082-2/+5
* Preven OOB memory access in chrome_pdf::AlphaBlend().tsepez2014-09-052-3/+9
* Prevent the in-process PDF plugin re-entering into JS during blink layoutraymes2014-09-042-8/+26
* Avoid OOB memcpy in chrome_pdf::CopyImage.tsepez2014-09-032-4/+13
* Remove cevans@ from OWNERS files.thestig2014-08-291-2/+1
* Extracted method to CreateSinglePageRasterPdf() to simplify PrintPagesAsRaste...vitalybuka@chromium.org2014-08-202-46/+73
* pdf: Use the default resource if high-dpi resources are unavailable.sadrul@chromium.org2014-08-201-3/+7
* pdf: Early out from CopyImage if there's nothing to copy.sadrul@chromium.org2014-08-201-1/+3
* OOP PDF - Add support for "page" open pdf parametern.bansal@samsung.com2014-08-191-55/+1
* Defer request to print a PDF when the user initiates the entire frame and the...ivandavid@chromium.org2014-08-151-5/+6
* PDF: Add some CHECKS to help debug a crash.thestig@chromium.org2014-08-151-0/+6
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-8/+8
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-8/+8