Closed
Bug 748832
Opened 12 years ago
Closed 12 years ago
Remove useless painting suppression code
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(firefox14+ fixed, firefox15 fixed, blocking-fennec1.0 +)
RESOLVED
FIXED
mozilla15
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
2.40 KB,
patch
|
kats
:
review+
blassey
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Bug 732564 disabled the painting suppression code in browser.js. This patch keeps us from calling it.
Assignee | ||
Updated•12 years ago
|
Attachment #618328 -
Flags: review?(bugmail.mozilla)
Assignee | ||
Updated•12 years ago
|
Attachment #618328 -
Attachment is patch: true
Comment 1•12 years ago
|
||
Comment on attachment 618328 [details] [diff] [review]
Don't ask if we're suppressed when we're never suppressed
Review of attachment 618328 [details] [diff] [review]:
-----------------------------------------------------------------
It would be good to also remove the paintingSuppressed thing from browser.js and the IDL.
Assignee | ||
Comment 2•12 years ago
|
||
Removing it all together wasn't much more than doing it in two patches so I've included that.
Attachment #618328 -
Attachment is obsolete: true
Attachment #618328 -
Flags: review?(bugmail.mozilla)
Attachment #618335 -
Flags: review?(bugmail.mozilla)
Comment 3•12 years ago
|
||
Comment on attachment 618335 [details] [diff] [review]
Remove dead paint supression code
Review of attachment 618335 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. I don't know what the rules are for changing the UUID on the IDL, but that should be done as well if it's needed.
Attachment #618335 -
Flags: review?(bugmail.mozilla) → review+
Comment 4•12 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 618335 [details] [diff] [review]
Remove dead paint supression code
[Approval Request Comment]
User impact if declined: decreased painting performance
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): low, the code is dead
String changes made by this patch: none
Attachment #618335 -
Flags: approval-mozilla-aurora?
Comment 6•12 years ago
|
||
Let's find out if this is a beta blocker before landing on Aurora 14.
blocking-fennec1.0: --- → ?
Comment 7•12 years ago
|
||
Comment on attachment 618335 [details] [diff] [review]
Remove dead paint supression code
probably not a blocker, but really safe and a nice easy win
Attachment #618335 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•12 years ago
|
||
tracking-firefox14:
--- → +
Updated•12 years ago
|
status-firefox14:
--- → fixed
status-firefox15:
--- → fixed
Updated•12 years ago
|
blocking-fennec1.0: ? → +
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•