Except as otherwise noted, the content of this page is licensed under a Creative Commons Attribution 2.5 license, and examples are licensed under the BSD License.

The Chromium OS designs and code are preliminary. Expect them to evolve.

Release Notes 3.0.190.2

posted Jun 23, 2009 7:23 PM by Mark Larson   [ updated Jul 6, 2009 3:35 PM by Jason Kersey ]
Versions and revisions of main components:
  • Chromium: 3.0.190 @ r18910
  • WebKit: 531.0 @ r44922
  • V8: 1.2.8.2 @ 2220
  • Gears: 0.5.21.0
Complete changelog: http://build.chromium.org/buildbot/perf/dashboard/ui/changelog.html?url=/branches/190/src&range=18546:19048&mode=html

Notable revisions:
  • [r18563] Fix Gears crash after making PluginThread::current() only work on that thread.
  • [r18572] Fix a crash with the ThumbnailGenerator.
  • [r18608] Issue 14221 - Inspector hits ASSERT when the tab re-navigates. (Issue: 14221 - Pri-2 - Fixed)
  • [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)
  • [r18675] Issue 4938 - Convert content to the monitor's color space. (Issue: 4938 - Pri-2 - Fixed)
  • [r18687] Improve chunked encoding parsing. (Issue: 14508 - Pri-0 - Fixed)
  • [r18693] Update V8 to version 1.2.8.1.
  • [r18697] Issue 14514 - Null pointer dereference in document wrapper caching code. (Issue: 14514 - Pri-3 - Fixed)
  • [r18718] Fix crashes stemming from ClientSocketPoolBase::ReleaseSocket(). (Issue: 13908 - Pri-0 - Fixed)
  • [r18720] [MAC] Fixes a crash when scrolling quickly on Mac. (Issue: 14211 - Pri-1 - 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.
  • [r18775] [WINDOWS] Fix crash in LocationBarView when accessing TabContents. (Issue: 14601 - Pri-1 - Fixed)
  • [r18788] [WINDOWS] Issue 14599 - Crash - TabContentsViewWin::GotFocus() (Issue: 14599 - Pri-1 - Fixed)
  • [r18798] Update V8 to version 1.2.8.2.
  • [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)
  • [r18898] Update WebKit r44872:44922