1. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  2. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 8 years ago
  3. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  4. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  5. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  6. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  7. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  8. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  9. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  10. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  11. 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
  12. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  13. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  14. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  15. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  16. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago
  17. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  18. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  19. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  20. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  21. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  22. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  23. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  24. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  25. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  26. cd5bca4 Fix build of pdf_hint_table_fuzzer. by tsepez · 8 years ago
  27. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  28. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  29. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  30. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  31. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  32. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  33. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  34. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  35. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  36. 47228ac Clean up singleton implementation by weili · 8 years ago
  37. fd36b8f PDFDocTest should TearDown() properly. by thestig · 8 years ago
  38. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
  39. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
  40. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  41. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  42. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  43. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  44. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfdoc_unittest.cpp]
  45. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  46. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  47. 5227e57 Add unit tests for FPDFBookmark_Find() by Wei Li · 9 years ago