views:

68

answers:

1

I want to class-dump methods and class of safari launching for get the DOM OBJECT in the webpage. But I didn't know which methods and class will be called when it launch ? Thank you very much !

+4  A: 

Sorry, what? WebKit, Safari's rendering engine, is open-source. Just grab a copy of the source from webkit.org.

Noah Witherspoon
Yes, I know the WebKit is the rendering enginne. but I want to know which method or class the safari will call when it launched? Because I will overwrite that method in my plugin class when class-dump webkit.
jin