[webkit-changes] [WebKit/WebKit] 59faa9: Versioning.

Jonathan Bedard noreply at github.com
Mon Nov 27 16:41:41 PST 2023


  Branch: refs/heads/safari-7617.1.4-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 59faa99cbd6cca9f135b1471d7590813ce4f69f9
      https://github.com/WebKit/WebKit/commit/59faa99cbd6cca9f135b1471d7590813ce4f69f9
  Author: Russell Epstein <repstein at apple.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M Configurations/Version.xcconfig

  Log Message:
  -----------
  Versioning.

WebKit-7617.1.4

Canonical link: https://commits.webkit.org/266623.1@safari-7617.1.4-branch


  Commit: b6652e0f625c76bf72167ec7b8a24d1fcc295406
      https://github.com/WebKit/WebKit/commit/b6652e0f625c76bf72167ec7b8a24d1fcc295406
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M Configurations/Version.xcconfig

  Log Message:
  -----------
  Versioning.

WebKit-7617.1.4.1

Identifier: 266246.379 at safari-7617.1.4-branch


  Commit: 1a97755c8b2a5bf4d56d5a02de55ce2520a77559
      https://github.com/WebKit/WebKit/commit/1a97755c8b2a5bf4d56d5a02de55ce2520a77559
  Author: Frances Cornwall <frances_c at cox.net>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/FindBanner.js

  Log Message:
  -----------
  Cherry-pick 6d291b6825cc. rdar://problem/113714342

    Web Inspector: No search results
    https://bugs.webkit.org/show_bug.cgi?id=259843

    Reviewed by Devin Rousso.

    Web Inspector search is not working due to _inputFieldSearch(event) not
    being triggered.

    Replace incremental with throttle and replace "search" with "input".

    Import Throttler class to add _inputFieldInputThrottler function to handle throttler for "input" using fire function.
    Incorporate 250 ms delay.

    In _inputFieldKeyDown use findBannerRevealPreviousResult and findBannerRevealNextResult for shift and enter key presses
    replacing _searchBackwards and _searchForwards.

    Delete _inputFieldKeyUp.

    Delete _searchBackwards and _searchForwards in _inputFieldInput(event).

    * Source/WebInspectorUI/UserInterface/Views/FindBanner.js:
    (WI.FindBanner.prototype._inputFieldKeyDown):
    (WI.FindBanner.prototype._inputFieldInput):
    (WI.FindBanner.prototype._inputFieldKeyUp): Deleted.
    (WI.FindBanner.prototype._inputFieldSearch): Deleted.

    Canonical link: https://commits.webkit.org/266783@main

Identifier: 266246.380 at safari-7617.1.4-branch


  Commit: 73de84f5a74ab410ac8d7e3e164ee319ee591a28
      https://github.com/WebKit/WebKit/commit/73de84f5a74ab410ac8d7e3e164ee319ee591a28
  Author: Frances Cornwall <frances_c at cox.net>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/FilterBar.js

  Log Message:
  -----------
  Cherry-pick 5df588e41bbd. rdar://problem/113722805

    Web Inspector: Incremental in FilterBar
    https://bugs.webkit.org/show_bug.cgi?id=260043

    Reviewed by Devin Rousso.

    The filter bar was not working correctly due to "search" being removed.

    Replace incremental with throttler. Delete incremental getter and setter.

    Switch eventlistener to "input" instead of "search".

    Rename "_handleFilterSearched" to "_handleFilterInput"

    Delete unused "_handleFilterInputEvent"

    * Source/WebInspectorUI/UserInterface/Views/FilterBar.js:
    (WI.FilterBar.prototype.set filters):
    (WI.FilterBar.prototype.addFilterBarButton):
    (WI.FilterBar.prototype._handleFilterButtonToggled):
    (WI.FilterBar.prototype._handleFilterInputEvent):
    (WI.FilterBar.prototype.get incremental): Deleted.
    (WI.FilterBar.prototype.set incremental): Deleted.
    (WI.FilterBar.prototype._handleFilterChanged): Deleted.
    (WI.FilterBar.prototype._handleFilterInputEvent): Deleted.

    Canonical link: https://commits.webkit.org/266802@main

Identifier: 266246.381 at safari-7617.1.4-branch


  Commit: 4b244f41be7f01e4981c836dd5d8b742464d5032
      https://github.com/WebKit/WebKit/commit/4b244f41be7f01e4981c836dd5d8b742464d5032
  Author: Frances Cornwall <frances_c at cox.net>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js

  Log Message:
  -----------
  Cherry-pick f02cdaa8457c. rdar://problem/113762463

    Web Inspector: Incremental in SearchSidebarPanel
    https://bugs.webkit.org/show_bug.cgi?id=260047

    Reviewed by Devin Rousso.

    Replace "search" with "change" to fix search functionality

    * Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js:
    (WI.SearchSidebarPanel):

    Canonical link: https://commits.webkit.org/266820@main

Identifier: 266246.382 at safari-7617.1.4-branch


  Commit: f216ab480ac7e8fb6e3471f044792960ae4341da
      https://github.com/WebKit/WebKit/commit/f216ab480ac7e8fb6e3471f044792960ae4341da
  Author: Dan Robson <dtr_bugzilla at apple.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M Configurations/Version.xcconfig

  Log Message:
  -----------
  Versioning.

WebKit-7617.1.4.3

Identifier: 266623.6 at safari-7617.1.4-branch


Compare: https://github.com/WebKit/WebKit/compare/59faa99cbd6c%5E...f216ab480ac7


More information about the webkit-changes mailing list