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
/
unload_uitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable all UnloadTest tests using LoadUrlAndQuitBrowser on Linux
stuartmorgan@chromium.org
2010-06-29
1
-18
/
+11
*
Disable another crashing unload test on Linux
stuartmorgan@chromium.org
2010-06-29
1
-1
/
+5
*
Disable BrowserCloseUnload on Linux
stuartmorgan@chromium.org
2010-06-29
1
-1
/
+3
*
Disables BrowserCloseNoUnloadListeners as it is crashing.
sky@chromium.org
2010-06-28
1
-1
/
+2
*
Marks BrowserCloseNoUnloadListeners flaky.
sky@chromium.org
2010-06-25
1
-1
/
+8
*
TTF: Re-enable tests that rely on ClickModalDialogButton since it is now
csilv@chromium.org
2010-06-16
1
-27
/
+11
*
Fix the MAYBE_ prefixes for UnloadTest.* on Windows
glider@chromium.org
2010-06-11
1
-0
/
+5
*
Remove the MAYBE_ prefix from MAYBE_BrowserCloseBeforeUnloadOK and
glider@chromium.org
2010-06-11
1
-0
/
+2
*
Mark a test as flaky on linux because it fails sometimes on valgrind.
estade@chromium.org
2010-06-02
1
-6
/
+11
*
Mark BrowserCloseTabWhenOtherTabHasListener as flaky on Linux.
estade@chromium.org
2010-06-01
1
-1
/
+2
*
Only disable UnloadTest.BrowserCloseTabWhenOtherTabHasListener under valgrind
estade@chromium.org
2010-06-01
1
-3
/
+1
*
Disable UnloadTest.BrowserCloseTabWhenOtherTabHasListener
jrg@chromium.org
2010-06-01
1
-1
/
+3
*
TBR: Fix OS_WINDOWS to OS_WIN.
estade@chromium.org
2010-05-28
1
-1
/
+1
*
Retry r48417.
estade@chromium.org
2010-05-27
1
-26
/
+35
*
Inform the command updater of the tab restore state.
estade@chromium.org
2010-05-27
1
-3
/
+3
*
Revert 48417 - More test enabling.
jrg@chromium.org
2010-05-27
1
-31
/
+26
*
More test enabling.
estade@chromium.org
2010-05-27
1
-26
/
+31
*
Enable passing unload tests on Linux.
estade@chromium.org
2010-05-27
1
-22
/
+13
*
Build unload_uitest.cc on the Mac, with a few of the tests disabled
stuartmorgan@chromium.org
2010-05-25
1
-4
/
+14
*
[GTTF] Miscellanous UI tests cleanups:
phajdan.jr@chromium.org
2010-03-30
1
-2
/
+2
*
Marking the CrossSiteInfiniteBeforeUnloadAsync test as flaky as it fails rand...
ananta@chromium.org
2010-03-26
1
-1
/
+2
*
Mark a test which has been failing regularly on the valgrind UI bot as FLAKY_.
eroman@chromium.org
2010-03-23
1
-1
/
+3
*
[GTTF] Reduce number of automation methods ending with WithTimeout.
phajdan.jr@chromium.org
2010-03-22
1
-1
/
+1
*
Disable failing Unload UI test until fixed.
creis@chromium.org
2010-03-17
1
-1
/
+4
*
Fixes a timeout issue in RenderWidgetHost.
creis@chromium.org
2010-03-17
1
-6
/
+36
*
[GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...
phajdan.jr@chromium.org
2010-03-11
1
-0
/
+5
*
Adds a UI test for WebKit fix to beforeunload bug.
creis@chromium.org
2010-02-10
1
-0
/
+20
*
Revert the part of http://codereview.chromium.org/593018 touching unload_uite...
phajdan.jr@chromium.org
2010-02-10
1
-4
/
+17
*
Make several tests more snappy, less sleepy.
phajdan.jr@chromium.org
2010-02-10
1
-17
/
+4
*
Use FilePath in URLRequestMocks.
evan@chromium.org
2009-10-14
1
-4
/
+8
*
Re-enable UnloadTest.BrowserCloseBeforeUnload* tests now that they are passin...
dglazkov@chromium.org
2009-09-25
1
-2
/
+2
*
Temporarily disable BrowserCloseBeforeUnload* tests while I am working on fix...
dglazkov@chromium.org
2009-09-24
1
-2
/
+2
*
Disable two ui_tests on linux after a WebKit merge.
paul@chromium.org
2009-09-22
1
-0
/
+2
*
Don't hardcode the timeout in the unload ui test.
estade@chromium.org
2009-08-31
1
-1
/
+1
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
1
-1
/
+2
*
Move mock url request classes to a location when browser tests will be able t...
phajdan.jr@chromium.org
2009-07-30
1
-1
/
+1
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-1
/
+3
*
Disable the failing UI test. I filed a P1 bug on it.
brettw@chromium.org
2009-05-29
1
-1
/
+4
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-7
/
+7
*
Linux: enable unload ui tests, which pass after r15025 (and again after r15332).
estade@chromium.org
2009-05-07
1
-6
/
+0
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...
pkasting@chromium.org
2009-04-29
1
-19
/
+30
*
Convert Windows Sleep to PlatformThread::Sleep
evan@chromium.org
2009-04-28
1
-5
/
+3
*
Revert r14620 which was a rollback of r14549 and r14508. This
tc@google.com
2009-04-27
1
-7
/
+21
*
Speculatively roll back r14549 and r14508. The chrome browser
tc@google.com
2009-04-27
1
-17
/
+7
*
Linux: implement automation for modal dialogs.
agl@chromium.org
2009-04-26
1
-1
/
+1
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
1
-2
/
+44
*
Port unload_uitest.cc and enable some of the tests on linux.
estade@chromium.org
2009-04-24
1
-7
/
+17
*
Merge: chromium side [42671:42725]
levin@chromium.org
2009-04-23
1
-2
/
+2
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
1
-5
/
+5
[next]