Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
b7f9d8ee6d9c1d9c0dfa2c64b7ad5fee4032d513
/
fpdfsdk
/
javascript
« Previous
f328d0d
Make Document::m_IconList a vector of IconElements.
by thestig
· 8 years ago
d5bd8a1
Revert "Make CPDF_Object containers hold objects via unique pointers."
by tsepez
· 8 years ago
1d02388
Make CPDF_Object containers hold objects via unique pointers.
by tsepez
· 8 years ago
a282c73
Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ )
by dsinclair
· 8 years ago
f3736bc
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
b685e64
Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ )
by dsinclair
· 8 years ago
abefb79
Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
f51e4dc
Cleanup CPDFXFA_App methods
by dsinclair
· 8 years ago
8779fa8
Cleanup env variable names
by dsinclair
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
cf38161
Remove remaining CPDFSDK_Document references
by dsinclair
· 8 years ago
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
4526faf
Remove CPDFSDK_Document from IJS_Context
by dsinclair
· 8 years ago
3a7741a
Convert Field to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
690c033
Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
8afe15a
Cleanup some CPDFSDK_PageView annotation code.
by dsinclair
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
98151ca
Cleanup DEPS files
by dsinclair
· 8 years ago
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
41872fa
Move core/fpdfapi/fpdf_page to core/fpdfapi/page
by dsinclair
· 8 years ago
bc5e6d2
Move core/fpdfapi/fpdf_font to core/fpdfapi/font
by dsinclair
· 8 years ago
36eb4bd
Add ptr_util.h from base until std::make_unique<> available
by tsepez
· 8 years ago
4355468
Move fxjs/include to fxjs
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
bec7692
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
by dsinclair
· 8 years ago
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
1727aee
Move core/fpdfdoc/include to core/fpdfdoc
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
8a752ab
Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page
by dsinclair
· 8 years ago
166bc16
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
by dsinclair
· 8 years ago
b1469a2
Move core/fdrm/crypto/include to core/fdrm/crypto
by dsinclair
· 8 years ago
d4c34f2
Replace std::unique_ptr.reset() with WrapUnique assignment.
by thestig
· 8 years ago
7c292e0
Remove dead code from CPDF_InterForm.
by thestig
· 8 years ago
f8074ce
Watch destruction of widgets around OnAAction() method.
by tsepez
· 8 years ago
8e0638b
Rename App to Env where needed.
by dsinclair
· 8 years ago
72177da
Replace FX_UINT with unsigned int
by dsinclair
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
1f24890
Remove FFI_ from CPDFSDK_Environment method names
by dsinclair
· 8 years ago
79db609
Rename CPDFDoc_Environment to CPDFSDK_Environment
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
56cf519
Make javascript field observe sdk document
by tsepez
· 8 years ago
55be02e
Make wrapped JS Document observe C++-side object.
by tsepez
· 8 years ago
1c62054
Make CFX_Obeservable::Observer into a pointer-ish type;
by tsepez
· 8 years ago
a31da74
Pass CFX_WideString further down widget callers
by tsepez
· 8 years ago
cd5dc85
Remove unused context parameter from JSGetStringFromID
by tsepez
· 8 years ago
8832fbf
Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer
by tsepez
· 8 years ago
8c2a8cd
Fix spelling of "Formated" in several variables
by tsepez
· 8 years ago
7b68f61
Make Observers into a templated class
by tsepez
· 8 years ago
1df1efa
Fixup CPDFSDK_PageView and CPDF_Page interactions.
by dsinclair
· 8 years ago
ce04a45
Add observer for BAAnnots from Javascript
by dsinclair
· 8 years ago
1897bdc
Do not re-create the page view when accessing from Document::removeField.
by dsinclair
· 8 years ago
956553e
Use enum class for subtypes of CPDF_Annot.
by jaepark
· 8 years ago
9ed9137
Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.
by jaepark
· 8 years ago
0ee3590
Add support to Document::getAnnots method
by tonikitoo
· 8 years ago
a73b8fe
Implement Field::SetHidden using Field::SetDisplay.
by tonikitoo
· 8 years ago
a752edf
Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs.
by tsepez
· 8 years ago
bb5fa04
Stub out Document::syncAnnotScan method.
by tonikitoo
· 8 years ago
618cb1f
Add initial Document::getAnnot support
by tonikitoo
· 8 years ago
2eb7c7d
Use a map for app::m_Timers
by dsinclair
· 8 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 8 years ago
7c05a7a
Factor out the duplicated logic in Field::SetDisplay
by tonikitoo
· 8 years ago
b469424
Push v8::Isolate into CFXJS_Engine class
by tsepez
· 8 years ago
ef523dd
Only create widgets if really needed.
by dsinclair
· 8 years ago
a494191
Move some v8 objects from CJS back into FXJS
by tsepez
· 8 years ago
d0b6ed1
Make FXJS_GetObjectElement return std::vector<CFX_WideString>.
by tsepez
· 8 years ago
ec26876
Make Document's 'info' property readonly
by tonikitoo
· 8 years ago
f3dc8c6
Remove backpointer to CJS_Runtime from CJS_Value
by tsepez
· 8 years ago
f3c8832
Remove back-pointer to CJS_Runtime from CJS_Date
by tsepez
· 8 years ago
1c83675
Add support to Document::gotoNamedDest method.
by tonikitoo
· 8 years ago
e1e7bd0
Remove MsgBox()/Alert() from CJS_EmbedObj.
by tsepez
· 8 years ago
e3ff76b
Rename CJS_Timer to GlobalTimer and make private to app.cpp
by tsepez
· 8 years ago
33c4cdb
Add support to Document::URL property getter.
by tonikitoo
· 8 years ago
e5aff74
Remove backpointer to runtime from CJS_Array.
by tsepez
· 8 years ago
8ca63de
Remove another potential stale CJS_Timer usage
by tsepez
· 8 years ago
135b998
Return v8::Date specialization not v8::Value where possible
by tsepez
· 8 years ago
32e693f
Fix issue when firing TimerProc() destroys timer
by tsepez
· 8 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 8 years ago
ea3ff9e
Introduce ::getPropertyInternal method to avoid duplication
by tonikitoo
· 8 years ago
ca97a8e
Watch for destruction of CPDFSDK_widget during callback
by tsepez
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
461eeaf
Reland of Remove pageview from map immediately
by dsinclair
· 8 years ago
fbf52c2
Tidy up JS_Value.h
by tsepez
· 8 years ago
d780735
Remove unused CJS_Value::Attach() variant
by tsepez
· 8 years ago
1d3348c
Remove EnableMessageBox() / IsMessageBoxEnabled()
by tsepez
· 8 years ago
3999d6a
Remove unused methods from JS_Object.cpp
by tsepez
· 8 years ago
47228ac
Clean up singleton implementation
by weili
· 8 years ago
40faa79
Remove type info from CJS_Value, interrogate v8 instead
by tsepez
· 8 years ago
88b6686
Do not try to v8::Object::Clone() any objects
by tsepez
· 8 years ago
a2919b3
Remove RichText support from fpdfsdk/fxedit.
by dsinclair
· 8 years ago
b3f2467
Move fpdfsdk/jsapi into fxjs/
by dsinclair
· 8 years ago
08fea80
Rename fxjse/ to fxjs/ update files to match class names.
by dsinclair
· 8 years ago
2d6dda1
Implement IJS_Runtime::Destroy().
by thestig
· 8 years ago
bff506d
Change func(void) to func()
by weili
· 8 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 8 years ago
d71bae0
Cleanup some cjs_runtime ifdefs.
by dsinclair
· 8 years ago
8bd9ce0
Move xfa/fxjse/ to fxjse/
by dsinclair
· 8 years ago
23ae4a5
Remove redundant casts, part 4
by tsepez
· 8 years ago
f27aeec
Remove various FXJSE Value methods.
by dsinclair
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
Next »