WebKit Bugzilla
Attachment 372634 Details for
Bug 199112
: Web Inspector: remove unused DataGrid style .force-focus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199112-20190621110005.patch (text/plain), 3.22 KB, created by
Matt Baker
on 2019-06-21 11:00:06 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Matt Baker
Created:
2019-06-21 11:00:06 PDT
Size:
3.22 KB
patch
obsolete
>Subversion Revision: 246680 >diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 5a960b911ba7b7fb8df0005d8ac457887da333c6..a3d670cc0385a9c38607bb5f177a1879a88516d7 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,20 @@ >+2019-06-21 Matt Baker <mattbaker@apple.com> >+ >+ Web Inspector: remove unused DataGrid style .force-focus >+ https://bugs.webkit.org/show_bug.cgi?id=199112 >+ <rdar://problem/51993412> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/HeapAllocationsTimelineView.css: >+ (.timeline-view.heap-allocations > .data-grid:not(:focus) tr.selected.invalid): >+ (.timeline-view.heap-allocations > .data-grid:not(:focus, .force-focus) tr.selected.invalid): Deleted. >+ >+ * UserInterface/Views/ResourceTreeElement.css: >+ (.item.resource.resource-type-websocket:not(.selected) .status .ready-state.open,): >+ (.item.resource.resource-type-websocket:not(.selected) .status .ready-state.connecting,): >+ Missed in https://bugs.webkit.org/show_bug.cgi?id=190480. >+ > 2019-06-20 Matt Baker <mattbaker@apple.com> > > Web Inspector: rename shadowRootPushed parameter to match protocol >diff --git a/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css b/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css >index 8527f0b66851c2bc975d62a66f1fc64649dd1807..bbcaba2b6b534002be6c51f67f2ca07e36b66780 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/HeapAllocationsTimelineView.css >@@ -39,7 +39,7 @@ > color: gray; > } > >-.timeline-view.heap-allocations > .data-grid:not(:focus, .force-focus) tr.selected.invalid { >+.timeline-view.heap-allocations > .data-grid:not(:focus) tr.selected.invalid { > color: gray !important; > } > >diff --git a/Source/WebInspectorUI/UserInterface/Views/ResourceTreeElement.css b/Source/WebInspectorUI/UserInterface/Views/ResourceTreeElement.css >index f237aedc939708f12697b9a0301d78c49e7e46f6..6b3865cf04f8bfbbd0b33f65e354bcd702365a7b 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/ResourceTreeElement.css >+++ b/Source/WebInspectorUI/UserInterface/Views/ResourceTreeElement.css >@@ -41,13 +41,13 @@ > } > > .item.resource.resource-type-websocket:not(.selected) .status .ready-state.open, >-.tree-outline:not(:focus, .force-focus) .item.resource.resource-type-websocket.selected .status .ready-state.open, >+.tree-outline:not(:focus) .item.resource.resource-type-websocket.selected .status .ready-state.open, > body:matches(.window-inactive, .window-docked-inactive) .item.resource.resource-type-websocket.selected .status .ready-state.open { > background-color: limegreen; > } > > .item.resource.resource-type-websocket:not(.selected) .status .ready-state.connecting, >-.tree-outline:not(:focus, .force-focus) .item.resource.resource-type-websocket.selected .status .ready-state.connecting, >+.tree-outline:not(:focus) .item.resource.resource-type-websocket.selected .status .ready-state.connecting, > body:matches(.window-inactive, .window-docked-inactive) .item.resource.resource-type-websocket.selected .status .ready-state.connecting { > background-color: yellow; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199112
: 372634