Age | Commit message (Expand) | Author |
2018-10-24 | Make CPDF_PathObject::m_FillType private. | Lei Zhang |
2018-10-24 | Make CPDF_PathObject::m_bStroke private. | Lei Zhang |
2018-10-24 | Start making CPDF_PathObject members private. | Lei Zhang |
2018-10-24 | Add CFX_Matrix::AsTuple().chromium/3591 | Lei Zhang |
2018-10-24 | Implement FPDFImageObj_GetMatrix(). | Lei Zhang |
2018-10-24 | Implement FPDFPageObj_GetLineCap(). | Lei Zhang |
2018-10-24 | Implement FPDFPageObj_GetLineJoin(). | Lei Zhang |
2018-10-24 | Check CPDFFooObjectFromFPDFPageObject() result. | Lei Zhang |
2018-10-24 | Be more particular about FX objects constructed from JS | Tom Sepez |
2018-10-23 | Pull in current Chromium IMMEDIATE_CRASH() implementation. | Lei Zhang |
2018-10-23 | Test color.convert() and equal() from JS (and fix comparison logic). | Tom Sepez |
2018-10-23 | Split field.in into field_properties.in and field_methods.in | Tom Sepez |
2018-10-23 | Remove CJS_Field::ValueIsOccur() | Tom Sepez |
2018-10-23 | Remove CJS_Report class. | Tom Sepez |
2018-10-23 | Remove JSMessage::kRunSuccess and its string | Tom Sepez |
2018-10-22 | Modernize app.* JS method tests.chromium/3590 | Tom Sepez |
2018-10-22 | Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589 | Tom Sepez |
2018-10-22 | Consolidate app_*.in tests into app_methods.in | Tom Sepez |
2018-10-22 | Add missing property to event_properties.in | Tom Sepez |
2018-10-22 | Call last uncovered document methods. | Tom Sepez |
2018-10-22 | Add FPDFFormFillEmbeddertest.DocumentAActions. | Tom Sepez |
2018-10-22 | Remove pdfium_diff target from pdf_is_standalone block. | Tom Sepez |
2018-10-22 | Roll v8/ 626844157..db22e96fb (203 commits) | Lei Zhang |
2018-10-22 | Fix timezone inconsistency in document methods test. | Tom Sepez |
2018-10-22 | Rename CPDF_Object::Type enumerators with k prefixes | Hans Wennborg |
2018-10-22 | Add k prefixes to CPDF_AAction::AActionType enumerators | Hans Wennborg |
2018-10-22 | Speculative fix for bad FX_Free() under fuzzer. | Tom Sepez |
2018-10-19 | Roll v8/ 604c50c84..626844157 (516 commits)chromium/3588chromium/3587chromium/3586 | Lei Zhang |
2018-10-19 | Roll v8/ c623fabe5..604c50c84 (9 commits) | Lei Zhang |
2018-10-19 | Add static asserts for FPDFDOC_AACTION_* constants. | Tom Sepez |
2018-10-18 | Fully populate JS platform callbacks in pdfium_test | Tom Sepez |
2018-10-18 | One more round of IWYU in fxjs/. | Lei Zhang |
2018-10-18 | Try assigning more kinds of values to doc props | Tom Sepez |
2018-10-18 | Roll v8/ 41562c7c5..c623fabe5 (96 commits)chromium/3585 | Lei Zhang |
2018-10-18 | Expand CJS_Document::mail{Doc,Form}() parameters | Tom Sepez |
2018-10-18 | Remove PrintParams object. | Tom Sepez |
2018-10-18 | Do IWYU for core/fxcrt/xml headers. | Lei Zhang |
2018-10-18 | Remove unused form of CFX_Matrix::TransformRect(). | Lei Zhang |
2018-10-18 | Do more IWYU in fxjs/. | Lei Zhang |
2018-10-18 | Remove some useless calls to the CFX_XMLNode ctor from subclasses. | Lei Zhang |
2018-10-18 | Do IWYU in core/fxcrt/css and fix lint errors. | Lei Zhang |
2018-10-18 | Add unit tests for CFX_Matrix::TransformRect(). | Lei Zhang |
2018-10-18 | Forward declare some fxjs/ classes. | Lei Zhang |
2018-10-18 | Remove a few V8 includes from header files. | Lei Zhang |
2018-10-18 | Change CXFA_LoaderContext::dwFlags to bFilterSpace. | Lei Zhang |
2018-10-18 | Avoid pass by value in FPDFPage_Flatten()'s GetMatrix() helper. | Lei Zhang |
2018-10-18 | Push/pop the graphics state stack when flattening. | Lei Zhang |
2018-10-18 | Convert CXFA_LoaderContext to a struct. | Lei Zhang |
2018-10-18 | Clean up CXFA_TextLayout. | Lei Zhang |
2018-10-18 | Add JavaScript tests for event API. | Tom Sepez |