Age | Commit message (Expand) | Author |
2016-09-29 | Remove FX_BOOL from font_int.h | npm |
2016-09-29 | Remove unused CFX_AutoFontCache | thestig |
2016-09-28 | Replace a few more std::unique_ptr.reset() with WrapUnique assignments. | thestig |
2016-09-28 | Fix leaks in CFieldTree::Node. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-28 | Implement weak pointerschromium/2876chromium/2875 | tsepez |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-28 | Revert "Rename CPDF_CountedObject to CFX_WeakPtr::Handle" | tsepez |
2016-09-28 | Made CFieldTree::Node a class. | thestig |
2016-09-27 | Remove unused cpdf_generalstatedata.h | tsepez |
2016-09-26 | Clean up fx_codec_fax.cpp. | thestig |
2016-09-26 | Strengthen bounds check in CWeightTable::Calc. | stackexploit |
2016-09-26 | Fix memory leak in cmap parsing | kcwu |
2016-09-23 | Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870 | npm |
2016-09-23 | Clean CPDF_CIDFont a little | npm |
2016-09-23 | Avoid collisions in CPDF_IndirectObjectHolder::AddIndirectObject() | tsepez |
2016-09-23 | Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder | kcwu |
2016-09-23 | Make CPDF_Font::Create() return a std::unique_ptr. | tsepez |
2016-09-22 | Make CPDF_ColorSpace::Load() return a unique_ptr | tsepez |
2016-09-22 | Rename CPDF_CountedObject to CFX_WeakPtr::Handlechromium/2869 | tsepez |
2016-09-22 | Null CPDF_CountedObj::m_pObj prior to deletion | tsepez |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-21 | Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868 | tsepez |
2016-09-21 | Make ownership explicit in CPDF_ContentMarkItem. | tsepez |
2016-09-21 | Check for overflow in CMap_GetCode. | dsinclair |
2016-09-21 | Delete unused methods in CPDF_Parser | npm |
2016-09-20 | Change protected to private in CPDF_CID2UnicodeMap and CPDF_ToUnicodeMapchromium/2867 | npm |
2016-09-20 | Delete unused methods and variables in CPDF_CMapManager | npm |
2016-09-20 | Delete unused GetBitMap() in fx_agg_driver | npm |
2016-09-20 | Make CPDF_Array not do indirect object creation. | tsepez |
2016-09-20 | CPDF_Document friend cleanup | dsinclair |
2016-09-20 | CPDF_OCContext and CPDF_Document are no longer friends | dsinclair |
2016-09-20 | CPDF_Document and CPDF_DataAvail are no longer friends | dsinclair |
2016-09-20 | Cleanup CPDFXFA and CPDF document methods | dsinclair |
2016-09-20 | Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects"" | tsepez |
2016-09-20 | Fix memory leaking on ClosePage. | art-snake |
2016-09-20 | Assert that dictionary can own the objects it is given. | tsepez |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-20 | Fix nullptr dereference in FPDF_GenerateAP(). | thestig |
2016-09-20 | Fix stack exhaustion in CPDF_PSProc::Parse() | tsepez |
2016-09-19 | Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects" | Tom Sepez |
2016-09-19 | Make CPDF_IndirectObjectHolder use unique_ptr to objects | tsepez |
2016-09-19 | Remove CPDF_Object::Destroy { delete this; }chromium/2866 | tsepez |
2016-09-19 | Fix "heap use after free" bug. | art-snake |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-19 | Remove dead code in CCodec_IccModule | kcwu |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-19 | Fix compare between signed and unsigned values in CPDF_ImageRenderer::StartDI... | stackexploit |
2016-09-19 | Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb | stackexploit |