| Commit message (Expand) | Author | Age | Files | Lines |
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 6 | -166/+110 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 1 | -9/+0 |
* | Revert 63191 - 2nd try: | phajdan.jr@chromium.org | 2010-10-20 | 3 | -43/+8 |
* | Fix flakey test TimeTicks.HighResNow | mbelshe@chromium.org | 2010-10-20 | 1 | -8/+25 |
* | 2nd try: | mbelshe@chromium.org | 2010-10-20 | 3 | -8/+43 |
* | Revert 63176 - Fix regression where high resolution timers could be activated... | mbelshe@chromium.org | 2010-10-20 | 3 | -43/+8 |
* | Fix regression where high resolution timers could be activated even under | mbelshe@chromium.org | 2010-10-20 | 3 | -8/+43 |
* | Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: | grt@chromium.org | 2010-10-20 | 1 | -2/+2 |
* | base: add a thread-safety assertion checker | evan@chromium.org | 2010-10-19 | 4 | -1/+92 |
* | Drop allocator dependency from base library. | willchan@chromium.org | 2010-10-19 | 4 | -110/+8 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 4 | -239/+66 |
* | Update the credits file, fix two READMEs that were broken, change the encodin... | avi@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 4 | -66/+239 |
* | Revert 63012 - Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and s... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that... | dpranke@chromium.org | 2010-10-19 | 1 | -46/+45 |
* | Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 12 | -42/+36 |
* | Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi... | pkasting@chromium.org | 2010-10-18 | 1 | -2/+4 |
* | Move APSL code into third_party. | avi@chromium.org | 2010-10-18 | 2 | -63/+9 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 14 | -45/+51 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 14 | -51/+45 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 11 | -71/+44 |
* | Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base... | brettw@chromium.org | 2010-10-17 | 5 | -421/+0 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 12 | -421/+242 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 8 | -58/+68 |
* | Address review comment I forgot in scoped_comptr checkin. | brettw@chromium.org | 2010-10-16 | 1 | -3/+2 |
* | Move xdg_util into base/nix. I originally wanted to use base/linux, but you | brettw@chromium.org | 2010-10-16 | 6 | -32/+50 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 21 | -766/+830 |
* | Fix event tracing for windows test flakyness. | siggi@chromium.org | 2010-10-16 | 7 | -47/+91 |
* | Properly check CreateFileMapping's return value. | tony@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | seccomp: disable seccomp for RendererMainTest | evan@chromium.org | 2010-10-15 | 1 | -2/+4 |
* | Revert 62766 - Fix event tracing for windows test flakyness. | tim@chromium.org | 2010-10-15 | 6 | -40/+13 |
* | Fix event tracing for windows test flakyness. | siggi@chromium.org | 2010-10-15 | 6 | -13/+40 |
* | Remove call to std::min since this check is already done in | tony@chromium.org | 2010-10-15 | 1 | -6/+2 |
* | Mark EtwTraceControllerTest.EnableDisable as flaky. | phajdan.jr@chromium.org | 2010-10-15 | 1 | -1/+2 |
* | Roll DEPS for rlz library r25:26. | tfarina@chromium.org | 2010-10-15 | 1 | -7/+0 |
* | Revert 62644 - During shutdown delete any pending tasks if running under Heap... | thestig@chromium.org | 2010-10-15 | 1 | -2/+2 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 13 | -315/+177 |
* | Rename FileUtilProxy::Create to EnsureFileExists | kinuko@chromium.org | 2010-10-15 | 4 | -33/+84 |
* | Move iat_patch from base to app/win. Remove the functions from the header since | brettw@chromium.org | 2010-10-14 | 3 | -366/+0 |
* | Un-recursify FileEnumerator::Next(). | dumi@chromium.org | 2010-10-14 | 3 | -59/+56 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 4 | -1/+11 |
* | During shutdown delete any pending tasks if running under Heapchecker. | thestig@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Moving GUID generation from base to chrome/browser/guid* | dhollowa@chromium.org | 2010-10-14 | 4 | -89/+0 |
* | CommandLine: remove wstring-based program() accessor | evan@chromium.org | 2010-10-14 | 3 | -8/+1 |
* | base: remove various unused string utility functions | evan@chromium.org | 2010-10-14 | 6 | -39/+11 |
* | Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: move | glider@chromium.org | 2010-10-14 | 1 | -8/+8 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 20 | -206/+249 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 6 | -13/+10 |
* | Factoring GUID generation from metrics to base | dhollowa@chromium.org | 2010-10-13 | 4 | -0/+89 |