Closed
Bug 722727
Opened 13 years ago
Closed 12 years ago
GCLI should make the value available to max/min functions
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P4)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 22
People
(Reporter: jwalker, Assigned: jwalker)
Details
Attachments
(1 file)
47.70 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
It's reasonable for max/min functions to know about other parameters.
We could just pass the requisition into max/min however that could trip us up later. It would be better to pass in a more limited set of data - something more like ExecutionContext.
Priority: -- → P4
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to Joe Walker from comment #1)
> It's reasonable for max/min functions to know about other parameters.
> We could just pass the requisition into max/min however that could trip us
> up later. It would be better to pass in a more limited set of data -
> something more like ExecutionContext.
We could also just pass in (args) - probably good enough for most cases.
Assignee | ||
Comment 3•12 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Assignee | ||
Comment 4•12 years ago
|
||
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
The oranges on try were due to a different patch. Can be safely ignored.
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 728130 [details] [diff] [review]
v1
Also available on github, where the changes are explained step by step.
https://github.com/joewalker/gcli/pull/8
(I realized that I could pull-request myself, so no need to be able to push changes to your repo, and I can keep future pull-requests together)
Attachment #728130 -
Flags: review?(mratcliffe)
Updated•12 years ago
|
Attachment #728130 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 8•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=d5cdec6efff9
https://hg.mozilla.org/integration/fx-team/rev/4ff44d1d4750
Whiteboard: [fixed-in-fx-team]
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 22
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•