Master bug. There are so many dead codes in WebInspectorUI.
<rdar://problem/15725242>
I will try to get rid of unused overriding protocols. Any opinions welcome on this. And I will file bugs if there is no objection. -Page.setGeolocationOverride -Page.clearGeolocationOverride -Page.canOverrideGeolocation -Page.setDeviceOrientationOverride -Page.clearDeviceOrientationOverride -Page.canOverrideGeolocation -Network.setUserAgentOverride
(In reply to comment #2) > I will try to get rid of unused overriding protocols. > Any opinions welcome on this. And I will file bugs if there is no objection. > > -Page.setGeolocationOverride > -Page.clearGeolocationOverride > -Page.canOverrideGeolocation > -Page.setDeviceOrientationOverride > -Page.clearDeviceOrientationOverride > -Page.canOverrideGeolocation > -Network.setUserAgentOverride Those are all fine to remove.
Another attempt to remove protocols. Please let me know what you think. Page.setShowPaintRects Page.canShowDebugBorders Page.setShowDebugBorders Page.canShowFPSCounter Page.setShowFPSCounter Page.canContinuouslyPaint PAge.setContinuousPaintingEnabled
(In reply to comment #4) > Another attempt to remove protocols. Please let me know what you think. > > Page.setShowPaintRects > Page.canShowDebugBorders > Page.setShowDebugBorders > Page.canShowFPSCounter > Page.setShowFPSCounter > Page.canContinuouslyPaint > PAge.setContinuousPaintingEnabled Lets keep setShowPaintRects.
I am pretty sure these have all been deleted by now.
Thanks Joe!