Closed Bug 1215424 Opened 9 years ago Closed 9 years ago

use CSSParseResult return value in ParseBoxPropertyVariant in place of its |bool& aConsumedTokens| argument

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: heycam, Assigned: dbaron)

Details

Attachments

(1 file)

We can follow the approach in bug 1213076 and make ParseBoxPropertyVariant return a CSSParseResult rather than return a boolean and set an aConsumedTokens outparam.
Assignee: nobody → dbaron
Comment on attachment 8675947 [details] [diff] [review]
Convert ParseBoxProperty and ParseBoxPropertyVariant to CSSParseResult

Review of attachment 8675947 [details] [diff] [review]:
-----------------------------------------------------------------

Since the only point of ParseBoxPropertyVariant was to have the aConsumedTokens outparam, I think we should just remove it and replace calls to it with calls to ParseVariantWithRestrictions. r=me with that.
Attachment #8675947 - Flags: review?(cam) → review+
https://hg.mozilla.org/mozilla-central/rev/48fff3ec4d81
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: