Age | Commit message (Expand) | Author |
2018-05-25 | [xfa] Generate CXFA_EventParam.newText dynamically | Dan Sinclair |
2018-05-25 | [xfa] Add missing xfa.event.cancelAction property | Dan Sinclair |
2018-05-24 | Improve constness for more CPDF_Objects pointers. | Lei Zhang |
2018-05-23 | [xfa] Skip text length check for empty text fieldschromium/3439 | Dan Sinclair |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Fix spaces too wide in XFA Dropdown. | Henrique Nakashima |
2018-05-18 | Fix issues with XFA font loading | Ryan Harrison |
2018-05-17 | More overflow checks in bidi code | Dan Sinclair |
2018-05-17 | Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView | Dan Sinclair |
2018-05-17 | Add comment about cleaning binding nodes | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
2018-05-16 | Move FX_LBUN shorthand codes from .h to .cpp file | Tom Sepez |
2018-05-16 | Convert Formcalc ToJavascript to a pointer WideTextBuf | Dan Sinclair |
2018-05-16 | Use CheckedNumeric in CFX_RTFBreak::AppendChar_Others | Dan Sinclair |
2018-05-15 | Remove unused methods from CFX_BreakLine | Dan Sinclair |
2018-05-15 | Remove CFX_BreakLine::CountPieces | Dan Sinclair |
2018-05-15 | Remove CFX_BreakLine::CountChars | Dan Sinclair |
2018-05-14 | Use internal wcstof instead of system wcstod in formcalc lexer | Dan Sinclair |
2018-05-14 | Cleanup unused members of CFWL_MonthCalendar. | Henrique Nakashima |
2018-05-14 | Remove dead code from CFWL_WidgetMgr. | Henrique Nakashima |
2018-05-12 | Remove unused CFWL_FormProxy. | Henrique Nakashima |
2018-05-11 | Rename last CFWL_ComboBox::DisForm* methods.chromium/3428 | Henrique Nakashima |
2018-05-11 | Remove more dead code from CFWL_ComboBox. | Henrique Nakashima |
2018-05-11 | Remove CFWL_Widget::SetFocus(). It is non-op. | Henrique Nakashima |
2018-05-11 | Inline or renamed more CFWL_ComboBox::DisForm methods. | Henrique Nakashima |
2018-05-11 | Remove CFWL_ComboBoxProxy. | Henrique Nakashima |
2018-05-11 | Inline Disform_* methods. | Henrique Nakashima |
2018-05-11 | Remove CFWL_WidgetMgr::IsFormDisabled(). | Henrique Nakashima |
2018-05-10 | Fixup ASSERT in Bidi handling; Add bidi fuzzer. | Dan Sinclair |
2018-05-10 | Cleanup formcalc method generationchromium/3427 | Dan Sinclair |
2018-05-10 | Clean up post review comments | Ryan Harrison |
2018-05-10 | Do not build BMP when codec is disabled | Ryan Harrison |
2018-05-10 | Change formcalc javascript method output | Dan Sinclair |
2018-05-09 | Do not build GIF when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build PNG when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build TIFF when codec is disabled | Ryan Harrison |
2018-05-08 | [fm2js] Create fewer CFX_WideTextBuf classes | Dan Sinclair |
2018-05-08 | [fm2js] Fail transpiling if lexer has left over data | Dan Sinclair |
2018-05-07 | Restore logic of CreateChildUIAndValueNodesIfNeeded(). | Henrique Nakashima |
2018-05-03 | Use pointers instead of refs in CXFA_TextLayout params. | Henrique Nakashima |
2018-05-03 | [xfa] Verify we can get a font manager before setting up XFA | Dan Sinclair |
2018-05-03 | [xfa] Verify field count before accessing | Dan Sinclair |
2018-05-02 | Use pointer instead of ref for XFA_RectWithoutMargin param.chromium/3418 | Henrique Nakashima |
2018-05-02 | Use pointer instead of ref for CXFA_Box::GetPathArcOrRounded param. | Henrique Nakashima |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-05-02 | Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break. | Henrique Nakashima |
2018-05-02 | Transform in/out params from reference to pointer in CFDE_TextOut. | Henrique Nakashima |
2018-05-02 | CFWL_MonthCalendar::GetTodayText() includes "Today" string. | Henrique Nakashima |
2018-05-02 | Pass DPI as CFX_Size in XFA_DrawImage. | Henrique Nakashima |