Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Source/WebCore: Unreviewed rollout r107952 because it broke shadow-bo…
…undary-events.html and related-target-focusevent.html on mac. see http://webkit.org/b/78832 * CMakeLists.txt: * DerivedSources.cpp: * DerivedSources.make: * DerivedSources.pri: * GNUmakefile.list.am: * Target.pri: * WebCore.gypi: * WebCore.xcodeproj/project.pbxproj: * dom/DOMAllInOne.cpp: * dom/EventDispatchMediator.cpp: (WebCore::FocusEventDispatchMediator::create): (WebCore): (WebCore::FocusEventDispatchMediator::FocusEventDispatchMediator): (WebCore::FocusEventDispatchMediator::dispatchEvent): (WebCore::BlurEventDispatchMediator::create): (WebCore::BlurEventDispatchMediator::BlurEventDispatchMediator): (WebCore::BlurEventDispatchMediator::dispatchEvent): * dom/EventDispatchMediator.h: (FocusEventDispatchMediator): (WebCore): (BlurEventDispatchMediator): * dom/EventFactory.in: * dom/FocusEvent.cpp: Removed. * dom/FocusEvent.h: Removed. * dom/FocusEvent.idl: Removed. * dom/Node.cpp: (WebCore::Node::dispatchFocusInEvent): (WebCore::Node::dispatchFocusOutEvent): * dom/UIEvent.cpp: (WebCore::FocusInEventDispatchMediator::create): (WebCore): (WebCore::FocusInEventDispatchMediator::FocusInEventDispatchMediator): (WebCore::FocusInEventDispatchMediator::dispatchEvent): (WebCore::FocusOutEventDispatchMediator::create): (WebCore::FocusOutEventDispatchMediator::FocusOutEventDispatchMediator): (WebCore::FocusOutEventDispatchMediator::dispatchEvent): * dom/UIEvent.h: (FocusInEventDispatchMediator): (WebCore): (FocusOutEventDispatchMediator): * page/DOMWindow.idl: LayoutTests: Unreviewed rollout r107952 because it broke shadow-boundary-events.html and related-target-focusevent.html on mac. see http://webkit.org/b/78832 * fast/dom/shadow/shadow-boundary-events-expected.txt: * fast/dom/shadow/shadow-boundary-events.html: * fast/events/event-creation-expected.txt: * fast/events/event-creation.html: * fast/events/related-target-focusevent-expected.txt: Removed. * fast/events/related-target-focusevent.html: Removed. Canonical link: https://commits.webkit.org/95868@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@108034 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
175 additions
and 488 deletions.
- +12 −0 LayoutTests/ChangeLog
- +4 −4 LayoutTests/fast/dom/shadow/shadow-boundary-events-expected.txt
- +4 −4 LayoutTests/fast/dom/shadow/shadow-boundary-events.html
- +0 −4 LayoutTests/fast/events/event-creation-expected.txt
- +0 −6 LayoutTests/fast/events/event-creation.html
- +0 −21 LayoutTests/fast/events/related-target-focusevent-expected.txt
- +0 −73 LayoutTests/fast/events/related-target-focusevent.html
- +0 −2 Source/WebCore/CMakeLists.txt
- +47 −0 Source/WebCore/ChangeLog
- +0 −1 Source/WebCore/DerivedSources.cpp
- +0 −1 Source/WebCore/DerivedSources.make
- +0 −1 Source/WebCore/DerivedSources.pri
- +0 −5 Source/WebCore/GNUmakefile.list.am
- +0 −2 Source/WebCore/Target.pri
- +0 −8 Source/WebCore/WebCore.gypi
- +0 −18 Source/WebCore/WebCore.xcodeproj/project.pbxproj
- +0 −1 Source/WebCore/dom/DOMAllInOne.cpp
- +35 −1 Source/WebCore/dom/EventDispatchMediator.cpp
- +18 −1 Source/WebCore/dom/EventDispatchMediator.h
- +0 −2 Source/WebCore/dom/EventFactory.in
- +0 −171 Source/WebCore/dom/FocusEvent.cpp
- +0 −108 Source/WebCore/dom/FocusEvent.h
- +0 −47 Source/WebCore/dom/FocusEvent.idl
- +2 −3 Source/WebCore/dom/Node.cpp
- +34 −1 Source/WebCore/dom/UIEvent.cpp
- +18 −1 Source/WebCore/dom/UIEvent.h
- +1 −2 Source/WebCore/page/DOMWindow.idl
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.