Bug 29711 - [Qt] Update the stypeProperty API of QWebElement.
Summary: [Qt] Update the stypeProperty API of QWebElement.
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 04:17 PDT by Jocelyn Turcotte
Modified: 2009-09-25 01:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Turcotte 2009-09-24 04:17:14 PDT
(QWebElement::styleProperty):
- Merge the stypeProperty and the computedStyleProperty methods
- Remove the default value for the style resolving enum
- Rename ResolveRule to StyleResolveStrategy
(QWebElement::setStyleProperty):
- Remove the priority argument since it is possible to control the
  behaviour by adding !important or removing in the value.
Comment 1 Jocelyn Turcotte 2009-09-24 04:21:51 PDT
Close, Will update 29639 instead
Comment 2 Simon Hausmann 2009-09-25 01:22:11 PDT
Committed r48749: <http://trac.webkit.org/changeset/48749>