[Qt] Return usable property names from DRT's computedStyleIncludingVisitedInfo()
Created attachment 58413 [details] Patch
Comment on attachment 58413 [details] Patch Really!? Do other DRTs need to do this dance too? Seems sub-optimal if so.
(In reply to comment #2) > (From update of attachment 58413 [details]) > Really!? Do other DRTs need to do this dance too? Seems sub-optimal if so. No, because they can access objects like JSContextRef and JSString directly. The Qt bridge converts JSCore objects to the appropriate Qt counterpart (e.g. QString) and QVariant if all else fails. These QVariant objects are basically large property maps - hence the need to translate the names containing hypens to JS variable-style names.
Comment on attachment 58413 [details] Patch Maybe our bridge should be doing this.
*** Bug 39597 has been marked as a duplicate of this bug. ***
Committed r62450: <http://trac.webkit.org/changeset/62450>