Bug 29708

Summary: [Qt] Update QWebElement API to remove script related methods.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: hausmann, laszlo.gombos
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch
none
Patch v0.2 hausmann: review+

Description Jocelyn Turcotte 2009-09-24 02:57:16 PDT
QWebElement::evaluateScript is the only one kept, these are
removed to postpone most of the QtWebKit<->JavaScript API design
after 4.6.

Methods removed:
- QWebElement::callFunction
- QWebElement::functions
- QWebElement::scriptableProperty
- QWebElement::setScriptableProperty
- QWebElement::scriptableProperties
Comment 1 Jocelyn Turcotte 2009-09-24 03:00:08 PDT
Created attachment 40055 [details]
Patch
Comment 2 Jocelyn Turcotte 2009-09-24 04:39:26 PDT
Created attachment 40059 [details]
Patch v0.2

Add missing qdoc corrections.
Comment 3 Simon Hausmann 2009-09-25 01:03:32 PDT
Comment on attachment 40059 [details]
Patch v0.2

r=me. As sad as it is to see this stuff go, it's the right thing to do to.
Comment 4 Simon Hausmann 2009-09-25 01:54:07 PDT
Committed r48751: <http://trac.webkit.org/changeset/48751>