haikuwebkit/Tools/DumpRenderTree/win
Fujii Hironori 5722df7a9b [Win][DumpRenderTree] Clean up IndexedDB files between tests
https://bugs.webkit.org/show_bug.cgi?id=228692

Reviewed by Ryosuke Niwa.

storage/indexeddb/getdatabases.html was failing because it counted
up the remaining databases of previous tests.

Mac DRT removes IndexedDB after the testing (Bug 192796, r240358).
Win DRT also should do it.

* DumpRenderTree/win/DumpRenderTree.cpp:
(runTest): Call TestRunner::clearAllDatabases after the testing.

Canonical link: https://commits.webkit.org/240156@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280524 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-02 02:46:00 +00:00
..
AccessibilityControllerWin.cpp
AccessibilityUIElementWin.cpp AX: Implement user action spec for Escape action 2020-07-07 00:09:17 +00:00
DRTDataObject.cpp
DRTDataObject.h
DRTDesktopNotificationPresenter.cpp
DRTDesktopNotificationPresenter.h
DRTDropSource.cpp
DRTDropSource.h
DefaultPolicyDelegate.cpp
DefaultPolicyDelegate.h
DraggingInfo.h
DumpRenderTree.cpp [Win][DumpRenderTree] Clean up IndexedDB files between tests 2021-08-02 02:46:00 +00:00
DumpRenderTreePrefix.cpp
DumpRenderTreeWin.h [Win][DumpRenderTree] --no-timeout switch doesn't work 2021-06-12 02:30:49 +00:00
EditingDelegate.cpp
EditingDelegate.h
EventSender.cpp
EventSender.h
FrameLoadDelegate.cpp Refactor test runner code to cut down on copy/paste code and long-winded repetitive idioms 2020-09-29 21:38:57 +00:00
FrameLoadDelegate.h
GCControllerWin.cpp
HistoryDelegate.cpp
HistoryDelegate.h
PixelDumpSupportDirect2D.cpp
PixelDumpSupportDirect2D.h
PixelDumpSupportWin.cpp Use RetainPtr<> / OSObjectPtr<> more in WebKit 2021-03-11 01:08:15 +00:00
PolicyDelegate.cpp
PolicyDelegate.h
ResourceLoadDelegate.cpp
ResourceLoadDelegate.h
TestRunnerWin.cpp [iOS] Unified field is unselected after focusing URL bar if text was selected in a fixed position container 2021-07-25 19:40:36 +00:00
TextInputController.cpp Refactor test runner code to cut down on copy/paste code and long-winded repetitive idioms 2020-09-29 21:38:57 +00:00
TextInputController.h Refactor test runner code to cut down on copy/paste code and long-winded repetitive idioms 2020-09-29 21:38:57 +00:00
TextInputControllerWin.cpp
UIDelegate.cpp Change dumpAsText to strip trailing spaces 2020-09-26 23:23:24 +00:00
UIDelegate.h
UIScriptControllerWin.cpp
UIScriptControllerWin.h
WorkQueueItemWin.cpp