Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
65edf5944fc0ec40b1721a79acefa0297287665d
/
fpdfsdk
35e6b87
Correct the forminfo version check in pdfium
by Bo Xu
· 10 years ago
bb5ef88
Change version of FPDF_FORMFILLINFO to 2; Add #define PDF_USE_XFA
by Bo Xu
· 10 years ago
8a605d2
Merge to XFA: patch from issue 692533005
by Tom Sepez
· 10 years ago
ca97940
Do not Initialize v8 in fpdfsdk, since this has been done in xfa
by Bo Xu
· 10 years ago
636ad3b
Lock page in LoadFXAnnot to prevent unintended page closing
by unknown
· 10 years ago
fdc00a7
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
by Bo Xu
· 10 years ago
f79a69c
For v8 Global Object, do not copy in CJS_Value constructor.
by Tom Sepez
· 10 years ago
d5e822a
Enable C linkage in fpdfppo.h
by Bo Xu
· 10 years ago
facd015
Lock page in LoadFXAnnot to prevent unintended page closing
by Bo Xu
· 10 years ago
0c53324
Invoke V8::Initialize() explicitly during V8 setup
by Jochen Eisinger
· 10 years ago
c5cab02
Add FPDF_GetSecurityHandlerRevision
by Bo Xu
· 10 years ago
4cf3695
The cause of this issue is that there is an indirect object like '112 0 R' but no its direct object '112 0 object' in the test pdf file. Without checking the validity, it causes a null pointer when trying to get the direct object by an indirect object.
by Jun Fang
· 10 years ago
48f26c5
Fix confusion between length in bytes and length in characters in app::response().
by Tom Sepez
· 10 years ago
39a97ea
Fix a double-free issue in CFX_PathData::~CFX_PathData
by Jun Fang
· 10 years ago
a94019d
Check path point count overflow in DrawThisAppearance
by Bo Xu
· 10 years ago
635e82e
Fix tzHour usage on systems where char is unsigned.
by Nico Weber
· 10 years ago
368ed46
Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.
by Tom Sepez
· 10 years ago
d4e406e
Remove try/catch block
by Bo Xu
· 10 years ago
d38a35e
Treat null Parent as no Parent for dictionary objects
by Bo Xu
· 10 years ago
9fa56b7
Fix missing or broken include guard macros in pdfium headers.
by Tom Sepez
· 10 years ago
df449c0
Change '>=' back to '>' in extension.h due to bad fix
by Jun Fang
· 10 years ago
9047b8b
Clean up meaningless branch on commented-out code.
by Chris Palmer
· 10 years ago
7b99cd3
Remove unused |m_pEvi| field.
by Chris Palmer
· 10 years ago
465c2a8
Fix buffer size boundary check offset by 1
by Bo Xu
· 10 years ago
09363c8
Fix a few more -Wreorder warnings.
by Nico Weber
· 10 years ago
c2df91c
Remove CPDFSDK_Annot::ResetAppearance().
by Nico Weber
· 10 years ago
55681f9
Remove a few unused variables, functions, and member variables.
by Nico Weber
· 10 years ago
ec570e5
Fix a few -Wreorder warnings.
by Nico Weber
· 10 years ago
96608b3
Add missing braces for aggregate initializers.
by Nico Weber
· 10 years ago
f1d18bb
Attempt to fix some -Woverloaded-virtual warnings.
by Nico Weber
· 10 years ago
fe08482
Fix incorrect override of GetLayoutOrder().
by Nico Weber
· 10 years ago
8dee6ca
Fix the potential integer overflow from 'offset+size' in extension.h and fpdfview.cpp
by JUN FANG
· 10 years ago
0d3b5cc
Speculative fix for uninitialized value in CFX_ByteString().
by Tom Sepez
· 10 years ago
621d4de
Tidy up app::response().
by Tom Sepez
· 10 years ago
6c55495
Fix a few more warnings in chromium_code mode.
by Nico Weber
· 10 years ago
c77e8f7
Remove a few unused variables, functions, and tables.
by Nico Weber
· 10 years ago
46773fd
Fix potential memory violation in CJS_PublicMethods::StrRTrim()
by Tom Sepez
· 10 years ago
8538642
Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate().
by Tom Sepez
· 10 years ago
0f14185
Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true
by Bo Xu
· 10 years ago
5ffacd6
Fix bounds checking in CJS_PublicMethods::MakeRegularDate().
by Tom Sepez
· 10 years ago
5eb9f7b
pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.
by Nico Weber
· 10 years ago
3fb18f4
Hook up the default v8::Platform implementation to pdfium
by Jochen Eisinger
· 10 years ago
0ce77e3
Add a newline at the end of fpdfeditpage.cpp.
by Nico Weber
· 10 years ago
9114e83
Add support to extract viewer preference
by Bo Xu
· 10 years ago
8daab31
Fix an out-of-boundary issue for wide string
by Bo Xu
· 10 years ago
532a6a7
Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2)
by Lei Zhang
· 10 years ago
ab99c38
Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46
by Lei Zhang
· 10 years ago
95c018e
Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition
by Lei Zhang
· 10 years ago
3522876
Remove custom memory manager
by Bo Xu
· 10 years ago
287e11a
Remove "this==NULL" and adjust corresponding callers
by Bo Xu
· 11 years ago
9108ad2
Import Chromium base/numerics to resolve integer overflow.
by Chris Palmer
· 11 years ago
9a52eb0
Fix and integer overflow issue in SDK's QuickSort
by Bo Xu
· 11 years ago
6c67358
Revert "Import Chromium base/numerics to resolve integer overflow."
by John Abd-El-Malek
· 11 years ago
d9713f0
Import Chromium base/numerics to resolve integer overflow.
by Chris Palmer
· 11 years ago
63412bf
Fix JS_WIDESTRING to work with clang-cl
by John Abd-El-Malek
· 11 years ago
394010d
Add FPDFPage_SetRotation function
by Bo Xu
· 11 years ago
a5572c3
Enable security removal in FPDF_Doc_Save
by Bo Xu
· 11 years ago
dbd4c06
In linux and mac, use Arial to replace Tahoma for displaying east europe characters
by Bo Xu
· 11 years ago
40c4fb8
Fix a security issue in FPDF_GetMetaText
by Bo Xu
· 11 years ago
4201b2a
Fix a typo with PAGEMODE_UNKNOWN.
by Lei Zhang
· 11 years ago
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 11 years ago
4fbe779
Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning.
by John Abd-El-Malek
· 11 years ago
41f0590
Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library.
by John Abd-El-Malek
· 11 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 11 years ago