[Webkit-unassigned] [Bug 26147] No support of DOM events on a frameless document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 08:46:35 PDT 2011


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





--- Comment #6 from Loic Dachary <loic at dachary.org>  2011-10-04 08:46:34 PST ---
In 

Source/WebCore/dom/DOMImplementation.h

static bool hasFeature(const String& feature, const String& version);

being static does not allow for a per-document return value. Making sure hasFeature returns false as suggested above is not a trivial change.

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