1. 3cac360 Remove GetType from CJS_Value by Dan Sinclair · 7 years ago
  2. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  3. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  4. e497492 Remove most CJS_Value Set methods 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. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  8. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  9. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  10. bd45656 Remove _MSC_VER from JS_Value.cpp by Tom Sepez · 8 years ago
  11. df950b8 Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. by Tom Sepez · 8 years ago
  12. a2da7c5 Enforce recent VC++ version (2015 or later). by Tom Sepez · 8 years ago
  13. ab5939e Move JS time conversion code into an anonymous namespace. by Lei Zhang · 8 years ago
  14. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 8 years ago
  15. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  16. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  17. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  18. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  19. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 9 years ago
  20. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 9 years ago
  21. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 9 years ago
  22. f3c8832 Remove back-pointer to CJS_Runtime from CJS_Date by tsepez · 9 years ago
  23. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 9 years ago
  24. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 9 years ago
  25. fbf52c2 Tidy up JS_Value.h by tsepez · 9 years ago
  26. d780735 Remove unused CJS_Value::Attach() variant by tsepez · 9 years ago
  27. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 9 years ago
  28. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 9 years ago
  29. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  30. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  31. 12367cb Fix some code which causes warnings when compiled by /analyze tool by weili · 9 years ago
  32. b2f6f91 Fix incorrect v8 TryCatch. by etienneb · 9 years ago
  33. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  34. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  35. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  36. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  37. 86a61dc util.printd() replaces specified date with current date. by tsepez · 9 years ago
  38. 4161c5c Make a few more const tables smaller. by Tom Sepez · 9 years ago
  39. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (96%) from fpdfsdk/src/javascript/JS_Value.cpp]
  40. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  41. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  42. 50cce60 Fixing whitespace lint errors. by Dan Sinclair · 9 years ago
  43. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  44. bd93257 Merge to XFA: Fix behaviour of app.alert() with a single object argument. by Tom Sepez · 9 years ago
  45. 4246b00 Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber(). by Tom Sepez · 9 years ago
  46. 1ac47eb Merge to XFA: Fix JS seconds since epoch to date conversions. by Lei Zhang · 9 years ago
  47. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  48. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  49. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  50. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  51. 116e4ad Merge to XFA:More tidy of CJS_Object, kill implicit cast operator by Tom Sepez · 9 years ago
  52. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  53. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  54. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 10 years ago
  55. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 10 years ago
  56. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 10 years ago
  57. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 10 years ago
  58. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 10 years ago
  59. f4ef3f9 Merge to XFA: Kill overloaded cast operators in CJS_Value. by Tom Sepez · 10 years ago
  60. 31d59fc Merge to XFA: fix missing semicolons by JUN FANG · 10 years ago
  61. 33f6f0d Merge to XFA: Fix a fatal error due to cloning a global document object by JUN FANG · 10 years ago
  62. c616483 XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast by Bo Xu · 10 years ago
  63. f79a69c For v8 Global Object, do not copy in CJS_Value constructor. by Tom Sepez · 10 years ago
  64. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 11 years ago
  65. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  66. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago