[webkit-dev] Is there a (JavaScript) to test out WebUIDelegate?

2014-08-06 Thread Daryle Walker
implementation of the first function automatically calls its own version of the second. So I need a way to call the second function by itself. — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com ___ webkit-dev mailing list webkit-dev

[webkit-dev] How do I find a WebView's desired size?

2014-08-11 Thread Daryle Walker
or anything else. Asking a similar question on the Cocoa list, a respondent lamented that web browsers these days just punt on the question and go full screen. I don’t want to do that. — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com

[webkit-dev] WebView and User Interface Restore

2014-09-21 Thread Daryle Walker
Do WebView instances participate in the Resume feature (with +restoreWindowWithIdentifier: state: completionHandler:, etc.), or do I have to manually handle their state (the web-view’s back-forward list and which item is current) myself? — Daryle Walker Mac, Internet, and Video Game Junkie

Re: [webkit-dev] WebView and User Interface Restore

2014-09-25 Thread Daryle Walker
On Sep 21, 2014, at 7:48 PM, Daryle Walker dary...@mac.com wrote: Do WebView instances participate in the Resume feature (with +restoreWindowWithIdentifier: state: completionHandler:, etc.), or do I have to manually handle their state (the web-view’s back-forward list and which item

Re: [webkit-dev] Filling the features.json files

2015-04-08 Thread Daryle Walker
. -Prototyping: proof of concept kind of work. -In Development: anything in between the other two. Even something that barely work can use this. Outside status, you can also add comment if you want to clarify something, want feedback, etc. — Daryle Walker Mac, Internet, and Video Game

[webkit-dev] How to display new MIME types?

2017-07-18 Thread Daryle Walker
platforms for many years. There are the newest Safari extensions, which are versions of Apple’s app-extensions API, but those only do JavaScript modifications and such, and don’t cover new types (I think). Am I completely out of luck now? Can I still try NPAPI? — Daryle Walker Mac, Internet