nchevobbe
d8840a78b0
Bug 1358103 - Remove createFactory call on Reps; r=jdescottes
...
The new Reps bundle from Bug 1357341 is all about functions now,
so we should remove all unnecessary `createFactory` calls
we used to do when creating Reps.
MozReview-Commit-ID: 4KvCThhwphv
2017-04-21 08:50:24 +02:00
Carsten "Tomcat" Book
5c743100d6
merge mozilla-inbound to mozilla-central a=merge
2017-04-19 10:32:48 +02:00
Stanford Lockhart
ee4b2ab911
Bug 1349691: Polish the grid inspector and layout tab. r=jdescottes
...
MozReview-Commit-ID: DPYqfcDRKcs
2017-03-29 17:31:46 -03:00
Julian Descottes
558fa10d31
Bug 1357340 - grid inspector: add isConnected when creating node grips from node fronts;r=gl
...
MozReview-Commit-ID: 3OUrS2OvqFs
2017-04-18 11:32:17 +02:00
Micah Tigley
e34c8d53a1
Bug 1347336 - Display grid line name and position in Grid Highlighter. r=gl
...
MozReview-Commit-ID: EbUKzd5zqaw
2017-04-11 13:31:22 -06:00
Gabriel Luong
fdf98b4cf2
Bug 1350046 - Fix react-related errors in the layout panel. r=jdescottes
2017-04-07 13:11:33 -04:00
Julian Descottes
e064e126ad
Bug 1348254 - grid inspector: update grid inspector colors;r=gl
...
MozReview-Commit-ID: 3gMvXwJjYdX
2017-04-03 15:57:56 +02:00
Julian Descottes
bb5a4dc04d
Bug 1348005 - update grid panel on reflows;r=gl
...
Extracted the reflow tracking logic from the box-model to a dedicated util in
inspector/shared/reflow-tracker.js to use it in both box-model and grid-inspector.
MozReview-Commit-ID: DZCOH3RDY6
2017-03-29 20:51:27 +02:00
Micah Tigley
0d1979ca52
Bug 1343447 - Bug 1343447 - Maintain aspect ratio of grid outline. r=pbro
...
MozReview-Commit-ID: 97mdXIyDhSw
2017-03-24 14:01:09 -06:00
Stanford Lockhart
a158431154
Bug 1345119 - Part 1: Move functions out of grid-inspector into inspector for sharing with boxmodel. r=pbro
...
MozReview-Commit-ID: KlHinf9jgFX
2017-03-17 22:58:11 -03:00
Iris Hsiao
206cfb29fd
Backed out 5 changesets (bug 1345119) dor mochitest failure in test_inspector_getOffsetParent.html
...
Backed out changeset c9be65ad95f6 (bug 1345119)
Backed out changeset 4e4817e5b6d4 (bug 1345119)
Backed out changeset 6a01debcc43c (bug 1345119)
Backed out changeset 2c6f67f420d0 (bug 1345119)
Backed out changeset ba020c15393d (bug 1345119)
2017-03-24 15:01:47 +08:00
Stanford Lockhart
be0a7b560b
Bug 1345119 - Part 3: Display offset parent of absolutely positioned node in box model. r=gl
...
MozReview-Commit-ID: 102vRTuIhEh
2017-03-17 23:07:06 -03:00
Stanford Lockhart
36256ef3c8
Bug 1345119 - Part 1: Move functions out of grid-inspector into inspector for sharing with boxmodel. r=pbro
...
MozReview-Commit-ID: KlHinf9jgFX
2017-03-17 22:58:11 -03:00
Sebastian Hengst
a6004f8f08
Backed out changeset ca6b6c3fe79f (bug 1345119) for failing various devtools tests, e.g. devtools/client/inspector/test/browser_inspector_textbox-menu.js. r=backout
2017-03-23 22:01:09 +01:00
Sebastian Hengst
2ba83c0a8d
Backed out changeset 14ff5693848f (bug 1345119)
2017-03-23 22:00:22 +01:00
Gabriel Luong
4606a4cd44
Bug 1348256 - Throttle the grid outline mouseover. r=pbro
2017-03-23 16:45:01 -04:00
Stanford Lockhart
d3d66bdc66
Bug 1345119 - Part 3: Display offset parent of absolutely positioned node in box model. r=gl
...
MozReview-Commit-ID: 102vRTuIhEh
2017-03-17 23:07:06 -03:00
Stanford Lockhart
3c0cc223ff
Bug 1345119 - Part 1: Move functions out of grid-inspector into inspector for sharing with boxmodel. r=pbro
...
MozReview-Commit-ID: KlHinf9jgFX
2017-03-17 22:58:11 -03:00
Patrick Brosset
6a98c7418c
Bug 1348258 - Use MODE.TINY for ElementNodes displayed in the grid inspector; r=nchevobbe
...
MozReview-Commit-ID: WUGm4IhwpM
2017-03-17 11:23:35 +01:00
Carsten "Tomcat" Book
811b1bab9a
merge mozilla-inbound to mozilla-central a=merge
2017-03-13 15:22:26 +01:00
Gabriel Luong
698984968a
Bug 1345997 - Add a check for the inspector toolbox when checking if the grid inspector or box model is visible. r=jdescottes
...
MozReview-Commit-ID: 5Ve2COO5Vkc
2017-03-09 16:48:14 -05:00
Wes Kocher
a563b1dc88
Merge inbound to central, a=merge CLOSED TREE
...
MozReview-Commit-ID: Gj4s6DtqKmw
2017-03-09 16:33:31 -08:00
Julian Descottes
16fd12978f
Bug 1342310 - read grid color from highlighters-overlay state;r=gl
...
- emit highlighter options when emitting grid highlighter shown/hidden
events
- read color for highlighted grid container when building initial grids
array in grid-inspector
- explicitly set color when toggling grid highlighter from the rule view
MozReview-Commit-ID: IqvnSdJfq9u
2017-03-09 00:30:47 +01:00
Micah Tigley
1023699f93
Bug 1343777 - Display grid cell highlights on mouseover events for grid outline. r=gl
...
MozReview-Commit-ID: ErCPdqaaIvs
2017-03-02 00:16:10 -07:00
Gabriel Luong
fed5e64dca
Bug 1342305 - Refactor grid inspector into its own grids folder. r=jdescottes
2017-02-24 14:14:04 -05:00
Julian Descottes
7a38114922
Bug 1333714 - update grid highlighter and layout panel on markupmutation;r=gl
...
MozReview-Commit-ID: 9TAUxqTiT4M
2017-03-07 18:02:41 +01:00