Closed Bug 938442 Opened 12 years ago Closed 8 years ago

require("sdk/window/utils").open() must open window with default features

Categories

(Add-on SDK Graveyard :: General, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: irakli, Unassigned)

Details

Currently require("sdk/window/utils").open() opens window with no chrome, that's because features ares serialized to `""`. Instead if features are not passed we should pass `null` into `windowWatcher.openWindow` so that it will use default set of features.
Priority: -- → P3
Summary: require("sdk/window/utils").open() must open window with default feautres → require("sdk/window/utils").open() must open window with default features
Assignee: nobody → rFobic
this seems simple enough, so i'm gonna label it [good first bug], as we are running low on those. if anyone wants to take this, just post a comment here, i'm sure Irakli won't mind.
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [good first bug]
Irakli are you working on this?
Flags: needinfo?(rFobic)
zombie: Good first bug sound fine by me. Erik: I had a patch in one of my branches, basically features shouldn't be an empty string, it should be `null`.
Flags: needinfo?(rFobic)
(In reply to Irakli Gozalishvili [:irakli] [:gozala] [@gozala] from comment #3) > zombie: Good first bug sound fine by me. > Erik: I had a patch in one of my branches, basically features shouldn't be > an empty string, it should be `null`. So should this bug be assigned to you still?
Flags: needinfo?(rFobic)
Assignee: rFobic → nobody
Flags: needinfo?(rFobic)
Because of the difficulty finding mentors and the expected life span of the SDK, we are removing [good first bug] from remaining SDK bugs.
Whiteboard: [good first bug]
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.