[webkit-changes] [220925] trunk/Tools

2017-08-18 Thread ap
Title: [220925] trunk/Tools Revision 220925 Author a...@apple.com Date 2017-08-18 11:56:04 -0700 (Fri, 18 Aug 2017) Log Message Add Dean Johnson to contributors.json for Bugzilla autocomplete. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog trun

[webkit-changes] [226816] trunk/Tools

2018-01-11 Thread ap
Title: [226816] trunk/Tools Revision 226816 Author a...@apple.com Date 2018-01-11 16:15:13 -0800 (Thu, 11 Jan 2018) Log Message run-webkit-tests fails when there is a curly brace in Xcode build output https://bugs.webkit.org/show_bug.cgi?id=181254 Reviewed by Daniel Bates. * Scripts/web

[webkit-changes] [227172] trunk/Source/WebKitLegacy/mac

2018-01-18 Thread ap
Title: [227172] trunk/Source/WebKitLegacy/mac Revision 227172 Author a...@apple.com Date 2018-01-18 16:43:56 -0800 (Thu, 18 Jan 2018) Log Message Build fix, remove a call to -[NSWindow setOneShot:] https://bugs.webkit.org/show_bug.cgi?id=181809 Reviewed by Tim Horton. * WebView/WebTextC

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

2018-01-19 Thread ap
Title: [227212] trunk/Source/WTF Revision 227212 Author a...@apple.com Date 2018-01-19 10:09:23 -0800 (Fri, 19 Jan 2018) Log Message Update XPCSPI.h https://bugs.webkit.org/show_bug.cgi?id=181827 rdar://problem/36393031 Reviewed by Daniel Bates. * wtf/spi/darwin/XPCSPI.h: Modified Path

[webkit-changes] [227342] trunk/Tools

2018-01-22 Thread ap
Title: [227342] trunk/Tools Revision 227342 Author a...@apple.com Date 2018-01-22 10:42:49 -0800 (Mon, 22 Jan 2018) Log Message REGRESSION (r226485): Many new wasm leaks detected by the leaks bot https://bugs.webkit.org/show_bug.cgi?id=181400 rdar://problem/36358768 Reviewed by JF Bastie

[webkit-changes] [227547] trunk/Tools

2018-01-24 Thread ap
Title: [227547] trunk/Tools Revision 227547 Author a...@apple.com Date 2018-01-24 12:48:32 -0800 (Wed, 24 Jan 2018) Log Message REGRESSION (r226485): Many new wasm leaks detected by the leaks bot https://bugs.webkit.org/show_bug.cgi?id=181400 Reviewed by Joseph Pecoraro. * BuildSlaveSu

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

2018-02-03 Thread ap
Title: [228049] trunk/Source/WebCore Revision 228049 Author a...@apple.com Date 2018-02-03 14:39:10 -0800 (Sat, 03 Feb 2018) Log Message Tweak availability macros for CAN_DISALLOW_USER_INSTALLED_FONTS Rubber-stamped by Maciej Stachowiak. * platform/graphics/cocoa/FontCacheCoreText.cpp:

[webkit-changes] [240479] trunk/Tools

2019-01-25 Thread ap
Title: [240479] trunk/Tools Revision 240479 Author a...@apple.com Date 2019-01-25 10:39:48 -0800 (Fri, 25 Jan 2019) Log Message Add contributors.json entries for Ling Ho and for a new bot watchers group. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/Cha

[webkit-changes] [240480] trunk/Tools

2019-01-25 Thread ap
Title: [240480] trunk/Tools Revision 240480 Author a...@apple.com Date 2019-01-25 10:42:00 -0800 (Fri, 25 Jan 2019) Log Message * Scripts/webkitpy/common/config/contributors.json: Removing a stray comma. Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/common/config/con

[webkit-changes] [240700] trunk/Tools

2019-01-29 Thread ap
Title: [240700] trunk/Tools Revision 240700 Author a...@apple.com Date 2019-01-29 18:01:21 -0800 (Tue, 29 Jan 2019) Log Message [Mac] Update window scale API usage https://bugs.webkit.org/show_bug.cgi?id=193991 rdar://problem/47614795 Reviewed by Tim Horton. * DumpRenderTree/mac/DumpRen

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

2017-12-03 Thread ap
Title: [225468] trunk/Source/WebCore Revision 225468 Author a...@apple.com Date 2017-12-03 19:34:44 -0800 (Sun, 03 Dec 2017) Log Message WebArchiveResourceWebResourceHandler leaks when pasting https://bugs.webkit.org/show_bug.cgi?id=180339 Reviewed by Joseph Pecoraro. * editing/cocoa/We

[webkit-changes] [225611] trunk/Tools

2017-12-06 Thread ap
Title: [225611] trunk/Tools Revision 225611 Author a...@apple.com Date 2017-12-06 16:43:29 -0800 (Wed, 06 Dec 2017) Log Message Exclude another leak callstack. * Scripts/webkitpy/port/leakdetector.py: (LeakDetector._callstacks_to_exclude_from_leaks): Modified Paths trunk/Tools/ChangeLo

[webkit-changes] [225937] trunk/Tools

2017-12-14 Thread ap
Title: [225937] trunk/Tools Revision 225937 Author a...@apple.com Date 2017-12-14 15:26:12 -0800 (Thu, 14 Dec 2017) Log Message Improve leaks detector output https://bugs.webkit.org/show_bug.cgi?id=180828 Reviewed by Joseph Pecoraro. Fixing two issues: 1. run-leaks omits many lines from

[webkit-changes] [226037] trunk/Tools

2017-12-18 Thread ap
Title: [226037] trunk/Tools Revision 226037 Author a...@apple.com Date 2017-12-18 08:40:45 -0800 (Mon, 18 Dec 2017) Log Message BitVector::OutOfLineBits is always reported as a leak https://bugs.webkit.org/show_bug.cgi?id=121662 Adding one more signature to ignore list. * Scripts/webkit

[webkit-changes] [228539] trunk/Tools

2018-02-15 Thread ap
Title: [228539] trunk/Tools Revision 228539 Author a...@apple.com Date 2018-02-15 16:07:23 -0800 (Thu, 15 Feb 2018) Log Message Speed up dSYM generation on build.webkit.org with -gline-tables-only https://bugs.webkit.org/show_bug.cgi?id=182841 rdar://problem/34579649 Reviewed by Aakash J

[webkit-changes] [228982] trunk/Source/WebKit

2018-02-25 Thread ap
Title: [228982] trunk/Source/WebKit Revision 228982 Author a...@apple.com Date 2018-02-25 18:13:09 -0800 (Sun, 25 Feb 2018) Log Message Font smoothing doesn't get disabled if the preference is set before launching WebContent process https://bugs.webkit.org/show_bug.cgi?id=183108 Reviewed

[webkit-changes] [228983] trunk/Tools

2018-02-25 Thread ap
Title: [228983] trunk/Tools Revision 228983 Author a...@apple.com Date 2018-02-25 18:18:24 -0800 (Sun, 25 Feb 2018) Log Message Various crashes in WebKitTestRunner, especially when system is under heavy load https://bugs.webkit.org/show_bug.cgi?id=183109 Reviewed by Tim Horton. WebKitTe

[webkit-changes] [235633] trunk/Tools

2018-09-04 Thread ap
Title: [235633] trunk/Tools Revision 235633 Author a...@apple.com Date 2018-09-04 14:06:31 -0700 (Tue, 04 Sep 2018) Log Message run-leaks should run leaks with --list (on Mojave) https://bugs.webkit.org/show_bug.cgi?id=187716 Reviewed by Lucas Forschler. Also enabled dumping memgraphs.

[webkit-changes] [235634] trunk/Tools

2018-09-04 Thread ap
Title: [235634] trunk/Tools Revision 235634 Author a...@apple.com Date 2018-09-04 14:15:43 -0700 (Tue, 04 Sep 2018) Log Message Removing an accidentally committed debugging print. * Scripts/run-leaks: (runLeaks) Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/run-leaks Dif

[webkit-changes] [236068] trunk

2018-09-17 Thread ap
Title: [236068] trunk Revision 236068 Author a...@apple.com Date 2018-09-17 10:11:15 -0700 (Mon, 17 Sep 2018) Log Message Revert https://trac.webkit.org/r235910, because the new test times out. Crash under PlatformPopupMenuData::encode when interacting with a select menu that has variable

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

2018-05-30 Thread ap
Title: [232292] trunk/Source/WebCore Revision 232292 Author a...@apple.com Date 2018-05-30 08:47:41 -0700 (Wed, 30 May 2018) Log Message Build fix attempt after https://trac.webkit.org/r232198 * platform/network/cf/ResourceHandleCFNet.cpp: (WebCore::ResourceHandle::createCFURLConnection)

[webkit-changes] [238747] trunk/Source

2018-11-30 Thread ap
Title: [238747] trunk/Source Revision 238747 Author a...@apple.com Date 2018-11-30 11:58:07 -0800 (Fri, 30 Nov 2018) Log Message Move USE_CFNETWORK_IGNORE_HSTS to its proper place https://bugs.webkit.org/show_bug.cgi?id=192173 Reviewed by Tim Horton. Source/WebCore: * platform/network/

[webkit-changes] [238785] trunk/Source

2018-12-01 Thread ap
Title: [238785] trunk/Source Revision 238785 Author a...@apple.com Date 2018-12-01 14:04:44 -0800 (Sat, 01 Dec 2018) Log Message Modernize version check for _suppressedAutoAddedHTTPHeaders https://bugs.webkit.org/show_bug.cgi?id=192175 Reviewed by Tim Horton. Source/WebCore/PAL: * pal/

[webkit-changes] [238949] trunk/Source

2018-12-06 Thread ap
Title: [238949] trunk/Source Revision 238949 Author a...@apple.com Date 2018-12-06 21:51:30 -0800 (Thu, 06 Dec 2018) Log Message Move USE_NEW_THEME out of WebCore's config.h https://bugs.webkit.org/show_bug.cgi?id=192426 Reviewed by Tim Horton. Source/WebCore: * config.h: Source/WTF:

[webkit-changes] [239034] trunk/Source

2018-12-10 Thread ap
Title: [239034] trunk/Source Revision 239034 Author a...@apple.com Date 2018-12-10 09:55:34 -0800 (Mon, 10 Dec 2018) Log Message Move more macros out of WebKit's config.h https://bugs.webkit.org/show_bug.cgi?id=192430 Reviewed by Tim Horton. Source/WebKit: * config.h: Source/WTF: * w

[webkit-changes] [239035] trunk/Source

2018-12-10 Thread ap
Title: [239035] trunk/Source Revision 239035 Author a...@apple.com Date 2018-12-10 10:06:37 -0800 (Mon, 10 Dec 2018) Log Message Move ENABLE_SEC_ITEM_SHIM out of WebKit's config.h https://bugs.webkit.org/show_bug.cgi?id=192428 Reviewed by Tim Horton. Source/WebKit: * config.h: Source/

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

2018-12-10 Thread ap
Title: [239054] trunk/Source/WebCore Revision 239054 Author a...@apple.com Date 2018-12-10 15:05:57 -0800 (Mon, 10 Dec 2018) Log Message Include CoreGraphics.h from WebCorePrefix.h https://bugs.webkit.org/show_bug.cgi?id=192557 Reviewed by Tim Horton. The theory is that this will improv

[webkit-changes] [239250] trunk/Tools

2018-12-14 Thread ap
Title: [239250] trunk/Tools Revision 239250 Author a...@apple.com Date 2018-12-14 23:51:56 -0800 (Fri, 14 Dec 2018) Log Message Add a style checker rule for Xcode version macros use https://bugs.webkit.org/show_bug.cgi?id=192703 Reviewed by Alex Christensen. * Scripts/webkitpy/style/che

[webkit-changes] [239789] trunk/Tools

2019-01-09 Thread ap
Title: [239789] trunk/Tools Revision 239789 Author a...@apple.com Date 2019-01-09 15:30:16 -0800 (Wed, 09 Jan 2019) Log Message Tweak wording for build/version_check style checker error https://bugs.webkit.org/show_bug.cgi?id=193256 Reviewed by Tim Horton. * Scripts/webkitpy/style/check

[webkit-changes] [239841] trunk/Source/WebKit

2019-01-10 Thread ap
Title: [239841] trunk/Source/WebKit Revision 239841 Author a...@apple.com Date 2019-01-10 13:23:00 -0800 (Thu, 10 Jan 2019) Log Message Remove unneeded XPCService variant for plugin service https://bugs.webkit.org/show_bug.cgi?id=193326 Reviewed by Tim Horton. * Configurations/PluginSer

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

2018-10-12 Thread ap
Title: [237069] trunk/Source/WTF Revision 237069 Author a...@apple.com Date 2018-10-12 09:57:02 -0700 (Fri, 12 Oct 2018) Log Message Add PLATFORM(IOS_FAMILY) and OS(IOS_FAMILY) https://bugs.webkit.org/show_bug.cgi?id=190477 Reviewed by Tim Horton. Currently, PLATFORM(IOS) and OS(IOS) ar

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

2018-10-18 Thread ap
Title: [237277] trunk/Source/WTF Revision 237277 Author a...@apple.com Date 2018-10-18 17:55:08 -0700 (Thu, 18 Oct 2018) Log Message Remove PLATFORM(IOS) for now https://bugs.webkit.org/show_bug.cgi?id=190737 Reviewed by Tim Horton. * wtf/Platform.h: Modified Paths trunk/Source/WTF/Ch

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

2018-10-23 Thread ap
Title: [237361] trunk/Source/WTF Revision 237361 Author a...@apple.com Date 2018-10-23 11:30:40 -0700 (Tue, 23 Oct 2018) Log Message Really prevent PLATFORM(IOS) from being used https://bugs.webkit.org/show_bug.cgi?id=190813 Reviewed by Tim Horton. * wtf/Platform.h: This relies on -Wund

[webkit-changes] [237399] trunk/Source/bmalloc

2018-10-24 Thread ap
Title: [237399] trunk/Source/bmalloc Revision 237399 Author a...@apple.com Date 2018-10-24 14:01:27 -0700 (Wed, 24 Oct 2018) Log Message Add BPLATFORM(IOS_FAMILY) https://bugs.webkit.org/show_bug.cgi?id=190878 Reviewed by Saam Barati. * bmalloc/AvailableMemory.cpp: (bmalloc::memorySizeA

[webkit-changes] [237405] trunk

2018-10-24 Thread ap
Title: [237405] trunk Revision 237405 Author a...@apple.com Date 2018-10-24 17:19:22 -0700 (Wed, 24 Oct 2018) Log Message Clean up some obsolete macOS version guards https://bugs.webkit.org/show_bug.cgi?id=190887 Reviewed by Dan Bernstein. Source/WebCore: * platform/graphics/avfoundati

[webkit-changes] [237425] trunk/LayoutTests

2018-10-25 Thread ap
Title: [237425] trunk/LayoutTests Revision 237425 Author a...@apple.com Date 2018-10-25 13:01:25 -0700 (Thu, 25 Oct 2018) Log Message Update test results for https://bugs.webkit.org/show_bug.cgi?id=175597 XMLHttpRequest should not sniff content encoding This code doesn't work like planne

[webkit-changes] [237426] trunk/LayoutTests

2018-10-25 Thread ap
Title: [237426] trunk/LayoutTests Revision 237426 Author a...@apple.com Date 2018-10-25 13:04:50 -0700 (Thu, 25 Oct 2018) Log Message https://bugs.webkit.org/show_bug.cgi?id=175597 XMLHttpRequest should not sniff content encoding Actually, the discussion in Bugzilla claims that it should

[webkit-changes] [237600] trunk/Source

2018-10-30 Thread ap
Title: [237600] trunk/Source Revision 237600 Author a...@apple.com Date 2018-10-30 13:41:35 -0700 (Tue, 30 Oct 2018) Log Message Enable InstallAPI for iOS unconditionally https://bugs.webkit.org/show_bug.cgi?id=191043 rdar://problem/32728423 Reviewed by Dan Bernstein. Source/WebKit: *

[webkit-changes] [237604] trunk/Source/WebKit

2018-10-30 Thread ap
Title: [237604] trunk/Source/WebKit Revision 237604 Author a...@apple.com Date 2018-10-30 15:10:56 -0700 (Tue, 30 Oct 2018) Log Message Build fix attempt after enabling InstallAPI for iOS. https://bugs.webkit.org/show_bug.cgi?id=191043 rdar://problem/32728423 * Configurations/WebKit.xcco

[webkit-changes] [237607] trunk

2018-10-30 Thread ap
Title: [237607] trunk Revision 237607 Author a...@apple.com Date 2018-10-30 15:45:28 -0700 (Tue, 30 Oct 2018) Log Message Clean up some obsolete MAX_ALLOWED macros https://bugs.webkit.org/show_bug.cgi?id=190916 Reviewed by Tim Horton. Source/_javascript_Core: * API/JSManagedValue.mm: *

[webkit-changes] [237610] trunk/Source

2018-10-30 Thread ap
Title: [237610] trunk/Source Revision 237610 Author a...@apple.com Date 2018-10-30 17:15:41 -0700 (Tue, 30 Oct 2018) Log Message Enable InstallAPI for iOS unconditionally https://bugs.webkit.org/show_bug.cgi?id=191043 rdar://problem/32728423 Reviewed by Dan Bernstein. Source/WebKit: *

[webkit-changes] [206182] trunk/Tools

2016-09-20 Thread ap
Title: [206182] trunk/Tools Revision 206182 Author a...@apple.com Date 2016-09-20 15:36:02 -0700 (Tue, 20 Sep 2016) Log Message Use a hardcoded patch for sRGB color profile https://bugs.webkit.org/show_bug.cgi?id=162320 rdar://problem/28387318 Reviewed by Simon Fraser. This is a workaro

[webkit-changes] [206249] trunk/Source

2016-09-21 Thread ap
Title: [206249] trunk/Source Revision 206249 Author a...@apple.com Date 2016-09-21 23:01:33 -0700 (Wed, 21 Sep 2016) Log Message Rolling out r206244, as it caused flaky crashes on tests. Was: Correct uses of 'safeCast' Source/WebCore: * loader/cache/MemoryCache.cpp: (WebCore::MemoryCach

[webkit-changes] [206325] trunk/Tools

2016-09-23 Thread ap
Title: [206325] trunk/Tools Revision 206325 Author a...@apple.com Date 2016-09-23 13:23:58 -0700 (Fri, 23 Sep 2016) Log Message iOS playback user action tests fail on some machines https://bugs.webkit.org/show_bug.cgi?id=162504 rdar://problem/28013994 Reviewed by Jer Noble. Avoid the ne

[webkit-changes] [206596] trunk/Tools

2016-09-29 Thread ap
Title: [206596] trunk/Tools Revision 206596 Author a...@apple.com Date 2016-09-29 11:44:54 -0700 (Thu, 29 Sep 2016) Log Message Make WKTR short timeout dynamic https://bugs.webkit.org/show_bug.cgi?id=162733 Reviewed by Alex Christensen. WebKitTestRunner has a hardcoded value for how lon

[webkit-changes] [225240] trunk/Tools

2017-11-28 Thread ap
Title: [225240] trunk/Tools Revision 225240 Author a...@apple.com Date 2017-11-28 14:39:04 -0800 (Tue, 28 Nov 2017) Log Message Stop silencing leaks in TextCodecICU::registerCodecs, as the problem was fixed a while ago. https://bugs.webkit.org/show_bug.cgi?id=118505 Reviewed by Joseph Pe

[webkit-changes] [225321] trunk/Tools

2017-11-30 Thread ap
Title: [225321] trunk/Tools Revision 225321 Author a...@apple.com Date 2017-11-30 00:21:25 -0800 (Thu, 30 Nov 2017) Log Message Silence the BitVector leak for https://bugs.webkit.org/show_bug.cgi?id=121662 The out of line data pointer isn't stored directly, so the leaks tool cannot see i

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

2016-02-23 Thread ap
Title: [196985] trunk/Source/_javascript_Core Revision 196985 Author a...@apple.com Date 2016-02-23 11:38:33 -0800 (Tue, 23 Feb 2016) Log Message ASan build fix. Let's not export a template function that is only used in InspectorBackendDispatcher.cpp. * inspector/InspectorBackendDispatc

[webkit-changes] [196988] trunk/LayoutTests

2016-02-23 Thread ap
Title: [196988] trunk/LayoutTests Revision 196988 Author a...@apple.com Date 2016-02-23 12:09:07 -0800 (Tue, 23 Feb 2016) Log Message REGRESSION (r192251): http/tests/navigation/page-cache-xhr.html is flaky https://bugs.webkit.org/show_bug.cgi?id=154589 Reviewed by Youenn Fablet. * http

[webkit-changes] [197121] trunk/Tools

2016-02-25 Thread ap
Title: [197121] trunk/Tools Revision 197121 Author a...@apple.com Date 2016-02-25 11:10:04 -0800 (Thu, 25 Feb 2016) Log Message Enable MallocScribble when detecting leaks https://bugs.webkit.org/show_bug.cgi?id=154679 Reviewed by Geoffrey Garen. * Scripts/webkitpy/port/ios.py: (IOSSimul

[webkit-changes] [197227] trunk/Tools

2016-02-26 Thread ap
Title: [197227] trunk/Tools Revision 197227 Author a...@apple.com Date 2016-02-26 18:53:44 -0800 (Fri, 26 Feb 2016) Log Message [iOS Simulator] Reftests don't work https://bugs.webkit.org/show_bug.cgi?id=154764 Reviewed by Daniel Bates. * Scripts/webkitpy/port/image_diff.py: (IOSSimulat

[webkit-changes] [197257] trunk/LayoutTests

2016-02-27 Thread ap
Title: [197257] trunk/LayoutTests Revision 197257 Author a...@apple.com Date 2016-02-27 12:01:02 -0800 (Sat, 27 Feb 2016) Log Message REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey https://bugs.webkit.org/show_bug.cgi?id=154709 The test has been made mad

[webkit-changes] [197258] trunk/LayoutTests

2016-02-27 Thread ap
Title: [197258] trunk/LayoutTests Revision 197258 Author a...@apple.com Date 2016-02-27 12:20:58 -0800 (Sat, 27 Feb 2016) Log Message Mark failing reftests as such, now that we detect reftest failures. * platform/ios-simulator/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLo

[webkit-changes] [197262] trunk/Tools

2016-02-27 Thread ap
Title: [197262] trunk/Tools Revision 197262 Author a...@apple.com Date 2016-02-27 16:40:18 -0800 (Sat, 27 Feb 2016) Log Message Silence leaks under TextCodecICU::registerCodecs https://bugs.webkit.org/show_bug.cgi?id=154737 Reviewed by Darin Adler. * Scripts/webkitpy/port/leakdetector.p

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

2016-03-01 Thread ap
Title: [197433] trunk/Source/WebCore Revision 197433 Author a...@apple.com Date 2016-03-01 18:28:12 -0800 (Tue, 01 Mar 2016) Log Message Update Xcode project for InstallAPI https://bugs.webkit.org/show_bug.cgi?id=154896 rdar://problem/24825992 Patch by Daniel Dunbar, reviewed by me. * C

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

2016-03-03 Thread ap
Title: [197509] trunk/Source/WebCore Revision 197509 Author a...@apple.com Date 2016-03-03 09:40:57 -0800 (Thu, 03 Mar 2016) Log Message AllInOne build fix. * rendering/RenderFlexibleBox.cpp: * rendering/RenderGrid.cpp: Don't have two static functions with the same name. Modified Paths

[webkit-changes] [197601] trunk/Tools

2016-03-04 Thread ap
Title: [197601] trunk/Tools Revision 197601 Author a...@apple.com Date 2016-03-04 17:06:19 -0800 (Fri, 04 Mar 2016) Log Message Add iOS simulator debug bots https://bugs.webkit.org/show_bug.cgi?id=155053 Reviewed by Lucas Forschler. * BuildSlaveSupport/build.webkit.org-config/config.jso

[webkit-changes] [197636] trunk/Tools

2016-03-06 Thread ap
Title: [197636] trunk/Tools Revision 197636 Author a...@apple.com Date 2016-03-06 00:33:29 -0800 (Sun, 06 Mar 2016) Log Message build-webkit prints an error on iOS simulator bots https://bugs.webkit.org/show_bug.cgi?id=155078 Reviewed by Dan Bernstein. This happens when build-layouttest

[webkit-changes] [197775] trunk/Tools

2016-03-08 Thread ap
Title: [197775] trunk/Tools Revision 197775 Author a...@apple.com Date 2016-03-08 09:59:14 -0800 (Tue, 08 Mar 2016) Log Message Add debug iOS Simulator bots to the dashboard https://bugs.webkit.org/show_bug.cgi?id=155157 Reviewed by Darin Adler. * BuildSlaveSupport/build.webkit.org-conf

[webkit-changes] [197805] trunk/Tools

2016-03-08 Thread ap
Title: [197805] trunk/Tools Revision 197805 Author a...@apple.com Date 2016-03-08 14:29:50 -0800 (Tue, 08 Mar 2016) Log Message Add iOS simulator EWS that runs tests https://bugs.webkit.org/show_bug.cgi?id=155175 Reviewed by Lucas Forschler. * QueueStatusServer/config/queues.py: * Scrip

[webkit-changes] [197828] trunk/Tools

2016-03-08 Thread ap
Title: [197828] trunk/Tools Revision 197828 Author a...@apple.com Date 2016-03-08 18:17:49 -0800 (Tue, 08 Mar 2016) Log Message Add iOS debug testers to flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=155206 Reviewed by Darin Adler. * TestResultServer/static-dashboards/build

[webkit-changes] [197834] trunk/Tools

2016-03-08 Thread ap
Title: [197834] trunk/Tools Revision 197834 Author a...@apple.com Date 2016-03-08 21:53:54 -0800 (Tue, 08 Mar 2016) Log Message Fix iOS Simulator EWS. Unreviewed build fix. * Scripts/webkitpy/common/config/ports.py: Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/com

[webkit-changes] [204850] trunk

2016-08-23 Thread ap
Title: [204850] trunk Revision 204850 Author a...@apple.com Date 2016-08-23 12:12:36 -0700 (Tue, 23 Aug 2016) Log Message REGRESSION (PHP 5.6): http/tests/misc/bad-charset-alias.html fails https://bugs.webkit.org/show_bug.cgi?id=161047 rdar://problem/27434307 Reviewed by Lucas Forschler.

[webkit-changes] [204898] trunk

2016-08-24 Thread ap
Title: [204898] trunk Revision 204898 Author a...@apple.com Date 2016-08-24 09:26:43 -0700 (Wed, 24 Aug 2016) Log Message Add svn:global-ignores to the root to ignore *.pyc files everythere in the repository. * .: Added property svn:global-ignores. Modified Paths trunk/ChangeLog Prop

[webkit-changes] [205013] trunk/LayoutTests

2016-08-26 Thread ap
Title: [205013] trunk/LayoutTests Revision 205013 Author a...@apple.com Date 2016-08-26 09:04:23 -0700 (Fri, 26 Aug 2016) Log Message Reinstate flakiness expectations for viewport tests, as they are still flaky. https://bugs.webkit.org/show_bug.cgi?id=153110 * platform/ios-simulator-wk2/

[webkit-changes] [205070] trunk/Tools

2016-08-26 Thread ap
Title: [205070] trunk/Tools Revision 205070 Author a...@apple.com Date 2016-08-26 20:48:39 -0700 (Fri, 26 Aug 2016) Log Message Remove Yosemite Leaks from the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=161253 Reviewed by Anders Carlsson. * TestResultServer/static-dashbo

[webkit-changes] [205087] trunk/Tools

2016-08-27 Thread ap
Title: [205087] trunk/Tools Revision 205087 Author a...@apple.com Date 2016-08-27 17:11:49 -0700 (Sat, 27 Aug 2016) Log Message REGRESSION (r204052): Popovers on bot watcher's dashboard are broken https://bugs.webkit.org/show_bug.cgi?id=161254 Reviewed by Darin Adler. Simplify the CSS.

[webkit-changes] [199403] trunk/Tools

2016-04-12 Thread ap
Title: [199403] trunk/Tools Revision 199403 Author a...@apple.com Date 2016-04-12 20:57:36 -0700 (Tue, 12 Apr 2016) Log Message Python test webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_kill_process is flaky https://bugs.webkit.org/show_bug.cgi?id=155367 Reviewed by

[webkit-changes] [199573] trunk/Tools

2016-04-14 Thread ap
Title: [199573] trunk/Tools Revision 199573 Author a...@apple.com Date 2016-04-14 21:37:43 -0700 (Thu, 14 Apr 2016) Log Message Some GuardMalloc bots are not happy when running many parallel processes https://bugs.webkit.org/show_bug.cgi?id=156614 rdar://problem/24711525 Reviewed by Davi

[webkit-changes] [199600] trunk/Tools

2016-04-15 Thread ap
Title: [199600] trunk/Tools Revision 199600 Author a...@apple.com Date 2016-04-15 11:33:29 -0700 (Fri, 15 Apr 2016) Log Message Build fix. * LayoutTestRelay/LayoutTestRelay/main.m: Allow some deprecated methods. Modified Paths trunk/Tools/ChangeLog trunk/Tools/LayoutTestRelay/LayoutTes

[webkit-changes] [199627] trunk/Tools

2016-04-16 Thread ap
Title: [199627] trunk/Tools Revision 199627 Author a...@apple.com Date 2016-04-16 11:16:17 -0700 (Sat, 16 Apr 2016) Log Message Build fix. Temporary workaround for rdar://problem/25754945. * LayoutTestRelay/LayoutTestRelay/CoreSimulatorSPI.h: Modified Paths trunk/Tools/ChangeLog trunk

[webkit-changes] [200175] trunk/Tools

2016-04-27 Thread ap
Title: [200175] trunk/Tools Revision 200175 Author a...@apple.com Date 2016-04-27 23:46:49 -0700 (Wed, 27 Apr 2016) Log Message Don't throttle GuardMalloc on 8-core Macs https://bugs.webkit.org/show_bug.cgi?id=157108 Reviewed by Alex Christensen. This was making them slower unnecessaril

[webkit-changes] [200504] trunk/Tools

2016-05-05 Thread ap
Title: [200504] trunk/Tools Revision 200504 Author a...@apple.com Date 2016-05-05 19:40:50 -0700 (Thu, 05 May 2016) Log Message Improve HTTP test names in WebKitTestRunner's crash report information https://bugs.webkit.org/show_bug.cgi?id=157389 Reviewed by Alex Christensen. * WebKitTes

[webkit-changes] [200506] trunk/Tools

2016-05-05 Thread ap
Title: [200506] trunk/Tools Revision 200506 Author a...@apple.com Date 2016-05-05 23:07:25 -0700 (Thu, 05 May 2016) Log Message Partially revert http://trac.webkit.org/r200504 Improve HTTP test names in WebKitTestRunner's crash report information https://bugs.webkit.org/show_bug.cgi?id=15

[webkit-changes] [222239] trunk/Source

2017-09-19 Thread ap
Title: [39] trunk/Source Revision 39 Author a...@apple.com Date 2017-09-19 18:20:29 -0700 (Tue, 19 Sep 2017) Log Message Layering violation in Editor::createFragment https://bugs.webkit.org/show_bug.cgi?id=176123 Reviewed by Darin Adler. Source/WebCore: * WebCore.xcodeproj/proj

[webkit-changes] [222676] trunk/Source/WebKitLegacy/mac

2017-09-29 Thread ap
Title: [222676] trunk/Source/WebKitLegacy/mac Revision 222676 Author a...@apple.com Date 2017-09-29 19:11:20 -0700 (Fri, 29 Sep 2017) Log Message Follow-up to https://trac.webkit.org/r39 to fix crashes. rdar://problem/34705779 Addressing review comments that I somehow landed without.

[webkit-changes] [217920] trunk

2017-06-07 Thread ap
Title: [217920] trunk Revision 217920 Author a...@apple.com Date 2017-06-07 21:42:46 -0700 (Wed, 07 Jun 2017) Log Message Add High Sierra support to WebKit tools https://bugs.webkit.org/show_bug.cgi?id=173080 Rubber-stamped by Daniel Bates. Tools: * BuildSlaveSupport/build.webkit.org-c

[webkit-changes] [217922] trunk

2017-06-07 Thread ap
Title: [217922] trunk Revision 217922 Author a...@apple.com Date 2017-06-07 21:46:34 -0700 (Wed, 07 Jun 2017) Log Message Add High Sierra support to WebKit tools https://bugs.webkit.org/show_bug.cgi?id=173080 Rubber-stamped by Daniel Bates. Tools: * BuildSlaveSupport/build.webkit.org-c

[webkit-changes] [218271] trunk/Tools

2017-06-14 Thread ap
Title: [218271] trunk/Tools Revision 218271 Author a...@apple.com Date 2017-06-14 11:07:27 -0700 (Wed, 14 Jun 2017) Log Message Add iOS 11 support to the bot watcher's dashboard https://bugs.webkit.org/show_bug.cgi?id=173369 Reviewed by Lucas Forschler. * BuildSlaveSupport/build.webkit.

[webkit-changes] [218317] trunk/LayoutTests

2017-06-14 Thread ap
Title: [218317] trunk/LayoutTests Revision 218317 Author a...@apple.com Date 2017-06-14 23:23:19 -0700 (Wed, 14 Jun 2017) Log Message REGRESSION: trac.webkit.org/export returns Content-Type application/xhtml+xml for .html files https://bugs.webkit.org/show_bug.cgi?id=173191 Add a MIME ty

[webkit-changes] [224035] trunk/Source/WebKit

2017-10-26 Thread ap
Title: [224035] trunk/Source/WebKit Revision 224035 Author a...@apple.com Date 2017-10-26 11:54:46 -0700 (Thu, 26 Oct 2017) Log Message Remove deprecated WebKit symbols https://bugs.webkit.org/show_bug.cgi?id=178875 rdar://problem/31139070 Reviewed by Dan Bernstein. * PlatformMac.cmake:

[webkit-changes] [208773] trunk/Tools

2016-11-15 Thread ap
Title: [208773] trunk/Tools Revision 208773 Author a...@apple.com Date 2016-11-15 17:01:52 -0800 (Tue, 15 Nov 2016) Log Message Update Youenn's e-mail addresses. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/common

[webkit-changes] [208831] trunk

2016-11-16 Thread ap
Title: [208831] trunk Revision 208831 Author a...@apple.com Date 2016-11-16 17:14:35 -0800 (Wed, 16 Nov 2016) Log Message REGRESSION (r208455): LayoutTests swipe/pushState-cached-back-swipe.html and swipe/main-frame-pinning-requirement.html are failing https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [209216] trunk/Tools

2016-12-01 Thread ap
Title: [209216] trunk/Tools Revision 209216 Author a...@apple.com Date 2016-12-01 14:53:36 -0800 (Thu, 01 Dec 2016) Log Message Remove webkitpy dependency on Eliza https://bugs.webkit.org/show_bug.cgi?id=164979 Reviewed by Daniel Bates. This module is not on pypi, so installing it is a

[webkit-changes] [209434] trunk

2016-12-06 Thread ap
Title: [209434] trunk Revision 209434 Author a...@apple.com Date 2016-12-06 16:34:49 -0800 (Tue, 06 Dec 2016) Log Message Correct SDKROOT values in xcconfig files https://bugs.webkit.org/show_bug.cgi?id=165487 rdar://problem/29539209 Reviewed by Dan Bernstein. Fix suggested by Dan Berns

[webkit-changes] [209714] trunk/Tools

2016-12-12 Thread ap
Title: [209714] trunk/Tools Revision 209714 Author a...@apple.com Date 2016-12-12 10:18:02 -0800 (Mon, 12 Dec 2016) Log Message ChangeLogs become readonly after resolving a conflict https://bugs.webkit.org/show_bug.cgi?id=165440 rdar://problem/29491002 Reviewed by Darin Adler. * Scripts

[webkit-changes] [203811] trunk/Tools

2016-07-27 Thread ap
Title: [203811] trunk/Tools Revision 203811 Author a...@apple.com Date 2016-07-27 22:47:05 -0700 (Wed, 27 Jul 2016) Log Message LayoutTestRelay should wait for WebKitTestRunnerApp installation to complete https://bugs.webkit.org/show_bug.cgi?id=160262 Reviewed by Daniel Bates. * LayoutT

[webkit-changes] [203837] trunk/LayoutTests

2016-07-28 Thread ap
Title: [203837] trunk/LayoutTests Revision 203837 Author a...@apple.com Date 2016-07-28 13:55:35 -0700 (Thu, 28 Jul 2016) Log Message macOS Sierra test result gardening. * platform/mac-wk1/TestExpectations: * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog tru

[webkit-changes] [203838] branches/safari-602-branch/LayoutTests

2016-07-28 Thread ap
Title: [203838] branches/safari-602-branch/LayoutTests Revision 203838 Author a...@apple.com Date 2016-07-28 13:56:59 -0700 (Thu, 28 Jul 2016) Log Message 2016-07-28 Alexey Proskuryakov macOS Sierra test result gardening. * platform/mac-wk1/TestExpectations: * platfor

[webkit-changes] [203919] trunk/LayoutTests

2016-07-29 Thread ap
Title: [203919] trunk/LayoutTests Revision 203919 Author a...@apple.com Date 2016-07-29 13:29:20 -0700 (Fri, 29 Jul 2016) Log Message Remove a Sierra specific expectation for http/tests/navigation/forward-and-cancel.html, we already have an identical one in platform/mac. * platform/mac-w

[webkit-changes] [203940] trunk/Tools

2016-07-29 Thread ap
Title: [203940] trunk/Tools Revision 203940 Author a...@apple.com Date 2016-07-29 23:39:37 -0700 (Fri, 29 Jul 2016) Log Message Undo r203939, and copy over a rule that clips the logos. Sierra wasn't the only logo without transparency. * BuildSlaveSupport/build.webkit.org-config/public_h

[webkit-changes] [203945] trunk/LayoutTests

2016-07-30 Thread ap
Title: [203945] trunk/LayoutTests Revision 203945 Author a...@apple.com Date 2016-07-30 13:30:01 -0700 (Sat, 30 Jul 2016) Log Message macOS Sierra test result gardening. * platform/mac-wk1/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/mac-wk1/T

[webkit-changes] [203946] branches/safari-602-branch/LayoutTests

2016-07-30 Thread ap
Title: [203946] branches/safari-602-branch/LayoutTests Revision 203946 Author a...@apple.com Date 2016-07-30 13:33:58 -0700 (Sat, 30 Jul 2016) Log Message Merge r203945. 2016-07-30 Alexey Proskuryakov macOS Sierra test result gardening. * platform/mac-wk1/TestExpecta

[webkit-changes] [203947] trunk/LayoutTests

2016-07-30 Thread ap
Title: [203947] trunk/LayoutTests Revision 203947 Author a...@apple.com Date 2016-07-30 14:08:57 -0700 (Sat, 30 Jul 2016) Log Message macOS Sierra test result gardening for media/video-loop.html. * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTe

[webkit-changes] [203948] branches/safari-602-branch/LayoutTests

2016-07-30 Thread ap
Title: [203948] branches/safari-602-branch/LayoutTests Revision 203948 Author a...@apple.com Date 2016-07-30 14:12:30 -0700 (Sat, 30 Jul 2016) Log Message Merge r203947. 2016-07-30 Alexey Proskuryakov macOS Sierra test result gardening for media/video-loop.html. * pl

[webkit-changes] [204002] trunk/LayoutTests

2016-08-01 Thread ap
Title: [204002] trunk/LayoutTests Revision 204002 Author a...@apple.com Date 2016-08-01 17:19:04 -0700 (Mon, 01 Aug 2016) Log Message Sierra test expectations gardening for editing/input/password-echo-textnode.html. * platform/mac/TestExpectations: Modified Paths trunk/LayoutTests/Chan

[webkit-changes] [204003] branches/safari-602-branch/LayoutTests

2016-08-01 Thread ap
Title: [204003] branches/safari-602-branch/LayoutTests Revision 204003 Author a...@apple.com Date 2016-08-01 17:27:03 -0700 (Mon, 01 Aug 2016) Log Message Merge r204002. 2016-08-01 Alexey Proskuryakov Sierra test expectations gardening for editing/input/password-echo-textnode

[webkit-changes] [204139] trunk/Tools

2016-08-04 Thread ap
Title: [204139] trunk/Tools Revision 204139 Author a...@apple.com Date 2016-08-04 14:07:21 -0700 (Thu, 04 Aug 2016) Log Message Optimize bot watcher's dashboard a little https://bugs.webkit.org/show_bug.cgi?id=160515 rdar://problem/26096900 Reviewed by Lucas Forschler. Made re-sorting a

[webkit-changes] [204201] trunk/LayoutTests

2016-08-05 Thread ap
Title: [204201] trunk/LayoutTests Revision 204201 Author a...@apple.com Date 2016-08-05 16:54:09 -0700 (Fri, 05 Aug 2016) Log Message Work around broken directive in some Apache versions https://bugs.webkit.org/show_bug.cgi?id=160610 Reviewed by Daniel Bates. The problem is tracked as

[webkit-changes] [204202] trunk/LayoutTests

2016-08-05 Thread ap
Title: [204202] trunk/LayoutTests Revision 204202 Author a...@apple.com Date 2016-08-05 16:57:52 -0700 (Fri, 05 Aug 2016) Log Message Disk cache tests produce many undefined value warnings https://bugs.webkit.org/show_bug.cgi?id=160601 Reviewed by Daniel Bates. * http/tests/cache/disk-c

  1   2   3   4   5   6   7   8   9   10   >