DescriptionRefactor HTMLLinkElement
- HTMLLinkElement should create LinkLoader only when needed
- Remove LinkRequestBuilder and have createFetchRequest() method on
HTMLLinkElement instead
- Make LinkResource simple:
- Provide access to the owner
- Interfaces to receive events common to all LinkResources
- LinkResourceType getter
- Remove shouldLoadResource() from LinkResource
- Remove loadingFrame() from LinkResource
LinkStyle clean up
- Remove LoadReturnValue from LinkStyle. We can just run the
block inside the last if-clause in process() in
loadStylesheetIfNeeded() where NotNeeded was returned
- Remove setFetchFollowingCORS() and clearFetchFollowingCORS(). They
don't add much value for readability. We can just change the variable
directly
- Add a helper to access m_owner->document() for const methods
- Use the non-const document() helper method where possible
HTMLImportsController
- Move HTMLImport retrieval logic to load() method from LinkImport
BUG=671531
Patch Set 1 : a #Patch Set 2 : a #Messages
Total messages: 6 (6 generated)
|