Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
f766ad219f66543654520f6a1955836f519e26d1
/
fpdfsdk
/
javascript
/
Document.cpp
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (98%) from fpdfsdk/src/javascript/Document.cpp]
97da976
Re-enable MSVC warning 4800 for compiling with chromium_code
by Wei Li
· 9 years ago
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
310438f
Split off CPDF_Document into its own .cpp/.h files.
by Tom Sepez
· 9 years ago
007e6c0
Remove some FX_BOOLs
by Tom Sepez
· 9 years ago
281a9ea
Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
566b974
Revert "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
3b8fdd3
Replace CPDF_Rect and CPDF_Point with CFX types.
by Tom Sepez
· 9 years ago
7cf13c9
Remove PageObject's m_Type and add As<Type> functions
by Wei Li
· 9 years ago
2398d89
Remove CFX_PtrList from renderer main loop.
by Tom Sepez
· 9 years ago
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
32c7081
Split CPDF_PageObjectHolder off from CPDF_PageObjectList
by Tom Sepez
· 9 years ago
9b76113
Merge to XFA: Member function name refactoring
by Wei Li
· 9 years ago
8e5cd19
Merge to XFA: War on #defines, part 1.
by Tom Sepez
· 9 years ago
b5b2a91
Mege to XFA: Redo CPDF_PageObjects - part 1
by Tom Sepez
· 9 years ago
3f1c71f
Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.
by Oliver Chang
· 9 years ago
b8e1ab2
Merge to XFA: Remove a bunch of dead code.
by Lei Zhang
· 9 years ago
c5b40ba
Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused.
by Tom Sepez
· 9 years ago
6ba32d9
Merge to XFA: Replace IconTree class with std::list.
by Tom Sepez
· 9 years ago
412e908
Merge to XFA: Get rid of most instance of 'foo == NULL'
by Lei Zhang
· 9 years ago
96660d6
Merge to XFA: Get rid of most instance of 'foo != NULL'
by Lei Zhang
· 9 years ago
50d12ad
Introduce "underlying types" to abstract XFA differences.
by Tom Sepez
· 9 years ago
c7e4c4f
Update XFA fpdfsdk to match master
by Tom Sepez
· 9 years ago
bde53d2
Merge to XFA: Remove relative includes.
by Lei Zhang
· 9 years ago
945fdb7
Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>.
by Lei Zhang
· 9 years ago
dd734de
Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters.
by Lei Zhang
· 9 years ago
d88a364
Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk.
by Lei Zhang
· 9 years ago
8241df7
Merge to XFA: Fix all relative includes to third_party.
by Lei Zhang
· 9 years ago
710c909
Merge to XFA: Add type cast definitions for CPDF_Name.
by Dan Sinclair
· 9 years ago
316eb86
Merge to XFA: Add type cast definitions for CPDF_String.
by Dan Sinclair
· 9 years ago
43ce903
Merge to XFA: Add type cast definitions for CPDF_Number.
by Dan Sinclair
· 9 years ago
05d9e93
[Merge to XFA] Add type cast definitions for CPDF_Boolean.
by Dan Sinclair
· 9 years ago
dfbf8e7
Next round of XFA changes to match master.
by Tom Sepez
· 9 years ago
3342090
Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors.
by Tom Sepez
· 9 years ago
67fd5df
Merge to XFA: Wean CJS_Value off of v8::Isolate.
by Tom Sepez
· 9 years ago
ba038bc
Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.
by Tom Sepez
· 9 years ago
cd56a7d
Merge to XFA: Store object definition ID in each js_class.
by Tom Sepez
· 9 years ago
3745841
Merge to XFA: Make the vast majority of JS headers private to src/javascript.
by Tom Sepez
· 9 years ago
ca70a69
Merge to XFA: Remove JavaScript.h
by Tom Sepez
· 9 years ago
d5a0e95
Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate.
by Tom Sepez
· 9 years ago
39bfe12
Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.
by Tom Sepez
· 9 years ago
808a99e
Merge to XFA: Remove some abstractions in fxjs_v8.h.
by Tom Sepez
· 9 years ago
aecd9d0
Merge to XFA: Fix two issues shown by bug 489995
by Tom Sepez
· 9 years ago
b9c3197
Fix some sign comparison warnings.
by Lei Zhang
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 10 years ago
f4eb113
Stray character in Document.cpp
by Tom Sepez
· 10 years ago
f9fe200
Merge to XFA: document.delay and document.external are boolean properties.
by Tom Sepez
· 10 years ago
2f2ffec
Merge to XFA - else after returns.
by Tom Sepez
· 10 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 10 years ago
bfa9a82
Merge to XFA: Use stdint.h types throughout PDFium.
by Tom Sepez
· 10 years ago
dfa2c99
Merge V8 API updates to xfa branch
by Jochen Eisinger
· 10 years ago
4f7bc04
Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().
by Tom Sepez
· 10 years ago
e5350ef
Merge to XFA: Remove unused nParamNum values from JS method tables.
by Tom Sepez
· 10 years ago
f4ef3f9
Merge to XFA: Kill overloaded cast operators in CJS_Value.
by Tom Sepez
· 10 years ago
33f6f0d
Merge to XFA: Fix a fatal error due to cloning a global document object
by JUN FANG
· 10 years ago
e49a260
Merge to XFA: doc.external - Check direction of property access before blindly getting.
by Tom Sepez
· 10 years ago
2f3dfef
Merge to XFA: Kill off JS_ErrorString type.
by Tom Sepez
· 10 years ago
3a83266
Merge to XFA: Return error information from pdfium to JS.
by Tom Sepez
· 10 years ago
ccc9483
Merge to XFA: Tidy up JS_Defines.h
by Tom Sepez
· 10 years ago
65b7a0c
Merge to XFA: Kill off some more unreachable fopen's.
by Tom Sepez
· 10 years ago
c6ab172
Kill off some dodgy JS callbacks
by Tom Sepez
· 10 years ago
3542589
Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base.
by Tom Sepez
· 10 years ago
0a476d2
XFA: merge patch from CL 733693003, getting rid of more casts
by Bruce Dawson
· 10 years ago
207299b
XFA: merge patch from issue 801913002 and 804463003
by John Abd-El-Malek
· 10 years ago
f13c1f3
Merge to XFA: Patch from CL 726143002
by Bo Xu
· 10 years ago
fdc00a7
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
by Bo Xu
· 10 years ago
09363c8
Fix a few more -Wreorder warnings.
by Nico Weber
· 11 years ago
8daab31
Fix an out-of-boundary issue for wide string
by Bo Xu
· 11 years ago
9108ad2
Import Chromium base/numerics to resolve integer overflow.
by Chris Palmer
· 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
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 11 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 11 years ago