]> git.saurik.com Git - cydia.git/history - CyteKit/WebViewController.mm
Rename X-Cydia-Cf-Version to X-Cydia-Cf.
[cydia.git] / CyteKit / WebViewController.mm
2011-03-22  Jay Freeman (saurik)Separate out CyteKit/IndirectDelegate.h.
2011-03-22  Jay Freeman (saurik)Move WebPreferences (Apple) into iPhonePrivate.h.
2011-03-21  Jay Freeman (saurik)Add initWithRequest: to CyteWebViewController.
2011-03-21  Jay Freeman (saurik)Don't lose track of network activity during memory...
2011-03-21  Jay Freeman (saurik)Do not show network activity for AppCacheController.
2011-03-21  Jay Freeman (saurik)Remove (hopefully) unneeded 2.x memory-for-stability...
2011-03-21  Jay Freeman (saurik)Witness the return of the memory-for-stability tradeoff...
2011-03-17  Jay Freeman (saurik)Add cydia.setScrollAlwaysBounceVertical().
2011-03-17  Jay Freeman (saurik)Add cydia.setScrollIndicatorStyle().
2011-03-14  Jay Freeman (saurik)Seriously solve the auto-redirect issue.
2011-03-14  Jay Freeman (saurik)Consider a WebView loaded when it commits.
2011-03-14  Jay Freeman (saurik)Add helpful -[WebFrame description] for debugging.
2011-03-14  Jay Freeman (saurik)Add -[CyteWebViewDelegate webView:didCommitLoadForFrame:].
2011-03-14  Jay Freeman (saurik)Use lazy loading for pushed web controllers.
2011-03-14  Jay Freeman (saurik)Add -[CyteWebViewController setRequest:].
2011-03-14  Jay Freeman (saurik)Allow window.close() to close unselected controllers.
2011-03-14  Jay Freeman (saurik)Tapping statusbar should scroll webpages to top.
2011-03-11  Jay Freeman (saurik)Helpful override of description on CyteWebViewController.
2011-03-09  Jay Freeman (saurik)Apply custom useragent after loadView.
2011-03-08  Jay Freeman (saurik)Gracefully recover from low-memory conditions. v1.1.0%b2
2011-03-08  Jay Freeman (saurik)Add [super releaseSubviews].
2011-03-08  Jay Freeman (saurik)Use loadView/releaseSubviews for CyteWebViewController.
2011-03-08  Jay Freeman (saurik)On 3.x I need to animate these buttons or they go nuts.
2011-03-08  Jay Freeman (saurik)Prefer manual cydia.unload() to automatic modality.
2011-03-08  Jay Freeman (saurik)Automatically attach cydia.log and `dpkg -l`.
2011-03-08  Jay Freeman (saurik)Post CydiaReloadData events, don't actually reload...
2011-03-08  Jay Freeman (saurik)Do not update webviews that are not rendered.
2011-03-08  Jay Freeman (saurik)Re-allow navigation actions on refresh.
2011-03-08  Jay Freeman (saurik)Automate set{Delegate,DataSource}:nil using _H<>.
2011-03-08  Jay Freeman (saurik)Fix _H<> copy assignment operator.
2011-03-07  Jay Freeman (saurik)Replace all Objective-C memory managment with _H<>.
2011-03-07  Jay Freeman (saurik)Add debugging logic for didStartProvisionalLoadForFrame:.
2011-03-07  Jay Freeman (saurik)Split addMessageToConsole: filter onto multiple lines.
2011-03-07  Jay Freeman (saurik)Disallow serializing redirected garbage to the state.
2011-03-07  Jay Freeman (saurik)Verify that NSURLErrorCancelled is from NSURLErrorDomain.
2011-03-07  Jay Freeman (saurik)Disallow serializing error URLs to the state.
2011-03-07  Jay Freeman (saurik)Disallow serializing ignored URLs to the state.
2011-03-07  Jay Freeman (saurik)Just turn on setJavaScriptCanOpenWindowsAutomatically...
2011-03-07  Jay Freeman (saurik)Unload controllers after presentModal, not before.
2011-03-07  Jay Freeman (saurik)When possible, use MFMailComposeViewController for...
2011-03-07  Jay Freeman (saurik)When possible, use openURL:asPanel for _openMailToURL:.
2011-03-07  Jay Freeman (saurik)Consistent application of right and left buttons.
2011-03-07  Jay Freeman (saurik)Provide -[CyteWebViewController leftButton] API.
2011-03-07  Jay Freeman (saurik)Fit ManageController to CyteWebViewController {custom...
2011-03-07  Jay Freeman (saurik)Rename CYViewController to CyteViewController.
2011-03-07  Jay Freeman (saurik)Simplify all of these new filenames.