summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-3017-45/+63
* Fix exclusion for the worker pool posix unit test on Windows.brettw@chromium.org2010-12-301-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-3021-94/+109
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-304-129/+4
* Remove compat_execinfo since we no longer support Mac 10.4.brettw@chromium.org2010-12-303-36/+2
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-3/+0
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-292-90/+0
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-295-218/+9
* base/version: remove wstring versionevan@chromium.org2010-12-232-8/+3
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-2310-137/+123
* Properly lock access to static variables.mad@chromium.org2010-12-233-14/+41
* Handle policy refresh internally in ConfigurationPolicyPrefStore.mnissler@chromium.org2010-12-233-261/+1
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-233-0/+9
* Move data pack from base to app (it's just part of the resource bundle system).brettw@chromium.org2010-12-236-353/+0
* Print out filename on logs instead of the entire pathakalin@chromium.org2010-12-231-1/+1
* Remove the 'using' declaration of StringAppendV.tfarina@chromium.org2010-12-231-1/+0
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-232-1/+1
* Re-delete nsimage_cache_mac.* My partial revert of the original change accide...brettw@chromium.org2010-12-222-106/+0
* Revert accidental delete of compat_execinfo.brettw@chromium.org2010-12-223-0/+140
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-224-142/+0
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-223-187/+0
* Remove base/image_util. This seems not to be used anywhere.brettw@google.com2010-12-223-142/+0
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-222-20/+17
* Include scoped_gdi_object.h where necessary.tfarina@chromium.org2010-12-221-2/+1
* Add BREAK_NEWLINE mode to break_iterator.cctsepez@chromium.org2010-12-213-41/+263
* Mac: Shared and Private memory for Task Managersail@chromium.org2010-12-211-3/+123
* add check for fAnyOperationsAbortederikkay@chromium.org2010-12-211-0/+8
* Bugfixes for recent PluginGroup refactoring.jkummerow@chromium.org2010-12-212-0/+13
* touchui: build fix for the buildbot.sadrul@chromium.org2010-12-201-4/+3
* Clean up mac_util to use CFToNSCastdmaclach@chromium.org2010-12-201-12/+9
* file_version_info was not finding Mac values correctly. Got it now looking in...dmaclach@chromium.org2010-12-203-54/+28
* Fix build with -Duse_system_icu=1 and libicu-4.4.*phajdan.jr@chromium.org2010-12-201-4/+6
* Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ...thakis@chromium.org2010-12-187-339/+48
* Rename WebKitTools->Tools.tonyg@chromium.org2010-12-181-1/+1
* Remove CrApplication dependency from basethakis@chromium.org2010-12-189-145/+67
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-183-34/+54
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-183-54/+34
* Create self signed X509 certificatehclam@chromium.org2010-12-171-0/+1
* Fix up clang problemdmaclach@chromium.org2010-12-171-1/+1
* Add support for easily casting CFTypes to NSTypesdmaclach@chromium.org2010-12-171-4/+58
* Move ElideString() from base/string_util.cc to app/text_elider.cc to jschuh@google.com2010-12-173-72/+0
* Revert 69552 - Add support for easily casting CFTypes to NSTypesdmaclach@chromium.org2010-12-171-48/+0
* Add support for easily casting CFTypes to NSTypesdmaclach@chromium.org2010-12-171-0/+48
* Remove deprecated AbsolutePath.tfarina@chromium.org2010-12-172-10/+0
* Revert 69490 - base/version: remove wstring versionsanjeevr@chromium.org2010-12-172-3/+8
* base/version: remove wstring versionevan@chromium.org2010-12-172-8/+3
* linux: remove the xmessage-based error dialogevan@chromium.org2010-12-161-17/+5
* Revert "Protect reading and writing startup_data_"agl@chromium.org2010-12-162-18/+3
* Clear obj_ before releasing the callee in RunnableMethod.cbentzel@chromium.org2010-12-163-4/+57
* touchui: turn on the new message pump.sadrul@chromium.org2010-12-161-2/+1