Closed
Bug 907450
Opened 11 years ago
Closed 11 years ago
Anchored Panels
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: irakli, Unassigned)
References
Details
Attachments
(2 files, 1 obsolete file)
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #793180 -
Flags: feedback?(zer0)
Reporter | ||
Updated•11 years ago
|
Attachment #793180 -
Attachment mime type: text/plain → text/html
Attachment #793180 -
Flags: feedback?(evold)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 793180 [details]
JEP
Created combined pull and made request in one place:
https://bug907374.bugzilla.mozilla.org/attachment.cgi?id=793224
Attachment #793180 -
Attachment is obsolete: true
Attachment #793180 -
Flags: feedback?(zer0)
Attachment #793180 -
Flags: feedback?(evold)
Priority: -- → P1
Comment 3•11 years ago
|
||
(Just as a side note, I'm waiting for this so that I can convert https://github.com/bwinton/SnoozeTabs over to the new Australis Button API… :)
Updated•11 years ago
|
Priority: P1 → P2
Comment 4•11 years ago
|
||
Attachment #8374981 -
Flags: review?(rFobic)
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8374981 [details] [review]
Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/1398
Looks, good I would just like to have test case for the example in the pull request description. I don't mind having that test in separate review.
Attachment #8374981 -
Flags: review?(rFobic) → review+
Comment 6•11 years ago
|
||
I added the test case to the same PR, due the fact is not landed yet. Irakli, could you please take a look?
Attachment #8388496 -
Flags: review?(rFobic)
Reporter | ||
Comment 7•11 years ago
|
||
Comment on attachment 8388496 [details]
test case
Looks fine to me.
Attachment #8388496 -
Flags: review?(rFobic) → review+
Comment 8•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/33173bbc071e3d8c088cd7c6259659da169ae986
Bug 907450 - Anchored Panels …
- Allows `button` and `widget` to be specified as `position` value for panels.
- added `getFocusedBrowser` to window/utils
- use `getFocusedBrowser` in `state` instead of `getMostRecentBrowserWindow`
- Added test case
https://github.com/mozilla/addon-sdk/commit/9f2df5332fb39126ae5917d06ca05c8953449a0d
Merge pull request #1398 from ZER0/anchored-panel/907450
fix Bug 907450 - Anchored Panels r=@gozala
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•