WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
150862
Web Inspector: REGRESSION (
r191612
): Storage sidebar panel tree outline is broken
https://bugs.webkit.org/show_bug.cgi?id=150862
Summary
Web Inspector: REGRESSION (r191612): Storage sidebar panel tree outline is br...
Matt Baker
Reported
2015-11-03 15:42:11 PST
* SUMMARY Storage sidebar panel tree outline is broken. Calling append() instead of appendChild() on database and application cache tree elements. Regressed in:
http://trac.webkit.org/changeset/191612
.
Attachments
[Patch] Proposed Fix
(3.96 KB, patch)
2015-11-03 16:02 PST
,
Matt Baker
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-11-03 15:42:49 PST
<
rdar://problem/23383951
>
Matt Baker
Comment 2
2015-11-03 15:58:28 PST
The app cache UI is still broken after fixing the regression because ApplicationCacheFrameContentView inherits from the wrong base class (regressed in
http://trac.webkit.org/changeset/187967
). Simply changing the base class to ContentView fixes the issue, so I'll roll that into this patch.
Matt Baker
Comment 3
2015-11-03 16:02:49 PST
Created
attachment 264746
[details]
[Patch] Proposed Fix
Joseph Pecoraro
Comment 4
2015-11-03 17:01:41 PST
Comment on
attachment 264746
[details]
[Patch] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=264746&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/ApplicationCacheFrameContentView.js:26 > -WebInspector.ApplicationCacheFrameContentView = class ApplicationCacheFrameContentView extends WebInspector.ApplicationCacheFrame > +WebInspector.ApplicationCacheFrameContentView = class ApplicationCacheFrameContentView extends WebInspector.ContentView
Great find.
WebKit Commit Bot
Comment 5
2015-11-03 17:49:40 PST
Comment on
attachment 264746
[details]
[Patch] Proposed Fix Clearing flags on attachment: 264746 Committed
r192005
: <
http://trac.webkit.org/changeset/192005
>
WebKit Commit Bot
Comment 6
2015-11-03 17:49:44 PST
All reviewed patches have been landed. Closing bug.
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