- 3b5dfd0 [Coverity] Fix possible leak. by groby@chromium.org · 13 years ago
- 49a6958 Move launchd code from chrome/browser/mac to base/mac. by lambroslambrou@chromium.org · 13 years ago
- c02aaa5 Update Ant build to support multiple build configurations. by yfriedman@chromium.org · 13 years ago
- 90b2dfb base: Remove should_leak_tasks_ from MessageLoop by satorux@chromium.org · 13 years ago
- dd54a3d chromeos: Fix memory leak in blocking Cryptohome method call by hashimoto@chromium.org · 13 years ago
- c88de2b Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop(). by rsesek@chromium.org · 13 years ago
- 3174528 Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & ntohX() in Chrome. by wez@chromium.org · 13 years ago
- 3a56779 Checked the return values of function calls. by khorimoto@chromium.org · 13 years ago
- a37c616 Fix handling of Unicode BOMs in JSONReader. by rsesek@chromium.org · 13 years ago
- 21357e5 Add base/data/json/bom_feff.json as a binary file. by rsesek@chromium.org · 13 years ago
- 87d003c Plot async steps in about:tracing. by simonjam@chromium.org · 13 years ago
- 756b7e9 Correcting the copy right message for this file by rharrison@chromium.org · 13 years ago
- 5cf729b Normalize download file name on chromeos by tbarzic@chromium.org · 13 years ago
- 1800183 Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
- 52282e5 Go ahead and forward all the std::vector<> typedefs through ScopedVector. At least MSVC 2010 wanted "value_type" in addition to the ones that were there already, so just future-proof it by adding them all. by pkasting@chromium.org · 13 years ago
- 6b9f4ab Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by aa@chromium.org · 13 years ago
- 559a913 Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
- fe8488c Remove Slavelastic Manifest File by csharp@chromium.org · 13 years ago
- 3306fc0 Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for tracking time. by isherman@chromium.org · 13 years ago
- dc221a7 Make Callback::Reset() return a copy to support use-cases where Run() ends up modifying |*this|. Callers can use by fischman@chromium.org · 13 years ago
- ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 13 years ago
- d36be04 * Keep the mouse in the desktop in multi monitor environment. I ended up using XFIXES to make launcher autohide works smoothlyl. by oshima@chromium.org · 13 years ago
- 8929e8a Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files. by rsleevi@chromium.org · 13 years ago
- 52e5bc1 apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks. by jrg@chromium.org · 13 years ago
- 125e899 Improve JSONReader performance by up to 55% by using std::string instead of wstring. by rsesek@chromium.org · 13 years ago
- 514239d Fix a typo in the comment for ToUnicodeCallbackSubstitute() by steveblock@chromium.org · 13 years ago
- 829d71a Move ScopedIOObject to base/mac. by thakis@chromium.org · 13 years ago
- a089b99 Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks." by rnk@chromium.org · 13 years ago
- 48375c4 Fix shared_library build break on Chrome OS caused by r128351. by yusukes@google.com · 13 years ago
- e2460cd Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
- 74c80d6 string_piece.h uses ptrdiff_t, which is defined in stddef.h by mmaxfield@google.com · 13 years ago
- 90157c6 Linux: Report the failed memory allocation size on OOM crashes. by thestig@chromium.org · 13 years ago
- 9be5839 Fix ScopedVector<T> passing via base::Bind() by willchan@chromium.org · 13 years ago
- 69bca9d Remove Pickle::WriteSize() now that it has no remaining callers. Also rename by mdm@chromium.org · 13 years ago
- a7d1df9 Update Android's base_paths to match other platforms. by avi@chromium.org · 13 years ago
- 683dd8c READABILITY for Keybuk by keybuk@chromium.org · 13 years ago
- 6f06762 Remove env() getter from JavaRef<> by joth@chromium.org · 13 years ago
- f056b96 dbus: clear array values before reading from variant by keybuk@google.com · 13 years ago
- de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 13 years ago
- 3fb6244 Move authorization_util files into base/mac. by lambroslambrou@chromium.org · 13 years ago
- c97adc8 Add "reference" and "const_reference" typedefs to ScopedVector to enable it to support std::back_inserter. by pkasting@chromium.org · 13 years ago
- 4158e99 Add a new 'run_all_unittests' target in base by akalin@chromium.org · 13 years ago
- 284387b Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. by rsesek@chromium.org · 13 years ago
- 023c3ca Enable positional parameters for base::vsnprintf and base::vswprintf on Windows. by alexeypa@chromium.org · 13 years ago
- 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 13 years ago
- f6b9ffa HANDLE_EINTR: parenthesize arguments by vapier@chromium.org · 13 years ago
- 58b69ff simplify a few header includes by vapier@chromium.org · 13 years ago
- 8810714 Delete chrome_plugin_messages.h which is no longer used by jam@chromium.org · 13 years ago
- 2982a51 Relax check for message loop in SequencedWorkerPool by akalin@chromium.org · 13 years ago
- f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 13 years ago
- 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 13 years ago
- 0c45de5 Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other components can use it. by oshima@chromium.org · 13 years ago
- 4474fb1 Resubmit r127219: Make test failure clearer by tbreisacher@chromium.org · 13 years ago
- a9490ac Remove "base/values.h" import from "base/location.h", fix up downstream files. by isherman@chromium.org · 13 years ago
- 5ef1a20 Revert 127219 - Make test failure clearer by tbreisacher@chromium.org · 13 years ago
- 1d96109 Make test failure clearer by tbreisacher@chromium.org · 13 years ago
- 3cfd016 JSONWriter cleanup: integrate pretty print into write options. by ericdingle@chromium.org · 13 years ago
- 7170adf Add comments and fix a potential leak in LaunchProcess. by erikwright@chromium.org · 13 years ago
- 0b0b74c Move work signal count tracking from SequencedWorkerPool to the test file by akalin@chromium.org · 13 years ago
- a7bfad6 Add preliminary OOM support for Mountain Lion. by avi@chromium.org · 13 years ago
- b76b78a Build Android's MessagePumpForUI by upstreaming SystemMessageHandler by peter@chromium.org · 13 years ago
- 6052cf7 Cleanup: Remove remaining deprecated file_util functions. by thestig@chromium.org · 13 years ago
- 2a4d613 Build Java files as part of the base target for Android builds by peter@chromium.org · 13 years ago
- f63cdf1 Upstream Android's PathUtils implementation. by peter@chromium.org · 13 years ago
- cea0a13 Fix uses of TimeDelta in base/test. by tedvessenes@gmail.com · 13 years ago
- a2e525b Added read-only file error test. by ahendrickson@chromium.org · 13 years ago
- d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 13 years ago
- 601cc88 Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount by mdm@chromium.org · 13 years ago
- 43729f8 Convert CRLF to LF in json_string_value_serializer.cc by ericdingle@chromium.org · 13 years ago
- fcfb825 Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. by glider@chromium.org · 13 years ago
- 4bf2101 Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@chromium.org · 13 years ago
- ac1f41d Add base::StaticAtomicSequenceNumber. by pliard@chromium.org · 13 years ago
- 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 13 years ago
- 5ae3b6e Remove a unused parameter in the Linux FilePathWatcher implementation. by thestig@chromium.org · 13 years ago
- 09f03bb Merge the fix for NSPR bug 689188. by wtc@chromium.org · 13 years ago
- c3847cc Clean up condition variable usage in SequencedWorkerPool by akalin@chromium.org · 13 years ago
- 4448a87 Coverity: Fix a few uninitialized vars. by jhawkins@chromium.org · 13 years ago
- bdc739b Chromoting: Implemented security attention sequence (SAS) emulation on Windows. by alexeypa@chromium.org · 13 years ago
- ef21d1d ui/base: Move message_box_win.{h,cc} to ui/base/win. by tfarina@chromium.org · 13 years ago
- 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 13 years ago
- b21d2b7 dbus: fix base class of ErrorResponse by keybuk@chromium.org · 13 years ago
- 0493c4b Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 13 years ago
- a22074b Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 13 years ago
- 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 13 years ago
- f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 13 years ago
- 20c1196 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 13 years ago
- 9af00eb Add test to for RAF-spinning in accelerated mode with no damage. by jbates@chromium.org · 13 years ago
- 2c2361d Prerendered pages are swapped in at browser::Navigate time. by cbentzel@chromium.org · 13 years ago
- 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 13 years ago
- 5928522 Implement SequencedWorkerPool::RunsTasksOnCurrentThread() by akalin@chromium.org · 13 years ago
- fd474db Separate xvfb.py logic into its own script by maruel@chromium.org · 13 years ago
- 31679d9 Add a new option to JSONWriter, which instructs it not to append '.0' or by kkania@chromium.org · 13 years ago
- 5a48500 base: Add more BASE_EXPORT macros by thakis@chromium.org · 13 years ago
- ca1d523 Add PrintTo for string16 by gab@chromium.org · 13 years ago
- e1d51fc Chrome for Android unfork. by bulach@chromium.org · 13 years ago
- f9326a0 JNI Bindings on Chrome for Android: unfork. by bulach@chromium.org · 13 years ago
- 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 13 years ago
- edfb960 Use cmd.exe instead of python.exe for unit test. by maruel@chromium.org · 13 years ago
- af61fe9 Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by viettrungluu@chromium.org · 13 years ago
- 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago