summaryrefslogtreecommitdiff
path: root/google
AgeCommit message (Expand)Author
2021-04-29[base] Remove base::StringPiece::as_string() usagesPeter Kasting
2021-03-11[LSC] Replace base::string16 with std::u16string in //[f-z]*Jan Wilken Dörrie
2021-02-22Use std::move() with base::Passed() for base::BindOnce(), part 1.Daniel Cheng
2021-02-01Make components_unittests build with string16=std::u16string.Peter Kasting
2020-12-04zip: Use SequencedTaskRunnerHandle in ZipReaderTetsui Ohkubo
2020-11-20Remove zlib unittests from unit_tests; they have their own test binaryHans Wennborg
2020-10-15[webauthn] Compress & Uncompress large blobsNina Satragno
2020-06-24Remove/replace unnecessary includes of logging.h (various third_party/)Hans Wennborg
2020-06-19Include-what-you-use related to logging.h (various third_party dirs)Hans Wennborg
2020-06-03Fix public_deps on compression_utils_portable.Mirko Bonadei
2020-06-03Re-Re-land migrate md5sum tool to portable zlib utilsAdenilson Cavalcanti
2020-06-02Revert "Re-land migrate md5sum tool to portable zlib utils"Findit
2020-06-02Re-land migrate md5sum tool to portable zlib utilsAdenilson Cavalcanti
2020-06-02Revert "Migrate md5sum tool to portable zlib utils"Findit
2020-06-02Migrate md5sum tool to portable zlib utilsAdenilson Cavalcanti
2020-05-26[zlib] Using relative header paths on unit testsAdenilson Cavalcanti
2020-05-19Revert "Make compression_utils buildable also without Chromium."Mirko Bonadei
2020-05-12Make compression_utils buildable also without Chromium.Mirko Bonadei
2020-05-08Adding a test for deflate_storedAdenilson Cavalcanti
2020-04-30Add missing string.h include in //third_party/zlib/google.Piotr Tworek
2020-01-14Reformat all gn files in /third_party/zlib/google.Nico Weber
2019-11-14zlib: Allowing compression level to be selected in utilsSam Maier
2019-11-08Adding support for remaining deflate wrappers (zlib | raw) toSam Maier
2019-11-04Adding const to GetUncompressedSizeSam Maier
2019-10-24Adding uncompressed size functionAdenilson Cavalcanti
2019-10-01Convert third_party/zlib/google away from base::Bind/base::CallbackSylvain Defresne
2019-09-24zlib: moving compression_utils_portable into own GN targetSam Maier
2019-09-10[TaskEnvironment] Remove old typesGabriel Charette
2019-08-23Reland "[TaskEnvironment] Complete migration with header rename"Gabriel Charette
2019-08-23Revert "[TaskEnvironment] Complete migration with header rename"Gabriel Charette
2019-08-23[TaskEnvironment] Complete migration with header renameGabriel Charette
2019-08-12Use in-class initializers for base::WeakPtrFactory (all remaining uses on Lin...Jeremy Roman
2019-08-09Insulate portable GZipHelpers codeAdenilson Cavalcanti
2019-05-14[DOM Distiller] Compress resources to save 86 kB on Android.Samuel Huang
2019-03-29Pass file_length to UpdateArchiveAnalyzerDaniel Rubery
2019-03-28Update include paths for //base/hash/md5.hDaniel Cheng
2019-02-14blink/bindings: Use PartitionAlloc for zlib's temporary data.Benoît Lizé
2019-01-11blink/bindings: Use PartitionAlloc for compressing strings.Benoît Lizé
2019-01-08Use base::size rather than arraysize in third_party/zlib/.Avi Drissman
2019-01-02Use base::size rather than arraysize in third_party/zlib/.Avi Drissman
2018-12-20Avoid uncompressing if uncompressed size is too big.Monica Salama
2018-11-21zlib/google: Use UncheckedMalloc() to allocate memory instead of malloc().Benoît Lizé
2018-11-16zlib/google: Use malloc() rather than std::vector.Benoît Lizé
2018-09-04zlib/google: Make GzipCompress() take a StringPiece.Benoit Lize
2018-08-22Add field to EntryInfo for whether the file is encryptedDaniel Rubery
2018-05-07Fully move PathService into the base namespace.Avi Drissman
2018-05-02Add override for overridden function in zlibTakuto Ikuta
2018-04-04Change DPLOG(ERROR) to DVPLOG(1) in zip_readerJochen Eisinger
2018-03-14Fix build with unbundled zlibTom Anderson
2018-02-06Change unzipping library to support cross-process delegates.Joshua Pawlicki