Closed Bug 748858 Opened 12 years ago Closed 12 years ago

Use the startPoint argument of mozIDOMApplication.launch

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: vingtetun, Assigned: vingtetun)

References

Details

Attachments

(1 file)

The point use the starPoint argument of mozIDOMApplication.launch
Attached patch PatchSplinter Review
Assignee: nobody → 21
Status: NEW → ASSIGNED
Attachment #618359 - Flags: review?(fabrice)
Attachment #618359 - Flags: review?(fabrice) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/4776d75914f4
OS: Linux → All
Hardware: x86_64 → All
Target Milestone: --- → mozilla15
https://hg.mozilla.org/mozilla-central/rev/4776d75914f4
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: