summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port in threading for Posix. Will require fixes to MessageLoop and Task to co...avi@google.com2008-08-075-9/+174
* Pinkerton's port/fix-up of command-line processing to work cross-platform.evanm@google.com2008-08-073-40/+130
* This is an experiment to see the impact of a boosted priority on the pagedarin@google.com2008-08-071-0/+4
* More improvements to the frames. Consolidate some of the optional bar (bookma...beng@google.com2008-08-078-32/+349
* Fix sys_string_conversions for use on the Mac.mmentovai@google.com2008-08-073-20/+27
* Rename and remove a bunch of string functions.evanm@google.com2008-08-075-167/+62
* Rollback r517 to retry with ObjectWatcher. This change did not appear to bedarin@google.com2008-08-072-11/+10
* Remove the unit tests for the error condition. Vista handles the error differ...brettw@google.com2008-08-071-2/+8
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-0714-218/+220
* Make tabs affected by context menu actions pulse. The effect is somewhat subt...beng@google.com2008-08-0710-74/+248
* Disable the code that tries to use the transport DIB as the backing store ofdarin@google.com2008-08-071-0/+3
* Wrap text in the chrome first run dialog.tc@google.com2008-08-071-11/+7
* Update chrome strings.tc@google.com2008-08-0741-43/+43
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-078-54/+214
* Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...maruel@google.com2008-08-072-15/+10
* Rollback changes made to URLRequestFileJob to use ObjectWatcher instead ofdarin@google.com2008-08-072-10/+11
* Patch uninstall until we fix bug 1308130.rahulk@google.com2008-08-071-11/+18
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-0715-238/+345
* Revert part of r508, it may have broken webkit-release-playback.deanm@google.com2008-08-072-10/+15
* Make base/SConstruct just like chrome/SConstruct for linux building.deanm@google.com2008-08-071-1/+38
* Combine stderr and stdout when running the webkit layout tests so we don't lo...sgk@google.com2008-08-071-2/+3
* Remove the old atomic operations interface.deanm@google.com2008-08-075-183/+0
* Move away from the deprecated atomic.h interface to AtomicRefCount and Atomic...deanm@google.com2008-08-075-11/+16
* ICU isn't packaged on the Mac as it is on Windows.avi@google.com2008-08-071-1/+12
* Some cross platform changes and general cleanups to Pickle.deanm@google.com2008-08-073-25/+26
* Remove an unused include of deprecated atomic.h. Replace a custom singleton ...deanm@google.com2008-08-073-15/+10
* Remove the LOCKED_EXPRESSION macro, it's clumbsy and unused.deanm@google.com2008-08-072-23/+0
* Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer ty...deanm@google.com2008-08-071-1/+1
* Check in files that didn't get committed with previous checkin.jabdelmalek@google.com2008-08-07196-0/+2982
* rollback r498 and r500 to repair test bustagedarin@google.com2008-08-076-41/+35
* apache is looking for dlls in usr/libmal@google.com2008-08-0735-0/+489
* apache is looking for usr/libmal@google.com2008-08-070-0/+0
* fix unit_test failures, where process_.handle() may be nulldarin@google.com2008-08-071-1/+4
* Revised r408 such that we no longer sometimes fail MetricsServiceTest.CrashRe...darin@google.com2008-08-075-31/+35
* remove these accidentally added filesjabdelmalek@google.com2008-08-072-786/+0
* remove cygwin_src because it's now in depsjabdelmalek@google.com2008-08-0760-42/+0
* remove temp filejabdelmalek@google.com2008-08-071-3809/+0
* Undo my extra changes.jabdelmalek@google.com2008-08-0720-1469/+0
* Replace our cygwin binaries with another set that we can get the source for (...jabdelmalek@google.com2008-08-073306-569526/+861071
* Daily translated string updates.mal@google.com2008-08-072-74/+74
* Fix cut-and-paste error so we only try to build mac files on, gee, the mac...sgk@google.com2008-08-071-1/+1
* Add new sys_string_conversions_*.cc files to the SCons build.sgk@google.com2008-08-071-0/+11
* Make the OSExchangeDataTest.Html test pass now that I fixed NULL handling in ...brettw@google.com2008-08-071-2/+18
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-077-23/+412
* SCons: handle new net/base/client_socket_*.cc files.sgk@google.com2008-08-071-3/+3
* Remove php from Apache's configjabdelmalek@google.com2008-08-071-2/+2
* Add new about_version{,_flat}.html files to SCons.sgk@google.com2008-08-071-0/+1
* fix bustage... F**Kdarin@google.com2008-08-071-3/+2
* Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...darin@google.com2008-08-0610-209/+231
* Allow third_party/libxslt to compile on Linux. Like libxml, this uses pre-gen...mmoss@google.com2008-08-069-34/+689