[r18609] Issue 13996 - Renderer Crash @ DomAgentImpl::StopListening DevTools: Do not crash on document-less HTMLFrameOwnerElement removal from DOM while inspecting. (Issue: 13996 - Pri-1 - Fixed)
[r18673] [LINUX] Issue 14483 - Crash in MimeUtilConstants destructor linux: NULL-initialize an array. (Issue: 14483 - Pri-0 - Fixed)
[r18729] Call Layout directly from SetContentsView. In the case where the Widget is created with bounds, SetContentsView never causes a subsequent Layout because the bounds won't have changed.
[r18763] Implement a max worker count of 16 per tab and 64 total. Any workers created after that are queued.
[r18805] DevTools: fix crash when inspect element invoked on the root element.
[r18843] [LINUX] Remove ourselves as a message loop observer in the tabstrip destructor to catch the case when the user closes the last tab in a tabstrip. (Issue: 14648 - Pri-0 - Fixed)