Changeset 248453 in webkit
- Timestamp:
- Aug 8, 2019, 6:05:06 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Tools/ChangeLog (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r248451 r248453 1 2019-08-08 Jon Lee <jonlee@apple.com> 2 3 Unreviewed. Get rid of extraneous whitespace in ChangeLog. 4 1 5 2019-08-08 Jonathan Bedard <jbedard@apple.com> 2 6 … … 287 291 Reviewed by Jonathan Bedard. 288 292 289 1. Unhook the scroll event when a series/axis have been removed from the container 293 1. Unhook the scroll event when a series/axis have been removed from the container 290 294 2. Fix the axis's cache data structure out of sync. 291 295 3. Use position:sticky to reduce the scrolling blink when update the presenter's transform … … 342 346 343 347 Reviewed by Tim Horton. 344 348 345 349 When we navigate from an overflow:hidden HTML page to a custom view (like PDF), we need 346 350 to make sure that the scroll view is scrollable. … … 476 480 Reviewed by Alex Christensen. 477 481 478 We used to clear the permanent credentials created by API tests at the end of the API tests, to ensure those 479 credentials will not affect tests running after. There is a case where permanent credentials were left on the 480 system, so those API tests were timing out themselves before reaching to the cleanup, which caused cascading 482 We used to clear the permanent credentials created by API tests at the end of the API tests, to ensure those 483 credentials will not affect tests running after. There is a case where permanent credentials were left on the 484 system, so those API tests were timing out themselves before reaching to the cleanup, which caused cascading 481 485 failure. To prevent this from happening again, add cleanup at the begining of the tests. 482 486 … … 585 589 586 590 *resultsdbpy/resultsdbpy/view/static/library/js/components/TimelineComponents.js: 587 Let the axis' height be defined in the option. Timeine component will use this value as 588 padding-top for headers which allows headers start in the right position, even with multiple 591 Let the axis' height be defined in the option. Timeine component will use this value as 592 padding-top for headers which allows headers start in the right position, even with multiple 589 593 top axises. 590 594 (Timeline.CanvasSeriesComponent): … … 1287 1291 context dictionary. 1288 1292 1289 (-[TestInputDelegate setFocusRequiresStrongPasswordAssistanceHandler:]): Setting the handler for the function which checks if the 1293 (-[TestInputDelegate setFocusRequiresStrongPasswordAssistanceHandler:]): Setting the handler for the function which checks if the 1290 1294 input field requires strong password work. 1291 1295 … … 1310 1314 (runTest): Record test binary failure 1311 1315 (reportTestFailures): Report test binary failure 1312 (runJSCStressTests): 1316 (runJSCStressTests): 1313 1317 * Scripts/webkitpy/common/config/ports.py: Skip run jsc test binaries for those need to run remotely 1314 1318 (JscOnlyPort.build_jsc_command): … … 2052 2056 2053 2057 * TestWebKitAPI/Tests/WTF/StringBuilder.cpp: 2054 Add basic test showing that StringBuilder::flexibleAppend can be used to 2055 append one or more string adaptable types. 2058 Add basic test showing that StringBuilder::flexibleAppend can be used to 2059 append one or more string adaptable types. 2056 2060 2057 2061 * TestWebKitAPI/CMakeLists.txt: … … 2060 2064 2061 2065 * TestWebKitAPI/Tests/WTF/StringBuilder.cpp: 2062 Add basic test showing that StringBuilder::flexibleAppend can be used to 2063 append one or more string adaptable types. 2066 Add basic test showing that StringBuilder::flexibleAppend can be used to 2067 append one or more string adaptable types. 2064 2068 2065 2069 * TestWebKitAPI/Tests/WTF/StringOperators.cpp: … … 2588 2592 2589 2593 Reviewed by Tim Horton. 2590 2594 2591 2595 New API tests that test scrollability with various combinations of content, insets, 2592 2596 input accessory bars etc. … … 2708 2712 2709 2713 * TestWebKitAPI/Tests/WTF/StringBuilder.cpp: 2710 Add basic test showing that StringBuilder::flexibleAppend can be used to 2711 append one or more string adaptable types. 2714 Add basic test showing that StringBuilder::flexibleAppend can be used to 2715 append one or more string adaptable types. 2712 2716 2713 2717 2019-07-09 Sihui Liu <sihui_liu@apple.com> … … 3508 3512 Reviewed by Jonathan Bedard. 3509 3513 3510 * BuildSlaveSupport/ews-build/steps.py: Renamed patchFailedJSCTests and patchFailedAPITests to patchFailedTests. This property 3514 * BuildSlaveSupport/ews-build/steps.py: Renamed patchFailedJSCTests and patchFailedAPITests to patchFailedTests. This property 3511 3515 can also be used for layout-tests later on. 3512 3516 * BuildSlaveSupport/ews-build/steps_unittest.py: Updated unit-tests. … … 3700 3704 3701 3705 * BuildSlaveSupport/ews-build/steps.py: 3702 (ExtractTestResults.resultsDownloadURL): Method to return layout test result zip file url. 3706 (ExtractTestResults.resultsDownloadURL): Method to return layout test result zip file url. 3703 3707 (ExtractTestResults.addCustomURLs): Add url to download layout test results zip file. 3704 3708 … … 3819 3823 * Scripts/webkitpy/test/main.py: Check if lldb tests are supported before adding them 3820 3824 to the runner. 3821 (main): 3825 (main): 3822 3826 (_supports_building_and_running_lldb_tests): Check if you are running macOS Catalina. 3823 3827
Note:
See TracChangeset
for help on using the changeset viewer.