index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pdf
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Support non-integer scroll offsets being passed to the PDF plugin.
raymes
2014-10-29
2
-16
/
+19
*
fix PDF load issue (414827)
gene
2014-10-24
1
-0
/
+9
*
PDF Viewer - PageUp/Down don't move pdf by page size in FitToPage mode
n.bansal
2014-10-21
1
-0
/
+8
*
Replacing the OVERRIDE with override in /src/pdf
anujk.sharma
2014-10-10
2
-37
/
+37
*
PDF Viewer - Search results don't work after rotating pdf
n.bansal
2014-10-03
2
-5
/
+29
*
Handle the keyboard event for ctrl+a inside pdf.js instead of out_of_process...
deepak.m1
2014-10-03
1
-10
/
+4
*
Add a getSelectedText method to the PDF plugin.
jam
2014-10-01
1
-0
/
+5
*
For loop is running un-nacessrily after match.
deepak.m1
2014-09-29
1
-1
/
+3
*
Memory allocation for WriteInto is not proper.
deepak.m1
2014-09-27
2
-4
/
+4
*
Revert of PDF: Add some CHECKS to help debug a crash. (patchset #2 id:20001 o...
thestig
2014-09-26
1
-6
/
+0
[next]