[Webkit-unassigned] [Bug 21826] Add accessor for SecurityOrigin::m_domainWasSetInDOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 23 06:46:50 PDT 2008


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


sam at webkit.org changed:

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




------- Comment #2 from sam at webkit.org  2008-10-23 06:46 PDT -------
(From update of attachment 24594)
+ * Copyright (C) 2007-2008 Apple Inc. All rights reserved.
We like to use comma delineated years.

         void setDomainFromDOM(const String& newDomain);

+        bool domainWasSetInDOM() const { return m_domainWasSetInDOM; }
These should be paragraphed together.

I am a little unclear about why this is necessary, the SecurityOrigin it self
should be sufficient for a fast compare.  Perhaps we can remove this later.


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