1. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  2. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  3. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  4. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  5. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  6. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  7. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  8. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  9. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  10. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  11. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  12. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  13. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  14. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  15. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  16. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  17. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  18. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  19. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago
  20. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 8 years ago
  21. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (97%) from fpdfsdk/src/javascript/app.cpp]
  22. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  23. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  24. 58fb36a Merge to XFA: Use JS_ExpandKeywordParams() in app.response() by Tom Sepez · 9 years ago
  25. e5fbd7a Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm(). by Tom Sepez · 9 years ago
  26. bd93257 Merge to XFA: Fix behaviour of app.alert() with a single object argument. by Tom Sepez · 9 years ago
  27. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  28. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  29. 4d6fa83 Fix non-xfa build on xfa branch. by Tom Sepez · 9 years ago
  30. a0217b6 Fix the issue that no response from the call back function of FFI_GetPlatform() by Jun Fang · 9 years ago
  31. 487d1a9 Fix an issue that no response from the call back function of FFI_GetLanguage() by Jun Fang · 9 years ago
  32. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  33. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  34. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  35. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  36. 945fdb7 Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. by Lei Zhang · 9 years ago
  37. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  38. bf59a07 XFA: add CPDFDocumentToFPDFDocument() by Tom Sepez · 9 years ago
  39. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  40. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  41. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  42. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  43. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  44. d607f5b Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj. by Lei Zhang · 9 years ago
  45. 2d5a0e1 Merge to XFA: CJS_Timer should observe CJS_Runtime destruction. by Lei Zhang · 9 years ago
  46. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  47. db5256f XFA: Remove more checks for new returning NULL. by Lei Zhang · 9 years ago
  48. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  49. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  50. d6278ba Merge to XFA: Beef up app_props.in and tidy app.cpp. by Tom Sepez · 9 years ago
  51. 96675b1 Merge to XFA: Change the JS app.viewerType() return value to "pdfium" by Lei Zhang · 9 years ago
  52. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  53. e00660b Merge to XFA: Remove if checks after new. by Lei Zhang · 9 years ago
  54. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  55. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  56. dcbc02f Merge to XFA: Tidy up CPDFDOC_Environment. by Tom Sepez · 9 years ago
  57. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  58. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 9 years ago
  59. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 9 years ago
  60. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 9 years ago
  61. f4ef3f9 Merge to XFA: Kill overloaded cast operators in CJS_Value. by Tom Sepez · 9 years ago
  62. 2f3dfef Merge to XFA: Kill off JS_ErrorString type. by Tom Sepez · 10 years ago
  63. ccc9483 Merge to XFA: Tidy up JS_Defines.h by Tom Sepez · 10 years ago
  64. c6ab172 Kill off some dodgy JS callbacks by Tom Sepez · 10 years ago
  65. 0a476d2 XFA: merge patch from CL 733693003, getting rid of more casts by Bruce Dawson · 10 years ago
  66. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  67. f13c1f3 Merge to XFA: Patch from CL 726143002 by Bo Xu · 10 years ago
  68. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  69. 48f26c5 Fix confusion between length in bytes and length in characters in app::response(). by Tom Sepez · 10 years ago
  70. 55681f9 Remove a few unused variables, functions, and member variables. by Nico Weber · 10 years ago
  71. 621d4de Tidy up app::response(). by Tom Sepez · 10 years ago
  72. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 10 years ago
  73. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  74. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago