Closed
Bug 722727
Opened 12 years ago
Closed 11 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•12 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•12 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•11 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•11 years ago
|
||
Assignee: nobody → jwalker
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=eb3301ae6387
Assignee | ||
Comment 6•11 years ago
|
||
The oranges on try were due to a different patch. Can be safely ignored.
Assignee | ||
Comment 7•11 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•11 years ago
|
Attachment #728130 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 8•11 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•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4ff44d1d4750
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 22
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•