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