Lines Matching full:crash
1074 - fix <rdar://problem/4175734> Crash trying to retrieve data with
1089 - fixed bug that was causing a crash when running layout tests
1105 This fixes a crash I was seeing running the WebKit tests.
2038 - attempted fix for <rdar://problem/4070895> 8A428: Unrepro Safari crash on
2041 Test cases added: None - there are no known reproducible cases of this crash
2234 JS crash with DOM2 mouse event with incorrect view
5238 - fixed crash in one of the W3C DOM tests
5294 expressions with certain ranges of Unicode characters cause a crash
5454 - fixed <rdar://problem/4204496> REGRESSION(denver): repro crash in KHTMLParser::finished() downloading attachment at webmail.mac.com
5573 Fix bugzilla bug 4219, crash because we tried to do the fake paint
5578 Reviewed by darin/mjs (accessibility), kocienda(crash)
5695 Fixes <http://bugs.webkit.org/show_bug.cgi?id=3359> Crash on hover with certain styles on the text applied
5699 crash.
7584 update dynamically without causing a crash.
8278 - fixed <rdar://problem/4181058> 8C45: Safari repro crash with document.write (DOM::NodeImpl::dispatchEvent)
8849 Fix crash caused by my changes in revision 1.6 of khtml/editing/delete_selection_command.cpp.
15102 - Fixes a crash in TOT Mail/Blot if you Edit -> Add Hyperlink on a Selection
15257 Fixed <rdar://problem/4152454> crash in KJS::ExprStatementNode::execute(KJS::ExecState*) in World Clock widget with TOT.
15450 - fixed crash when using JavaScript-created events that prevented tests from running
15671 - better fix for <rdar://problem/4142247> REGRESSION: List to browse widgets at Apple website failed. Closing tab afterwards caused Safari crash
16011 fix for <rdar://problem/4135705> REGRESSION (412-TOT) crash in TV Tracker widget - KJS::XMLHttpRequest::removeFromRequestsByDocument()
16027 - fixed bug where any function taking an event parameter would crash with a nil-deref
16028 - fixed incorrect ref/deref bug in MutationEventImpl that would cause a crash crash
16041 Without this, both test cases above will crash.
16049 (MutationEventImpl::initMutationEvent): Ditto. This was causing the layout tests to crash with the new tests above.
16111 - fixed <rdar://problem/4134124> REGRESSION (tip of tree): crash in QWidget::getView handling onunload event (yahoo.com)
16120 fix for <rdar://problem/4067761> 8A425: reload stock widget over and over and crash in XMLHttpRequest::changeState
16472 Prevent crash when going from no selection to selection with mispelling checks enabled.
16495 fix for <rdar://problem/4127101> REGRESSION(412-TOT) crash when creating Option element
16504 - fixed <rdar://problem/4126160> Crash sending mouse-exited event after reloading
17342 fix for <rdar://problem/4061979> crash in DOM::ElementImpl::setAttribute at www.nitto-kohki.co.jp
18688 fix for <rdar://problem/4110775> Crash will occur when double-clicking outerHTML link on W3 DOM test
18693 This was causing a crash when you tried to set the outerHTML on an element that was no longer in the DOM tree.
19557 New test case for <rdar://problem/4092136> reproducible crash in KJS::kjs_fast_realloc loading maps.google.com
20127 <rdar://problem/4069161> REGRESSION (8A416-8A419): Safari crash bringing up context menu for non-HTML content in a frame
20277 - fixed <rdar://problem/3923903> REGRESSION (164-165): Repro Safari crash in khtml::RenderLayer::scrollToOffset
20391 - fixed <rdar://problem/4057594> REGRESSION (125-406): Unrepro crash in HTMLTokenizer::allDataProcessed after hitting Back button
20451 - fixed <rdar://problem/4058740> Crash (nil-deref) editing Mail reply
20456 Add nil check to loop. It shouldn't be necessary, but this crash trace seems to be
20639 - fixed <rdar://problem/4045203> REGRESSION (125-188): Redundant JS imports crash Safari
20782 Fixed <rdar://problem/4053658> Crash getting direction at maps.google.com
20834 - fixed <rdar://problem/4052246> crash in KWQKHTMLPart::createPart() trying to display local file in frame
20845 New fix for <rdar://problem/3667701> crash in KHTMLPart::jScriptEnabled()
20853 * khtml/html/htmltokenizer.h: Added loadStopped flag. Changed the view pointer from a standard pointer to a QGuardedPtr. This fixes the crash. Now the tokenizer's handle to the view will now automatically nil-out and never dangle.
20867 Also fixes crash by adding nil check.
20954 (khtml::DeleteSelectionCommand::handleGeneralDelete): Add some null checks to the code. This fixes the crash, although
21008 Fixed: <rdar://problem/3667701> crash in KHTMLPart::jScriptEnabled()
21474 <rdar://problem/4039661> crash in ApplyStyleCommand::applyBlockStyle pasting contents of webpage into Mail or Blot
21625 <rdar://problem/4029225> REGRESSION (Mail): Crash if hit return after dragging in attachment - DeleteSelectionCommand::initializePositionData
21734 - fixed <rdar://problem/4038478> Crash in renderer viewing RSS feed at feed://wvs.topleftpixel.com/index.rdf
21756 <rdar://problem/4038267> REGRESSION (Mail): Crash copying and pasting end of paragraph
21835 Fixed: <rdar://problem/4032840> REGRESSION (Mail): crash in RemoveNodeCommand after pasting attachment at end of message
21953 for the calculation to come out right. Layout added. Crash gone.
22036 - fixed <rdar://problem/4024966> crash happened twice in [KWQTextField setHasFocus:] + 0xe8
22106 <rdar://problem/4031718> REGRESSION (401-401+): Safari reproducible crash setting up scope in JSLazyEventListener::parseCode authenticating to bugweb
22116 do, and it finesses the crash.
22607 Fixed: <rdar://problem/4023566> Stickies: Crash in ReplacementFragment::insertFragmentForTestRendering on paste
22635 - fixed <rdar://problem/4025618> Crash while searching at hollywoodvideo.com
22684 (khtml::previousLinePosition): Adding an updateLayout call at the start of the function fixes the crash, since
22720 <rdar://problem/4023566> Stickies: Crash in ReplacementFragment::insertFragmentForTestRendering on paste
22724 <rdar://problem/4025177> crash copying safari.apple.com into Blot document
22725 <rdar://problem/4025184> crash in DOM::NodeImpl::parentNode copying "New!" from google.com to Blot
22726 <rdar://problem/4025214> crash in DOM::NodeImpl::getRect loading paste-match-style-001.html
22745 <rdar://problem/4020108> Pasting text into message makes Mail crash reproducibly
22747 Note that, even with this fix, development build will crash until this bug is fixed:
22750 This will not crash deployment builds, so I am going to land.
22805 Fixed: <rdar://problem/4023566> Stickies: Crash in ReplacementFragment::insertFragmentForTestRendering on paste
22930 <rdar://problem/3996685> REGRESSION: Crash in KWQVectorImpl::at loading http://maps.google.com/mapfiles/homepanel.xsl
23044 Fixed <rdar://problem/4020747> REGRESSION: stray </applet> tags crash Safari
23200 - fixed <rdar://problem/4006509> REGRESSION (171-172): Setting CSS -khtml-user-modify property triggers crash
23338 - fixed <rdar://problem/4006596> REGRESSION (183-184): crash in DOM::DocumentImpl::setFocusNode(DOM::NodeImpl*)
23388 <rdar://problem/4017066> crash in KJS::ValueImp::dispatchType() every time I load www.nytimes.com/pages/automobiles
23844 fix for <rdar://problem/4010028> 8A383: Safari v185 crash loading united.com multi city fare finder page.
23980 <rdar://problem/3942428> reproducible crash loading cbs.sportsline.com
24322 <rdar://problem/3992092> 8A374: Mail crash while pasting - RemoveNodeCommand
24468 Fix for 3980778, repro crash in RootInlineBox::paint. Make sure that when merging blocks we dirty them for layout
24848 - fixed <rdar://problem/3986639> Crash occurs after choosing Undo Typing from the Edit menu
25232 * kwq/WebCoreBridge.mm: (-[WebCoreBridge elementAtPoint:]): By using the correct document, fix the crash reported here.
25241 - fixed <rdar://problem/3981759> nil-deref and crash when pasting just a paragraph break
25253 checking if lastNodeInserted is a <br> element, which fixes the crash when pasting just a paragraph break.
25311 - fixed <rdar://problem/3864536> crash copying text from other apps and pasting in a sticky in dashboard
25623 <rdar://problem/3963731> AX VO: Changing window sizes causes a crash using with Voice Over - KWQPtrDictImpl::clear
25679 <rdar://problem/3972851> REGRESSION (179-180+): Repro crash in ApplyStyleCommand::cleanUpEmptyStyleSpans
25695 start and end points of the selection in order to do its work. I think you can see the crash
25819 - fixed <rdar://problem/3874683> REGRESSION (161-162): Crash after typing command-Z to undo after pasting text with newline in it into a text field <input type=text>
26033 Fix for oddness on albertsons.com. Make sure not to crash when setting/removing style properties on a node
26069 <rdar://problem/3960196> AX Crash in DOM::Range::setStartBefore
26543 <rdar://problem/3949908> Crash when asking for the kAXLengthForTextMarkerRangeParameterizedAttribute
26549 Add nil check to return nil rather than crash when child node not found.
26797 Fixed: <rdar://problem/3924219> Calling setOuterHTML: on a DOMHTMLHtmlElement can crash a program
27168 Fixed: <rdar://problem/3936879> nil-deref, crash in InlineFlowBox::nodeAtPoint closing DHTML menus at hrweb.apple.com
27171 (khtml::RenderBlock::fillInlineSelectionGaps): Added a nil check. If there is no selection, don't try to get the selection's containing block. If we do, we'll crash.
27293 <rdar://problem/3935390> Tiger 8A341: nil deref crash in DOM::NodeImpl::traverseNextNode
27299 nil, meaning the end to avoid triggering above assert (formerly crash).
27335 (-[WebCoreBridge ensureSelectionVisible]): Put in some null checks to prevent crash experienced in bug.
27635 <rdar://problem/3927752> Crash in khtml::CompositeEditCommand::removeBlockPlaceholderIfNeeded(DOM::NodeImpl*)
27978 <rdar://problem/3924291> REGRESSION (Mail): Crash deleting content following a <p> element
28175 Fixed: <rdar://problem/3864536> crash copying text from other apps and pasting in a sticky in dashboard
28475 <rdar://problem/3907484> REGRESSION (125-173): crash when KWQTextField is dealloc'ed while setting focus (profoundlearning.com)
28561 <rdar://problem/3912979> REGRESSION (125-173): repro crash in HTMLCollectionImpl code (www.clubtravel.ie)
28698 <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand; selection is empty, leading to null deref
28805 after new block has been inserted, otherwise a crash can result. Shuffle down call
29168 - fixed first symptom of <rdar://problem/3830936> REGRESSION (125-165): crash due to null font family, hang at changeforamerica.com
29171 the family name is a null string. This prevents the crash, but there are still other problems that may have the same
29184 <rdar://problem/3903173> REGRESSION (172-TOT): assertion failure and crash in slotAllData logging into hotmail account
29254 - fixed <rdar://problem/3889411> REGRESSION (125-172): repro crash in
29351 - fixed <rdar://problem/3901109> REGRESSION (171-172): repro crash in DOM::NodeImpl::setChanged at chick-fil-a.com
29365 Fixed: <rdar://problem/3903173> REGRESSION (172-TOT): assertion failure and crash in slotAllData logging into hotmail account
29464 Fixed <rdar://problem/3841332> REGRESSION (125.9-167u): repro crash in -[KWQPageState invalidate] involving .Mac images
29529 <rdar://problem/3900996> Crash dragging past end of contentEditable DIV, at DOM::RangeImpl::pastEndNode() const + 24
29535 eventually led to the crash). Since this crash happened, it seems like this function was failing in its
29657 - rolled in a KDE fix for a containingBlock crash
29660 elements that can not be a containingBlock. They said this fixes a crash, although I did not look
29663 - fixed <rdar://problem/3884660> 8A305: Repro crash in QScrollBar::setValue (affects Safari RSS)
30369 - fixed <rdar://problem/3885744> crash with XMLHttpRequest test page (reported by KDE folks)
31836 fixed <rdar://problem/3681094> Crash in KJS::WindowFunc::tryCall with application/xhtml+xml Content-Type
31922 - fixed <rdar://problem/3751619> Safari crash in khtml::CircularSearchBuffer::append(QChar const&)
31967 <rdar://problem/3854848> Tiger Mail Crash in WebCore - khtml::CompositeEditCommand::insertNodeAfter
31987 Fixed: <rdar://problem/3856913> Panther-only crash in QString code copying front page of store.apple.com
32097 crash.
32277 Fix for 3810389, crash because of continuation() craziness. Revert back to the old behavior of
32342 Fix for 3726524, crash in updateLayerPosition. Make sure anonymous elements properly remove themselves
32620 - fixed <rdar://problem/3840052> Crash in removeBlockPlaceholderIfNeeded attaching file to empty document
32861 <rdar://problem/3831372> The valueForKey method for @"offsetLeft" on a paragraph element causes a crash.
32889 yesterday. This change simply improves things even more so that we do not crash in the
32899 crash in caret painting code
32906 I added some other crash protections below.
33106 - fixed <rdar://problem/3664375> repro crash in -[KWQAccObject accessibilityAttributeNames]
33591 - fixed <rdar://problem/3826343> crash in KHTMLParser::setCurrent parsing document fragment (happens in Calendar widget)
33648 - fixed <rdar://problem/3824393> REGRESSION (165-TOT): Crash in KHTMLParser::popOneBlock closing window (bose.com)
33685 <rdar://problem/3825289> REGRESSION (Mail): Crash in fontForSelection in empty window
33785 Fixed <rdar://problem/3822330> REGRESSION: crash on launch when homepage is set to about:blank
34584 Fix for hitlist bug, crash when deleting.
34602 - fixed <rdar://problem/3527840> reproducible crash at johnbrown.v32.qikker.com
35133 - fix crash when pasting text at the end of the document and then doing an undo
35438 Fixed: <rdar://problem/3781290> REGRESSION (Mail): Crash in ReplaceSelectionCommandImpl attaching file to new message
35647 - fixed <rdar://problem/3806990> REGRESSION (125-162): Crash on Select All at http://leuf.net/cgi/wikidn?PerlConvertEolScript
35659 The nil check prevents the crash but there's still a bug here; I filed 3807059 about that.
35769 - fixed <rdar://problem/3803280> crash in selectAll on page with no contents
35855 - fixed <rdar://problem/3786467> REGRESSION (Mail): Reproducible crash replying to an HTML message when your preference is for plain text composing.
35990 Fix the crash in the layout tests caused by my recent selection changes. Simply eliminate the buggy
36231 <rdar://problem/3798346> REGRESSION (125-162): crash pushing down arrow key on KLM.com site
36345 <rdar://problem/3784835> REGRESSION (Mail): crash in DOM::ElementImpl::tagName inside delete text command code while editing a Mail message
36346 <rdar://problem/3788015> REGRESSION (Mail): Crash deleting before a blockquote
36347 <rdar://problem/3796366> REGRESSION (Mail): Crash Mail by deleting the right line from pasted HTML
36370 - fixed <rdar://problem/3792082> zero character codes in UTF-16 input cause crash
37351 - fixed <rdar://problem/3637519> REGRESSION (125-128): unrepro crash in QListBox::sizeForNumberOfLines at istweb.apple.com
37725 Fix for 3777172, crash from nested colgroup. Don't allow nested table sections or col groups.
37859 a crash in the cases that it does not.
37871 Fix for 3365086, large tables crash Safari. Make sure to use ints rather than shorts for row and column
38030 <rdar://problem/3765535> paste of text with newlines into text with newlines results in broken doc, crash
38070 Fix for 3769643, crash on vancouverblast.org.
38090 - fixed rdar://problem/3681094> Crash in KJS::WindowFunc::tryCall with application/xhtml+xml Content-Type
38244 <rdar://problem/3768378> crash typing newline in Blot
38270 - fixed <rdar://problem/3549369> Crash at www.e1.ru in HTMLTokenizer::notifyFinished
38294 - fixed <rdar://problem/3767274> crash in partForWidget inside setFocus (test page attached)
38302 Fix crash when text is contained inside a table-colgroup.
38311 Unexpected errors hit while finding word boundaries, leading to crash.
38562 - fixed <rdar://problem/3689700> crash loading page; stoxx.com (works in IE and Firefox)
38894 - fixed <rdar://problem/3740485> Repro crash involving replacing content that includes form field
39002 <rdar://problem/3732702> crash in CSSComputedStyleDeclarationImpl running devtools.com editing sample code
39092 3757094 - crash spell checking after a paste
39289 <rdar://problem/3748537> crash due to nil node passed into parentNode in computeTypingStyle deleting text
39417 <rdar://problem/3747945> Deleting replaced element can cause crash
39431 <rdar://problem/3746408> HTMLCompose: cannot type in message body of new messages (and tabbing causes a crash.)
39483 it could be made to crash by mixing spelling and editing.
39769 - fixed <rdar://problem/3743204> REGRESSION: crash at startribune.com in InlineBox::root()
40223 Fix for 3715117, crash from a bug in removeChildren. Clean up node removal and fix an n-squared removal
40253 Fix for 3718697, crash clicking on JS tab at alaskaair.com.
40282 <rdar://problem/3722153> Random crash while typing (DOM::NodeImpl::parentNode (this=0x0))
40296 <rdar://problem/3730785> Crash when arrow navigation goes to empty table cell
40317 <rdar://problem/3687216> editable inline causes crash when focused
40325 Fix for 3709337, crash when using display: compact. Need to make sure that the isCompact() check in bidi.cpp is
40494 Fix for 3621138, crash on hrweb.apple.com. Make sure that in the case where objects get pulled up from merging
40691 - fixed <rdar://problem/3721544> crash increasing font size;
40710 Fix for 3712133, crash from first-line pseudo-style use.
40726 <rdar://problem/3716479> calling setInnerHTML during a webViewDidChange delegate call causes a crash
40732 The crash occurred as a result of the "no-op" TypingCommand having the unconsidered
41081 Fixed <rdar://problem/3707162>: accessing embeds[] plug-in interface may crash
41118 - re-fixed <rdar://problem/3701893> show expert preferences notes in xcode causes crash (in EllipsisBox code)
41128 - fixed <rdar://problem/3701893> show expert preferences notes in xcode causes crash (in EllipsisBox code)
41395 Fix crash with last checkin.
41535 - fixed crash on boot
41653 <rdar://problem/3690115> Crash deleting text out of iChat's profile (an editable Webview)
42433 (RenderObject::draggableNode): Add test to avoid rare NULL ptr crash.
43558 - fixed bug where all pages with images would cause a crash
44504 Fix crash when retrieving the AXHelp text.
44569 nil root object. This was causing a crash in DB. Still need to
45416 Fix for 3639530, regression on generated content pages. They crash because I forgot to null-check the style
45533 - fixed <rdar://problem/3636673>: "unrepro nil-deref crash in KHTMLPart::frameDetached() (espn.com)"
46184 <rdar://problem/3632163>: "REGRESSSION: crash on css home page"
46270 - fixed <rdar://problem/3631541>: "repro crash in KHTMLPart::setFocusNodeIfNeeded"
46280 Back out one of the previous changes, it causes a crash. Whoops!
46373 Unrelated crash fix. Null-check baseURLString.
46435 start of a root editable block. This is a no-op....not an opportunity to crash.
46855 (-[DOMNode isContentEditable]): Added this unrelated method, since without it, I crash when dragging an image.
48170 Fix for 3570700, crash in inlineBox::isDirty. Make sure line boxes null out parent pointers when those
48517 - fixed <rdar://problem/3583945>: crash when choosing a file to upload
49670 <rdar://problem/3549201>: repro crash in KHTMLPart::begin inside JavaScript code (gmpartsdirect.com)
49713 - fixed <rdar://problem/3567047>: REGRESSION: repro crash inside KJS (dispatchToBoolean) at www.thedonnas.com
49714 - fixed <rdar://problem/3550461>: REGRESSION: repro crash in JavaScript at www.alaska.com
49719 bad value which can later crash the JS interpreter.
49791 - fixed <rdar://problem/3571356>: REGRESSION: Crash in isPointInsideSelection clicking on link in Apple web directory frame
49794 (KHTMLPart::isPointInsideSelection): Don't crash if innerNode is
50327 - fixed 3548533: crash in XMLHttpRequest::slotData using Orkut's rating system
50332 another way of addressing the crash by correcting some other problem with
50778 Fix crash on abcnews.com by adding isEmpty checks before dereferencing.
51724 (DocumentImpl::deleteSelection): fixed a crash I encountered while attempting to delete and empty selection
53254 Fix for 3527707, crash on w3c css page. Make sure height isn't allowed to be negative when computing
53255 positioned elements' heights. Also bulletproof the crash in case there are other negative height code
53340 Fix for 3519003, crash in mail because <dir> and <menu> don't allow the same children as <ul> and <ol>.
53652 Fix for 3510956, crash on mezzoblue.com. Relax the float-list searching code that runs when
53878 - fixed <rdar://problem/3508825>: REGRESSION (100-116): crash in
53971 <rdar://problem/3507862>: XMLHttpRequest documents that reference external resources (e.g. stylesheets) cause crash
54096 m_selectionEnd is 0. This doesn't fix the behavior completely, but it does prevent a crash.
54392 <rdar://problem/3501030>: JavaScript sites crash when a PAC file is in place (WebCore,Safari 1.2)
54513 - fixed <rdar://problem/3502655>: REGRESSION: Repro crash at espn.com
54765 <rdar://problem/3488220>: namespaces test from David Faure causes Safari to crash in DOM::DocumentImpl::createElementNS
54769 before messing with it, to avoid a crash.
54773 Fix for 3497999, null check the text() of RenderTexts to avoid a crash in current().
55147 <rdar://problem/3487421>: crash/exception when tabbing to a link without text
55159 Fix for 3486963, crash because generated content was referencing a deleted object. Fix is to update the
55304 Fix for 3478122, crash using first-letter and zooming, and also the fix for 3478078, generated content
55382 Fix for 3472998, stop a crash on an insanely malformed page. I had to change the concept of
55595 Fix for 3480108, crash because of the wrong malformedTableParent when stray content is placed inside
56225 away causes a crash
56598 - fixed 3479537 - reproducible crash in KJS::WindowFunc::tryCall
57069 - fixed 3477509 -- REGRESSION (112-113): crash in KHTMLPart::processObjectRequest at espn.com, chosun.com
57072 part rather than assuming it's always a KHTMLPart. The crash was caused by casting a KWQPluginPart to
58095 (1) Fix for 3463777, crash on CSS3 box model draft. This was just a situation where a simple null-check
58186 set. We don't want to crash on that.