1. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  2. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  3. 90d8779 Add test for util.byteToChar() and fix error msg. by tsepez · 9 years ago
  4. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 9 years ago
  5. 4f1f41f Added test for util.printx() and make it match spec. by tsepez · 9 years ago
  6. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  7. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  8. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 9 years ago
  9. 86a61dc util.printd() replaces specified date with current date. by tsepez · 9 years ago
  10. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 9 years ago
  11. 129a60e Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." by Tom Sepez · 9 years ago
  12. e432675 Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. by Tom Sepez · 9 years ago
  13. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  14. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  15. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago
  16. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  17. e91afba Re-enable MSVC warning 4702 by Wei Li · 9 years ago
  18. 42d1c1c Fix CPDFSDK_Widget::OnXFAAAction() by Wei Li · 9 years ago
  19. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  20. 4161c5c Make a few more const tables smaller. by Tom Sepez · 9 years ago
  21. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 9 years ago
  22. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  23. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  24. edbb319 Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. by Dan Sinclair · 9 years ago
  25. e98ac2e Fix a typo by Wei Li · 9 years ago
  26. a1cef70 Trigger page view event when re-layout is finished by jinming_wang · 9 years ago
  27. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 9 years ago
  28. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  29. 614d20a Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup by Wei Li · 9 years ago
  30. 744da70 FPDF_PageDelete must delete XFA pages as well. by Tom Sepez · 9 years ago
  31. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 9 years ago
  32. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  33. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  34. e407648 Modify xfa code to avoid c4800 warnings by Wei Li · 9 years ago
  35. 399be5b Add bitmaps and skp output to Skia port by Cary Clark · 9 years ago
  36. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 9 years ago
  37. 544bbc6 Add missing DEPS files; enable checkdeps. by Dan Sinclair · 9 years ago
  38. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  39. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago
  40. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 9 years ago
  41. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  42. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 9 years ago
  43. 9940619 Move ScopedSetInsertion to third_party/base/stl_util.h by Tom Sepez · 9 years ago
  44. df5a116 Cleanup some header includes. by Dan Sinclair · 9 years ago
  45. 8388037 Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files by Tom Sepez · 9 years ago
  46. f089d47 Fix non-xfa builds. by Dan Sinclair · 9 years ago
  47. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  48. 3177585 Fix build at 310438fb97a2 by Tom Sepez · 9 years ago
  49. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  50. e2a774a Remove xfa/src/fxjse/src and move code up a level. by Dan Sinclair · 9 years ago
  51. 5227e57 Add unit tests for FPDFBookmark_Find() by Wei Li · 9 years ago
  52. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  53. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  54. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  55. 1c91537 Combine StrToInt methods. by Dan Sinclair · 9 years ago
  56. 0e2e5d7 Fix infinite loop for bookmark search by Wei Li · 9 years ago
  57. 41c7a97 Remove unnecessary code by Zhiwei Lin · 9 years ago
  58. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 9 years ago
  59. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  60. 3fc97ff Cleanup some fsdk_common defines by Dan Sinclair · 9 years ago
  61. 020fd8a Add CFX_FloatRect::ToFxRect(). by Tom Sepez · 9 years ago
  62. bec4ea1 Pass rect by const reference in SetClip_Rect(). by Tom Sepez · 9 years ago
  63. d5e7b35 Fixup FX_RECT and FX_SMALL_RECT classes. by Tom Sepez · 9 years ago
  64. 06f49c8 Cleanup forward declarations. by dan sinclair · 9 years ago
  65. 007e6c0 Remove some FX_BOOLs by Tom Sepez · 9 years ago
  66. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  67. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  68. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  69. 104fa7c Fix static initializers. by Lei Zhang · 9 years ago
  70. 4467dea Rename some functions that start with underscore. by Lei Zhang · 9 years ago
  71. 50cce60 Fixing whitespace lint errors. by Dan Sinclair · 9 years ago
  72. 9976672 Remove uses of this->foo. by Lei Zhang · 9 years ago
  73. d21cdda Remove many _CAPS structure names. by Tom Sepez · 9 years ago
  74. 7f9fdde FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages. by Lei Zhang · 9 years ago
  75. 5eca305 Remove foo != NULL outside of xfa/ by Lei Zhang · 9 years ago
  76. e4ac336 Switch from _DEBUG to NDEBUG. by Lei Zhang · 9 years ago
  77. 22d6607 Fixing include guards, and presubmit. by Dan Sinclair · 9 years ago
  78. ae85f87 Define _DEBUG for debug builds. by Lei Zhang · 9 years ago
  79. 052a8d9 Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" by Tom Sepez · 9 years ago
  80. ffc26c2 Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." by Tom Sepez · 9 years ago
  81. 84e5a12 Hook up FFI_PageEvent. by Lei Zhang · 9 years ago
  82. 78353d5 Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. by Tom Sepez · 9 years ago
  83. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
  84. c7cd809 Fixup incorrect include guards. by Dan Sinclair · 9 years ago
  85. 61046b9 Sort headers in non-xfa directories. by Dan Sinclair · 9 years ago
  86. dee2d7b Banish CFX_ObjectArray to the XFA side. by Tom Sepez · 9 years ago
  87. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  88. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  89. ab27768 Banish CFX_ByteArray and CFX_WideArray to the XFA side. by Tom Sepez · 9 years ago
  90. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  91. 970c11e Refactor CPDF_SimpleParser and add unit tests. by Wei Li · 9 years ago
  92. a30b7e8 One less PI. One less Bezier. by Tom Sepez · 9 years ago
  93. 11d9355 Banish CFX_WordArray to XFA-land. by Tom Sepez · 9 years ago
  94. 7a73eff Tidy fpdfsave.cpp by Tom Sepez · 9 years ago
  95. f7e38ed Fix a crasher in CPDFSDK_Document::GetPageView() by Jun Fang · 9 years ago
  96. 4d07179 Fix tests under no_v8 build option by Tom Sepez · 9 years ago
  97. f6488cd Kill CFX_PtryArray in CXFA_FWLAdapterTimerMgr. by Tom Sepez · 9 years ago
  98. 4866158 Pdfium does not create isolate when it runs in chromium by jinming_wang · 9 years ago
  99. d6262c1 Merge to XFA: Fix prototypes for CPDF_FormNotify. by Tom Sepez · 9 years ago
  100. c30d5bf XFA: Fix a crashier in SetFocus() by Jun Fang · 9 years ago