1. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  2. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  3. 69fe711 Make static const char* arrays more const. by Lei Zhang · 7 years ago
  4. 4fde70e Fix length field in dictionary on create stream by Artem Strygin · 7 years ago
  5. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  6. 90555e0 Add CPDF_Stream::ReplaceData method. by Artem Strygin · 7 years ago
  7. 106eecd Return removed value from dictionary. by Artem Strygin · 7 years ago
  8. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  9. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  10. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 7 years ago
  11. 6bdd824 Fix two CloneNonCycle issues by Wei Li · 7 years ago
  12. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  13. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 7 years ago
  14. 47fb8c0 Return unique_ptr from CFX_BinaryBuf::DetachBuffer() by tsepez · 8 years ago
  15. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  16. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  17. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  18. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  19. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  20. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  21. 931d087 Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr. by tsepez · 8 years ago
  22. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  23. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  24. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  25. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  26. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  27. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  28. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  29. 836f7d5 Land all the fixes from 5609f39c but don't enable assert by tsepez · 8 years ago
  30. 381fc83 Add method to convert to an indirect object in a dictionary. by tsepez · 8 years ago
  31. 5609f39 Revert "Re-land "Assert that only 0-numbered objects are Released()"" by tsepez · 8 years ago
  32. b69a98c Re-land "Assert that only 0-numbered objects are Released()" by tsepez · 8 years ago
  33. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago[Renamed (98%) from core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp]
  34. b73c993 Revert of Assert that only 0-numbered objects are Released() (patchset #7 id:120001 of https://codereview.chromium.org/2375343004/ ) by thestig · 8 years ago
  35. aba528a Assert that only 0-numbered objects are Released() by tsepez · 8 years ago
  36. cd5bca4 Fix build of pdf_hint_table_fuzzer. by tsepez · 8 years ago
  37. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  38. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  39. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  40. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  41. 5a399de Make CPDF_Array not do indirect object creation. by tsepez · 8 years ago
  42. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  43. 22b176d Check for nullptrs in CPDF_Dictionary dtor. by thestig · 8 years ago
  44. a61c01e Move parser out of IndirectObjectHolder by dsinclair · 8 years ago
  45. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  46. 03bd7c7 IndirectObjectHolder API updates by dsinclair · 8 years ago
  47. 8d6c929 Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of https://codereview.chromium.org/2253723002/ ) by dsinclair · 8 years ago
  48. 260f5fb Move parser pointer to CPDF_Document by dsinclair · 8 years ago
  49. b8bf55f Get rid of CPDF_Object::GetArray(). by thestig · 8 years ago
  50. 685bb88 Standalone GN build. by dsinclair · 8 years ago
  51. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 8 years ago
  52. 822484b Remove CPDF_Object::GetConstString and overrides by tsepez · 8 years ago
  53. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  54. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 8 years ago
  55. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  56. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  57. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  58. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  59. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 8 years ago[Renamed (99%) from core/src/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp]
  60. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago[Renamed (98%) from core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp]
  61. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 8 years ago
  62. bb53a5d Merge to XFA: Complete unit tests for CPDF_Array by Wei Li · 8 years ago
  63. 8f95227 Merge to XFA: Refactor CPDF_Object and its subclasses. by Wei Li · 8 years ago
  64. 9429368 XFA: Fix DOS newlines, final round. by Lei Zhang · 8 years ago
  65. 33ea630 Merge to XFA: Fixed object references in CPDF_Object by Wei Li · 9 years ago