Closed
Bug 1169064
Opened 9 years ago
Closed 9 years ago
Refactor the ObjectActor from script.js to object.js
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
Details
Attachments
(3 files, 12 obsolete files)
43.56 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
105.36 KB,
patch
|
gl
:
review+
|
Details | Diff | Splinter Review |
33.41 KB,
patch
|
gl
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gabriel.luong
Status: NEW → ASSIGNED
OS: Unspecified → All
Hardware: Unspecified → All
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8611538 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Attachment #8611552 -
Attachment description: 1169064-part-1.patch [WIP] → Part 1: Move ObjectActor to object.js
Attachment #8611552 -
Flags: review?(nfitzgerald)
Assignee | ||
Updated•9 years ago
|
Attachment #8611552 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 3•9 years ago
|
||
Just an observation that will be addressed in another patch as part of this bug:
- createEnvironmentActor is implemented the same in both webconsole.js and script.js. I think we can just have one implementation in object.js.
Attachment #8611552 -
Attachment is obsolete: true
Attachment #8611575 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 4•9 years ago
|
||
ObjectActor.onDefinitionSite also doesn't use its aRequest argument.
Comment 5•9 years ago
|
||
Comment on attachment 8611575 [details] [diff] [review]
Part 1: Move ObjectActor to object.js [1.0]
Review of attachment 8611575 [details] [diff] [review]:
-----------------------------------------------------------------
Very nicely done :)
Attachment #8611575 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Notable Changes:
- Renamed all aString arguments
- Formatted to ensure 80 chars per line
- One instance where destructuring {obj, hook} simplified the code
- Removed unused request arguments
Attachment #8611602 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 7•9 years ago
|
||
Undid the destructuring of the ObjectActor in GenericObject.
Attachment #8611602 -
Attachment is obsolete: true
Attachment #8611602 -
Flags: review?(nfitzgerald)
Attachment #8612150 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 8•9 years ago
|
||
s/decrementGriphDepth/decrementGripDepth
Attachment #8611575 -
Attachment is obsolete: true
Attachment #8612179 -
Flags: review+
Assignee | ||
Comment 9•9 years ago
|
||
Attachment #8612181 -
Flags: review?(nfitzgerald)
Updated•9 years ago
|
Attachment #8612150 -
Flags: review?(nfitzgerald) → review+
Comment 10•9 years ago
|
||
Comment on attachment 8612181 [details] [diff] [review]
Part 3: Refactor LongStringActor, createValueGrip, stringIsLong and longStripGrip from script.js to object.js
Review of attachment 8612181 [details] [diff] [review]:
-----------------------------------------------------------------
This is _so_ much better! Thanks!
Attachment #8612181 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Comment 11•9 years ago
|
||
Added DevToolsUtils require in webconsole.js
Attachment #8612179 -
Attachment is obsolete: true
Attachment #8612339 -
Flags: review+
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Comment 13•9 years ago
|
||
Refactor PropertyIteratorActor from script.js to object.js
Attachment #8612339 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Attachment #8612488 -
Flags: review+
Assignee | ||
Comment 14•9 years ago
|
||
Part 3: Fixed createValueGrip in webaudio.js
Attachment #8612181 -
Attachment is obsolete: true
Assignee | ||
Comment 15•9 years ago
|
||
Attachment #8612505 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Attachment #8612627 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 16•9 years ago
|
||
Assignee | ||
Comment 17•9 years ago
|
||
Attachment #8612627 -
Attachment is obsolete: true
Attachment #8612627 -
Flags: review?(nfitzgerald)
Attachment #8612629 -
Flags: review?(nfitzgerald)
Assignee | ||
Updated•9 years ago
|
Attachment #8612629 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 18•9 years ago
|
||
Attachment #8612629 -
Attachment is obsolete: true
Assignee | ||
Comment 19•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8612742 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 20•9 years ago
|
||
Attachment #8612742 -
Attachment is obsolete: true
Attachment #8612742 -
Flags: review?(nfitzgerald)
Attachment #8613007 -
Flags: review?(nfitzgerald)
Comment 21•9 years ago
|
||
Comment on attachment 8613007 [details] [diff] [review]
Part 3: Refactor LongStringActor, createValueGrip, stringIsLong and longStripGrip from script.js to object.js [4.0]
Review of attachment 8613007 [details] [diff] [review]:
-----------------------------------------------------------------
Yay! Great job!
Attachment #8613007 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Comment 22•9 years ago
|
||
Attachment #8613007 -
Attachment is obsolete: true
Attachment #8613172 -
Flags: review?(nfitzgerald)
Comment 23•9 years ago
|
||
What's different in this revision? Does it warrant rereview? I'm assuming it must be something "big", b/c you reflagged me, but it isn't obvious to me looking at the patch.
Flags: needinfo?(gabriel.luong)
Assignee | ||
Comment 24•9 years ago
|
||
Unfortunately, the changes aren't big and it simply readds the actor deletion to LongStringActor#onRelease. I will carry over the r+.
Flags: needinfo?(gabriel.luong)
Assignee | ||
Updated•9 years ago
|
Attachment #8613172 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 25•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Whiteboard: [fixed-in-fx-team]
Comment 26•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5fa3d208ad8e
https://hg.mozilla.org/mozilla-central/rev/a223489c052d
https://hg.mozilla.org/mozilla-central/rev/c5d7c436a02b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 41
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•