index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
test
/
reliability
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
1
-7
/
+4
*
Part 2 of reapplying r64637.
erg@google.com
2010-11-10
1
-1
/
+1
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-1
/
+1
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-4
/
+4
*
Unbreaking chromebot page load tests by changing the post-nav sleep duration ...
ace@chromium.org
2010-10-01
1
-2
/
+5
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
1
-3
/
+3
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
1
-3
/
+3
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
1
-3
/
+3
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
1
-3
/
+3
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
1
-3
/
+3
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-4
/
+6
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
1
-17
/
+21
*
Revert "Remove GetSwitchValue() from chrome/* where easy."
evan@chromium.org
2010-08-04
1
-21
/
+17
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-04
1
-17
/
+21
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-6
/
+6
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
2
-0
/
+2
*
Cleanup: Break another common->app dependency.
thestig@chromium.org
2010-07-20
1
-2
/
+2
*
Remove <iostream> where possible.
erg@google.com
2010-07-20
1
-1
/
+0
*
Add an ExtensionPrefStore, layered between the user prefs and the managed pre...
pam@chromium.org
2010-07-12
1
-6
/
+2
*
Revert experimental change to page_load_test.cc in r51329
nirnimesh@chromium.org
2010-07-07
1
-5
/
+2
*
Temporarily disable accessing prefs store in reliability_tests
nirnimesh@chromium.org
2010-07-01
1
-0
/
+5
*
Add code to instantiate the ConfigurationPolicyPrefStore for the Windows plat...
danno@chromium.org
2010-06-14
1
-1
/
+1
*
Support multiple PrefStores
mnissler@chromium.org
2010-06-07
1
-3
/
+5
*
Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...
sanjeevr@chromium.org
2010-05-21
1
-2
/
+5
*
Reland "Factor out reading and writing of preferences into |PrefStore|."
bauerb@chromium.org
2010-04-22
1
-1
/
+3
*
Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...
erikkay@chromium.org
2010-04-21
1
-3
/
+1
*
Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-21
1
-1
/
+3
*
Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.
thomasvl@chromium.org
2010-04-20
1
-3
/
+1
*
Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-20
1
-1
/
+3
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
1
-3
/
+5
*
Use chrome::kAboutCrashURL in a few most places.
thestig@chromium.org
2010-04-07
1
-3
/
+3
*
[GTTF] Reduce number of automation methods ending with WithTimeout.
phajdan.jr@chromium.org
2010-03-22
1
-36
/
+17
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-4
/
+7
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Modify page_load_test so that reliability_tests.exe option --noclearprofile w...
ace@chromium.org
2010-01-20
1
-1
/
+3
*
Use GetSwitchValuePath.
evan@chromium.org
2009-11-16
1
-13
/
+6
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
2
-5
/
+4
*
More memory stats code cleanup:
sgk@chromium.org
2009-11-09
1
-7
/
+0
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-1
/
+1
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-1
/
+1
*
Reliablity test
nirnimesh@chromium.org
2009-10-21
1
-0
/
+7
*
Mac Chromebot
nirnimesh@chromium.org
2009-10-20
1
-3
/
+3
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-15
/
+15
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-2
/
+2
*
Break out page load test into its own target on Linux.
estade@chromium.org
2009-09-18
1
-8
/
+1
[next]