summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleans up notifications for the NavigationController. There were severalbrettw@google.com2008-08-1917-86/+418
* Make the otr avatar icon not show in detached OTR popup windows.beng@google.com2008-08-195-28/+29
* Update SCons base_unittests build to track recent (?) VS build changes:sgk@google.com2008-08-191-2/+4
* Build the rest of the files that currently work in net. No new tests canmmentovai@google.com2008-08-191-5/+61
* Move more files to non-Win32-specific blocks. These build and pass tests on L...mmoss@google.com2008-08-191-1/+2
* Update chrome strings.tc@google.com2008-08-198-15/+15
* Fix sys_strings_conversion_mac to use .data() rather than .c_str() now thatmmentovai@google.com2008-08-191-1/+1
* Factor the SSL state out of the main NavigationEntry into a helper class. Thisbrettw@google.com2008-08-1915-175/+187
* Add a unit test for getting the text of a webframe. This fixes a serious cras...brettw@google.com2008-08-193-14/+102
* 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