Summary: | Web Inspector: CSS Regions: Removing a content node of a ContentFlow from the DOM will send a 0 nodeId | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> | ||||||
Component: | Web Inspector | Assignee: | Alexandru Chiculita <achicu> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, graouts, joepeck, timothy, webkit-bug-importer, WebkitBugTracker | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 57312 | ||||||||
Attachments: |
|
Description
Alexandru Chiculita
2013-10-31 10:50:01 PDT
Created attachment 216248 [details]
Patch V1
Comment on attachment 216248 [details] Patch V1 View in context: https://bugs.webkit.org/attachment.cgi?id=216248&action=review > Source/WebInspectorUI/UserInterface/ContentFlowTreeContentView.js:186 > - this._nodesMap.remove(event.data.node.id); > + this._nodesMap.delete(event.data.node.id); Opps, good catch. > Source/WebInspectorUI/UserInterface/DOMTreeManager.js:43 > + this._contentNodesToFlowsMap = new Map(); No () is our style. Created attachment 216308 [details]
Patch for landing
Comment on attachment 216308 [details] Patch for landing Rejecting attachment 216308 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 216308, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in LayoutTests/ChangeLog contains OOPS!. Full output: http://webkit-queues.appspot.com/results/22638240 Comment on attachment 216308 [details] Patch for landing Clearing flags on attachment: 216308 Committed r158854: <http://trac.webkit.org/changeset/158854> All reviewed patches have been landed. Closing bug. |