Closed
Bug 972310
Opened 6 years ago
Closed 6 years ago
Set a suitable layer size for css scale animation/transition
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Not set
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jerry, Assigned: jerry)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
7.69 KB,
patch
|
Details | Diff | Splinter Review |
Come from https://bugzilla.mozilla.org/show_bug.cgi?id=945082#c106 Set the scale value to: If the minimum scale >= 1.0f, use it; if the maximum <= 1.0f, use it; otherwise use 1.0f.
Assignee | ||
Comment 1•6 years ago
|
||
try server result https://tbpl.mozilla.org/?tree=Try&rev=836f66e72511
Assignee | ||
Comment 2•6 years ago
|
||
please land attachment 8375433 [details] [diff] [review]
Status: NEW → ASSIGNED
Keywords: checkin-needed
Assignee | ||
Comment 4•6 years ago
|
||
The attachment 8372391 [details] [diff] [review] has reviewed. See bug 945082. This attachment 8375433 [details] [diff] [review] comes from attachment 8372391 [details] [diff] [review]. I create this bug for just committing the patch. Actually, I have rebased this patch and modified one comment in this patch. Does it need to be reviewed again?
Flags: needinfo?(ryanvm)
(In reply to Jerry Shih[:jerry] from comment #4) > Actually, I have rebased this patch and modified one comment in this patch. > Does it need to be reviewed again? No, trivial changes usually do not require re-review.
Flags: needinfo?(ryanvm)
Keywords: checkin-needed
Comment 6•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/940b00462eb7
Keywords: checkin-needed
Comment 7•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/940b00462eb7
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•