[Webkit-unassigned] [Bug 51941] refactor HTMLLinkElement to allow Link header implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 19:43:38 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=51941





--- Comment #9 from Gavin Peters <gavinp at chromium.org>  2011-01-05 19:43:38 PST ---
This second update doesn't fix everything, but it does address most of your abovestated concerns Adam.

Still open:

- we're failing http/tests/local/link-stylesheet-load-order*.html, and not in a major way, just over failed stylesheet loads.  I'm very curious!

- I removed the m_node from LinkLoader, and added getContainerNode to LinkLoaderClient.  I'm on the fence about this, so please offer better suggestions as available.  :)

- I have reviewed the tests in Bug 74995 which added the document modified by beforeload, and no test was in that bug.  So I'll add a test for that condition.

- I have no answer yet about why things like "stylesheet alternate" are string compared in the rel type parser.

- I've added LinkLoaderClient.cpp, to avoid link bloating.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list