Commit Graph

1417 Commits

Author SHA1 Message Date
Lin Clark
fde0887c81 Bug 1243974 - [e10s] Enable browser_webconsole_output_01.js in e10s. r=bgrins
--HG--
extra : rebase_source : 1a1caa166d44ca87de913005ca082cc9f0440121
2016-02-16 15:21:00 -05:00
Ryan VanderMeulen
69b696538c Bug 1252201 - Skip some devtools tests that leak on OSX e10s.
--HG--
extra : rebase_source : 45377cbbc25be80c604b68ef071ba54a65e474f6
2016-03-02 23:15:38 -05:00
Carsten "Tomcat" Book
82cf3c3383 merge mozilla-inbound to mozilla-central a=merge 2016-03-03 11:54:40 +01: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
Patrick Brosset
f0a4e90b1f Bug 1246904 - Change devtools eslint warnings to be errors instead; r=jryans
MozReview-Commit-ID: BBE2kZKF1cY

--HG--
extra : rebase_source : 4ff439e0b3cad4f2e16e7e0bf56fdcebf2f94c46
extra : histedit_source : 39fdf2aa36916816c7fe0b3f13b18cad22291b6e
2016-02-25 17:45:57 +01:00
Patrick Brosset
acafefeb18 Bug 1247186 - 2 - Set max-len rule to report errors; r=Honza
MozReview-Commit-ID: CA2vyfkxMzE

--HG--
extra : rebase_source : bbe2fbae2e4db8bf7adbfc846e89b20a5ac78e68
2016-02-25 17:38:47 +01:00
Patrick Brosset
f7f26ce139 Bug 1246677 - 10 - Removed addStyle from head.js since it was unused; r=gl
MozReview-Commit-ID: EgoEzxnILrJ

--HG--
extra : rebase_source : 69e68ac96948602af8fa79edc52f5907005f9149
2016-02-12 14:28:54 +01:00
Patrick Brosset
85ebc2c1f6 Bug 1246677 - 9 - Get rid of all remaining _applyingModifications usage in tests; r=ochameau
MozReview-Commit-ID: 5fnZb6dlejV

--HG--
extra : rebase_source : 28c61c052bf26bc869180f463a4a0d0e19cf2a0b
2016-02-23 16:50:08 +01:00
Patrick Brosset
e1d3785108 Bug 1246677 - 8 - Use addProperty and remove code duplication; r=gl
MozReview-Commit-ID: KQXgdZxdiw9

--HG--
extra : rebase_source : 941f4e7c4059c9bd14f6e09f752c317cd2423fff
2016-02-18 11:00:38 +01:00