Closed
Bug 1229473
Opened 10 years ago
Closed 9 years ago
Hang in nsCSSBorderRenderer::DrawBorderSides
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: hang, testcase)
Attachments
(3 files)
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
Component: Layout → Layout: View Rendering
![]() |
||
Comment 4•10 years ago
|
||
OK. I just spot-checked and Fx41 has the same problem, so it's not a recent regression, at least.
Updated•9 years ago
|
Component: Layout: View Rendering → Layout: Block and Inline
OS: Unspecified → All
Hardware: Unspecified → All
Comment 5•9 years ago
|
||
I tend to think we should wallpaper this bug for now.
This patch renders the border in black (fast) instead of hanging,
for border sizes > 10000px. AFAIK, we only execute this path for
-moz-border-*-colors which is probably rare on the web.
Looks green:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6e25c6ccd497
Attachment #8763509 -
Flags: review?(tnikkel)
Updated•9 years ago
|
Attachment #8763509 -
Flags: review?(tnikkel) → review+
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9a6b2786a581
Don't use composite colors for border sizes > 10000px because it's too slow. r=tn
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•