| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 113748 - Provide windows notifictaion of thread termination | jar@chromium.org | 2011-12-09 | 1 | -0/+1 |
* | Don't use Singleton to cache JNI method IDs in Java Bridge | steveblock@chromium.org | 2011-12-05 | 1 | -0/+1 |
* | Improve support for multiselect list box accessibility on Windows. | dmazzoni@chromium.org | 2011-12-03 | 1 | -0/+2 |
* | Make CHECK not print messages in official builds | akalin@chromium.org | 2011-12-02 | 1 | -0/+10 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base... | hayato@chromium.org | 2011-12-01 | 1 | -1/+0 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-11-30 | 1 | -0/+1 |
* | Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) | dcheng@chromium.org | 2011-11-25 | 1 | -2/+0 |
* | base::Bind: Implement CancelableCallback to replace CancelableTask. | jhawkins@chromium.org | 2011-11-24 | 1 | -0/+1 |
* | Move PropertyBag to base. Originally this was in chrome\common because only c... | jam@chromium.org | 2011-11-23 | 1 | -0/+1 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+1 |
* | Allow trailing comma in JSON policy files. | pastarmovj@chromium.org | 2011-11-17 | 1 | -0/+1 |
* | base::Bind() conversion for chrome/browser/search_engines | dcheng@chromium.org | 2011-11-16 | 1 | -1/+0 |
* | base: export GetBuildTime | agl@chromium.org | 2011-11-11 | 1 | -0/+1 |
* | Enable -Wexit-time-destructors for base. | thakis@chromium.org | 2011-11-09 | 1 | -0/+2 |
* | Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler | jar@chromium.org | 2011-11-08 | 1 | -0/+1 |
* | Revert 108752 - Support tracking of IPC messages as tasks in profiler | joi@chromium.org | 2011-11-08 | 1 | -1/+0 |
* | Support tracking of IPC messages as tasks in profiler | jar@chromium.org | 2011-11-05 | 1 | -0/+1 |
* | Moving the SignalingTask class to base/test. | tommi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Enable ICU in Android | michaelbai@google.com | 2011-10-31 | 1 | -50/+0 |
* | add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry) | jbates@chromium.org | 2011-10-29 | 1 | -0/+3 |
* | Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i... | jbates@chromium.org | 2011-10-29 | 1 | -3/+0 |
* | add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search... | jbates@chromium.org | 2011-10-28 | 1 | -0/+3 |
* | OpenBSD patches for base and build, part 2 | robert.nagy@gmail.com | 2011-10-24 | 1 | -0/+5 |
* | Create a CFCast<>() method for casting a basic CFTypeRef to a more specific C... | kushi.p@gmail.com | 2011-10-19 | 1 | -0/+1 |
* | Upstream: Android's base.gyp and base.gypi | michaelbai@google.com | 2011-10-03 | 1 | -2/+65 |
* | Reland 102005 and 102009: aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-21 | 1 | -7/+12 |
* | Revert 102005 - aura: Explicitly disable GTK. | sky@chromium.org | 2011-09-20 | 1 | -12/+7 |
* | aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-20 | 1 | -7/+12 |
* | Searching for downloads currently does a plain substring search, which does not | vanlam@google.com | 2011-09-16 | 1 | -0/+3 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -0/+1 |
* | Make Callback.Equals() only work when comparing against the same type. | ajwong@chromium.org | 2011-09-10 | 1 | -0/+1 |
* | Create a "no compile" drivers script in python to unittest compile time asserts. | ajwong@chromium.org | 2011-09-10 | 1 | -0/+6 |
* | Refactor ScopedJavaRef | joth@chromium.org | 2011-09-09 | 1 | -0/+1 |
* | Use precompiled headers for most large projects where the .gyp file | joi@chromium.org | 2011-09-07 | 1 | -0/+1 |
* | Base: Switch base_i18n to be a separate dll (component build) | rvargas@google.com | 2011-08-31 | 1 | -1/+6 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -1/+0 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -0/+1 |
* | Tommi: I need an owner review for the chrome frame changes. | rogerta@chromium.org | 2011-08-24 | 1 | -0/+2 |
* | Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. | ajwong@chromium.org | 2011-08-18 | 1 | -0/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -0/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -1/+0 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -0/+1 |
* | Linux: fix build with system libevent. | phajdan.jr@chromium.org | 2011-08-04 | 1 | -0/+3 |
* | Re-land r93365 - add RefCountedString | joth@chromium.org | 2011-07-22 | 1 | -0/+1 |
* | Revert 93365 - it broke on Chrome OS | joth@chromium.org | 2011-07-21 | 1 | -1/+0 |
* | Added RefCountedString, as this is what many RefCountedMemory users seem to want | joth@chromium.org | 2011-07-21 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 1 | -0/+2 |