History log of /external/chromium/net/base/gzip_header.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
72a454cd3513ac24fbdd0e0cb9ad70b86a99b801 31-May-2011 Kristian Monsen <kristianm@google.com> Merge Chromium.org at r11.0.672.0: Initial merge by git.

Change-Id: I8b4aaf611a2a405fe3fe10e8a94ea7658645c192
/external/chromium/net/base/gzip_header.cc
10943605487833f68a0e9429c8c18735cdf6a963 08-Feb-2011 Kenny Root <kroot@google.com> Fix for GCC 4.2.1 on X86 target

GCC 4.2.1 fails with the error:

external/chromium/net/base/gzip_header.cc: In member function
'GZipHeader::Status GZipHeader::ReadMore(const char*, int, const
char**)':
external/chromium/net/base/gzip_header.cc:108: error: no matching
function for call to 'min(ptrdiff_t, int)'

Cast the second int argument to ptrdiff_t so it doesn't complain.

Change-Id: I1bcb4476d7ff92aa00d41aa42118a72351373a46
/external/chromium/net/base/gzip_header.cc
c7f5f8508d98d5952d42ed7648c2a8f30a4da156 04-Feb-2010 Patrick Scott <phanna@android.com> Initial source checkin.

The source files were determined by building net_unittests in chromium's source
tree. Some of the obvious libraries were left out (v8, gmock, gtest).

The Android.mk file has all the sources (minus unittests and tools) that were
used during net_unittests compilation. Nothing builds yet because of STL but
that is the next task. The .cpp files will most likely not compile anyways
because of the LOCAL_CPP_EXTENSION mod. I will have to break this into multiple
projects to get around that limitation.
/external/chromium/net/base/gzip_header.cc