1. 6675a80 Merge to XFA: Move fx_safe_types.h to include/ directory. by Tom Sepez · 9 years ago
  2. 6efc0ad Merge to XFA: Automated test case for 487928. by Tom Sepez · 9 years ago
  3. ed099be Merge to XFA: Abort on OOM by default in FX_Alloc(). by Tom Sepez · 9 years ago
  4. 130c7d1 Fix a global buffer overflow issue in CXFA_ItemLayoutProcessor::CalculatePositionedContainerPos by JUN FANG · 10 years ago
  5. cf22eb8 Merge to XFA: Make (and verify) public/ files compile under C. by Tom Sepez · 10 years ago
  6. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  7. eff208f Merge to XFA: Move function prototypes to new doc_utils.h file by Tom Sepez · 10 years ago
  8. 441932f Merge to XFA: Don't call FPDF_InitLibrary() in individual unit_tests. by Tom Sepez · 10 years ago
  9. 9a3f812 Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. by Tom Sepez · 10 years ago
  10. fbc7449 Merge to XFA: Add embedder test comparing with the last patch. by JUN FANG · 10 years ago
  11. db20582 Merge to XFA: Fix subtle issues in opj_skip_from_memory and add unit tests. by Tom Sepez · 10 years ago
  12. 2785fb4 Fix pdfium_embeddertests on XFA. by Tom Sepez · 10 years ago
  13. 2b0ed94 Merge to XFA: Remove unused IDS_ constants from pdfium. by Tom Sepez · 10 years ago
  14. a310e00 Merge to XFA: Pull in gmock for standalone pdfium builds. by Tom Sepez · 10 years ago
  15. d8bc3d5 Merge to XFA: Add small flate decode unit test. by Tom Sepez · 10 years ago
  16. b045ed2 Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to XFA branch by John Abd-El-Malek · 10 years ago
  17. 385729b Fix XFA build after combining PDFium into Chromium binary. by John Abd-El-Malek · 10 years ago
  18. 65b7a0c Merge to XFA: Kill off some more unreachable fopen's. by Tom Sepez · 10 years ago
  19. 3542589 Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. by Tom Sepez · 10 years ago
  20. 53476d6 Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. by Tom Sepez · 10 years ago
  21. a9e835e Merge the following commit to XFA: by John Abd-El-Malek · 10 years ago
  22. ef4dce4 Merge the following changes to XFA branch: by John Abd-El-Malek · 10 years ago
  23. 26b8a5b Merge to XFA: Add embedder test for stream length beyond end of file. by Tom Sepez · 10 years ago
  24. 2255a1b Merge to XFA: Fix null crash in CheckTrailer. by Tom Sepez · 10 years ago
  25. 1b1bb49 Merge to XFA: pdfium_embeddertests fixes by Tom Sepez · 10 years ago
  26. c8f6ab6 Merge to XFA: Add embeddertests. by Tom Sepez · 10 years ago
  27. a6f95eb Merge to XFA: Simplify UTF16LE_Encode and add unittest. by Bo Xu · 10 years ago
  28. 96d1334 Merge to XFA: PDFium embeddertests. by Tom Sepez · 10 years ago
  29. a902979 Organize barcode codes into modules. by Bo Xu · 10 years ago
  30. 5f21e9d Unit test for 417HighLevelEncoder by Tom Sepez · 10 years ago
  31. 3f49aa3 XFA: merge patch from CL 792953005, fix most warnings by Bruce Dawson · 10 years ago
  32. a5c9431 Merge to XFA: Add ostream helpers for FX String classes. by Tom Sepez · 10 years ago
  33. 22ee248 Merge to XFA: Re-enable pdfium_unittests. by Tom Sepez · 10 years ago
  34. 5804331 XFA: revert bb1405d - Create pdfium_unittests binary. by Tom Sepez · 10 years ago
  35. bb1405d Merge: Create pdfium_unittests binary. [XFA] by Tom Sepez · 10 years ago
  36. 4c764f3 XFA: merge patch from CL 815103002 by Bo Xu · 10 years ago
  37. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  38. 8ad0040 Merge "Add big integer library"" by Bo Xu · 10 years ago
  39. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  40. 043f07f Add openjpeg pre-processor OPJ_STATIC to pdfium.gyp by Bo Xu · 10 years ago
  41. 2fd7b0b Disable exceptions for the pdfium targets, now that pdfium:29 is done. by Nico Weber · 10 years ago
  42. b7e2af9 Fix for min/max compile error on Windows by Scott Graham · 10 years ago
  43. b72977f Build with exceptions enabled on Windows too. by Nico Weber · 10 years ago
  44. 3fb18f4 Hook up the default v8::Platform implementation to pdfium by Jochen Eisinger · 10 years ago
  45. 8f75c67 Disable warning 4267 in pdfium until it is fixed. by Nico Weber · 10 years ago
  46. 3d07b6f Do not disable warnings-as-errors for pdfium. by Nico Weber · 10 years ago
  47. 3522876 Remove custom memory manager by Bo Xu · 10 years ago
  48. 9108ad2 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 10 years ago
  49. 6c67358 Revert "Import Chromium base/numerics to resolve integer overflow." by John Abd-El-Malek · 10 years ago
  50. d9713f0 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 10 years ago
  51. def5c7d Disable pointer-to-int conversion warning. by John Abd-El-Malek · 10 years ago
  52. d68f9a3 Add GN build file for pdfium, rename GYP target. by John Abd-El-Malek · 10 years ago
  53. 2611932 Fix build error on Windows stand alone build. by John Abd-El-Malek · 10 years ago
  54. 75392b3 Move linker settings from standalone.gypi to pdfium.gyp, since they're needed when linking pdfium_test as part of other projects' gyp files as well where standalone.gypi isn't used. by John Abd-El-Malek · 10 years ago
  55. f49e964 Remove gcctest target which is not needed anymore. by John Abd-El-Malek · 10 years ago
  56. 3ce25e6 Revert the changes to pdfium.gyp in 4db62f5. To completely fix all the errors on all platforms we'd have to make changes to third party libraries. Some of those libraries are already shipped in chrome, and if we are going to want to share them we don't want them to diverge. by John Abd-El-Malek · 10 years ago
  57. 3bba17d Don't remove -Wheader-hygiene for pdfium, 41f0590a9d7 fixed all violations. by Nico Weber · 10 years ago
  58. 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. by John Abd-El-Malek · 10 years ago
  59. 951f241 Remove refernce to file that's not there in gyp. by John Abd-El-Malek · 10 years ago
  60. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago