Home | History | Annotate | Download | only in mac

Lines Matching full:calling

462 	redirect flag of the current load before calling _loadURL, which clears this flag, 
579 Safari, so Safari can stop calling the similar method in Foundation.
1572 calling count on nil still gives 0.
2032 Implement by calling the same RTF conversion used when copying to the pasteboard.
2421 so that we can Use our own WebHTMLView hit testing when calling from _updateMouseoverWithEvent.
2738 data source -- responsible for calling [WebFrame _checkLoadComplete]
2921 of calling ObjC methods.
3317 function instead of calling _createATSUTextLayoutForRun.
3351 (-[WebHTMLView _discardMarkedText]): Umnmark text before calling markedTextAbandoned: to match behavior
3703 than calling a non-existent setCGContext: method on the context.
4031 calling the appropriate editing delegate method
4042 Final step in glue, calling editing delegate.
4113 stop calling the removed method
4386 Tiger Safari never gets around to actually calling it due to the other recent form-SPI-related
4487 (-[WebView setTextSizeMultiplier:]): Calling docViews is now more complicates than just posting
5023 new function, stand-in for nonexistent -[PDFSelection isEqual:] since calling isEqual:
5082 (-[WebTextView clickedOnLink:atIndex:]): factored calling out to the bridge, and instead call _safeLoadURL
6124 validate makeTextStandardSize by calling canMakeTextStandardSize
6302 change notification but calling back on WebPreferences API will see the updated value.
6637 Calling -[WebCore setSelectedDOMRange:range affinity:] had the result of "closing" any active set of typing
7086 (-[WebHTMLView _styleFromFontAttributes:]): Quote font name when calling setFontFamily.
7281 WebKit was calling over to WebCore to scroll overflow areas.
7283 I added a wrapper function to check the documentView before calling
7419 (-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:]): Inform WebCore if this was a user originated gesture when calling executeScript().
8161 before calling _initWithCGSEvent, on Tiger we call _eventRelativeToWindow on the event after creating it.
8372 it calling setDrawsBackground:NO later won't have an immediate effect (easily visible in Safari).
10083 <rdar://problem/3842030> WebKit needs to pass the mode (NP_FULL, NP_EMBED, etc) when calling plugInViewWithArguments
10584 Fixed: <rdar://problem/3498680> switching back and forth between tabs stops calling anything in a plug-in
11056 to check for firstResponder-ness before calling makeFirstResonder. This helps to prevent
11154 (-[WebNetscapePluginEmbeddedView initWithFrame:plugin:URL:baseURL:MIMEType:attributeKeys:attributeValues:]): set the plug-in before calling setting the attributes, so we can avoid passing certain attributes to the WMP plug-in that cause it to crash
11326 (-[WebHTMLView keyDown:]): Hide cursor by calling setHiddenUntilMouseMoves:YES.
11658 No one was calling them anyway, so they should really have been marked internal and not private.
11732 (-[WebHTMLView deleteBackwardByDecomposingPreviousCharacter:]): Implemented by just calling
11789 (-[WebNetscapePluginPackage initWithPath:]): make sure the file is at least 8 bytes long before calling memcmp
12419 all ASCII). Fix the bug by calling fileSystemRepresentation on the NSString to turn it into a C
12666 helper method to simplify the common case of calling the shouldInsertText: delegate
13617 (-[WebImageContext dealloc]): Set _cgsContext to 0 before calling super as before.
14359 (-[WebHTMLView selectParagraph:]): Implemented by calling _expandSelectionToGranularity.
14370 (-[WebHTMLView uppercaseWord:]): Implemented by calling _changeWordCaseWithSelector.
14574 (-[WebDefaultUIDelegate webView:shouldDetermineDragOperationForDraggingInfo:dragOperation:]): instead of calling back to the WebView to get the default drag operation, return YES. Return NO in order to return a custom drag operation. Removed element parameter since another new API provides a way to get that.
14663 (-[WebHTMLView pasteAsRichText:]): Implemented this by calling the paste code with
14802 (-[WebHTMLView concludeDragForDraggingInfo:]): instead of calling paste, move the selection when doing a move and replace the drag caret when doing a copy
14880 (-[WebView deleteWordForward:]): Implement by calling moveForwardAndModifySelection: and then delete:.
14883 (-[WebView deleteWordBackward:]): Implement by calling moveBackwardAndModifySelection: and then delete:.
15215 (-[WebBridge pluginViewWithPackage:attributes:baseURL:]): when calling old cocoa plug-ins, use old keys
15949 <rdar://problem/3630640>: "Calling interpretKeyEvents: in a custom text view can fail to process keys right after app startup"
15954 sure the not-supposed-to-be-nil object is created before calling interpretKeyEvents:.
16227 (-[WebBridge issueCutCommand]): Glue for calling from WebCore to do a cut in Cocoa.
16237 (-[WebView copy:]): Implemented by calling WebHTMLView to do the work.
16670 (ContextMenuClick): instead of calling menuForEvent (which is not implemented on our plug-in view) call rightMouseDown and let AppKit handle the rest
16839 Fixed 3591667. Plugin view is added to view hierarchy before calling init.
17163 Don't reset b/f list before calling provisionalLoadDidFail delegate; instead, determine
17168 don't make extra copy before calling __adoptRequest; just pass it the one we made here.
17179 save dataSource in a local var before calling stopLoading, and use it for
17205 (-[NSPasteboard _web_writeImage:URL:title:fileWrapper:HTMLString:]): declare the pboard types by calling _web_writeURL:::: before calling setData::
19203 the very first callback was not deferred, we would end up calling setDefersCallbacks:NO on the
19316 the very first callback was not deferred, we would end up calling setDefersCallbacks:NO on the
19653 (-[WebHTMLView _handleMouseDragged:]): when calling _web_dragImage, pass a file wrapper from fileWrapperForURL
19752 delegate before calling init. The old code called init twice, causing an second call to the
19759 (-[WebDownload initWithRequest:delegate:]): Call [self _setRealDelegate:] instead of calling
20121 - fixed 3437190 - nil-deref on quit in calling marked() from ScopeChain::mark()
20208 (-[WebNetscapePluginConnectionDelegate connection:didReceiveResponse:]): be sure to call the stream before calling super because the stream can be cleared out when calling super
20301 (-[WebNetscapePluginConnectionDelegate connection:didReceiveData:lengthReceived:]): call super before calling plug-in code as we do in other callbacks
20320 * Misc.subproj/WebDownload.m: fixed build failure when using new Foundation. We are overriding and calling a renamed method. Continue to override the old method, override the new method and declare their interfaces to avoid build failures.
22091 <rdar://problem/3374458>: Choose UTF-8 for encoding when calling
22094 Calling CFURLCreateAbsoluteURLWithBytes with ISO Latin 1 string
23627 When restarting plug-ins from the BF cache, we were not calling NPP_SetWindow.
23632 (-[WebBaseNetscapePluginView stop]): set the window type to 0 to force the calling of NPP_SetWindow
23826 Check respondsToSelector: before calling.
27166 Just glue for calling a new WC function.
27238 - speed up startup by not calling [NSImage imageFileTypes] until we need to
27282 All changes in here are just calling LOG for the new category.
27865 Fixed 3213637. We weren't calling the correct delegate method,
28246 by calling window operations delegate.
29741 Call through to initWithFrame, the designated initializer, not init. Calling [super init] results
29742 in calling our initWithFrame method, resulting in two calls to the _commonInitialization method.
29867 delegate, if implemented, after calling super.
30093 (-[WebMainResourceClient resource:didReceiveResponse:]): Don't bother calling
30095 of that so there's no need to do it here. Initialize _contentLength before calling
31303 (-[WebBridge window]): Avoid calling removed call.
31733 Call the new -[WebDataSource _receivedError:complete:] rather than calling the controller directly.
32126 Stash formValues before calling policy delegate.
32128 Resurrect formValues after calling policy delegate, pass to continuation method.
32968 one by side effect (as calling -[WebBookmark UUID] would)
33847 (-[WebFrame _transitionToCommitted:]): Call _makeDocumentView instead of calling WebView
34031 were trying to avoid calling a plugin that has gone away, but we do that a better way now.
34236 (-[NSWorkspace _web_noteFileChangedAtPath:]): Notifies the Finder (or any other app that cares) that we added, removed or changed the attributes of a file. This method is better than calling noteFileSystemChanged: because noteFileSystemChanged: se
34403 (-[WebDataSource _recursiveStopLoading]): Call webFrame before calling _stopLoading because we release the controller in _stopLoading and we depend on it in webFrame.
34619 (-[WebBaseNetscapePluginView status:]): check the incoming string before calling [NSString stringWithCString]
34831 for efficiency, it does the actual hit testing of itself, rather than calling super, which recurses,
34992 (-[WebMainResourceClient handleDidFinishLoading:]): release and set to nil the download handler after calling [super handleDidFinishLoading:h]
35415 The root of this problem was that we would detach child frames by calling detach