Commit Graph

1407 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
33a2ccf44e merge mozilla-inbound to mozilla-central a=merge 2016-03-02 15:54:19 +01:00
Nick Fitzgerald
ba6ddac4d6 Bug 1249779 - Remove the "invert tree" checkbox and make inverting a property of the "group by" selection; r=jsantell
Effectively, this moves `inverted` from a global and per-census state, to a
per-`breakdownModel` state. Additionally, a `breakdownModel` is not just a
breakdown spec anymore, but also some extra associated metadata. As such, it has
been split in two and renamed to "censusDisplayModel" and
"dominatorTreeDisplayModel".
2016-03-01 16:20:45 -08:00
Wes Kocher
6e23a35025 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: LQ4NtghbPdw
2016-03-01 15:30:35 -08:00
Jordan Santell
73e0d5d671 Bug 1251084 - Remove WebConsoleUtils.abbreviateSourceURL with source-utils function. r=linclark 2016-03-01 14:32:11 -08:00
Wes Kocher
dc9b75f120 Merge inbound to m-c a=merge
MozReview-Commit-ID: B0yZpi7wa4I
2016-03-01 15:19:25 -08:00
Oussama Ben Guirat
b9a29c7928 Bug 1206341 - Fix memory tool direction for rtl locales. r=ntim
MozReview-Commit-ID: JgjF5tfllt5
2016-03-01 06:36:00 +01:00
Oussama Ben Guirat
4d3567c007 Bug 1251960 - Filter popup should not overlap filter toolbarbutton.r=ntim
MozReview-Commit-ID: B1zSDM0MMmm
2016-03-01 07:06:00 +01:00
Tim Nguyen
1f16bae50c Bug 1224115 - Properly refresh zebra stripes in the table. r=mratcliffe
MozReview-Commit-ID: 9NTle8ePKqt
2016-03-01 16:57:49 +01:00
Tim Nguyen
2fb472c4b1 Bug 1224115 - Test for storage inspector search. r=mratcliffe
MozReview-Commit-ID: 85n8HzzbWYy
2016-03-01 16:57:48 +01:00
Tim Nguyen
8a77c670e9 Bug 1224115 - Tweak storage inspector styling for filtering functionality. r=mikeratcliffe
MozReview-Commit-ID: DqYLekvlMgH
2016-03-01 16:57:48 +01:00
Tim Nguyen
1990203244 Bug 1224115 - Fix keyboard navigation for filtered TableWidget. r=mratcliffe
MozReview-Commit-ID: C5nwTOZgHGu
2016-03-01 16:57:48 +01:00
Tim Nguyen
35105f8ec1 Bug 1224115 - Don't flash rows when they're unhidden. r=mratcliffe
MozReview-Commit-ID: DkkKESGzlQx
2016-03-01 16:57:48 +01:00
Tim Nguyen
74e8881976 Bug 1224115 - Allow filtering the storage inspector table. r=mratcliffe
MozReview-Commit-ID: F173MKBq33k
* * *
[mq]: foo

MozReview-Commit-ID: F3qkOclXklo
2016-03-01 16:57:48 +01:00
Ehsan Akhgari
f11b6b5e77 Bug 1232029 - Set some prefs that some tests rely on explicitly; r=bkelly 2016-03-01 10:09:06 -05:00
Carsten "Tomcat" Book
e5734c6e2f Merge mozilla-central to mozilla-inbound 2016-03-01 15:25:31 +01:00
CJKu
05aa7a9218 Bug 1243734 - Part 4. Convert mask-image to mask; r=dbaron
MozReview-Commit-ID: 6MwCmUNu9WT
2016-03-01 19:52:17 +08:00
Andrea Marchesini
45f4d13f50 Bug 1249950 - Add Performance Markers for MessagePort - patch 2, r=smaug, r=vporof 2016-03-01 09:16:18 +01:00
Alexandre Poirot
7fecf3b712 Bug 1252346 - Fixes missing Services definition or tweaked eslint to figure out where does it comes from. r=jryans 2016-03-01 14:00:28 -06:00
J. Ryan Stinnett
661a0805ea Bug 1252346 - Some DevTools files missing Services. r=ochameau
MozReview-Commit-ID: F1SjhiXNZSj
2016-03-01 14:00:28 -06:00
Tim Nguyen
07af925c03 Bug 828008 - Fix browser_styleeditor_media_sidebar_links.js by properly waiting for contentResize. r=jryans
MozReview-Commit-ID: 4rT9F3u1c6F
2016-03-01 18:48:37 +01:00
Tim Nguyen
29bcd96277 Bug 828008 - Add test for responsive mode UA textbox. r=jryans
MozReview-Commit-ID: 7ZHxEICgIG6
2016-03-01 18:48:15 +01:00
Tim Nguyen
16ad854269 Bug 828008 - Add an UI to emulate user agent from responsive mode. r=jryans
* * *
[mq]: foo

MozReview-Commit-ID: I6Z4VclffGM
* * *
Wait for reloads

MozReview-Commit-ID: FEmN7dgIkjq
2016-03-01 18:48:05 +01:00
James Long
c49e4ff857 Bug 1251965 - fix "remove other breakpoints" command in debugger r=me 2016-03-01 11:43:08 -05:00
J. Ryan Stinnett
baa5e3ef1c Bug 1252287 - Repair gDevTools shim to use Services.jsm. r=ochameau
MozReview-Commit-ID: BKmaGubgLAd
2016-03-01 10:34:51 -06:00
Julien Wajsberg
623daa58e7 Bug 1250691 - [Devtools][Responsive mode] The "touchend" event should not have the removed touch. r=jryans 2016-02-26 09:40:00 -05:00
Andy McKay
b3be7b1717 Bug 1250667 - Sign the devtools addons and bug687194.xpi. r=ahal
MozReview-Commit-ID: DBUgeyKRLYJ
2016-02-25 15:39:16 -08:00
Julian Descottes
7fbe5de75f Bug 1207997 - about:debugging use factories/dom helpers instead of createElement;r=janx
Make about:debugging code less verbose:
- use component factories to avoid having to remove calls to createElement
- use React.DOM helpers
- components only module.export their class
  (require('my-component.js').MyComponent -> require('my-component.js'))

MozReview-Commit-ID: CBWLgcPUkMf
2016-02-21 01:58:00 +01:00
Patrick Brosset
6ba232996c Bug 1247263 - Round 2 of fixing unhandled rejected promises in ruleview tests; r=tromey
MozReview-Commit-ID: 1sSlXBepsB0
2016-02-27 21:03:23 +01:00
Patrick Brosset
c72f65f779 Bug 1249888 - try/catch SourceMapConsumer to avoid empty rule-view when source map is invalid; r=gl 2016-02-27 20:39:21 +01:00
Tim Nguyen
efa58b3729 Bug 1251727 - Fix missing toolbox left border when docked to the side. r=pbro
MozReview-Commit-ID: 8Fr2yw4ZY2L
2016-02-27 15:31:54 +01:00
Tim Nguyen
a03cef8939 Bug 1201829 - Fix devtools tooltip arrows on HDPI screens. r=pbrosset
MozReview-Commit-ID: L5G9NKANubW
2016-02-27 15:30:54 +01:00
Alexandre Poirot
e0a7a4d86f Bug 1248601 - Fix focus race due to dynamic XUL insertion. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
29b3efb6b9 Bug 1248601 - Register the Developer Toolbar dynamically. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
76389a9410 Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans 2016-02-27 04:51:11 -08:00
Alexandre Poirot
0e5e11ebc6 Bug 1250430 - Remove SrcDir loader support from devtools. r=jryans 2016-02-27 04:51:11 -08:00
Alexandre Poirot
1e96ba50cf Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
J. Ryan Stinnett
31686d1240 Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg
MozReview-Commit-ID: 6J0bwym78gs
2016-02-26 15:56:51 -06:00
Wes Kocher
57ebe61d17 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: Hc6og2UJTjf
2016-02-26 13:28:45 -08:00
Wes Kocher
fda2ecf8ae Merge fx-team to central, a=merge
MozReview-Commit-ID: 9LaKI6lIClP
2016-02-26 12:19:25 -08:00
Patrick Brosset
4f5dcdfd2e Bug 1242898 - Clean devtools/client/animationinspector of eslint errors; r=me
MozReview-Commit-ID: 8kRnACID8A6
2016-02-26 12:55:57 +01:00
Patrick Brosset
01ecfa0610 Bug 1246904 - Change devtools eslint warnings to be errors instead; r=jryans
MozReview-Commit-ID: BBE2kZKF1cY
2016-02-25 17:45:57 +01:00
Patrick Brosset
334d55a851 Bug 1247186 - 2 - Set max-len rule to report errors; r=Honza
MozReview-Commit-ID: CA2vyfkxMzE
2016-02-25 17:38:47 +01:00
Patrick Brosset
b4c9637242 Bug 1246677 - 10 - Removed addStyle from head.js since it was unused; r=gl
MozReview-Commit-ID: EgoEzxnILrJ
2016-02-12 14:28:54 +01:00
Patrick Brosset
90ae91284a Bug 1246677 - 9 - Get rid of all remaining _applyingModifications usage in tests; r=ochameau
MozReview-Commit-ID: 5fnZb6dlejV
2016-02-23 16:50:08 +01:00
Patrick Brosset
f35d504c09 Bug 1246677 - 8 - Use addProperty and remove code duplication; r=gl
MozReview-Commit-ID: KQXgdZxdiw9
2016-02-18 11:00:38 +01:00
Patrick Brosset
c4a52b2303 Bug 1246677 - 7 - Clean remaining ruleview and tests eslint warnings; r=jdescottes
MozReview-Commit-ID: BcyEv4fUWJZ
2016-02-23 17:09:01 +01:00
Patrick Brosset
4e6df67b97 Bug 1246677 - 6 - Get rid of 'content' in ruleview head.js; r=tromey
MozReview-Commit-ID: A1r7oVz0cbV
2016-02-25 14:53:02 +01:00
Patrick Brosset
64e12a908f Bug 1246677 - 5 - Get rid of 'content' in ruleview test files; r=jdescottes
MozReview-Commit-ID: Af07cexjJOv
2016-02-22 10:33:04 +01:00
James Long
592d3fdfeb Bug 1243406 - enable CSS/SVG/PNG hot reloading for all devtools panels r=bgrins 2016-02-26 14:40:38 -05:00
Lin Clark
d5a5c3486d Bug 1249088 - Add eslint rules for React. r=pbrosset
MozReview-Commit-ID: Ll933hB8a1n
2016-02-25 08:25:00 +01:00