[Webkit-unassigned] [Bug 24696] Enable mixed content detection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 00:46:35 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38352|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #26 from Eric Seidel <eric at webkit.org>  2009-09-03 00:46:34 PDT ---
(From update of attachment 38352)
Most roundabout method to print a string, ever:
         NSString *string = [NSString
stringWithFormat:@"didDisplayInsecureContent"];
 361         printf ("%s\n", [string UTF8String]);

Not only could you have used @"string" to make a literal, or just
printf("mystring\n").  Instead you went for full style points. ;)

In general this looks fine though.  So fixing your string printing nit is all i
see.  (That said, that one nit makes me question the rest of the mac code. :)

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