Closed
Bug 665517
Opened 13 years ago
Closed 13 years ago
GCLI commands should use (args, context) rather than (args, env)
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
The context object would have the following functions:
getEnvironment()
getDocument()
createPromise()
and these functions would no longer need to be exposed by gcli/index
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwalker
Blocks: GCLI-ENABLE
Assignee | ||
Comment 1•13 years ago
|
||
Improved ...
The context object would have the following signature:
{
environment: ...
document: ...
createPromise: function() { ... }
}
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•