Home | History | Annotate | Download | only in WebCore

Lines Matching full:crash

81         - fix <rdar://problem/6967975> crash with NSString drawAtPoint
83 No test possible because this crash can only occur if the client uses
200 in some situations in debug builds, and crash.
645 Alert during a dragenter event handler will crash the renderer
647 This crash is casued by calling NULL pointer m_documentUnderMouse in
655 Fix the crash by checking m_documentUnderMouse after tryDHTMLDrag and
951 Fix crash when a renderer for an anonymous node is composited
1201 Crash at Node::nodeIndex()
1204 This crash seems to be caused by calling nodeIndex() on
1213 One reproduction I tried, did not crash in Release mode, even though it
1226 Since I can't reproduce the crash, no test.
1239 have reports if this crash from Release mode, I can only
1549 Fix a crash for radial gradients with a zero radius.
1552 Test: fast/gradients/crash-on-zero-radius.html
1885 Test: fast/frames/javascript-url-as-framesrc-crash.html
1897 Test: svg/custom/use-mutation-event-crash.svg
2025 <rdar://problem/6727495> Repro crash in WebCore::Loader::Host::servePendingRequests() and dupes.
2176 Fix tab crash caused by destroying the popup list that fired the change event on abandon.
2262 crash.
2808 Potential crash after ApplicationCacheStorage::storeNewestCache() fails
2810 Fix the crash by checking the return value of cacheStorage().storeNewestCache(this)
3193 - Fix for crash (preceded by assertion) in InspectorController::didCommitLoad
3218 Add workaround for crash in Linux Flash Player when hosted by
3464 Test: editing/execCommand/list-wrapping-image-crash.html
3639 - name, local-name and namespace functions should crash on attribute nodes;
3658 (WebCore::XPath::FunNamespaceURI::evaluate): This function could crash if used with an
4940 Fix a crash in custom V8 bindings code for XMLHttpRequest.
5910 fixed <rdar://problem/6925482> repro crash in WebCore::DragController::dragExited dropping
6144 Fix the crash issue while running layout tests after enalbed XHTMLMP
6155 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
7664 - speculative fix for <rdar://problem/6890716> crash at
7902 crash painting the selection on registration page of car2go.com
7908 Test: fast/block/float/selection-gap-clip-out-tiger-crash.html
8018 Office 2008: Entourage: Crash when you switch to "My Day" view
8555 Fix a crash in Mac Chromium when displaying an HTML select element
10041 * manual-tests/right-click-crash.html: Added.
10249 Revert http://trac.webkit.org/changeset/43507 which caused crash in PPC nightlies with Safari 4.
10330 Bug 25394: REGRESSION: crash in DocumentLoader::addResponse due to bad |this| pointer
10333 Test: http/tests/xmlhttprequest/frame-unload-abort-crash.html
10640 Test: fast/parser/implicit-head-in-fragment-crash.html
11033 - fix a crash when deactivating a document that had adopted a <form>
11036 Test: fast/dom/HTMLFormElement/document-deactivation-callback-crash.html
11157 - fix <rdar://problem/6864786> REGRESSION: Crash below
11359 [Qt] crash at http://browserspy.dk/browser.php
11378 Bug 25640: Crash on quit in r43384 nightly build on Leopard w/ Safari 4 beta installed
12809 able to get it to crash with a test case so I just added an ASSERT.
12854 Roll out http://trac.webkit.org/changeset/43213 as it caused 4 tests to crash.
13593 <rdar://problem/6631735> Crash in WebCore::CSSStyleSelector::applyProperty(int, WebCore::CSSValue*) (RenderStyle.h:454)
14408 Fix for <rdar://problem/6841106> REGRESSION: Crash drag selecting
15217 - fast/dom/location-new-window-no-crash
16304 <rdar://problem/6822344> Use of QTMovieCurrentSizeAttribute generates exception and will crash
16588 The crash happened because a cached resource handle was removed from a document's cached
16601 crash, and also fixes many cases of resource content being unavailable in Web Inspector.
16753 Improve the fix for bug 25355: Crash when Creating New Tab or New Window when set to open Same Page
17123 Bug 25355: Crash when Creating New Tab or New Window when set to open Same Page
17194 Test: editing/selection/doubleclick-whitespace-img-crash.html
17511 - fix <rdar://problem/6081309> Mail crash when pressing down arrow in
17514 Test: editing/selection/extend-by-line-anonymous-content-crash.html
17721 Fix a crash in Mail when forwarding a specific HTML email.
17753 Fix a crash on Gmail when they remove a "before unload" event listener when
17918 Crash when changing block styles in a root that contains no visible content (but contains nodes with renderers)
18121 - fix <rdar://problem/5914146> Crash at -[NSScrollView scrollWheel:]
18127 removes a subframe from the document). This leads to a crash in
18153 Tiger crash fix: Put VM tags in their own header file, and fixed up the
18188 REGRESSION(r41732): Crash when constructing XMLHttpRequest in a detached document
18776 Crash when data:// loads are cancelled
20434 causes a crash
20761 This is some cleanup motivated by the crash in http://crbug.com/9775 , which
21522 CRASH in DocumentLoader::removeSubresourceLoader due to null m_frame
21524 Test: fast/frames/frame-unload-crash.html
21823 <rdar://problem/6773515> crash in push_heap inside WebCore when printing
21825 The crash was due to manipulating a timer on a different thread than the one it was created on.
22472 Crash when accessing svg.viewport on a detached SVGSVGElement
22784 Fix document.implementation.createDocument(null, "a:b") not to crash!
22790 (WebCore::ContainerNode::addChild): add ASSERT() to give a better crash next time
22811 Fix <rdar://6592515> Crash closing tab with Top Sites or Cover Flow
22816 the Frame's Page had been destroyed, leading to a crash. This patch
22918 Fixes a Chromium-specific crash in WebCore::ImageBuffer::context that
23991 HTMLCanvasElement crash when ImageBuffer creation fails.
24155 Test: transitions/bad-transition-shorthand-crash.html
24608 <rdar://problem/6654255> crash due to null FrameView in EventHandler
24877 received also in gotChunkCallback, or we crash in didReceiveData
24888 Crash when content type parameters have no value
24987 Bug 22378: Crash submitting a form when parsing an XHTML document
25693 Bug 23445: Copying certain hidden text causes a crash
25702 never hit the end of the range and will probably crash iterating the rest of the document.
25900 Bug 24914: empty-string assertion crash when running storage tests
26134 [GTK] SVG - Crash on setting the cursor icon
26349 1. Fix the crash in setHintEncoding
26440 without type checking. A crash could happen if you added event
26845 Fixed <rdar://problem/6603167> Crash in WebKit!JSC::JSGlobalObject::resetPrototype
26855 COLLECT_ON_EVERY_ALLOCATION set to 1, existing tests crash/hang.
27015 been what we intended, but we certainly don't crash.
27062 Coverty believes we can crash here due to j being larger than GlyphPage::size. I think to is already
27109 - fix <rdar://problem/6472150> repro crash in
27261 Bug 24740: crash in RenderSlider::setPositionFromValue when calling pause() after setting <video> to display: none
27268 Test: media/video-display-none-crash.html
27311 crash if called early on a brand new RenderSlider.
28923 Fix a crash when loading a svg file in Chromium's test_shell and
29128 this bug, but would have prevented the crash that led to this bug in the first place.
29331 Fix crash seen right away when running run-webkit-tests.
29447 [GTK] Crash in FcPatternHash
29460 [GTK] Crash in FcPatternHash
29479 Bug 24624: Crash in imageLoadEventTimerFired after adoptNode used on <img>,
29584 [GTK] Crash in FcPatternHash
29782 <rdar://problem/6686721> Media document crash in 64-bit WebKit
30426 <rdar://problem/6622300>: Reproducible crash on
30613 Test: editing/selection/crash-on-drag-with-mutation-events.html
30761 Fixed a crash on the 1x1 pixel check for background image in gtk.
31220 Bug 24494: crash when deleting at end of document and merging paragraphs
31432 Bug 23564: REGRESSION (r39230-39286): crash loading page that changes <input> display type and then calls innerHTML
31436 Test: fast/dom/HTMLElement/innerHTML-selection-crash.html
31440 this crash and other possible crashes inside innerHTML.
31694 Test: fast/block/float/crash-on-absolute-positioning.html
32274 Bug 24422: REGRESSION: null-URL crash in FrameLoader setting location.hash on new window
32278 Test: fast/dom/location-new-window-no-crash.html
32425 Fix crash when hit-testing elements with -webkit-transform-style: preserve-3d
32797 Add an ASSERT to better demonstrate the cause of the crash in
33267 Crash on replacing document contents during drop.
33271 Test: fast/events/crash-on-mutate-during-drop.html
34006 - fix <rdar://problem/6634768> Reproducible crash in RenderLayer::updateScrollCornerStyle() using full-page zoom at MobileMe Contacts
34065 Fixes crash when the GIO backend is given the URI for a directory.
34114 didReceiveData whould crash because of the handle dying.
34143 <rdar://problem/6573250> REGRESSION: Crash when mouse cursor moves over a link on www.opportuno.de
34738 indicates that the frame/page is being destroyed. This causes a crash
34750 Fix a crash caused by unsafe type conversion.
34900 Bug 24143: Crash occurs at WebCore::AccessibilityTable::isTableExposableThroughAccessibility() when applying a link in GMail
34999 Re-working of <rdar://problem/6487249> repro crash in
35072 Fix for <rdar://problem/6487249> repro crash in
35309 REGRESSION: Crash in WebCore::Document::initSecurityContext
35311 The crash started to happen when we removed a check for frame->document() being null.
35313 security origins. So, this patch fixes the crash by correcting security origin behavior.
35838 The crash occurred because Document::cloneNode would call Document::createElementNS. Unfortunately
36169 Crash when manipulating document from within an iframe onload function
36843 - WebCore part of fixing <rdar://problem/6507512> Crash in iChat at CSSStyleSelector::adjustRenderStyle
36845 The crash results from re-entry into
36855 The crash is a regression. See also the discussion in
36885 REGRESSION: crash on windows loading http://www.stickam.com/liveStreams.do
37170 crash when destroying a webview that opened a page containing <script>
37605 Fixes crash in the Qt port on Windows with comboboxes
40066 A layout test is added: fast/dom/navigator-detached-no-crash.html
40149 Bug 23858: Crash when removing a HTMLSelectElement from the document from inside its focus event handler
40557 Fix a regression crash where an empty src value and a "text/html" type
40772 Fix for https://bugs.webkit.org/show_bug.cgi?id=23832, crash when inspecting an image using the
41830 Fix a crash in RenderWidget::destroy when navigating away from a page
42064 Fix crash on svg custom stop test. A virtual function didn't get patched properly.
43783 Switch to using a ref-counted wxFont pointer for FontPlatformData to fix a crash
43808 Fix a crash in generated content when a generated image with an already-cached background image gets
43809 created. It's not completely clear how to reproduce this crash.
44041 Back this change out since it is causing layout tests to crash. There is something subtle going on
45928 Test: fast/block/float/crash-replaced-display-block.html
46680 Covered by existing tests (as a random crash).
46837 Crash in appcache/resource-redirect.html on Tiger
46847 (WebCore::ApplicationCacheGroup::didFail): Fixed this function to not crash if
47880 Fix crash of svg/custom/stop-crash.svg testcase because of
49245 Bug 23509: Crash at -[WebCoreAXObject doAXNextSentenceEndTextMarkerForTextMarker:]
49445 Bug 23509: Crash at -[WebCoreAXObject doAXNextSentenceEndTextMarkerForTextMarker:]
50709 Bug 23470: Crash when page load occurs while processing scroll event with MallocScribble enabled
51410 Bug 23443: Table accessibility should be re-enabled after fixing crash that occurs at WebCore::AccessibilityTable::isTableExposableThroughAccessibility()
51413 Test: accessibility/table-modification-crash.html
52465 [GTK] Fix crash due a callback called from GIO after the
52470 'client' is set, otherwise cancelling a load could lead to a crash.
53382 - fix a regression that resulted in a crash when plug-ins were
53677 Bug 23385: crash
53680 Option-tabbing through the page mentioned in the bug causes a crash
53682 Test: fast/events/tab-crash-with-image-map.html
54719 multiple caches survive the last DocumentLoader destruction, preventing a crash in release
55153 Fix crash in the Qt port when deleting a popup from within a
55458 Test: editing/selection/doubleclick-whitespace-crash.html
55780 (WebCore::RegularExpression::match): Added a null check so we won't crash if
56040 Checking whether malloc can allocate memory or not. If it can't, CRASH macro is invoked
56429 <rdar://problem/6477502> Repro crash reloading page using HTML5 AppCache on Windows
57012 <rdar://problem/6477501> Repro crash loading HTML5 AppCache manifest directly
57014 The crash happened whenever a cached resource was downloaded, as opposed to used directly.
57329 <rdar://problem/6391734> SnowLeopard: Crash doing Copy Image from context menu
57332 a normal Copy doesn't cause a crash.
58502 <rdar://problem/6471129> Workers crash on Windows Release builds
59392 [gtk] webkit up to r39121 crash on image urls like
59447 - fix <rdar://problem/6469944> REGRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening http://billshrink.com
59594 <rdar://problem/6310682> REGRESSION: Crash in CFHTTPCookieStorageCopy beneath WebCore::cookies() when
59616 not there is generated bytecode. This leads to a crash caused by accessing
59620 have been reparsed. The crash isn't 100% reproducible, but on the one test case
59720 REGRESSION: Timer-related crash when closing Web Inspector
59722 Test: fast/dom/Window/remove-timeout-crash.html
59965 This crash happened because main resource for subframe was looked up in top frame's
60117 <https://bugs.webkit.org/show_bug.cgi?id=19703> Crash in WebCore::InsertNodeBeforeCommand::doUnapply()
60118 <rdar://problem/4059423> DOM operations performed on editable HTML can cause a crash later during Undo
60497 Fix obvious crash fix for WML enabled builds.
60990 No test, because the crash is not readily reproducible.
61037 crash occurs at
61726 - fix <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
61965 <rdar://problem/6444455> Worker Thread crash running multiple workers for a moderate amount of time
62692 <rdar://problem/6302405> Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
62700 Test: svg/css/crash-css-generated-content.xhtml
62815 Fix crash in the cairo implementation of the SVGPaintServer
63370 Fix intermittent crash in buildbot. The CSSCursorImageValues and
63915 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
63916 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
63922 Test: transitions/transition-duration-cleared-in-transitionend-crash.html
64367 hash function to crash since it contains a null StringImpl. Used in
65199 This is a regression (causes a crash of LayoutTests/animations/transform-animation-event-destroy-element.html).
66140 crash which this patch fixes.
66162 copied from Windows, but caused Silverlight on Mac to crash when loaded.
66177 Crash at WebCore::AccessibilityRenderObject::activeDescendant() on Google Reader with ARIA (22510)
66228 NULL pointer crash in dispatchEvent(null);
66230 Test: fast/events/dispatchEvent-crash.html
66250 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
66254 The crash happened because style recalculation was invoked by
66516 This fixes the crash when the small-caps font variant is used
66522 Test: fast/css/small-caps-crash.html
67000 Fix a crash when an animation or transition end event handler
69758 - fix just-introduced crash in the svg/custom/svg-fonts-in-html.html test
69760 This gets rid of the crash. It restores the behavior of the CG case from before Dirk
70510 Crash when close event is dispatched to MessagePort due to document destruction
71223 Fix crash when rendering the file chooser.
72456 CRASH at Scrollbar::invalidateRect due to null m_client
72498 Fix crash in the Qt port when unloading swfdec and Flash 10
73283 the one from the curl backend which has recent correctness and crash
73319 Fixes assert on fast/tokenizer/image-empty-crash.html
74683 Infinite recursion crash in WebCore::RenderSVGRoot::absoluteClippedOverflowRect on a <stop> element outside of a gradient block
74686 Test: svg/custom/stop-crash.svg
74705 <rdar://problem/6322650> Crash in fast/loader/simultaneous-reloads-assert.html
74849 REGRESSION: Sign-in on Fancast.com causes crash in Webkit nightly
75204 <rdar://problem/6304151> REGRESSION (r36513): Crash when removing a widget with percent height
76342 code. The logs indicate that this crash occurs when closing a
76343 window containing a PDF, so in case where we crash, the PDF's view
76574 Fix a crash in Accessibility where a table section was being
77513 [GTK] crash after selecting a file on an <input type=file>
78955 Bug 21557: REGRESSION: generated-layer-scrollbar-crash.html is crashing
80024 The API usage to reveal this crash was so particular that a layout test is not possible with our current infrastructure.
80081 svg/custom/use-setAttribute-crash.svg (covers bug 20550)
80370 <rdar://problem/6273887> Crash in ApplicationCacheGroup
80767 REGRESSION: crash in ScriptElement::notifyFinished
82305 REGRESSION: Crash beneath RenderSVGViewportContainer::viewportTransform() during SVGSVGElement destruction
83118 MessagePort crash when GC collects an object with a pending close event
83241 - WebCore part of fixing <rdar://problem/6247906> REGRESSION (r19500): Crash on quit beneath CloseThemeData
83396 Test: transitions/override-transition-crash.html
83468 Accidentally removed a check to see if the scrollbar modes were equal. This caused a crash on Windows.
83736 Fix crash when WebKit has no instantiated Scrollbars and the appearance prefs for scrollbars are
84158 Bug 21184: REGRESSION: Reproducible crash below StringImpl::hash while running editing/deleting/5408255.html
84427 <rdar://problem/6252041> REGRESSION (4dp-TOT): Crash in Widget::platformWidget() when closing a PDF
84429 This crash was lurking for a while and basically got exposed by my changes to visibleContentRect() to
85574 Calling a MessageChannel constructor from a destroyed document results in a crash
86000 Fixes: https://bugs.webkit.org/show_bug.cgi?id=21046 (Several LayoutTests crash)
87263 allocated, which could lead to a crash; note that RuntimeMethod,
87479 Fix for crash in updateTransitions. Make sure to test for a style
87752 Fix for <rdar://problem/6231308> crash in AutoTableLayout
88711 Fix for https://bugs.webkit.org/show_bug.cgi?id=20515 Crash upon
89351 Crash in WebCore::Frame::setNeedsReapplyStyles()
91109 Fix for <rdar://problem/6216951> REGRESSION (r36000?): Crash due to infinite recursion into EventHandler::hitTestResultAtPoint() with disconnected frames
91119 Re-introducing the code since it was not the cause of the crash.
91255 Reverting because this caused a crash.
91416 likely crash.
92383 Crash after OK in dialog box and reloading page in secure mode
93153 Fixed <rdar://problem/6193022> <rdar://problem/6193022> Crash occurs at WebCore::AnimationBase::propertiesEqual () after certain steps
93290 Bug 19964: Divide by zero crash in RenderBox::calculateBackgroundSize with 0,0 bmp background image
93304 Bug 20397: Invalid webkit-border-bottom-left-radius property causes crash
93766 crash, thus I've not made a test.
93882 Don't crash when drawing patterns with the HTML canvas. Patterns
93883 remain unimplemented but at least they don't crash anymore. This is
94277 [GTK] search popup crash
94329 Crash after OK in dialog box and reloading page in secure mode
94428 <rdar://problem/6134133> - Crash when loading large movie as a standalone document
94432 away the virtual address space and a crash.
94642 there is no profile, can cause crash
94663 <rdar://problem/6149787> crash @ com.apple.JavaScriptCore: WTF::callOnMainThread + 37.
94987 [GTK] Crash on some pages due to a plugin
96477 Fix @font-face inside @media rule crash.
97468 - fix <rdar://problem/6131096> Reproducible crash in CounterNode::isReset under guard malloc