[webkit-reviews] review granted: [Bug 27322] Inspector: Create New DOM Storage Items via DataGrid : [Attachment 32821] Make DOM Storage DataGrid More Interactive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 15:02:57 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has granted Joseph Pecoraro
<joepeck02 at gmail.com>'s request for review:
Bug 27322: Inspector: Create New DOM Storage Items via DataGrid
https://bugs.webkit.org/show_bug.cgi?id=27322

Attachment 32821: Make DOM Storage DataGrid More Interactive
https://bugs.webkit.org/attachment.cgi?id=32821&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +	   if (this._editingNode.isCreationNode) {
> +	       element = this._editingNode._element.children[0]; // Leftmost
Column
> +	   }

No need for the braces here.

What does the creation row look like?


More information about the webkit-reviews mailing list