1. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  2. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  3. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  4. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  5. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  6. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  7. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago[Renamed (98%) from fpdfsdk/jsapi/fxjs_v8.cpp]
  8. 7e6a848 Roll DEPS for v8 to 820a23aa. by jochen · 8 years ago
  9. c4dedf3 Remove prototypes from v8 functions that aren't constructors by jochen · 8 years ago
  10. 7d554c9 Speculative fix for FXJS_InitializeRuntime crash. by dsinclair · 8 years ago
  11. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  12. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  13. 884b4f9 Remove unused context param from execute. by dsinclair · 8 years ago
  14. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  15. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  16. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  17. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  18. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 9 years ago
  19. 129a60e Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." by Tom Sepez · 9 years ago
  20. e432675 Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. by Tom Sepez · 9 years ago
  21. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  22. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (93%) from fpdfsdk/src/jsapi/fxjs_v8.cpp]
  23. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  24. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  25. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  26. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  27. 4866158 Pdfium does not create isolate when it runs in chromium by jinming_wang · 9 years ago
  28. 61dc96f Fix memory leakage on Linux - part3 by jinming_wang · 9 years ago
  29. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  30. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  31. 8b90ee6 Merge to XFA: CFXJS_ObjDefinition's lifetime must match isolate. by Tom Sepez · 9 years ago
  32. b8ec0a3 Mising JS refactoring in XFA. by Tom Sepez · 9 years ago
  33. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  34. 4237aed Merge to XFA: Keep "static" objects per-context rather than per isolate. by Tom Sepez · 9 years ago
  35. 4f4603c Segv when PDF-side JS object property getter invoked from XFA. by Tom Sepez · 9 years ago
  36. d88a364 Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. by Lei Zhang · 9 years ago
  37. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  38. 6cf117c Merge to XFA: Rename CFXJS_PrivateData to CFXJS_PerObjectData. by Tom Sepez · 9 years ago
  39. 371379d Merge to XFA: Remove FXJS_GetRuntime by Tom Sepez · 9 years ago
  40. 8f16b69 Merge to XFA: Fix memory leak in FXJS_ReleaseRuntime. by Oliver Chang · 9 years ago
  41. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  42. b391493 Merge to XFA: Fix a leak with g_DefaultGlobalObjectTemplate. by Lei Zhang · 9 years ago
  43. 3fa115b Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. by Lei Zhang · 9 years ago
  44. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  45. 4d4a442 Merge to XFA: Refcount external V8 isolate initialization / release. by Lei Zhang · 9 years ago
  46. 7fed2e7 Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR. by Tom Sepez · 9 years ago
  47. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  48. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  49. 8b315b6 Merge to XFA: Fix static initializer in fxjs_v8.cpp by Tom Sepez · 9 years ago
  50. 016a347 Merge to XFA: Add signatures to FXJS_V8. by Tom Sepez · 9 years ago
  51. bd7fabf Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h by Tom Sepez · 9 years ago
  52. a25fd09 XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolates by Tom Sepez · 9 years ago
  53. ed7b2b5 XFA: contention between FXJSE and FXJS over isolate data slots by Tom Sepez · 9 years ago
  54. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  55. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  56. 7d0fcbf Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. by Tom Sepez · 9 years ago
  57. 142165e Merge to XFA: Fix strings, ..., void return types for Consts.h. by Tom Sepez · 9 years ago
  58. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  59. ab54bc0 Merge to XFA: Fix JS_GetArrayElement to not return an empty handle on success by Jochen Eisinger · 9 years ago
  60. 9ed941a Merge to XFA: CJS_Context::compile unused by Tom Sepez · 9 years ago
  61. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  62. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  63. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  64. 06b6002 Merge to XFA: Plumb in an externally created v8::Isolate by Jochen Eisinger · 9 years ago
  65. d07958f Merge to XFA: Remove dead code found by Scythe. by Lei Zhang · 9 years ago
  66. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  67. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  68. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 9 years ago
  69. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 10 years ago
  70. 6fc8cbb Merge to XFA: Kill CFX_Object. by Tom Sepez · 10 years ago
  71. 06e015f Merge to XFA: Fix ref to timezone variable - removed in VS 2015 by Bruce Dawson · 10 years ago
  72. 3a83266 Merge to XFA: Return error information from pdfium to JS. by Tom Sepez · 10 years ago
  73. 87e9598 XFA: merge patch from CL 788143009, remove g_NaN var and constructor by Bruce Dawson · 10 years ago
  74. c616483 XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast by Bo Xu · 10 years ago
  75. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  76. 0ed3b28 Merge to XFA: patch from CL 730993002 by Bo Xu · 10 years ago
  77. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  78. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 10 years ago
  79. 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
  80. 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
  81. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago