Closed
Bug 819578
Opened 13 years ago
Closed 12 years ago
Panel should not inject style on each show
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: irakli, Assigned: jsantell)
Details
Attachments
(2 files)
At the moment panel seems to inject platform specific styling each time it's open, that's terrible for the memory.
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → rFobic
Priority: -- → P2
| Assignee | ||
Updated•12 years ago
|
Assignee: rFobic → jsantell
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #722533 -
Flags: review?(rFobic)
Attachment #722533 -
Attachment filename: file_819578.txt → file_819578.html
Attachment #722533 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Updated•12 years ago
|
Attachment #722533 -
Flags: review?(rFobic) → review-
| Assignee | ||
Comment 2•12 years ago
|
||
Resubmitting after talking to Irakli, will roll into initialization method after Trait/Symbiont refactoring in Irakli's branch
Attachment #726900 -
Flags: review?(rFobic)
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/ad2aba3fb8b580549c2704854c7ed98f879ead9a
Fix bug 819578, Default styles in panels should only be applied once
a=@gozala
https://github.com/mozilla/addon-sdk/commit/d3050d167d57c838642a678621e7139098316467
Merge pull request #873 from jsantell/apply-panel-style-once-819578
Fix bug 819578, Default styles in panels should only be applied once, a=@gozala
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 726900 [details]
GH Pull Request 845
This was cleared along time ago, updating status
Attachment #726900 -
Flags: review?(rFobic) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•