Re: Notes about WebCore
Re: Notes about WebCore
- Subject: Re: Notes about WebCore
- From: Phillip Mills <email@hidden>
- Date: Sat, 11 Jan 2003 07:21:02 -0500
On Saturday, January 11, 2003, at 02:25 AM, Buzz Andersen wrote:
>
I'd love to hear about results anyone else has had.
Thanks for posting your results.
I looked at some of the Safari stuff using otool and IB. It seems, as
you mention, that subclassing WebCoreBridge is a key piece. My
starting assumption was that...
- (void)createKHTMLViewWithNSView:(NSView *)view marginWidth:(int)mw
marginHeight:(int)mh;
...might be the key piece, thinking that references to "Frame" would be
about HTML frames. (Nothing but a guess.)
In my nib controller awakeFromNib, I created an instance of my
WebCoreBridge subclass and sent in the above message, followed by an
openUrl like yours. Nothing crashed, but I traced the code as far as
it emitting a Qt signal to start loading the URL (I think!). I have
not been able to figure out what's supposed to be connected to that
signal to see where processing goes from there.
I have no idea whether either of our approaches make any sense, but
just in case....
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.