1. 3d523e3 Revert "Return pdfium::span<char> from ByteString::GetBuffer()." by Tom Sepez · 7 years ago
  2. 80a6cbe Return pdfium::span<char> from ByteString::GetBuffer(). by Tom Sepez · 7 years ago
  3. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 7 years ago
  4. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 7 years ago
  5. 19a33e4 Rewrite CPDFXFA_DocEnvironment::GetPopupPos. by Henrique Nakashima · 7 years ago
  6. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  7. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  8. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  9. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  10. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  11. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  12. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  13. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  14. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  15. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  16. 222e1a4 Use early returns in more CPDFSDK_FormFillEnvironment code. by Lei Zhang · 7 years ago
  17. ad0982a Mark more CPDFSDK_FormFillEnvironment methods as const. by Lei Zhang · 7 years ago
  18. 671630e Use less opaque types in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  19. 940967d Use Unowned/Observed pointers between doc and FF onwership hierarchies. by Tom Sepez · 7 years ago
  20. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  21. 4ad4690 Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp by Tom Sepez · 7 years ago
  22. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  23. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  24. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  25. 60fd9fc Convert OutputSelectedRect to take a rect by Dan Sinclair · 8 years ago
  26. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 8 years ago
  27. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  28. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  29. 2599ff7 Fix CPDFSDK_FormFillEnvironment destruction order by tsepez · 8 years ago
  30. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  31. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  32. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  33. dc0401a Fix one more FX_BOOL / int issue in fpdfsdk by tsepez · 8 years ago
  34. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  35. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  36. 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
  37. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  38. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  39. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  40. 6c659ab Cleanup nits from merge CL by dsinclair · 8 years ago
  41. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  42. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  43. 709f5a9 Fixup formfiller cleanup by dsinclair · 8 years ago
  44. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago[Renamed (65%) from fpdfsdk/cpdfsdk_environment.cpp]
  45. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  46. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  47. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  48. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  49. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  50. a939bfe Make creation of CPDFSDK_Document clearer by dsinclair · 8 years ago
  51. 577ad2c Move CPDFSDK_Environment code to cpp file by dsinclair · 8 years ago
  52. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  53. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  54. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago[Renamed (89%) from fpdfsdk/cpdfdoc_environment.cpp]
  55. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago