Closed
Bug 612678
Opened 15 years ago
Closed 15 years ago
Tab.location property should be a string
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: irakli)
References
Details
Attachments
(1 file)
9.01 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
The Tab.location property from the Tabs API is a Location object, but such objects cannot cross the process boundary. It should be a String instead.
Reporter | ||
Comment 1•15 years ago
|
||
Morphing this bug slightly: since the value is no longer a Location object, and because we use the property name "url" for such properties in other APIs, we should use that name here as well.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → rFobic
Assignee | ||
Comment 2•15 years ago
|
||
In Bug-598981 I already converted location to be a string. Once the change is in I'll rename the property name to url.
Depends on: 598981
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•15 years ago
|
||
Pull request https://github.com/mozilla/addon-sdk/pull/40
Attachment #492333 -
Flags: review?(myk)
Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 492333 [details] [diff] [review]
https://github.com/mozilla/addon-sdk/pull/40
Looks good, works well. r=myk
Attachment #492333 -
Flags: review?(myk) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Pushed 6d53d2e
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•