1. 56cf519 Make javascript field observe sdk document by tsepez · 8 years ago
  2. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  3. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  4. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  5. 7b68f61 Make Observers into a templated class by tsepez · 8 years ago
  6. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  7. ce04a45 Add observer for BAAnnots from Javascript by dsinclair · 8 years ago
  8. a73b8fe Implement Field::SetHidden using Field::SetDisplay. by tonikitoo · 8 years ago
  9. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  10. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  11. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  12. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  13. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  14. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  15. ca97a8e Watch for destruction of CPDFSDK_widget during callback by tsepez · 8 years ago
  16. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  17. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 8 years ago
  18. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  19. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  20. 23ae4a5 Remove redundant casts, part 4 by tsepez · 8 years ago
  21. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  22. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  23. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 8 years ago
  24. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 8 years ago
  25. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  26. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 8 years ago
  27. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago
  28. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 8 years ago
  29. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 8 years ago
  30. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  31. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  32. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  33. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (99%) from fpdfsdk/src/javascript/Field.cpp]
  34. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 9 years ago
  35. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  36. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  37. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  38. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  39. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  40. b9cc7a0 Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort. by Tom Sepez · 9 years ago
  41. 4246b00 Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber(). by Tom Sepez · 9 years ago
  42. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  43. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  44. 14b20db Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget() by Jun Fang · 9 years ago
  45. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  46. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  47. 945fdb7 Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. by Lei Zhang · 9 years ago
  48. d88a364 Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. by Lei Zhang · 9 years ago
  49. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  50. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  51. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  52. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  53. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  54. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  55. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  56. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  57. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  58. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  59. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  60. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  61. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  62. 0aa0e73 Merge to XFA: Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0. by Lei Zhang · 9 years ago
  63. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  64. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 9 years ago
  65. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 9 years ago
  66. f4ef3f9 Merge to XFA: Kill overloaded cast operators in CJS_Value. by Tom Sepez · 9 years ago
  67. 33f6f0d Merge to XFA: Fix a fatal error due to cloning a global document object by JUN FANG · 9 years ago
  68. 2f3dfef Merge to XFA: Kill off JS_ErrorString type. by Tom Sepez · 10 years ago
  69. ccc9483 Merge to XFA: Tidy up JS_Defines.h by Tom Sepez · 10 years ago
  70. 0a476d2 XFA: merge patch from CL 733693003, getting rid of more casts by Bruce Dawson · 10 years ago
  71. 0ed3b28 Merge to XFA: patch from CL 730993002 by Bo Xu · 10 years ago
  72. f13c1f3 Merge to XFA: Patch from CL 726143002 by Bo Xu · 10 years ago
  73. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  74. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  75. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago