Updates:
Status: Fixed
Comment #5 on issue 9796 by da...@chromium.org: Crash in
WebCore::ImageBuffer::context
http://code.google.com/p/chromium/issues/detail?id=9796
Looks like we have merged past WebKit r42340, which includes this fix.
--
You received this message because you are lis
Comment #3 on issue 9796 by da...@chromium.org: Crash in
WebCore::ImageBuffer::context
http://code.google.com/p/chromium/issues/detail?id=9796
I think the negative width is related to RTL scripts.
In TransparencyAwareUniscribePainter::estimateTextBounds(), I end up with
left > right,
and th
Comment #2 on issue 9796 by da...@chromium.org: Crash in
WebCore::ImageBuffer::context
http://code.google.com/p/chromium/issues/detail?id=9796
> m_cachedBuffers = new OwnedBuffers(m_layerSize, true);
m_layerSize has a negative width.
--
You received this message because you are listed in the
Updates:
Status: Assigned
Cc: bre...@chromium.org
Labels: Mstone-2.0
Comment #1 on issue 9796 by j...@chromium.org: Crash in
WebCore::ImageBuffer::context
http://code.google.com/p/chromium/issues/detail?id=9796
(No comment was entered for this change.)
--
You received
Status: Untriaged
Owner: da...@chromium.org
CC: hu...@chromium.org, patr...@chromium.org
Labels: Type-Bug Pri-1 OS-All Area-WebKit Size-Medium Crash
New issue 9796 by hu...@chromium.org: Crash in WebCore::ImageBuffer::context
http://code.google.com/p/chromium/issues/detail?id=9796
Started to ha