summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a new[] / delete mismatch in a unittest.deanm@google.com2008-08-191-1/+1
* Update a forgotten user of the Sys StringPiece conversion functions to includ...deanm@google.com2008-08-191-0/+1
* Update a few forgotten users of the Sys StringPiece conversion functions to i...deanm@google.com2008-08-193-1/+4
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-198-14/+28
* Add a few tests to string_escape improving code coverage.deanm@google.com2008-08-191-0/+10
* Use __ImageBase linker variable instead of VirtualQuery on a global variable.deanm@google.com2008-08-191-7/+4
* Add tests for From / In converions and LocalMidnight. Add InMinutes().deanm@google.com2008-08-194-2/+43
* Mark setting-properties-on-closed-window.html as timing out (sometimes).kasperl@google.com2008-08-191-0/+3
* Fix some warnings found in string unittests.evanm@google.com2008-08-192-91/+96
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-1820-124/+124
* Bump DEPS to pull googleurl with portability fixesmmentovai@google.com2008-08-181-1/+1
* Pass more tests in net.mmentovai@google.com2008-08-182-2/+290
* Add googleurl.xcodeproj.mmentovai@google.com2008-08-181-0/+738
* change error valueericroman@google.com2008-08-183-9/+9
* Fix full text indexing. My crash fix was overly aggressive and it was stoppingbrettw@google.com2008-08-181-4/+3
* * Land the fix for issue 1322174 (which is not last-minute) on the trunk. Th...pkasting@google.com2008-08-181-13/+7
* Merge some changes from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-184-1/+36
* Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlibmmentovai@google.com2008-08-183-476/+920
* First set of changes to start separating Google specific branding from Chromi...rahulk@google.com2008-08-1825-351/+725
* Rearrange and add notes on remaining base modules that are in the Windows-spe...evanm@google.com2008-08-181-10/+15
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-1831-48/+169
* Fix a net\SConscript typo. (Note to self: check in from thesgk@google.com2008-08-181-1/+1
* Remove /Wp64 compiler flag as it gets in the way of the porting effort. This ...maruel@google.com2008-08-181-6/+5
* Have the "net" build install icudt38l.dat on non-Windows systems.sgk@google.com2008-08-181-1/+5
* Rev string conversions to work in UTF-32 land.avi@google.com2008-08-182-4/+36
* Hook up the window icon for app windows, with a throbber etc.beng@google.com2008-08-189-37/+174
* Make some net unittests compile and pass on linux.tc@google.com2008-08-185-23/+35
* Update DEPS to get ICU xcodeproj changes.mmentovai@google.com2008-08-181-1/+1
* Add more useful settings to the xcconfigs.mmentovai@google.com2008-08-187-3/+89
* Use a common directory for all build output on the Mac.mmentovai@google.com2008-08-181-0/+8
* Use a common directory for all build output on the Mac.mmentovai@google.com2008-08-183-8/+11
* Cleanup some comment typos.ericroman@google.com2008-08-1814-21/+21
* Add a COVERAGE=1 argument to the Linux scons build. This compiles the object...deanm@google.com2008-08-181-0/+4
* Fix incorrect unsigned math in pr_time.cc on Windows which incorrectly handle...deanm@google.com2008-08-182-17/+98
* Return 0 instead of NULL for a non-pointer type. Eliminates a warning in GCC.deanm@google.com2008-08-181-1/+1
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-164-878/+258
* Explicitly include logging.h in a header that assumed it was already getting ...maruel@google.com2008-08-161-4/+9
* Fix the bug where (a < b && b < a) is true. This is producing an assert when ...maruel@google.com2008-08-161-6/+6
* Fix the --disable-breakpad flag. It had no effect with the CRT asserts becaus...maruel@google.com2008-08-161-10/+13
* Revert r966, as it broke the Windows build.evanm@google.com2008-08-151-8/+8
* Fix signed/unsigned in prep for -Wall.evanm@google.com2008-08-151-8/+8
* Fix build break.iyengar@google.com2008-08-152-0/+37
* Added support for PostMessage from the automation framework toiyengar@google.com2008-08-158-0/+64
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@963 0039d316-1c4b-4281-b9...brettw@google.com2008-08-1516-414/+83
* Fix the scons build (file name change).tc@google.com2008-08-151-2/+4
* -Add error code for chunked encodingericroman@google.com2008-08-153-7/+117
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-1513-40/+267
* Add missing files from the previous changejoshia@google.com2008-08-153-0/+15
* Final changes to make checkdeps happy.brettw@google.com2008-08-152-0/+6
* Code to facilitate sending message to external host.joshia@google.com2008-08-1512-3/+203