Today, data urls are shown as pending requests in the network panel. There should be no data urls in the network panel at all since there is no associated network request.
(crbug.com/69810)
Created attachment 88246 [details] Patch Data URL resources now show "(data url)" in status cell.
Comment on attachment 88246 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=88246&action=review > Source/WebCore/inspector/front-end/NetworkPanel.js:1524 > + this._statusCell.textContent = WebInspector.UIString("(data url)"); You need to update English.lproj/localizedStrings.js with new string. > Source/WebCore/inspector/front-end/NetworkPanel.js:1525 > + this._statusCell.addStyleClass("network-dim-cell"); Seems like this line is common. > Source/WebCore/inspector/front-end/Resource.js:716 > + isFromDataURL: function() nit: isDataURL
Created attachment 88276 [details] Patch with fixes
Comment on attachment 88276 [details] Patch with fixes Clearing flags on attachment: 88276 Committed r82985: <http://trac.webkit.org/changeset/82985>
All reviewed patches have been landed. Closing bug.