summaryrefslogtreecommitdiffstats
path: root/pdf/instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-111-0/+4
* Print Preview: Support the duplex preset in PDFs.thestig2015-03-051-0/+2
* Make the PDF viewer background color a property of the instance.raymes2015-02-091-2/+4
* Switch the background color in PDF Viewer when using Material Designalexandrec2015-02-021-0/+4
* Refactor to move chrome_page_zoom functions to components/ui/zoom.wjmaclean2015-01-151-5/+5
* Don't return Windows newlines through the PDF GetSelectedText JS APIraymes2015-01-121-2/+5
* Fix for #US#US issue in inprocess PDF case.deepak.m12015-01-081-1/+7
* Fix for PDF menu should not come when mouse pointer is on the scroll bar.deepak.m12015-01-081-8/+19
* Load V8 external data prior to initializng PDFium SDK.tsepez2014-12-291-10/+0
* Selecting 'alt+left arrow' key in PDF does not move to previous url page. sim...deepak.m12014-12-161-2/+5
* Remove use of deprecated v8::StartupData::compressed_size.yangguo2014-11-211-2/+0
* Support NumCopies print presetn.bansal2014-11-191-1/+19
* Initialize V8 in PDFium from external files (plugin process only)baixo2014-11-141-1/+1
* Initialize V8 in PDFium from external files when plugin is running in the ren...baixo2014-11-131-0/+12
* PDF: Fix potential bad indexes in find results.thestig2014-11-041-0/+1
* Fix rotation shortcut keys in PDFdeepak.m12014-11-031-1/+2
* PDF Viewer - PageUp/Down don't move pdf by page size in FitToPage moden.bansal2014-10-211-0/+8
* Add a getSelectedText method to the PDF plugin.jam2014-10-011-0/+5
* 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-191-0/+8
* 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
* Prevent the in-process PDF plugin re-entering into JS during blink layoutraymes2014-09-041-6/+19
* pdf: Use the default resource if high-dpi resources are unavailable.sadrul@chromium.org2014-08-201-3/+7
* Defer request to print a PDF when the user initiates the entire frame and the...ivandavid@chromium.org2014-08-151-5/+6
* Fix crasher in the pdf tear down code path.ananta@chromium.org2014-08-131-0/+4
* 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-011-4/+0
* Ensure pdf plugin sends DidStartLoading() consistentlyjaphet@chromium.org2014-07-171-0/+4
* PDF: Fix navigation for links that are just relative fragments.thestig@chromium.org2014-07-151-1/+16
* Fixes for re-enabling more MSVC level 4 warnings: pdf/ editionpkasting@chromium.org2014-07-091-15/+9
* PDF: Cleanup the declarations for a bunch of const char* variables.thestig@chromium.org2014-06-271-29/+29
* Revert 273547 "Reset scoped_ptr to make plugin crash before ente..."vitalybuka@chromium.org2014-06-041-4/+0
* Reset scoped_ptr to make plugin crash before entering engine_->HandleDocument...vitalybuka@chromium.org2014-05-291-0/+4
* Add the pdf plugin's source in src\pdf.jam@chromium.org2014-05-201-0/+2719