WebKit Bugzilla
Attachment 362725 Details for
Bug 194946
: Add trace points for simulated mouse events on iOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194946-20190222180817.patch (text/plain), 2.62 KB, created by
Antoine Quint
on 2019-02-22 09:08:18 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2019-02-22 09:08:18 PST
Size:
2.62 KB
patch
obsolete
>Subversion Revision: 241875 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 4ecf7736ec6fd4a2ff0799e188231d5c38d5185c..36a1fa2eaa28f06b7325a2743fd8a13e430c47ed 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-22 Antoine Quint <graouts@apple.com> >+ >+ Add trace points for simulated mouse events on iOS >+ https://bugs.webkit.org/show_bug.cgi?id=194946 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/SystemTracing.h: >+ > 2019-02-21 Dean Jackson <dino@apple.com> > > Rotation animations sometimes use the wrong origin (affects apple.com) >diff --git a/Source/WTF/wtf/SystemTracing.h b/Source/WTF/wtf/SystemTracing.h >index 105196ec48735fab52b3931511e00ed0c14fe15f..ebec442b800dd458dfb36f124f7eaab26ef939cb 100644 >--- a/Source/WTF/wtf/SystemTracing.h >+++ b/Source/WTF/wtf/SystemTracing.h >@@ -74,6 +74,8 @@ enum TracePointCode { > DisplayListRecordStart, > DisplayListRecordEnd, > DisplayRefreshDispatchingToMainThread, >+ SimulatedMouseEventsDispatchStart, >+ SimulatedMouseEventsDispatchEnd, > > WebKitRange = 10000, > WebHTMLViewPaintStart, >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index e178f87c096708d8f42f9dc7a515380d509d368d..9e756f66b035591b266c2e67e03ee6b5b97b5a06 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-22 Antoine Quint <graouts@apple.com> >+ >+ Add trace points for simulated mouse events on iOS >+ https://bugs.webkit.org/show_bug.cgi?id=194946 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Tracing/SystemTracePoints.plist: >+ > 2019-02-21 Zalan Bujtas <zalan@apple.com> > > [LFC][Floats] Add support for placing formatting roots in-between floats. >diff --git a/Tools/Tracing/SystemTracePoints.plist b/Tools/Tracing/SystemTracePoints.plist >index 0e1a6783866dc2df5dbadb82eb375e8686330769..85167106b39f87bfaeb28b9ffa3a78fa083d77d8 100644 >--- a/Tools/Tracing/SystemTracePoints.plist >+++ b/Tools/Tracing/SystemTracePoints.plist >@@ -204,6 +204,18 @@ > <key>Code</key> > <string>5026</string> > </dict> >+ <dict> >+ <key>Name</key> >+ <string>Dispatch simulated mouse events</string> >+ <key>Type</key> >+ <string>Interval</string> >+ <key>Component</key> >+ <string>47</string> >+ <key>CodeBegin</key> >+ <string>5027</string> >+ <key>CodeEnd</key> >+ <string>5028</string> >+ </dict> > <dict> > <key>Name</key> > <string>Paint WebHTMLView</string>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jonlee
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194946
: 362725 |
362735