Lines Matching full:self
1206 where we were bailing out if ![self allowsScrolling], also check for whether there's a
1273 (-[WebFrame _detachFromParent]): remove bridge from parent note self
1275 (-[WebFrame _addChild:]): Call appendChild: on bridge, not self
1639 (-[WebFrame _detachFromParent]): Remove self from parent; don't nil out bridge
1663 (-[WebDataSource _stopLoading]): don't retain self until after
1866 (-[WebFrame _setFrameNamespace:]): Set self, not WebView.
2201 new method, returns self
2205 new method, returns self
2865 to self instead of to 0.
2946 (-[WebHTMLView _updateMouseoverWithEvent:]): eliminate _hitViewForEvent hackery and self
3293 Before drag, retain self, and tell WebView that the drag is self-initiated. After drag, do the
3857 prematurely self-destruct otherwise.
4969 now calls [self selectionRect]. We can't just delete _selectionRect because it's used by Mail.
5991 (-[WebBridge loadURL:referrer:reload:userGesture:target:triggeringEvent:form:formValues:]): pass the passed referrer to canLoadURL::: not [self referrer]
6021 retain and autorelease self. This is a workaround for an AppKit key-handling issue, which I wrote up as:
6112 new method for clients to override, returns -[self isEditable]
6681 Calls unmarkAllMisspellings on the bridge and self and all subframes.
6692 returned. To bullet proof against this case we retain/release self before passing
7332 If our previousValidKeyView is nil or self (same as nil modulo AppKit oddness),
9317 Got rid of O(N^2) conditions in _nextSibling and _previousSibling of where we were looking up self in the parent array of frames.
9583 (-[WebPDFView hitTest:]): return self if the current event is a context menu event
10022 or retains self and returns self.
10034 (-[WebImageRenderer initWithMIMEType:]): Added. Makes WebInternalImage and then self.
10630 <rdar://problem/3820517> "*** -[WebPluginPackage NPP_New]: selector not recognized [self = 0x5552c10]"
11239 (-[WebImageView menuForEvent:]): Changed to use [self webView].
12655 (-[WebHTMLView _selectMarkedText]): new helper method, self-explanatory
13038 (-[WebHTMLView windowDidBecomeKey:]): This function cannot just assume that self is first responder
13251 We know from the line number of the crash that it is due to [self parentFrame]==nil.
15604 (-[WebResource initWithData:URL:MIMEType:textEncodingName:frameName:]): call [self init]
17287 - Fixed a "drag to self" problem I introduced in my last check-in. You could drag a URL from a WebHTMLView and drop it on its own WebView which we shouldn't allow.
19333 (-[WebBridge dealloc]): Remove self from notification center.
19336 (-[WebBridge keyboardUIMode]): Adds self to notification center
19759 (-[WebDownload initWithRequest:delegate:]): Call [self _setRealDelegate:] instead of calling
19760 [self init] and then [_webInternal setRealDelegate:], avoiding the leaks caused by doing it
20069 wire up scrollview instead of self, if it exists
20090 wire up webframeview instead of self, if it exists
21277 (-[WebBaseNetscapePluginView sendEvent:]): temporarily retain self in case the plug-in view is released while sending an event.
21353 Send correct parameter (returned from webView:createWebViewWithRequest:), rather than self, to webViewShow:.
21652 _focusRingVisibleRect method, but if we do the renewGState thing, do it to self and all descendants
22547 Use [super cancelWithError:] rather than [self receivedError:]. I checked carefully to
22985 dealing with self, in case the reference from the timer is the last one.
23621 (-[WebPluginDatabase pluginForKey:withEnumeratorSelector:]): don't use the plug-in if ![self isCocoa] && [[[webPlugin bundle] bundleIdentifier] isEqualToString:JavaCocoaPluginIdentifier]
23700 I added [self retain]/[self release] guards around the meat of
23710 guard with [self retain]/[self release]
23925 check for non-nil self.
25505 (-[WebView dealloc]): call [self _close]
25509 (-[WebView _close]): remove self from controller set and detach and release frame
27195 of the WebView rather than of self.
27813 Notes to self.
28670 * API-Issues.rtf: notes to self
30062 (-[WebDownload resource:willSendRequest:]): reordered so if we are released in this method, we never call self
30096 checkContentPolicyForResponse:, since that method can result in deallocating self.
30445 (-[WebDownload _loadStarted]): set flag, retain self
30446 (-[WebDownload _loadEnded]): set flag, release self
30456 (-[WebController _downloadURL:toDirectory:]): create and start a self retained WebDownload
30970 (-[WebFrame initWithName:webView:controller:]): call [self _setName:] instead
32375 (-[WebImageView mouseDragged:]): call _web_dragPromisedImage with [self bounds]
32468 to this method, the client (self), and the data source's controller all are not
32617 Fixed storage leak by not allocating the list here, because [self init] will
32710 was adding self to its own group (a no-op), instead of adding
32711 the new child to self's group. This was a typo from the
32928 (-[WebHTMLView viewWillMoveToWindow:]): get plug-in controller from self, data source won't be accessible here since we don't have a superview
32929 (-[WebHTMLView viewDidMoveToWindow]): get plug-in controller from self
32930 (-[WebHTMLView addSubview:]): get plug-in controller from self
33711 Our self-reference checks prevented this page from working.
33717 Remove self-reference check.
34425 (It is good to always import your own header first as a check that it's self-sufficient).
34832 and ignoring the result. The sum total is that it always returns self for mouse-moved events, so