1. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 9 years ago
  2. ec26876 Make Document's 'info' property readonly by tonikitoo · 9 years ago
  3. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 9 years ago
  4. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 9 years ago
  5. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 9 years ago
  6. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 9 years ago
  7. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 9 years ago
  8. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  9. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 9 years ago
  10. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 9 years ago
  11. 23ae4a5 Remove redundant casts, part 4 by tsepez · 9 years ago
  12. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  13. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  14. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  15. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  16. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  17. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  18. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  19. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  20. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  21. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  22. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  23. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  24. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  25. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  26. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  27. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (98%) from fpdfsdk/src/javascript/Document.cpp]
  28. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 9 years ago
  29. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  30. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  31. 007e6c0 Remove some FX_BOOLs by Tom Sepez · 9 years ago
  32. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  33. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  34. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  35. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
  36. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  37. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  38. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  39. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  40. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  41. b5b2a91 Mege to XFA: Redo CPDF_PageObjects - part 1 by Tom Sepez · 9 years ago
  42. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  43. b8e1ab2 Merge to XFA: Remove a bunch of dead code. by Lei Zhang · 9 years ago
  44. c5b40ba Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. by Tom Sepez · 9 years ago
  45. 6ba32d9 Merge to XFA: Replace IconTree class with std::list. by Tom Sepez · 9 years ago
  46. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  47. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 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. 945fdb7 Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. by Lei Zhang · 9 years ago
  52. dd734de Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters. by Lei Zhang · 9 years ago
  53. d88a364 Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. by Lei Zhang · 9 years ago
  54. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  55. 710c909 Merge to XFA: Add type cast definitions for CPDF_Name. by Dan Sinclair · 9 years ago
  56. 316eb86 Merge to XFA: Add type cast definitions for CPDF_String. by Dan Sinclair · 9 years ago
  57. 43ce903 Merge to XFA: Add type cast definitions for CPDF_Number. by Dan Sinclair · 9 years ago
  58. 05d9e93 [Merge to XFA] Add type cast definitions for CPDF_Boolean. by Dan Sinclair · 9 years ago
  59. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
  60. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  61. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  62. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  63. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  64. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  65. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  66. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  67. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  68. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  69. aecd9d0 Merge to XFA: Fix two issues shown by bug 489995 by Tom Sepez · 9 years ago
  70. b9c3197 Fix some sign comparison warnings. by Lei Zhang · 10 years ago
  71. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 10 years ago
  72. f4eb113 Stray character in Document.cpp by Tom Sepez · 10 years ago
  73. f9fe200 Merge to XFA: document.delay and document.external are boolean properties. by Tom Sepez · 10 years ago
  74. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 10 years ago
  75. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 10 years ago
  76. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 10 years ago
  77. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 10 years ago
  78. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 10 years ago
  79. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 10 years ago
  80. f4ef3f9 Merge to XFA: Kill overloaded cast operators in CJS_Value. by Tom Sepez · 10 years ago
  81. 33f6f0d Merge to XFA: Fix a fatal error due to cloning a global document object by JUN FANG · 10 years ago
  82. e49a260 Merge to XFA: doc.external - Check direction of property access before blindly getting. by Tom Sepez · 10 years ago
  83. 2f3dfef Merge to XFA: Kill off JS_ErrorString type. by Tom Sepez · 10 years ago
  84. 3a83266 Merge to XFA: Return error information from pdfium to JS. by Tom Sepez · 10 years ago
  85. ccc9483 Merge to XFA: Tidy up JS_Defines.h by Tom Sepez · 10 years ago
  86. 65b7a0c Merge to XFA: Kill off some more unreachable fopen's. by Tom Sepez · 10 years ago
  87. c6ab172 Kill off some dodgy JS callbacks by Tom Sepez · 10 years ago
  88. 3542589 Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. by Tom Sepez · 10 years ago
  89. 0a476d2 XFA: merge patch from CL 733693003, getting rid of more casts by Bruce Dawson · 10 years ago
  90. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  91. f13c1f3 Merge to XFA: Patch from CL 726143002 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. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 11 years ago
  94. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 11 years ago
  95. 9108ad2 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 11 years ago
  96. 6c67358 Revert "Import Chromium base/numerics to resolve integer overflow." by John Abd-El-Malek · 11 years ago
  97. d9713f0 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 11 years ago
  98. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  99. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago