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

1531 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 6dbe3f44d4 Bug 1252641 - Skip browser_net_image-tooltip.js for frequent failures.
--HG--
extra : histedit_source : 9332418f3c9177d55897cc07a5cdcd0f7d6bdb9c
2016-03-05 22:41:43 -05:00
Ryan VanderMeulen 49633b7903 Bug 1242204 - Skip browser_net_details-no-duplicated-content.js on Linux debug e10s for being nearly permafail.
--HG--
extra : histedit_source : 0af2cbee0f1f8382399e8e4788ffe47217365832
2016-03-05 22:35:17 -05:00
Ryan VanderMeulen 1f49ee764c Bug 1232931 - Skip browser_service_workers_timeout.js for frequent failures across all platforms. 2016-03-05 22:31:05 -05:00
Ryan VanderMeulen 301805c46d Bug 1252283 - Skip the animationinspector tests on Linux debug e10s. 2016-03-05 22:31:05 -05:00
Ryan VanderMeulen e41e37efae Bug 1250058 - Skip browser_inspector_initialization.js on Linux debug e10s as well. 2016-03-05 22:31:02 -05:00
Ryan VanderMeulen f11c8d4e74 Bug 1229272 - Skip browser_storage_sidebar.js on Windows e10s for frequent failures. 2016-03-05 22:18:40 -05:00
Ryan VanderMeulen a262a0ac66 Bug 1252201 - Skip various leaky devtools tests on Linux debug as well. 2016-03-05 22:17:23 -05:00
Ryan VanderMeulen 599f2304e0 Merge m-c to inbound. a=merge 2016-03-05 19:30:51 -05:00
Ryan VanderMeulen 54367e83bf Merge fx-team to m-c. a=merge 2016-03-05 19:22:45 -05:00
Philip Chee 0772ec1731 Bug 1252479 - Adding the Developer Dynamically (Bug 1248601) doesn't work in SeaMonkey because it doesn't have a "browser-bottombox" r=ochameau
--HG--
extra : rebase_source : 9038cc693f739a2f4bd09ad1e1ee4ce26f588df0
2016-03-06 01:44:38 +08:00
J. Ryan Stinnett e1bf9e0d01 Bug 1245121 - Enable JSON Viewer on !RELEASE_BUILD. r=Honza
MozReview-Commit-ID: ItfrT4SPE6e
2016-03-04 17:03:39 -06:00
Jarda Snajdr 3986fe2698 Bug 1244725: DevTools: Show text of a HTTP response for video live streaming content types r=Honza
MozReview-Commit-ID: CA4tiyEtsTX

--HG--
extra : rebase_source : cb53c731f051df2083f197ccc5977e96ab19b52f
2016-03-03 04:39:00 -08:00
Lin Clark 9308035592 Bug 1253693 - Switch prefer-es6-class React .eslintrc to prefer createClass. r=jlong
MozReview-Commit-ID: 1IuYNShuBwH

--HG--
extra : rebase_source : ced881f0fc5c5949032199ffb61a2ee8892e1f89
2016-03-04 12:22:00 -08:00
Victor Porof 182a7e33b9 Bug 1243925 - Extra white space in JIT view. r=jsantell 2016-03-02 20:00:41 +01:00
Ryan VanderMeulen a9d4eb0d80 Bug 1229272 - Skip browser_storage_sidebar.js for debug e10s on all Windows versions.
--HG--
extra : rebase_source : 87f10bbeaba2496bca6ba5df6ab3c87842daa295
2016-03-05 15:53:56 -05:00
Ryan VanderMeulen 082f681fb6 Bug 1252283 - Skip the animationinspector tests on Windows debug e10s due to frequent asserts.
--HG--
extra : rebase_source : f6a82b608ca699cef03064c09e0d068853c96727
2016-03-05 15:21:17 -05:00
Alexandre Poirot d0c7567616 Bug 1247203 - Register tools and themes in the sorted order. r=jryans 2016-03-04 07:51:12 -08:00
Alexandre Poirot a65ec348c1 Bug 1247203 - Do not hardcode main module path in Loader.jsm. r=jryans 2016-03-04 07:51:12 -08:00
Alexandre Poirot 2148b1df6a Bug 1247203 - Move telemetry ping from gDevTools to gDevToolsBrowser. r=jryans 2016-03-04 07:51:12 -08:00
Alexandre Poirot a31928ec8f Bug 1247203 - Remove useless call to main(). r=jryans 2016-03-04 07:51:11 -08:00
Alexandre Poirot 8e3356b5c8 Bug 1247203 - Emit devtools-loaded from the loader. r=jryans 2016-03-04 07:51:11 -08:00
Alexandre Poirot fc8a7748f7 Bug 1247203 - Stop exporting useless symbols of of devtools/client/main. r=jryans 2016-03-04 07:51:11 -08:00
Mike de Boer 7a4941b3e4 Bug 1241930: Part 3 - convert all assertion methods used inside content tasks to the Assert.* family in devtools tests. r=mconley 2016-03-04 14:32:27 +01:00
Carsten "Tomcat" Book 6e681479dc Merge mozilla-central to fx-team 2016-03-04 13:40:08 +01:00
Eddy Bruel 3924bc97e6 Bug 1207506 - Replace all uses of Services.io in path.js with URL;r=janx 2016-03-04 13:06:48 +01:00
Eddy Bruel 21cd137fcb Bug 1252077 - The debugger should identify Scratchpad sources as JavaScript;r=jlong 2016-03-04 13:01:47 +01:00
Carsten "Tomcat" Book 7141570807 merge mozilla-inbound to mozilla-central a=merge 2016-03-04 11:49:58 +01:00
Phil Ringnalda 4fc06aef08 Back out 054bd8841f4c (bug 1249106) for doing just what it intended, causing devtools tests to fail with "Warning: Failed propType", just a bit too often 2016-03-03 21:41:32 -08:00
Nick Fitzgerald f92f7a7fae Bug 1251492 - Don't prevent default behavior of unrelated mouse events in HSplitBox. r=linclark 2016-03-02 11:05:00 -05:00
Tim Nguyen 74c6f50e80 Bug 1253072 - Small bug fixes to the Storage Inspector functionality. r=miker
MozReview-Commit-ID: 7s1Ua2ecy0I
2016-03-02 14:52:00 -05:00
Greg Tatum e150ac87f6 Bug 1242958 - The cursor type is not I-beam when the mouse pointer is over the heap-view. r=fitzgen 2016-03-01 07:28:00 -05:00
Lin Clark 75dc726f8f Bug 1249106 - Fail tests when React propType errors are logged. r=jryans 2016-03-02 17:07:00 -05:00
Greg Tatum 6e1bb67700 Bug 1252971 - Memory panel docs update. r=fitzgen
After going through a deep dive into the memory tool I've updated
and clarified a few things in the docs that I found confusing.
2016-03-02 12:51:00 -05:00
Patrick Brosset 138604079b Bug 1252099 - Final eslint cleanups in devtools/client/inspector/markup/test; r=miker
Many event-bubble tests had max-len issues that would have been really
awkward to fix by wrapping the lines. So I decided to disable eslint for
those lines instead.

This patch fixes the last remaining eslint issues and un-ignores the
directory in .eslintignore.

MozReview-Commit-ID: KQ8qtrFceaf

--HG--
extra : rebase_source : d907de27c9d866af174ac8135f8317520c4d87a2
2016-03-02 16:14:16 +01:00
Patrick Brosset 3dc525e814 Bug 1252099 - Remove usage of getNode and content in markupview tests; r=ochameau
MozReview-Commit-ID: F58e1CcwHNs

--HG--
extra : rebase_source : 6492997a05363bc88e00d0726a60f7dfe1bb8125
2016-03-03 16:35:21 +01:00
Patrick Brosset c03927677a Bug 1252099 - Main eslint cleanup of markupview tests; r=zer0
MozReview-Commit-ID: FJpdiPUeVcr

--HG--
extra : rebase_source : ecdeff2df26ef39afef5aa6cc33439d91d33fda3
2016-03-03 16:20:03 +01:00
Matteo Ferretti 67f2481ef2 Bug 1239464 - Close button for exiting the responsive design view; r=jryans
MozReview-Commit-ID: Fygjgc7FHzF
2016-03-04 01:21:19 -05:00
J. Ryan Stinnett c943bbac07 Bug 1253125 - Stop duplicating telemetry from inside tools. r=mratcliffe
MozReview-Commit-ID: IRidYhLsJpy
2016-03-03 16:16:39 -06:00
J. Ryan Stinnett 29b79ffa19 Bug 1197611 - Allow GCLI screenshot to save anywhere. r=pbro,jwalker
In addition to this, we now have access to the final path the file is saved to,
so we can correct the image onclick handler to correctly reveal the new file.

MozReview-Commit-ID: HLgm94VBcqE
2016-03-03 15:53:04 -06:00
Gabriel Luong f102846020 Bug 1252640 - Fix overlapping borders in the ruleview-header r=pbro
MozReview-Commit-ID: JdQBKSQ96Rs
2016-03-03 12:55:14 -08:00
Gabriel Luong 0d458d7198 Bug 1252008 - Adjust the max-height of the media queries to make the Box model resizes properly r=pbro
MozReview-Commit-ID: 2qOAUeDCZ70
2016-03-03 12:55:12 -08:00
Gabriel Luong 4ce6caae0f Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro
MozReview-Commit-ID: FSwY458OBBq
2016-03-03 12:55:09 -08:00
Wes Kocher 801dc5a585 Backed out changeset 35b992d5c335 (bug 1250323) because browser_rules_pseudo_lock_options.js is still busted
MozReview-Commit-ID: G5F3LZHAw2P
2016-03-03 12:44:21 -08:00
Wes Kocher d88407aabe Backed out changeset 71ffbfce853a (bug 1252008) because browser_rules_pseudo_lock_options.js is still busted
MozReview-Commit-ID: 3VFbz9ufoOU
2016-03-03 12:44:04 -08:00
Wes Kocher abdd8279a7 Backed out changeset 6fe81a6dbaa8 (bug 1252640) because browser_rules_pseudo_lock_options.js is still busted
MozReview-Commit-ID: ENmjcTCS30T
2016-03-03 12:43:43 -08:00
Gabriel Luong bb988f228f Bug 1252640 - Fix overlapping borders in the ruleview-header r=pbro 2016-03-03 13:58:12 -05:00
Wes Kocher a6ffd12fa3 Backed out changeset 48199a0c1e54 (bug 1252640) for browser_rules_pseudo_lock_options.js bustage
MozReview-Commit-ID: 9rIM5pH3kJZ
2016-03-03 10:40:12 -08:00
James Long bd0694f8b2 Bug 1250427 - get correct breakpoint text if it moved in the debugger r=me 2016-03-03 12:21:16 -05:00
James Long 0256c89bc6 Bug 1251823 - fix adding breakpoints through context menu in debugger r=me 2016-03-03 12:19:09 -05:00
Eddy Bruel 07777cfa9f Bug 1250896 - Move SourceActor into its own file;r=jryans 2016-03-03 17:51:37 +01:00
Alexandre Poirot 03257722e9 Bug 1245875 - Add missing createCanvas function in webgl-utils to fix mochitest-dt5 failures. r=me 2016-03-03 07:55:36 -08:00
Jan Keromnes ed60aaa7d6 Bug 1239317 - Add a Service Workers entry to the Web Developer menu. r=jryans 2016-03-03 09:47:59 -06:00
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