summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
AgeCommit message (Expand)Author
2011-03-07Replace all Objective-C memory managment with _H<>.Jay Freeman (saurik)
2011-03-07Add debugging logic for didStartProvisionalLoadForFrame:.Jay Freeman (saurik)
2011-03-07Split addMessageToConsole: filter onto multiple lines.Jay Freeman (saurik)
2011-03-07Disallow serializing redirected garbage to the state.Jay Freeman (saurik)
2011-03-07Verify that NSURLErrorCancelled is from NSURLErrorDomain.Jay Freeman (saurik)
2011-03-07Disallow serializing error URLs to the state.Jay Freeman (saurik)
2011-03-07Disallow serializing ignored URLs to the state.Jay Freeman (saurik)
2011-03-07Just turn on setJavaScriptCanOpenWindowsAutomatically globally to fix 4.2.Jay Freeman (saurik)
2011-03-07Unload controllers after presentModal, not before.Jay Freeman (saurik)
2011-03-07When possible, use MFMailComposeViewController for _openMailToURL:.Jay Freeman (saurik)
2011-03-07When possible, use openURL:asPanel for _openMailToURL:.Jay Freeman (saurik)
2011-03-07Consistent application of right and left buttons.Jay Freeman (saurik)
2011-03-07Provide -[CyteWebViewController leftButton] API.Jay Freeman (saurik)
2011-03-07Fit ManageController to CyteWebViewController {custom,right}Button API.Jay Freeman (saurik)
2011-03-07Rename CYViewController to CyteViewController.Jay Freeman (saurik)
2011-03-07Simplify all of these new filenames.Jay Freeman (saurik)