Lines Matching full:nil
6 have a nil view().
126 Fix for 3460726, the user agent string was returning nil.
205 - fixed 3308848 - nil-deref in KHTMLView::topLevelWidget
206 - fixed 3311511 - nil deref inside KJS::Screen
215 - fixed 3437190 - nil-deref on quit in calling marked() from ScopeChain::mark()
713 remove an unnecessary nil check that is the same as QString::fromNSString's
2115 Fix for 3437260, nil deref of the render style because it hasn't been set yet.
2136 Fixed: <rdar://problem/3332460>: nil-deref in khtml::RenderWidget::eventFilter with onchange handler
2550 - fixed 3429384 -- REGRESSION (89-90): nil-deref in KHTMLPart::write() (cheshiremotorcyclesalvage.com)
2552 * khtml/khtml_part.cpp: (KHTMLPart::write): Add a nil check.
3031 check for nil widget before dereferencing
3171 check for nil widget before dereferencing
3893 Return nil immediately if startNode is nil.
3987 Fixed 3360242. Return nil from _bodyBackgroundColor when no
4261 - fixed 3343050 - nil-deref in saveInterpreterBuiltins running Sherlock via MallocDebug in Panther7B20
4395 - fixed 3332460 - nil-deref in khtml::RenderWidget::eventFilter with onchange handler
4407 - fixed 3332460 - nil-deref in khtml::RenderWidget::eventFilter with onchange handler
4824 Fix for 3331793, nil deref because (astoundingly) someone was
5251 (NodeImpl::dispatchWindowEvent): Add check for nil. We ref the document pointer, but we don't
5490 - fixed 3299715 -- unrepro nil-deref in KHTMLPart::xmlDocImpl handling timer
5492 * khtml/khtmlview.cpp: (KHTMLView::timerEvent): Add check for nil.
5498 - added some other nil checks (perhaps inspired by some other bug reports, I can't remember)
5501 Added a check for nil document or nil view.
5630 Fixed: <rdar://problem/3293367>: REGRESSION (83-84): nil-deref in addMetaData loading page in pop-up at live365.com
5829 if the active domain is nil (local). Also allow JS to execute
5845 Document may now be nil. Replace assert with conditional check.
5855 check for nil element() before ref/deref'ing
5874 - fixed 3284312 -- repro nil-deref in
6376 - fixed 3262849 -- jump to nil in KWQKHTMLPart::searchForLabelsAboveCell
6383 check for nil result of cellAboveRenderer->element()
7443 (-[WebCoreBridge selectionRect]): Fix nil-deref that happened in the no-KHTMLView case.
7460 * khtml/rendering/render_root.cpp: (RenderRoot::selectionRect): Fix nil-deref that happened
8867 Return a nil for a null element instead of croaking.
9199 Fixed 3221353. Added check for nil part.
9590 * khtml/css/cssparser.cpp: (CSSParser::parseColor): Add a missing check for nil.
9723 - improved on Darin's fix for 3211289 - REGRESSION: nil-deref in bridgeForWidget
9728 (so nodeForWidget would return nil for it).
9771 - fixed 3211289 -- REGRESSION: nil-deref in bridgeForWidget
9833 - fixed 3192344 - nil-deref in KWin::info scrolling amazon while other shopping tabs load
10234 - fixed 3203212 -- nil-deref in khtml::CachedImage::isErrorImage at turbotax.com
10510 (KWQKHTMLPart::resumeActions): Add check for nil to match pauseActions. Also take
10512 (KWQKHTMLPart::saveWindowProperties): Use ERROR instead of ASSERT for the nil case.
10513 (KWQKHTMLPart::saveLocationProperties): Use ERROR instead of ASSERT for the nil case.
10514 (KWQKHTMLPart::restoreWindowProperties): Use ERROR instead of ASSERT for the nil case.
10515 (KWQKHTMLPart::restoreLocationProperties): Use ERROR instead of printf for the nil case.
11224 - fixed 3154394 -- non-repro nil-dereference in DOM::HTMLFormElementImpl::submit
11227 Add checks for nil like the other methods in this file have.
11425 (simple_selector): Added nil-checking (ported from KDE).
11829 (QPixmap::size): Handle case of nil image so we don't use the uninitialized
12256 - fixed 3170403 -- nil-dereference in addEventListener
12258 * khtml/ecma/kjs_dom.cpp: (DOMNodeProtoFunc::tryCall): Check getJSEventListener result for nil.
12259 * khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall): Check getJSEventListener result for nil.
12652 (KWQKHTMLPart::openURL): Pass nil formValues
12653 (KWQKHTMLPart::openURLRequest): Pass nil formValues
12657 (KWQKHTMLPart::urlSelected): Pass nil formValues
12659 (KHTMLPartBrowserExtension::createNewWindow): Pass nil formValues
12866 the prefix "file:". If it does, return nil.
13431 nil-dereference in KJS::DOMNode::getValueProperty at www.babyage.com
14035 - fixed 3155700 -- nil-dereference in khtml::RenderTableRow::detach shortly after visiting www.alltheweb.com
14038 Check for nil before calling setNeedCellRecalc in case we are being detached after our
14039 parent is already nil.
14093 - fixed 3144560 -- non-reproducible nil-dereference in HTMLFrameElementImpl::updateForNewURL at macfixit
14095 * khtml/html/html_baseimpl.cpp: (HTMLFrameElementImpl::updateForNewURL): Add check for nil view.
14382 - fixed 3141566 -- non-reproducible nil-dereference in HTMLGenericFormElementImpl at firstdirect.com
14391 - fixed two-day-old regression where we get nil-dereferences with text areas
14394 (-[KWQTextArea _createTextView]): Don't do the setWidget: here because widget is always nil at this point.
15181 (KWQKHTMLPart::setView): If setting the view to nil and we have a
15676 Check for nil view or nil part before dereferencing.
15783 - fixed 3137566 -- non-reproducible nil-dereference in KHTMLView::clearPart
15786 * kwq/KWQPageState.mm: (-[KWQPageState dealloc]): Add nil check.
16014 - fixed 3135010 -- nil-dereference in KHTMLPart::xmlDocImpl() at channels.netscape.com
16017 Add missing nil check. Also added lots of FIXME comments about problems I observed here.
16056 Check for nil in the result of Window::retrieveWindow.
16252 Check for a nil QWidget in a RenderWidget, and ERROR and return true in that case.
16302 not nil, in an attempt to catch a leak I observed yesterday.
17618 (KWQKHTMLPart::mouseDown): Set _mouseDownView to nil; it will be set by passWidgetMouseDownEventToWidget
17620 (KWQKHTMLPart::mouseUp): Set _mouseDownView to nil after handling the mouseUp. It's OK if we don't
17663 _mouseDownWasInSubframe at all since it's only looked at when _mouseDownView is non-nil.
17664 (KWQKHTMLPart::keyEvent): Save and restore _currentEvent instead of setting to nil.
17807 * kwq/KWQWidget.mm: (KWQWidget::getOuterView): Tolerate nil for view here, so we can use this from
17873 (KWQKHTMLPart::KWQKHTMLPart): Initialize _mouseDownView to nil.
18617 (-[WebCoreBridge mouseUp:]): Simplify check for nil view. Remove calls to setCurrentEvent.
18618 (-[WebCoreBridge mouseDown:]): Simplify check for nil view. Fix event type constants for
18620 (-[WebCoreBridge mouseMoved:]): Simplify check for nil view.
18621 (-[WebCoreBridge mouseDragged:]): Simplify check for nil view.