summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-0716-1453/+0
* Move all resources into the framework.mark@chromium.org2009-10-072-0/+6
* [Mac] Use OCMock in autocomplete_text_field_unittest.mm.shess@chromium.org2009-10-071-0/+1
* Refactor ASN1 parsing/serializationrafaelw@chromium.org2009-10-077-633/+574
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-0725-434/+1127
* Reverting 28166.ojan@chromium.org2009-10-062-337/+8
* Add logging macros that automatically append the last system error in string ...tschmelcher@google.com2009-10-062-8/+337
* Implement signature_creator_mac. Also moved CSSM memory functions to a common...rafaelw@chromium.org2009-10-067-66/+129
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-062-2/+4
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-2/+0
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-053-0/+101
* Display the flaky test count only if it's bigger than 0.nsylvain@chromium.org2009-10-031-2/+4
* Add support for flaky gtests.nsylvain@chromium.org2009-10-031-0/+45
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-0311-2879/+0
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-0310-1742/+0
* Move the ICU string conversions into its own file. This new file is includedbrettw@chromium.org2009-10-025-701/+733
* Implement RSAPrivateKey for Mac OS Xhawk@chromium.org2009-10-023-2/+406
* 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