Age | Commit message (Expand) | Author |
2016-05-20 | Merge GetBits32() impls into one. Put it in fxcrt. | thestig |
2016-05-19 | Fix the Skia build after 9b1a0ee. | thestig |
2016-05-19 | Fix Undefined-shift in CPDF_SampledFunc::v_Init(). | thestig |
2016-05-19 | Fix leak in CPDF_StreamContentParser::AddTextObject(). | thestig |
2016-05-19 | Clean up CFX_RenderDevice::DrawNormalText(). | thestig |
2016-05-17 | Fix DrMemory bot error by properly initializing the variable | weili |
2016-05-17 | Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20... | weili |
2016-05-17 | Remove an unnecessary variable from CPDF_Creator | weili |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Clean up CPDF_Creator. | thestig |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-11 | Fix a sign mismatch.chromium/2735 | thestig |
2016-05-11 | Revert "Reland of relax a couple checks to allow certain non-standard PDF fil... | weili |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Remove c_str() from fpdf_font.cpp | tsepez |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-05-11 | Clean up CPDF_Color and some related code. | thestig |
2016-05-11 | Fix a potential UAF with FPDFAvail_IsLinearized(). | thestig |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
2016-05-04 | Reland of lax a couple checks to allow certain non-standard PDF files. (patch... | weili |
2016-05-03 | Revert of Relax a couple checks to allow certain non-standard PDF files. (pat... | weili |
2016-04-29 | Relax a couple checks to allow certain non-standard PDF files. | weili |
2016-04-28 | Fix stack overflow from nested arrays. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-26 | CPDF_Document::LoadPattern() and friends always have a valid matrix. | thestig |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-22 | Add a simple check for V4 cross reference table | weili |
2016-04-22 | Remove #ifdef platform which is always true. | tsepez |
2016-04-21 | Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp | tsepez |
2016-04-21 | Remove one warning from PDFium compilation in Cros | weili |
2016-04-21 | Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream | tsepez |
2016-04-21 | Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715 | ochang |
2016-04-21 | Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp | tsepez |
2016-04-21 | Only call shading code with streams. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-20 | Cleanups from prior CLs. | dsinclair |
2016-04-19 | Remove IPDF_CryptoHandler and IPDF_SecurityHandler. | dsinclair |
2016-04-15 | Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree | tsepez |
2016-04-15 | Prevent a potential OOB read in TranslateImageLine. | ochang |
2016-04-14 | Explicity use CFX_ByteStrings in a couple of places | tsepez |
2016-04-14 | Avoid string allocs for CMap_GetString() return value. | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Add iterators and unit tests for CPDF_Array class | weili |