Closed
Bug 235035
Opened 20 years ago
Closed 20 years ago
change nsIRunnable.Run to nsIRunnable.run
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
1.22 KB,
patch
|
dougt
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
I don't think many people are implementing js threads, but my group is so this will be one of many bugs relating to threads and javascript. Interfaces are supposed to use interCaps instead of InitialCaps for methods. I've checked a tree from yesterday and there are no instances of "Run(" in any of the .js files, so JS consumers of nsIRunnable don't exist. There's one js impl of nsIRunnable (a test harness). Newsgroups indicate only one person ever expressed an interest in runnable, but my guess (based on certain other unfixed bugs) is that he didn't do much with it.
Attachment #141835 -
Flags: superreview?(darin)
Attachment #141835 -
Flags: review?(dougt)
Updated•20 years ago
|
Attachment #141835 -
Flags: superreview?(darin) → superreview+
Updated•20 years ago
|
Attachment #141835 -
Flags: review?(dougt) → review+
Checking in mozilla/js/src/xpconnect/tests/js/old/threads.js; /cvsroot/mozilla/js/src/xpconnect/tests/js/old/threads.js,v <-- threads.js new revision: 1.2; previous revision: 1.1 done Checking in mozilla/xpcom/threads/nsIRunnable.idl; /cvsroot/mozilla/xpcom/threads/nsIRunnable.idl,v <-- nsIRunnable.idl new revision: 1.4; previous revision: 1.3 done
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•