Devin Rousso
Devin Rousso
Hi @NV! Hope the holidays are going well. I've actually had this extension installed for a while, but only noticed that it wasn't working yesterday :stuck_out_tongue:. These fixes work for...
#### 9a26b600811ef50a7ec13b0f3c245f3c04327e20 Web Inspector: Elements Tab: add a navigation item to control what badges are shown https://bugs.webkit.org/show_bug.cgi?id=243858 Reviewed by NOBODY (OOPS!). This will allow us to add more badges (e.g....
#### 145a3d64112163e2a984ba9588a70e112aef753b Web Inspector: Network Tab: initiated resource should only be highlighted when a row is hovered https://bugs.webkit.org/show_bug.cgi?id=243866 Reviewed by NOBODY (OOPS!). * Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js: (WI.NetworkTableContentView.prototype._highlightRelatedResourcesForHoveredResource): (WI.NetworkTableContentView.prototype._entryForResource): * Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css: (.network-table.highlight-initiated >...
#### 73a3e4576980bfc2288ef46a7ca35f2acbb52f03 Web Inspector: Network Tab: add reference page links https://bugs.webkit.org/show_bug.cgi?id=243861 Reviewed by NOBODY (OOPS!). * Source/WebInspectorUI/UserInterface/Base/ReferencePage.js: * Source/WebInspectorUI/UserInterface/Views/NetworkResourceDetailView.js: (WI.NetworkResourceDetailView.prototype.get referencePage): Added. * Source/WebInspectorUI/UserInterface/Views/ResourceCookiesContentView.js: * Source/WebInspectorUI/UserInterface/Views/ResourceHeadersContentView.js: * Source/WebInspectorUI/UserInterface/Views/ResourceSecurityContentView.js: * Source/WebInspectorUI/UserInterface/Views/ResourceSizesContentView.js:...
#### b19e822d6de4fc8c146ae45071186621da7c2910 HTML5 Media Element default controls do not work if JavaScript is disabled https://bugs.webkit.org/show_bug.cgi?id=178040 <rdar://problem/32035810> Reviewed by NOBODY (OOPS!). * Source/WebCore/bindings/js/ScriptController.h: * Source/WebCore/bindings/js/ScriptController.cpp: (WebCore::ScriptController::cacheableBindingRootObject): (WebCore::ScriptController::bindingRootObject): (WebCore::ScriptController::jsObjectForPluginElement): (WebCore::ScriptController::executeScriptInWorld): (WebCore::ScriptController::canExecuteScripts): Always...
#### ed0fa49dcfa4f68b5f9e67b71b444cf288590503 [Apple Pay] should be enabled in `WKWebView` by default https://bugs.webkit.org/show_bug.cgi?id=243423 <rdar://problem/97933441> Reviewed by NOBODY (OOPS!). * Source/WTF/Scripts/Preferences/WebPreferences.yaml:
#### 7941a164cf2af6eb57e626b021bc6d219ef2271d Web Inspector: support OffscreenCanvas for Canvas related operations https://bugs.webkit.org/show_bug.cgi?id=180833 <rdar://problem/36059660> Reviewed by NOBODY (OOPS!). * Source/JavaScriptCore/inspector/protocol/Canvas.json: Expose the entire domain (and limit a few commands/events) to the `"worker"`...
WebKit has added support for a way to log images of `Node`s, as well as the contents of the viewport, through `console.screenshot` (when Web Inspector is open). ```js console.screenshot(); //...
WebKit has added support for being able to record actions performed to a `HTMLCanvasElement`, `CanvasRenderingContext2D`, and `WebGLRenderingContext` via a Canvas tab in the Web Inspector frontend [1]. We are also...
I added optional animations using data-cp-animation for the type of animation (fade, grow, and slide) and data-cp-timing for the delay of the animation. The animations also work on stacked charts....