Closed
Bug 400617
Opened 18 years ago
Closed 18 years ago
Include eTLD + 1 for failed, canceled, blocked downloads
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
FIXED
mozilla1.9beta2
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
(Whiteboard: [has patch][has reviews])
Attachments
(1 file, 1 obsolete file)
4.43 KB,
patch
|
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Per design from bug 397655.
Canceled -- etld
Failed -- etld
Blocked -- etld
(Well.. not sure about the blocked string..)
Assignee | ||
Comment 1•18 years ago
|
||
Add more to the stateSize hash of function using inline "lambda" functions.
Comment 2•18 years ago
|
||
Comment on attachment 285673 [details] [diff] [review]
v1
>+stateFailed=Failed
>+stateCanceled=Canceled
>+stateBlocked=Blocked
Let's keep it as "Blocked by Parental Controls". There's a bug to make the string more unique, but I think the UX team said we should have separate strings, so that bug is gonna get morphed (next on todo list).
r=sdwilsh
Attachment #285673 -
Flags: review?(comrade693+bmo) → review+
Assignee | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> >+stateBlocked=Blocked
> Let's keep it as "Blocked by Parental Controls"
Done and restored the comment as a LOCALIZATION NOTE.
Probably wont be aM9 unless the blocking bug also gets aM9+.
Attachment #285673 -
Attachment is obsolete: true
Attachment #286349 -
Flags: approval1.9?
Assignee | ||
Comment 4•18 years ago
|
||
a? This can land with bug 223895 (which is a+ b-ff3+).
Whiteboard: [has patch][has reviews]
Target Milestone: --- → Firefox 3 M10
Comment 5•18 years ago
|
||
Let's land them separately.
Updated•18 years ago
|
Attachment #286349 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 6•18 years ago
|
||
Checking in toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd,v <-- downloads.dtd
new revision: 1.15; previous revision: 1.14
done
Checking in toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties,v <-- downloads.properties
new revision: 1.12; previous revision: 1.11
done
Checking in toolkit/mozapps/downloads/content/download.xml;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/download.xml,v <-- download.xml
new revision: 1.39; previous revision: 1.38
done
Checking in toolkit/mozapps/downloads/content/downloads.js;
/cvsroot/mozilla/toolkit/mozapps/downloads/content/downloads.js,v <-- downloads.js
new revision: 1.100; previous revision: 1.99
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-litmus?
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
Hi There,
What does the "Parental Controls" means here?
Does it equals to the "Parental Controls" function in Vista?
Comment 8•18 years ago
|
||
(In reply to comment #7)
> Hi There,
> What does the "Parental Controls" means here?
> Does it equals to the "Parental Controls" function in Vista?
Yes, exactly. Maybe it would be a good idea to file a bug to add a l10n note.
Comment 9•17 years ago
|
||
Verified FIXED, now that the Parental Controls patch has landed.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008041306 Minefield/3.0pre
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008041304 Minefield/3.0pre
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•