Lines Matching full:failure
1323 (WebCore::XBMImageDecoder::frameBufferAtIndex): Return 0 for non-zero indexes, don't try to decode unnecessarily after failure or when the size couldn't be computed, make more in line with other decoders' comments and structure, call RGBA32Buffer::setRect() appropriately.
1745 e.g. Skia detects and handles image allocation failure while Cairo
1763 (WebCore::GIFImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better failure handling
1764 (WebCore::GIFImageDecoder::sizeNowAvailable): Add return values for better failure handling, rely on superclass setSize() for overflow protection
1765 (WebCore::GIFImageDecoder::initFrameBuffer): Add return values for better failure handling, remove prepEmptyFrameBuffer(), use RGBA32Buffer::setSize() to handle potential allocation failures (won't happen with Cairo port, can in Skia), use RGBA32Buffer::copyBitmapData() so backing store can be refcounted internally (Cairo won't be, Skia is), rely on superclass size() for better failure handling
1768 * platform/image-decoders/gif/GIFImageDecoder.h: Remove prepEmptyFrameBuffer(), add return values for better failure handling
1771 (GIFImageReader::read): Protect against array overflow, be more tolerant of bad data, better failure handling
1773 (WebCore::JPEGImageReader::decode): Better failure handling
1774 (WebCore::JPEGImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better failure handling
1775 (WebCore::JPEGImageDecoder::outputScanlines): Use RGBA32Buffer::setSize() to handle potential allocation failures (won't happen with Cairo port, can in Skia), rely on superclass size() for better failure handling, remove RGBA32Buffer::ensureHeight()
1779 (WebCore::PNGImageDecoder::isSizeAvailable): Rely on superclass isSizeAvailable() for better failure handling
1783 (WebCore::PNGImageDecoder::headerAvailable): Rely on superclass isSizeAvailable() and setSize() for overflow protection and better failure handling
2812 we run the cache failure steps:
4703 <rdar://problem/5931174> Assertion failure in CSSGradientValue::image
7692 Assertion failure in FrameLoader::transitionToCommitted on launch in
8966 Speculative fix for windows build failure.
9117 CAPTCHA failure.
10660 Not doing that can cause assersion failure.
11108 Assertion failure in Node::setDocument()
11238 when there is a failure while processing/loading a <source>.
11248 loadResource() as we need to report errors differently depending on the type of failure. Use
11256 failure if not.
11261 the failure happened while processing one. Only call nonSupported() when the failure happened
12386 - fix an assertion failure in RemoveNodeCommand() when deleting a <br>
18549 build failure on case-insensitive file systems because those systems would find the system <string.h>, averting
18737 Failure was only apparent when building with ACCELERATED_COMPOSITING enabled.
18845 <rdar://problem/6127705> Excessive memory consumption on image load failure
18996 failure, caused by my last check-in
21098 (WebCore::DocumentThreadableLoader::didReceiveAuthenticationChallenge): Simulate a failure
21616 This results in an assertion failure, and if assertions are turned off, corrupted output.
22611 Rolled r42345 back in. The build failure was caused by an
24050 Fix an assert failure when dropping an 'empty' text/uri-list on a QWebView.
24107 - fix an assertion failure when clicking at the beginning of a
25708 Bug 24672: ASSERTION FAILURE: !m_purgeableData in WebCore::CachedResource::data() saving a WebArchive
28185 different errors depending on what causes a failure. Watch for and report duration changes.
28191 tracks, store in m_enabledTrackCount so we can use it to help determine causes of failure.
28410 and it also solves compilation failure with symbian compilers.
28880 This causes an assertion failure in property access caching code.
29408 keeping it was causing a failure in fast/forms/listbox-selection.html.
31505 An assertion failure when updating an offline application cache after emptying caches
37339 in the document.write optimization. The test failure was trivial to
39745 Fix Bug 23871: Assertion failure beneath WebCore::openFunc when
42850 Use a 2 arguments constructor for KURL to avoid ASSERT failure.
45176 Bug 23686: REGRESSION (r40475): Failure in fast/xpath/4XPath/Core/test_core_functions.html
46840 resulted in a failure callback being sent. It turned out that proper redirects weren't
51399 Fix release-only build failure (and do a tiny code-cleanup).
52659 (WebCore::ApplicationCacheGroup::didReceiveResponse): Added a FIXME about correct failure
54228 Bug 23334: Compile failure in XMLTokenizerLibxml2.cpp
59382 MinGW build failure.
65256 Assertion failure in XMLHttpRequest::contextDestroyed
66382 Regression seen on QtWebKit - causes a build failure on Win using MinGW
67058 Assertion failure in CachedResource::makePurgeable during layout tests
69561 failure.
71264 Fix Bug 22161: Assertion failure in RenderThemeWin::systemColor when
71362 Fix QtWebkit build failure on arm.
76135 Build failure because of missing include
76138 Build failure fix for WebKit/GTK+; added missing
79359 failure next time we attempt to enter JS. The solution is just to
81350 * bindings/js/JSInspectedObjectWrapper.cpp: Try to fix a build failure
82334 - fix an assertion failure in http/tests/security/canvas-remote-read-svg-image.html due to re-entry into Cache::pruneDeadResources()
83785 Reproducible test failure for editing/undo/undo-iframe-location-change.html
87307 <rdar://problem/6234059> Reproducible assertion failure running svg/custom/acid3-test-77.html multiple times under guard malloc
90962 - fix <rdar://problem/6171280> REGRESSION (r35667): Assertion failure in WebCore::FrameView::scheduleRelayout() when releasing a page with counters from the b/f cache
91151 Fix the ASSERT and failure in webarchive/archive-empty-frame-source.html
94759 Failure to fire a timer is fatal to the cross-platform Timer code, since it won't re-schedule
95168 Fix build failure.
95315 assertion failure in paining code because of the forced paint on
97204 Make fast*alloc() abort() on failure and add "try" variants that
97205 return NULL on failure.