[webkit-changes] [219115] trunk/Source

2017-07-04 Thread commit-queue
Title: [219115] trunk/Source Revision 219115 Author commit-qu...@webkit.org Date 2017-07-04 01:03:06 -0700 (Tue, 04 Jul 2017) Log Message Cleanup some StringBuilder use https://bugs.webkit.org/show_bug.cgi?id=174118 Patch by Joseph Pecoraro on 2017-07-04 Reviewed by

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

2017-07-04 Thread commit-queue
Title: [219117] trunk/Source/WTF Revision 219117 Author commit-qu...@webkit.org Date 2017-07-04 04:43:14 -0700 (Tue, 04 Jul 2017) Log Message Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h https://bugs.webkit.org/show_bug.cgi?id=174117 Patch by Joseph Pecoraro

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

2017-07-04 Thread calvaris
Title: [219116] trunk/Source/WebCore Revision 219116 Author calva...@igalia.com Date 2017-07-04 04:12:26 -0700 (Tue, 04 Jul 2017) Log Message [EME] Solve a couple of compiler warnings https://bugs.webkit.org/show_bug.cgi?id=174020 Reviewed by Michael Catanzaro. *

[webkit-changes] [219118] trunk/Tools

2017-07-04 Thread mcatanzaro
Title: [219118] trunk/Tools Revision 219118 Author mcatanz...@igalia.com Date 2017-07-04 07:02:42 -0700 (Tue, 04 Jul 2017) Log Message [WPE] Add WPE to bot watcher dashboard https://bugs.webkit.org/show_bug.cgi?id=174119 Reviewed by Alexey Proskuryakov. *

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

2017-07-04 Thread antti
Title: [219123] trunk/Source/WebCore Revision 219123 Author an...@apple.com Date 2017-07-04 15:07:53 -0700 (Tue, 04 Jul 2017) Log Message RenderThemeCocoa::mediaControlsFormattedStringForDuration is leaking NSDateComponentsFormatters https://bugs.webkit.org/show_bug.cgi?id=174138

[webkit-changes] [219120] trunk/Tools

2017-07-04 Thread mcatanzaro
Title: [219120] trunk/Tools Revision 219120 Author mcatanz...@igalia.com Date 2017-07-04 10:51:30 -0700 (Tue, 04 Jul 2017) Log Message [GTK] Add more GTK bots to dashboard https://bugs.webkit.org/show_bug.cgi?id=174129 Reviewed by Carlos Alberto Lopez Perez. We have a bunch of GTK bots

[webkit-changes] [219121] trunk

2017-07-04 Thread antti
Title: [219121] trunk Revision 219121 Author an...@apple.com Date 2017-07-04 10:58:36 -0700 (Tue, 04 Jul 2017) Log Message FrameView should not set RenderView::logicalWidth directly for printing https://bugs.webkit.org/show_bug.cgi?id=174135 Reviewed by Zalan Bujtas. Source/WebCore:

[webkit-changes] [219122] trunk/Tools

2017-07-04 Thread mcatanzaro
Title: [219122] trunk/Tools Revision 219122 Author mcatanz...@igalia.com Date 2017-07-04 13:14:28 -0700 (Tue, 04 Jul 2017) Log Message Remove unused EFL logo from bot watcher dashboard https://bugs.webkit.org/show_bug.cgi?id=174136 Reviewed by Alexey Proskuryakov. *

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

2017-07-04 Thread utatane . tea
Title: [219119] trunk/Source/WTF Revision 219119 Author utatane@gmail.com Date 2017-07-04 10:43:18 -0700 (Tue, 04 Jul 2017) Log Message [WTF] Initialize srandom and srand with cryptographically random number https://bugs.webkit.org/show_bug.cgi?id=174123 Reviewed by Mark Lam. Use

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

2017-07-04 Thread said
Title: [219125] trunk/Source/WebCore Revision 219125 Author s...@apple.com Date 2017-07-04 21:44:26 -0700 (Tue, 04 Jul 2017) Log Message Unreviewed, review follow-up after r218961 * platform/graphics/BitmapImage.cpp: (WebCore::BitmapImage::updateFromSettings): Modified Paths

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

2017-07-04 Thread utatane . tea
Title: [219124] trunk/Source/WTF Revision 219124 Author utatane@gmail.com Date 2017-07-04 17:59:11 -0700 (Tue, 04 Jul 2017) Log Message [WTF] Make double-conversion's cache data constant and drop double_conversion::initialize() https://bugs.webkit.org/show_bug.cgi?id=174124 Reviewed