Commit Graph

17 Commits

Author SHA1 Message Date
Tim Nguyen
88f4f845d8 Bug 1341045 - Use checked class instead of introducing active class. r=jryans
MozReview-Commit-ID: 6fC7hVRSvjh
2017-02-25 15:42:26 +00:00
J. Ryan Stinnett
3854af5904 Bug 1319950 - Use consistent naming with viewport properties. r=gl
Use "change" instead of "update" terminology with viewport properties.
Remove redundant "viewport" word from viewport changes.

MozReview-Commit-ID: HSFLiZyTVYy
2017-01-19 16:56:39 -06:00
J. Ryan Stinnett
86e623c22e Bug 1319950 - Wrap dPR state in object for consistency. r=gl
MozReview-Commit-ID: ERiDO14wGUz
2017-01-09 19:29:53 -06:00
Matteo Ferretti
ae8d32c927 Bug 1276971 - Adding UI to display and change the current DPI / DPR setting; r=gl,jryans
MozReview-Commit-ID: Dnb6OLhOvOK
2016-11-05 13:45:10 +01:00
J. Ryan Stinnett
1acc749efb Bug 1283453 - Add network throttling UI to RDM. r=gl
MozReview-Commit-ID: 9MYLXuhlT2F
2016-10-13 09:25:22 -05:00
Benoit Chabod
d01d8eebcf Bug 1288380 - Add a tooltip for the touch simulation button, r=jryans 2016-07-21 09:15:00 +02:00
Benoit Chabod
e45bb9e11a Bug 1269882 - Reload viewport when enabling touch simulation, r=jryans 2016-06-28 05:42:00 +02:00
Benoit Chabod
f5f02a8d5b Bug 1258353 - Refactor devtools react components. r=janx 2016-05-17 11:55:49 -07:00
Gabriel Luong
cc8c7a4c03 Bug 1239459 - Toggle touch event simulation r=jryans 2016-05-11 23:39:04 -07:00
Phil Ringnalda
1515ed2c19 Back out 027b0144a1a6 (bug 1239459) for failures in responsive.html/test/browser/browser_menu_item_02.js
CLOSED TREE
2016-05-10 21:01:28 -07:00
Gabriel Luong
7d78c2ff51 Bug 1239459 - Toggle touch event simulation r=jryans 2016-05-10 17:09:55 -07:00
Gabriel Luong
993bf105f2 Bug 1241720 - Modal to promote devices from larger DB r=jyrans 2016-04-20 17:15:34 -04:00
Patrick Brosset
0b6dd780fc Bug 1264063 - 1 - Disable prop-types eslint rule and fix sort-comp errors; r=ochameau
MozReview-Commit-ID: 26NMWUWiKdi
2016-04-13 10:24:48 +02:00
Matteo Ferretti
85432af69e Bug 1239461 - Screenshot button for taking a screenshot of the current viewport; r=jryans
MozReview-Commit-ID: AMbzmf1uO0P
2016-03-30 22:31:37 +02:00
J. Ryan Stinnett
65d006cc40 Bug 1254261 - Restore icons by using command button styles. r=gl,bgrins
MozReview-Commit-ID: FPSk7RaMaxw
2016-03-16 12:40:41 -04:00
J. Ryan Stinnett
08a9307352 Bug 1253781 - Better perf with pure render. r=gl
There are few easy wins that greatly improve our perf with React:

* Add the PureRenderMixin to pure components that always render the same thing
  given the same props and state.  This implements React's shouldComponentUpdate
  as a shallow equality check of the props and state, so render() will be
  skipped if they match the previous values.
* Change action dispatch functions so they are only created once instead of on
  each render().  If an outer component creates new functions for each render()
  call, then the PureRenderMixin equality check fails for only the new function
  instances, even though no data has changed.

MozReview-Commit-ID: D96X048nEF4
2016-03-07 12:00:43 -06:00
Matteo Ferretti
51e8cff855 Bug 1239464 - Close button for exiting the responsive design view; r=jryans
MozReview-Commit-ID: Fygjgc7FHzF
2016-03-04 01:21:19 -05:00