[Webkit-unassigned] [Bug 29080] Geolocation Coordinates::toString() prints bogus values for unspecified properties.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 07:33:39 PDT 2009


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2009-09-09 07:33:39 PDT ---
(From update of attachment 39264)
Coordinates::toString now does String appending, which requires new memory
allocation for every single operation and is hence quite inefficient. It's a
better idiom to use StringBuilder or Vector<UChar>. Same comment about the
existing code in Geoposition::toString.

Does this textual version of the object match anyone else's Geolocation
implementation? Is the behavior specified anywhere?

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