Age | Commit message (Expand) | Author |
2018-07-02 | Comment some raw pointers that cant become UnownedPtr<>. | Tom Sepez |
2018-07-02 | Use UnownedPtr<> in cfwl_event.h and cfwl_message.h | Tom Sepez |
2018-06-29 | Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478 | Tom Sepez |
2018-06-29 | Use UnownedPtr to CXFA_Node from outside the treechromium/3477 | Tom Sepez |
2018-06-29 | Use more UnownedPtr<> in cxfa_ffwidget | Tom Sepez |
2018-06-27 | Remove CXFA_FField::UnloadWidget(). | Tom Sepez |
2018-06-27 | Use unowned ptr for IFWL_ delegates | Tom Sepez |
2018-06-26 | Assert that tab width assumption holds in CFX_RTFBreak. | Henrique Nakashima |
2018-06-26 | Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab | Henrique Nakashima |
2018-06-22 | Avoid some duplicate const/non-const getters. | Tom Sepez |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-21 | Remove WideString::c_str() calls where possible. | Tom Sepez |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-14 | [formcalc] Calculate length of string when calling FXSYS_wcstof | Dan Sinclair |
2018-06-14 | Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h. | Peter Collingbourne |
2018-06-12 | [fm2js] Convert formcalc tests to use raw literals | Dan Sinclair |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-06-05 | [xfa] Make the event context available when calling back in XFA | Dan Sinclair |
2018-06-05 | Clean up CFX_TxtBreak | Ryan Harrison |
2018-06-04 | Remove unused assignment from CFX_RTFBreak | Ryan Harrison |
2018-06-04 | [xfa] Get properties from the non-xfa global if possible | Dan Sinclair |
2018-06-01 | Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() | Tom Sepez |
2018-06-01 | Move variable into loop scope | Ryan Harrison |
2018-06-01 | Clean up some issues found in CXFA_TextLayout | Ryan Harrison |
2018-06-01 | Return unique_ptr from CPDFXFA_Context::GetTimerMgr() | Tom Sepez |
2018-06-01 | Remove ununused startAngle and sweepAngle variables | Ryan Harrison |
2018-06-01 | Remove initialization of wchar_t ch | Ryan Harrison |
2018-06-01 | Remove unused variable pDst from CFWL_Edit::OnValidate | Ryan Harrison |
2018-06-01 | Remove unneeded call to GetNextSiblingWidget | Ryan Harrison |
2018-05-31 | Make XFA pixel tests more stablechromium/3447 | Ryan Harrison |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-29 | [xfa] Propagate the xfa change data for text to JS and back. | Dan Sinclair |
2018-05-29 | Get rid of FXARGB_MAKE macro. | Lei Zhang |
2018-05-25 | Replace some #ifdefs PDF_ENABLE_XFA, part 2. | Tom Sepez |
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 |