Age | Commit message (Expand) | Author |
2016-02-23 | Remove _FDE_BLOCK_BUFFER as it's always defined. | Dan Sinclair |
2016-02-23 | Remove _FDEPLUS define. | Dan Sinclair |
2016-02-23 | XFA build fix. | Dan Sinclair |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-22 | FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages. | Lei Zhang |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-22 | Change presubmit lint check to a blacklist. | dan sinclair |
2016-02-23 | Resolve heap-use-after-free in CFX_WideString::~CFX_WideString() | Jun Fang |
2016-02-22 | refactor CPDF_PageObject and subclasses | Wei Li |
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 | Really apply git cl format to BUILD.gn | Tom Sepez |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-23 | Fix a crasher in ParsePostfixExpression() | Jun Fang |
2016-02-22 | Fix return values in CFWL_FormImp::EndDoModal(). | Lei Zhang |
2016-02-22 | Fix remaining FX_memsets in windows | Tom Sepez |
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 | Remove CFX_ThreadLock (its a no-op) | Tom Sepez |
2016-02-22 | Remove unused fde_gdidevice files. | Dan Sinclair |
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 | Tidy CFX_FixedBufGrow. | Tom Sepez |
2016-02-19 | Remove IFX_BufferArchive. | Tom Sepez |
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 | Get rid of CFX_CharMap instantiations. | Lei Zhang |
2016-02-19 | Hook up FFI_PageEvent. | Lei Zhang |
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 PageObject's m_Type and add As<Type> functions | Wei Li |
2016-02-19 | Remove CFX_{Byte,Wide}String::ConvertFrom(). | Lei Zhang |
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-19 | Fix an assertion failure in CXFA_FWLTheme::Initialize() | Jun Fang |
2016-02-18 | Remove useless CPDF_FontCharMap. | Lei Zhang |
2016-02-18 | Remove gotos in CJBig2_TRDProc. | Lei Zhang |
2016-02-18 | Clean up CPDF_FileSpec and add unit tests | Wei Li |
2016-02-18 | Remove m_pDownloadCallback. | Tom Sepez |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-18 | Name the states for fpdf_parser_parser. | Dan Sinclair |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |
2016-02-17 | Banish CFX_ObjectArray to the XFA side. | Tom Sepez |
2016-02-17 | Fix some issues with CXFA_FMParse/CXFA_FMLexer infinite looping.chromium/2657chromium/2656chromium/2655 | Oliver Chang |
2016-02-17 | Remove CFX_PtrList from renderer main loop. | Tom Sepez |