summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp
AgeCommit message (Expand)Author
2016-08-29Verify element exists before accessing.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-24Remove strange integral constants for "true", "false", "%PDF".Tom Sepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair