Age | Commit message (Expand) | Author |
2018-09-13 | Reland "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Revert "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |
2018-09-13 | Introduce FX_Number class as a replacement for FX_atonum(). | Tom Sepez |
2018-08-30 | Add unit test for AutoRestorer<> on smart pointer types. | Tom Sepez |
2018-08-29 | Change explicit suppression of warning 4267 to a config based suppression. | Will Harris |
2018-08-28 | Rename remaining fx_codec*.cpp to match class and .h file name | Tom Sepez |
2018-08-28 | Use std::span<> in CCodec_JPEGModule | Tom Sepez |
2018-08-27 | Rework CCODEC_ProgressiveDecoder. | Tom Sepez |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-23 | Enable warnings for shadowed variables | Ryan Harrison |
2018-08-23 | BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section. | Tom Sepez |
2018-08-17 | Remove CFPF_SkiaFontDescriptor. | Lei Zhang |
2018-08-17 | Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont. | Lei Zhang |
2018-08-17 | Rename CJS_Return to CJS_Result. | Tom Sepez |
2018-08-16 | Add a way to save a barcode generated bitmap to a .png. | Henrique Nakashima |
2018-08-13 | Implement CFX_CodecMemory. | Lei Zhang |
2018-08-13 | Move CPDFSDK_MemoryAccess to fxcrt. | Lei Zhang |
2018-08-09 | Move all utf8 decoding under fx_string.h | Tom Sepez |
2018-08-02 | Remove -Wno-pointer-to-int-cast from fxcodec target. | Lei Zhang |
2018-07-28 | Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506 | Tom Sepez |
2018-07-25 | Only build cfx_fileaccess_windows.cpp on Windows. | Lei Zhang |
2018-07-24 | Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP} | Tom Sepez |
2018-07-23 | Replace CFXJSE_HostObject::type_ with polymorphic conversion methods | Tom Sepez |
2018-07-19 | Make FX stream internal details more private to .cpp files. | Tom Sepez |
2018-07-16 | Use UnownedPtr/Optional in cfxa_layoutcontext.cpp | Tom Sepez |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
2018-07-11 | Fix crash and memory leak. | Artem Strygin |
2018-07-04 | Remove gn arg 'use_coverage'chromium/3482 | Ryan Harrison |
2018-06-27 | Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475 | Tom Sepez |
2018-06-27 | Implement CPDF_CrossRefTable | Artem Strygin |
2018-06-26 | Implement CPDF_ObjStream. | Artem Strygin |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | Tom Sepez |
2018-06-12 | Refactor modification of Contents in CPDF_PageContentGenerator. | Henrique Nakashima |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Write some FPDFTransformEmbedderTests. | Lei Zhang |
2018-06-06 | Add ability to log click events reaching PDFium | Ryan Harrison |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-06-04 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-05-30 | Remove manual references to exe_and_shlib_deps | Tom Anderson |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | Roll DEPS for build and buildtools. | Tom Anderson |
2018-05-29 | [xfa] Propagate the xfa change data for text to JS and back. | Dan Sinclair |
2018-05-25 | Move fuzzers to testing/fuzzers. | Lei Zhang |
2018-05-23 | Add unit test for CFX_BitStream. | Lei Zhang |
2018-05-16 | Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp | Nicolas Pena |
2018-05-12 | Remove unused CFWL_FormProxy. | Henrique Nakashima |
2018-05-11 | Remove CFWL_ComboBoxProxy. | Henrique Nakashima |
2018-05-10 | Fixup ASSERT in Bidi handling; Add bidi fuzzer. | Dan Sinclair |