Closed
Bug 652029
Opened 14 years ago
Closed 14 years ago
Remove WinCE code from mobile/components/build/
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 6
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
14.15 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Most of the WinCE & Windows Mobile code was removed from mobile/* in bug 649078.
The only remnants left to be removed from mobile are in mobile/components/build/:
http://mxr.mozilla.org/mozilla-central/search?string=wince&find=/mobile/
Assignee | ||
Comment 1•14 years ago
|
||
Removes WinCE & Windows Mobile ifdefs from nsPhoneSupport.cpp & the makefile.
This leaves several nsPhoneSupport methods unused, so removes them too.
Comment 2•14 years ago
|
||
I think you can just totally remove the nsIPhoneSupport interface. switchTask isn't called, is it?
Comment 3•14 years ago
|
||
Comment on attachment 527707 [details] [diff] [review]
Remove WinCE code from mobile/components/build/
Stealing review...
SwitchTask is still used on Maemo. This looks good to me
Attachment #527707 -
Flags: review?(doug.turner) → review+
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #2)
> I think you can just totally remove the nsIPhoneSupport interface. switchTask
> isn't called, is it?
One use left of it sadly:
http://mxr.mozilla.org/mozilla-central/source/mobile/chrome/content/browser-ui.js#829
Thanks for the fast review Mark :-)
Keywords: checkin-needed
Assignee | ||
Comment 6•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/8a822b2befc3
Thanks Ms2ger :-)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 6
Updated•14 years ago
|
Flags: in-testsuite-
Assignee | ||
Comment 7•14 years ago
|
||
http://mxr.mozilla.org/mozilla-central/search?string=wince&find=/mobile/
...returns 0 results.
-> Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•