Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8e7f932410732a4f05d2e69e9ff66277f54d1bd7
/
fpdfsdk
/
javascript
/
Field.cpp
8e7f932
Convert CPVT_Color to CFX_Color
by Dan Sinclair
· 7 years ago
569817c
Add ObservedPtr to catch Widget being killed by JS
by Ryan Harrison
· 7 years ago
8b1408e
Remove FXSYS_strlen and FXSYS_wcslen
by Ryan Harrison
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
7f55a54
Rename CPWL_Color to CFX_Color
by Dan Sinclair
· 7 years ago
ddfc3dc
Let {Argb,Cmyk}Decode return tuples
by Nicolas Pena
· 8 years ago
c4a2b75
Cleanup string passing in core/fpdf*
by Tom Sepez
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
c5a1472
Fix uninitialized memory read in CJS_Object::GetEmbedObject()
by Tom Sepez
· 8 years ago
40e0a81
Remove unused Icon::m_pIconStream
by Tom Sepez
· 8 years ago
4d5b8c5
Convert JS property tables to single-byte.
by Tom Sepez
· 8 years ago
9b99b63
Convert native method names to single-byte.
by Tom Sepez
· 8 years ago
04557b8
Remove some JS_Define macros
by Tom Sepez
· 8 years ago
b1670b5
Pass CJS_Runtime to JS callbacks.
by Tom Sepez
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 8 years ago
8fa8279
Annotation deleted while retrieving it in JS
by tsepez
· 8 years ago
c5267c5
Revert: Only create widgets if really needed
by dsinclair
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
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
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
114e46a
Move fpdfsdk/include to fpdfsdk
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
f8074ce
Watch destruction of widgets around OnAAction() method.
by tsepez
· 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
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
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
a73b8fe
Implement Field::SetHidden using Field::SetDisplay.
by tonikitoo
· 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
f3dc8c6
Remove backpointer to CJS_Runtime from CJS_Value
by tsepez
· 8 years ago
e5aff74
Remove backpointer to runtime from CJS_Array.
by tsepez
· 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
a2919b3
Remove RichText support from fpdfsdk/fxedit.
by dsinclair
· 8 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 8 years ago
23ae4a5
Remove redundant casts, part 4
by tsepez
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 9 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
by thestig
· 9 years ago
92cb5e5
Convert border style defines to an enum class.
by dsinclair
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
05d53f0
Code change to avoid signed/unsigned mismatch warnings.
by Wei Li
· 9 years ago
41a53ad
use std::vector in more places in JavaScript bindings code.
by tsepez
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
46c8b1e
Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.
by Tom Sepez
· 9 years ago
61b2fc7
Split core/include/fpdfapi/fpdf_resource.h
by dan sinclair
· 9 years ago
455a419
Move core/include/fpdfapi/fpdf_page.h to correct locations.
by Dan Sinclair
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (99%) from fpdfsdk/src/javascript/Field.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
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
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
b9cc7a0
Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.
by Tom Sepez
· 9 years ago
4246b00
Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().
by Tom Sepez
· 9 years ago
aa8bf7e
Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.
by Lei Zhang
· 9 years ago
96660d6
Merge to XFA: Get rid of most instance of 'foo != NULL'
by Lei Zhang
· 9 years ago
14b20db
Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget()
by Jun Fang
· 9 years ago
50d12ad
Introduce "underlying types" to abstract XFA differences.
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
d88a364
Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk.
by Lei Zhang
· 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
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 9 years ago
2f2ffec
Merge to XFA - else after returns.
by Tom Sepez
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
60f507b
Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/
by Lei Zhang
· 9 years ago
0aa0e73
Merge to XFA: Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0.
by Lei Zhang
· 9 years ago
bfa9a82
Merge to XFA: Use stdint.h types throughout PDFium.
by Tom Sepez
· 9 years ago
4f7bc04
Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().
by Tom Sepez
· 10 years ago
Next »