⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 248453 in webkit


Ignore:
Timestamp:
Aug 8, 2019, 6:05:06 PM (7 years ago)
Author:
jonlee@apple.com
Message:

Unreviewed. Get rid of extraneous whitespace in ChangeLog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r248451 r248453  
     12019-08-08  Jon Lee  <jonlee@apple.com>
     2
     3        Unreviewed. Get rid of extraneous whitespace in ChangeLog.
     4
    152019-08-08  Jonathan Bedard  <jbedard@apple.com>
    26
     
    287291        Reviewed by Jonathan Bedard.
    288292
    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
    290294        2. Fix the axis's cache data structure out of sync.
    291295        3. Use position:sticky to reduce the scrolling blink when update the presenter's transform
     
    342346
    343347        Reviewed by Tim Horton.
    344    
     348
    345349        When we navigate from an overflow:hidden HTML page to a custom view (like PDF), we need
    346350        to make sure that the scroll view is scrollable.
     
    476480        Reviewed by Alex Christensen.
    477481
    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
    481485        failure. To prevent this from happening again, add cleanup at the begining of the tests.
    482486
     
    585589
    586590        *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
    589593        top axises.
    590594        (Timeline.CanvasSeriesComponent):
     
    12871291        context dictionary.
    12881292
    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
    12901294        input field requires strong password work.
    12911295
     
    13101314        (runTest): Record test binary failure
    13111315        (reportTestFailures): Report test binary failure
    1312         (runJSCStressTests): 
     1316        (runJSCStressTests):
    13131317        * Scripts/webkitpy/common/config/ports.py: Skip run jsc test binaries for those need to run remotely
    13141318        (JscOnlyPort.build_jsc_command):
     
    20522056
    20532057        * 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.
    20562060
    20572061        * TestWebKitAPI/CMakeLists.txt:
     
    20602064
    20612065        * 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.
    20642068
    20652069        * TestWebKitAPI/Tests/WTF/StringOperators.cpp:
     
    25882592
    25892593        Reviewed by Tim Horton.
    2590        
     2594
    25912595        New API tests that test scrollability with various combinations of content, insets,
    25922596        input accessory bars etc.
     
    27082712
    27092713        * 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.
    27122716
    271327172019-07-09  Sihui Liu  <sihui_liu@apple.com>
     
    35083512        Reviewed by Jonathan Bedard.
    35093513
    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
    35113515        can also be used for layout-tests later on.
    35123516        * BuildSlaveSupport/ews-build/steps_unittest.py: Updated unit-tests.
     
    37003704
    37013705        * 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.
    37033707        (ExtractTestResults.addCustomURLs): Add url to download layout test results zip file.
    37043708
     
    38193823        * Scripts/webkitpy/test/main.py: Check if lldb tests are supported before adding them
    38203824        to the runner.
    3821         (main): 
     3825        (main):
    38223826        (_supports_building_and_running_lldb_tests): Check if you are running macOS Catalina.
    38233827
Note: See TracChangeset for help on using the changeset viewer.