* SUMMARY Generate Previews more often for RemoteObject interaction. Enable, fix, and use "generatePreview" in more places.
<rdar://problem/19915261>
Created attachment 247071 [details] [PATCH] Proposed Fix
Created attachment 247072 [details] [PATCH] Proposed Fix
Comment on attachment 247072 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=247072&action=review > Source/WebInspectorUI/UserInterface/Protocol/RemoteObject.js:394 > + RuntimeAgent.callFunctionOn(this._objectId, functionDeclaration.toString(), args, true, undefined, true mycallback); Missing a comma.
Comment on attachment 247072 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=247072&action=review >> Source/WebInspectorUI/UserInterface/Protocol/RemoteObject.js:394 >> + RuntimeAgent.callFunctionOn(this._objectId, functionDeclaration.toString(), args, true, undefined, true mycallback); > > Missing a comma. Arg, good catch!! This was me rebasing to get isolated patches and this was the only conflict. Fail!
Created attachment 247074 [details] [PATCH] For Landing
Comment on attachment 247074 [details] [PATCH] For Landing Clearing flags on attachment: 247074 Committed r180483: <http://trac.webkit.org/changeset/180483>
All reviewed patches have been landed. Closing bug.