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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
7
-24
/
+24
*
Convert a CopyRecursiveDirNoCache to use FilePaths instead
tony@chromium.org
2009-10-12
2
-4
/
+4
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Mark SelfDeletePluginInvokeInSynchronousPaint as disabled since it seems to b...
johnnyg@chromium.org
2009-10-08
1
-1
/
+2
*
Revert "Revert "Add startup tests that log start script, domcontentloaded, an...
tony@chromium.org
2009-10-07
2
-12
/
+12
*
Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ...
cmasone@google.com
2009-10-07
1
-8
/
+5
*
Revert "Add startup tests that log start script, domcontentloaded, and onload."
mattm@chromium.org
2009-10-07
2
-12
/
+12
*
Add startup tests that log start script, domcontentloaded, and onload.
tony@chromium.org
2009-10-07
2
-12
/
+12
*
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...
jam@chromium.org
2009-10-06
1
-35
/
+50
*
Fix bug 23303: ui_tests crash Windows 7's shell when running WorkerHttpLayout...
jianli@chromium.org
2009-10-05
1
-0
/
+13
*
disable the SlowTermination tests because it keeps
nsylvain@chromium.org
2009-10-03
1
-7
/
+1
*
Increase the action timeout on the fast shutdown ui test.
estade@chromium.org
2009-10-02
1
-2
/
+2
*
Disable slow termination ui test because it still fails on windows.
estade@chromium.org
2009-10-02
1
-1
/
+7
*
Adding new files for http://codereview.chromium.org/245036/show
estade@chromium.org
2009-10-02
1
-0
/
+46
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
2
-4
/
+4
*
Add an optional WebFrame parameter to WebView::findFrameByName.
darin@chromium.org
2009-09-30
1
-0
/
+10
*
Coverity: Add the typedef keyword to the ProfileType enum so we're not creati...
jhawkins@chromium.org
2009-09-29
1
-1
/
+1
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-1
/
+2
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
1
-2
/
+1
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
1
-1
/
+2
*
Un-reverting 26919, and disabling worker-cloneports since it is flaky.
atwilson@chromium.org
2009-09-24
2
-0
/
+21
*
Reverting 26919.
atwilson@chromium.org
2009-09-23
2
-21
/
+0
*
Make several automation calls more solid. Should help with flakiness.
phajdan.jr@chromium.org
2009-09-23
1
-16
/
+29
*
Added missing layout tests along with associated rebaselinings.
atwilson@chromium.org
2009-09-23
2
-0
/
+21
*
Speculative patch to fix flakiness in RendererCrashTest.Crash.
phajdan.jr@chromium.org
2009-09-22
1
-0
/
+1
*
Speed up the BrowserEncodingTest.TestEncodingAutoDetect.
jnd@chromium.org
2009-09-22
1
-2
/
+3
*
Break out page load test into its own target on Linux.
estade@chromium.org
2009-09-18
1
-1
/
+7
*
First part of automated_ui_tests improvements.
phajdan.jr@chromium.org
2009-09-16
1
-5
/
+0
*
Revert "First part of automated_ui_tests improvements."
phajdan.jr@chromium.org
2009-09-15
1
-0
/
+5
*
First part of automated_ui_tests improvements.
phajdan.jr@chromium.org
2009-09-15
1
-5
/
+0
*
Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...
ananta@chromium.org
2009-09-11
1
-0
/
+13
*
Fix to use FilePath version of PathService::Get.
thestig@chromium.org
2009-09-09
1
-3
/
+3
*
Remove unused ATL headers.
jhawkins@chromium.org
2009-09-09
1
-5
/
+4
*
Disable DomCheckerTest.Http due to flakiness.
arv@google.com
2009-09-08
1
-1
/
+2
*
Log more info when we are unable to terminate all Chrome processes.
phajdan.jr@chromium.org
2009-08-31
2
-9
/
+24
*
More correctly run the second browser in ChromeMainTest.
phajdan.jr@chromium.org
2009-08-31
2
-137
/
+163
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
Turn tips on by default, and turn off tip loading during UI testing.
mirandac@chromium.org
2009-08-26
1
-2
/
+1
*
Revert 24266 - This CL ensures that plugins always peek in the context of out...
ananta@chromium.org
2009-08-25
1
-10
/
+0
*
This CL ensures that plugins always peek in the context of outgoing sync calls.
ananta@chromium.org
2009-08-25
1
-0
/
+10
*
Add a UI test for "Encoding" menu. Please see crbug.com/5515 for more details...
jnd@chromium.org
2009-08-22
2
-3
/
+69
*
Remove include of IPC headers from headers they crept into. This slows down ...
jam@chromium.org
2009-08-20
2
-0
/
+2
*
Try to shutdown the browser more peacefully before using more brutal methods.
phajdan.jr@chromium.org
2009-08-19
1
-16
/
+16
*
More linux startup tests. Add startup tests for custom frame
tony@chromium.org
2009-08-19
2
-12
/
+23
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
2
-1
/
+14
*
Revert "Add automation call to wait for multiple navigations."
phajdan.jr@chromium.org
2009-08-19
2
-14
/
+1
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
2
-1
/
+14
*
GTK Theme: Add startup tests for gtk themes.
erg@google.com
2009-08-18
2
-1
/
+5
[next]