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

5412 Коммитов

Автор SHA1 Сообщение Дата
Mantaroh Yoshinaga 90f3d3d4d0 Bug 1062106 part 2 - Remove unused SVG Attribute Animations cascade level. r=birtles,dbaron,xidorn
The previous patch in this series converted all uses of mapped attributes
for animation to be animated as CSS properties (that is, to be treated
as presentation hints in the cascade).

As result, we no longer need the SVG Animation presentation hints level
of the cascade, the corresponding rule processor(SVGAttrAnimationRuleProcessor),
or the corresponding eRestyle_SVGAttrAnimations restyle hint. So this patch
removes these unused rule processor and restyle hint.

MozReview-Commit-ID: Hm8IDaqc3ym

--HG--
extra : rebase_source : 339ad209f37ea84857577001c7385323f2187d46
2017-03-21 15:43:26 +09:00
J. Ryan Stinnett 8e37e1f8f4 Bug 1348562 - Remove unreferenced DevTools images. r=pbro
MozReview-Commit-ID: 19etPrNlBrX

--HG--
extra : rebase_source : fefdc92d977a848dbd1ae2520330537ba2d0a946
2017-03-21 13:11:06 -05:00
Zibi Braniecki 3d91da8726 Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike
In cases, where the caller is looking for the locale to be used for JS Intl API,
we can now replace it with `undefined` which causes JS Intl API to use the default
locale which since bug 1346674 is resolved to the app locale.

This allows us to remove a lot of calls for the app locale.

The remaining ones are split between `AsBCP47` and `AsLangTag`.
Here, the `AsLangTag` is used, as described in the API docs, for cases where
the language string is used for localization purposes, such as language negotaition
matching to our language resources etc.
`AsBCP47` is used when the returned value is handed over to ICU API.

MozReview-Commit-ID: DzmFEUvMq3N

--HG--
extra : rebase_source : 513ed31d995864939aa893e73c81ffdf591a6617
2017-03-14 16:09:54 -07:00
Sebastian Hengst 0a04f3b9e2 Backed out changeset cc308a73ad05 (bug 1347314) for eslint failure in test_device.html. r=backout 2017-03-22 18:20:26 +01:00
Zibi Braniecki c2cd68a689 Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike
In cases, where the caller is looking for the locale to be used for JS Intl API,
we can now replace it with `undefined` which causes JS Intl API to use the default
locale which since bug 1346674 is resolved to the app locale.

This allows us to remove a lot of calls for the app locale.

The remaining ones are split between `AsBCP47` and `AsLangTag`.
Here, the `AsLangTag` is used, as described in the API docs, for cases where
the language string is used for localization purposes, such as language negotaition
matching to our language resources etc.
`AsBCP47` is used when the returned value is handed over to ICU API.

MozReview-Commit-ID: DzmFEUvMq3N

--HG--
extra : rebase_source : 13fa4c397ba4c79303a2cd76684b5b8c4bd17331
2017-03-14 16:09:54 -07:00
Carsten "Tomcat" Book 4fc85d9151 Merge mozilla-central to autoland 2017-03-22 16:11:34 +01:00
Carsten "Tomcat" Book 62f6c37109 merge mozilla-inbound to mozilla-central a=merge 2017-03-22 14:26:27 +01:00
Patrick Brosset 5f53a4cf7c Bug 1349256 - Merged server and general docs under just one directory; r=sole
MozReview-Commit-ID: HzNGfWhYukh

--HG--
rename : devtools/server/docs/actor-e10s-handling.md => devtools/docs/backend/actor-e10s-handling.md
rename : devtools/server/docs/actor-hierarchy.md => devtools/docs/backend/actor-hierarchy.md
rename : devtools/server/docs/actor-registration.md => devtools/docs/backend/actor-registration.md
rename : devtools/server/docs/protocol.js.md => devtools/docs/backend/protocol.js.md
extra : rebase_source : 79e5b6d50a24912315dac470de2cd32a3608488e
2017-03-21 17:36:34 +01:00
Patrick Brosset 01f02f0fe7 Bug 1349256 - Added a link to the debugger.html documentation; r=sole
MozReview-Commit-ID: 2D8uitbYLze

--HG--
extra : rebase_source : b9dbd12aacb115b6e8e1e1f2c1e4ee12e052d572
2017-03-21 15:22:30 +01:00
Patrick Brosset e7dc1ce6f2 Bug 1349256 - Added docs about how to generate the gitbook; r=sole
MozReview-Commit-ID: 9pa0rXaLehZ

--HG--
extra : rebase_source : dc5b2d51990bf7cfd0bf56241b69189598b9b9c6
2017-03-21 15:19:20 +01:00
Patrick Brosset 5b282b009e Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole
MozReview-Commit-ID: HzL3w8vp8iS

--HG--
rename : devtools/docs/backend.md => devtools/docs/backend/backend.md
rename : devtools/docs/backward-compatibility.md => devtools/docs/backend/backward-compatibility.md
rename : devtools/docs/debugger-api.md => devtools/docs/backend/debugger-api.md
rename : devtools/docs/protocol.md => devtools/docs/backend/protocol.md
rename : devtools/docs/frontend.md => devtools/docs/frontend/frontend.md
rename : devtools/docs/react-guidelines.md => devtools/docs/frontend/react-guidelines.md
rename : devtools/docs/react-tips.md => devtools/docs/frontend/react-tips.md
rename : devtools/docs/react.md => devtools/docs/frontend/react.md
rename : devtools/docs/redux-guidelines.md => devtools/docs/frontend/redux-guidelines.md
rename : devtools/docs/redux-tips.md => devtools/docs/frontend/redux-tips.md
rename : devtools/docs/redux.md => devtools/docs/frontend/redux.md
rename : devtools/docs/svgs.md => devtools/docs/frontend/svgs.md
rename : devtools/docs/img/box-model-highlighter-screenshot.png => devtools/docs/resources/box-model-highlighter-screenshot.png
rename : devtools/docs/svgs/expand-strokes.gif => devtools/docs/resources/expand-strokes.gif
rename : devtools/docs/svgs/pathfinder.gif => devtools/docs/resources/pathfinder.gif
rename : devtools/docs/svgs/sketch-position.png => devtools/docs/resources/sketch-position.png
rename : devtools/docs/debugger-panel.md => devtools/docs/tools/debugger-panel.md
rename : devtools/docs/highlighters.md => devtools/docs/tools/highlighters.md
rename : devtools/docs/http-inspector.md => devtools/docs/tools/http-inspector.md
rename : devtools/docs/inspector-panel.md => devtools/docs/tools/inspector-panel.md
rename : devtools/docs/inspector.md => devtools/docs/tools/inspector.md
rename : devtools/docs/memory-panel.md => devtools/docs/tools/memory-panel.md
rename : devtools/docs/responsive-design-mode.md => devtools/docs/tools/responsive-design-mode.md
rename : devtools/docs/tools.md => devtools/docs/tools/tools.md
extra : rebase_source : 96dfbd86b0294a041e0fc82158b1d91a8e9ba9e8
2017-03-22 15:49:14 +01:00
Patrick Brosset 0f486c710d Bug 1349256 - Rephrase README.md a bit and remove dup information; r=sole
MozReview-Commit-ID: DZNKpJarEY7

--HG--
extra : rebase_source : fc290961d3ff0ceff28c61001afccbd921864888
2017-03-22 13:55:54 +01:00
Mark Banner bd625e4e9f Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
MozReview-Commit-ID: LH0CQOPfoe6

--HG--
extra : rebase_source : 83eaf40c5cbb5e25cfb3f3b5afadf4fbf0422c92
2017-03-20 12:36:37 +01:00
Sebastian Hengst 5d4de5c550 Backed out changeset 7f8066747d03 (bug 1349256) for build bustage: test_mozbuild_reading.py docs/memory-panel.md corresponds to no files. r=backout 2017-03-22 15:27:46 +01:00
Sebastian Hengst baa04fb8aa Backed out changeset fd138b13a8f2 (bug 1349256)
--HG--
rename : devtools/docs/backend/backend.md => devtools/docs/backend.md
rename : devtools/docs/backend/backward-compatibility.md => devtools/docs/backward-compatibility.md
rename : devtools/docs/backend/debugger-api.md => devtools/docs/debugger-api.md
rename : devtools/docs/tools/debugger-panel.md => devtools/docs/debugger-panel.md
rename : devtools/docs/frontend/frontend.md => devtools/docs/frontend.md
rename : devtools/docs/tools/highlighters.md => devtools/docs/highlighters.md
rename : devtools/docs/tools/http-inspector.md => devtools/docs/http-inspector.md
rename : devtools/docs/resources/box-model-highlighter-screenshot.png => devtools/docs/img/box-model-highlighter-screenshot.png
rename : devtools/docs/tools/inspector-panel.md => devtools/docs/inspector-panel.md
rename : devtools/docs/tools/inspector.md => devtools/docs/inspector.md
rename : devtools/docs/tools/memory-panel.md => devtools/docs/memory-panel.md
rename : devtools/docs/backend/protocol.md => devtools/docs/protocol.md
rename : devtools/docs/frontend/react-guidelines.md => devtools/docs/react-guidelines.md
rename : devtools/docs/frontend/react-tips.md => devtools/docs/react-tips.md
rename : devtools/docs/frontend/react.md => devtools/docs/react.md
rename : devtools/docs/frontend/redux-guidelines.md => devtools/docs/redux-guidelines.md
rename : devtools/docs/frontend/redux-tips.md => devtools/docs/redux-tips.md
rename : devtools/docs/frontend/redux.md => devtools/docs/redux.md
rename : devtools/docs/tools/responsive-design-mode.md => devtools/docs/responsive-design-mode.md
rename : devtools/docs/frontend/svgs.md => devtools/docs/svgs.md
rename : devtools/docs/resources/expand-strokes.gif => devtools/docs/svgs/expand-strokes.gif
rename : devtools/docs/resources/pathfinder.gif => devtools/docs/svgs/pathfinder.gif
rename : devtools/docs/resources/sketch-position.png => devtools/docs/svgs/sketch-position.png
rename : devtools/docs/tools/tools.md => devtools/docs/tools.md
2017-03-22 15:26:30 +01:00
Sebastian Hengst 683b087229 Backed out changeset c70687e1b94f (bug 1349256) 2017-03-22 15:26:26 +01:00
Sebastian Hengst fed4ba8e0d Backed out changeset 098a2b99cc1b (bug 1349256) 2017-03-22 15:26:22 +01:00
Sebastian Hengst cdf101ef97 Backed out changeset 354618874505 (bug 1349256)
--HG--
rename : devtools/docs/backend/actor-e10s-handling.md => devtools/server/docs/actor-e10s-handling.md
rename : devtools/docs/backend/actor-hierarchy.md => devtools/server/docs/actor-hierarchy.md
rename : devtools/docs/backend/actor-registration.md => devtools/server/docs/actor-registration.md
rename : devtools/docs/backend/protocol.js.md => devtools/server/docs/protocol.js.md
2017-03-22 15:26:17 +01:00
Greg Tatum bf98e812cb Bug 1347244 - Add encoding information to memory test html files r=julienw
MozReview-Commit-ID: 7KSIirB7TL0

--HG--
extra : rebase_source : 6b58863cd0a7ecc3d26d20d21a39a879bfb16085
2017-03-21 12:54:42 -05:00
Patrick Brosset b988f56694 Bug 1349256 - Merged server and general docs under just one directory; r=sole
MozReview-Commit-ID: HzNGfWhYukh

--HG--
rename : devtools/server/docs/actor-e10s-handling.md => devtools/docs/backend/actor-e10s-handling.md
rename : devtools/server/docs/actor-hierarchy.md => devtools/docs/backend/actor-hierarchy.md
rename : devtools/server/docs/actor-registration.md => devtools/docs/backend/actor-registration.md
rename : devtools/server/docs/protocol.js.md => devtools/docs/backend/protocol.js.md
extra : rebase_source : 1b98292862e1f17cacb7fec1d9cdede414bb3f5d
2017-03-21 17:36:34 +01:00
Patrick Brosset 47670f9641 Bug 1349256 - Added a link to the debugger.html documentation; r=sole
MozReview-Commit-ID: 2D8uitbYLze

--HG--
extra : rebase_source : ea62101a86e52e15abaed1a81fa471a0d97393a1
2017-03-21 15:22:30 +01:00
Patrick Brosset ebe91ed432 Bug 1349256 - Added docs about how to generate the gitbook; r=sole
MozReview-Commit-ID: 9pa0rXaLehZ

--HG--
extra : rebase_source : df5e5024d9774cbfba700a98751a5ae2adeb6184
2017-03-21 15:19:20 +01:00
Patrick Brosset 0a1d6164e3 Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole
MozReview-Commit-ID: HzL3w8vp8iS

--HG--
rename : devtools/docs/backend.md => devtools/docs/backend/backend.md
rename : devtools/docs/backward-compatibility.md => devtools/docs/backend/backward-compatibility.md
rename : devtools/docs/debugger-api.md => devtools/docs/backend/debugger-api.md
rename : devtools/docs/protocol.md => devtools/docs/backend/protocol.md
rename : devtools/docs/frontend.md => devtools/docs/frontend/frontend.md
rename : devtools/docs/react-guidelines.md => devtools/docs/frontend/react-guidelines.md
rename : devtools/docs/react-tips.md => devtools/docs/frontend/react-tips.md
rename : devtools/docs/react.md => devtools/docs/frontend/react.md
rename : devtools/docs/redux-guidelines.md => devtools/docs/frontend/redux-guidelines.md
rename : devtools/docs/redux-tips.md => devtools/docs/frontend/redux-tips.md
rename : devtools/docs/redux.md => devtools/docs/frontend/redux.md
rename : devtools/docs/svgs.md => devtools/docs/frontend/svgs.md
rename : devtools/docs/img/box-model-highlighter-screenshot.png => devtools/docs/resources/box-model-highlighter-screenshot.png
rename : devtools/docs/svgs/expand-strokes.gif => devtools/docs/resources/expand-strokes.gif
rename : devtools/docs/svgs/pathfinder.gif => devtools/docs/resources/pathfinder.gif
rename : devtools/docs/svgs/sketch-position.png => devtools/docs/resources/sketch-position.png
rename : devtools/docs/debugger-panel.md => devtools/docs/tools/debugger-panel.md
rename : devtools/docs/highlighters.md => devtools/docs/tools/highlighters.md
rename : devtools/docs/http-inspector.md => devtools/docs/tools/http-inspector.md
rename : devtools/docs/inspector-panel.md => devtools/docs/tools/inspector-panel.md
rename : devtools/docs/inspector.md => devtools/docs/tools/inspector.md
rename : devtools/docs/memory-panel.md => devtools/docs/tools/memory-panel.md
rename : devtools/docs/responsive-design-mode.md => devtools/docs/tools/responsive-design-mode.md
rename : devtools/docs/tools.md => devtools/docs/tools/tools.md
extra : rebase_source : 0750f5dce2148abdd0a32deef4f96d6be6399526
2017-03-21 15:10:40 +01:00
Patrick Brosset 3ddec49af9 Bug 1349256 - Rephrase README.md a bit and remove dup information; r=sole
MozReview-Commit-ID: DZNKpJarEY7

--HG--
extra : rebase_source : fc290961d3ff0ceff28c61001afccbd921864888
2017-03-22 13:55:54 +01:00
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