summaryrefslogtreecommitdiffstats
path: root/third_party/zlib/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 19:00:00 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 19:00:00 +0000
commit9523c88db869fc1df3b95e29a6d6a8e2fa8bad1f (patch)
tree60c99bc8c88aa5bb8b34f0ba261b3b5ac2205cfb /third_party/zlib/README.chromium
parentaa928cc483032481b155ffeab439b25039056621 (diff)
downloadchromium_src-9523c88db869fc1df3b95e29a6d6a8e2fa8bad1f.zip
chromium_src-9523c88db869fc1df3b95e29a6d6a8e2fa8bad1f.tar.gz
chromium_src-9523c88db869fc1df3b95e29a6d6a8e2fa8bad1f.tar.bz2
net: workaround compression leaks
(This is a reland of r151502, which was reverted in r151517 because it broke the Linux Official build.) This may break the Official build for a brief window while a two-sided patch lands. BUG=139744 Review URL: https://chromiumcodereview.appspot.com/10837057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/zlib/README.chromium')
-rw-r--r--third_party/zlib/README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/zlib/README.chromium b/third_party/zlib/README.chromium
index aa5d4a5..81d20ef 100644
--- a/third_party/zlib/README.chromium
+++ b/third_party/zlib/README.chromium
@@ -16,3 +16,6 @@ A few minor changes, all marked with "Google":
- Added 'mozzconf.h' to mangle the function names.
- Added an #ifdef to prevent zlib.h from mangling its functions.
The 'google.patch' file represents our changes from the original zlib-1.2.5.
+
+A more significant change to support mixed-source data compression. See
+crbug.com/139744 and mixed-source.patch.