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