Julian Descottes
eb82d20c8b
Bug 968241 - Copy outerHTML using keyboard shortcut. r=pbrosset
...
Copy outerHTML of the currently selected node of the inspector.
Works for ELEMENT, DOCUMENT_TYPE and COMMENT node types.
- bound "copy" event in markup-view to copy outerHTML
- added doctypeString property to NodeFront in actors/inspector.js
- markup-view.js is also using this property now
- added mochitest with dedicated html
2015-07-02 22:43:19 +02:00
Brian Grinstead
c9249a12f4
Bug 1166506 - Use the devtools-monospace font for text nodes and comments in the markup view;r=pbrosset
2015-05-21 08:08:22 -07:00
Dave Camp
d8f1a95b1f
Bug 892935 - Auto-expand elements with only text in the markup view;r=pbrosset,r=bgrins
2015-05-13 14:55:09 -07:00
Patrick Brosset
c2c0627641
Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker
...
This first part adds a parser for node attributes which, given some node
information and an attribute name, generates a small AST-like array of
objects that tells which parts of the attribute (if any) are links, and
what they link to.
Using this, the markup-view generates the right HTML structure to display
these parts as links.
This part 1 doesn't yet allow users to follow these links.
2015-04-30 10:43:04 +02:00
Brian Grinstead
976e48ff93
Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset
2015-03-24 14:57:57 -07:00
Mahdi Dibaiee
c6b8e75613
Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset
2014-12-26 02:53:00 -08:00
Daniel Holbert
50490b2d65
Bug 1093316 part 1: Backout changeset aece7f9f944c (i.e. backout bug 1032922 part 2), to reflect CSSWG removing "flex-basis: main-size" from the flexbox spec.
2014-11-25 11:28:15 -08:00
Brian Grinstead
8cb3638a5d
Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
2014-09-29 09:29:00 +02:00
Brian Grinstead
4fcb65d1e9
Bug 1047148 - [markup view] Fix overlapping scrollbars when editing outer HTML in dark theme. r=past
2014-09-05 06:58:00 +02:00
Daniel Holbert
14a5e3d758
Bug 1032922 part 2: Rename flex-basis's "auto" keyword to "main-size" (but retain "flex:auto" as shorthand for "1 1 main-size"). r=heycam
2014-08-07 22:11:48 -07:00
Michael Ratcliffe
6fb614b1fa
Bug 736078 - Show which elements have listeners attached r=jwalker,bgrins
2014-07-20 12:03:59 +01:00
Michael Ratcliffe
7f526f4e74
Backed out changeset 89669f18bd2d (bug 736078) for dt test timeouts
2014-07-19 23:36:56 +01:00
Michael Ratcliffe
ad961acbd3
Bug 736078 - Show which elements have listeners attached r=jwalker,bgrins
2014-07-18 14:25:03 +01:00
Tim Nguyen
042aa8ec30
Bug 1015627 - Inspector markup preview doesn't match devtools theme. r=bgrins
2014-05-29 08:34:00 -04:00
vikneshwar
083e2b177a
Bug 970962 - Use the default cursor in the markup-view. r=pbrosset
2014-05-12 13:56:00 -04:00
Robert O'Callahan
1e8853db1f
Bug 947588. Part 4: Set -moz-text-discard:none in devtools, XUL, text inputs, plaintext documents, view-source documents. r=heycam
2014-02-05 23:23:08 +13:00
Patrick Brosset
6c50b3a034
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Brian Grinstead
55f8aa74fd
Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker
2013-10-24 08:41:03 -05:00
Patrick Brosset
d93e6645ca
Bug 911982 - Markup mutations are flashed in the markup-view; r=jwalker
2013-09-23 08:46:12 +02:00
Brian Grinstead
04a53defa8
Bug 915910 - [markup view] UI updates following refactor in Bug 855523. r=miker
2013-09-14 18:10:14 -05:00
Patrick Brosset
d5fe5c9af2
Bug 855523 - Markup-view lines are easier to expand/collapse. r=miker
...
New markup structure for the markup-view inspector.
This allows for tags to have a full edge-to-edge line.
So highlight and click areas are easier to use.
2013-09-12 10:48:13 -04:00
Paul Rouget
6657f3f6a5
Bug 796069 - [markup panel] gap space before closing bracket is distracting. r=harth
2013-07-15 04:39:00 +03:00
Girish Sharma
b02dcc7bba
Bug 796065 - [markup panel] Any un-expanded node with content should show a "..." between open and close tags. r=dcamp
2013-01-23 22:31:55 +05:30
Paul Rouget
0bed708e33
Bug 793725 - [markup panel] Add a preview of the DOM tree. r=mratcliffe
2012-09-25 17:33:46 +01:00
Dave Camp
8c1b573376
Bug 777085: New markup panel for the inspector. r=jwalker
2012-08-23 11:00:43 -07:00