[Webkit-unassigned] [Bug 39087] Show a console message when X-Frame-Options blocks a load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 09:23:56 PDT 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #3 from Darin Adler <darin at apple.com>  2010-05-14 09:23:55 PST ---
(From update of attachment 56057)
> +            DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to display document because display forbidden by X-Frame-Options.\n"));

Is it good for console messages passed to addMessage to have a trailing newline. That doesn't seem right to me.

The grammar here seems slightly strained. Does the word "display" need to be repeated twice?

-- 
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