| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for PDFs with lots of named destinations take a long time to load. | deepak.m1 | 2015-02-17 | 4 | -40/+15 |
* | Split apart the PPAPI GN targets | brettw | 2015-02-14 | 1 | -1/+1 |
* | Fix for Multipage selection by dragging mouse in OOP case in PDF. | deepak.m1 | 2015-02-13 | 5 | -2/+27 |
* | Add missing ppapi_cpp_objects dependency to pdf | jiangj | 2015-02-13 | 1 | -0/+1 |
* | Make the PDF viewer background color a property of the instance. | raymes | 2015-02-09 | 9 | -33/+35 |
* | Make pinch-zoom work for OOP PDF | raymes | 2015-02-05 | 1 | -0/+1 |
* | Combine PDF plugin into the Chromium binary. | jam | 2015-02-04 | 7 | -432/+126 |
* | Include safe_conversions.h in pdfium_engine.cc | tsepez | 2015-02-04 | 1 | -0/+1 |
* | Don't handle touch events in the OOP PDF plugin. | raymes | 2015-02-02 | 1 | -1/+0 |
* | Switch the background color in PDF Viewer when using Material Design | alexandrec | 2015-02-02 | 5 | -8/+42 |
* | Make some casts in pdfium_engine.cc safe by using checked_cast | Raymes Khoury | 2015-01-29 | 1 | -3/+4 |
* | Roll pdfium to eef005055d6aafc2cc6066af37ce47d8b15ec7cd | tsepez | 2015-01-27 | 1 | -1/+1 |
* | Introduce new test for bookmark loading. | alexandrec | 2015-01-27 | 1 | -1/+0 |
* | PDF: Add a bunch of DCHECKs to make sure we do not go out of bounds. | thestig | 2015-01-23 | 2 | -22/+51 |
* | Make the scripting OOP PDF API easier to use (take 2) | raymes | 2015-01-23 | 2 | -26/+14 |
* | Delay printing OOP PDF until loading is complete | raymes | 2015-01-22 | 2 | -28/+32 |
* | Fix for Navigation to relative fragments does not work correctly for OOP pdf ... | deepak.m1 | 2015-01-19 | 4 | -38/+47 |
* | Remove DCHECK which causes crash in PDFs with email attachments. | raymes | 2015-01-19 | 1 | -1/+2 |
* | Add functions to collect bookmarks from Pdfium | alexandrec | 2015-01-19 | 4 | -0/+65 |
* | PDF: Fix missing character when selecting backwards | deepak.m1 | 2015-01-16 | 1 | -1/+4 |
* | Refactor to move chrome_page_zoom functions to components/ui/zoom. | wjmaclean | 2015-01-15 | 4 | -8/+8 |
* | PDF: Yet another stab at getting WriteInto() buffer sizes correct. | thestig | 2015-01-15 | 7 | -27/+151 |
* | Add print and getSelectedText functions to the OOP PDF scripting API | raymes | 2015-01-13 | 1 | -0/+13 |
* | Don't return Windows newlines through the PDF GetSelectedText JS API | raymes | 2015-01-12 | 3 | -5/+10 |
* | Revert of Add print and getSelectedText functions to the OOP PDF scripting AP... | keishi | 2015-01-09 | 1 | -10/+0 |
* | copying to clipboard should add a newline before the content of the next page. | deepak.m1 | 2015-01-09 | 1 | -1/+4 |
* | Right clicking outside of a selected area should deselect text and bring up t... | deepak.m1 | 2015-01-09 | 2 | -8/+34 |
* | Add print and getSelectedText functions to the OOP PDF scripting API | raymes | 2015-01-09 | 1 | -0/+10 |
* | Fix for #US#US issue in inprocess PDF case. | deepak.m1 | 2015-01-08 | 1 | -1/+7 |
* | Fix for PDF menu should not come when mouse pointer is on the scroll bar. | deepak.m1 | 2015-01-08 | 2 | -8/+23 |
* | PDF: Fix extra NUL characters from incorrect WriteInto() calls. | thestig | 2015-01-07 | 3 | -13/+25 |
* | replace COMPILE_ASSERT with static_assert in pdf/ | mostynb | 2015-01-06 | 2 | -197/+198 |
* | Load V8 external data prior to initializng PDFium SDK. | tsepez | 2014-12-29 | 3 | -20/+10 |
* | Switch users of foundation_util.h to include it directly and clean up uses of... | avi | 2014-12-21 | 1 | -4/+0 |
* | Do not unload pages while loading of the same pages is in progress. | thestig | 2014-12-20 | 2 | -4/+42 |
* | Move Syzygy build related things to their own directory with an OWNERS file, ... | chrisha | 2014-12-16 | 1 | -1/+1 |
* | Selecting 'alt+left arrow' key in PDF does not move to previous url page. sim... | deepak.m1 | 2014-12-16 | 1 | -2/+5 |
* | Roll PDFium | jam | 2014-12-15 | 3 | -43/+9 |
* | Call _set_FMA3_enable(0); to work around VS 2013 CRT AVX bug. | brucedawson | 2014-12-11 | 1 | -0/+11 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -1/+0 |
* | Remove use of deprecated v8::StartupData::compressed_size. | yangguo | 2014-11-21 | 2 | -4/+0 |
* | OOP PDF: Change the save toolbar button to match the save menu behavior. | sammc | 2014-11-19 | 1 | -0/+4 |
* | Support NumCopies print preset | n.bansal | 2014-11-19 | 7 | -2/+52 |
* | PDF: Correct typo in form fill environment functions | thestig | 2014-11-18 | 1 | -2/+2 |
* | Initialize V8 in PDFium from external files (plugin process only) | baixo | 2014-11-14 | 2 | -1/+13 |
* | Initialize V8 in PDFium from external files when plugin is running in the ren... | baixo | 2014-11-13 | 2 | -0/+13 |
* | Add pdf layer code for PDFium XFA module. | tsepez | 2014-11-12 | 2 | -4/+385 |
* | PDF: Fix potential bad indexes in find results. | thestig | 2014-11-04 | 4 | -55/+119 |
* | Fix rotation shortcut keys in PDF | deepak.m1 | 2014-11-03 | 1 | -1/+2 |
* | Add a few missing overrides found by a new clang warning. | thakis | 2014-10-30 | 2 | -92/+92 |