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
124429
Web Inspector: Add TreeOutlineDataGridSynchronizer to coordinate sidebar and content views
https://bugs.webkit.org/show_bug.cgi?id=124429
Summary
Web Inspector: Add TreeOutlineDataGridSynchronizer to coordinate sidebar and ...
Timothy Hatcher
Reported
2013-11-15 12:25:53 PST
The TreeOutlineDataGridSynchronizer will help manage a TreeOutline in the sidebar and DataGrid in the content view.
Attachments
Patch
(26.99 KB, patch)
2013-11-15 12:37 PST
,
Timothy Hatcher
joepeck
: review+
timothy
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-11-15 12:26:39 PST
<
rdar://problem/15483047
>
Timothy Hatcher
Comment 2
2013-11-15 12:37:17 PST
Created
attachment 217070
[details]
Patch
Joseph Pecoraro
Comment 3
2013-11-18 10:23:11 PST
Comment on
attachment 217070
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=217070&action=review
r=me
> Source/WebInspectorUI/UserInterface/TreeOutlineDataGridSynchronizer.js:60 > + treeOutline.onremove = function(element) { > + this._treeElementRemoved(element); > + if (existingOnRemove) > + existingOnRemove.call(treeOutline, element); > + }.bind(this);
Based on the naming for all of these, I would expect the "this.method" to be called after the existing TreeOutline method. But no strong reason to change now.
Timothy Hatcher
Comment 4
2014-01-20 19:01:47 PST
https://trac.webkit.org/changeset/162405
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