1. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  2. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  3. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 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. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  9. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  10. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  11. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  12. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  13. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  14. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  15. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  16. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  17. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  18. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  19. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  20. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  21. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  22. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  23. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  24. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  25. d71bae0 Cleanup some cjs_runtime ifdefs. by dsinclair · 8 years ago
  26. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  27. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  28. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  29. 884b4f9 Remove unused context param from execute. by dsinclair · 8 years ago
  30. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  31. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 8 years ago
  32. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  33. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  34. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago[Renamed (98%) from fpdfsdk/javascript/JS_Runtime.cpp]
  35. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 9 years ago
  36. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  37. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (92%) from fpdfsdk/src/javascript/JS_Runtime.cpp]
  38. e2a774a Remove xfa/src/fxjse/src and move code up a level. by Dan Sinclair · 9 years ago
  39. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  40. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  41. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  42. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  43. 4866158 Pdfium does not create isolate when it runs in chromium by jinming_wang · 9 years ago
  44. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  45. cd2bb30 Merge to XFA: Add ContainsKey() and ContainsValue() and use them where appropriate. by Lei Zhang · 9 years ago
  46. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  47. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  48. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  49. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  50. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  51. 4237aed Merge to XFA: Keep "static" objects per-context rather than per isolate. by Tom Sepez · 9 years ago
  52. 4f4603c Segv when PDF-side JS object property getter invoked from XFA. by Tom Sepez · 9 years ago
  53. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  54. 452b4f3 Merge to XFA: Allow compiling PDFium without V8. by Tom Sepez · 9 years ago
  55. a8a39e2 Allow building of XFA branch without XFA by Tom Sepez · 9 years ago
  56. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  57. 3fa115b Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. by Lei Zhang · 9 years ago
  58. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  59. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  60. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  61. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  62. 2d5a0e1 Merge to XFA: CJS_Timer should observe CJS_Runtime destruction. by Lei Zhang · 9 years ago
  63. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  64. 5d0e843 Merge to XFA: Use std::set<> to track active event handlers. by Tom Sepez · 9 years ago
  65. ed7b2b5 XFA: contention between FXJSE and FXJS over isolate data slots by Tom Sepez · 9 years ago
  66. 854a7f6 Merge to XFA: Remove CJS_RuntimeFactory by Tom Sepez · 9 years ago
  67. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  68. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  69. 7d0fcbf Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. by Tom Sepez · 9 years ago
  70. f458362 Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management. by Tom Sepez · 9 years ago
  71. 142165e Merge to XFA: Fix strings, ..., void return types for Consts.h. by Tom Sepez · 9 years ago
  72. 570875c Merge to XFA: Rename Init methods to more accurately describe purpose by Tom Sepez · 9 years ago
  73. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  74. 2900784 Merge to XFA: Don't dispose the isolate if its provided by the embedder by Jochen Eisinger · 9 years ago
  75. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  76. 06b6002 Merge to XFA: Plumb in an externally created v8::Isolate by Jochen Eisinger · 9 years ago
  77. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  78. d07958f Merge to XFA: Remove dead code found by Scythe. by Lei Zhang · 9 years ago
  79. 796c908 Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. by Lei Zhang · 9 years ago
  80. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  81. ca3ac5e Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. by Tom Sepez · 9 years ago
  82. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  83. bdeeb8a Make CPDFXFA_App / IXFA_AppProvider saner by Tom Sepez · 9 years ago
  84. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 9 years ago
  85. d2cc1b9 Merge to XFA: Fix V8 array buffer allocator. by Tom Sepez · 9 years ago
  86. c774787 Merge to XFA: Kill off unused IFXJS interface methods. by Tom Sepez · 10 years ago
  87. b045ed2 Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to XFA branch by John Abd-El-Malek · 10 years ago
  88. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  89. f13c1f3 Merge to XFA: Patch from CL 726143002 by Bo Xu · 10 years ago
  90. a197ba4 Merge to XFA: Patch from CL 705503004 by Bo Xu · 10 years ago
  91. ca97940 Do not Initialize v8 in fpdfsdk, since this has been done in xfa by Bo Xu · 10 years ago
  92. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  93. 0c53324 Invoke V8::Initialize() explicitly during V8 setup by Jochen Eisinger · 10 years ago
  94. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 10 years ago
  95. 3fb18f4 Hook up the default v8::Platform implementation to pdfium by Jochen Eisinger · 10 years ago
  96. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  97. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. by John Abd-El-Malek · 10 years ago
  98. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. by John Abd-El-Malek · 10 years ago
  99. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago