Closed
Bug 748858
Opened 13 years ago
Closed 13 years ago
Use the startPoint argument of mozIDOMApplication.launch
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
Attachments
(1 file)
2.71 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
The point use the starPoint argument of mozIDOMApplication.launch
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #618359 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 2•13 years ago
|
||
OS: Linux → All
Hardware: x86_64 → All
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Comment on attachment 618359 [details] [diff] [review]
Patch
>+ fullLaunchPath: function(aStartPoint) {
>+ let launchPath = this._localeProp("launch_path") || "";
>+ return this._origin.resolve(launchPath + aStartPoint);
You are breaking any callers that do not pass in | aStartPoint | to fullLaunchPath(), which is desktop and mobile Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•