[Webkit-unassigned] [Bug 20926] Reload of page with an iframe does not refresh iframe content, even if iframe src url changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 25 16:52:58 PST 2008


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


eric at webkit.org changed:

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




------- Comment #9 from eric at webkit.org  2008-11-25 16:52 PDT -------
(From update of attachment 24861)
You should consider setting the CHANGE_LOG_NAME environment variable to your
full name.  It seems on google systems the prepare-ChangeLog code is picking up
teh username instead:

my $name = $ENV{CHANGE_LOG_NAME}
  || $ENV{REAL_NAME}
  || gitConfig("user.name")
  || (split /\s*,\s*/, (getpwuid $<)[6])[0]
  || "set REAL_NAME environment variable";

This looks identical to http://trac.webkit.org/changeset/31264 which would
suggest to me it's right.  I'm going to r+ this, but I don't have a working
tree on this box atm, so I can't land it immediately.


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