Age | Commit message (Expand) | Author |
2016-02-25 | Remove fgas.h and IWYU. | Dan Sinclair |
2016-02-25 | Use std::unique_ptr in CXFA_FMParse. | Lei Zhang |
2016-02-25 | Remove fde.h and IWYU. | Dan Sinclair |
2016-02-25 | Make CXFA_Node::GetMeasure() and friends const. | Lei Zhang |
2016-02-25 | Remove set but unsed variables. | Lei Zhang |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-25 | Remove include only fwl.h and IWYU. | Dan Sinclair |
2016-02-24 | Remove foo != NULL checks in xfa/src/fxfa. | Lei Zhang |
2016-02-24 | Remove xfa_common.h and IWYU. | Dan Sinclair |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Moar _CAPS work, part 3. | Tom Sepez |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-23 | Fix a crasher in CXFA_ItemLayoutProcessor::DoLayoutTableContainer() | Jun Fang |
2016-02-23 | Fix a crasher in CXFA_LayoutPageMgr::GetAvailHeight() | Jun Fang |
2016-02-23 | Fix a crasher in CFX_ArrayTemplate::GetAt() | Jun Fang |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-23 | Fix a crasher in ParsePostfixExpression() | Jun Fang |
2016-02-22 | Remove unused stuff from fx_sys.h | Tom Sepez |
2016-02-22 | Define NDEBUG for Release builds. | Lei Zhang |
2016-02-22 | Expand XFA includes to be relative to pdfium/. | Dan Sinclair |
2016-02-22 | Fixing include guards, and presubmit. | Dan Sinclair |
2016-02-19 | Add a proper bounds check to XFA_FM_KeywordToString | Oliver Chang |
2016-02-19 | Define _DEBUG for debug builds. | Lei Zhang |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |
2016-02-19 | Move m_rgPendingNodes off of CFX_PtrList. | Tom Sepez |
2016-02-19 | Remove XFA_DATAMERGE_UPDATEBINDINGRELATIONS_DFS | Tom Sepez |
2016-02-19 | fix crashed in FXJSE_Value_Set | jinming_wang |
2016-02-19 | Fix a crasher in CXFA_Node::Script_Form_Recalculate() | Jun Fang |
2016-02-19 | Fix a crasher in CFDE_TxtEdtDoRecord_Insert::CFDE_TxtEdtDoRecord_Insert() | Jun Fang |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-17 | Fix some issues with CXFA_FMParse/CXFA_FMLexer infinite looping.chromium/2657chromium/2656chromium/2655 | Oliver Chang |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-16 | IFWL_App::Create() always passed adapter, "fuel" adapter unused | Tom Sepez |
2016-02-09 | Several pure virtual IFWL_Adapter* classes not implemented. | Tom Sepez |
2016-02-08 | Tidy fpdfsave.cpp | Tom Sepez |
2016-02-05 | Fix heap-use-after-free in CXFA_FFWidget::GetDataAcc() | Jun Fang |
2016-02-06 | Add a parameter checker in CXFA_ScriptContext::QueryNodeByFlag() | Jun Fang |
2016-02-04 | Fix an assertion failure in CXFA_DefFontMgr::GetDefaultFont() | Jun Fang |
2016-02-04 | Call CXFA_Object::ToNode() rather than C-style casting. | Tom Sepez |
2016-02-03 | Make CXFA_Data sub-classes ctors explicit. | Tom Sepez |
2016-02-03 | Add CFXA_Object helper methods. | Tom Sepez |
2016-02-02 | XFA: Fix a crashier in SetFocus() | Jun Fang |
2016-02-01 | Fix AddressSanitizer: heap-buffer-overflow in ValidateCanonicalTime() | Jun Fang |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-27 | XFA: Remove dead AddDoRecord code. | Lei Zhang |
2016-01-26 | Fix DOS newlines | Tom Sepez |