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

1934 Коммитов

Автор SHA1 Сообщение Дата
Jarda Snajdr 58ce1a1893 Bug 1261785 - Part 2: Use shared-head.js for storage inspector tests. r=mratcliffe 2016-04-13 04:01:00 -04:00
Jarda Snajdr 1eaa53ea74 Bug 1261785 - Part 1: Fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-13 04:01:00 -04:00
Kumar McMillan 7814d5af7a Bug 1246030 - Allow reloading an add-on in about:debugging. r=ochameau
MozReview-Commit-ID: Lh2iwPgmlhU

--HG--
extra : transplant_source : %D4zhF%D7F%CA%07UIC%E8yB%E05%7B%EB%F6t
2016-03-31 12:01:02 -05:00
Julian Descottes aa3b208dcd Bug 1264101 - Force dom.animations-api.core.enabled pref to true before animation inspector tests. r=pbro
WebAnimations API is not enabled by default in all release channels yet.
It is behing the pref dom.animations-api.core.enabled.

Turn the preference on before any test of the animationinspector, and
clear it after the test.

MozReview-Commit-ID: K8UXEthLhnH

--HG--
extra : rebase_source : c20aad209c3bd47b4e76ba05f3ca675fc86ed92a
extra : histedit_source : b09656b90a57beb684d84e7571f16cd36d6d0f7b
2016-04-15 12:35:58 +02:00
Carsten "Tomcat" Book 2b4e065b02 Merge mozilla-central to fx-team 2016-04-15 14:01:06 +02:00
Carsten "Tomcat" Book c4445ccd33 merge mozilla-inbound to mozilla-central a=merge 2016-04-15 11:41:41 +02:00
Carsten "Tomcat" Book 26fa2ff692 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : ad367ce5c609bdeabd41e252d379aae9bee81e04
2016-04-15 11:39:35 +02:00
Carsten "Tomcat" Book 56fa69434b Backed out changeset ff56abc1768b (bug 1255925) 2016-04-14 16:19:41 +02:00
Wes Kocher 2f56b9e37d Merge m-c to fx-team, a=merge
MozReview-Commit-ID: Ca64bkPvrYU
2016-04-13 15:02:31 -07:00
Wes Kocher 6248f1e33c Merge inbound to central, a=merge
MozReview-Commit-ID: 4hSCKRdSJmM
2016-04-13 14:18:44 -07:00
Julian Descottes 094aad9e14 Bug 659625 - part2: implement console.clear in devtools webconsole;r=bgrins
When receiving a console clear message, the webconsole should clear
the UI: remove all messages until the clear() message and close
the variables view sidebar if opened.

Add one integration tests to test console.clear calls from the content page.

MozReview-Commit-ID: GnBCBSmN1rk

--HG--
extra : rebase_source : 3bb9f99fa4ac8ed6772e325dba978ce3e6a0f202
extra : source : 671011b82100a598dd8368205bd625227bfdc060
2016-04-12 08:09:41 +02:00
Patrick Brosset 2370f09cb0 Bug 1264063 - 1 - Disable prop-types eslint rule and fix sort-comp errors; r=ochameau
MozReview-Commit-ID: 26NMWUWiKdi

--HG--
extra : rebase_source : f8ab2c769c2e9a85bb6c2c5490e1ff0a4a59a6e0
extra : histedit_source : 24167a4663762206efced519364edafafd514d9e
2016-04-13 10:24:48 +02:00
Yura Zenevich 5d862fb3dc Bug 1242852 - (part 2) making inspector toolbar keyboard accessible. r=gl
MozReview-Commit-ID: BmLtydkQao7
---
 devtools/client/inspector/breadcrumbs.js           | 41 ++++++++++
 devtools/client/inspector/inspector-search.js      |  6 ++
 devtools/client/inspector/test/browser.ini         |  3 +
 .../browser_inspector_breadcrumbs_keyboard_trap.js | 79 ++++++++++++++++++
 .../test/browser_inspector_search_keyboard_trap.js | 93 ++++++++++++++++++++++
 devtools/client/inspector/test/head.js             | 17 ++++
 6 files changed, 239 insertions(+)
 create mode 100644 devtools/client/inspector/test/browser_inspector_breadcrumbs_keyboard_trap.js
 create mode 100644 devtools/client/inspector/test/browser_inspector_search_keyboard_trap.js

--HG--
extra : rebase_source : 5399de18ce0f5385088e17c247ffe251ccdf7c63
2016-04-12 11:53:54 -04:00
Yura Zenevich 428478e041 Bug 1242852 - (part 1) making top dev tools toolbar keyboard accessible. r=bgrins
MozReview-Commit-ID: MPMzYnbZOM
---
 devtools/client/framework/test/browser.ini         |  2 +
 .../test/browser_toolbox_keyboard_navigation.js    | 88 ++++++++++++++++++++++
 devtools/client/framework/toolbox.js               | 67 ++++++++++++++++
 devtools/client/themes/toolbars.css                |  3 +
 4 files changed, 160 insertions(+)
 create mode 100644 devtools/client/framework/test/browser_toolbox_keyboard_navigation.js

--HG--
extra : rebase_source : d26a1dc86672a77b095e212ed658ab3fd89c0af2
2016-04-12 11:53:28 -04:00
Tom Schuster 48dc3a6aac Bug 1255925 - Fix devtools test. r=fitzgen 2016-04-13 13:43:43 +02:00
Carsten "Tomcat" Book f66f4e65c7 Backed out changeset d6a124bce670 (bug 1263439) for eslint failures 2016-04-13 12:50:10 +02:00
Eddy Bruel c5fa2f5630 Bug 1225160 - Carefully avoid unsafeSynchronize when source maps are disabled;r=jlong 2016-04-14 21:57:58 +02:00
Patrick Brosset 2dd3d16f69 Bug 1264555 - Remove unused node parameter in canAddHTMLChild; r=jdescottes
MozReview-Commit-ID: 29I9fYJu5td

--HG--
extra : rebase_source : e584447260c794f12662278f2707b591bb622c99
2016-04-14 11:03:59 +02:00
Carsten "Tomcat" Book 053055083c Backed out changeset 159d0cb3c2c3 (bug 1246030) for timeouts in browser_addons_debugging_initial_state.js 2016-04-15 06:56:26 +02:00
Brian Grinstead 2dddb6bef5 Bug 1264436 - Make enable persist logs option markup consistent with others. r=ntim
MozReview-Commit-ID: LZaRzOlggi1

--HG--
extra : transplant_source : %D3%E0A%98%F8%DC%9Aqb%AC%BD%C6%91%25%C4Ud%E54%87
2016-04-13 14:42:01 -07:00
Greg Tatum 42ae2d6d94 Bug 1259299 - waterfall-breakdown is not displayed. r=vporof 2016-04-14 12:00:00 +02:00
Kumar McMillan 49d9386a33 Bug 1246030 - Allow reloading an add-on in about:debugging. r=ochameau
MozReview-Commit-ID: Lh2iwPgmlhU

--HG--
extra : rebase_source : 0b9979f4a0f0b5e29f2da5d4a666ef423803143d
2016-03-31 12:01:02 -05:00
Alexandre Poirot c0d0fa5173 Bug 1263629 - Use promise module invisible to the debugger for the browser toolbox server. r=jryans 2016-04-14 14:32:21 -07:00
Carsten "Tomcat" Book 8efbb16dcd Backed out changeset 671011b82100 (bug 659625) 2016-04-13 12:30:24 +02:00
Nicolas Chevobbe 1d446e754b Bug 1263439 - Remove "blob:" from stylesheet URLs created with URL.createObjectURL; r=pbro
There was an error thrown in the stylesheet.js `dirname` function because of
`this.safeURL` being like "blob:XXX", and thus not being valid for `Services.io.newURI`.
Removing the "blob:" part of the safeUrl before calling the `dirname` function
resolves the bug.

MozReview-Commit-ID: 9uth6vyAR2u

--HG--
extra : transplant_source : %82%09%7D%9F%0E%8F%B4%BA%A6%22%E3%B1%98%ADN%22%5B%00q%B2
2016-04-10 15:02:48 +02:00
Nicolas Chevobbe f57c4a413c Bug 1262919 - Fix style editor error when inline style tag has a sourcemap. r=pbro
MozReview-Commit-ID: 9iRKFKHkVYQ

--HG--
extra : transplant_source : s%B4x%9C%0B%91%C9%7E%CD%D6%ABcYb%2BV%EE%26%A6X
2016-03-30 22:23:49 +02:00
Carsten "Tomcat" Book 4c2ef97599 Merge mozilla-central to fx-team 2016-04-13 11:58:47 +02:00
Carsten "Tomcat" Book 8221e0285d merge mozilla-inbound to mozilla-central a=merge 2016-04-13 11:53:35 +02:00
Wes Kocher 55f3bb97d0 Backed out changeset aa1a374f6bde (bug 1060732) for failures in browser_dbg_post-page.js
MozReview-Commit-ID: 70TYWF1nMcj
2016-04-12 15:47:09 -07:00
Julian Descottes d52abc58ab Bug 659625 - part2: implement console.clear in devtools webconsole;r=bgrins
When receiving a console clear message, the webconsole should clear
the UI: remove all messages until the clear() message and close
the variables view sidebar if opened.

Add one integration tests to test console.clear calls from the content page.

MozReview-Commit-ID: GnBCBSmN1rk

--HG--
extra : rebase_source : b26481845b5deb4213c6d25581d37e8eda3e17a7
2016-04-12 08:09:41 +02:00
Chris Peterson 5cf84aa32d Bug 1103588 - Part 2: Replace deprecated String#contains with String#includes in devtools tests. r=jryans 2016-04-09 16:04:36 -07:00
Patrick Brosset 3dbf547720 Bug 1206345 - Force a state update in browser_animation_reconstructState.js; r=jdescottes
This test wasn't using refreshState, instead it used getCurrentState.
What refreshState does on top of getCurrentState is it stores the new state
locally.
getCurrentState isn't meant to be called externally, it is only meant to be
an actor method interceptor that reconstructs the missing state.
So the test should have used refreshState from the start.

Turns out it worked in most cases because the animation did have a startTime
when the test retrieved it, so it had a previousStartTime.
But, if for some reason, the animation has a startTime=null when the test
starts, then the value never gets to the front, and bad things happen.

MozReview-Commit-ID: 2nEIKHMHsCS

--HG--
extra : rebase_source : 14d896fe895876346f1d52c3e8f72880d5bdfec6
2016-04-12 15:24:38 +02:00
Nicholas Nethercote 60dcde7875 Bug 1261723 (part 2) - Separate class ops from js::Class. code=njn,h4writer. r=efaust,bz.
js::Class op are often all null. And when they're not all null, they're often
duplicated among classes. By pulling them out into their own struct, and using a
(possibly null) pointer in js::Class, we can save 114 KiB per process on
64-bit, and half that on 32-bit.
* * *
imported patch separate-ClassOps-2

--HG--
extra : rebase_source : bd751bf247e9491c1966a123dbeffa573657dfb1
2016-04-01 11:00:01 +11:00
Wes Kocher 13ee7b9dfd Merge m-c to inbound, a=merge CLOSED TREE
MozReview-Commit-ID: 8m3KF4mqAKl
2016-04-12 15:36:02 -07:00
Kartikaya Gupta 60191272c9 Bug 1262432 - Re-enable browser_device_width.js for e10s debug now that an assertion failure has been fixed. rs=RyanVM
MozReview-Commit-ID: Ag6vmAtENVb
2016-04-12 16:26:41 -04:00
Carsten "Tomcat" Book bf1832d88a Merge mozilla-central to fx-team 2016-04-12 13:55:15 +02:00
Carsten "Tomcat" Book 128f40b9a8 merge mozilla-inbound to mozilla-central a=merge 2016-04-12 13:49:51 +02:00
Phil 348c4c37ff Bug 1256773 - eslint issues fix for devtools/client/webconsole/panel.js. r=lclark 2016-04-06 15:35:00 +02:00
Nick Fitzgerald cd2c23a435 Bug 1249788 - Implement the census individuals view; r=jsantell
This adds the INDIVIDUALS view state to the memory panel, renames "dominator
tree display" to "label display", and adds a view for listing the individual
nodes in a census group and inspecting each nodes' retaining paths.

--HG--
rename : devtools/client/memory/actions/dominator-tree-display.js => devtools/client/memory/actions/label-display.js
rename : devtools/client/memory/reducers/dominator-tree-display.js => devtools/client/memory/reducers/label-display.js
2016-04-11 18:04:31 -07:00
Alexandre Poirot 53d4c8efab Bug 1261665 - Do not use devtools module in devtools addon before reloading. r=jryans 2016-04-14 01:40:44 -07:00
Alexandre Poirot 2304fa0495 Bug 1261665 - Remove unecessary Loader.jsm main in favor of require(). r=jryans 2016-04-14 01:40:43 -07:00
Alexandre Poirot 32b664e0bd Bug 1258546 - Ensure reloading devtools frame script and loader in child processes. r=jryans 2016-04-14 01:40:43 -07:00
Alexandre Poirot 391ad61e64 Bug 1258546 - Reload chrome locales when reloading devtools via the addon. r=jryans 2016-04-14 01:40:42 -07:00
Patrick Brosset f469bf022f Bug 1264063 - 2 - Make the CPOW rule log errors and ignore ContentTask.spawn; r=Mossop
MozReview-Commit-ID: KN2MAgAvX2c

--HG--
extra : rebase_source : 099489c97f2b0fcae3903cbdd06d43b84e4113b1
2016-04-13 11:05:04 +02:00
Andrew Swan 6365b51bff Bug 1263687 - Log add-on temporary install errors. r=ochameau
MozReview-Commit-ID: BlmLToQxUTr

--HG--
extra : transplant_source : %F5w%A7%60%7E_I%3D%FEC%AE%AB%EA%AD%904%93%9A%048
2016-04-12 10:02:07 -07:00
Nicolas Chevobbe 722d6431d5 Bug 1263439 - Remove "blob:" from stylesheet URLs created with URL.createObjectURL; r=pbro
There was an error thrown in the stylesheet.js `dirname` function because of
`this.safeURL` being like "blob:XXX", and thus not being valid for `Services.io.newURI`.
Removing the "blob:" part of the safeUrl before calling the `dirname` function
resolves the bug.

MozReview-Commit-ID: 9uth6vyAR2u

--HG--
extra : transplant_source : %1F%14%BA%13%8A%FC9%22%E5%F4%F8%B7%E93%DF%24%88G7R
2016-04-10 15:02:48 +02:00
Jason Laster 75a0ce82d4 Bug 1258892 - Cannot inspect imported scripts in worker. r=ejpbruel 2016-04-13 09:18:00 +02:00
Nick Fitzgerald 43931f7d1c Bug 1249788 - Follow up: Remove debug logs and TODO comments that should not have landed. r=jimb 2016-04-12 14:34:00 -04:00
Brian Grinstead c66c7f23d1 Bug 1239566 - Get rid of CPOW in browser_webconsole_view_source.js. r=linclark
MozReview-Commit-ID: EQNXg7M9dZr

--HG--
extra : transplant_source : X%FE%E5%CCB%A2%C2%89%BBF%A4p%B1H%BB%B0-%A6%97%09
2016-04-13 07:04:26 -07:00
Ryan VanderMeulen e2098b6a80 No bug - Skip browser_dbg_stack-05.js on ASAN e10s as well (was already skipped on debug). 2016-04-12 16:35:14 -04:00