Bug 29711
Summary: | [Qt] Update the stypeProperty API of QWebElement. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jocelyn Turcotte <jturcotte> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | hausmann |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Jocelyn Turcotte
(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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
Close, Will update 29639 instead
Simon Hausmann
Committed r48749: <http://trac.webkit.org/changeset/48749>