[webkit-changes] [WebKit/WebKit] 1eab38: Web Inspector: drop support for iOS 12.* and macOS...

Devin Rousso noreply at github.com
Tue Feb 11 16:40:44 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1eab38a566c6d7289d2387edc9bb291404649867
      https://github.com/WebKit/WebKit/commit/1eab38a566c6d7289d2387edc9bb291404649867
  Author: Devin Rousso <hi at devinrousso.com>
  Date:   2025-02-11 (Tue, 11 Feb 2025)

  Changed paths:
    M Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
    M Source/WebInspectorUI/UserInterface/Base/Main.js
    M Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/CanvasManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/DOMDebuggerManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/DOMManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/DeviceSettingsManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/LayerTreeManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js
    M Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js
    M Source/WebInspectorUI/UserInterface/Models/Animation.js
    M Source/WebInspectorUI/UserInterface/Models/AuditTestBase.js
    M Source/WebInspectorUI/UserInterface/Models/AuditTestCase.js
    M Source/WebInspectorUI/UserInterface/Models/CPUInstrument.js
    M Source/WebInspectorUI/UserInterface/Models/Canvas.js
    M Source/WebInspectorUI/UserInterface/Models/DOMNode.js
    M Source/WebInspectorUI/UserInterface/Models/MediaInstrument.js
    M Source/WebInspectorUI/UserInterface/Models/Recording.js
    M Source/WebInspectorUI/UserInterface/Models/RecordingAction.js
    M Source/WebInspectorUI/UserInterface/Models/ScreenshotsInstrument.js
    M Source/WebInspectorUI/UserInterface/Protocol/Connection.js
    M Source/WebInspectorUI/UserInterface/Protocol/DOMObserver.js
    R Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.0/InspectorBackendCommands.js
    R Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.2/InspectorBackendCommands.js
    R Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.0/InspectorBackendCommands.js
    R Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.3/InspectorBackendCommands.js
    M Source/WebInspectorUI/UserInterface/Protocol/ScriptProfilerObserver.js
    M Source/WebInspectorUI/UserInterface/Protocol/TimelineObserver.js
    M Source/WebInspectorUI/UserInterface/Views/CanvasOverviewContentView.js
    M Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js
    M Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js
    M Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js
    M Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.js
    M Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.js
    M Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js
    R Source/WebInspectorUI/Versions/Inspector-iOS-12.0.json
    R Source/WebInspectorUI/Versions/Inspector-iOS-12.2.json
    R Source/WebInspectorUI/Versions/Inspector-macOS-12.0.json
    R Source/WebInspectorUI/Versions/Inspector-macOS-12.3.json

  Log Message:
  -----------
  Web Inspector: drop support for iOS 12.* and macOS 12.*
https://bugs.webkit.org/show_bug.cgi?id=282017

Reviewed by BJ Burg.

* Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.0/InspectorBackendCommands.js: Removed.
* Source/WebInspectorUI/UserInterface/Protocol/Legacy/iOS/12.2/InspectorBackendCommands.js: Removed.
* Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.0/InspectorBackendCommands.js: Removed.
* Source/WebInspectorUI/UserInterface/Protocol/Legacy/macOS/12.3/InspectorBackendCommands.js: Removed.

* Source/WebInspectorUI/Versions/Inspector-iOS-12.0.json: Removed.
* Source/WebInspectorUI/Versions/Inspector-iOS-12.2.json: Removed.
* Source/WebInspectorUI/Versions/Inspector-macOS-12.0.json: Removed.
* Source/WebInspectorUI/Versions/Inspector-macOS-12.3.json: Removed.

* Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js:
* Source/WebInspectorUI/UserInterface/Base/Main.js:
(WI.contentLoaded):
* Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js:
(WI.CSSManager.displayNameForPseudoId):
(WI.CSSManager.prototype.canForcePseudoClass):
* Source/WebInspectorUI/UserInterface/Controllers/CanvasManager.js:
(WI.CanvasManager.prototype.initializeTarget):
(WI.CanvasManager.prototype.setRecordingAutoCaptureFrameCount):
(WI.CanvasManager.supportsRecordingAutoCapture): Deleted.
* Source/WebInspectorUI/UserInterface/Controllers/DOMDebuggerManager.js:
(WI.DOMDebuggerManager):
(WI.DOMDebuggerManager.supportsAllListenersBreakpoint):
(WI.DOMDebuggerManager.prototype._setEventBreakpoint):
(WI.DOMDebuggerManager.prototype._removeEventBreakpoint):
(WI.DOMDebuggerManager.prototype._setURLBreakpoint):
(WI.DOMDebuggerManager.prototype._removeURLBreakpoint):
(WI.DOMDebuggerManager.supportsEventBreakpoints): Deleted.
(WI.DOMDebuggerManager.supportsEventListenerBreakpoints): Deleted.
(WI.DOMDebuggerManager.supportsURLBreakpoints): Deleted.
(WI.DOMDebuggerManager.supportsXHRBreakpoints): Deleted.
* Source/WebInspectorUI/UserInterface/Controllers/DOMManager.js:
(WI.DOMManager.prototype.getSupportedEventNames):
* Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js:
(WI.DebuggerManager.prototype.async initializeTarget):
(WI.DebuggerManager.supportsBlackboxingBreakpointEvaluations):
(WI.DebuggerManager.prototype._setBlackboxBreakpointEvaluations):
(WI.DebuggerManager.prototype._handleEngineeringPauseForInternalScriptsSettingChanged):
* Source/WebInspectorUI/UserInterface/Controllers/DeviceSettingsManager.js:
(WI.DeviceSettingsManager.prototype.initializeTarget):
(WI.DeviceSettingsManager.prototype.overrideDeviceSetting):
(WI.DeviceSettingsManager.prototype.overrideUserAgent):
* Source/WebInspectorUI/UserInterface/Controllers/LayerTreeManager.js:
(WI.LayerTreeManager.prototype.initializeTarget):
(WI.LayerTreeManager.supportsVisibleCompositingBorders):
(WI.LayerTreeManager.prototype.set compositingBordersVisible):
* Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js:
(WI.RuntimeManager):
(WI.RuntimeManager.preferredSavedResultPrefix):
(WI.RuntimeManager.prototype.initializeTarget):
(WI.RuntimeManager.prototype.evaluateInInspectedWindow):
(WI.RuntimeManager.supportsAwaitPromise): Deleted.
* Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js:
(WI.TimelineManager.defaultTimelineTypes):
(WI.TimelineManager.availableTimelineTypes):
* Source/WebInspectorUI/UserInterface/Models/Animation.js:
(WI.Animation.prototype.requestEffectTarget):
* Source/WebInspectorUI/UserInterface/Models/AuditTestBase.js:
(WI.AuditTestBase.prototype.async runSetup):
* Source/WebInspectorUI/UserInterface/Models/AuditTestCase.js:
(WI.AuditTestCase.prototype.async run):
* Source/WebInspectorUI/UserInterface/Models/CPUInstrument.js:
(WI.CPUInstrument.supported): Deleted.
* Source/WebInspectorUI/UserInterface/Models/Canvas.js:
(WI.Canvas.prototype.startRecording):
(WI.Canvas.prototype.recordingFinished):
* Source/WebInspectorUI/UserInterface/Models/DOMNode.js:
(WI.DOMNode):
* Source/WebInspectorUI/UserInterface/Models/MediaInstrument.js:
(WI.MediaInstrument.supported): Deleted.
* Source/WebInspectorUI/UserInterface/Models/Recording.js:
(WI.Recording.fromPayload):
* Source/WebInspectorUI/UserInterface/Models/RecordingAction.js:
(WI.RecordingAction.fromPayload):
(WI.RecordingAction.prototype.async swizzle):
* Source/WebInspectorUI/UserInterface/Models/ScreenshotsInstrument.js:
(WI.ScreenshotsInstrument.supported):
* Source/WebInspectorUI/UserInterface/Protocol/Connection.js:
(InspectorBackend.Connection.prototype._dispatchEvent):
* Source/WebInspectorUI/UserInterface/Protocol/DOMObserver.js:
(WI.DOMObserver.prototype.videoLowPowerChanged): Deleted.
* Source/WebInspectorUI/UserInterface/Protocol/ScriptProfilerObserver.js:
(WI.ScriptProfilerObserver.prototype.trackingComplete):
(WI.ScriptProfilerObserver.prototype.programmaticCaptureStarted): Deleted.
(WI.ScriptProfilerObserver.prototype.programmaticCaptureStopped): Deleted.
* Source/WebInspectorUI/UserInterface/Protocol/TimelineObserver.js:
(WI.TimelineObserver.prototype.autoCaptureStarted):
(WI.TimelineObserver.prototype.programmaticCaptureStarted): Deleted.
(WI.TimelineObserver.prototype.programmaticCaptureStopped): Deleted.
* Source/WebInspectorUI/UserInterface/Views/CanvasOverviewContentView.js:
(WI.CanvasOverviewContentView):
* Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js:
(WI.DOMTreeContentView):
* Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js:
(WI.EventListenerSectionGroup.prototype._functionTextOrLink):
* Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js:
(WI.NetworkTableContentView):
(WI.NetworkTableContentView.prototype.closed):
(WI.NetworkTableContentView.prototype._updateOtherFiltersNavigationItemState):
(WI.NetworkTableContentView.prototype._handleOtherFiltersNavigationItemContextMenu):
* Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.js:
(WI.SettingsTabContentView.prototype._createConsoleSettingsView):
* Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.js:
(WI.SourcesNavigationSidebarPanel.prototype._populateCreateBreakpointContextMenu):
* Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js:
(WI.SpreadsheetRulesStyleDetailsPanel.prototype.layout):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list