summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-06Roll tools/clang/ 9bd40b25b..7792d28b0 (10 commits)chromium/3575chromium/3574chromium/3573chromium/3572Lei Zhang
2018-10-06Roll third_party/depot_tools/ 02d534031..71e3be7a5 (141 commits; 44 trivial r...Lei Zhang
2018-10-06Roll tools/code_coverage/ 64186cbaf..4191ea067 (6 commits)Lei Zhang
2018-10-06Roll build/ dfca77bb0..eb7ca761a (27 commits)Lei Zhang
2018-10-06Simplify CFX_FloatRect::Inflate() and Deflate().Lei Zhang
2018-10-06Move CFX_FloatRect method impls out of the header.Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-05Remove optional matrix parameter from CPDF_PageObject::GetBBox().Lei Zhang
2018-10-05Remove one CSection::m_pVT null checkTom Sepez
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-05Make CPDF_RenderStatus matrix params const-ref.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-10-05Add methods to read specific field flags in CPDF_FormField.Lei Zhang
2018-10-05Remove unreachable null checks in CPDF_ActionFieldsTom Sepez
2018-10-05Tidy PWL_FLOATRANGETom Sepez
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