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
/
browser_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GTTF] Tests cleanup:
phajdan.jr@chromium.org
2010-04-08
1
-3
/
+3
*
Mark OtherRedirectsDontForkProcess as FLAKY because it crashed at least
dmazzoni@chromium.org
2010-04-02
1
-1
/
+2
*
[GTTF] Unify polling interval in some of the polling functions
phajdan.jr@chromium.org
2010-03-30
1
-1
/
+1
*
Marking the PosixSessionEnd test as flaky..
ananta@chromium.org
2010-03-26
1
-1
/
+2
*
[GTTF] Various ui tests cleanups:
phajdan.jr@chromium.org
2010-03-26
1
-55
/
+4
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-3
/
+3
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-2
/
+3
*
[GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...
phajdan.jr@chromium.org
2010-03-11
1
-0
/
+3
*
Attempting to reland this CL as this does not seem related to the ui test fai...
ananta@chromium.org
2010-03-09
1
-0
/
+42
*
Revert "Launching Chrome with a user-data-dir command line switch containing ...
mattm@chromium.org
2010-03-09
1
-42
/
+0
*
Launching Chrome with a user-data-dir command line switch containing a non AS...
ananta@chromium.org
2010-03-09
1
-0
/
+42
*
Make several tests more snappy, less sleepy.
phajdan.jr@chromium.org
2010-02-10
1
-14
/
+3
*
Disable a failing test on chrome os.
estade@chromium.org
2010-01-21
1
-1
/
+9
*
Remove some obsolete ifdefs that excluded certain tests on linux + mac.
estade@chromium.org
2010-01-20
1
-6
/
+0
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
1
-0
/
+26
*
Mark ShowModalDialogTest.BasicTest as FLAKY
rafaelw@chromium.org
2009-11-03
1
-1
/
+2
*
Reenable PosixSessionEnd test.
johnnyg@chromium.org
2009-10-31
1
-1
/
+1
*
Temporarily disable PosixSessionEnd test to make sure it's not masking other ...
johnnyg@chromium.org
2009-10-31
1
-1
/
+1
*
Fix a whole bunch of style nits.
erg@google.com
2009-10-13
1
-1
/
+0
*
Revert r28745 which disabled nested message loops on Mac, after Mark's fixes.
jam@chromium.org
2009-10-13
1
-4
/
+0
*
Disable nested message loops in Mac for now. There seems to be a problem wit...
jam@chromium.org
2009-10-12
1
-0
/
+4
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ...
cmasone@google.com
2009-10-07
1
-3
/
+49
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
1
-2
/
+0
*
Automated ui test porting + cleanup:
estade@chromium.org
2009-09-22
1
-15
/
+2
*
Support running tests under LayoutTests/http/tests/local as local file, in or...
jianli@chromium.org
2009-09-11
1
-0
/
+21
*
Make ShowModalDialogTest.BasicTest not flaky and re-enable it.
phajdan.jr@chromium.org
2009-08-24
1
-16
/
+12
*
Disable flaky ShowModalDialogTest.BasicTest
phajdan.jr@chromium.org
2009-08-21
1
-1
/
+3
*
Renable ShowModalDialogTest test with a longer timeout. Until we have a way ...
jam@chromium.org
2009-08-19
1
-4
/
+5
*
Disable ShowModalDialogTest.BasicTest. Currently #2 flaky test.
phajdan.jr@chromium.org
2009-07-28
1
-1
/
+2
*
Make BrowserTest.ThirtyFourTabs not-flaky
phajdan.jr@chromium.org
2009-07-14
1
-29
/
+0
*
Convert JavascriptAlertActivatesTab to browser_tests framework.
phajdan.jr@chromium.org
2009-07-10
1
-19
/
+0
*
Fix window.close() not working for modal dialogs.
jam@chromium.org
2009-07-10
1
-0
/
+7
*
Convert most flakiness-prone Browser UI tests to browser_tests framework.
phajdan.jr@chromium.org
2009-07-09
1
-76
/
+0
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-0
/
+4
*
Fix showModalDialog regression.
jam@chromium.org
2009-07-03
1
-0
/
+25
*
Fixed 3 tests that failed in hebrew enabled vista
hbono@chromium.org
2009-06-15
1
-2
/
+25
*
Coverity underground warfare: check return code
cpu@google.com
2009-06-01
1
-3
/
+3
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-11
/
+11
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
1
-8
/
+8
*
Create a ChromeProcessUtil for the Mac, and enable it in the tests.
avi@google.com
2009-04-23
1
-12
/
+0
*
Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...
pinkerton@chromium.org
2009-04-22
1
-2
/
+21
*
Implement chrome_proces_util for linux and enable download ui test.
estade@chromium.org
2009-04-14
1
-17
/
+31
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-14
/
+14
*
Drop whitespace at end of line
willchan@chromium.org
2009-02-27
1
-18
/
+18
*
Remove old comment. TBR=kuchhal
jam@chromium.org
2009-02-26
1
-1
/
+0
*
Fix BrowserTest.ThirtyFourTabs and possibly other ui tests in single-process ...
jam@chromium.org
2009-02-26
1
-1
/
+1
*
Disabling ThirtyFourTabs test.
kuchhal@chromium.org
2009-02-26
1
-2
/
+2
*
Make IPC::Logging register to watch for message loop destruction.
jam@chromium.org
2009-02-26
1
-3
/
+1
[next]