Home | History | Annotate | Download | only in mac

Lines Matching full:controller

2375 	<rdar://problem/4364847> REGRESSION: QuickTime movies open without controller or don't open at all (5928)
2714 release them from the plugin controller's arrays.
6417 (+[WebPluginContainerCheck checkWithRequest:target:resultObject:selector:controller:]): Convenience allocator that gives autoreleased value.
6418 (-[WebPluginContainerCheck initWithRequest:target:resultObject:selector:controller:]): Initializer.
23372 - fixed 3291778 -- REGRESSION (51-52): QT controller never shows up for mp3 in frame
25442 - fixed many places that call a WebView a "controller"
25509 (-[WebView _close]): remove self from controller set and detach and release frame
29477 (-[WebBaseNetscapePluginView controller]):
29615 (-[WebImageView controller]):
29817 - revert premature controller --> webView renaming, it's causing
29944 (-[WebDefaultContextMenuDelegate controller:contextMenuItemsForElement:defaultMenuItems:]):
29946 (-[WebDefaultLocationChangeDelegate controller:locationChangeStartedForDataSource:]):
29947 (-[WebDefaultLocationChangeDelegate controller:serverRedirectedForDataSource:]):
29948 (-[WebDefaultLocationChangeDelegate controller:locationChangeCommittedForDataSource:]):
29949 (-[WebDefaultLocationChangeDelegate controller:receivedPageTitle:forDataSource:]):
29950 (-[WebDefaultLocationChangeDelegate controller:receivedPageIcon:forDataSource:]):
29951 (-[WebDefaultLocationChangeDelegate controller:locationChangeDone:forDataSource:]):
29952 (-[WebDefaultLocationChangeDelegate controller:willCloseLocationForDataSource:]):
29953 (-[WebDefaultLocationChangeDelegate controller:locationChangedWithinPageForDataSource:]):
29954 (-[WebDefaultLocationChangeDelegate controller:clientWillRedirectTo:delay:fireDate:forFrame:]):
29955 (-[WebDefaultLocationChangeDelegate controller:clientRedirectCancelledForFrame:]):
29957 (-[WebDefaultPolicyDelegate controller:unableToImplementPolicyWithError:inFrame:]):
29958 (-[WebDefaultPolicyDelegate controller:decideNavigationPolicyForAction:andRequest:inFrame:decisionListener:]):
29959 (-[WebDefaultPolicyDelegate controller:decideNewWindowPolicyForAction:andRequest:newFrameName:decisionListener:]):
29961 (-[WebDefaultResourceLoadDelegate controller:identifierForInitialRequest:fromDataSource:]):
29962 (-[WebDefaultResourceLoadDelegate controller:resource:willSendRequest:fromDataSource:]):
29963 (-[WebDefaultResourceLoadDelegate controller:resource:didReceiveResponse:fromDataSource:]):
29964 (-[WebDefaultResourceLoadDelegate controller:resource:didReceiveContentLength:fromDataSource:]):
29965 (-[WebDefaultResourceLoadDelegate controller:resource:didFinishLoadingFromDataSource:]):
29966 (-[WebDefaultResourceLoadDelegate controller:resource:didFailLoadingWithError:fromDataSource:]):
29967 (-[WebDefaultResourceLoadDelegate controller:pluginFailedWithError:dataSource:]):
29969 (-[WebDefaultWindowOperationsDelegate controller:runJavaScriptConfirmPanelWithMessage:]):
29970 (-[WebDefaultWindowOperationsDelegate controller:runJavaScriptTextInputPanelWithPrompt:defaultText:]):
29971 (-[WebDefaultWindowOperationsDelegate controller:runOpenPanelForFileButtonWithResultListener:]):
29977 (-[WebFrame initWithName:webFrameView:controller:]):
29994 (-[WebImageView controller]):
30113 Added controller: parameter to all WebControllers delegates.
30159 (-[WebDefaultContextMenuDelegate controller:contextMenuItemsForElement:defaultMenuItems:]):
30161 (-[WebDefaultLocationChangeDelegate controller:locationChangeStartedForDataSource:]):
30162 (-[WebDefaultLocationChangeDelegate controller:serverRedirectedForDataSource:]):
30163 (-[WebDefaultLocationChangeDelegate controller:locationChangeCommittedForDataSource:]):
30164 (-[WebDefaultLocationChangeDelegate controller:receivedPageTitle:forDataSource:]):
30165 (-[WebDefaultLocationChangeDelegate controller:receivedPageIcon:forDataSource:]):
30166 (-[WebDefaultLocationChangeDelegate controller:locationChangeDone:forDataSource:]):
30167 (-[WebDefaultLocationChangeDelegate controller:willCloseLocationForDataSource:]):
30168 (-[WebDefaultLocationChangeDelegate controller:locationChangedWithinPageForDataSource:]):
30169 (-[WebDefaultLocationChangeDelegate controller:clientWillRedirectTo:delay:fireDate:forFrame:]):
30170 (-[WebDefaultLocationChangeDelegate controller:clientRedirectCancelledForFrame:]):
30172 (-[WebDefaultPolicyDelegate controller:unableToImplementPolicy:error:forURL:inFrame:]):
30173 (-[WebDefaultPolicyDelegate controller:decideNavigationPolicyForAction:andRequest:inFrame:decisionListener:]):
30174 (-[WebDefaultPolicyDelegate controller:decideNewWindowPolicyForAction:andRequest:newFrameName:decisionListener:]):
30176 (-[WebDefaultResourceLoadDelegate controller:identifierForInitialRequest:fromDataSource:]):
30177 (-[WebDefaultResourceLoadDelegate controller:resource:willSendRequest:fromDataSource:]):
30178 (-[WebDefaultResourceLoadDelegate controller:resource:didReceiveResponse:fromDataSource:]):
30179 (-[WebDefaultResourceLoadDelegate controller:resource:didReceiveContentLength:fromDataSource:]):
30180 (-[WebDefaultResourceLoadDelegate controller:resource:didFinishLoadingFromDataSource:]):
30181 (-[WebDefaultResourceLoadDelegate controller:resource:didFailLoadingWithError:fromDataSource:]):
30182 (-[WebDefaultResourceLoadDelegate controller:pluginFailedWithError:dataSource:]):
30184 (-[WebDefaultWindowOperationsDelegate controller:runJavaScriptConfirmPanelWithMessage:]):
30185 (-[WebDefaultWindowOperationsDelegate controller:runJavaScriptTextInputPanelWithPrompt:defaultText:]):
30186 (-[WebDefaultWindowOperationsDelegate controller:runOpenPanelForFileButtonWithResultListener:]):
30490 (-[WebFrame initWithName:webView:controller:]):
30840 WebView and WebDataSource give up -(WebController *)controller.
30879 (-[WebImageView controller]):
30953 WebController initializer. Also made [[controller mainFrame]
30970 (-[WebFrame initWithName:webView:controller:]): call [self _setName:] instead
31126 (-[WebFrame initWithName:webView:controller:]):
31729 to prevent accidental misuse. Also make the call on the controller that used to be done
31733 Call the new -[WebDataSource _receivedError:complete:] rather than calling the controller directly.
31846 (-[WebFrame initWithName:webView:controller:]):
32269 (-[WebDataSource controller]):
32309 (-[WebMainResourceClient handle:didReceiveResponse:]): No need to assert that the controller is
32324 * WebCoreSupport.subproj/WebBridge.m: Pass msgs from WC on to the controller's FormDelegate.
32468 to this method, the client (self), and the data source's controller all are not
32922 (-[WebBridge pluginViewWithPackage:attributes:baseURL:]): get the plug-in controller from the HTML view
32925 (-[WebDataSourcePrivate dealloc]): removed calls to plug-in controller
32927 (-[WebHTMLView initWithFrame:]): create plug-in controller
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
32933 (-[WebHTMLViewPrivate dealloc]): release plug-in controller
33188 - fixed 3143418 - controller assert in WebStandardPanels _didStartLoadingURL
33193 doesn't have a controller, then block the load.
33597 By attaching the plug-in controller to the frame, we run into trouble.
33612 Also nil out the fields of the object. This is always called before the controller is released so we
33620 * WebView.subproj/WebDataSourcePrivate.h: Store a pointer to the plug-in controller here.
33622 (-[WebDataSourcePrivate dealloc]): Tell the plug-in controller to go away.
33624 (-[WebDataSource _pluginController]): Create a plug-in controller if needed.
33626 * WebView.subproj/WebFramePrivate.h: Remove plug-in controller code.
33628 (-[WebFramePrivate dealloc]): Remove plug-in controller code.
33629 (-[WebFrame _detachFromParent]): Remove plug-in controller code.
33630 (-[WebFrame _transitionToCommitted:]): Remove plug-in controller code.
33636 (-[WebHTMLView addSubview:]): Add plug-ins to the controller as they are added to us.
33651 We had previously made changes to "numb" a plugin controller after its frame
33653 controller is created when we go to a new page with plugins. To so this we
33654 release the old controller whenever we flush the plugins from a page.
34402 (-[WebDataSource _setLoading:]): Added comment about our tragic dependence on a non-retained reference to the controller.
34403 (-[WebDataSource _recursiveStopLoading]): Call webFrame before calling _stopLoading because we release the controller in _stopLoading and we depend on it in webFrame.
35161 the complete parameter through to the controller.