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
*
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
*
PDF: Change the rotate shortcut keys to ctrl+[] on all platforms.
thestig
2014-09-26
1
-14
/
+19
*
PDF Viewer - Add keyboard shortcuts for rotation
n.bansal
2014-09-19
2
-0
/
+15
*
Let PDFium handle event when there is not yet a visible page.
tsepez
2014-09-18
1
-0
/
+4
*
Check whether a number is passed as an argument to kJSSetZoomLevel rather tha...
raymes
2014-09-16
1
-1
/
+1
*
Remove unneeded #include from out_of_proces_instance.cc
raymes
2014-09-16
1
-1
/
+0
*
PDF: Fix uninit memory access in PDFiumEngine.
thestig
2014-09-15
2
-20
/
+59
*
PDF: Manipulate the selected text buffer to deal with special 0xfffe hyphens.
thestig
2014-09-12
1
-36
/
+69
*
PDF links should open on mouse up
n.bansal
2014-09-12
2
-7
/
+46
*
PDF Viewer - Show context menu for links on right click
n.bansal
2014-09-10
1
-1
/
+4
*
Fix uninitialized member from PageIndicator::PageIndicator().
tsepez
2014-09-10
1
-0
/
+1
*
PDFiumEngine::~PDFiumEngine - Unload() all pages_ before destroying any of them.
tsepez
2014-09-08
2
-2
/
+5
*
Preven OOB memory access in chrome_pdf::AlphaBlend().
tsepez
2014-09-05
2
-3
/
+9
*
Prevent the in-process PDF plugin re-entering into JS during blink layout
raymes
2014-09-04
2
-8
/
+26
*
Avoid OOB memcpy in chrome_pdf::CopyImage.
tsepez
2014-09-03
2
-4
/
+13
[next]