1. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  2. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  3. e497492 Remove most CJS_Value Set methods by Dan Sinclair · 7 years ago
  4. 4b172c4 Cleaning up JS macros by Dan Sinclair · 7 years ago
  5. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  6. c970895 Cleanup CJS_Value by Dan Sinclair · 7 years ago
  7. 111488c Cleanup visiblity in Field by dan sinclair · 7 years ago
  8. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  9. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  10. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  11. 57cb544 Adjust loops in preperation for FX_STRSIZE int->size_t by Ryan Harrison · 7 years ago
  12. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  13. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  14. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  15. 5c09f4c Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 8 years ago
  16. 1952d17 Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." by Henrique Nakashima · 8 years ago
  17. aea80dc Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 8 years ago
  18. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 8 years ago
  19. d361005 Fix code in fpdf_flatten.cpp that does no make sense. by Lei Zhang · 8 years ago
  20. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 8 years ago
  21. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  22. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 8 years ago
  23. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  24. 313c425 Remove unused IconElement::IconStream. by Lei Zhang · 8 years ago
  25. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  26. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  27. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  28. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  29. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  30. 04557b8 Remove some JS_Define macros by Tom Sepez · 8 years ago
  31. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  32. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  33. 58e4c5a Clean up CPDF_TextObject a bit by Nicolas Pena · 8 years ago
  34. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  35. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  36. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  37. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  38. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  39. 71ba588 Fix more FX_BOOL / int noise in core/fpdfsdk by tsepez · 8 years ago
  40. dadea5f Make Document::m_IconList a vector of IconElements. (try 2) by thestig · 8 years ago
  41. 09bad1c Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id:20001 of https://codereview.chromium.org/2428743004/ ) by dsinclair · 8 years ago
  42. f328d0d Make Document::m_IconList a vector of IconElements. by thestig · 8 years ago
  43. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  44. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  45. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  46. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  47. cf38161 Remove remaining CPDFSDK_Document references by dsinclair · 8 years ago
  48. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  49. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  50. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  51. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  52. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  53. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  54. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  55. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  56. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  57. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  58. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  59. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  60. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  61. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  62. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  63. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  64. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  65. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  66. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  67. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  68. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  69. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  70. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  71. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  72. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  73. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  74. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  75. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  76. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  77. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  78. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  79. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  80. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  81. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 9 years ago
  82. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  83. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 9 years ago
  84. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 9 years ago
  85. 23ae4a5 Remove redundant casts, part 4 by tsepez · 9 years ago
  86. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  87. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  88. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  89. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  90. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  91. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  92. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  93. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  94. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  95. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  96. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  97. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  98. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  99. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  100. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago