[webkit-changes] [237030] releases/Apple

2018-10-10 Thread mitz
Title: [237030] releases/Apple Revision 237030 Author m...@apple.com Date 2018-10-10 22:10:58 -0700 (Wed, 10 Oct 2018) Log Message Added a tag for Safari Technology Preview release 67. Added Paths releases/Apple/Safari Technology Preview 67/ releases/Apple/Safari Technology Preview

[webkit-changes] [237029] trunk/Source/WebCore

2018-10-10 Thread cdumez
Title: [237029] trunk/Source/WebCore Revision 237029 Author cdu...@apple.com Date 2018-10-10 21:27:08 -0700 (Wed, 10 Oct 2018) Log Message Rename a couple of DOMWindowProperty virtual functions https://bugs.webkit.org/show_bug.cgi?id=190458 Reviewed by Geoffrey Garen. Rename a couple

[webkit-changes] [237028] trunk

2018-10-10 Thread drousso
Title: [237028] trunk Revision 237028 Author drou...@apple.com Date 2018-10-10 21:13:17 -0700 (Wed, 10 Oct 2018) Log Message Web Inspector: create special Network waterfall for media events https://bugs.webkit.org/show_bug.cgi?id=189773 Reviewed by Joseph Pecoraro.

[webkit-changes] [237027] trunk/Source/WebCore

2018-10-10 Thread dbates
Title: [237027] trunk/Source/WebCore Revision 237027 Author dba...@webkit.org Date 2018-10-10 20:08:34 -0700 (Wed, 10 Oct 2018) Log Message [iOS] Cleanup -[WAKView _selfHandleEvent:] and -[WAKWindow sendEventSynchronously:] https://bugs.webkit.org/show_bug.cgi?id=190402 Reviewed by

[webkit-changes] [237026] trunk/Source/WebKit

2018-10-10 Thread timothy_horton
Title: [237026] trunk/Source/WebKit Revision 237026 Author timothy_hor...@apple.com Date 2018-10-10 20:03:58 -0700 (Wed, 10 Oct 2018) Log Message Safari crashes when attempting to share a YouTube video while in full-screen https://bugs.webkit.org/show_bug.cgi?id=190456 Reviewed by

[webkit-changes] [237025] trunk/Source/WebCore

2018-10-10 Thread rniwa
Title: [237025] trunk/Source/WebCore Revision 237025 Author rn...@webkit.org Date 2018-10-10 19:27:18 -0700 (Wed, 10 Oct 2018) Log Message Rename MarkupAccumulator::appendStartTag, appendElement, etc... for clarity https://bugs.webkit.org/show_bug.cgi?id=190308 Reviewed by Darin Adler.

[webkit-changes] [237024] trunk/Source/JavaScriptCore

2018-10-10 Thread msaboff
Title: [237024] trunk/Source/_javascript_Core Revision 237024 Author msab...@apple.com Date 2018-10-10 18:39:27 -0700 (Wed, 10 Oct 2018) Log Message Increase executable memory pool from 64MB to 128MB for ARM64 https://bugs.webkit.org/show_bug.cgi?id=190453 Reviewed by Saam Barati. *

[webkit-changes] [237023] trunk/Tools

2018-10-10 Thread Hironori . Fujii
Title: [237023] trunk/Tools Revision 237023 Author hironori.fu...@sony.com Date 2018-10-10 18:25:05 -0700 (Wed, 10 Oct 2018) Log Message Add WinCairo to the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=188345 Reviewed by Lucas Forschler. *

[webkit-changes] [237022] trunk/Tools

2018-10-10 Thread dino
Title: [237022] trunk/Tools Revision 237022 Author d...@apple.com Date 2018-10-10 18:09:55 -0700 (Wed, 10 Oct 2018) Log Message [WHSL -> MSL] Annotate semantics correctly in generated MSL https://bugs.webkit.org/show_bug.cgi?id=190452 Reviewed by Myles Maxfield. Correctly label the

[webkit-changes] [237021] trunk/Source/WebCore

2018-10-10 Thread ryanhaddad
Title: [237021] trunk/Source/WebCore Revision 237021 Author ryanhad...@apple.com Date 2018-10-10 17:47:28 -0700 (Wed, 10 Oct 2018) Log Message Unreviewed, attempt to fix the build with current SDKs. * crypto/mac/CryptoKeyRSAMac.cpp: (WebCore::getPublicKeyComponents): Modified Paths

[webkit-changes] [237020] trunk/Source/WebKit

2018-10-10 Thread timothy_horton
Title: [237020] trunk/Source/WebKit Revision 237020 Author timothy_hor...@apple.com Date 2018-10-10 15:41:26 -0700 (Wed, 10 Oct 2018) Log Message REGRESSION (r236935): Layout test fast/events/ios/keyboard-scrolling-distance.html is timing out

[webkit-changes] [237019] trunk/Source/WebInspectorUI

2018-10-10 Thread drousso
Title: [237019] trunk/Source/WebInspectorUI Revision 237019 Author drou...@apple.com Date 2018-10-10 15:41:25 -0700 (Wed, 10 Oct 2018) Log Message Web Inspector: REGRESSION(r236853): Uncaught Exception: undefined is not an object (evaluating 'entry.resource')

[webkit-changes] [237018] trunk

2018-10-10 Thread bfulgham
Title: [237018] trunk Revision 237018 Author bfulg...@apple.com Date 2018-10-10 15:25:17 -0700 (Wed, 10 Oct 2018) Log Message Only report the supported WebGL version https://bugs.webkit.org/show_bug.cgi?id=190434 Reviewed by Dean Jackson. Source/WebCore: Tested by

[webkit-changes] [237017] trunk/Source/WebCore

2018-10-10 Thread yusukesuzuki
Title: [237017] trunk/Source/WebCore Revision 237017 Author yusukesuz...@slowstart.org Date 2018-10-10 14:23:42 -0700 (Wed, 10 Oct 2018) Log Message Unreviewed, add missing headers for inline functions https://bugs.webkit.org/show_bug.cgi?id=190429 *

[webkit-changes] [237016] trunk/Source/WebInspectorUI

2018-10-10 Thread drousso
Title: [237016] trunk/Source/WebInspectorUI Revision 237016 Author drou...@apple.com Date 2018-10-10 13:52:12 -0700 (Wed, 10 Oct 2018) Log Message Web Inspector: REGRESSION: selection in network table is lost when new entries are added https://bugs.webkit.org/show_bug.cgi?id=190362

[webkit-changes] [237015] trunk/Tools

2018-10-10 Thread ross . kirsling
Title: [237015] trunk/Tools Revision 237015 Author ross.kirsl...@sony.com Date 2018-10-10 13:29:01 -0700 (Wed, 10 Oct 2018) Log Message build-webkit --inspector-frontend shouldn't have a nonzero exit code https://bugs.webkit.org/show_bug.cgi?id=190430 Reviewed by Brian Burg. *

[webkit-changes] [237014] trunk/Source

2018-10-10 Thread kocsen_chung
Title: [237014] trunk/Source Revision 237014 Author kocsen_ch...@apple.com Date 2018-10-10 13:06:05 -0700 (Wed, 10 Oct 2018) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [237013] branches/safari-606.2.104.0-branch

2018-10-10 Thread kocsen_chung
Title: [237013] branches/safari-606.2.104.0-branch Revision 237013 Author kocsen_ch...@apple.com Date 2018-10-10 13:00:52 -0700 (Wed, 10 Oct 2018) Log Message Revert r236977. rdar://problem/45133492 Modified Paths branches/safari-606.2.104.0-branch/LayoutTests/ChangeLog

[webkit-changes] [237012] trunk

2018-10-10 Thread timothy_horton
Title: [237012] trunk Revision 237012 Author timothy_hor...@apple.com Date 2018-10-10 12:05:03 -0700 (Wed, 10 Oct 2018) Log Message Share more WKShareSheet code between macOS and iOS, and fix a few bugs https://bugs.webkit.org/show_bug.cgi?id=190420 Reviewed by Simon Fraser.

[webkit-changes] [237011] trunk/Source/WebKit

2018-10-10 Thread timothy_horton
Title: [237011] trunk/Source/WebKit Revision 237011 Author timothy_hor...@apple.com Date 2018-10-10 11:43:20 -0700 (Wed, 10 Oct 2018) Log Message REGRESSION (r236678): Keyboard scrolling with arrow keys doesn't work on iOS https://bugs.webkit.org/show_bug.cgi?id=190433 Reviewed by

[webkit-changes] [237010] trunk

2018-10-10 Thread drousso
Title: [237010] trunk Revision 237010 Author drou...@apple.com Date 2018-10-10 11:34:49 -0700 (Wed, 10 Oct 2018) Log Message Web Inspector: notify the frontend when a canvas has started recording via console.record https://bugs.webkit.org/show_bug.cgi?id=190306 Reviewed by Brian Burg.

[webkit-changes] [237008] trunk

2018-10-10 Thread cdumez
Title: [237008] trunk Revision 237008 Author cdu...@apple.com Date 2018-10-10 11:21:11 -0700 (Wed, 10 Oct 2018) Log Message Regression(PSON): Assertion hit under WebPageProxy::didNavigateWithNavigationData() https://bugs.webkit.org/show_bug.cgi?id=190418 Reviewed by Geoffrey Garen.

[webkit-changes] [237007] trunk/Source/WebCore

2018-10-10 Thread dbates
Title: [237007] trunk/Source/WebCore Revision 237007 Author dba...@webkit.org Date 2018-10-10 11:20:08 -0700 (Wed, 10 Oct 2018) Log Message [iOS] Compare input string to UIKeyInput constants using string comparison instead of pointer comparison

[webkit-changes] [237006] trunk/Source/WebInspectorUI

2018-10-10 Thread drousso
Title: [237006] trunk/Source/WebInspectorUI Revision 237006 Author drou...@apple.com Date 2018-10-10 11:01:25 -0700 (Wed, 10 Oct 2018) Log Message Web Inspector: indent all network entries when "Group by Node" is checked https://bugs.webkit.org/show_bug.cgi?id=190388 Reviewed by Timothy

[webkit-changes] [237005] tags/Safari-607.1.10.1/Source

2018-10-10 Thread alancoon
Title: [237005] tags/Safari-607.1.10.1/Source Revision 237005 Author alanc...@apple.com Date 2018-10-10 10:45:10 -0700 (Wed, 10 Oct 2018) Log Message Versioning. Modified Paths tags/Safari-607.1.10.1/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [237004] trunk/Source/WebKit

2018-10-10 Thread antti
Title: [237004] trunk/Source/WebKit Revision 237004 Author an...@apple.com Date 2018-10-10 10:41:55 -0700 (Wed, 10 Oct 2018) Log Message Do domain prewarming for processes for new tabs https://bugs.webkit.org/show_bug.cgi?id=190425 Reviewed by Chris Dumez. We currently only do domain

[webkit-changes] [237003] tags/Safari-607.1.10.1/

2018-10-10 Thread alancoon
Title: [237003] tags/Safari-607.1.10.1/ Revision 237003 Author alanc...@apple.com Date 2018-10-10 10:16:07 -0700 (Wed, 10 Oct 2018) Log Message New tag. Added Paths tags/Safari-607.1.10.1/ Diff ___ webkit-changes mailing list

[webkit-changes] [237002] trunk

2018-10-10 Thread cdumez
Title: [237002] trunk Revision 237002 Author cdu...@apple.com Date 2018-10-10 09:30:07 -0700 (Wed, 10 Oct 2018) Log Message Unreviewed, rolling out r236802. Working on getting the HTML spec updated instead (https://github.com/whatwg/html/pull/4079) Reverted changeset: "Passing

[webkit-changes] [236999] trunk/Source/WebCore

2018-10-10 Thread yusukesuzuki
Title: [236999] trunk/Source/WebCore Revision 236999 Author yusukesuz...@slowstart.org Date 2018-10-10 01:48:57 -0700 (Wed, 10 Oct 2018) Log Message XMLHttpRequest should use reportExtraMemoryAllocated/reportExtraMemoryVisited instead of deprecatedReportExtraMemory

[webkit-changes] [236998] trunk

2018-10-10 Thread graouts
Title: [236998] trunk Revision 236998 Author grao...@webkit.org Date 2018-10-09 23:55:24 -0700 (Tue, 09 Oct 2018) Log Message Remove the frames() timing function https://bugs.webkit.org/show_bug.cgi?id=190034 Reviewed by Dean Jackson. LayoutTests/imported/w3c: *