0
Files
src/content
dgozman 5c7f1ac926 [DevTools] Fix frontend host race and assert.
When quickly reloading DevTools, on-load messages from frontend
like Console.enable are dispatched from both page loads, but only the
last batch (from the last reload) should be dispatched. Otherwise,
backend sees messages with the same id, and frontend receives multiple
responses, some of them even before load producing
"dispatchMessage is undefined" error.

Also, reloading frontend violates an assert in DevToolsHost.cpp because of
no proper cleanup in WebDevToolsFrontendImpl.

Drive-by: cleaning up WebDevToolsFrontend and DevToolsHost API.

BUG=566929

Review URL: https://codereview.chromium.org/1504763004

Cr-Commit-Position: refs/heads/master@{#363726}
2015-12-08 03:57:35 +00:00
..
2015-12-07 22:57:30 +00:00
2015-12-07 01:57:31 +00:00
2015-12-08 01:30:15 +00:00
2015-11-16 01:20:48 +00:00

Content is the core code needed to render a page using a multi-process sandboxed
browser.

Developer documentation:
http://www.chromium.org/developers/content-module