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