| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the memcheck annotation in RecordDeath(). | rnk@chromium.org | 2011-12-05 | 1 | -1/+1 |
* | Don't use Singleton to cache JNI method IDs in Java Bridge | steveblock@chromium.org | 2011-12-05 | 4 | -16/+177 |
* | Add memcheck annotation and remove suppression. | rnk@chromium.org | 2011-12-04 | 1 | -0/+3 |
* | Revert 112937 - Suppress unitialized use of memory for random_number_ seed | jar@chromium.org | 2011-12-04 | 1 | -3/+0 |
* | Suppress unitialized use of memory for random_number_ seed | jar@chromium.org | 2011-12-04 | 1 | -0/+3 |
* | use os_bsd and OS_BSD and add some OS_FREEBSD conditions | robert.nagy@gmail.com | 2011-12-04 | 5 | -16/+313 |
* | Fixing tree (using smaller prime than 2^31) | jar@chromium.org | 2011-12-04 | 1 | -1/+1 |
* | Support incremental-max and sample in Profiler data | jar@chromium.org | 2011-12-04 | 3 | -277/+378 |
* | Strip invalid characters (line breaks, tabs), javascript:schemes from the cop... | ncj674@motorola.com | 2011-12-04 | 1 | -1/+1 |
* | Fix MessagePumpX::ProcessXEvent checking of WillProcessXEvent return value. | davidxli@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Improve support for multiselect list box accessibility on Windows. | dmazzoni@chromium.org | 2011-12-03 | 8 | -0/+393 |
* | Don't delete g_vlog_info | stevenjb@chromium.org | 2011-12-03 | 2 | -4/+23 |
* | Improve GPU tests to fail when GPU drawing fails. | jbates@chromium.org | 2011-12-02 | 1 | -0/+13 |
* | Fix Aura build break. | jbates@chromium.org | 2011-12-02 | 1 | -1/+1 |
* | Add TraceAnalyzer support for START/FINISH events and JSON error logging | jbates@chromium.org | 2011-12-02 | 3 | -40/+136 |
* | trace_event: distinguish between scoped begin/end and global start/finish events | jbates@chromium.org | 2011-12-02 | 8 | -171/+388 |
* | Fix tab backgrounding | davemoore@chromium.org | 2011-12-02 | 4 | -106/+106 |
* | Move gtest_prod.h into its own target so it can be correctly set as a depende... | ensonic@google.com | 2011-12-02 | 1 | -0/+1 |
* | Fix a possible mismatch in OS-specific code in WaitableEventWatcher. | joi@chromium.org | 2011-12-02 | 1 | -3/+2 |
* | Make CHECK not print messages in official builds | akalin@chromium.org | 2011-12-02 | 4 | -28/+88 |
* | Fix Android build. | jrg@google.com | 2011-12-02 | 1 | -2/+2 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-12-01 | 7 | -11/+147 |
* | Give base::SharedMemory::CreateAnonymous an executable flag | mcgrathr@chromium.org | 2011-12-01 | 5 | -32/+83 |
* | Use the new base::mac::GetValueFromDictionary<>() method. | kushi.p@gmail.com | 2011-12-01 | 3 | -68/+21 |
* | aura: Fix unit_tests on linux | sadrul@chromium.org | 2011-12-01 | 1 | -5/+3 |
* | Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base... | hayato@chromium.org | 2011-12-01 | 7 | -147/+11 |
* | Add TraceAnalyzer support for calculating common event rate statistics | jbates@chromium.org | 2011-12-01 | 3 | -0/+89 |
* | base::Bind: Implement a 1-arity CancelableCallback and use this to implement | jhawkins@chromium.org | 2011-11-30 | 4 | -90/+147 |
* | [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. | shess@chromium.org | 2011-11-30 | 7 | -11/+147 |
* | base: remove unused header and include the right one instead | ensonic@google.com | 2011-11-30 | 1 | -1/+0 |
* | Fix sources list for symbolize. | ensonic@google.com | 2011-11-30 | 1 | -1/+7 |
* | Avoid holding the lock while we do alarm processing | jar@chromium.org | 2011-11-30 | 1 | -1/+4 |
* | Make ThreadLocalStorage more posix pthread compliant | jar@chromium.org | 2011-11-29 | 3 | -30/+105 |
* | Allow const pointers to be stored in ThreadLocalPointer. | jbates@chromium.org | 2011-11-29 | 2 | -5/+5 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 6 | -70/+51 |
* | remove entry from includes as it is already pulled from the dependencies | ensonic@google.com | 2011-11-29 | 1 | -1/+0 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 3 | -21/+27 |
* | Remove several more custom Task implementations from base/ | dcheng@chromium.org | 2011-11-29 | 3 | -153/+99 |
* | Revert 111865 - Remove several more custom Task implementations from base/ | dcheng@chromium.org | 2011-11-29 | 3 | -90/+151 |
* | Remove several more custom Task implementations from base/ | dcheng@chromium.org | 2011-11-29 | 3 | -151/+90 |
* | Increase Bind/Callback Arity from 6 -> 7. | ajwong@chromium.org | 2011-11-28 | 8 | -21/+751 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 5 | -4/+22 |
* | Cleanup: Convert ASCIIToUTF16("") to string16(). | jhawkins@chromium.org | 2011-11-28 | 3 | -12/+15 |
* | base::Bind: Convert devtools_sanity_unittest.cc. | jhawkins@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Value::GetAsDictionary | battre@chromium.org | 2011-11-26 | 3 | -1/+44 |
* | Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) | dcheng@chromium.org | 2011-11-25 | 3 | -53/+0 |
* | Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linux | rsleevi@chromium.org | 2011-11-24 | 1 | -1/+1 |
* | Strip invalid characters (line breaks, tabs), javascript:schemes from the cop... | ncj674@motorola.com | 2011-11-24 | 1 | -1/+1 |
* | base::Bind: Implement CancelableCallback to replace CancelableTask. | jhawkins@chromium.org | 2011-11-24 | 6 | -1/+334 |
* | Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." | ajwong@chromium.org | 2011-11-24 | 8 | -4792/+5 |