summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
2017-07-17More tightly validate format strings in util.cpp.chromium/3160Tom Sepez
2017-07-14Create ParseDataType unit tests based on specs.chromium/3159chromium/3158Henrique Nakashima
2017-07-13Fix invalid write for util.printfDan Sinclair
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-06-19Fix code in fpdf_flatten.cpp that does no make sense.Lei Zhang
2017-06-19Move JS time conversion code into an anonymous namespace.Lei Zhang
2017-06-16Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133Lei Zhang
2017-06-16Simplify code in the JS printf/printd implementations.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez
2017-05-31CFXJS_Engine::GetObjDefnID is a static methodTom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-02Remove some more |new|s, part 11chromium/3088Tom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-25Use fx_extension.h utilities in more places.Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Use unique_ptr in JSGlobalAlternate::m_MapGlobalTom Sepez
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Fix some nits in the javascript util code.Lei Zhang
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-28Remove unused IconElement::IconStream.Lei Zhang
2017-02-27Fix uninitialized memory read in CJS_Object::GetEmbedObject()Tom Sepez
2017-02-23Remove unused Icon::m_pIconStreamchromium/3022Tom Sepez
2017-02-23Observe all formfill environment pointer in JS objects.Tom Sepez
2017-02-23Store JS string constants as single-byte strings.Tom Sepez
2017-02-23Cleanup PWL_Utils.Dan Sinclair
2017-02-22Move JS constant tables to single-byte namesTom Sepez
2017-02-22Convert JS property tables to single-byte.Tom Sepez
2017-02-22Convert native method names to single-byte.Tom Sepez
2017-02-21Avoid some widestring to bytestring conversions in fxjs.Tom Sepez
2017-02-21Replace JS_IMPLEMENT_COLORPROP with helper function.Tom Sepez
2017-02-21Remove some JS_Define macroschromium/3020Tom Sepez
2017-02-21Pass CJS_Runtime to JS callbacks.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-02-13Clean up CPDF_TextObject a bitNicolas Pena
2017-02-13Use container with stable iterator for m_Icons.Tom Sepez