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)
Add-on SDK Graveyard
General
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
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → rFobic
Comment 1•11 years ago
|
||
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]
Reporter | ||
Comment 3•11 years ago
|
||
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)
Comment 4•10 years ago
|
||
(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)
Reporter | ||
Updated•10 years ago
|
Assignee: rFobic → nobody
Flags: needinfo?(rFobic)
Comment 5•8 years ago
|
||
Because of the difficulty finding mentors and the expected life span of the SDK, we are removing [good first bug] from remaining SDK bugs.
Updated•8 years ago
|
Whiteboard: [good first bug]
Comment 6•8 years ago
|
||
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.
Description
•