1. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  2. 784a29d Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. by tfarina@chromium.org · 14 years ago
  3. d15b1a1 base: Remove deprecated file_util::GetFilenameFromPath function. by tfarina@chromium.org · 14 years ago
  4. 87db4f4 Increasing live (sync) operation timeout to 45 seconds. by rsimha@chromium.org · 14 years ago
  5. 8b511cc Typo fix. by avi@chromium.org · 14 years ago
  6. 29adefe Add SCOPED_TRACEs to ICUStringConversionsTest by phajdan.jr@chromium.org · 14 years ago
  7. 490200b MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrind.h & RUNNING_ON_VALGRIND by timurrrr@chromium.org · 14 years ago
  8. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  9. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  10. 28078b6 Move base/debug_on_start to base/debugger and rename it to be _win since it by brettw@chromium.org · 14 years ago
  11. 3890ab3 move base/object_watcher into base/win and add the win namespace. Fixup callers. by brettw@google.com · 14 years ago
  12. 92d954b Move base/mac_util.h to base/mac and use the base::mac namespace. by brettw@chromium.org · 14 years ago
  13. b39f6c0 Remove base/debug_util. Move the debug UI related functions to base/debug/debugger.h by brettw@google.com · 14 years ago
  14. 088ae93 Move non_thread_safe from base to base/threading and into the base namespace. by brettw@chromium.org · 14 years ago
  15. 7c5cc67 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
  16. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  17. b9a1c04 Move app/win_util to app/win and fix the namespace usage. by brettw@google.com · 14 years ago
  18. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  19. f4fe79b Move base/win_util to the base/win directory and use the base::win namespace. by brettw@google.com · 14 years ago
  20. 9035624 touch: Check for NULL display. by sadrul@chromium.org · 14 years ago
  21. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  22. 975db2b Fix exclusion for the worker pool posix unit test on Windows. by brettw@chromium.org · 14 years ago
  23. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago
  24. 6d89907 Remove compat_execinfo since we no longer support Mac 10.4. by brettw@chromium.org · 14 years ago
  25. f02fb79 Move rgs_helper out of base to ceee since it's not used anywhere else. by brettw@chromium.org · 14 years ago
  26. 6a3802c Move the SetProcTitle code out of base and into chrome/common. This is only by brettw@chromium.org · 14 years ago
  27. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  28. 19ae975 Add forwarding script for build-bisect.py. by evan@chromium.org · 14 years ago
  29. 6d25e97 Rename build/build-bisect.py to tools/bisect-builds.py. by evan@chromium.org · 14 years ago
  30. 7398a1a Clean up Automation and Chrome Frame IPC code.-only use routed messages when needed-use routing IDs to avoid manually unpacking messages-remove data structures from IPC namespace (that should only be used for IPC code, and param traits)Note that I temporarily commented out part of a test in external_tab_test.cc because I couldn't figure out how to get the updated gmock macros to compile. by jam@chromium.org · 14 years ago
  31. 055f767 base/version: remove wstring version by evan@chromium.org · 14 years ago
  32. b8e5ea3 build-bisect.py: Update the base snapshot archive URL. by rsesek@chromium.org · 14 years ago
  33. b36414c Update file version info/memory details/process utils to use string16. by avi@chromium.org · 14 years ago
  34. 42f95b5 Properly lock access to static variables. by mad@chromium.org · 14 years ago
  35. 1f81ad0 Handle policy refresh internally in ConfigurationPolicyPrefStore. by mnissler@chromium.org · 14 years ago
  36. 0c43067 Defines SSLServerSocket and implements SSLServerSocketNSS by hclam@chromium.org · 14 years ago
  37. 592a4f7 Move data pack from base to app (it's just part of the resource bundle system). by brettw@chromium.org · 14 years ago
  38. a11eabb Print out filename on logs instead of the entire path by akalin@chromium.org · 14 years ago
  39. 104b4a5 Remove the 'using' declaration of StringAppendV. by tfarina@chromium.org · 14 years ago
  40. 624f0796 Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h by brettw@chromium.org · 14 years ago
  41. 667c94b Revert accidental delete of compat_execinfo. by brettw@chromium.org · 14 years ago
  42. abe1715 Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update calling code. by brettw@chromium.org · 14 years ago
  43. 0af444d Move unix domain socket support out of base and into chrome common. This is not by brettw@chromium.org · 14 years ago
  44. 71f6602 Remove base/image_util. This seems not to be used anywhere. by brettw@google.com · 14 years ago
  45. 20ac462 Update the time formatting APIs to use string16. by avi@chromium.org · 14 years ago
  46. b446a3a Add BREAK_NEWLINE mode to break_iterator.cc by tsepez@chromium.org · 14 years ago
  47. 82f52f8 Create a message filter for message port and worker messages. This allows a nice cleanup of getting rid of the notifications when RenderMessageFilter and WorkerProcessHost go away. SafeBrowsingResourceHandler doesn't need it anymore as well, since it now overrides OnRequestClosed() which does the same thing. by jam@chromium.org · 14 years ago
  48. df3e671 Bugfixes for recent PluginGroup refactoring. by jkummerow@chromium.org · 14 years ago
  49. 3495d4a touchui: build fix for the buildbot. by sadrul@chromium.org · 14 years ago
  50. f3c5f97 file_version_info was not finding Mac values correctly. Got it now looking in the appropriate bundle. by dmaclach@chromium.org · 14 years ago
  51. ee7d9aa Let build-bisect.py print download progress. by thakis@chromium.org · 14 years ago
  52. bdc8857 Fix build with -Duse_system_icu=1 and libicu-4.4.* by phajdan.jr@chromium.org · 14 years ago
  53. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  54. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  55. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  56. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  57. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  58. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  59. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  60. 68b3996 Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that on mac. by thakis@chromium.org · 14 years ago
  61. 5e43599 Remove CrApplication dependency from base by thakis@chromium.org · 14 years ago
  62. c86aea4 Revert 69592 - file_version_info was not finding Mac values correctly. by dmaclach@chromium.org · 14 years ago
  63. 6f8aa82 file_version_info was not finding Mac values correctly. by dmaclach@chromium.org · 14 years ago
  64. 8ca3e03 Create self signed X509 certificate by hclam@chromium.org · 14 years ago
  65. e4bec37 Move ElideString() from base/string_util.cc to app/text_elider.cc to by jschuh@google.com · 14 years ago
  66. 47e7827 Remove deprecated AbsolutePath. by tfarina@chromium.org · 14 years ago
  67. cd3f2ad Revert 69490 - base/version: remove wstring version by sanjeevr@chromium.org · 14 years ago
  68. a15ec69 base/version: remove wstring version by evan@chromium.org · 14 years ago
  69. e6bd8fa linux: remove the xmessage-based error dialog by evan@chromium.org · 14 years ago
  70. b3c860d Revert "Protect reading and writing startup_data_" by agl@chromium.org · 14 years ago
  71. b825916 Clear obj_ before releasing the callee in RunnableMethod. by cbentzel@chromium.org · 14 years ago
  72. cff2c64 touchui: turn on the new message pump. by sadrul@chromium.org · 14 years ago
  73. 1c89a58 Protect reading and writing startup_data_ by agl@chromium.org · 14 years ago
  74. 34ff140 Separate BufferedDataSource and BufferedResourceLoader into two files. by annacc@chromium.org · 14 years ago
  75. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  76. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  77. 69f7673 Add support for temporarily trusting a certificate for the duration of unit tests on Windows, rather than requiring the machine to be pre-configured out-of-band. by rsleevi@chromium.org · 14 years ago
  78. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  79. 6f9ed6c Linux: Allow IO in ProcessMetrics::GetWorkingSetKBytes(). by thestig@chromium.org · 14 years ago
  80. 3475648 Make PepperFileMessageFilter be a BrowserMessageFilter. by jam@chromium.org · 14 years ago
  81. 79f2490 Commiting second word iterator patch for tsepez. this was originally reviewed at http://codereview.chromium.org/5796003/ by cdn@chromium.org · 14 years ago
  82. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  83. 97d688c Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h." by willchan@chromium.org · 14 years ago
  84. 69c269e Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  85. d299c30 Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  86. 9a53bec Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h. by phajdan.jr@chromium.org · 14 years ago
  87. c58533c Fix raw_scoped_refptr_mismatch_checker.h. by willchan@chromium.org · 14 years ago
  88. 3cae340 Add Debug Message Dialog Support for Mac OS by dmaclach@chromium.org · 14 years ago
  89. 5383a2f Fix openssl portability issue - in STL vector<> has no data() member. by joth@chromium.org · 14 years ago
  90. 04f429e Fix openssl after singleton refactor by joth@chromium.org · 14 years ago
  91. c607bcd Build fix by satish@chromium.org · 14 years ago
  92. 2940ad1 Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by satish@chromium.org · 14 years ago
  93. 587d4f0 This adds some plumbing for propagating the status and error code of a renderer process that went away so that we can tell at the UI level what happened to the tab: did it crash, or was it killed by the OOM killer (or some other reason). This is in preparation for implementing a new UI for when a process is killed by the OOM on ChromeOS which handles it differently from a crash. by gspencer@chromium.org · 14 years ago
  94. 354a52a Reland r68893 after fixing allowing blocking IO on shutdown. by willchan@chromium.org · 14 years ago
  95. b1580ca Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by jam@chromium.org · 14 years ago
  96. 3accfb8 Make DOMStorageDispatcherHost be a message filter (and rename it accordingly). It now derives from BrowserMessageFilter and hence gets message dispatching to different threads for free. by jam@chromium.org · 14 years ago
  97. fa17a98 Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter doesn't have to know about it. by jam@chromium.org · 14 years ago
  98. b087641 Switch a bunch of remaining filters to derive from BrowserMessageFilters so that ResourceMessageFilter doesn't have to know about them and vice versa. A bunch of small cleanup in the process. I've added new message files for classes that want their messages dispatched on threads other than the IO. by jam@chromium.org · 14 years ago
  99. ce3f487 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  100. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago