Closed
Bug 1128630
Opened 10 years ago
Closed 10 years ago
Task Manager: Browser pages should show the URL in the second line
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(b2g-v2.2 verified, b2g-master verified)
VERIFIED
FIXED
2.2 S5 (6feb)
People
(Reporter: sfoster, Assigned: sfoster)
References
Details
(Whiteboard: [systemsfe])
Attachments
(2 files)
46 bytes,
text/x-github-pull-request
|
alive
:
review+
bajaj
:
approval-gaia-v2.2+
|
Details | Review |
3.82 MB,
video/mp4
|
Details |
In all card representing browser windows (in both Task Manager and Tab View) we should should the (truncated) URL as a 2nd line below the page title
Assignee | ||
Comment 1•10 years ago
|
||
Francis/Eric, can you provide a spec for this? I'm not sure how to align this 2nd line with the titles in the other cards which don't have the 2nd line
Flags: needinfo?(fdjabri)
Flags: needinfo?(epang)
Comment 2•10 years ago
|
||
(In reply to Sam Foster [:sfoster] from comment #1)
> Francis/Eric, can you provide a spec for this? I'm not sure how to align
> this 2nd line with the titles in the other cards which don't have the 2nd
> line
Hi Sam, the title stays in the same position regardless of the link.
Link to spec in case it's needed
https://mozilla.box.com/s/trf4kh4gmpr0g4vclcpcqpj9ielbs807
I've also updated the Tab view spec. The alignment is the same as regular task manager but the colours vary.
https://mozilla.box.com/s/boj3gw92n56bwmt88s3gqsywlyylc18c
Also, the tab view icons (a dark set) can be found here on box:
https://mozilla.box.com/s/eegvz3lv3e9zd6gmcy546sshw4vot73t
Thanks, let me know if you have any questions
Flags: needinfo?(epang)
Updated•10 years ago
|
Flags: needinfo?(fdjabri)
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8559568 [details] [review]
[PullReq] sfoster:url-in-task-manager-bug-1128630 to mozilla-b2g:master
Populates the card's subTitle with a prettified url (just removes scheme currently) for browser windows.
To get the SSL state icon in there I had to refactor AppChrome a little to get its SSL state from AppWindow, from a new getSecurity method.
Attachment #8559568 -
Flags: review?(alive)
Comment 6•10 years ago
|
||
Comment on attachment 8559568 [details] [review]
[PullReq] sfoster:url-in-task-manager-bug-1128630 to mozilla-b2g:master
Few nits lemme know if you have different thoughts. Thanks!
Attachment #8559568 -
Flags: review?(alive) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Merged to master: https://github.com/mozilla-b2g/gaia/commit/d2eefde6f722f7dd69427c3f0c6de607b54b275f
Commit: 2072404ca7d9388cb06d294030ba8478020fa62d
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8559568 [details] [review]
[PullReq] sfoster:url-in-task-manager-bug-1128630 to mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): Task Manager
[User impact] if declined: Task Manager does not show URL or SSL state for browser windows
[Testing completed]: New unit test coverage, Gaia-Try, on device with secure/broken SSL sites
[Risk to taking this patch] (and alternatives if risky): Low risk. Needed for feature parity with 2.1
[String changes made]: None
Attachment #8559568 -
Flags: approval-gaia-v2.2?
Updated•10 years ago
|
Attachment #8559568 -
Flags: approval-gaia-v2.2? → approval-gaia-v2.2+
Comment 9•10 years ago
|
||
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
Comment 10•10 years ago
|
||
This issue is verified fixed on Flame Master.
Result: Truncated URL is displayed under the page title in both card view and tab view.
Device: Flame Master (319mb, full flash)
Build ID: 20150209010211
Gaia: 0d7b35f23402c4cb29bca6b98280fec48a196dec
Gecko: 3436787a82d0
Gonk: e7c90613521145db090dd24147afd5ceb5703190
Version: 38.0a1 (3.0)
Firmware Version: v18D-1
User Agent: Mozilla/5.0 (Mobile; rv:38.0) Gecko/38.0 Firefox/38.0
Status: RESOLVED → VERIFIED
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
Comment 12•10 years ago
|
||
The problem is verified not happen on latest Flame 2.2 build.
Steps:
1. Open browser.
2. Open a web page.
3. Launch Tast Manager.
4. Back to browser and then open Tab View.
Actual Result:
3. You can find URL as a 2nd line below the page title.
4. You can find URL as a 2nd line below the page title.
Fail rate:0/10
See attachment:verify_video.MP4
Flame 2.2 version:
Build ID 20150209002504
Gaia Revision e827781324cbde91d2434b388f5dead3303a85ee
Gaia Date 2015-02-06 20:54:14
Gecko Revision https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/0552759956d3
Gecko Version 37.0a2
Device Name flame
Firmware(Release) 4.4.2
Firmware(Incremental) eng.cltbld.20150209.040038
Firmware Date Mon Feb 9 04:00:51 EST 2015
Bootloader L1TC000118D
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage+] → [QAnalyst-Triage+][MGSEI-Triage+]
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•