Commit Graph

4374 Commits

Author SHA1 Message Date
Joshua Pinkney
8bd1b57949 Bug 1343803 - "Middle-mouse click on [Learn More] should open tab without immediately switching to it" r=honza 2017-03-07 11:10:00 +01:00
Vera Sipicki
14999e4cbf Bug 1342706 - Disabled text selection for learn-more-link in order to prettify copied header responses; r=Honza 2017-03-03 05:37:17 -05:00
Leonardo Couto
e335b6c61b Bug 1341107 - Don't consider cached requests on netmonitor summary. r=Honza 2017-03-06 22:31:51 +01:00
Michael Brennan
c66e1d509e Bug 1327683 - Avoid refocusing attribute if focus moved after editing. r=jdescottes 2017-03-07 23:47:58 +01:00
Florian Quèze
9d62681259 Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
Florian Quèze
cd762cc83c Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
--HG--
extra : rebase_source : c6e20e6e79b0ca5de751c52712d96cbea9432d26
2017-03-07 15:29:48 +01:00
Carsten "Tomcat" Book
087da3f0d9 merge mozilla-inbound to mozilla-central a=merge 2017-03-07 15:13:31 +01:00
Iris Hsiao
b0564b3436 Backed out changeset da035ac87fe4 (bug 713680) for reftest failures 2017-03-07 14:55:21 +08:00
Chris Peterson
1fbca779ac Bug 713680 - Change default Windows monospace font from Courier New to Consolas. r=jfkthame r=masayuki
Consolas is narrower than Courier New, so we must adjust some tests to accommodate.

* Change some tests from generic 'monospace' to 'Courier New' to continue using previous font metrics.

* selectAtPoint.html no longer needs one of its Windows-only code paths because Firefox on Windows now selects the same text as it does on Mac and Linux.

* 323386-1.html's intermittent assertion failure (bug 718883) now appears to be 100% reliable on Windows, joining Linux and Android.

* size-1-ref.html reftest needs a little fuzz because the horizontal line of the test image's '4' character is ~1 pixel shorter than the reference image's.

MozReview-Commit-ID: EB5wzhG178U

--HG--
extra : rebase_source : e7aca6d16c255e45bef5dca93fff6c09bce787c4
2017-02-22 22:08:19 -08:00
Kris Maglione
e237dc648c Bug 1344616: Follow-up: Fix devtools test failure. r=me
MozReview-Commit-ID: FcTSh9Jih3S
2017-03-06 19:01:06 -08:00
Michael Layzell
165c0a9513 Bug 1317322 - Part 1: Activate paste in menus when within <textarea> controls, r=ehsan
MozReview-Commit-ID: 7YD8qtsC3u6
2017-03-06 14:37:39 -05:00
J. Ryan Stinnett
1723872742 Bug 1275942 - Add option to wait for debugger on startup. r=jdescottes
Adds a `--wait-for-jsdebugger` CLI option which will spin the event loop until
the debugger connects to allow debugging _some_ startup code paths, such as the
beginning of the `browser.js` file.

Startup code paths that run before the DevTools CLI handler will be missed for
now.  This can be improved in the future if we move this to an earlier phase of
app startup.

MozReview-Commit-ID: J1A8lWLETGY

--HG--
extra : rebase_source : 46f2c2299014ed4a7b9be3457286251b079af918
2017-03-02 14:50:30 -06:00
Carsten "Tomcat" Book
2cba1fb22e Merge mozilla-central to autoland 2017-03-06 11:10:50 +01:00
Carsten "Tomcat" Book
d0bd960945 merge mozilla-inbound to mozilla-central a=merge 2017-03-06 10:53:27 +01:00
Julian Descottes
855c64b0d5 Bug 1344156 - reps v0.4.0: update reps bundle from GitHub;r=tromey
MozReview-Commit-ID: 4vQozULRsrP

--HG--
extra : rebase_source : be7a35bd3a0adcd802c5a9d6873676070ca15a65
2017-03-03 10:28:32 +01:00
Matteo Ferretti
556346ac75 Bug 1340553 - The rulers are not dismiss if using the 'rulers' command in Developer Toolbar; r=jwalker
- Fixed the developer-toolbar's show method to avoid re-creating new objects
  and listeners every call.

MozReview-Commit-ID: CX5tEIIWm

--HG--
extra : rebase_source : 14cc537432ef85b5d2ba758e8e48dff02bb4805f
2017-03-04 12:27:08 +01:00
Wes Kocher
1b29a33fce Merge m-c to autoland, a=merge
MozReview-Commit-ID: K0Q4b2wzvlJ
2017-03-03 17:29:54 -08:00
Sebastian Hengst
6dbb429770 Bug 1343888 - Add more MDN HTTP pages to mdn-utils.js: wrap statement on two lines to make eslint happy. r=eslint-fix 2017-03-03 15:56:31 +01:00
Florian Scholz
4d3964c7db Bug 1343888 – Add more MDN HTTP pages to mdn-utils.js; r=Honza
--HG--
extra : rebase_source : a7cf68f0ffd4038ef40113793607a582e47173d3
2017-03-02 10:59:00 +01:00
Andrea Marchesini
62fd4d3b98 Bug 1344145 - HarUtils.getTargetFile is not used, r=honza 2017-03-03 15:21:12 +01:00
Carsten "Tomcat" Book
06813a3df9 Merge mozilla-central to mozilla-inbound 2017-03-03 13:06:37 +01:00
Carsten "Tomcat" Book
cf269a43bd merge mozilla-inbound to mozilla-central a=merge 2017-03-03 13:03:48 +01:00
J. Ryan Stinnett
10bfaf2102 Bug 1329515 - Remove unused source map modules. r=tromey
MozReview-Commit-ID: 20b06QuHJYs

--HG--
extra : rebase_source : 1bbabf4b4ea796f5873a8542430982eec3c03b57
2017-03-02 15:45:25 -06:00
J. Ryan Stinnett
8ba3f9bd61 Bug 1342962 - Hide intermediate states when toggling RDM. r=ochameau
MozReview-Commit-ID: AZ9bVv15YxJ

--HG--
extra : rebase_source : 2ea78d7b8b5a6d2b0959d00c5af2746b72bc9523
2017-03-01 17:20:34 -06:00
Andrea Marchesini
4d21d3a57a Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-03 09:42:54 +01:00
Andrea Marchesini
24004054a8 Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau 2017-03-03 09:42:27 +01:00
Mark Striemer
efe6d980c0 Bug 1245717 - List temporary add-ons separately in about:debugging r=jdescottes
MozReview-Commit-ID: HbqW3UTQMAq

--HG--
extra : rebase_source : 04efc2bc99967a57c26bbc614eb4304b71cf9e0d
2017-03-02 16:12:25 -06:00
Tim Nguyen
f300531367 Bug 1341045 - Make sure RDM close icon is centered within button. r=jryans
MozReview-Commit-ID: 5nlucwAe51L

--HG--
extra : rebase_source : d7d6a3c97967329e51cd33b2c1b070df343f5543
2017-02-25 15:42:31 +00:00
Tim Nguyen
d762bbe438 Bug 1341045 - Use checked class instead of introducing active class. r=jryans
MozReview-Commit-ID: 6fC7hVRSvjh

--HG--
extra : rebase_source : a6051a964f42a22137f6128cd57a82e3701d463b
2017-02-25 15:42:26 +00:00
Tim Nguyen
4a0c3cbbd6 Bug 1341045 - Remove broken CSS overrides from responsive.html. r=jryans
MozReview-Commit-ID: KCb8G3agjE4

--HG--
extra : rebase_source : 28e219d44795b54979307f8f70eba0823eefab78
2017-02-25 15:42:20 +00:00
J. Ryan Stinnett
abcaf24dc0 Bug 1342588 - Use ProfD for Browser Toolbox profile. r=ochameau
Originally, the profile was placed in `ProfLD` instead of `ProfD`.  On some
systems, such as macOS, `ProfLD` is in the user's Caches directory, which is not
an appropriate place to store supposedly persistent profile data.

MozReview-Commit-ID: IWudqEg3kbI

--HG--
extra : rebase_source : 8ae5c2286fd4970809ee3732cff9c34072bdfb53
2017-03-01 15:17:59 -06:00
Fred Lin
19df7d1d45 Bug 1343122 - support multiple params with the same name;r=Honza
MozReview-Commit-ID: 7Xj3fq5apTc

--HG--
extra : rebase_source : 04818bfc75bb2ad8594c33623172623ce2386053
2017-03-02 10:35:20 +08:00
Ricky Chien
80ce5bc82e Bug 1340368 - Rewrite har-exporter and use WebAPIs instead r=Honza
MozReview-Commit-ID: 5mm4mr8qT79

--HG--
extra : rebase_source : 2b05dee30957752a8df1609f632341badf0db2cf
2017-02-17 14:57:14 +08:00
J. Ryan Stinnett
e3d67a0451 Bug 1338599 - Default custom devices to enabled in RDM. r=gl
MozReview-Commit-ID: HAkhcKZhLVt

--HG--
extra : rebase_source : 2c9252ecc4f52786881dd58eadf77bb82bf067fb
2017-03-01 17:57:24 -06:00
Fred Lin
68a2a08b09 Bug 1340464 - PART 2: handle connection state in util/client;r=Honza
MozReview-Commit-ID: JWC4ZbfLS8W

--HG--
extra : rebase_source : 4abfd79886c0bae8084159a9699c6c2939815c1a
2017-02-22 18:19:45 +08:00
Fred Lin
ef393c009b Bug 1340464 - PART 1: wrap init process into bootstrap function;r=Honza
MozReview-Commit-ID: 53z2XDkEiVv

--HG--
extra : rebase_source : 87b7c19ec93fef5466f66f44ddb09c001c8ba319
2017-02-22 13:26:19 +08:00
Wes Kocher
9746f81e53 Merge m-c to autoland, a=merge
MozReview-Commit-ID: FzykkWPQCrq

--HG--
rename : browser/modules/test/browser_UsageTelemetry_content.js => browser/modules/test/browser/browser_UsageTelemetry_content.js
rename : browser/modules/test/browser_UsageTelemetry_content_aboutHome.js => browser/modules/test/browser/browser_UsageTelemetry_content_aboutHome.js
rename : browser/modules/test/browser_UsageTelemetry_searchbar.js => browser/modules/test/browser/browser_UsageTelemetry_searchbar.js
rename : browser/modules/test/browser_UsageTelemetry_urlbar.js => browser/modules/test/browser/browser_UsageTelemetry_urlbar.js
2017-03-01 17:48:44 -08:00
Wes Kocher
686e0997b9 Backed out 2 changesets (bug 1338567) for near permafailing debugger test failures a=backout CLOSED TREE
Backed out changeset c594a1353f5d (bug 1338567)
Backed out changeset e9dcba1a87af (bug 1338567)

MozReview-Commit-ID: 4vB5haf8zyB
2017-03-01 10:38:33 -08:00
Jason Laster
bd7f27ff38 Bug 1338567 - Update debugger frontend (2/10/2017) r=jdescottes.
MozReview-Commit-ID: 1Sl9jB0M0af

--HG--
extra : rebase_source : 772a73f4139dccc003c107793292b2fe44d2d5bb
2017-03-01 12:01:37 +01:00
Ricky Chien
876f7acea1 Bug 1344155 - Remove toolbox in netmonitor r=Honza
MozReview-Commit-ID: BM0RoiuRaPh

--HG--
extra : rebase_source : 81933234fd44c7940133540b25e5c8682a1c168d
2017-03-02 22:59:56 +08:00
Nick
2a7202a0c1 Bug 1312687 - devtools-side-splitter now moves the correct direction in RTL locales r=ntim
MozReview-Commit-ID: CpSZwZSstgX

--HG--
extra : rebase_source : 28974307e4e225748c2e866ac6ac8a93af3a50b1
2017-03-02 13:03:41 -05:00
Carsten "Tomcat" Book
b43c07a10c Merge mozilla-central to mozilla-inbound 2017-03-01 16:39:27 +01:00
Carsten "Tomcat" Book
3b3f4c17a2 merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
Tooru Fujisawa
822174c52d Bug 1319638 - Part 2: Change line number of a function created by Function constructor to start from 1. r=shu 2017-03-01 13:34:45 +09:00
Jason Laster
e20c4bb037 Bug 1338567 - Update debugger frontend (2/10/2017) r=jdescottes.
MozReview-Commit-ID: 1Sl9jB0M0af
2017-03-01 12:01:37 +01:00
Jan Odvarko
da577361e9 Bug 1323454 - integrate HTTP Status code with MDN; r=Honza
MozReview-Commit-ID: 8DaFUZhEobr

--HG--
extra : rebase_source : 90c6d823cbe1fae4ba0e73b96760070783afd7c0
2017-02-27 18:26:44 +01:00
Carsten "Tomcat" Book
24bb9f3ffe Merge mozilla-central to mozilla-inbound 2017-02-28 13:03:04 +01:00
Matteo Ferretti
413823f9a3 Bug 1341580 - DevTools Inspector tooltip get element width/height wrong when browser zoomed; r=gl
- Considered page's zoom when element's dimensions are displayed on the infobar
- Added unit test

MozReview-Commit-ID: 9Mk4ttswpZ2

--HG--
extra : rebase_source : b3924709e52ce06a806f86b28e8ab29a780b354d
2017-02-26 16:11:51 +01:00
Gabriel Luong
d7d3158d2b Bug 1342305 - Refactor grid inspector into its own grids folder. r=jdescottes
--HG--
rename : devtools/client/inspector/layout/actions/grids.js => devtools/client/inspector/grids/actions/grids.js
rename : devtools/client/inspector/layout/actions/highlighter-settings.js => devtools/client/inspector/grids/actions/highlighter-settings.js
rename : devtools/client/inspector/layout/actions/index.js => devtools/client/inspector/grids/actions/index.js
rename : devtools/client/inspector/layout/actions/moz.build => devtools/client/inspector/grids/actions/moz.build
rename : devtools/client/inspector/layout/components/Grid.js => devtools/client/inspector/grids/components/Grid.js
rename : devtools/client/inspector/layout/components/GridDisplaySettings.js => devtools/client/inspector/grids/components/GridDisplaySettings.js
rename : devtools/client/inspector/layout/components/GridItem.js => devtools/client/inspector/grids/components/GridItem.js
rename : devtools/client/inspector/layout/components/GridList.js => devtools/client/inspector/grids/components/GridList.js
rename : devtools/client/inspector/layout/components/GridOutline.js => devtools/client/inspector/grids/components/GridOutline.js
rename : devtools/client/inspector/layout/reducers/grids.js => devtools/client/inspector/grids/reducers/grids.js
rename : devtools/client/inspector/layout/reducers/highlighter-settings.js => devtools/client/inspector/grids/reducers/highlighter-settings.js
rename : devtools/client/inspector/layout/reducers/moz.build => devtools/client/inspector/grids/reducers/moz.build
rename : devtools/client/inspector/layout/types.js => devtools/client/inspector/grids/types.js
rename : devtools/client/inspector/layout/utils/l10n.js => devtools/client/inspector/grids/utils/l10n.js
rename : devtools/client/inspector/layout/utils/moz.build => devtools/client/inspector/grids/utils/moz.build
2017-02-24 14:14:04 -05:00
Micah Tigley
7e265d8203 Bug 1337235 - Mouseover interaction for grid outline. r=gl
MozReview-Commit-ID: 4qZfle2lDMZ
2017-02-25 23:42:45 -07:00