summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
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
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2017-01-12Don't put timers with ID == 0 into the global timer map.tsepez
2017-01-12Custom toString() methods may delete annots.tsepez
2017-01-12Remove unused CJS_Object::ExitInstance() methodtsepez
2017-01-11Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979tsepez
2017-01-11Annotation deleted while retrieving it in JStsepez
2016-12-14Verify precision length before converting to string.dsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-15Replace fcvt with std::stringstream in AFNumber_Formatnpm
2016-11-04Revert: Only create widgets if really neededdsinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-11-02Merge CPDFXFA_App into CPDFXFA_Document.dsinclair
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-19Make Document::m_IconList a vector of IconElements. (try 2)chromium/2896thestig