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

2016-06-15 Thread mark . lam
Title: [202124] trunk/Source/_javascript_Core Revision 202124 Author mark@apple.com Date 2016-06-15 21:41:18 -0700 (Wed, 15 Jun 2016) Log Message Assertion failure when returning incomplete property descriptor from proxy trap. https://bugs.webkit.org/show_bug.cgi?id=157078 Reviewed

[webkit-changes] [202123] trunk

2016-06-15 Thread zalan
Title: [202123] trunk Revision 202123 Author za...@apple.com Date 2016-06-15 20:30:22 -0700 (Wed, 15 Jun 2016) Log Message Decouple the percent height and positioned descendants maps. https://bugs.webkit.org/show_bug.cgi?id=158773 Reviewed by David Hyatt and Chris Dumez.

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

2016-06-15 Thread ddkilzer
Title: [202122] trunk/Source/WebCore Revision 202122 Author ddkil...@apple.com Date 2016-06-15 20:22:07 -0700 (Wed, 15 Jun 2016) Log Message Move SoftLinking.h to platform/cococa from platform/mac Reviewed by Andy Estes. * PlatformMac.cmake: Update for new directory. *

[webkit-changes] [202121] trunk/Source

2016-06-15 Thread cdumez
Title: [202121] trunk/Source Revision 202121 Author cdu...@apple.com Date 2016-06-15 19:59:54 -0700 (Wed, 15 Jun 2016) Log Message [Cocoa] Clean up / optimize ResourceResponse::platformLazyInit(InitLevel) https://bugs.webkit.org/show_bug.cgi?id=158809 Reviewed by Darin Adler.

[webkit-changes] [202120] trunk

2016-06-15 Thread timothy_horton
Title: [202120] trunk Revision 202120 Author timothy_hor...@apple.com Date 2016-06-15 19:20:04 -0700 (Wed, 15 Jun 2016) Log Message Expose _shouldExpandContentToViewHeightForAutoLayout SPI on WKWebView https://bugs.webkit.org/show_bug.cgi?id=158824 Reviewed by Simon Fraser. Test:

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

2016-06-15 Thread achristensen
Title: [202119] trunk/Source/WebKit2 Revision 202119 Author achristen...@apple.com Date 2016-06-15 18:28:54 -0700 (Wed, 15 Jun 2016) Log Message Revert part of r196034 https://bugs.webkit.org/show_bug.cgi?id=158805 rdar://problem/26788138 Reviewed by Dan Bernstein. *

[webkit-changes] [202118] trunk/Source/WebKit/mac

2016-06-15 Thread ap
Title: [202118] trunk/Source/WebKit/mac Revision 202118 Author a...@apple.com Date 2016-06-15 18:22:54 -0700 (Wed, 15 Jun 2016) Log Message +[WebHTMLRepresentation supportedMIMETypes] leaks https://bugs.webkit.org/show_bug.cgi?id=158683 Reviewed by Darin Adler. The problem occurred

[webkit-changes] [202117] trunk

2016-06-15 Thread timothy_horton
Title: [202117] trunk Revision 202117 Author timothy_hor...@apple.com Date 2016-06-15 18:14:02 -0700 (Wed, 15 Jun 2016) Log Message elements jump around a lot around when subtitle text changes slightly https://bugs.webkit.org/show_bug.cgi?id=158818 Reviewed by Simon Fraser. Test:

[webkit-changes] [202116] trunk

2016-06-15 Thread simon . fraser
Title: [202116] trunk Revision 202116 Author simon.fra...@apple.com Date 2016-06-15 16:44:57 -0700 (Wed, 15 Jun 2016) Log Message [iOS WK2] Make it possible to test the Next/Previous buttons in the keyboard accessory bar https://bugs.webkit.org/show_bug.cgi?id=158714 Reviewed by Enrica

[webkit-changes] [202115] trunk/LayoutTests

2016-06-15 Thread dino
Title: [202115] trunk/LayoutTests Revision 202115 Author d...@apple.com Date 2016-06-15 16:34:07 -0700 (Wed, 15 Jun 2016) Log Message [mac] LayoutTest transforms/undecomposable.html is a flaky timeout https://bugs.webkit.org/show_bug.cgi?id=158816 Unflakify this test by putting the

[webkit-changes] [202114] trunk/LayoutTests

2016-06-15 Thread simon . fraser
Title: [202114] trunk/LayoutTests Revision 202114 Author simon.fra...@apple.com Date 2016-06-15 16:07:42 -0700 (Wed, 15 Jun 2016) Log Message [iOS WK2] Add tests for zooming to text fields on focus https://bugs.webkit.org/show_bug.cgi?id=158786 Reviewed by Enrica Casucci. Add tests

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

2016-06-15 Thread keith_miller
Title: [202113] trunk/Source/_javascript_Core Revision 202113 Author keith_mil...@apple.com Date 2016-06-15 15:37:03 -0700 (Wed, 15 Jun 2016) Log Message Unreviewed, fix typo in test and move tests to the correct files. * tests/stress/multi-get-by-offset-proto-or-unset.js: *

[webkit-changes] [202112] trunk/Source

2016-06-15 Thread dino
Title: [202112] trunk/Source Revision 202112 Author d...@apple.com Date 2016-06-15 15:14:09 -0700 (Wed, 15 Jun 2016) Log Message RTL forms are misplaced https://bugs.webkit.org/show_bug.cgi?id=158810 Reviewed by Eric Carlson. AppKit made a change in Sierra that causes popup menus to

[webkit-changes] [202111] trunk

2016-06-15 Thread commit-queue
Title: [202111] trunk Revision 202111 Author commit-qu...@webkit.org Date 2016-06-15 15:07:57 -0700 (Wed, 15 Jun 2016) Log Message Improve HashMap and HashSet support for Ref https://bugs.webkit.org/show_bug.cgi?id=158789 Patch by Sam Weinig on 2016-06-15 Reviewed by

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

2016-06-15 Thread ryanhaddad
Title: [202110] trunk/Source/WebCore Revision 202110 Author ryanhad...@apple.com Date 2016-06-15 14:56:16 -0700 (Wed, 15 Jun 2016) Log Message Reset bindings test results after r202105 Unreviewed test gardening. * bindings/scripts/test/JS/JSTestObj.cpp: Modified Paths

[webkit-changes] [202107] trunk/Tools

2016-06-15 Thread aakash_jain
Title: [202107] trunk/Tools Revision 202107 Author aakash_j...@apple.com Date 2016-06-15 14:25:53 -0700 (Wed, 15 Jun 2016) Log Message Too much log data generated during layout-tests on iOS Simulator https://bugs.webkit.org/show_bug.cgi?id=158751 Reviewed by Alexey Proskuryakov. *

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

2016-06-15 Thread commit-queue
Title: [202106] trunk/Source/WebInspectorUI Revision 202106 Author commit-qu...@webkit.org Date 2016-06-15 14:15:13 -0700 (Wed, 15 Jun 2016) Log Message Uncaught Exception: TypeError: undefined is not an object (evaluating 'imageElement.classList')

[webkit-changes] [202105] trunk/Source

2016-06-15 Thread cdumez
Title: [202105] trunk/Source Revision 202105 Author cdu...@apple.com Date 2016-06-15 13:59:07 -0700 (Wed, 15 Jun 2016) Log Message Drop some unnecessary header includes https://bugs.webkit.org/show_bug.cgi?id=158788 Reviewed by Alexey Proskuryakov. Drop some unnecessary header includes

[webkit-changes] [202104] trunk

2016-06-15 Thread antti
Title: [202104] trunk Revision 202104 Author an...@apple.com Date 2016-06-15 13:52:14 -0700 (Wed, 15 Jun 2016) Log Message GoogleMaps transit schedule explorer comes up blank initially https://bugs.webkit.org/show_bug.cgi?id=158803 rdar://problem/25818080 Source/WebCore: Reviewed by

[webkit-changes] [202103] trunk

2016-06-15 Thread jfernandez
Title: [202103] trunk Revision 202103 Author jfernan...@igalia.com Date 2016-06-15 13:48:45 -0700 (Wed, 15 Jun 2016) Log Message [css-sizing] Item borders are missing with 'min-width:-webkit-fill-available' and zero available width https://bugs.webkit.org/show_bug.cgi?id=158258

[webkit-changes] [202102] trunk

2016-06-15 Thread commit-queue
Title: [202102] trunk Revision 202102 Author commit-qu...@webkit.org Date 2016-06-15 12:41:52 -0700 (Wed, 15 Jun 2016) Log Message Fix 2d canvas transform after r192900 https://bugs.webkit.org/show_bug.cgi?id=158725 Source/WebCore: rdar://problem/26774230 Patch by Alex Christensen

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

2016-06-15 Thread keith_miller
Title: [202101] trunk/Source/_javascript_Core Revision 202101 Author keith_mil...@apple.com Date 2016-06-15 12:40:43 -0700 (Wed, 15 Jun 2016) Log Message DFGByteCodeParser should be able to infer the value of unset properties in MultiGetByOffset

[webkit-changes] [202100] trunk

2016-06-15 Thread eric . carlson
Title: [202100] trunk Revision 202100 Author eric.carl...@apple.com Date 2016-06-15 12:32:50 -0700 (Wed, 15 Jun 2016) Log Message [iOS] Make HTMLMediaElement.muted mutable https://bugs.webkit.org/show_bug.cgi?id=158787 Reviewed by Dean Jackson. Source/WebCore: Tests:

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

2016-06-15 Thread cdumez
Title: [202099] trunk/Source/_javascript_Core Revision 202099 Author cdu...@apple.com Date 2016-06-15 12:30:23 -0700 (Wed, 15 Jun 2016) Log Message Unreviewed GCC build fix after r202098. * bytecode/CodeBlock.cpp: (JSC::CodeBlock::thresholdForJIT): Modified Paths

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

2016-06-15 Thread ggaren
Title: [202098] trunk/Source/_javascript_Core Revision 202098 Author gga...@apple.com Date 2016-06-15 12:20:23 -0700 (Wed, 15 Jun 2016) Log Message compilation policy should adapt to past behavior https://bugs.webkit.org/show_bug.cgi?id=158759 Reviewed by Saam Barati. This looks like a

[webkit-changes] [202097] trunk/LayoutTests

2016-06-15 Thread simon . fraser
Title: [202097] trunk/LayoutTests Revision 202097 Author simon.fra...@apple.com Date 2016-06-15 12:17:51 -0700 (Wed, 15 Jun 2016) Log Message fast/events/ios tests are marked as flakey, but really just fail in OpenSource and WK1 https://bugs.webkit.org/show_bug.cgi?id=158804 Test

[webkit-changes] [202095] trunk/Tools

2016-06-15 Thread pvollan
Title: [202095] trunk/Tools Revision 202095 Author pvol...@apple.com Date 2016-06-15 10:08:08 -0700 (Wed, 15 Jun 2016) Log Message [Win][CMake] Changes in WebKit options are not reflected in incremental builds. https://bugs.webkit.org/show_bug.cgi?id=158727 Reviewed by Alex Christensen.

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

2016-06-15 Thread keith_miller
Title: [202093] trunk/Source/_javascript_Core Revision 202093 Author keith_mil...@apple.com Date 2016-06-15 09:39:19 -0700 (Wed, 15 Jun 2016) Log Message DFGByteCodeParser should be able to infer a property is unset from the Baseline inline cache.

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

2016-06-15 Thread akling
Title: [202090] trunk/Source/WebCore Revision 202090 Author akl...@apple.com Date 2016-06-15 08:13:03 -0700 (Wed, 15 Jun 2016) Log Message [Cocoa] Add two notify listeners for poking the garbage collector. Reviewed by Antti Koivisto. Add two new notify listeners: -

[webkit-changes] [202089] trunk

2016-06-15 Thread antti
Title: [202089] trunk Revision 202089 Author an...@apple.com Date 2016-06-15 07:12:16 -0700 (Wed, 15 Jun 2016) Log Message Vary:Cookie validation doesn't work in private browsing https://bugs.webkit.org/show_bug.cgi?id=158616 Source/WebCore: Reviewed by Andreas Kling. There wasn't a

[webkit-changes] [202088] trunk

2016-06-15 Thread pvollan
Title: [202088] trunk Revision 202088 Author pvol...@apple.com Date 2016-06-15 02:55:18 -0700 (Wed, 15 Jun 2016) Log Message [Win] The test accessibility/selected-text-range-aria-elements.html is failing. https://bugs.webkit.org/show_bug.cgi?id=158732 Reviewed by Brent Fulgham.

[webkit-changes] [202087] trunk/Tools

2016-06-15 Thread pvollan
Title: [202087] trunk/Tools Revision 202087 Author pvol...@apple.com Date 2016-06-15 02:36:22 -0700 (Wed, 15 Jun 2016) Log Message [Win] MiniBrowser is not DPI aware. https://bugs.webkit.org/show_bug.cgi?id=158733 Reviewed by Brent Fulgham. Call Win32 api function to let Windows know

[webkit-changes] [202086] trunk/Tools

2016-06-15 Thread pvollan
Title: [202086] trunk/Tools Revision 202086 Author pvol...@apple.com Date 2016-06-15 02:26:08 -0700 (Wed, 15 Jun 2016) Log Message Unreviewed: add new email address to contributors.json. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

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

2016-06-15 Thread mmaxfield
Title: [202085] trunk/Source/WebCore Revision 202085 Author mmaxfi...@apple.com Date 2016-06-14 23:36:29 -0700 (Tue, 14 Jun 2016) Log Message Addressing post-review comments after r201971 https://bugs.webkit.org/show_bug.cgi?id=158450 Unreviewed. * css/CSSFontFaceSet.cpp: