Closed
Bug 756888
Opened 13 years ago
Closed 13 years ago
Rollup of a bunch of small GCLI changes
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
Attachments
(1 file, 2 obsolete files)
23.00 KB,
patch
|
Details | Diff | Splinter Review |
Includes:
- Split gcliblank out so we can have different markup for the output panel
and tooltip panel
- Export the dimensions (start/end) of the current parameter to tooltip
- Set the default eagerness to SOMETIMES
- Fix the leftover issued from Bug 720641 comment 97
- Fix focus issues which caused the toolbar not to get focus properly when
opened
- Use html:iframe not xul:iframe to workaround XUL issue
- Remove resize code which was a different attempt to workaround this issue
- Rename _anchor to _toolbar, since the use was confusing
- Change the anchor to be the input textbox
- Resize the width of the output panel as well as the height
- Don't use arrow panels
- Make the tooltip panel move horizontally with the current parameter
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment on attachment 625649 [details] [diff] [review]
Upload 1
Review of attachment 625649 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/shared/DeveloperToolbar.jsm
@@ +552,2 @@
>
> + this._panel.ownerDocument.defaultView.setTimeout(function() {
Can you include a comment explaining what you're working around with this setTimeout?
Attachment #625649 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 4•13 years ago
|
||
> "Can you include a comment explaining what you're working around with this setTimeout?"
Done.
Also this rebases for the MPL change.
Attachment #625649 -
Attachment is obsolete: true
Assignee | ||
Comment 5•13 years ago
|
||
Assignee | ||
Comment 6•13 years ago
|
||
Discovered an intermittent leak.
Fixed.
Attachment #625695 -
Attachment is obsolete: true
Assignee | ||
Comment 7•13 years ago
|
||
Assignee | ||
Comment 8•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•