Closed
Bug 1077611
Opened 11 years ago
Closed 11 years ago
Remove platform detection from loop panel & conversation window
Categories
(Hello (Loop) :: Client, defect)
Hello (Loop)
Client
Tracking
(firefox35 fixed)
People
(Reporter: ntim, Assigned: jaws)
References
Details
Attachments
(1 file, 2 obsolete files)
7.30 KB,
patch
|
dmosedale
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We really don't need platform detection for loop's CSS. Let's remove that.
Comment 1•11 years ago
|
||
This probably comes from the original UX specs which had platform dependent items:
http://people.mozilla.org/~mmaslaney/loop/Loop-platforms.png
http://people.mozilla.org/~mmaslaney/loop/Loop-spec.png
However, one bug recently changed the font to be universal, so we might need this now.
Summary: Remove platform detection from loop panel → Remove platform detection from loop panel & conversation window
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #1)
> This probably comes from the original UX specs which had platform dependent
> items:
>
> http://people.mozilla.org/~mmaslaney/loop/Loop-platforms.png
> http://people.mozilla.org/~mmaslaney/loop/Loop-spec.png
>
> However, one bug recently changed the font to be universal, so we might need
> this now.
Bug 1065537 didn't make the fonts the same across all platforms, it just used a special keyword that would automatically use the system font.
Reporter | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8499876 [details] [diff] [review]
Patch
Review of attachment 8499876 [details] [diff] [review]:
-----------------------------------------------------------------
Please also remove the related CSS since it won't apply anymore.
See:
http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/content/shared/css/common.css#364
I don't know if there are any other instances.
Attachment #8499876 -
Flags: review?(mdeboer) → review-
Reporter | ||
Comment 5•11 years ago
|
||
Attachment #8499876 -
Attachment is obsolete: true
Attachment #8499963 -
Flags: review?(mdeboer)
Comment 6•11 years ago
|
||
Comment on attachment 8499963 [details] [diff] [review]
Patch v2
Review of attachment 8499963 [details] [diff] [review]:
-----------------------------------------------------------------
You missed the ui-showcase.jsx.
Attachment #8499963 -
Flags: review?(mdeboer) → review-
Updated•11 years ago
|
backlog: --- → Fx38?
Assignee | ||
Comment 7•11 years ago
|
||
Hey Tim, are you planning on finishing this bug?
The changes to ui-showcase.jsx will be the same changes that you made to ui-showcase.js (actually, you only need to manually change ui-showcase.jsx and then you can run `jsx -x jsx browser/components/loop/ui/ browser/components/loop/ui` and it will produce an updated ui-showcase.js).
Flags: needinfo?(ntim007)
Reporter | ||
Comment 8•11 years ago
|
||
I'm a bit busy with many things right now, so I probably won't touch this for a while. Feel free to take this though.
Flags: needinfo?(ntim007)
Assignee | ||
Comment 9•11 years ago
|
||
Thanks for your help Tim. I've redid the patch based off of tip and finished it off.
Assignee: ntim007 → jaws
Attachment #8510481 -
Flags: review?(mdeboer)
Assignee | ||
Updated•11 years ago
|
Attachment #8499963 -
Attachment is obsolete: true
Comment 10•11 years ago
|
||
Comment on attachment 8510481 [details] [diff] [review]
Patch v2.1
Review of attachment 8510481 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good; r=dmose
Attachment #8510481 -
Flags: review?(mdeboer) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Iteration: --- → 36.1
Points: --- → 1
Flags: qe-verify-
Flags: in-testsuite-
Flags: firefox-backlog+
Whiteboard: [fixed in fx-team]
Comment 12•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed in fx-team]
Target Milestone: --- → mozilla35
status-firefox35:
--- → fixed
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
Comment on attachment 8510481 [details] [diff] [review]
Patch v2.1
Approval Request Comment
Landed on aurora per IRC with lsblakk with a=loop-only
Attachment #8510481 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8510481 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•