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
/
browser
/
metrics
/
metrics_service_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate the MetricsService UI test to a BrowserTest.
isherman@chromium.org
2012-04-05
1
-129
/
+0
*
Mark MetricsServiceTest.CloseRenderersNormally as FLAKY_ instead of DISABLED_
mihaip@chromium.org
2012-03-30
1
-1
/
+1
*
Disable CloseRenderersNormally Test on Linux ChromeOS
bshe@chromium.org
2012-03-29
1
-1
/
+7
*
Move handling of debug urls like chrome://crash, chrome://gpuclean to content...
jam@chromium.org
2012-02-08
1
-1
/
+1
*
Fix Sleep() calls to use TimeDelta in portions of chrome/browser.
tedvessenes@gmail.com
2012-01-04
1
-2
/
+2
*
Change TOUCH_UI => USE_VIRTUAL_KEYBOARD.
bryeung@chromium.org
2011-11-29
1
-4
/
+4
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+0
*
Allow controlling the Instant field trial through a command line flag.
sreeram@chromium.org
2011-10-10
1
-5
/
+0
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-3
/
+0
*
GTTF: Clean up UITestSuite and ProxyLauncher:
phajdan.jr@chromium.org
2011-08-18
1
-4
/
+0
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #7
phajdan.jr@chromium.org
2011-08-17
1
-5
/
+1
*
Fix MetricsServiceTest.CloseRenderersNormally flakiness.
sreeram@chromium.org
2011-08-15
1
-8
/
+6
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #6
phajdan.jr@chromium.org
2011-08-12
1
-1
/
+1
*
Marking MetricsServiceTest.CloseRenderersNormally flaky on Mac
grt@chromium.org
2011-08-12
1
-1
/
+8
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #5
phajdan.jr@chromium.org
2011-08-11
1
-0
/
+8
*
Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.
darin@chromium.org
2011-06-27
1
-0
/
+1
*
Fix MetricsServiceTest.CloseRenderersNormally for touchui.
sadrul@chromium.org
2011-05-25
1
-0
/
+10
*
Disabling Crash Renderers test, it fails always on offical trunk builders
kerz@chromium.org
2011-02-24
1
-1
/
+1
*
Remove sleep_timeout_ms and fix all the callers.
tfarina@chromium.org
2011-01-11
1
-2
/
+3
*
Moves everything related to launching and terminating the browser from UITest...
nirnimesh@chromium.org
2011-01-08
1
-1
/
+1
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
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
-5
/
+4
*
Update a bunch of FLAKY_ tests to match current reality
stuartmorgan@chromium.org
2010-10-28
1
-4
/
+0
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Fix the expected number of crashes in a metrics test.
nirnimesh@chromium.org
2010-09-07
1
-3
/
+4
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-1
/
+0
*
Start trimming headers included in the slowest to compile files.
erg@google.com
2010-07-21
1
-0
/
+1
*
Add an ExtensionPrefStore, layered between the user prefs and the managed pre...
pam@chromium.org
2010-07-12
1
-6
/
+1
*
Add code to instantiate the ConfigurationPolicyPrefStore for the Windows plat...
danno@chromium.org
2010-06-14
1
-3
/
+3
*
Support multiple PrefStores
mnissler@chromium.org
2010-06-07
1
-2
/
+5
*
Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...
sanjeevr@chromium.org
2010-05-21
1
-2
/
+6
*
Reland "Factor out reading and writing of preferences into |PrefStore|."
bauerb@chromium.org
2010-04-22
1
-1
/
+2
*
Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...
erikkay@chromium.org
2010-04-21
1
-2
/
+1
*
Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-21
1
-1
/
+2
*
Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.
thomasvl@chromium.org
2010-04-20
1
-2
/
+1
*
Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-20
1
-1
/
+2
*
Use chrome::kAboutCrashURL in a few most places.
thestig@chromium.org
2010-04-07
1
-8
/
+7
*
[GTTF] Miscellanous UI tests cleanups:
phajdan.jr@chromium.org
2010-03-30
1
-1
/
+1
*
Linux: Fix test crash expectations for MetricsServiceTest.CrashRenderers.
thestig@chromium.org
2010-03-16
1
-2
/
+3
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-1
/
+1
*
Mark MetricsServiceTest.CrashRenderers as FLAKY.
andybons@chromium.org
2010-03-05
1
-1
/
+1
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Mark the following tests FLAKY on Windows.
tkent@chromium.org
2010-01-12
1
-0
/
+4
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-2
/
+1
*
Try to shutdown the browser more peacefully before using more brutal methods.
phajdan.jr@chromium.org
2009-08-19
1
-17
/
+17
*
Linux: Enable metrics_service_uitest.cc. Take 2.
willchan@chromium.org
2009-06-18
1
-9
/
+7
*
Revert r18641: "Linux: Enable metrics_service_uitest.cc."
willchan@chromium.org
2009-06-17
1
-3
/
+9
*
Linux: Enable metrics_service_uitest.cc.
willchan@chromium.org
2009-06-17
1
-9
/
+3
[next]