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

2016-04-09 Thread keith_miller
Title: [199279] trunk/Source/_javascript_Core Revision 199279 Author keith_mil...@apple.com Date 2016-04-09 20:38:44 -0700 (Sat, 09 Apr 2016) Log Message tryGetById should be supported by the DFG/FTL https://bugs.webkit.org/show_bug.cgi?id=156378 Reviewed by Filip Pizlo. This patch

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

2016-04-09 Thread commit-queue
Title: [199278] trunk/Source/WebCore Revision 199278 Author commit-qu...@webkit.org Date 2016-04-09 18:46:27 -0700 (Sat, 09 Apr 2016) Log Message Fixed compilation of JPEGImageDecoder with libjpeg v9. https://bugs.webkit.org/show_bug.cgi?id=156445 Patch by Konstantin Tokarev

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

2016-04-09 Thread sbarati
Title: [199277] trunk/Source/_javascript_Core Revision 199277 Author sbar...@apple.com Date 2016-04-09 17:26:25 -0700 (Sat, 09 Apr 2016) Log Message Allocation sinking SSA Defs are allowed to have replacements https://bugs.webkit.org/show_bug.cgi?id=156444 Reviewed by Filip Pizlo.

[webkit-changes] [199276] trunk/Source

2016-04-09 Thread commit-queue
Title: [199276] trunk/Source Revision 199276 Author commit-qu...@webkit.org Date 2016-04-09 13:54:57 -0700 (Sat, 09 Apr 2016) Log Message Unreviewed, rolling out r199242. https://bugs.webkit.org/show_bug.cgi?id=156442 Caused many many leaks (Requested by ap on #webkit). Reverted

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

2016-04-09 Thread fpizlo
Title: [199275] trunk/Source/_javascript_Core Revision 199275 Author fpi...@apple.com Date 2016-04-09 13:41:04 -0700 (Sat, 09 Apr 2016) Log Message Debug JSC test failure: stress/multi-put-by-offset-reallocation-butterfly-cse.js.ftl-no-cjit-small-pool

[webkit-changes] [199274] trunk

2016-04-09 Thread commit-queue
Title: [199274] trunk Revision 199274 Author commit-qu...@webkit.org Date 2016-04-09 13:13:12 -0700 (Sat, 09 Apr 2016) Log Message Unreviewed, rolling out r199268. https://bugs.webkit.org/show_bug.cgi?id=156440 Broke Windows build (Requested by ap on #webkit). Reverted changeset:

[webkit-changes] [199273] trunk/LayoutTests

2016-04-09 Thread mcatanzaro
Title: [199273] trunk/LayoutTests Revision 199273 Author mcatanz...@igalia.com Date 2016-04-09 11:16:14 -0700 (Sat, 09 Apr 2016) Log Message [GTK] Update another GStreamer test expectation Unreviewed. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [199272] trunk/LayoutTests

2016-04-09 Thread mcatanzaro
Title: [199272] trunk/LayoutTests Revision 199272 Author mcatanz...@igalia.com Date 2016-04-09 11:11:52 -0700 (Sat, 09 Apr 2016) Log Message [GTK] Update some more IndexedDB test expectations. Unreviewed. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [199271] trunk/LayoutTests

2016-04-09 Thread mcatanzaro
Title: [199271] trunk/LayoutTests Revision 199271 Author mcatanz...@igalia.com Date 2016-04-09 10:58:42 -0700 (Sat, 09 Apr 2016) Log Message [GTK] Remove failure expectation from storage/indexeddb/connection-leak.html It's skipped in the global TestExpectations, see bug #152643. *

[webkit-changes] [199270] trunk/LayoutTests

2016-04-09 Thread mcatanzaro
Title: [199270] trunk/LayoutTests Revision 199270 Author mcatanz...@igalia.com Date 2016-04-09 10:29:46 -0700 (Sat, 09 Apr 2016) Log Message [GTK] Gardening unexpected passes and IndexedDB tests. Unreviewed gardening. * platform/gtk/TestExpectations: Modified Paths

[webkit-changes] [199269] trunk/Websites/perf.webkit.org

2016-04-09 Thread rniwa
Title: [199269] trunk/Websites/perf.webkit.org Revision 199269 Author rn...@webkit.org Date 2016-04-09 00:40:21 -0700 (Sat, 09 Apr 2016) Log Message Build fix. Don't treat a build number 0 as a pending build. * tools/js/buildbot-syncer.js: (BuildbotBuildEntry.prototype.isPending):

[webkit-changes] [199268] trunk

2016-04-09 Thread antti
Title: [199268] trunk Revision 199268 Author an...@apple.com Date 2016-04-09 00:38:32 -0700 (Sat, 09 Apr 2016) Log Message Implement functional :host() pseudo class https://bugs.webkit.org/show_bug.cgi?id=156397 Reviewed by Darin Adler. Source/WebCore: We already support :host. Add