summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Remove some unused code in fxcrt strings.Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-04Remove unreachable code in CPDFXFA_Page.Lei Zhang
2018-10-04Remove null m_page checks from CPDFSDK_PageView.Tom Sepez
2018-10-04Make some CPWL_FontMap methods pure virtual.Tom Sepez
2018-10-04Remove CPDFSDK_DateTime entirely.Tom Sepez
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-10-04CPDFSDK_AnnotHandlerMgr::Annot_OnCreate() is not called.Tom Sepez
2018-10-04Remove CPWL_Wnd::GetClassName() and overrides.Tom Sepez
2018-10-04Remove CPWL_EditCtrl::m_pEdit null checks.Tom Sepez
2018-10-04Remove more uncalled methods in core/Tom Sepez
2018-10-04Reject argument lists that are not comma separatedRyan Harrison
2018-10-04Remove several more unused methods from core/Tom Sepez
2018-10-03Remove unused method CPDF_ActionFields::GetFieldsCount()Tom Sepez
2018-10-03Remove unused method CPDF_Bookmark::GetColorRef.Tom Sepez
2018-10-03Remove unused methods in CPDF_DocJSActions.Tom Sepez
2018-10-03Remove some impossible null checks from fx_crypt_sha.cppTom Sepez
2018-10-03Tidy CFX_UTF8Decoder.Tom Sepez
2018-10-03Use numbers to test barcode encodings that do not accept letters.Henrique Nakashima
2018-10-03Remove blocklen argument from CRYPT_AESSetKey()Tom Sepez
2018-10-03Make CCodec_ProgressiveDecoder::ReadMoreData() slightly sanerchromium/3570Tom Sepez
2018-10-03Reland "Make potentially dangerous Actions require a user click."Henrique Nakashima
2018-10-03Fix nits in CFX_FontSourceEnum_File.Lei Zhang
2018-10-03Split CFX_FontSourceEnum_File into its own file.Lei Zhang
2018-10-03Add FxFolderHandleCloser for use with std::unique_ptr.Lei Zhang
2018-10-03Simplify CFX_FontSourceEnum_File's file iterator.Lei Zhang
2018-10-02Clean up some XFA forward declarations.Lei Zhang
2018-10-02Avoid overloading CFGAS_FontMgr::LoadFont().Lei Zhang
2018-10-02Make CFGAS_DefaultFontManager a class with only static methods.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-10-02Remove unneeded cfgas_fontmgr.h includes.Lei Zhang
2018-10-02Consolidate ReadMoreData() calls.Tom Sepez
2018-10-02Remove ability to delete annot in CJS_Document::removeField()Tom Sepez
2018-10-02Use smart pointers in CPDF_PageRenderCache.Lei Zhang
2018-10-02Remove dead code in CPDF_PageRenderCache::ResetBitmap().Lei Zhang
2018-10-02Fix nits in gold.py.Lei Zhang
2018-10-02Retry fetching Gold JSON data.Lei Zhang
2018-10-02Normalize widget bounding boxes when flattening.Lei Zhang
2018-10-01Add XFA BMP pixel testchromium/3569Ryan Harrison
2018-10-01Add XFA TIFF Deflate pixel testRyan Harrison
2018-10-01Add XFA TIFF PackBits pixel testRyan Harrison
2018-10-01Add XFA TIFF LZW pixel testRyan Harrison
2018-10-01Add XFA PNG pixel testRyan Harrison
2018-10-01Add XFA TIFF pixel testRyan Harrison
2018-10-01Remove checks for impossible situation in CPDFXFA_Context.Lei Zhang
2018-10-01Update some third_party/base headers.Lei Zhang
2018-10-01Make header guards consistent in third_party/base/*.h.Lei Zhang
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-10-01Initialize more CXFA_Node members in the header.Lei Zhang