Commit Graph

1537 Commits

Author SHA1 Message Date
Sebastian Hengst
94a588ed0d Backed out changeset 735739a3a13a (bug 1261785) 2016-04-17 12:27:22 +02:00
Greg Tatum
49395e2d34 Bug 1242628 - Add ability to remove a single snapshot from the list. r=fitzgen
--HG--
extra : rebase_source : 59021ac5bb294442180a064eaa4ad0ee7a65a3ec
2016-04-15 09:36:00 +02:00
Tom Tromey
83256f9761 Bug 1241046 - Find inherited entry in modifySelector2. r=pbro
MozReview-Commit-ID: K0orZj2Revc

--HG--
extra : transplant_source : %2A%E2%AE%0FC%1E%CC%29a%ECq%98N%F4%C8%F0%7E%BB%A1%85
2016-01-22 13:12:58 -07:00
Tom Tromey
0d15501acc Bug 1235603 - Handle invalid authored CSS in rule view. r=pbro
MozReview-Commit-ID: 5j8dqND8DeR

--HG--
extra : transplant_source : %86%B0dLK%D6%DD%DF%EA%93U/%D9%7F%ED%95%8D%B3i%A6
2016-04-13 08:20:30 -06:00
Jarda Snajdr
7b5d53f68f Bug 1060947 - Listing indexedDB databases throws if any of them have 0 objectStores. r=mratcliffe 2016-04-13 02:00:00 -04:00
Patrick Brosset
9d131c2b58 Bug 1262491 - Focus the newly inserted node in the markup-view when clicking the add button. r=jdescottes
MozReview-Commit-ID: FOyFBXT20Du

--HG--
extra : transplant_source : %BD%D7%3D%0B%C1h%3B%BC%95%D0f%C4%10%A0G%B4%E4%DF%99Y
2016-04-14 13:06:41 +02:00
Jarda Snajdr
61e99d144c Bug 1261785 - Part 3: Make affected JS files eslint-clean. r=mratcliffe 2016-04-15 07:00:00 -04:00
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
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
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
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
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
2304fa0495 Bug 1261665 - Remove unecessary Loader.jsm main in favor of require(). r=jryans 2016-04-14 01:40:43 -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
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
Alexandre Poirot
60ca9210b8 Bug 1261055 - Test addon toolbox console. r=janx 2016-04-12 13:05:36 -07:00
Alexandre Poirot
24e99065d2 Bug 1261055 - Fix Browser Toolbox leak of its parameters. r=jryans 2016-04-12 13:05:36 -07:00