1. 742ec81 Make checkdeps.py check third_party. by John Abd-El-Malek · 10 years ago
  2. ebc765a Add ZipReader::ExtractCurrentEntry with a delegate interface. by grt · 10 years ago
  3. 8da8b87 Revert of Add ZipReader::ExtractCurrentEntry with a delegate interface. (patchset #2 id:40001 of https://codereview.chromium.org/1014653002/) by benwells · 10 years ago
  4. 57cb1f8 Add ZipReader::ExtractCurrentEntry with a delegate interface. by grt · 10 years ago
  5. 4ba7cdd Update Chomium's build files to work w/ latest GN binaries. by dpranke · 10 years ago
  6. afd8c45 Fix a few instances of MSVC warning C4244 (possible value truncation). by pkasting · 10 years ago
  7. b8135bf gn format //third_party by scottmg · 10 years ago
  8. a6bba37 Eliminate resource leaks from zip::ZipFiles and by jeremysspiegel · 10 years ago
  9. b083e9c Fix Zlib Win GN build after https://codereview.chromium.org/742583003 by jam · 10 years ago
  10. 0f60cc5 Fix fallout from https://codereview.chromium.org/678423002/ by Nico Weber · 10 years ago
  11. 7363615 Fix various flags in the Win64 GN build by dpranke · 10 years ago
  12. f0d2963 Enable zlib SIMD optimisations on Mac OS X builds by robert.bradford · 10 years ago
  13. 08fefad Make *some* version of the Win GN build work. by dpranke · 10 years ago
  14. 10dd686 Reland "Integrate SIMD optimisations for zlib" by robert.bradford · 10 years ago
  15. 3230118 Revert of Reland "Integrate SIMD optimisations for zlib" (patchset #2 id:40001 of https://codereview.chromium.org/677713002/) by qyearsley · 10 years ago
  16. a851519 Reland "Integrate SIMD optimisations for zlib" by robert.bradford · 10 years ago
  17. 23dbc91 Revert of Integrate SIMD optimisations for zlib (patchset #14 id:280001 of https://codereview.chromium.org/552123005/) by robert.bradford · 10 years ago
  18. 02acec9 Integrate SIMD optimisations for zlib by robert.bradford · 10 years ago
  19. 9c8881c Refactor AppendToFile and WriteFileDescriptor by chirantan · 10 years ago
  20. 9bdea3f Replace forward_dependent_configs with public_deps by Brett Wilson · 10 years ago
  21. f698159 Cleanup: Remove base/file_util.h. Convert remaining references. (try 2) by thestig · 10 years ago
  22. c3d0a61 Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (patchset #1 id:1 of https://codereview.chromium.org/568873004/) by thestig · 10 years ago
  23. 2348853 Cleanup: Remove base/file_util.h. Convert remaining references. by thestig · 10 years ago
  24. 8497dcc GN: Add mojo_shell_tests, get more things working on android by jamesr@chromium.org · 10 years ago
  25. 1eea704 Refactor how clang warning flags are set. by thakis@chromium.org · 10 years ago
  26. 8796c17 gn win: Fix potentially uninitialized variable warning in zip_internal by scottmg@chromium.org · 10 years ago
  27. 0002429 New ZipReader::ExtractCurrentEntryToString API. by joaoe@opera.com · 10 years ago
  28. 7e84479 Fixed uncompressing files with wrong uncompressed size set. by joaoe@opera.com · 11 years ago
  29. 16b1df3 Move internal zip code from zip.cc to zip_internal.cc by joaoe@opera.com · 11 years ago
  30. 069e2b8 GN build improvements. by brettw@chromium.org · 11 years ago
  31. 061ade5 Revert 266932 "GN build improvements." by brettw@chromium.org · 11 years ago
  32. 2de077d GN build improvements. by brettw@chromium.org · 11 years ago
  33. 516d185 Stop using net::FileStream synchronously in third_party/zlib by hashimoto@chromium.org · 11 years ago
  34. 978ffb3 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
  35. 0d73765 Remove some PlatformFile uses from zlib by rvargas@chromium.org · 11 years ago
  36. 84ed265 Adds asynchronous unzip functions to ZipReader by haven@chromium.org · 11 years ago
  37. 65240e1 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  38. c88f4f3 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  39. ce54c1b Preserve modification timestamp when zipping files. by joaoe@opera.com · 11 years ago
  40. d62e59c Followup for bug when zipping a folder with non-ascii chars in its name. by joaoe@opera.com · 11 years ago
  41. a060b14 Zip utf-8 file names with encoding bit set. by joaoe@opera.com · 11 years ago
  42. 86d24ba Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
  43. 7d41e88 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  44. 3028820 Revert "libpng 1.6.3" by loislo@chromium.org · 11 years ago
  45. 1c30315 libpng 1.6.3 by dominikg@chromium.org · 11 years ago
  46. 997408f Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  47. 88a1443 GTTF: Add a basic new unit test launcher. by phajdan.jr@chromium.org · 11 years ago
  48. 9a352f6 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 11 years ago
  49. c9c454e Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  50. 47f1b55 Use a direct include of time headers in third_party/. by avi@chromium.org · 11 years ago
  51. 5bd76ac Fix a bug when zip files in a directory containing locale characters in path. by KingWeiLiu@gmail.com · 11 years ago
  52. a9a9395 Use a direct include of strings headers in testing/, third_party/, tools/. by avi@chromium.org · 11 years ago
  53. b5aa4e7 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  54. 5cb2477 Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, printing/, remoting/, rlz/, skia/, sql/, sync/, third_party/, tools/, webkit/, win8/. by avi@chromium.org · 11 years ago
  55. e6d1c30 Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 12 years ago
  56. c9460fb Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
  57. d6d082e Move components/zip to third_party/zip by alecflett@chromium.org · 12 years ago
  58. 5c4b6f6 Add test data so we can run https://codereview.chromium.org/14021015/ by alecflett@chromium.org · 12 years ago
  59. 6e80fc3 Revert "Move components/zip to third_party/zip", which broke linux and android tests. by mattm@chromium.org · 12 years ago
  60. 6a60aa3 Move components/zip to third_party/zip by alecflett@chromium.org · 12 years ago
  61. d9b32aa Extract use_system_foo logic out of gyp files, patch 2 by phajdan.jr@chromium.org · 12 years ago
  62. 1fa03a0 Fix build failure with use_system_minizip=1 by phajdan.jr@chromium.org · 12 years ago
  63. 25499ea Fix mangling of zlib API on 64 bit platforms. by gavinp@chromium.org · 12 years ago
  64. c101330 Complete update of zlib from 1.2.3 to 1.2.5. by gavinp@chromium.org · 12 years ago
  65. d2df4fe Add third_party/zlib/OWNERS by gavinp@chromium.org · 12 years ago
  66. 52439b4 Use generated shim headers for zlib. by phajdan.jr@chromium.org · 12 years ago
  67. 3e1c09c Linux: add an option to use system minizip. by phajdan.jr@chromium.org · 12 years ago
  68. c5151bf net: separate SPDY cookie with "; " as the new RFC requires. by agl@chromium.org · 12 years ago
  69. 54cd759 net: workaround compression leaks by agl@chromium.org · 12 years ago
  70. a40e48d Revert "net: workaround compression leaks" by agl@chromium.org · 12 years ago
  71. 1d88faa net: workaround compression leaks by agl@chromium.org · 12 years ago
  72. 8f180be Add a function to provide the list of third-party directories which are incompatible with Android. by steveblock@chromium.org · 12 years ago
  73. b1ff328 Make 'License' field in third-party metadata required by steveblock@chromium.org · 12 years ago
  74. c763d1b Add iOS support to ssl.gyp and zlib.gyp by stuartmorgan@chromium.org · 12 years ago
  75. 11e2483 Reduce duplication in third_party/zlib/zlib.gyp. by thakis@chromium.org · 13 years ago
  76. 29dd900 Disable harmless warnings for 3rdparty code: zlib. by thakis@chromium.org · 13 years ago
  77. e344b23 Fix conflicts in our function mangling. by hbono@chromium.org · 13 years ago
  78. d1d2aad define USE_FILE32API on Android too by jnd@chromium.org · 13 years ago
  79. 64a9f60 define USE_FILE32API on *BSD too by robert.nagy@gmail.com · 13 years ago
  80. cb92c20 Include "mozzconf.h". by hbono@chromium.org · 13 years ago
  81. d2dc209 Update zlib to 1.2.5. This change applies upstream patches from 1.2.3 to 1.2.5. by hbono@chromium.org · 13 years ago
  82. 37c5259 Extract an independent webkit_support_gfx target. by zhenghao@google.com · 13 years ago
  83. 0b77883 Remove the comments setting emands and vim tab width and expansion variables. by tony@chromium.org · 13 years ago
  84. 4f31304 Remove msvs_guids from third_party, webkit, tools and views. by tony@chromium.org · 13 years ago
  85. 02b5ac2 Final gyp patch to make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, and use_x11. For lists of source files that use a mix of POSIX and Gtk APIs, toolkit_uses_gtk was given precedence. Solaris was made to use ALSA also, as libasound has been ported to FreeBSD and Solaris as a wrapper around the native OSS. by tony@chromium.org · 13 years ago
  86. 6b3ae71 Globally replace <(library) with static_library by evan@chromium.org · 14 years ago
  87. 4055b44 GYP changes for FreeBSD and OpenBSD by pvalchev@google.com · 15 years ago
  88. cde0055 Pass tools/licenses.py for a few more directories. by evan@chromium.org · 15 years ago
  89. a9d52ab Pass license check script for most of the tree. by evan@chromium.org · 15 years ago
  90. 30e6741 Dropping unconnected obsolete vsprops files. by bradnelson@google.com · 15 years ago
  91. b88cd85 Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by mmoss@google.com · 15 years ago
  92. 5fbe051 Revert 34195 - Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by jrg@chromium.org · 15 years ago
  93. e028065 Make sure the 'use_system_*' variables are actually visible in the relevant gyp files. by mmoss@google.com · 15 years ago
  94. 9d41fd9 Add yasm and ffmpeg into the build tree for linux. by ajwong@chromium.org · 15 years ago
  95. 61bd796 Add comments setting emacs and vim tab width and expansion variables. by sgk@google.com · 15 years ago
  96. e3225e9 Force inclusion of build/common.gypi for all chromium gyp files. by yaar@chromium.org · 15 years ago
  97. b3e226c Linux: add GYP flag to build with system zlib. by agl@chromium.org · 15 years ago
  98. cbf8237 Implements a Zip() utility function. Refactor existing by aa@chromium.org · 15 years ago
  99. 4ff8615 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by sgk@google.com · 16 years ago
  100. 7a52d3c Remove the checked-in scons configuration files. by sgk@google.com · 16 years ago