Closed
Bug 587760
Opened 14 years ago
Closed 14 years ago
Find a better way to not block the main thread in the Style panel
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: msucan, Assigned: jwalker)
References
Details
(Whiteboard: [Web-Console-Testday])
When we show the title of each property we go through all of the style sheets and we count the rules that have the given property. That is quite slow and it blocks the main thread.
Currently for each property we schedule the execution with a delay of a few milliseconds (100, setTimeout!), to not block the main thread.
We need to find a better way to not block the main thread.
Comment 1•14 years ago
|
||
No strings, so this will come in a later beta. I agree that we either need to make this fast enough to not matter or get it off the main thread.
Whiteboard: [kd4b6]
Updated•14 years ago
|
Assignee: nobody → jwalker
Reporter | ||
Comment 2•14 years ago
|
||
This bug should now be fixed by the patch in bug 589849 - if Joe confirms, of course.
Updated•14 years ago
|
Severity: normal → blocker
Comment 4•14 years ago
|
||
Reprioritizing bugs. You can filter the mail on the word TEABAGS.
Severity: blocker → normal
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [Web-Console-Testday]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•