summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crasher in the pdf tear down code path.ananta@chromium.org2014-08-131-0/+4
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-3/+3
* Fix UAF in chrome_pdf::Instance::GetURL()tsepez@chromium.org2014-08-071-0/+3
* Fix scrollbar painting problems in pdf files in HiDPI mode with fractional sc...ananta@chromium.org2014-08-071-5/+0
* PDF: Handle the space bar key like page down.thestig@chromium.org2014-08-051-12/+12
* Remove OS_NACL #ifdefs in pdf/raymes@chromium.org2014-08-012-8/+0
* Don't return uninitialized memory from PDFiumEngine::Form_Response().tsepez@chromium.org2014-07-291-2/+4
* Ensure pdf plugin sends DidStartLoading() consistentlyjaphet@chromium.org2014-07-171-0/+4
* Fix potential integer overflow when initializing Rect.palmer@chromium.org2014-07-161-8/+10
* PDF: Fix navigation for links that are just relative fragments.thestig@chromium.org2014-07-152-1/+23
* Added GetPDFPageSizeByIndex to expose FPDF_GetPageSizeByIndex. The function o...ivandavid@chromium.org2014-07-104-10/+66
* Fixes for re-enabling more MSVC level 4 warnings: pdf/ editionpkasting@chromium.org2014-07-096-77/+43
* Disable font mapping when pepper API is not initializednoamsml@chromium.org2014-07-081-0/+6
* Don't use a version script when linking libpdf.soraymes@chromium.org2014-07-033-24/+0
* Converted dos line endings to unix for pdf/BUILD.gnraymes@google.com2014-07-021-108/+108
* PDF: Cleanup the declarations for a bunch of const char* variables.thestig@chromium.org2014-06-272-79/+79
* Improve scrolling performance in OOP PDFraymes@chromium.org2014-06-262-37/+59
* Windows Printing: Auto-rotate pages 90 degrees counter-clockwise.thestig@chromium.org2014-06-241-1/+1
* Re-enable PDFExtensionTest.BasicPluginraymes@chromium.org2014-06-191-1/+1
* Revert 278043 "Re-enable PDFExtensionTest.BasicPlugin"brettw@chromium.org2014-06-181-1/+1