- 832a694 Update old-style copyright headers by K. Moon · 2 years, 7 months ago
- 70d8239 Ensure pProtoNode is a template in CJX_Object::ScriptAttributeString. by Tom Sepez · 3 years ago
- 3285fc2 Add CFXJSE_FormCalcContext::GenerateSomExpression() unittests. by Lei Zhang · 3 years, 3 months ago
- 605b4e1 Rename fm2js dir to formcalc. by Lei Zhang · 3 years, 3 months ago
- 7b75fbf Fix some build dependencies involving fxjs/cfx_v8.h. by Lei Zhang · 3 years, 8 months ago
- 020fbf2 Move CFX_V8ArrayBufferAllocator to its own file. by Lei Zhang · 3 years, 9 months ago
- e2acc37 Merge CJS_EventRecorder into CJS_EventContext and remove. by Tom Sepez · 3 years, 10 months ago
- 95c396d Fix -Wexit-time-destructors warnings in non-test code. by Lei Zhang · 4 years, 1 month ago
- 7a5f8ee Introduce and apply pdfium_strict_config. by Lei Zhang · 4 years, 1 month ago
- a58a676 Split up xfa/fgas/BUILD.gn by crt/ and font/ directories by Tom Sepez · 4 years, 8 months ago chromium/4293
- 53999b4 Move CFXA_MapModule to CFXJSE_MapModule and add tests by Tom Sepez · 4 years, 8 months ago
- b6525ec Fix non-standalone XFA build. by Lei Zhang · 4 years, 9 months ago chromium/4261
- a7f5b49 Make fxjs/gc be its own source_set by Tom Sepez · 4 years, 9 months ago
- 497f62e Add specialized templates to help tracing stl containers. by Tom Sepez · 4 years, 9 months ago
- 9cfa23c Add move-assign tests for cppgc::Member<> and cppgc::Persistent<>. by Tom Sepez · 4 years, 9 months ago
- 37330a3 Rename CXFA_NodeHelper to CFXJSE_NodeHelper and move to fxjs/ by Tom Sepez · 4 years, 10 months ago
- 775353b Introduce template GCedTreeNodeMixin<>. by Tom Sepez · 4 years, 10 months ago
- f5397f0 Move fxv8_unittests.{cpp,h} and fxgc_unittests.{cpp,h} to testing/ by Tom Sepez · 4 years, 11 months ago
- 2281853 Make test environment setup consistent with gtest model. by Tom Sepez · 4 years, 11 months ago
- eaf9d21 Move class EmbedderTestEnvironment to standalone V8TestEnvironment. by Tom Sepez · 4 years, 11 months ago
- 1b6a47d Split off fxv8_unittest.h from cfx_v8_unittest.h by Tom Sepez · 4 years, 11 months ago
- 2c1d9b2 Introduce GCedTreeNode class template. by Tom Sepez · 5 years ago
- f954d13 Add fxjs/gc interface to Oilpan's CPP GCed heaps. by Tom Sepez · 5 years ago
- 3466e27 Use proper namespace instead of CFX_V8 static functions. by Tom Sepez · 5 years ago
- 993f201 Remove CFXJSE_Arguments. by Tom Sepez · 5 years ago
- 574ee37 Remove class CFX_GlobalArray. by Tom Sepez · 5 years ago
- 40f9d72 Reformat PDFium GN files. by Lei Zhang · 5 years ago
- 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 6 years ago
- 9fa7247 Add some unit tests for fx_date_helpers.h. by Lei Zhang · 6 years ago chromium/3939 chromium/3940
- 6d27a1e Remove dependence from fxjs to fxfa/layout. by Tom Sepez · 6 years ago chromium/3881
- 60da5fa Remove dependence from cjs_field.cpp to fpdfapi/font by Tom Sepez · 6 years ago
- 0208b0c Begin work to get fpdfapi/render layered above fpdfapi/page. by Tom Sepez · 6 years ago chromium/3863 chromium/3864
- b536588 Fix PDFium integration into other projects. by Lei Zhang · 6 years ago chromium/3824
- 8e94c18 Remove stray includes of cpdfsdk_helpers.h by Tom Sepez · 6 years ago
- 7dbb85b Rename CJS_EventHandler to CJS_EventRecorder. by Tom Sepez · 6 years ago
- 601809e Avoid a CHECK failure inside CXFA_AttachNodeList::Insert(). by Lei Zhang · 6 years ago
- f0ef9d0 Remove extra slashes in fxjs/BUILD.gn. by Lei Zhang · 6 years ago
- ef35a82 Fix a crash inside CJX_HostPseudoModel::openList(). by Lei Zhang · 6 years ago
- 15c0b1e Avoid nullptr crash in CJS_App::get_active_docs(). by Lei Zhang · 6 years ago
- 333ac4a Remove some more redundant CJX_Object subclass methods. by Tom Sepez · 6 years ago
- 58fc126 Remove more redundant CJX attribute wrappers. by Tom Sepez · 6 years ago
- 793691a Move some single-use CJX_Object property getters to subclasses. by Tom Sepez · 6 years ago
- 85549b4 Add constants for annotation flags. by Lei Zhang · 6 years ago
- da86ca3 Remove last CJX_ classes that do not meaningfully extend superclasses by Tom Sepez · 6 years ago
- f0898a2 Remove CJX_ classes that do not meaningfully extend CJX_Container. by Tom Sepez · 6 years ago
- e24ead1 Remove CJX_ classes that do not meaningfully extend CJX_TextNode by Tom Sepez · 6 years ago
- ef6c19f Remove CJX_ classes that do not meaningfully extend CJX_Node. by Tom Sepez · 6 years ago
- 4761770 Add CFXJSE_Value::IsEmpty() and use it in SetArray() by Tom Sepez · 6 years ago
- 92cc793 Move XFA-only fxcrt/ files to fgas/layout/ or fgas/crt. by Tom Sepez · 6 years ago
- 49dbb7f Move jse_define.h to fxjs/xfa directory. by Tom Sepez · 6 years ago
- 70e5214 Move fxjs/cfxjse_* files to fxjs/xfa. by Tom Sepez · 6 years ago chromium/3640
- 86e5fbf Move Non-JS date functions to fx_date_helpers.cpp by Tom Sepez · 7 years ago
- eccfe0e Remove notion of file writing from CFX_GlobalData by Tom Sepez · 7 years ago
- 41d04e1 Rename CJS_{KeyValue,GlobalData,GlobalVariableArray}.{h,cpp} to CFX_ by Tom Sepez · 7 years ago
- ce0f004 Remove CJS_Report class. by Tom Sepez · 7 years ago
- 0e5bab1 Remove PrintParams object. by Tom Sepez · 7 years ago
- 1929d6e Split pdfium_embeddertests sources. by Lei Zhang · 7 years ago chromium/3582
- f03f781 Split pdfium_unittests sources. by Lei Zhang · 7 years ago
- bc75f62 Make fxjs/ pass gn check. by Lei Zhang · 7 years ago
- d7f51c7 Make fpdfsdk/ pass gn check. by Lei Zhang · 7 years ago
- 995374a Split core/fxcrt build rules into core/fxcrt/BUILD.gn. by Lei Zhang · 7 years ago
- a7dec32 Split fxjs build rules into fxjs/BUILD.gn. by Lei Zhang · 7 years ago