J. Ryan Stinnett
1604814567
Bug 1353045 - Remove SDK usage from RDM. r=pbro
...
MozReview-Commit-ID: I2dodBb9NHh
2017-04-06 21:42:21 -05:00
Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
J. Ryan Stinnett
05973e89d8
Bug 1319950 - DPR watching should move to actor. r=jryans
...
MozReview-Commit-ID: KcPhlh5uYJO
2017-01-09 18:47:38 -06:00
J. Ryan Stinnett
019deb8880
Bug 1321831 - Delay loading RDM devices to allow faster open. r=ochameau
...
MozReview-Commit-ID: 4UkW0qjSAmr
2016-12-29 11:59:09 -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
f6d8d56e28
Bug 1296498 - Update style editor RDM usage for new RDM. r=ntim
...
This is done by making the RDM APIs used by the style editor and its test for
this feature the same across old and new RDM, so that the test will work with
either version.
MozReview-Commit-ID: CdM6qeZQqni
2016-09-28 13:49:30 -05:00
Alexandre Poirot
e689948770
Bug 1303288 - Pass the window object instead of current scope to prevent wrapper issues when using the devtools reload addon. r=jlongster
...
If we happen to pass the current scope (`this`), the browser-loader codebase fails
when passing it as sandboxPrototype. It only works when passing an xray wrapper.
The document scope happen to not be an xray when using the addon, whereas `window`
always is no matter if we are using the addon or not.
MozReview-Commit-ID: GjYHkaCGBDd
2016-09-21 08:07:02 -07:00
Benoit Chabod
515f31c74d
Bug 1275559 - Handle asynchronous loading and errors for device list, r=jryans
2016-06-28 05:33:00 +02:00
Benoit Chabod
e45bb9e11a
Bug 1269882 - Reload viewport when enabling touch simulation, r=jryans
2016-06-28 05:42:00 +02:00
Tom Tromey
86974842a1
Bug 1265869 - Add task.js and use in devtools. r=jryans
...
MozReview-Commit-ID: G5UuAh2RiZZ
2016-05-17 13:07:55 -06:00
J. Ryan Stinnett
4a427c4c1c
Bug 1240913 - Swap page state between tabs and RDM viewports. r=ochameau
...
This change brings the following improvements to RDM:
* Page state is preserved when toggling in and out of RDM
* Session history is no longer manipulated, so the tool UI won't end up in the
tab's back-forward page list.
Known issues to be fixed later:
* The browser UI is not hooked up to the viewport browser
* Restarting the browser with the tool open shows a confused, empty RDM
MozReview-Commit-ID: Fb6QRv6LYow
2016-05-18 19:27:29 -05:00
Gabriel Luong
4aecfb2e18
Bug 1241720 - Part 2: Fix eslint error with missing space after a generator star r=me
2016-04-20 17:57:35 -04:00
Gabriel Luong
993bf105f2
Bug 1241720 - Modal to promote devices from larger DB r=jyrans
2016-04-20 17:15:34 -04:00
J. Ryan Stinnett
e294493120
Bug 1240896 - Rebuild existing RDM browser tests to work with remote frames. r=me
...
MozReview-Commit-ID: 9h1e4wjZjDo
2016-04-06 23:11:37 -05:00
J. Ryan Stinnett
88e1c2ef90
Bug 1240896 - Port browser_device_width.js to new RDM. r=gl
...
This also adds the test infrastructure for detecting content resizing.
MozReview-Commit-ID: H3bkAOkpMbs
2016-04-06 23:11:37 -05:00
J. Ryan Stinnett
5b0908d7ab
Bug 1240896 - Load frame script into RDM browser. r=gl
...
MozReview-Commit-ID: BSaD8NwQCMF
2016-04-06 23:11:37 -05:00
J. Ryan Stinnett
be772bbd42
Bug 1240896 - Port browser_responsive_cmd.js, add GCLI resize support. r=gl
...
MozReview-Commit-ID: EYy1adtkmIu
2016-04-06 23:11:37 -05:00
J. Ryan Stinnett
9f794a7ac0
Bug 1240896 - Reorder imports to match style. r=gl
...
MozReview-Commit-ID: 3GF7En8xbde
2016-04-06 23:11:37 -05: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
ae7d2d5f93
Bug 1240804 - Ignore actions dispatched after RDM close. r=me
...
MozReview-Commit-ID: Kby5Zy4jeZ2
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett
7b56407c30
Bug 1240804 - Wait for RDM tool to init first. r=me
...
MozReview-Commit-ID: Eb1xsE5irMw
2016-03-31 19:46:14 -05:00
Gabriel Luong
febaaddf22
Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans
2016-03-21 14:48:31 -04:00
Jordan Santell
9632efd3fe
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
06658b75b4
Backed out changeset 1832f51ba1a5 (bug 1241714) for hitting the network
...
MozReview-Commit-ID: 2BUSSIto6N0
2016-03-08 16:44:16 -08:00
Gabriel Luong
478c9d906f
Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans
2016-03-08 15:25:17 -08: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
J. Ryan Stinnett
966d1d5a1d
Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg
...
MozReview-Commit-ID: 6J0bwym78gs
2016-02-26 15:56:51 -06:00
J. Ryan Stinnett
25b4978dde
Bug 1239437 - Browser mochitests for responsive.html. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
9f65f5255a
Bug 1239437 - Stir in React and Redux. r=pbrosset,jlongster
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
ae8cb019b0
Bug 1239437 - Add a basic viewport frame. r=pbrosset
2016-01-25 19:44:08 -06:00