summaryrefslogtreecommitdiffstats
path: root/chrome/browser/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-0/+2
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-1/+5
* Fix minor CHECKED_RETURN Coverity complaint in code I added to the --diagnost...finnur@chromium.org2011-01-111-1/+2
* Integrate about:conflicts with --diagnosticsfinnur@chromium.org2011-01-067-21/+96
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+4
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-4/+0
* Deinline even more destructors.erg@google.com2010-12-143-33/+64
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-071-2/+2
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-1/+1
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Revert "Disable DiagnosticsModelTest.RunAll."agl@chromium.org2010-10-071-2/+1
* Disable DiagnosticsModelTest.RunAll.agl@chromium.org2010-10-071-1/+2
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-12/+8
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-4/+2
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+1
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-181-1/+1
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-2/+4
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-4/+2
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-4/+0
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-4/+5
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-2/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-265-0/+5
* Coverity issues 9318, 9319: Uninitialized members in diagnostics_main.ccfinnur@chromium.org2010-07-241-3/+5
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+5
* Upping the diagnostic mode limits for file sizecpu@chromium.org2010-07-141-2/+2
* diagnostics: Implement PosixConsole::Read function.tfarina@chromium.org2010-06-181-2/+9
* diagnostics: Add VersionTest to linux.tfarina@chromium.org2010-06-172-1/+4
* Revert 49875 - diagnostics: Add VersionTest to linux.michaeln@google.com2010-06-162-2/+1
* diagnostics: Add VersionTest to linux.tfarina@chromium.org2010-06-162-1/+2
* Posix: implement diagnostics mode console output.mattm@chromium.org2010-05-151-37/+144
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-1/+2
* Add diagnostic check for the Preferences filecpu@chromium.org2010-04-145-4/+90
* Allow specifiying a different user-data-dir for diagnostic modecpu@chromium.org2010-04-096-27/+62
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-024-71/+69
* Re-land sqlite diagnosticscpu@chromium.org2010-03-314-6/+125
* Revert 43143 - Implement db corruption tests for diagnostic modearv@chromium.org2010-03-313-123/+4
* Implement db corruption tests for diagnostic modecpu@chromium.org2010-03-303-4/+123
* Diagnostic mode shows wrong size for certain pathscpu@chromium.org2010-03-241-8/+19
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-6/+6
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* More work on diagnostics modecpu@chromium.org2010-02-054-43/+106
* Improvements to the diagnostic modecpu@chromium.org2010-01-142-11/+47
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-5/+1
* Add some diagnostic test to diagnostic modecpu@chromium.org2009-12-205-48/+266
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+5
* Basic console output for diagnostics mode windows-onlycpu@chromium.org2009-12-035-7/+244
* Introducing the diagnostic model classescpu@chromium.org2009-11-194-0/+380