summaryrefslogtreecommitdiff
path: root/fxjs/cjs_publicmethods.cpp
AgeCommit message (Expand)Author
2018-06-06Remove still more v8::Context slot usage.chromium/3452Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-04-17Avoid some string -> ptr -> string duplicate allocations in FF EnvironmentTom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-04Parse "yy" correctly for AFDate_FormatEx().Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-12Handle inserting negative values without a selectionDan Sinclair
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Fixup AFSimple_Calculate indexing bugDan Sinclair
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-11-21Add {Byte/Wide}String::Trim().Lei Zhang
2017-11-21Clean up CJS_PublicMethods.Lei Zhang
2017-11-20Make some CJS_EventHandler methods const.Lei Zhang
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-10-30Convert JS resource into enum classchromium/3254Dan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair