Age | Commit message (Expand) | Author |
2018-02-08 | Move XFA-specific methods out of CJS_V8. | Tom Sepez |
2018-02-08 | Revert "Convert CXFA_Node to store a vector of children" | dsinclair |
2018-02-08 | Make CFXJS_Engine::SetObjectPrivate() static. | Tom Sepez |
2018-02-08 | Convert CXFA_Node to store a vector of children | Dan Sinclair |
2018-02-08 | Do more page load/unload checks in EmbedderTest. | Lei Zhang |
2018-02-08 | [v8-platform] Store the platform in a unique_ptr. (Try 2) | Lei Zhang |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Split creation of ordinary object and bound objects in FXJS.chromium/3343 | Tom Sepez |
2018-02-07 | Handle removed fonts correctly in GetFontByCodePage | Ryan Harrison |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-07 | Restore assert when GetCharacterInfo is called on an empty edit. | Henrique Nakashima |
2018-02-07 | Check that request sizes in ReadData don't overflow | Ryan Harrison |
2018-02-07 | Make xfa_fxfa_parser target jumbo capable. | Lei Zhang |
2018-02-07 | Remove unused return values from CXFA_Node | Dan Sinclair |
2018-02-07 | Revert "[v8-platform] Store the platform in a unique_ptr" | Dan Sinclair |
2018-02-07 | More GetPageNumbers() clean up in fpdf_ppo.cpp. | Lei Zhang |
2018-02-06 | Change MakeXObject to update reference from the root of the source page. | xlou |
2018-02-06 | Use temporary iterator to avoid potential OOB | Ryan Harrison |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-02-06 | Avoid needless malloc for v8:Global array. | Tom Sepez |
2018-02-06 | Remove unused FreeObjectPrivate() overload. | Tom Sepez |
2018-02-06 | IWYU | Mike Reed |
2018-02-06 | Make the CXFA_Node parent pointer Unowned | Dan Sinclair |
2018-02-06 | Break unneeded dep on Bmp codec in Gif codec | Ryan Harrison |
2018-02-06 | Account for skip size before getting image ifh size | Ryan Harrison |
2018-02-06 | Extract classes in fx_bmp.h into their own files | Ryan Harrison |
2018-02-06 | Convert BMP class name style to match other codecs | Ryan Harrison |
2018-02-06 | Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ | Ryan Harrison |
2018-02-06 | Changing the member naming style in BMPDecompressor | Ryan Harrison |
2018-02-06 | Fix an infinite recursion in pdfium_test. | Lei Zhang |
2018-02-06 | Add rendering embeddertests for FPDF_ImportNPagesToOne. | xlou |
2018-02-05 | Limit dest buffer to 1GB in FlateOrLZWDecode. | Henrique Nakashima |
2018-02-05 | Fold CJS_EmbedObj classes into CJS_Object classes | Dan Sinclair |
2018-02-05 | Remove the CJS_EmbedObj template param from JSConstructor. | Dan Sinclair |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-02-05 | Fix testing.cpp build with v8_use_external_startup_data=false. | Lei Zhang |
2018-02-05 | Use unique pointer in CFXJS_PerObjectData. | Tom Sepez |
2018-02-05 | Fix some formcalc constant naming. | Lei Zhang |
2018-02-05 | [v8-platform] Store the platform in a unique_ptr | Andreas Haas |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-02-05 | [XFA] dot_accessor may not provide a valid object. | Dan Sinclair |
2018-02-05 | Include time.h on wasm.chromium/3342chromium/3341 | Henrique Nakashima |
2018-02-05 | Move const arrays to CFXJS_Engine from CJS_V8 | Tom Sepez |
2018-02-02 | Teach the presubmit check to look for checkdeps in other places.chromium/3340chromium/3339chromium/3338 | Lei Zhang |
2018-02-02 | Remove third_party/build/build_config.h. | Lei Zhang |
2018-02-02 | Small tidy of fxjs | Tom Sepez |
2018-02-02 | Remove V8 context from CJS_V8 | Tom Sepez |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-02 | Add asm.js to third_party/build/build_config.h. | Henrique Nakashima |
2018-02-02 | Fix IWYU errors in fpdfppo.cpp. | Lei Zhang |