Jan Keromnes
bb3b08b6d8
Bug 1239705 - Add a 'Start' button for service workers in about:debugging. r=ochameau
2016-03-03 09:47:23 -06:00
Gabriel Luong
aa8686e0d3
Bug 1252640 - Fix overlapping borders in the ruleview-header r=pbro
2016-03-03 09:54:41 -05:00
Gabriel Luong
26c4b80f4a
Bug 1252008 - Adjust the max-height of the media queries to make the Box model resizes properly r=pbro
2016-03-03 09:54:09 -05:00
Gabriel Luong
3d10357055
Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro
2016-03-03 09:54:05 -05:00
Carsten "Tomcat" Book
bb49c7a845
Merge mozilla-central to fx-team
2016-03-03 11:56:17 +01:00
Carsten "Tomcat" Book
82cf3c3383
merge mozilla-inbound to mozilla-central a=merge
2016-03-03 11:54:40 +01:00
Alexandre Poirot
ffdbd09825
Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker
2016-03-03 02:27:22 -08:00
Alexandre Poirot
de4f7ccdea
Bug 1245875 - Factor out webgl helpers out of tilt. r=vporof
2016-03-03 02:27:22 -08:00
Ryan VanderMeulen
fd546e1adb
Bug 1253037 - Skip browser_net_sort-01.js on OSX debug e10s.
2016-03-02 21:44:18 -05:00
J. Ryan Stinnett
777c113bb3
Bug 1238160 - Set docshell isolation mode. r=smaug
...
Renames nsDocShell isBrowser* attributes to add a "Moz" prefix for clarity.
Adds nsDocShell::GetIsIsolatedMozBrowserElement, which parallels
GetIsInIsolatedMozBrowserElement, but only checks the immediate docshell.
Adds nsDocShell::SetIsInIsolatedMozBrowserElement for the frame loader and tab
child to set the isolation state.
nsDocShell methods related to mozbrowser elements (and their callers) are
updated to use GetIs(In)?IsolatedMozBrowserElement when checking isolation /
origins and GetIsMozBrowserElement when checking frame types.
MozReview-Commit-ID: 6pGD5fF47ZN
2016-03-02 10:35:56 -06:00
Carsten "Tomcat" Book
de8d151c26
merge mozilla-inbound to mozilla-central a=merge
2016-03-02 15:54:19 +01:00
Nick Fitzgerald
a9e7879204
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".
--HG--
rename : devtools/client/memory/reducers/breakdown.js => devtools/client/memory/reducers/census-display.js
rename : devtools/client/memory/reducers/dominatorTreeBreakdown.js => devtools/client/memory/reducers/dominator-tree-display.js
rename : devtools/client/memory/test/browser/browser_memory_allocationStackBreakdown_01.js => devtools/client/memory/test/browser/browser_memory_allocationStackDisplay_01.js
rename : devtools/client/memory/test/browser/browser_memory_breakdowns_01.js => devtools/client/memory/test/browser/browser_memory_displays_01.js
rename : devtools/client/memory/test/unit/test_action-set-breakdown-and-refresh-02.js => devtools/client/memory/test/unit/test_action-set-display-and-refresh-02.js
2016-03-01 16:20:45 -08:00
Wes Kocher
356fd48c1d
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: LQ4NtghbPdw
2016-03-01 15:30:35 -08:00
Jordan Santell
677cbcffcd
Bug 1251084 - Remove WebConsoleUtils.abbreviateSourceURL with source-utils function. r=linclark
2016-03-01 14:32:11 -08:00
Wes Kocher
d4bc23e4dd
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: B0yZpi7wa4I
2016-03-01 15:19:25 -08:00
Oussama Ben Guirat
b2c1742f60
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
99b7d5ad2a
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
893c77ce54
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
f1a8f0566b
Bug 1224115 - Test for storage inspector search. r=mratcliffe
...
MozReview-Commit-ID: 85n8HzzbWYy
2016-03-01 16:57:48 +01:00
Tim Nguyen
6607f1aa6c
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
0a04dd9273
Bug 1224115 - Fix keyboard navigation for filtered TableWidget. r=mratcliffe
...
MozReview-Commit-ID: C5nwTOZgHGu
2016-03-01 16:57:48 +01:00
Tim Nguyen
cbe567737b
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
b7e7dbcc84
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
119e7f4cad
Bug 1232029 - Set some prefs that some tests rely on explicitly; r=bkelly
2016-03-01 10:09:06 -05:00
Carsten "Tomcat" Book
30e5302af8
Merge mozilla-central to mozilla-inbound
2016-03-01 15:25:31 +01:00
CJKu
b5be33e28b
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
9229fda61b
Bug 1249950 - Add Performance Markers for MessagePort - patch 2, r=smaug, r=vporof
2016-03-01 09:16:18 +01:00
Alexandre Poirot
7c4184c262
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
3f25b8c8e2
Bug 1252346 - Some DevTools files missing Services. r=ochameau
...
MozReview-Commit-ID: F1SjhiXNZSj
2016-03-01 14:00:28 -06:00
Tim Nguyen
d5396968a9
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
8c0c6e78fe
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
6ba85773f2
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
ff089f9432
Bug 1251965 - fix "remove other breakpoints" command in debugger r=me
2016-03-01 11:43:08 -05:00
J. Ryan Stinnett
8095a8fa95
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
8832806e81
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
ca41ad5fe1
Bug 1250667 - Sign the devtools addons and bug687194.xpi. r=ahal
...
MozReview-Commit-ID: DBUgeyKRLYJ
--HG--
extra : transplant_source : N%EF%3F%A6%83%91%B5%C8%F9Ep%8A%F3g%1C%5C%FA%98%89G
2016-02-25 15:39:16 -08:00
Julian Descottes
64dfb85e35
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
--HG--
extra : rebase_source : 8e3184bf82ad1b59d65bf0e94cc2f4662db856bd
2016-02-21 01:58:00 +01:00
Patrick Brosset
6cb7252111
Bug 1247263 - Round 2 of fixing unhandled rejected promises in ruleview tests; r=tromey
...
MozReview-Commit-ID: 1sSlXBepsB0
--HG--
extra : rebase_source : 1d3d9690fd58fb6dcf64c11d24e9177f1dc34ee1
extra : histedit_source : 3e9bcf06d231a60d8c81fc2caf8f02733fb7d226%2C085361c13a6fd8dbd0bdf7bd201b2896b3179360
2016-02-27 21:03:23 +01:00
Patrick Brosset
4d0651c987
Bug 1249888 - try/catch SourceMapConsumer to avoid empty rule-view when source map is invalid; r=gl
...
--HG--
extra : rebase_source : 744840ba5bb668baf761de0ee1af33395a64aeb4
extra : histedit_source : 157aa5a266678390d2244c790fc44869c3a9f7b7%2C5ea5da38fe59c2612c8fcec8790350732837c9fb
2016-02-27 20:39:21 +01:00
Tim Nguyen
4728cb0889
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
e995cee22e
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
4ba825caa7
Bug 1248601 - Fix focus race due to dynamic XUL insertion. r=jwalker
2016-02-27 04:51:11 -08:00
Alexandre Poirot
20e2ec71ce
Bug 1248601 - Register the Developer Toolbar dynamically. r=jwalker
2016-02-27 04:51:11 -08:00
Alexandre Poirot
fa65737630
Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans
2016-02-27 04:51:11 -08:00
Alexandre Poirot
87ddc644c6
Bug 1250430 - Remove SrcDir loader support from devtools. r=jryans
2016-02-27 04:51:11 -08:00
Alexandre Poirot
d3b05e8c5a
Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans
2016-02-27 04:51:10 -08:00
J. Ryan Stinnett
8bab15a3c9
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
45b5e4259b
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: Hc6og2UJTjf
2016-02-26 13:28:45 -08:00
Wes Kocher
f5d0907f78
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: 9LaKI6lIClP
2016-02-26 12:19:25 -08:00
Patrick Brosset
3e2897155c
Bug 1242898 - Clean devtools/client/animationinspector of eslint errors; r=me
...
MozReview-Commit-ID: 8kRnACID8A6
2016-02-26 12:55:57 +01:00