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

5388 Коммитов

Автор SHA1 Сообщение Дата
Sebastian Hengst 07aec638b0 Backed out changeset 2538e16328c7 (bug 1292051) for leaks in devtools/client/inspector/boxmodel/test/browser_boxmodel.js. r=backout 2017-03-22 09:40:24 +01:00
Stanford Lockhart cb75c7d8b8 Bug 1292051 - Part 2: Add unit tests for properties under the box model. r=gl
MozReview-Commit-ID: K99iGuucH1I
2017-03-01 08:58:12 -04:00
Wes Kocher 3c092e1002 Merge m-c to inbound, a=merge
MozReview-Commit-ID: GjXiiENYBmx
2017-03-21 16:20:08 -07:00
Matteo Ferretti ee8552f865 Bug 1342928 - Keep the commands / buttons state in sync; r=jwalker
This was a regression given by bug 1320149; in order to keep the performance
gain I created a lightweight object (`CommandState`) that is required from both
gcli's command and toolbox so that the last one doesn't need to be strong
coupled with the first one.

MozReview-Commit-ID: 3NcTt6i4ezx

--HG--
extra : rebase_source : 2c67d1c8fb90551298d8254e0f05bfcb5705d2f6
2017-03-20 14:54:03 +01:00
Gabriel Luong 1870ffbc60 Bug 1347552 - Add telemetry for the Layout panel. r=sole, bsmedberg 2017-03-21 15:06:44 -04:00
Carsten "Tomcat" Book 6fd1303c2a merge mozilla-inbound to mozilla-central a=merge 2017-03-21 12:04:43 +01:00
Wes Kocher 5d7c0bee97 Merge m-c to inbound a=merge
MozReview-Commit-ID: 860fBgcgHiy
2017-03-20 18:28:24 -07:00
Wes Kocher 4f5262444c Merge inbound to central, a=merge
MozReview-Commit-ID: 2omKclRg40c
2017-03-20 18:19:52 -07:00
Florian Quèze 91e394a62b Bug 1316187 - verify that all the chrome files we ship are actually referenced, r=Gijs. 2017-03-18 01:13:28 +01:00
Tom Tromey 57e5c3f0e1 Bug 1321970 - escape unmatched parens in property rewriter; r=gl
MozReview-Commit-ID: 2rs07e8O0ab

--HG--
extra : rebase_source : 78c24247bfed6450cb2ce487280da57039c20bc0
2017-03-16 07:46:53 +01:00
J. Ryan Stinnett f71ff2641e Bug 1349009 - Fix ESLint errors in responsivedesign.jsm. r=tromey
MozReview-Commit-ID: Jg1MleQYV9W

--HG--
extra : rebase_source : ca8c329ccd6d9989ccb1ed414cef95309cc54767
2017-03-20 17:07:07 -05:00
J. Ryan Stinnett c26a6274cc Bug 1326100 - Restore notable inline comments in DevTools. r=tromey
MozReview-Commit-ID: 6cLDkoCt0al

--HG--
extra : rebase_source : 26e95a9320998085675a1f14bfa4442f4bbc38dc
2017-03-20 16:22:55 -05:00
J. Ryan Stinnett b9f4e71243 Bug 1326100 - Allow inline comments in DevTools. r=tromey
MozReview-Commit-ID: DCkrZogea3x

--HG--
extra : rebase_source : 8078b6e52f9521e661d5ea2fc170b16d59880411
2017-03-20 16:06:44 -05:00
Matteo Ferretti 87ac77296b Bug 1348306 - use the display density pixel ratio to render lines using logical pixels; r=pbro
The display density is basically the line size, but we have to calculate the
`offest` for translation accordingly.

MozReview-Commit-ID: LVAWL8ZtkrU

--HG--
extra : rebase_source : 175a7aef06036856e2dfd52ac76e02c049608b6f
2017-03-17 15:09:23 +01:00
Dão Gottwald d7e6cc08c3 Bug 1347928 - Remove legacy information-*.png icons. r=jaws
MozReview-Commit-ID: 47FAxEjg4KG

--HG--
extra : rebase_source : 6b67778d0129752867b4f1d5933e016464a398c9
2017-03-16 15:11:05 +01:00
Patrick Brosset 14f92d0eed Bug 1301015 - Re-enable some devtools tests on e10s-multi; r=krizsa
Some devtools tests had been forced to run in e10s with just 1
content process in bug 1301340 and bug 1303113 because they were
failing.
Now there seems to have been enough e10s messaging fixes that these
tests work again. It seems safe to re-enable multi-content-processes
for them now.

MozReview-Commit-ID: ENfDdIXvIAI

--HG--
extra : rebase_source : 9f29d7f58088b3a99a3512b9f7e73525cb9a6e7e
2017-03-20 14:05:21 +01:00
Wes Kocher b5269f8dbf Merge m-c to autoland, a=merge
MozReview-Commit-ID: BDOTGJBgUrr
2017-03-20 18:27:32 -07:00
Jeremy Chen 01cb0c2850 Bug 1348899 - update devtools' property db for CSS3 multicol column-span. r=dholbert
This patch is auto generated by 'mach devtools-css-db' after we implemented
the style-system support for CSS3 multicol column-span in Bug 1339298.

MozReview-Commit-ID: 5Dl8BTHCHu5

--HG--
extra : rebase_source : 2190c5de3a2f0b02b82eebc9db1ceb33f0c768d5
2017-03-21 09:15:08 +08:00
Gabriel Luong 9762f33552 Bug 1347238 - Add a check for rootNode in getAllGrids. r=pbro 2017-03-20 13:44:14 -04:00
Geoff Brown de73211a6f Bug 1298364 - Actually skip browser_webconsole_netlogging.js; r=jmaher
I accidentally disabled the wrong test in an earlier push. This change
corrects that, enabling browser_console_netlogging.js and skipping
browser_webconsole_netlogging.js.
2017-03-20 10:18:27 -06:00
Fabien Casters 7b53fcdbb6 Bug 1325988 - Fix ESLint issues in devtools/server/tests/mochitest/ r=tromey
MozReview-Commit-ID: BFaOv5i5Tun

--HG--
extra : rebase_source : 5c2b5d1867eb5b48c56725b87d71dae72a83eb34
2017-03-13 21:15:44 +01:00
J. Ryan Stinnett 0c43bab618 Bug 1348318 - Avoid toolbox.win.top with undocked toolboxes. r=ochameau
`toolbox.win.top` is a bit suspect when we support undocked toolboxes, as this
doesn't allow you to reach a browser window for the toolbox.  Here we take a
different approach that should work for all docking types.

MozReview-Commit-ID: 5mlsp4OyZrc

--HG--
extra : rebase_source : 1f85d8b0c49ff0d872bda1795c1b7b112777a19c
2017-03-17 10:51:03 -05:00
Wes Kocher b58db2c9cb Merge m-c to autoland, a=merge
MozReview-Commit-ID: Ccc8rDMJMfn
2017-03-17 11:13:53 -07:00
Wes Kocher ee28f4ee71 Merge inbound to central, a=merge
MozReview-Commit-ID: Fq7B78wD7Wv
2017-03-17 11:03:59 -07:00
Carsten "Tomcat" Book 3e0a5441c6 Merge mozilla-central to mozilla-inbound 2017-03-17 14:55:15 +01:00
Gabriel Luong 479beb9ed0 Bug 1346378 - Grid inspector toggle should appear for display: [inline-]grid !important declarations. r=jdescottes 2017-03-17 13:55:50 +01:00
Julian Descottes f39e97fbef Bug 1348271 - attach eyedropper click event to the proper element;r=gl
MozReview-Commit-ID: GNb6WED0CiP

--HG--
extra : rebase_source : 2681b65a2c0911398c16058b991ab0c948d10208
2017-03-17 12:50:28 +01:00
Patrick Brosset 63129459dc Bug 1348258 - Use MODE.TINY for ElementNodes displayed in the grid inspector; r=nchevobbe
MozReview-Commit-ID: WUGm4IhwpM

--HG--
extra : rebase_source : 0ad5f2a610ceba290ccb0276333f6f55b94dc2f3
2017-03-17 11:23:35 +01:00
J. Ryan Stinnett 6513a20684 Bug 1348112 - devtools-source-map v0.2.1: Initial landing from GitHub. r=jdescottes
MozReview-Commit-ID: tOXDvHEZEs

--HG--
extra : rebase_source : b5874297f0313f9b68e039ebef5c6b461514450d
2017-03-16 16:17:25 -05:00
Sebastian Hengst d5074b513a Backed out changeset 5057a244f6b5 (bug 1348112) for eslint failures. r=backout 2017-03-17 17:53:15 +01:00
J. Ryan Stinnett 1ef6a5cfb9 Bug 1348112 - devtools-source-map v0.2.1: Initial landing from GitHub. r=jdescottes
MozReview-Commit-ID: tOXDvHEZEs

--HG--
extra : rebase_source : f734a397695a793e42dad0377a0437f351c8e426
2017-03-16 16:17:25 -05:00
Tom Tromey 1cefb9fb2f Bug 1347961 - use #f06, not #f0c, in devtools tests; r=pbro
MozReview-Commit-ID: Li0s9X82YQC

--HG--
extra : rebase_source : 0c9d9deeced8d07f29f39912785d2c6fd60db314
2017-03-16 16:40:10 +01:00
Patrick Brosset 7164550d4c Bug 1347977 - Add docs about highlighters to /devtools/docs; r=jryans
MozReview-Commit-ID: 7Qdi9i2iaN8

--HG--
extra : rebase_source : 1a57df3f269543d8db72038dd2b0f485c8972e9f
2017-03-16 18:41:06 +01:00
Julian Descottes a9647cccf2 Bug 1344504 - do not catch click events closing the event tooltip;r=gl
MozReview-Commit-ID: 3ebzs0RwbJo

--HG--
extra : rebase_source : 8f1cfbf2a307c65b384859845fa018877f0f371a
2017-03-15 18:47:27 +01:00
Julian Descottes c690940c14 Bug 1344504 - handle rejected promise when showing/hiding box model in markup view;r=gl
MozReview-Commit-ID: C3aGIk1RUOU

--HG--
extra : rebase_source : ff5e3e8c3c9a66877bef723c1b274534300e25fc
2017-03-15 08:44:31 +01:00
Matteo Ferretti c90e952876 Bug 1332936 - hiding box model before taking the node's screenshot from inspector; r=pbro
MozReview-Commit-ID: 7MuC4KMLgJc

--HG--
extra : rebase_source : 3b968be70665726172a9ed9ca46bef453bf46456
2017-03-15 12:01:02 +01:00
J. Ryan Stinnett ce5c338695 Bug 1346647 - Fix RDM button for undocked toolbox. r=ochameau
MozReview-Commit-ID: 15axErkUY1E

--HG--
extra : rebase_source : f256d6e12e6e688b4fb89e4cd6e80e1ba0f88edf
2017-03-14 18:41:23 -05:00
Matteo Ferretti ddc362186a Bug 1348267 - used display density pixel ratio to scale the font size; r=pbro
Added also a `getDisplayPixelRatio` method, since we're probably going to use it
more often, instead of doing this math all the time in the code, it will be more
clear.

MozReview-Commit-ID: HLtbwDBvbF6

--HG--
extra : rebase_source : aca60ea8c57e175c2cca5ff7ed478796c5b6c53f
2017-03-17 12:07:11 +01:00
Yura Zenevich 10b8780ba0 Bug 1335055 - improving accessibility of a tree component (keyboard and semantics). r=Honza
MozReview-Commit-ID: 1ffA4VjuyUZ
2017-03-16 23:01:04 -04:00
Stanford Lockhart 7531dc0505 Bug 1347619 - Change boxmodel.css to use calc(50% - 1px) instead of 49.5%. r=gl
MozReview-Commit-ID: 1CA5WgfKNL7
2017-03-16 18:39:53 -03:00
Wes Kocher c5d1991d35 Merge m-c to inbound, a=merge
MozReview-Commit-ID: AuQEHTgSKcO
2017-03-16 14:07:10 -07:00
Wes Kocher da9127842f Merge inbound to central, a=merge
MozReview-Commit-ID: IAdEn2C01ye
2017-03-16 13:47:50 -07:00
Florian Quèze be00c3b9e8 Bug 1345294 - add an eslint rule to reject usage of {get,set}ComplexValue for nsISupportsString and suggest {get,set}StringPref instead, and make it pass, r=Mossop. 2017-03-16 19:26:02 +01:00
Florian Quèze 9c4d40bb54 Bug 1345294 - script generated patch (+ some hand cleanup) to replace {get,set}ComplexValue for nsISupportsString by {get,set}StringPref, r=Mossop. 2017-03-16 19:26:01 +01:00
Florian Quèze 2ce3d7d34a Bug 1347947 - Move static checking browser mochitests to their own folder, r=Gijs.
--HG--
rename : browser/base/content/test/general/browser_misused_characters_in_strings.js => browser/base/content/test/static/browser_misused_characters_in_strings.js
rename : browser/base/content/test/general/browser_parsable_css.js => browser/base/content/test/static/browser_parsable_css.js
rename : browser/base/content/test/general/browser_parsable_script.js => browser/base/content/test/static/browser_parsable_script.js
rename : browser/base/content/test/general/bug1262648_string_with_newlines.dtd => browser/base/content/test/static/bug1262648_string_with_newlines.dtd
rename : browser/base/content/test/general/dummy_page.html => browser/base/content/test/static/dummy_page.html
rename : browser/base/content/test/general/parsingTestHelpers.jsm => browser/base/content/test/static/head.js
2017-03-16 19:26:01 +01:00
Julian Descottes 1f15481752 Bug 1345932 - disable aboutdebugging multi e10s test if e10s disabled;r=jdescottes
MozReview-Commit-ID: G6U17WhhMi7

--HG--
extra : rebase_source : 8d9b72bb595190db668f696e649ddec2b674d728
2017-03-16 14:24:48 +01:00
Julian Descottes 829b30f34e Bug 1345932 - show warning info in about:debugging#workers if multi-e10s is on;r=ochameau
If multi e10s is enabled, service worker debugging is unavailable.
We temporarily disabled the start/push/debug buttons in about:debugging
for all service workers if multi-e10s is on.

A warning section is also displayed on top of about:debugging, letting the
user know that they can set dom.ipc.processCount to 1 in order to force
a single content process and restore debugging capabilities.

MozReview-Commit-ID: IPAlbOq2Hij

--HG--
extra : rebase_source : 493253a65392982e7564343da7654a7ba00a3d6c
extra : source : 7fcfc6bf254734d16bff0145257fc256e7395a79
2017-03-16 16:06:05 +01:00
Julian Descottes 99f717bd7c Bug 1345932 - cleanup service worker panel render method;r=ochameau
MozReview-Commit-ID: AZdbg38ayLo

--HG--
extra : rebase_source : 56287fac00505eb68ee07677779bfb8ee98eb2a3
2017-03-15 20:10:59 +01:00
Carsten "Tomcat" Book 468f7d8e9f merge mozilla-inbound to mozilla-central a=merge 2017-03-16 15:35:50 +01:00
Patrick Brosset 796788c53f Bug 1347977 - Add docs about backward compatibility; r=jryans
MozReview-Commit-ID: 2DiEwC0PGjd

--HG--
extra : rebase_source : 247642cdf2563492c1e474a74893b9b13636a4f6
2017-03-16 17:10:29 +01:00