[Webkit-unassigned] [Bug 17897] Not Rendering Images Imported from XHTML Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 3 12:44:15 PDT 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23215|review?                     |review+
               Flag|                            |




------- Comment #11 from darin at apple.com  2008-10-03 12:44 PDT -------
(From update of attachment 23215)
> // our loader may have not fetched the image so do it now.

Should have a comma before "so do it now".

> // If we do not have an image here, it means that an error
> // occurred (cross-site violation...).

I don't understand the meaning of "..." in this comment.

  class HTMLImageLoader : public CachedResourceClient {
+
  public:

Why are you adding a blank line here? We normally don't do that. The other
blank line you added seems fine.

I'm not sure the behavior here is right. If changing the URL triggers a new
load, it's possible that re-setting the URL to the same value also should
trigger a new load. We should test this in other browsers to be sure we match
their behavior.

I'm going to say r=me because I think it's OK to land this patch as-is. But I'd
really like to see us test that "does changing the URL to the same value
trigger a load" question, because I think it may be needed to match the
behavior of other web browsers.


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



More information about the webkit-unassigned mailing list