WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
234901
Web Inspector: Layers: add reference page button
https://bugs.webkit.org/show_bug.cgi?id=234901
Summary
Web Inspector: Layers: add reference page button
Devin Rousso
Reported
2022-01-05 15:06:11 PST
.
Attachments
Patch
(2.09 KB, patch)
2022-01-05 15:15 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
[Image] after Patch is applied
(308.16 KB, image/png)
2022-01-05 15:15 PST
,
Devin Rousso
no flags
Details
[fast-cq] Patch
(2.04 KB, patch)
2022-01-05 17:04 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2022-01-05 15:15:44 PST
Created
attachment 448436
[details]
Patch
Devin Rousso
Comment 2
2022-01-05 15:15:56 PST
Created
attachment 448437
[details]
[Image] after Patch is applied
Patrick Angle
Comment 3
2022-01-05 16:25:57 PST
Comment on
attachment 448436
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=448436&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/Layers3DContentView.css:73 > + bottom: 6px; > + inset-inline-end: 6px;
Are these the measurements we want to use for any content view? If so is there any value in using the same rule for both this and the Audits tab so that we are less likely to use different measurements in the future?
> Source/WebInspectorUI/UserInterface/Views/Layers3DContentView.js:180 > + this.element.appendChild(WI.createReferencePageLink("layers-tab"));
NIT: Can we move this to before the call to `_animate()` with the other `appendChild`? Makes it easier to see what we add to the view IMO.
Devin Rousso
Comment 4
2022-01-05 17:02:43 PST
Comment on
attachment 448436
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=448436&action=review
>> Source/WebInspectorUI/UserInterface/Views/Layers3DContentView.css:73 >> + inset-inline-end: 6px; > > Are these the measurements we want to use for any content view? If so is there any value in using the same rule for both this and the Audits tab so that we are less likely to use different measurements in the future?
Potentially? I think it's valid to say we'd wanna keep consistent styling across content views if the reference link is always in the bottom-right corner. But given that this is only the second usage, I'm inclined to just leave it as-is. We can unify it later if we desire.
>> Source/WebInspectorUI/UserInterface/Views/Layers3DContentView.js:180 >> + this.element.appendChild(WI.createReferencePageLink("layers-tab")); > > NIT: Can we move this to before the call to `_animate()` with the other `appendChild`? Makes it easier to see what we add to the view IMO.
ya sure :)
Devin Rousso
Comment 5
2022-01-05 17:04:07 PST
Created
attachment 448455
[details]
[fast-cq] Patch
EWS
Comment 6
2022-01-05 18:58:57 PST
Committed
r287670
(
245767@main
): <
https://commits.webkit.org/245767@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 448455
[details]
.
Radar WebKit Bug Importer
Comment 7
2022-01-05 18:59:27 PST
<
rdar://problem/87176920
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug