Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
cbe23dbdff3f6e41843fd99cbf615000b52727ed
/
fpdfsdk
/
javascript
/
PublicMethods.cpp
cbe23db
Refactoring JS Callbacks.
by dan sinclair
· 7 years ago
875e98c
Remove FX_STRSIZE and replace with size_t
by Ryan Harrison
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
7558414
Prepare for converting FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
aa3a9cd
Convert int* references to FX_STRSIZE
by Ryan Harrison
· 7 years ago
12db751
Convert string Find methods to return an Optional
by Ryan Harrison
· 7 years ago
75c6521
Add in missting string length check
by Ryan Harrison
· 7 years ago
8a1758b
Remove GetAt from string classes
by Ryan Harrison
· 7 years ago
df950b8
Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.
by Tom Sepez
· 7 years ago
da129ab
Replace raw value for constant error value in string operations
by Ryan Harrison
· 7 years ago
e7a99de
Convert calls to Mid() to Left() or Right() if possible
by Ryan Harrison
· 7 years ago
33805cc
Remove single param Mid() method from string classes
by Ryan Harrison
· 7 years ago
7f55a54
Rename CPWL_Color to CFX_Color
by Dan Sinclair
· 7 years ago
e8c1d41
Give a couple of char to int functions better names.
by Lei Zhang
· 8 years ago
e247ec4
Replace FXSYS_iswdigit with std::iswdigit.
by Lei Zhang
· 8 years ago
cfb1944
Cleanup the fx_extension code.
by Dan Sinclair
· 8 years ago
3c3e271
Use Byte/WideString iterators
by Tom Sepez
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 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
992ecf7
Verify precision length before converting to string.
by dsinclair
· 8 years ago
49c5928
Replace fcvt with std::stringstream in AFNumber_Format
by npm
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 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
4526faf
Remove CPDFSDK_Document from IJS_Context
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
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
8e0638b
Rename App to Env where needed.
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
cd5dc85
Remove unused context parameter from JSGetStringFromID
by tsepez
· 8 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 8 years ago
b469424
Push v8::Isolate into CFXJS_Engine class
by tsepez
· 8 years ago
f3dc8c6
Remove backpointer to CJS_Runtime from CJS_Value
by tsepez
· 8 years ago
e1e7bd0
Remove MsgBox()/Alert() from CJS_EmbedObj.
by tsepez
· 8 years ago
e5aff74
Remove backpointer to runtime from CJS_Array.
by tsepez
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
a0a3bc3
Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.
by ochang
· 9 years ago
cf03f8e
Remove std::string usage in PublicMethods.cpp.
by thestig
· 9 years ago
018935c
Pass WideStrings without narrowing to c_str in javascript/
by tsepez
· 9 years ago
bd9748d
Remove implicit cast from CFX_WideString to (const wchar_t*)
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
745611b
Make CJS_PublicMethods::StrTrim() take a CFX_ByteString
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
8b36e5c
Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 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
4f1f41f
Added test for util.printx() and make it match spec.
by tsepez
· 9 years ago
a8a28e0
Move core/include/fxcrt to core/fxcrt/include.
by Dan Sinclair
· 9 years ago
614d20a
Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup
by Wei Li
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (96%) from fpdfsdk/src/javascript/PublicMethods.cpp]
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
1c91537
Combine StrToInt methods.
by Dan Sinclair
· 9 years ago
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
ab27768
Banish CFX_ByteArray and CFX_WideArray to the XFA side.
by Tom Sepez
· 9 years ago
4246b00
Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().
by Tom Sepez
· 9 years ago
375a864
Merge to XFA: Switch most min/max macros to std::min/max.
by Lei Zhang
· 9 years ago
9559b7a
Merge to XFA: Cleanup CJS_PublicMethods:
by Lei Zhang
· 9 years ago
96660d6
Merge to XFA: Get rid of most instance of 'foo != NULL'
by Lei Zhang
· 9 years ago
c7e4c4f
Update XFA fpdfsdk to match master
by Tom Sepez
· 9 years ago
10cfea1
Merge to XFA: Reland "Cleanup some numeric code.""
by Dan Sinclair
· 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
997de61
Merge to XFA: Cleanup: Remove some NULL checks in fpdfsdk.
by Lei Zhang
· 9 years ago
dfbf8e7
Next round of XFA changes to match master.
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
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
39bfe12
Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.
by Tom Sepez
· 9 years ago
8b544ed
Merge to XFA: Resolve bad cast to CJS_EventHandler
by foxit
· 9 years ago
a0f6724
Merge to XFA: Fix more sign comparison errors.
by Lei Zhang
· 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
· 9 years ago
1f3442c
Merge to XFA: FX_BOOL combo patch.
by Tom Sepez
· 9 years ago
2f2ffec
Merge to XFA - else after returns.
by Tom Sepez
· 9 years ago
1eb6942
Merge to XFA: Remove some dead code.
by Lei Zhang
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 9 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
2f3dfef
Merge to XFA: Kill off JS_ErrorString type.
by Tom Sepez
· 10 years ago
ccc9483
Merge to XFA: Tidy up JS_Defines.h
by Tom Sepez
· 10 years ago
5c57933
XFA: merge patch from CL 729293003, use FX_ArraySize for safety
by Bruce Dawson
· 10 years ago
c616483
XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast
by Bo Xu
· 10 years ago
0a476d2
XFA: merge patch from CL 733693003, getting rid of more casts
by Bruce Dawson
· 10 years ago
f13c1f3
Merge to XFA: Patch from CL 726143002
by Bo Xu
· 10 years ago
55681f9
Remove a few unused variables, functions, and member variables.
by Nico Weber
· 10 years ago
6c55495
Fix a few more warnings in chromium_code mode.
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
5ffacd6
Fix bounds checking in CJS_PublicMethods::MakeRegularDate().
by Tom Sepez
· 10 years ago
Next »