summaryrefslogtreecommitdiffstats
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* Make some casts in pdfium_engine.cc safe by using checked_castRaymes Khoury2015-01-291-3/+4
* Roll pdfium to eef005055d6aafc2cc6066af37ce47d8b15ec7cdtsepez2015-01-271-1/+1
* Introduce new test for bookmark loading.alexandrec2015-01-271-1/+0
* PDF: Add a bunch of DCHECKs to make sure we do not go out of bounds.thestig2015-01-232-22/+51
* Make the scripting OOP PDF API easier to use (take 2)raymes2015-01-232-26/+14
* Delay printing OOP PDF until loading is completeraymes2015-01-222-28/+32
* Fix for Navigation to relative fragments does not work correctly for OOP pdf ...deepak.m12015-01-194-38/+47
* Remove DCHECK which causes crash in PDFs with email attachments.raymes2015-01-191-1/+2
* Add functions to collect bookmarks from Pdfiumalexandrec2015-01-194-0/+65
* PDF: Fix missing character when selecting backwardsdeepak.m12015-01-161-1/+4
* Refactor to move chrome_page_zoom functions to components/ui/zoom.wjmaclean2015-01-154-8/+8
* PDF: Yet another stab at getting WriteInto() buffer sizes correct.thestig2015-01-157-27/+151
* Add print and getSelectedText functions to the OOP PDF scripting APIraymes2015-01-131-0/+13
* Don't return Windows newlines through the PDF GetSelectedText JS APIraymes2015-01-123-5/+10
* Revert of Add print and getSelectedText functions to the OOP PDF scripting AP...keishi2015-01-091-10/+0
* copying to clipboard should add a newline before the content of the next page.deepak.m12015-01-091-1/+4
* Right clicking outside of a selected area should deselect text and bring up t...deepak.m12015-01-092-8/+34
* Add print and getSelectedText functions to the OOP PDF scripting APIraymes2015-01-091-0/+10
* 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-082-8/+23
* PDF: Fix extra NUL characters from incorrect WriteInto() calls.thestig2015-01-073-13/+25
* replace COMPILE_ASSERT with static_assert in pdf/mostynb2015-01-062-197/+198
* Load V8 external data prior to initializng PDFium SDK.tsepez2014-12-293-20/+10
* 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