| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: don't always print dlopen errors from LoadNativeLibrary | evan@chromium.org | 2011-04-18 | 5 | -19/+17 |
* | Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). | david.mike.futcher@gmail.com | 2011-04-18 | 1 | -1/+1 |
* | GTTF: Correctly handle fdopen failure in CreateAndOpenTemporaryFileInDir | phajdan.jr@chromium.org | 2011-04-18 | 1 | -1/+4 |
* | Fix some typos. | maf@chromium.org | 2011-04-17 | 1 | -3/+3 |
* | Send ShChange notifications to cause icon refreshes when updating shortcuts. | robertshield@chromium.org | 2011-04-15 | 1 | -0/+10 |
* | OpenBSD: make it possible to build libbase.a. | phajdan.jr@chromium.org | 2011-04-15 | 6 | -85/+118 |
* | All your base/mac are belong to us. | mark@chromium.org | 2011-04-14 | 1 | -0/+2 |
* | All your base are belong to us. | mark@chromium.org | 2011-04-14 | 1 | -0/+6 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 69 | -9711/+4 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 9 | -0/+2066 |
* | Fix constness of StackTrace. | willchan@chromium.org | 2011-04-14 | 4 | -10/+10 |
* | Remove code rendered pointless by r65322. | mark@chromium.org | 2011-04-14 | 2 | -104/+2 |
* | Tooltips for power, network, clock buttons in status area: update on locale c... | dilmah@chromium.org | 2011-04-14 | 1 | -2/+2 |
* | Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType(). | satorux@chromium.org | 2011-04-14 | 2 | -1/+88 |
* | MSVC warns when you try to use Base if T has a private destructor, | ajwong@chromium.org | 2011-04-13 | 2 | -0/+23 |
* | Add metric for whether Autofill is enabled or disabled. | isherman@chromium.org | 2011-04-13 | 1 | -0/+9 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 3 | -33/+301 |
* | Revert 81343 - Add multiple-offset versions of the various URL reformatting f... | mrossetti@chromium.org | 2011-04-13 | 3 | -306/+33 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 3 | -33/+306 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -9/+0 |
* | This enables hardware-backed .p12 file import on ChromeOS | gspencer@chromium.org | 2011-04-12 | 2 | -4/+17 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 1 | -22/+1 |
* | Fix clang build after landing http://codereview.chromium.org/6820030 | phajdan.jr@chromium.org | 2011-04-12 | 1 | -3/+3 |
* | Fix problems in src/base: | phajdan.jr@chromium.org | 2011-04-12 | 4 | -28/+35 |
* | Add a path for a web page to request the enumeration of a directory. This, t... | johnnyg@chromium.org | 2011-04-12 | 1 | -1/+2 |
* | Removing command_execution_timeout_ms in favor of action_max_timeout_ms. | hnguyen@chromium.org | 2011-04-11 | 4 | -19/+5 |
* | Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe. | willchan@chromium.org | 2011-04-11 | 2 | -24/+23 |
* | Revert 81142 - Fix base::internal::WeakReference::Flag to be RefCountedThread... | erg@google.com | 2011-04-11 | 2 | -23/+24 |
* | Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe. | willchan@chromium.org | 2011-04-11 | 2 | -24/+23 |
* | FileVersionInfoMac should retain the result of +[NSBundle bundleWithPath:] | mark@chromium.org | 2011-04-11 | 1 | -2/+3 |
* | Simplify SHA2 implementation | joth@chromium.org | 2011-04-11 | 3 | -46/+7 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-11 | 2 | -2/+42 |
* | Remove excessive path checking so we can fallback on native library search pa... | ajwong@chromium.org | 2011-04-08 | 1 | -9/+4 |
* | GTTF: Fix a few cases of very likely broken code between fork() and exec() | phajdan.jr@chromium.org | 2011-04-08 | 1 | -21/+28 |
* | Add search path for NSS libraries | hclam@chromium.org | 2011-04-07 | 1 | -0/+3 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 8 | -151/+156 |
* | Revert 80819 due to failed tests | mmenke@chromium.org | 2011-04-07 | 8 | -156/+151 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 8 | -151/+156 |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 4 | -58/+264 |
* | Clarify documentation about when a task may fail to post to a message loop | joth@chromium.org | 2011-04-07 | 1 | -2/+4 |
* | GTTF: Detect browser crashes on shutdown in UI tests. | phajdan.jr@chromium.org | 2011-04-06 | 3 | -33/+8 |
* | Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det... | phajdan.jr@chromium.org | 2011-04-06 | 2 | -41/+1 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-06 | 2 | -1/+41 |
* | Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl... | phajdan.jr@chromium.org | 2011-04-05 | 3 | -8/+33 |
* | GTTF: Detect browser crashes on shutdown in UI tests. | phajdan.jr@chromium.org | 2011-04-05 | 3 | -33/+8 |
* | Read ChromeOS version numbers from file before sandboxing and cache them. | dgozman@chromium.org | 2011-04-05 | 1 | -19/+54 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 5 | -184/+232 |
* | Create a base_static library with files that should not | rvargas@google.com | 2011-04-04 | 2 | -9/+49 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-04-04 | 16 | -43/+57 |
* | As of g++-4.5, the first argument to EXPECT_EQ cannot be | jeffbailey@chromium.org | 2011-04-02 | 1 | -2/+5 |