Bug 29708 - [Qt] Update QWebElement API to remove script related methods.
Summary: [Qt] Update QWebElement API to remove script related methods.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-24 02:57 PDT by Jocelyn Turcotte
Modified: 2009-09-25 01:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch (13.33 KB, patch)
2009-09-24 03:00 PDT, Jocelyn Turcotte
no flags Details | Formatted Diff | Diff
Patch v0.2 (14.17 KB, patch)
2009-09-24 04:39 PDT, Jocelyn Turcotte
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>