Closed
Bug 972310
Opened 11 years ago
Closed 11 years ago
Set a suitable layer size for css scale animation/transition
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jerry, Assigned: jerry)
References
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•11 years ago
|
||
try server result
https://tbpl.mozilla.org/?tree=Try&rev=836f66e72511
| Assignee | ||
Comment 2•11 years ago
|
||
please land attachment 8375433 [details] [diff] [review]
Status: NEW → ASSIGNED
Keywords: checkin-needed
| Assignee | ||
Comment 4•11 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•11 years ago
|
||
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Depends on: 1153539
Blocks: 945082
You need to log in
before you can comment on or make changes to this bug.
Description
•