[webkit-changes] [205851] branches/safari-602-branch/Source

2016-09-12 Thread bshafiei
Title: [205851] branches/safari-602-branch/Source Revision 205851 Author bshaf...@apple.com Date 2016-09-12 22:48:03 -0700 (Mon, 12 Sep 2016) Log Message Versioning. Modified Paths branches/safari-602-branch/Source/_javascript_Core/Configurations/Version.xcconfig

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

2016-09-12 Thread fpizlo
Title: [205850] trunk/Source/_javascript_Core Revision 205850 Author fpi...@apple.com Date 2016-09-12 21:33:19 -0700 (Mon, 12 Sep 2016) Log Message MarkedBlock should be able to use flipIfNecessary() as the "I'm not empty" trigger https://bugs.webkit.org/show_bug.cgi?id=161869 Reviewed

[webkit-changes] [205849] trunk/LayoutTests

2016-09-12 Thread commit-queue
Title: [205849] trunk/LayoutTests Revision 205849 Author commit-qu...@webkit.org Date 2016-09-12 21:32:06 -0700 (Mon, 12 Sep 2016) Log Message [GTK] Fix lint warnings of LayoutTests/platform/gtk/TestExpectations https://bugs.webkit.org/show_bug.cgi?id=161890 Unreviewed test gardening.

[webkit-changes] [205848] trunk

2016-09-12 Thread sbarati
Title: [205848] trunk Revision 205848 Author sbar...@apple.com Date 2016-09-12 19:57:37 -0700 (Mon, 12 Sep 2016) Log Message Speed up Function.prototype.bind a bit by making it a builtin https://bugs.webkit.org/show_bug.cgi?id=161879 Reviewed by Filip Pizlo. JSTests: *

[webkit-changes] [205847] trunk

2016-09-12 Thread cdumez
Title: [205847] trunk Revision 205847 Author cdu...@apple.com Date 2016-09-12 19:12:51 -0700 (Mon, 12 Sep 2016) Log Message Fix post-landing review comments after r205787 https://bugs.webkit.org/show_bug.cgi?id=161885 Reviewed by Darin Adler. Source/WebCore: Leverage new

[webkit-changes] [205846] trunk

2016-09-12 Thread achristensen
Title: [205846] trunk Revision 205846 Author achristen...@apple.com Date 2016-09-12 18:25:08 -0700 (Mon, 12 Sep 2016) Log Message URLParser: Correctly ignore spaces before relative URLs with no scheme https://bugs.webkit.org/show_bug.cgi?id=161889 Reviewed by Daniel Bates.

[webkit-changes] [205845] trunk

2016-09-12 Thread n_wang
Title: [205845] trunk Revision 205845 Author n_w...@apple.com Date 2016-09-12 17:58:22 -0700 (Mon, 12 Sep 2016) Log Message AX: Crash at WebCore::Range::compareBoundaryPoints(WebCore::Range::CompareHow, WebCore::Range const&, int&) const + 23

[webkit-changes] [205844] tags/Safari-603.1.5.1/Source

2016-09-12 Thread bshafiei
Title: [205844] tags/Safari-603.1.5.1/Source Revision 205844 Author bshaf...@apple.com Date 2016-09-12 17:29:21 -0700 (Mon, 12 Sep 2016) Log Message Versioning. Modified Paths tags/Safari-603.1.5.1/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [205843] tags/Safari-603.1.5.1/

2016-09-12 Thread bshafiei
Title: [205843] tags/Safari-603.1.5.1/ Revision 205843 Author bshaf...@apple.com Date 2016-09-12 17:25:14 -0700 (Mon, 12 Sep 2016) Log Message New tag. Added Paths tags/Safari-603.1.5.1/ Diff ___ webkit-changes mailing list

[webkit-changes] [205842] trunk

2016-09-12 Thread sbarati
Title: [205842] trunk Revision 205842 Author sbar...@apple.com Date 2016-09-12 17:14:59 -0700 (Mon, 12 Sep 2016) Log Message HashMapImpl should take into account m_deleteCount in its load factor and it should be able to rehash the table to be smaller

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

2016-09-12 Thread commit-queue
Title: [205841] trunk/Source/WebCore Revision 205841 Author commit-qu...@webkit.org Date 2016-09-12 16:51:57 -0700 (Mon, 12 Sep 2016) Log Message Move the pixel data of ImageFrame to a separate class named ImageBackingStore https://bugs.webkit.org/show_bug.cgi?id=159679 Patch by Said

[webkit-changes] [205840] tags/Safari-602.2.6/

2016-09-12 Thread bshafiei
Title: [205840] tags/Safari-602.2.6/ Revision 205840 Author bshaf...@apple.com Date 2016-09-12 16:34:24 -0700 (Mon, 12 Sep 2016) Log Message New tag. Added Paths tags/Safari-602.2.6/ Diff ___ webkit-changes mailing list

[webkit-changes] [205839] trunk

2016-09-12 Thread commit-queue
Title: [205839] trunk Revision 205839 Author commit-qu...@webkit.org Date 2016-09-12 16:33:58 -0700 (Mon, 12 Sep 2016) Log Message HTMLButtonElement.prototype.click should be HTMLElement.prototype.click https://bugs.webkit.org/show_bug.cgi?id=161874 Patch by Joseph Pecoraro

[webkit-changes] [205838] trunk/LayoutTests

2016-09-12 Thread ryanhaddad
Title: [205838] trunk/LayoutTests Revision 205838 Author ryanhad...@apple.com Date 2016-09-12 16:14:25 -0700 (Mon, 12 Sep 2016) Log Message Marking imported/w3c/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml as flaky on mac.

[webkit-changes] [205837] trunk/JSTests

2016-09-12 Thread utatane . tea
Title: [205837] trunk/JSTests Revision 205837 Author utatane@gmail.com Date 2016-09-12 16:11:55 -0700 (Mon, 12 Sep 2016) Log Message Unreviewed, fix tests for different libm environments https://bugs.webkit.org/show_bug.cgi?id=161857 * stress/ftl-arithtan.js: Modified Paths

[webkit-changes] [205836] trunk/Source/WTF

2016-09-12 Thread utatane . tea
Title: [205836] trunk/Source/WTF Revision 205836 Author utatane@gmail.com Date 2016-09-12 16:08:49 -0700 (Mon, 12 Sep 2016) Log Message [WTF] HashTable's rehash is not compatible to Ref and ASan https://bugs.webkit.org/show_bug.cgi?id=161763 Reviewed by Darin Adler. Destructors of

[webkit-changes] [205835] trunk

2016-09-12 Thread achristensen
Title: [205835] trunk Revision 205835 Author achristen...@apple.com Date 2016-09-12 16:03:09 -0700 (Mon, 12 Sep 2016) Log Message URLParser: Fix relative URLs containing only fragments https://bugs.webkit.org/show_bug.cgi?id=161882 Reviewed by Brady Eidson. Source/WebCore: Covered by

[webkit-changes] [205834] trunk

2016-09-12 Thread mattbaker
Title: [205834] trunk Revision 205834 Author mattba...@apple.com Date 2016-09-12 15:36:57 -0700 (Mon, 12 Sep 2016) Log Message Source/WebInspectorUI: Web Inspector: Improve clarity of inspector tests by adding TestHarness.expect* functions similar to XCTest

[webkit-changes] [205833] trunk

2016-09-12 Thread achristensen
Title: [205833] trunk Revision 205833 Author achristen...@apple.com Date 2016-09-12 15:36:14 -0700 (Mon, 12 Sep 2016) Log Message URLParser: Correctly handle relative URLs that are just a scheme and a colon https://bugs.webkit.org/show_bug.cgi?id=161876 Reviewed by Brady Eidson.

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

2016-09-12 Thread nvasilyev
Title: [205832] trunk/Source/WebInspectorUI Revision 205832 Author nvasil...@apple.com Date 2016-09-12 15:35:20 -0700 (Mon, 12 Sep 2016) Log Message REGRESSION (r205223): Web Inspector: Debugger popover title and code aren't horizontally aligned

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

2016-09-12 Thread dino
Title: [205831] trunk/Source/WebCore Revision 205831 Author d...@apple.com Date 2016-09-12 15:16:24 -0700 (Mon, 12 Sep 2016) Log Message Remove OptionalColor https://bugs.webkit.org/show_bug.cgi?id=161853 Reviewed by Alex Christensen. OptionalColor isn't used. The concept will be

[webkit-changes] [205830] trunk

2016-09-12 Thread commit-queue
Title: [205830] trunk Revision 205830 Author commit-qu...@webkit.org Date 2016-09-12 15:13:37 -0700 (Mon, 12 Sep 2016) Log Message [JSC] Use GetArrayLength for JSArray.length even when the array type is undecided https://bugs.webkit.org/show_bug.cgi?id=161671 Patch by Benjamin Poulain

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

2016-09-12 Thread simon . fraser
Title: [205829] trunk/Source/WebCore Revision 205829 Author simon.fra...@apple.com Date 2016-09-12 15:05:54 -0700 (Mon, 12 Sep 2016) Log Message Add Intersection Observer to the features.json file. * features.json: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [205828] trunk

2016-09-12 Thread utatane . tea
Title: [205828] trunk Revision 205828 Author utatane@gmail.com Date 2016-09-12 15:01:13 -0700 (Mon, 12 Sep 2016) Log Message [DFG][FTL] Add ArithTan https://bugs.webkit.org/show_bug.cgi?id=161857 Reviewed by Filip Pizlo. JSTests: * microbenchmarks/tan.js: Added. *

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

2016-09-12 Thread commit-queue
Title: [205827] trunk/Source/WebInspectorUI Revision 205827 Author commit-qu...@webkit.org Date 2016-09-12 14:46:49 -0700 (Mon, 12 Sep 2016) Log Message Web Inspector: Hide ["PrivateSymbol.concatSlowPath"] and other PrivateSymbols from memory edges

[webkit-changes] [205826] trunk/Source

2016-09-12 Thread mmaxfield
Title: [205826] trunk/Source Revision 205826 Author mmaxfi...@apple.com Date 2016-09-12 14:44:29 -0700 (Mon, 12 Sep 2016) Log Message [Cocoa] Reduce uses of CGFonts in favor of CTFonts https://bugs.webkit.org/show_bug.cgi?id=161809 Reviewed by Daniel Bates. Source/WebCore: Eventually,

[webkit-changes] [205825] trunk

2016-09-12 Thread commit-queue
Title: [205825] trunk Revision 205825 Author commit-qu...@webkit.org Date 2016-09-12 14:42:31 -0700 (Mon, 12 Sep 2016) Log Message AX: WKWebView for macOS does not allow configuration of tabsToLinks https://bugs.webkit.org/show_bug.cgi?id=161394 Patch by DAN SAUNDERS

[webkit-changes] [205824] trunk

2016-09-12 Thread achristensen
Title: [205824] trunk Revision 205824 Author achristen...@apple.com Date 2016-09-12 14:30:30 -0700 (Mon, 12 Sep 2016) Log Message Remove trailing control characters and spaces before parsing a URL https://bugs.webkit.org/show_bug.cgi?id=161870 Reviewed by Tim Horton. Source/WebCore:

[webkit-changes] [205823] trunk

2016-09-12 Thread cdumez
Title: [205823] trunk Revision 205823 Author cdu...@apple.com Date 2016-09-12 14:23:12 -0700 (Mon, 12 Sep 2016) Log Message window.performance object resets script-applied properties https://bugs.webkit.org/show_bug.cgi?id=137407 Reviewed by Darin Adler. Source/WebCore: Make sure the

[webkit-changes] [205822] trunk/Source

2016-09-12 Thread sbarati
Title: [205822] trunk/Source Revision 205822 Author sbar...@apple.com Date 2016-09-12 14:13:09 -0700 (Mon, 12 Sep 2016) Log Message Add WebKit support for an option in Safari's debug menu similar to "Get Bytecode Profile" but for the Sampling Profiler's data

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

2016-09-12 Thread hyatt
Title: [205821] trunk/Source/WebCore Revision 205821 Author hy...@apple.com Date 2016-09-12 14:12:41 -0700 (Mon, 12 Sep 2016) Log Message [CSS Parser] Add support for the parsing of the HTML sizes attribute https://bugs.webkit.org/show_bug.cgi?id=161868 Reviewed by Dean Jackson. This

[webkit-changes] [205820] trunk

2016-09-12 Thread jer . noble
Title: [205820] trunk Revision 205820 Author jer.no...@apple.com Date 2016-09-12 14:09:15 -0700 (Mon, 12 Sep 2016) Log Message Fix failing mediasource-play.html and mediasource-config-change-mp4-v-bitrate.html tests https://bugs.webkit.org/show_bug.cgi?id=161819 Reviewed by Eric

[webkit-changes] [205819] trunk

2016-09-12 Thread sbarati
Title: [205819] trunk Revision 205819 Author sbar...@apple.com Date 2016-09-12 14:04:25 -0700 (Mon, 12 Sep 2016) Log Message MapHash should do constant folding when it has a constant argument and its legal to hash that value https://bugs.webkit.org/show_bug.cgi?id=161639 Reviewed by

[webkit-changes] [205818] trunk/Source

2016-09-12 Thread cdumez
Title: [205818] trunk/Source Revision 205818 Author cdu...@apple.com Date 2016-09-12 12:50:50 -0700 (Mon, 12 Sep 2016) Log Message Switch remaining users of Document::inPageCache() to pageCacheState() https://bugs.webkit.org/show_bug.cgi?id=161865 Reviewed by Darin Adler. Switch

[webkit-changes] [205817] trunk/Source

2016-09-12 Thread krollin
Title: [205817] trunk/Source Revision 205817 Author krol...@apple.com Date 2016-09-12 11:59:32 -0700 (Mon, 12 Sep 2016) Log Message Enhance Network logging https://bugs.webkit.org/show_bug.cgi?id=161771 Reviewed by Antti Koivisto. Modify current logging statements to follow a

[webkit-changes] [205816] trunk/JSTests

2016-09-12 Thread msaboff
Title: [205816] trunk/JSTests Revision 205816 Author msab...@apple.com Date 2016-09-12 11:45:43 -0700 (Mon, 12 Sep 2016) Log Message JSC test timeout: ChakraCore.yaml/ChakraCore/test/Bugs/bug56026_trycatch.js.default https://bugs.webkit.org/show_bug.cgi?id=161863 Reviewed by Saam

[webkit-changes] [205815] trunk

2016-09-12 Thread mattbaker
Title: [205815] trunk Revision 205815 Author mattba...@apple.com Date 2016-09-12 11:35:40 -0700 (Mon, 12 Sep 2016) Log Message Web Inspector: Object.shallowEqual() should return false if object prototype chains differ https://bugs.webkit.org/show_bug.cgi?id=161852 Reviewed by Joseph

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

2016-09-12 Thread beidson
Title: [205814] trunk/Source/WebCore Revision 205814 Author beid...@apple.com Date 2016-09-12 11:18:05 -0700 (Mon, 12 Sep 2016) Log Message Crash in com.apple.WebCore: WebCore::NavigatorGamepad::gamepadFromPlatformGamepad. and https://bugs.webkit.org/show_bug.cgi?id=161694 Reviewed by

[webkit-changes] [205813] trunk

2016-09-12 Thread achristensen
Title: [205813] trunk Revision 205813 Author achristen...@apple.com Date 2016-09-12 11:10:24 -0700 (Mon, 12 Sep 2016) Log Message Fix more URLParser quirks https://bugs.webkit.org/show_bug.cgi?id=161834 Reviewed by Brady Eidson. Source/WebCore: Added new API tests. *

[webkit-changes] [205812] trunk

2016-09-12 Thread achristensen
Title: [205812] trunk Revision 205812 Author achristen...@apple.com Date 2016-09-12 11:06:59 -0700 (Mon, 12 Sep 2016) Log Message Optimize URLParser performance https://bugs.webkit.org/show_bug.cgi?id=161837 Reviewed by Brady Eidson. Source/WebCore: No change in behavior. Existing

[webkit-changes] [205811] trunk/LayoutTests

2016-09-12 Thread ryanhaddad
Title: [205811] trunk/LayoutTests Revision 205811 Author ryanhad...@apple.com Date 2016-09-12 09:52:33 -0700 (Mon, 12 Sep 2016) Log Message Marking accessibility/mac/value-change/value-change-user-info-contenteditable.html as flaky on mac-wk2.

[webkit-changes] [205810] trunk/Source

2016-09-12 Thread fpizlo
Title: [205810] trunk/Source Revision 205810 Author fpi...@apple.com Date 2016-09-12 09:08:52 -0700 (Mon, 12 Sep 2016) Log Message DFG::forAllKilledOperands() could use a faster bitvector scan in the same-inline-stack fast path https://bugs.webkit.org/show_bug.cgi?id=161849 Reviewed by

[webkit-changes] [205809] trunk

2016-09-12 Thread simon . fraser
Title: [205809] trunk Revision 205809 Author simon.fra...@apple.com Date 2016-09-12 08:50:17 -0700 (Mon, 12 Sep 2016) Log Message Make -webkit-transition-* and -webkit-animation-* properties be pure aliases of the unprefixed ones https://bugs.webkit.org/show_bug.cgi?id=160478 Reviewed

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

2016-09-12 Thread pvollan
Title: [205808] trunk/Source/WebCore Revision 205808 Author pvol...@apple.com Date 2016-09-12 05:31:56 -0700 (Mon, 12 Sep 2016) Log Message Unreviewed build fix after r205090. * platform/cf/MediaAccessibilitySoftLink.cpp: Modified Paths trunk/Source/WebCore/ChangeLog

[webkit-changes] [205807] trunk

2016-09-12 Thread jfernandez
Title: [205807] trunk Revision 205807 Author jfernan...@igalia.com Date 2016-09-12 04:46:57 -0700 (Mon, 12 Sep 2016) Log Message [css-align] Initial values are parsed as invalid for some Alignment properties https://bugs.webkit.org/show_bug.cgi?id=161303 Reviewed by Darin Adler.

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

2016-09-12 Thread cdumez
Title: [205806] trunk/Source/WebCore Revision 205806 Author cdu...@apple.com Date 2016-09-12 02:28:52 -0700 (Mon, 12 Sep 2016) Log Message ol.start may return incorrect value for reversed lists when not explicitly set https://bugs.webkit.org/show_bug.cgi?id=161713 Reviewed by Ryosuke

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

2016-09-12 Thread cdumez
Title: [205805] trunk/Source/WebCore Revision 205805 Author cdu...@apple.com Date 2016-09-12 02:26:19 -0700 (Mon, 12 Sep 2016) Log Message Start using Document::pageCacheState() instead of Document::inPageCache() https://bugs.webkit.org/show_bug.cgi?id=161851 Reviewed by Ryosuke Niwa.

[webkit-changes] [205804] tags/Safari-602.1.50.0.9/

2016-09-12 Thread bshafiei
Title: [205804] tags/Safari-602.1.50.0.9/ Revision 205804 Author bshaf...@apple.com Date 2016-09-12 01:09:49 -0700 (Mon, 12 Sep 2016) Log Message New tag. Added Paths tags/Safari-602.1.50.0.9/ Diff ___ webkit-changes mailing list

[webkit-changes] [205802] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205802] branches/safari-602-branch Revision 205802 Author bshaf...@apple.com Date 2016-09-12 00:54:06 -0700 (Mon, 12 Sep 2016) Log Message Merge r205154. rdar://problem/2820 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [205801] branches/safari-602-branch/Source/WebCore

2016-09-12 Thread bshafiei
Title: [205801] branches/safari-602-branch/Source/WebCore Revision 205801 Author bshaf...@apple.com Date 2016-09-12 00:54:02 -0700 (Mon, 12 Sep 2016) Log Message Merge r204943. rdar://problem/2820 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [205803] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205803] branches/safari-602-branch Revision 205803 Author bshaf...@apple.com Date 2016-09-12 00:54:11 -0700 (Mon, 12 Sep 2016) Log Message Merge r205788. rdar://problem/28245097 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [205800] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205800] branches/safari-602-branch Revision 205800 Author bshaf...@apple.com Date 2016-09-12 00:54:00 -0700 (Mon, 12 Sep 2016) Log Message Merge r204923. rdar://problem/2820 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [205798] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205798] branches/safari-602-branch Revision 205798 Author bshaf...@apple.com Date 2016-09-12 00:53:52 -0700 (Mon, 12 Sep 2016) Log Message Merge r205783. rdar://problem/28229756 Modified Paths branches/safari-602-branch/Source/WebKit2/ChangeLog

[webkit-changes] [205799] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205799] branches/safari-602-branch Revision 205799 Author bshaf...@apple.com Date 2016-09-12 00:53:56 -0700 (Mon, 12 Sep 2016) Log Message Merge r205784. rdar://problem/28230123 Modified Paths branches/safari-602-branch/Source/WebCore/ChangeLog

[webkit-changes] [205797] branches/safari-602-branch

2016-09-12 Thread bshafiei
Title: [205797] branches/safari-602-branch Revision 205797 Author bshaf...@apple.com Date 2016-09-12 00:53:49 -0700 (Mon, 12 Sep 2016) Log Message Merge r205765. rdar://problem/28033492 Modified Paths branches/safari-602-branch/LayoutTests/ChangeLog

[webkit-changes] [205796] branches/safari-602.1.50.0-branch/Source

2016-09-12 Thread bshafiei
Title: [205796] branches/safari-602.1.50.0-branch/Source Revision 205796 Author bshaf...@apple.com Date 2016-09-12 00:21:08 -0700 (Mon, 12 Sep 2016) Log Message Versioning. Modified Paths branches/safari-602.1.50.0-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [205795] branches/safari-602-branch/Source

2016-09-12 Thread bshafiei
Title: [205795] branches/safari-602-branch/Source Revision 205795 Author bshaf...@apple.com Date 2016-09-11 23:54:26 -0700 (Sun, 11 Sep 2016) Log Message Versioning. Modified Paths branches/safari-602-branch/Source/_javascript_Core/Configurations/Version.xcconfig