summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-25Remove rarely used GDI+ using statements.chromium/3592Lei Zhang
2018-10-25Remove unused GDI+ code.Lei Zhang
2018-10-25Change DrawBitsWithMask() to take a matrix by const-ref.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-25Fix blend mode usage in CFX_ScanlineCompositor helpers.Lei Zhang
2018-10-25Initialize SkiaState members where declared.Lei Zhang
2018-10-25Initialize CFX_ImageRenderer members in the header.Lei Zhang
2018-10-25Add android_no_v8 builder to the default try job set.Lei Zhang
2018-10-25Revert "Add android_nov8 builder to the default try job set."Lei Zhang
2018-10-25Add android_nov8 builder to the default try job set.Lei Zhang
2018-10-24Fix CPLW_Wnd ownership model in CFFL_FormFiller.Tom Sepez
2018-10-24Clean up CFX_ImageTransformer parameters.Lei Zhang
2018-10-24Remove FXDIB_BLEND_UNSUPPORTED.Lei Zhang
2018-10-24Initialize CPDF_GeneralState::StateData in the header.Lei Zhang
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-10-24Assert CPDF_Image::m_pDocument is never nullptr.Lei Zhang
2018-10-24Make CPDF_PathObject::m_Path private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_FillType private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_bStroke private.Lei Zhang
2018-10-24Start making CPDF_PathObject members private.Lei Zhang
2018-10-24Add CFX_Matrix::AsTuple().chromium/3591Lei Zhang
2018-10-24Implement FPDFImageObj_GetMatrix().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineCap().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineJoin().Lei Zhang
2018-10-24Check CPDFFooObjectFromFPDFPageObject() result.Lei Zhang
2018-10-24Be more particular about FX objects constructed from JSTom Sepez
2018-10-23Pull in current Chromium IMMEDIATE_CRASH() implementation.Lei Zhang
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-23Split field.in into field_properties.in and field_methods.inTom Sepez
2018-10-23Remove CJS_Field::ValueIsOccur()Tom Sepez
2018-10-23Remove CJS_Report class.Tom Sepez
2018-10-23Remove JSMessage::kRunSuccess and its stringTom Sepez
2018-10-22Modernize app.* JS method tests.chromium/3590Tom Sepez
2018-10-22Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589Tom Sepez
2018-10-22Consolidate app_*.in tests into app_methods.inTom Sepez
2018-10-22Add missing property to event_properties.inTom Sepez
2018-10-22Call last uncovered document methods.Tom Sepez
2018-10-22Add FPDFFormFillEmbeddertest.DocumentAActions.Tom Sepez
2018-10-22Remove pdfium_diff target from pdf_is_standalone block.Tom Sepez
2018-10-22Roll v8/ 626844157..db22e96fb (203 commits)Lei Zhang
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-22Add k prefixes to CPDF_AAction::AActionType enumeratorsHans Wennborg
2018-10-22Speculative fix for bad FX_Free() under fuzzer.Tom Sepez
2018-10-19Roll v8/ 604c50c84..626844157 (516 commits)chromium/3588chromium/3587chromium/3586Lei Zhang
2018-10-19Roll v8/ c623fabe5..604c50c84 (9 commits)Lei Zhang
2018-10-19Add static asserts for FPDFDOC_AACTION_* constants.Tom Sepez
2018-10-18Fully populate JS platform callbacks in pdfium_testTom Sepez
2018-10-18One more round of IWYU in fxjs/.Lei Zhang