Closed
Bug 461856
Opened 17 years ago
Closed 17 years ago
No Username on windows mobile.
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1
People
(Reporter: dougt, Assigned: dougt)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
614 bytes,
patch
|
benjamin
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
There is no call on windows mobile to get the user name.
| Assignee | ||
Comment 1•17 years ago
|
||
Assignee: nobody → doug.turner
| Assignee | ||
Updated•17 years ago
|
Attachment #344989 -
Flags: review?(benjamin)
Updated•17 years ago
|
Attachment #344989 -
Flags: review?(benjamin) → review+
Comment 2•17 years ago
|
||
Comment on attachment 344989 [details] [diff] [review]
patch v.1
This is ok, although I think it would be clearer to write:
#ifdef WINCE
return NS_ERROR_FAILURE
#else
... all the rest
#endif
either way, r=me
| Assignee | ||
Updated•17 years ago
|
Flags: blocking1.9.1?
Updated•17 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Target Milestone: --- → mozilla1.9.1
Updated•17 years ago
|
Flags: blocking1.9.1+ → blocking1.9.1-
Comment 3•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Attachment #344989 -
Flags: approval1.9.1?
Updated•17 years ago
|
Attachment #344989 -
Flags: approval1.9.1? → approval1.9.1+
Comment 4•17 years ago
|
||
Comment on attachment 344989 [details] [diff] [review]
patch v.1
a191=beltzner
Comment 5•17 years ago
|
||
| Assignee | ||
Comment 7•17 years ago
|
||
this landed on the 1.9.1 branch. adding keyword fixed1.9.1
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•