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