Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
J. Ryan Stinnett 52415820ac Bug 1254261 - Restore icons by using command button styles. r=gl,bgrins
MozReview-Commit-ID: FPSk7RaMaxw
2016-03-16 12:40:41 -04:00
Jordan Santell afb1708698 Bug 1251033 - Part 1 - BrowserLoader now has an option to only load shared components and not require an additional directory. r=jryans 2016-03-08 19:19:09 -08:00
Wes Kocher 8cd1d52715 Backed out changeset 1832f51ba1a5 (bug 1241714) for hitting the network
MozReview-Commit-ID: 2BUSSIto6N0
2016-03-08 16:44:16 -08:00
Gabriel Luong 2c9726ca15 Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans 2016-03-08 15:25:17 -08:00
J. Ryan Stinnett 3094c5d8e4 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 67f2481ef2 Bug 1239464 - Close button for exiting the responsive design view; r=jryans
MozReview-Commit-ID: Fygjgc7FHzF
2016-03-04 01:21:19 -05:00
CJKu b5be33e28b Bug 1243734 - Part 4. Convert mask-image to mask; r=dbaron
MozReview-Commit-ID: 6MwCmUNu9WT
2016-03-01 19:52:17 +08:00
Alexandre Poirot fa65737630 Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans 2016-02-27 04:51:11 -08:00
J. Ryan Stinnett 8bab15a3c9 Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg
MozReview-Commit-ID: 6J0bwym78gs
2016-02-26 15:56:51 -06:00
Gabriel Luong a958cd4655 Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Gabriel Luong 9c7ded4d2b Bug 1246807 - Implement Editable width / height inputs r=jryans 2016-02-22 13:15:26 -05:00
Brian Grinstead ad34c237e8 Bug 1246733 - Remove stylesheet references of 'devtools/skin/common.css' and instead import it in theme files;r=ntim,r=ochameau
MozReview-Commit-ID: AwS9aJ4dypm
2016-02-16 16:10:25 -08:00
Gabriel Luong 0843c76b88 Bug 1241326 - Implement resize handles to change viewport size on drag r=jryans 2016-02-11 18:14:07 -05:00
Gabriel Luong 598883d5e8 Bug 1239441 - Implement landscape / portrait button that rotates the viewport r=jryans 2016-02-10 17:07:17 -05:00
Patrick Brosset 2b27b4d498 Bug 1243691 - Tweak the general RDM layout to allow multiple viewports, center them and snap to top/left when needed; r=jryans
--HG--
extra : commitid : Eb3ETYbe4NR
2016-02-01 14:57:31 +01:00
Gabriel Luong 63f3fa53d1 Bug 1243403 - Implement the general design of the responsive design mode r=jryans 2016-01-27 17:51:57 -05:00
J. Ryan Stinnett 4ed4b973e4 Bug 1242584 - import-globals-from should carry over to tests. r=tromey 2016-01-26 17:08:33 -06:00
J. Ryan Stinnett 82608243d7 Bug 1239437 - Browser mochitests for responsive.html. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett bc17ebb4d3 Bug 1239437 - xpcshell tests for responsive.html. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett 291fcf80ac Bug 1239437 - Stir in React and Redux. r=pbrosset,jlongster 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett 8cf6614854 Bug 1239437 - Hide iframe border. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett 6bd419a14d Bug 1239437 - Add a basic viewport frame. r=pbrosset 2016-01-25 19:44:08 -06:00
J. Ryan Stinnett 310c7f9a77 Bug 1239437 - Delegate to empty, new responsive UI tool if enabled. r=pbrosset 2016-01-25 19:44:08 -06:00