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

2017-03-25 Thread cdumez
Title: [214407] trunk/Source/WebCore Revision 214407 Author cdu...@apple.com Date 2017-03-25 20:52:40 -0700 (Sat, 25 Mar 2017) Log Message REGRESSION(r214195): zillow.com header video doesn't resume when switching to another tab and back https://bugs.webkit.org/show_bug.cgi?id=170080

[webkit-changes] [214406] trunk/Source/WebKit2

2017-03-25 Thread aestes
Title: [214406] trunk/Source/WebKit2 Revision 214406 Author aes...@apple.com Date 2017-03-25 17:53:24 -0700 (Sat, 25 Mar 2017) Log Message [iOS] Use snapshotting instead of printing to draw single-page PDFs https://bugs.webkit.org/show_bug.cgi?id=170103 Reviewed by Tim Horton. *

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

2017-03-25 Thread bburg
Title: [214405] trunk/Source/WebInspectorUI Revision 214405 Author bb...@apple.com Date 2017-03-25 16:08:37 -0700 (Sat, 25 Mar 2017) Log Message Web Inspector: RTL: number scripts are used inconsistently throughout the UI https://bugs.webkit.org/show_bug.cgi?id=168290 Reviewed by Joseph

[webkit-changes] [214404] trunk/Source/WebKit2

2017-03-25 Thread wilander
Title: [214404] trunk/Source/WebKit2 Revision 214404 Author wilan...@apple.com Date 2017-03-25 14:19:54 -0700 (Sat, 25 Mar 2017) Log Message Re-enable the web process' keychain access to fix client certificate authentication https://bugs.webkit.org/show_bug.cgi?id=170074 Reviewed by

[webkit-changes] [214403] trunk/Source

2017-03-25 Thread wenson_hsieh
Title: [214403] trunk/Source Revision 214403 Author wenson_hs...@apple.com Date 2017-03-25 13:24:17 -0700 (Sat, 25 Mar 2017) Log Message [WK2] Add a UI delegate SPI hook to enable or disable navigation on drop https://bugs.webkit.org/show_bug.cgi?id=169168 Reviewed by Tim Horton.

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

2017-03-25 Thread fpizlo
Title: [214402] trunk/Source/_javascript_Core Revision 214402 Author fpi...@apple.com Date 2017-03-25 12:43:20 -0700 (Sat, 25 Mar 2017) Log Message Fix wasm by returning after we do TLS. Rubber stamped by Keith Miller. * jit/AssemblyHelpers.h: (JSC::AssemblyHelpers::storeWasmContext):

[webkit-changes] [214401] trunk/Websites/bugs.webkit.org

2017-03-25 Thread ddkilzer
Title: [214401] trunk/Websites/bugs.webkit.org Revision 214401 Author ddkil...@apple.com Date 2017-03-25 11:25:47 -0700 (Sat, 25 Mar 2017) Log Message [Bugzilla] Add a checkbox to add self to the CC list when creating or editing an attachment Original patch by Csaba Osztrogonác.

[webkit-changes] [214400] trunk

2017-03-25 Thread commit-queue
Title: [214400] trunk Revision 214400 Author commit-qu...@webkit.org Date 2017-03-25 10:45:22 -0700 (Sat, 25 Mar 2017) Log Message AX: Media controls are unlabeled https://bugs.webkit.org/show_bug.cgi?id=169947 Patch by Aaron Chu on 2017-03-25 Reviewed by Antoine

[webkit-changes] [214399] trunk/Tools

2017-03-25 Thread jbedard
Title: [214399] trunk/Tools Revision 214399 Author jbed...@apple.com Date 2017-03-25 07:44:26 -0700 (Sat, 25 Mar 2017) Log Message webkitpy: Use generalized device instead of platform specific one https://bugs.webkit.org/show_bug.cgi?id=170078 Reviewed by Daniel Bates. SimulatedDevice

[webkit-changes] [214398] trunk/Tools

2017-03-25 Thread commit-queue
Title: [214398] trunk/Tools Revision 214398 Author commit-qu...@webkit.org Date 2017-03-25 01:35:07 -0700 (Sat, 25 Mar 2017) Log Message [GTK] No value returned from PrintCustomWidgetTest::createWebKitPrintOperation() in TestPrinting.cpp https://bugs.webkit.org/show_bug.cgi?id=170059

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

2017-03-25 Thread carlosgc
Title: [214397] trunk/Source/WebCore Revision 214397 Author carlo...@webkit.org Date 2017-03-25 01:20:57 -0700 (Sat, 25 Mar 2017) Log Message [XDG] MIMETypeRegistry::getMIMETypeForExtension should return a null/empty string when mime type is unknown

[webkit-changes] [214396] trunk/LayoutTests

2017-03-25 Thread carlosgc
Title: [214396] trunk/LayoutTests Revision 214396 Author carlo...@webkit.org Date 2017-03-25 01:19:50 -0700 (Sat, 25 Mar 2017) Log Message Unreviewed GTK+ gardening. Update expectations of several tests. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [214395] trunk/LayoutTests

2017-03-25 Thread mmaxfield
Title: [214395] trunk/LayoutTests Revision 214395 Author mmaxfi...@apple.com Date 2017-03-25 00:42:46 -0700 (Sat, 25 Mar 2017) Log Message Post-commit test fix after r214394 https://bugs.webkit.org/show_bug.cgi?id=170083 Unreviewed. * fast/text/variations/optical-sizing.html: Modified

[webkit-changes] [214394] trunk

2017-03-25 Thread mmaxfield
Title: [214394] trunk Revision 214394 Author mmaxfi...@apple.com Date 2017-03-24 23:50:18 -0700 (Fri, 24 Mar 2017) Log Message Add font-optical-sizing to CSSComputedStyleDeclaration https://bugs.webkit.org/show_bug.cgi?id=170083 Reviewed by Joseph Pecoraro. Source/WebCore: Covered by