Title: [244211] trunk
Revision 244211
Author ysuz...@apple.com
Date 2019-04-11 23:35:17 -0700 (Thu, 11 Apr 2019)
Log Message
[JSC] op_has_indexed_property should not assume subscript part is Uint32
https://bugs.webkit.org/show_bug.cgi?id=196850
Reviewed by Saam Barati.
JSTests:
* stres
Title: [244210] trunk/LayoutTests
Revision 244210
Author megan_gard...@apple.com
Date 2019-04-11 23:02:50 -0700 (Thu, 11 Apr 2019)
Log Message
Fix flaky LayoutTests/fast/events/autoscroll-when-input-is-offscreen.html
https://bugs.webkit.org/show_bug.cgi?id=196840
Reviewed by Tim Horton.
Title: [244209] trunk/Source/WebCore
Revision 244209
Author simon.fra...@apple.com
Date 2019-04-11 22:28:50 -0700 (Thu, 11 Apr 2019)
Log Message
Avoid doing positioned scrolling tree node work for layers not inside overflow:scroll
https://bugs.webkit.org/show_bug.cgi?id=196848
Reviewed b
Title: [244208] trunk/Source/WebCore
Revision 244208
Author za...@apple.com
Date 2019-04-11 18:55:24 -0700 (Thu, 11 Apr 2019)
Log Message
Try to fix Windows build.
* page/PrintContext.cpp:
(WebCore::PrintContext::computedPageMargin):
Modified Paths
trunk/Source/WebCore/ChangeLog
trunk/
Title: [244207] trunk/Tools
Revision 244207
Author aakash_j...@apple.com
Date 2019-04-11 18:52:45 -0700 (Thu, 11 Apr 2019)
Log Message
[ews-build] Handle bug titles with unicode characters
https://bugs.webkit.org/show_bug.cgi?id=196802
Reviewed by Dewei Zhu.
* BuildSlaveSupport/ews-buil
Title: [244206] trunk
Revision 244206
Author sbar...@apple.com
Date 2019-04-11 18:04:32 -0700 (Thu, 11 Apr 2019)
Log Message
Remove invalid assertion in operationInstanceOfCustom
https://bugs.webkit.org/show_bug.cgi?id=196842
Reviewed by Michael Saboff.
JSTests:
* stress/operationInst
Title: [244205] trunk/Source
Revision 244205
Author megan_gard...@apple.com
Date 2019-04-11 17:58:50 -0700 (Thu, 11 Apr 2019)
Log Message
Update 'Save Image' to more clear instructions
https://bugs.webkit.org/show_bug.cgi?id=196833
Reviewed by Wenson Hsieh.
Source/WebCore:
Not testabl
Title: [244204] trunk
Revision 244204
Author msab...@apple.com
Date 2019-04-11 17:53:12 -0700 (Thu, 11 Apr 2019)
Log Message
Improve the Inline Cache Stats code
https://bugs.webkit.org/show_bug.cgi?id=196836
Reviewed by Saam Barati.
Source/_javascript_Core:
Needed to handle the case wh
Title: [244203] trunk/Source/WebKit
Revision 244203
Author cdu...@apple.com
Date 2019-04-11 16:43:10 -0700 (Thu, 11 Apr 2019)
Log Message
Unable to run system Safari with trunk WebKit
https://bugs.webkit.org/show_bug.cgi?id=196777
Reviewed by Alex Christensen.
* UIProcess/API/Cocoa/WKW
Title: [244202] trunk
Revision 244202
Author za...@apple.com
Date 2019-04-11 16:33:41 -0700 (Thu, 11 Apr 2019)
Log Message
Add @page margin support
https://bugs.webkit.org/show_bug.cgi?id=196680
Reviewed by Tim Horton.
Source/WebCore:
This patch adds support for @page margin. This fea
Title: [244201] trunk/Source
Revision 244201
Author d...@apple.com
Date 2019-04-11 16:13:44 -0700 (Thu, 11 Apr 2019)
Log Message
Extract UTI mapping and allow for additions
https://bugs.webkit.org/show_bug.cgi?id=196822
Reviewed by Tim Horton.
Source/WebCore:
Add an ADDITIONAL_SYSTEM_
Title: [244199] trunk/Source/WebInspectorUI
Revision 244199
Author drou...@apple.com
Date 2019-04-11 15:56:40 -0700 (Thu, 11 Apr 2019)
Log Message
Web Inspector: REGRESSION(r244195): Timelines: unable to take heap snapshot
https://bugs.webkit.org/show_bug.cgi?id=196832
Reviewed by Simon
Title: [244200] trunk
Revision 244200
Author rn...@webkit.org
Date 2019-04-11 15:57:02 -0700 (Thu, 11 Apr 2019)
Log Message
[iOS] Moving backwards by word granularity does not work if the previous line was inside another block element
https://bugs.webkit.org/show_bug.cgi?id=196670
Review
Title: [244198] trunk/Source/WebKit
Revision 244198
Author commit-qu...@webkit.org
Date 2019-04-11 15:51:43 -0700 (Thu, 11 Apr 2019)
Log Message
REGRESSION (r244182): RemoteLayerTreeDrawingArea::flushLayers() should not be reentrant
https://bugs.webkit.org/show_bug.cgi?id=196825
Patch by
Title: [244197] trunk
Revision 244197
Author wenson_hs...@apple.com
Date 2019-04-11 15:15:01 -0700 (Thu, 11 Apr 2019)
Log Message
Allow the MediaSource API to be enabled via website policy
https://bugs.webkit.org/show_bug.cgi?id=196429
Reviewed by Tim Horton.
Source/WebCore:
Add suppo
Title: [244196] trunk
Revision 244196
Author you...@apple.com
Date 2019-04-11 14:51:10 -0700 (Thu, 11 Apr 2019)
Log Message
Support RTCDataChannel blob binaryType
https://bugs.webkit.org/show_bug.cgi?id=196821
Reviewed by Eric Carlson.
LayoutTests/imported/w3c:
* web-platform-tests/web
Title: [244195] trunk
Revision 244195
Author drou...@apple.com
Date 2019-04-11 14:06:47 -0700 (Thu, 11 Apr 2019)
Log Message
Web Inspector: Timelines: can't reliably stop/start a recording
https://bugs.webkit.org/show_bug.cgi?id=196778
Reviewed by Timothy Hatcher.
Source/_javascript_Co
Title: [244194] branches/safari-607-branch
Revision 244194
Author kocsen_ch...@apple.com
Date 2019-04-11 13:56:27 -0700 (Thu, 11 Apr 2019)
Log Message
Revert r244165. rdar://problem/49788895
Modified Paths
branches/safari-607-branch/Source/WebKit/ChangeLog
branches/safari-607-branch/Sou
Title: [244193] trunk/Source/_javascript_Core
Revision 244193
Author sbar...@apple.com
Date 2019-04-11 13:47:16 -0700 (Thu, 11 Apr 2019)
Log Message
Rename SetArgument to SetArgumentDefinitely
https://bugs.webkit.org/show_bug.cgi?id=196828
Reviewed by Yusuke Suzuki.
This is in preparati
Title: [244192] trunk/Source/WebKit
Revision 244192
Author an...@apple.com
Date 2019-04-11 11:09:56 -0700 (Thu, 11 Apr 2019)
Log Message
REGRESSION: changing iPad orientation on blogger.com crashes under RemoteScrollingCoordinatorProxy::establishLayerTreeScrollingRelations()
https://bugs.
Title: [244191] trunk/Source
Revision 244191
Author tsav...@apple.com
Date 2019-04-11 10:45:05 -0700 (Thu, 11 Apr 2019)
Log Message
Unreviewed, rolling out r244158.
Casued 8 inspector/timeline/ test failures.
Reverted changeset:
"Web Inspector: Timelines: can't reliably stop/start a
re
Title: [244190] branches/safari-607-branch/Source/WebKit
Revision 244190
Author alanc...@apple.com
Date 2019-04-11 10:24:02 -0700 (Thu, 11 Apr 2019)
Log Message
Apply patch. rdar://problem/49788956
Modified Paths
branches/safari-607-branch/Source/WebKit/ChangeLog
branches/safari-607-bra
Title: [244188] trunk/Source/WebCore
Revision 244188
Author commit-qu...@webkit.org
Date 2019-04-11 06:30:01 -0700 (Thu, 11 Apr 2019)
Log Message
[WPE] Build error with ENABLE_VIDEO=OFF after r244078
https://bugs.webkit.org/show_bug.cgi?id=196811
createGenericCue() is only defined when V
Title: [244187] trunk
Revision 244187
Author carlo...@webkit.org
Date 2019-04-11 01:25:36 -0700 (Thu, 11 Apr 2019)
Log Message
[GTK] Layout test accessibility/aria-hidden-false-works-in-subtrees.html fails after r184890
https://bugs.webkit.org/show_bug.cgi?id=146718
Reviewed by Joanmari
24 matches
Mail list logo