On Wed, Sep 15, 2010 at 1:09 PM, Darin Fisher <da...@chromium.org> wrote:
> I'm ignoring javascript: URLs because they are super weird... evaluation
> happens synchronously and can have side effects such as causing other
> navigations.  It does not fit the normal mold of URL loading.  Mozilla tries
> to express javascript: URLs as a protocol handler, and it only adds
> complexity.  The WebKit approach of implementing javascript: URLs as special
> cases in FrameLoader is superior because it makes the code easier to
> understand.

Oh man.  If our JavaScript URL handling is easier to understand than
Firefox's, I'd be really scared to see theirs.  :)

Adam
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to