Closed
Bug 1031444
Opened 10 years ago
Closed 10 years ago
Add missing COMPUTED_STYLE_PROP declaration for 'box-decoration-break'
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla33
Tracking | Status | |
---|---|---|
firefox30 | --- | unaffected |
firefox31 | --- | unaffected |
firefox32 | + | fixed |
firefox33 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
roc
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
This was part of the patches for bug 613659 but apparently got lost
while a rebased the patches... :-(
Attachment #8447340 -
Flags: review?(roc)
Assignee | ||
Comment 2•10 years ago
|
||
How did this pass tests?
Attachment #8447340 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to David Baron [:dbaron] (UTC-7) (needinfo? for questions) from comment #3)
> How did this pass tests?
The style system tests derived from property_database.js are
not run for properties that are disabled (they failed when
I enabled it). The reftests that we do run with the pref
forced to 'true' only use simple CSS rules which apparently
don't need this thing to work.
Fwiw, I did do a full Try run with the pref enabled on an
earlier patch set that passed, but not on the final set
after the rebase.
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
I don't pretend to have any idea how this could be the case, but either this or bug 1028460 somehow broke /tests/dom/asmjscache/test/test_cachingBasic.html ("asm.js compilation is available") on Android 2.2 Armv6 Opt, https://tbpl.mozilla.org/php/getParsedLog.php?id=42694025&tree=Mozilla-Inbound
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/c8ca361c8fea
Assignee | ||
Comment 7•10 years ago
|
||
I think it's unlikely that it's this bug that caused the failure
so I pushed it again:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dcbd6f52128c
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8447340 [details] [diff] [review]
Add missing COMPUTED_STYLE_PROP declaration for 'box-decoration-break'
Approval Request Comment
[Feature/regressing bug #]: bug 613659
[User impact if declined]: box-decoration-break will not work as intended
[Describe test coverage new/current, TBPL]: on m-c since 2014-06-29
[Risks and why]: zero risk
[String/UUID change made/needed]: none
Attachment #8447340 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
status-firefox30:
--- → unaffected
status-firefox31:
--- → unaffected
status-firefox32:
--- → affected
status-firefox33:
--- → fixed
tracking-firefox32:
--- → +
Comment 10•10 years ago
|
||
Comment on attachment 8447340 [details] [diff] [review]
Add missing COMPUTED_STYLE_PROP declaration for 'box-decoration-break'
Aurora+
Attachment #8447340 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•