Closed
Bug 975069
Opened 11 years ago
Closed 11 years ago
Remove public interfaces that take a tinyid
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
|
4.79 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
These are no longer used by the browser, so we can at least remove the public interface. It looks like the shortid_ field is still used for StaticBlockObject though, so more work will be required internally. We can at least prevent new external uses, however.
Attachment #8379192 -
Flags: review?(luke)
Comment 1•11 years ago
|
||
Comment on attachment 8379192 [details] [diff] [review]
remove_tinyid_interfaces-v0.diff
Whoa, awesome! Did you remove them?
Also, we can surely get rid of static block object's shortid. It'd be great to have that confusion gone.
Attachment #8379192 -
Flags: review?(luke) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4027d48cbc51
(In reply to Luke Wagner [:luke] from comment #1)
> Comment on attachment 8379192 [details] [diff] [review]
> remove_tinyid_interfaces-v0.diff
>
> Whoa, awesome! Did you remove them?
Nope, Boris mentioned a couple of weeks ago that there was only one user left. I figured removing the API would point me at the user, but it had apparently disappeared in the meantime.
> Also, we can surely get rid of static block object's shortid. It'd be great
> to have that confusion gone.
The use of shortid_ for both tinyid and StaticBlockObject is so bonkers that I have trouble believing I am reading the code correctly.
Comment 3•11 years ago
|
||
This is a good start. JSPropertySpec in jsapi.h still has a tinyid.
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 5•11 years ago
|
||
\o/
You need to log in
before you can comment on or make changes to this bug.
Description
•