summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* linux: include stdio.h for snprintfcraig.schlenter@chromium.org2009-10-101-0/+1
* posix: avoid using printf when we're not sure of the types involvedevan@chromium.org2009-10-091-8/+12
* Add logging macros that automatically append the last system error in string ...tschmelcher@chromium.org2009-10-095-8/+407
* Revert "Remove deprecated AbsolutePath function."evan@chromium.org2009-10-092-0/+9
* Remove deprecated AbsolutePath function.evan@chromium.org2009-10-092-9/+0
* Add a FilePath version of the CommandLine constructor. Mark the wstring versi...thestig@chromium.org2009-10-092-2/+20
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-0918-55/+56
* Fixing scoped_ptr misusage in base/win_util.cctimurrrr@chromium.org2009-10-091-7/+10
* Fixes a bug that .crx can not be installed by "Could not createtkent@chromium.org2009-10-092-4/+31
* Implement the missing memory information functions that memory_test uses.vandebo@chromium.org2009-10-082-2/+14
* Use static_cast in LinkNode<T>::value() so that it works withdarin@chromium.org2009-10-082-3/+19
* MD5 header cleanup for lint and items brought up when reviewing code based on...fbarchard@chromium.org2009-10-081-16/+24
* Mark the FileUtilICUTest.ReplaceIllegalCharactersTest as ignored since it is ...brettw@chromium.org2009-10-081-0/+3
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-0812-317/+250
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-084-7/+17
* Linux: remove the concept of physical memory from the task manager.agl@chromium.org2009-10-071-6/+4
* 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