Age | Commit message (Expand) | Author |
2018-09-20 | Remove more unneeded STL #includes from headers. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-19 | Use MaybeOwned in CPDF_StreamAcc.chromium/3557 | Lei Zhang |
2018-09-19 | Roll testing/corpus/ 6cd71979b..2ddedb263 (1 commit) | Lei Zhang |
2018-09-19 | Consolidate raw data processing path in CPDF_StreamAcc. | Lei Zhang |
2018-09-19 | Initialize CPDF_ImageRenderer in the header. | Lei Zhang |
2018-09-19 | Encapsulate CPDF_ImageLoader. | Lei Zhang |
2018-09-19 | Validate decoder pipelines. | Lei Zhang |
2018-09-18 | Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556 | Henrique Nakashima |
2018-09-18 | Transfer ownership of nodes to top-level XML doc | Ryan Harrison |
2018-09-18 | Encode mark names when writing to file. | Henrique Nakashima |
2018-09-18 | Roll third_party/freetype/src/ f8af8fba7..dfddc2d97 (14 commits) | Lei Zhang |
2018-09-17 | Make fxcrt::Retainable non-copyable. | Tom Sepez |
2018-09-17 | Check for empty streams earlier in CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2018-09-17 | Replace CJS_GlobalVariableArray::Copy() with operator=(). | Tom Sepez |
2018-09-17 | Make CBC_CodeBase::SetWideNarrowRatio() not virtual. | Lei Zhang |
2018-09-17 | Extract duplicate code into GetShadingSteps(). | Lei Zhang |
2018-09-17 | Remove a check that is never true in CJBig2_ArithDecoder::Decode().chromium/3555 | Lei Zhang |
2018-09-17 | Use more booleans within JBig2ArithCtx. | Lei Zhang |
2018-09-17 | Remove CPDF_StreamAcc::m_pSrcData. | Lei Zhang |
2018-09-17 | Make CBC_CodeBase::SetTextLocation() not virtual. | Lei Zhang |
2018-09-17 | Make JBig2ArithCtx a class. | Lei Zhang |
2018-09-17 | Fix final/protected conflicts. | Tom Sepez |
2018-09-17 | Make CBC_CodeBase::SetTextLocation() virtual. | Lei Zhang |
2018-09-17 | Initialize some 1D barcode classes in the header. | Lei Zhang |
2018-09-17 | Remove BCExceptionInvalidateCharacter. | Lei Zhang |
2018-09-17 | Encapsulate CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2018-09-17 | Remove deprecated FPDFPage_CountObject(). | Lei Zhang |
2018-09-15 | Roll v8/ 19afaa143..41562c7c5 (415 commits)chromium/3554 | Lei Zhang |
2018-09-15 | Roll tools/clang to 9bd40b25b. | Lei Zhang |
2018-09-15 | Roll third_party/libjpeg_turbo/ 7260e4d8b..61a2bbaa9 (4 commits) | Lei Zhang |
2018-09-15 | Roll DEPS for catapult to 9f36d9f7 | Lei Zhang |
2018-09-15 | Remove FXFM_ENCODING_NONE. | Lei Zhang |
2018-09-15 | Remove dead CBC_QRCoderEncoder code. | Lei Zhang |
2018-09-15 | Use ScopedFPDFStructTree in tests. | Lei Zhang |
2018-09-14 | Use pdfium::Optional in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Add CPDF_Document::StockFontClearer. | Lei Zhang |
2018-09-14 | Use MakeUnique() in CFFL_InteractiveFormFiller. | Tom Sepez |
2018-09-14 | Use unique_ptr<> in CJS_GlobalVariableArray::Add(). | Tom Sepez |
2018-09-14 | Use fxcrt::MaybeOwned in CFGAS_GEFont. | Lei Zhang |
2018-09-14 | Use UnownedPtr in CFX_UnicodeEncoding. | Lei Zhang |
2018-09-14 | Revert "Disable FPDFEditEmbeddertest.AddCIDFontText" | Tom Sepez |
2018-09-14 | Clean up CFGAS_GEFont members. | Lei Zhang |
2018-09-14 | Change two memcpys to iterator form of vector constructor. | Tom Sepez |
2018-09-14 | Rename FPDF_RenderPage_Retail() to RenderPageWithContext()chromium/3553 | Tom Sepez |
2018-09-14 | Make ContentParam::m_Name be a ByteString. | Tom Sepez |
2018-09-14 | Initialize CBC_OneDimWriter members in the header. | Lei Zhang |
2018-09-14 | Add basic tests for some annotation APIs. | Lei Zhang |
2018-09-13 | Use safe math in MatchFloatRange(). | Tom Sepez |
2018-09-13 | Reland "Introduce FX_Number class as a replacement for FX_atonum()." | Tom Sepez |