| Commit message (Expand) | Author | Age | Files | Lines |
* | Coverity: initialize timer_. | mattm@chromium.org | 2009-10-01 | 1 | -2/+1 |
* | The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.... | ericu@google.com | 2009-10-01 | 5 | -9/+86 |
* | Simplify the PowerObserver API by removing unneeded args and providing defaul... | pkasting@chromium.org | 2009-10-01 | 4 | -33/+37 |
* | Coverity: Remove a check that can never be true. result is unsigned, so it c... | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Coverity: Remove the check for index < 0 because index is a size_t and can ne... | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Remove IdleTimer, which no one uses. | pkasting@chromium.org | 2009-09-30 | 5 | -536/+0 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 4 | -107/+3 |
* | Don't fire two wake notifications for user-initiated system wake-from-sleep. | pkasting@chromium.org | 2009-09-30 | 1 | -2/+5 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 3 | -8/+34 |
* | Disable the leak tracking of URLRequests. | eroman@chromium.org | 2009-09-30 | 1 | -10/+2 |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 1 | -0/+2 |
* | Add a version of ReplaceStringPlaceholders that operates on std::string | tony@chromium.org | 2009-09-29 | 3 | -6/+42 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 3 | -10/+10 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-29 | 1 | -0/+8 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 4 | -6/+20 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -14/+0 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -0/+14 |
* | Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-28 | 1 | -8/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-28 | 1 | -0/+8 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 3 | -34/+8 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 3 | -8/+34 |
* | Linux: remove --google-internal-crash-reporting. | agl@chromium.org | 2009-09-28 | 1 | -54/+0 |
* | Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -8/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -0/+8 |
* | Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -8/+0 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -0/+8 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 8 | -238/+101 |
* | [Relanding erg's change with fix for toolkit_views shortcuts and | jcampan@chromium.org | 2009-09-25 | 6 | -223/+701 |
* | Add a TODO comment to describe when we can remove the const_cast for | wtc@chromium.org | 2009-09-25 | 1 | -0/+2 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 3 | -7/+1 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 3 | -1/+7 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 1 | -2/+0 |
* | Linux: fix a process name setting bug that doesn't currently affect us. | mdm@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 1 | -0/+2 |
* | Simplify failure codepaths of MessagePumpLibevent::WatchFileDescriptor() | jeremy@chromium.org | 2009-09-24 | 1 | -21/+8 |
* | Regression: Shift modifier on Find was reversed. | finnur@chromium.org | 2009-09-24 | 1 | -3/+3 |
* | Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator. | rafaelw@chromium.org | 2009-09-24 | 6 | -13/+337 |
* | Fix and reenable AppendRelativePathTest which was broken on Windows. | mark@chromium.org | 2009-09-23 | 1 | -3/+13 |
* | Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" | rafaelw@chromium.org | 2009-09-23 | 6 | -337/+13 |
* | Linux (nss) implementations of RSAPrivateKey and SignatureCreator | rafaelw@chromium.org | 2009-09-23 | 6 | -13/+337 |
* | IPC & LibEvent fix | jeremy@chromium.org | 2009-09-23 | 2 | -2/+19 |
* | Revert 26756 - "Use windows keycodes under linux (and all non-windows platfor... | stuartmorgan@chromium.org | 2009-09-22 | 4 | -3/+218 |
* | Enable LeakTracker on release builds. | eroman@chromium.org | 2009-09-22 | 1 | -2/+10 |
* | Use windows keycodes under linux (and all non-windows platforms). | erg@google.com | 2009-09-21 | 4 | -218/+3 |
* | Switch application start time from Time to TimeTicks. | jar@chromium.org | 2009-09-21 | 2 | -6/+5 |
* | Copy the leak callstacks onto the stack before crashing in LeakTracker::Check... | eroman@chromium.org | 2009-09-21 | 2 | -5/+27 |
* | Fix a harmless data race in Thread | timurrrr@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | linux: implement GetCPUUsage() so the task manager shows CPU | evan@chromium.org | 2009-09-19 | 4 | -6/+140 |
* | s/NDEBUG/NVALGRIND/g in base/dynamic_annotations.* to allow | timurrrr@chromium.org | 2009-09-18 | 2 | -11/+9 |
* | Explicitly compare to NULL when looking for weak_import symbols. | craig.schlenter@chromium.org | 2009-09-18 | 1 | -3/+3 |