Closed
Bug 854980
Opened 12 years ago
Closed 12 years ago
Rewrite tabs without use of traits
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 854982
People
(Reporter: irakli, Assigned: irakli)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•12 years ago
|
Blocks: sdk-kill-traits
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rFobic
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 729879 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/903
First three commits are just a foundation but there are no reasons why we could not land them as is. That way overall patch can be reduced to a smaller size.
Attachment #729879 -
Flags: review?(evold)
Priority: -- → P1
Assignee | ||
Updated•12 years ago
|
Attachment #729879 -
Flags: review?(evold) → review?(dtownsend+bugmail)
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/e5fd0a076823e654901120fae592cee8b2786321
Merge pull request #903 from Gozala/bug/tab-detraitifaction@854980
Bug 854980 - Implementing simple utils for observing window / tab events r=@Mossop
Comment 4•12 years ago
|
||
Comment on attachment 729879 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/903
Forgot to mark this
Attachment #729879 -
Flags: review?(dtownsend+bugmail) → review+
Comment 5•12 years ago
|
||
Commit pushed to integration at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/e5fd0a076823e654901120fae592cee8b2786321
Merge pull request #903 from Gozala/bug/tab-detraitifaction@854980
Assignee | ||
Comment 6•12 years ago
|
||
It is impossible to fix tabs without touching windows or other way round, so I'm marking this as a duplicate for windows rewrite bug, which I'll rename to windows & tabs rewrite.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•