1. f328d0d Make Document::m_IconList a vector of IconElements. by thestig · 8 years ago
  2. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  3. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  4. 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
  5. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  6. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  7. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  8. f51e4dc Cleanup CPDFXFA_App methods by dsinclair · 8 years ago
  9. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  10. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  11. cf38161 Remove remaining CPDFSDK_Document references by dsinclair · 8 years ago
  12. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  13. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  14. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  15. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  16. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  17. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  18. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  19. 98151ca Cleanup DEPS files by dsinclair · 8 years ago
  20. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  21. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  22. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  23. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  24. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  25. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  26. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  27. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  28. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  29. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  30. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  31. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  32. b1469a2 Move core/fdrm/crypto/include to core/fdrm/crypto by dsinclair · 8 years ago
  33. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  34. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  35. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  36. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  37. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  38. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  39. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  40. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  41. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  42. 56cf519 Make javascript field observe sdk document by tsepez · 8 years ago
  43. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  44. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  45. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  46. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  47. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  48. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  49. 7b68f61 Make Observers into a templated class by tsepez · 8 years ago
  50. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  51. ce04a45 Add observer for BAAnnots from Javascript by dsinclair · 8 years ago
  52. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  53. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  54. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  55. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  56. a73b8fe Implement Field::SetHidden using Field::SetDisplay. by tonikitoo · 8 years ago
  57. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  58. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  59. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  60. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  61. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  62. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  63. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  64. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  65. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  66. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  67. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  68. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  69. f3c8832 Remove back-pointer to CJS_Runtime from CJS_Date by tsepez · 8 years ago
  70. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  71. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  72. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  73. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  74. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  75. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  76. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  77. 32e693f Fix issue when firing TimerProc() destroys timer by tsepez · 8 years ago
  78. 2d5b020 Use smart pointers for class owned pointers by weili · 8 years ago
  79. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  80. ca97a8e Watch for destruction of CPDFSDK_widget during callback by tsepez · 8 years ago
  81. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  82. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 8 years ago
  83. fbf52c2 Tidy up JS_Value.h by tsepez · 8 years ago
  84. d780735 Remove unused CJS_Value::Attach() variant by tsepez · 8 years ago
  85. 1d3348c Remove EnableMessageBox() / IsMessageBoxEnabled() by tsepez · 8 years ago
  86. 3999d6a Remove unused methods from JS_Object.cpp by tsepez · 8 years ago
  87. 47228ac Clean up singleton implementation by weili · 8 years ago
  88. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  89. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  90. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  91. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  92. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  93. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  94. bff506d Change func(void) to func() by weili · 8 years ago
  95. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  96. d71bae0 Cleanup some cjs_runtime ifdefs. by dsinclair · 8 years ago
  97. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  98. 23ae4a5 Remove redundant casts, part 4 by tsepez · 8 years ago
  99. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  100. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago