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

1489 Коммитов

Автор SHA1 Сообщение Дата
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
Patrick Brosset a31b063cce Bug 1246677 - 7 - Clean remaining ruleview and tests eslint warnings; r=jdescottes
MozReview-Commit-ID: BcyEv4fUWJZ

--HG--
extra : rebase_source : d589e9df51222df10db1e2095f5018d8c44bcb5a
2016-02-23 17:09:01 +01:00
Patrick Brosset 9138ef7551 Bug 1246677 - 6 - Get rid of 'content' in ruleview head.js; r=tromey
MozReview-Commit-ID: A1r7oVz0cbV

--HG--
extra : rebase_source : b2c31f9cd5e06cb4a7aba29e924b64cc6db4e7b8
2016-02-25 14:53:02 +01:00
Patrick Brosset a92c17dbd3 Bug 1246677 - 5 - Get rid of 'content' in ruleview test files; r=jdescottes
MozReview-Commit-ID: Af07cexjJOv

--HG--
extra : rebase_source : 10f7e358dcd392c54cd4e2c788c3930ead714f52
2016-02-22 10:33:04 +01:00
James Long 32bc04cb3c Bug 1243406 - enable CSS/SVG/PNG hot reloading for all devtools panels r=bgrins 2016-02-26 14:40:38 -05:00
Lin Clark 2c7534fa8e Bug 1249088 - Add eslint rules for React. r=pbrosset
MozReview-Commit-ID: Ll933hB8a1n
2016-02-25 08:25:00 +01:00
Nick Fitzgerald 2903e378ec Bug 1226879 - Fix census tree sorting issue with inverted allocation stack breakdown; r=jimb 2016-02-24 13:11:00 +01:00
Patrick Brosset af9b703896 Bug 1246677 - 4 - Stop using content.getComputedStyle in ruleview tests; r=miker
MozReview-Commit-ID: 6BYYYLwO2O5

--HG--
extra : rebase_source : 8d69d131cac673f71f43c6e30b547ac5a95c9df6
2016-02-08 22:08:10 +01:00
Patrick Brosset d71a5f40b2 Bug 1246677 - 3 - Remove all usages of getNode in ruleview tests; r=tromey
MozReview-Commit-ID: 6EIQ1lhE3C9

--HG--
extra : rebase_source : 1381905fddd715d45fb100f23b9b794571ba358d
2016-02-15 10:11:17 +01:00
Patrick Brosset 45b4f3f88c Bug 1246677 - 2 - Stop using CPOWs in simulateColorPickerChange; r=miker
MozReview-Commit-ID: 6jGUGfD0bM5

--HG--
extra : rebase_source : 937a3b99f7e5962c33a9af4a9c36b6e45478ff16
2016-02-08 18:02:35 +01:00
Patrick Brosset a932228b1a Bug 1246677 - 1 - Make waitForSuccess work with async functions; r=miker
MozReview-Commit-ID: Ic0UyApQpB7

--HG--
extra : rebase_source : da22978c67e456ab5ba9fedecd228682cdd10ba5
2016-02-08 17:38:57 +01:00
Eddy Bruel 7c66c16a79 Bug 1235371 - Move EnvironmentActor into its own file;r=jryans 2016-02-26 09:10:14 +01:00
J. Ryan Stinnett 32d1238658 Bug 1250398 - Disable APZ for source editors. r=gl
MozReview-Commit-ID: JmUuoobDr7y
2016-02-25 17:25:08 -06:00
Jan Keromnes f38239f17f Bug 1209699 - Add a 'Push' button for service workers in about:debugging. r=jdescottes 2016-02-29 03:20:00 +01:00
Eddy Bruel 508e906b89 Bug 1119490 - Enable source maps for workers;r=jryans 2016-03-01 14:57:01 +01:00
Patrick Brosset 4e53be7033 Bug 1252099 - Do not use CPOWs in browser_markup_copy_image_data.js; r=jdescottes
MozReview-Commit-ID: KWQMPplwIY8

--HG--
extra : rebase_source : c4d064215c66679f11d832745076be25f01f76c3
extra : histedit_source : 0960e1928f2184d3453da1424ef04c2564b1b1a2%2Cd858558091b5b8b8fabc6613e8b5f87b3c676a1b
2016-03-01 14:13:46 +01:00
Julian Descottes 705a88c461 Bug 1252418 - Apply transform(90) on image to fix blurry icon;r=pbrosset
Apparently applying rotate(90) on #inspector-pane-toggle makes the icon blurry
on some platforms (at least windows 10).

Applying the same rotate directly on the image seems to fix the issue.

MozReview-Commit-ID: 2IqfPQD8tLK

--HG--
extra : amend_source : 159bd864bf6aa31c5c29c572032fe4fbd7a8d097
2016-03-01 12:48:39 +01:00
Ryan VanderMeulen 9adaca44aa Bug 1252345 - Skip browser_markup_copy_image_data.js and browser_markup_image_tooltip.js on OSX e10s. 2016-03-01 16:13:48 -05:00
Ryan VanderMeulen e19e37b543 Bug 1194533 - Skip various webconsole tests on OSX e10 debug e10s. 2016-02-29 18:45:28 -05:00
Ryan VanderMeulen f6b9517066 Bug 1252283 - Skip the animationinspector tests on OSX debug e10s. 2016-02-29 18:26:23 -05:00
Ryan VanderMeulen 496caa4fef Bug 1250058 - Skip a couple leak-prone inspector tests on OSX e10s as well. 2016-02-29 18:14:56 -05:00
Ryan VanderMeulen 752c1e92db Bug 1252254 - Skip browser_net_accessibility-02.js on OSX e10s. 2016-02-29 16:41:06 -05:00
Julian Descottes d16c1e7cfb Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey
MozReview-Commit-ID: B7IY7n1EzUq

--HG--
extra : rebase_source : de69df71e5a3b0fe193ffebb0c3fcf93c142b846
2016-02-25 10:17:59 +01:00
Julian Descottes f442d87aa8 Bug 1189492 - part2:inspector modify toggle icon to support horizontal layout;r=ntim
The current toggle icon represents a side panel being expanded/collapsed. To reuse this
icon for vertical layouts, a "square" version of this icon has been created, and is
rotated using CSS when the layout switches to vertical mode.

MozReview-Commit-ID: 7QSuLrDb7zd

--HG--
extra : rebase_source : af9f238dfc298f9ad1ee00556d592f8c472711cc
2016-02-26 14:14:24 +01:00
Julian Descottes b39b687b87 Bug 1189492 - part1: support horizontal collapsing in ViewHelpers togglePane;r=vporof
MozReview-Commit-ID: 1Hj8vrZhKKq

--HG--
extra : rebase_source : e029385a935721e287299d11ed33307fc4a2fd99
2016-02-26 00:31:34 +01:00
Jan Odvarko eaa82d46b7 Bug 1240959 - Properly calculate total size. r=vporof 2016-02-23 12:47:15 +01:00
Nicolas Chevobbe ca059bd532 Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset
MozReview-Commit-ID: 71XsHc9WXHw
2016-02-23 00:15:04 +01:00
Tim Nguyen f64e21907a Bug 1223037 - Move the network monitor toolbar to the top. r=vporof
MozReview-Commit-ID: IAhJ39XK6m5
2016-02-29 18:08:53 +01:00
Patrick Brosset 108bb1448e Bug 1250523 - Wait for the markup-view to be loaded in browser_markup_load_01.js; r=gl
MozReview-Commit-ID: 3BSuNy1DjZk

--HG--
extra : rebase_source : d2611c127401353668a23d5b2d69499139ade081
2016-02-29 14:08:22 +01:00
Tim Nguyen 548fdd64f2 Bug 1242832 - Fix intermittent browser_storage_overflow.js timeouts. r=pbro
MozReview-Commit-ID: 17hjxdkJ5B1
2016-02-29 17:21:50 +01:00
Tim Nguyen 2be68ac34c Bug 1251247 - Simplify the SplitView widget styling. r=vporof
MozReview-Commit-ID: wjTTWzJsZt
2016-02-29 17:18:14 +01:00
Tim Nguyen c6ab515eb7 Bug 1184644 - Remove hardcoded colors from the SideMenu theme, and refresh it. r=vporof
MozReview-Commit-ID: 6pBpkztsraH
2016-01-27 13:17:00 +01:00
Eddy Bruel 34b5041ce3 Bug 1235371 - Refactor EnvironmentActor to use protocol.js;r=jryans 2016-02-29 16:36:49 +01:00
Patrick Brosset 5cdb187f33 Bug 1251877 - Enable browser_markup_event* tests with e10s; r=miker
MozReview-Commit-ID: KHVrja198pF

--HG--
extra : rebase_source : bd4108ef63fac8a7545801aba7e48502b1289e0b
2016-02-27 21:16:21 +01:00
Julian Descottes 309416481e Bug 1250933 - debugger: connect Workers controller only for TabActor targets;r=ejpbruel
MozReview-Commit-ID: 764nqW7V04N

--HG--
extra : rebase_source : cfdc03debcd25df661bf8903c49a3f5146d3a054
2016-02-25 14:11:36 +01:00
Julian Descottes b84da33d51 Bug 1250002 - part2: about:debugging switch to browserLoader;r=ochameau
MozReview-Commit-ID: G4O19TOTWOy

--HG--
extra : rebase_source : 444aa09b859bd2ef04856dc0db4ca52bc05e7906
2016-02-23 02:00:51 +01:00
Julian Descottes 535caf34e2 Bug 1250002 - part1: add loader to globals exposed by require from browser-loader;r=jryans
MozReview-Commit-ID: Dzv5AdksdnP

--HG--
extra : rebase_source : bd31080b2d678ee4f003386145b3f954e3ee16ca
extra : source : 2a560ee5cbedda47b73abee46c6fc383b4c0475e
2016-02-23 23:31:32 +01:00
Carsten "Tomcat" Book efcd855704 Merge mozilla-central to fx-team 2016-02-25 11:59:56 +01:00
Carsten "Tomcat" Book 3695dd59e0 merge mozilla-inbound to mozilla-central a=merge 2016-02-25 11:57:51 +01:00
Patrick Brosset fb434e2e1e Bug 1035661 - Remove useless test browser_inspector_scrolling.js; r=miker
MozReview-Commit-ID: 5PU2iXMFcIZ

--HG--
extra : rebase_source : 7af9eaf6b9f5500511ec5ea85bea3c3528ce38b4
2016-02-24 17:29:22 +01:00
Patrick Brosset 79edff1525 Bug 1250925 - Enable browser_inspector_gcli-inspect-command.js with e10s; r=miker
MozReview-Commit-ID: I9yvp7JEsef

--HG--
extra : rebase_source : 7609f80929faf916686a109d531f9726de2697f5
2016-02-24 17:20:36 +01:00
Kris Maglione 791fe66adc Bug 1222087: Part 2 - Ignore NS_ERROR_NO_INTERFACE exceptions when pausing on exceptions. r=fitzgen
MozReview-Commit-ID: Ao5Xpth3Txh

--HG--
rename : devtools/server/tests/unit/test_pause_exceptions-02.js => devtools/server/tests/unit/test_ignore_no_interface_exceptions.js
extra : rebase_source : e70510fdd01c365ab52d4bae2d94bd4b57acad4f
2016-02-22 14:52:27 -08:00
Kris Maglione b95986457a Bug 1222087: Part 1 - Fix ignoring of exceptions in blackboxed code. r=fitzgen
MozReview-Commit-ID: vtu1ou4ueT

--HG--
extra : rebase_source : 1eac501da57d107e002c862884d8f16c73b1f960
2016-02-22 14:54:36 -08:00
Ryan VanderMeulen b92db8e975 Backed out 10 changesets (bug 1246677) for causing frequent OSX browser_rules_completion-existing-property_01.js failures (10.6 and 10.10).
Backed out changeset a6d3a7a5e4ea (bug 1246677)
Backed out changeset 5dcb51fcef15 (bug 1246677)
Backed out changeset e450c5329a06 (bug 1246677)
Backed out changeset a65e8badc4c4 (bug 1246677)
Backed out changeset 0cdde48161bb (bug 1246677)
Backed out changeset bab3de413d37 (bug 1246677)
Backed out changeset e4f6cc6197cb (bug 1246677)
Backed out changeset 34e6b56e419d (bug 1246677)
Backed out changeset 5067508e5db4 (bug 1246677)
Backed out changeset 913b4129466e (bug 1246677)
2016-02-24 21:04:31 -05:00
Sebastian Hengst b40c51d009 Backed out changeset e0cc363043ad (bug 1240959) for dt5 failures. r=backout on a CLOSED TREE 2016-02-24 19:07:04 +01:00
Brian Grinstead c6eccef18d Bug 1250434 - Bump up devtools tab width a bit to fix text overflow on Win7;r=gl
MozReview-Commit-ID: AEp8Qhr1vXy
2016-02-24 08:27:51 -08:00
Brian Grinstead 14466e7fda Bug 1249650 - Give the toolbox tool container default styling to prevent flash of incorrect background when webconsole opens;r=gl
MozReview-Commit-ID: 8X88NCyr7NR
2016-02-24 08:26:09 -08:00
AJ Kerrigan 9a49ea4d03 Bug 1099071 - Display error message in console for thrown empty string;r=bgrins
MozReview-Commit-ID: IhOFhDnyMpF
2016-02-19 00:32:57 -05:00
Brian Grinstead 28626561a4 Bug 1243984 - e10s fixes for browser_webconsole_bug_593003_iframe_wrong_hud.js; r=linclark
MozReview-Commit-ID: Hhk5n3DShG1

--HG--
extra : transplant_source : 9X%9F%DA%85%A7%BD%B6%92Nr%21P%C6b%AD%C2VV%04
2016-02-24 08:29:18 -08:00
Lin Clark 2153a8b747 Bug 1242943 - Enable browser_webconsole_clickable_urls.js for e10s. r=bgrins 2016-02-24 19:00:00 +01:00
Jan Keromnes eb7e62b31c Bug 1212797 - Show all registered service workers in about:debugging. r=ochameau 2016-02-24 06:30:00 +01:00
Jan Keromnes ea10bbdb0c Bug 1212797 - Refactor worker actors to protocol.js. r=ochameau 2016-02-24 06:29:00 +01:00
Eddy Bruel 2f4115838a Bug 1209559 - "Figure out why opening a toolbox on certain workers works only once.". r=janx 2016-02-23 05:03:00 +01:00
Tim Nguyen bfe2e7e95b Bug 1249967 - Make @media sidebar links resize the Responsive mode even if it wasn't launched. r=jryans, bgrins
MozReview-Commit-ID: D6158YxQKbu
2016-02-25 08:32:47 +01:00
Jan Odvarko 26467246e9 Bug 1240959 - properly calculate total size; r=vporof 2016-02-23 12:47:15 +01:00
Tim Nguyen 12e041dcd3 Bug 1196786 - Remove unnecessary platform specific styles for floating-scrollbars. r=bgrins
MozReview-Commit-ID: 5HAWuXZC030

--HG--
extra : rebase_source : 3027e7bc247cfeda38cf4a8a7a47a066cc4d2ff9
2016-02-20 09:05:00 +01:00
Nicolas Chevobbe 496365f857 Bug 1208204 - Pressing space in the animation inspector should toggle play/pause. r=pbrosset
MozReview-Commit-ID: 3NxNIaPjemt
2016-02-13 17:07:05 +01:00
Patrick Brosset 6f691ca2b0 Bug 1246677 - 10 - Removed addStyle from head.js since it was unused; r=gl
MozReview-Commit-ID: EgoEzxnILrJ

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

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

--HG--
extra : rebase_source : 1d2eee9a54830a0c8657a9ec517fd964c8b4014d
2016-02-18 11:00:38 +01:00
Patrick Brosset e8e084446b Bug 1246677 - 7 - Clean remaining ruleview and tests eslint warnings; r=jdescottes
MozReview-Commit-ID: BcyEv4fUWJZ

--HG--
extra : rebase_source : cb63ed3c966567fe298bf67cafdbf08e36118712
2016-02-23 17:09:01 +01:00
Patrick Brosset e8c1fc396b Bug 1246677 - 6 - Get rid of 'content' in ruleview head.js; r=tromey
MozReview-Commit-ID: A1r7oVz0cbV

--HG--
extra : rebase_source : 05612546b89c8e524c5f3248295b28f0781e7b3a
2016-02-15 10:22:06 +01:00
Patrick Brosset 26f78191e7 Bug 1246677 - 5 - Get rid of 'content' in ruleview test files; r=jdescottes
MozReview-Commit-ID: Af07cexjJOv

--HG--
extra : rebase_source : 1d7e8633a964a6d060fdda1a0eb374183a2b5f93
2016-02-22 10:33:04 +01:00
Patrick Brosset 0621df70d8 Bug 1246677 - 4 - Stop using content.getComputedStyle in ruleview tests; r=miker
MozReview-Commit-ID: 6BYYYLwO2O5

--HG--
extra : rebase_source : 1ca827bfcf7845838898de2c19ebbdbb7d0719a5
2016-02-08 22:08:10 +01:00
Patrick Brosset b5446432fa Bug 1246677 - 3 - Remove all usages of getNode in ruleview tests; r=tromey
MozReview-Commit-ID: 6EIQ1lhE3C9

--HG--
extra : rebase_source : c8eacfce524dbdc847dd93d75eda7da35997ca25
2016-02-15 10:11:17 +01:00
Patrick Brosset 3cd7a21404 Bug 1246677 - 2 - Stop using CPOWs in simulateColorPickerChange; r=miker
MozReview-Commit-ID: 6jGUGfD0bM5

--HG--
extra : rebase_source : 0c2c2c641dca6dd9905c5ba2f447801053107d96
2016-02-08 18:02:35 +01:00
Patrick Brosset 7406eebc20 Bug 1246677 - 1 - Make waitForSuccess work with async functions; r=miker
MozReview-Commit-ID: Ic0UyApQpB7

--HG--
extra : rebase_source : 2890df3814c51859e2bf6d696274d4eb69fe4c7c
2016-02-08 17:38:57 +01:00
Alexandre Poirot 0f4a6801ac Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
--HG--
rename : devtools/client/devtools-clhandler.js => devtools/client/devtools-startup.js
rename : devtools/client/devtools-clhandler.manifest => devtools/client/devtools-startup.manifest
2016-02-24 02:06:42 -08:00
Alexandre Poirot cc6704936b Bug 1240675 - Verify that webconsole prints stacks for DOM Exceptions. r=vporof 2016-02-24 02:06:42 -08:00
Nick Fitzgerald a954e27a9e Bug 1149385 - Render retaining paths in the dominators view; r=jsantell
This commit extends the devtools' memory panel's dominators view with a sidebar
that displays the 5 shortest retaining paths from the GC roots for the selected
node in the dominator tree.
2016-02-23 15:38:29 -08:00
Nick Fitzgerald 4711239ff7 Bug 1249147 - Add a resizable split pane component to devtools/client/shared/components; r=jsantell,linclark
This commit adds HSplitBox which gives two panes aligned horizontally and a
splitter between them to resize their relative widths as needed.
2016-02-23 15:38:29 -08:00
Nick Fitzgerald 6d647d768f Bug 1250307 - Add the `by: "bucket"` breakdown option; r=jimb
This commit introduces `{ by: "bucket" }` breakdown type. Similar to `by:
"count"`, this breakdown type is a leaf and doesn't further categorize or filter
nodes that it counts. Instead, it accumulates them in a bucket and reports them
as a array of node IDs.

MozReview-Commit-ID: EeyWlrj9ujf
2016-02-23 14:15:51 -08:00
malayaleecoder 25c188a973 Bug 1247723 - Disable the Font Panel; r=pbro
MozReview-Commit-ID: 1x6Fi0SvPpr
2016-02-20 01:38:57 +05:30
Nick Fitzgerald ef00b09062 Bug 1249453 - Add arrows from parent to children in census trees; r=jsantell
MozReview-Commit-ID: LFo4jJot2Sr
2016-02-23 14:14:37 -08:00
Jordan Santell f0d5fddf79 Bug 1246555 - Abort infinite loop when a marker has a recursive stack trace in the marker details view. r=vp
MozReview-Commit-ID: KLBXHfNF7EB
2016-02-23 14:13:56 -08:00
Jan Odvarko 13aa4cf354 Bug 1247434 - fix eslint, add comments and remove Locale; r=jryans, pbrosset
MozReview-Commit-ID: LDYftQOw35M
2016-02-19 16:17:50 +01:00
Jan Odvarko ff3855bf84 Bug 1247434 - Move all rep component into shared directory; r=jryans
MozReview-Commit-ID: 9G6TpiJhCPd

--HG--
rename : devtools/client/jsonview/components/reps/array.js => devtools/client/shared/components/reps/array.js
rename : devtools/client/jsonview/components/reps/caption.js => devtools/client/shared/components/reps/caption.js
rename : devtools/client/jsonview/components/reps/moz.build => devtools/client/shared/components/reps/moz.build
rename : devtools/client/jsonview/components/reps/null.js => devtools/client/shared/components/reps/null.js
rename : devtools/client/jsonview/components/reps/number.js => devtools/client/shared/components/reps/number.js
rename : devtools/client/jsonview/components/reps/object-box.js => devtools/client/shared/components/reps/object-box.js
rename : devtools/client/jsonview/components/reps/object-link.js => devtools/client/shared/components/reps/object-link.js
rename : devtools/client/jsonview/components/reps/object.js => devtools/client/shared/components/reps/object.js
rename : devtools/client/jsonview/components/reps/rep-utils.js => devtools/client/shared/components/reps/rep-utils.js
rename : devtools/client/jsonview/components/reps/rep.js => devtools/client/shared/components/reps/rep.js
rename : devtools/client/jsonview/components/reps/string.js => devtools/client/shared/components/reps/string.js
rename : devtools/client/jsonview/components/reps/undefined.js => devtools/client/shared/components/reps/undefined.js
2016-02-18 12:58:51 +01:00
Julian Descottes fa3929d2ec Bug 1227137 - aboutdebugging: addons debugging enabled only if remote dbg is true;r=ochameau
MozReview-Commit-ID: 8NmLIM87bcb

--HG--
extra : rebase_source : 0d50bda89b7d90acbc9b4bc612b08ff479280bfb
extra : amend_source : 929374611cd3f6457f0db33fd1c50dc79f1d2385
2016-02-16 12:12:38 +01:00
Patrick Brosset fe1a95e88f Bug 1250205 - Clean remaining eslint warnings in devtools/client/inspector/markup/markup.js; r=miker
MozReview-Commit-ID: 1EOSQWWItaO

--HG--
extra : rebase_source : 8a5eafab2fbd62f534ad31351959052651a1a4ab
2016-02-22 19:23:28 +01:00
Jan Odvarko 2a0e387336 Bug 1249627 - Eslint: allow unused arguments; r=pbrosset
MozReview-Commit-ID: AjNppE9zLWL
2016-02-19 16:30:29 +01:00
Carsten "Tomcat" Book 818c93be93 Merge mozilla-central to fx-team 2016-02-23 16:56:52 +01:00
Carsten "Tomcat" Book 839ce412a8 merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
J. Ryan Stinnett c781b0ab03 Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Gabriel Luong a958cd4655 Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Nick Fitzgerald 8b8554f2a5 Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
This commit does the following:

- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Gabriel Luong 4a6a66c87e Bug 1250383 - Upgrade to CodeMirror 5.12.0 r=vporof 2016-02-23 10:10:10 -05:00
Gabriel Luong 9c7ded4d2b Bug 1246807 - Implement Editable width / height inputs r=jryans 2016-02-22 13:15:26 -05:00
Wes Kocher 24663f3a36 Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures
--HG--
rename : devtools/client/devtools-startup.js => devtools/client/devtools-clhandler.js
rename : devtools/client/devtools-startup.manifest => devtools/client/devtools-clhandler.manifest
extra : commitid : AmNYlqOEWAb
2016-02-22 09:27:04 -08:00
Julian Descottes 849ebd468a Bug 1249585 - Rename about:debugging components s/Component//g. r=janx
MozReview-Commit-ID: KETabxbUXhE

--HG--
rename : devtools/client/aboutdebugging/components/addons.js => devtools/client/aboutdebugging/components/addons-tab.js
rename : devtools/client/aboutdebugging/components/workers.js => devtools/client/aboutdebugging/components/workers-tab.js
extra : rebase_source : 7d7a79167161e507084f540b0cf119f1dd28718e
2016-02-21 22:59:12 +01:00
Julian Descottes 9efe5908ba Bug 1245029 - aboutdebugging full react refactor part2;r=janx,ochameau
MozReview-Commit-ID: 64V5vGn2889

--HG--
rename : devtools/client/aboutdebugging/aboutdebugging.js => devtools/client/aboutdebugging/components/aboutdebugging.js
rename : devtools/client/aboutdebugging/aboutdebugging.js => devtools/client/aboutdebugging/initializer.js
extra : rebase_source : a5431fe3d7826105a3808b92a66b4f1486fb3d77
extra : source : 2418d089253ddc4e79bed1d19911a490665fc5e6
2016-02-18 19:49:59 +01:00
Julian Descottes ed31367b39 Bug 1245029 - aboutdebugging full react refactor part1;r=janx,ochameau
React refactor part1 : refactor addons and workers panels as react components

MozReview-Commit-ID: GYabZqMyX4L

--HG--
extra : rebase_source : 8fbb99705f99d1a58c81161811006cb6cee17a7e
2016-02-04 21:58:02 +01:00
Alexandre Poirot fb5133261e Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
--HG--
rename : devtools/client/devtools-clhandler.js => devtools/client/devtools-startup.js
rename : devtools/client/devtools-clhandler.manifest => devtools/client/devtools-startup.manifest
2016-02-22 06:57:15 -08:00
Patrick Brosset ce1b99b254 Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins
Extracted a shared helper to open the browser context menu and choose
the 'inspect element' item. This helper works with e10s.
Adapted it a little bit so it waits for the right events in order to
make sure the inspector is ready.

This also involved modifying inspectNode in nsContextMenu.js to make it
wait until the node was selected and the node was ready.

Used this in browser_inspector_initialization.js,
browser_rules_content_02.js and browser_markup_keybindings_04.js

Also removed a now useless inspector-updated event that was trigger from
the animation-inspector panel in some situation. This was left behind
from a long time ago but didn't serve any purpose anymore.

MozReview-Commit-ID: 5bFHxxrwxhL

--HG--
extra : rebase_source : cb30c7e47605f59674f2344dba10af814172333d
2016-02-22 10:02:54 +01:00
Patrick Brosset c0736a1812 Bug 1249719 - Use promise.all instead of Promise.all to release player fronts; r=ochameau
MozReview-Commit-ID: 8VywPGlYaJd

--HG--
extra : rebase_source : b831e3e7e4ed2205aca319fcd9b01663a0fef046
extra : histedit_source : fb8270d89b8fc3080b5eed0f76f6cc23ce737176
2016-02-22 09:42:28 +01:00
Phil Ringnalda 48e13f4614 Merge m-c to f-t 2016-02-21 19:55:36 -08:00
Brian Grinstead ce61856a4f Bug 1248301 - Do not cause a horizontal scrollbar to appear in the console when it overflows vertically;r=vporof
MozReview-Commit-ID: DpHEycUVcTs
2016-02-21 18:39:53 -08:00
Brian Grinstead 9f6af5f205 Bug 1249715 - Split jsterm into different file than webconsole.js;r=linclark
MozReview-Commit-ID: GM1Y5NKXyir

--HG--
rename : devtools/client/webconsole/webconsole.js => devtools/client/webconsole/jsterm.js
2016-02-21 18:39:34 -08:00
Andreas Tolfsen 4c4d432d3a Bug 1245153 - Use EventUtils.js from mochikit; r=pbrosset
testing/marionette/EventUtils.js has been converted to a JS module in
testing/marionette/event.js and its API has changed.  It was originally
a copy of testing/mochitest/tests/SimpleTest/EventUtils.js, and it should
be fine to use the original instead.

MozReview-Commit-ID: Exi9d5rEeOz

--HG--
extra : histedit_source : 999974c56edeecb1313d2b1050c8911473c02292
extra : rebase_source : 77656e161e67423cd44d2071e4118e824cc64363
extra : commitid : 5SGljZj56xm
extra : source : 18d54b8d4ae8348d62070b57574858f0824474ad
extra : amend_source : 968c4d6c4959f5ba502b846294aabe40296d6541
2016-02-05 14:14:15 +00:00
Brian Grinstead d363cb45e3 Bug 1249714 - Use jsterm.focus instead of inputNode.focus;r=linclark
MozReview-Commit-ID: 7LOW7S5rX5Y
2016-02-19 14:49:42 -08:00
Julian Descottes b924602928 Bug 1245996 - inspector: fix xul scrollbars stealing focus;r=pbro
Apply -moz-user-focus: normal; only on direct descendants of inspector
tabpanels and not on tabpanels themselves. Avoids XUL scrollbars
from stealing the focus when clicked.

Test added, run only on windows and linux

MozReview-Commit-ID: KnZpJDxfzj2

--HG--
extra : transplant_source : %21%97%CC%13%9F%A9i%07%B7%26%01%D7%08%3B%2B%9Bq%D5%3A%5B
2016-02-05 10:33:17 +01:00
Helen V. Holmes 5491ef7eea Bug 1242709 - refresh the light theme, r=bgrins 2016-02-18 17:37:00 +01:00
Julian Descottes 04d7ec73f0 Bug 1241732 - split browser_projecteditor_rename_file in 2 tests; r=bgrins
--HG--
rename : devtools/client/projecteditor/test/browser_projecteditor_rename_file.js => devtools/client/projecteditor/test/browser_projecteditor_rename_file_01.js
2016-02-15 01:01:55 +01:00
Nicolas Chevobbe 78b415b4d4 Bug 1248381 - Inspector panel should display properly capitalized node name; r=miker
MozReview-Commit-ID: ESlN5Qp9xHj

--HG--
extra : rebase_source : ada7eaf79c95866367474faba6955898b639ca94
2016-02-17 18:25:59 +01:00
Patrick Brosset 25793ecb39 Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins
MozReview-Commit-ID: 9qImivhKhKf

--HG--
extra : rebase_source : c65c314c0195205a062c6d7260a6e001044eea0b
extra : histedit_source : ddad40ea60d5abdbd81c4f3286a2d300de588572%2Ccd82c42337de918b928be10ad26a94b910613bf1
2016-02-18 17:52:33 +01:00
Tanner Parker 70e90d7ad0 Bug 1210420 - Use correct background color for the network devtools panel. r=ntim
MozReview-Commit-ID: BZdY1EebYRS
2016-02-17 15:37:00 +01:00
Carsten "Tomcat" Book fb6357bbdd Backed out changeset b4a09e08d866 (bug 1242628) for test failures in test_List_01.html 2016-02-18 13:58:45 +01:00
Greg Tatum 4c42c3c84c Bug 1242628 - Add ability to remove a single snapshot from the list -r=fitzgen 2016-02-17 06:19:00 +01:00
Julian Descottes c00b5402db Bug 1237885 - fix add-rules_01 intermittent by splitting in two tests;r=gl
Intermittent test add-rules_01 has been split in two test. The original test
was checking trying to create a set of rules first using the "add rule" button
and then using the context menu.

add-rules_01 only tests using the "add rule" button now. The context-menu tests
have been moved to add-rules_05. Both tests are well under 45 seconds on Linux
debug.
2016-02-12 12:35:51 +01:00
Alexandre Poirot af46cfaaf9 Bug 1249049 - Fix gDevTools is undefined exception when debugging workers. r=ejpbruel 2016-02-18 02:30:12 -08:00
Michael Ratcliffe 1ee39b0945 Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset
--HG--
extra : rebase_source : f9acfe711678f232e60beb2452a69218484dc013
extra : amend_source : 6ff3261de332d8123b1bce6fcf8f75e04321a95a
2016-02-16 16:12:55 +00:00
Gabriel Luong 5192b095d2 Bug 1243598 - Make sure the inspector sidebar overflows correctly r=bgrins 2016-02-17 11:13:01 -05:00
Eddy Bruel e47fd356ef Bug 1247192 - Replace all usage of Services in TabSources with URL;r=fitzgen,jryans 2016-02-17 14:33:45 +01:00
J. Ryan Stinnett f9a0284fd2 Bug 1240494 - Expand JSON Viewer paths to all shared. r=Honza
MozReview-Commit-ID: G0lCxW3JX6f
2016-02-17 07:00:09 -06:00
J. Ryan Stinnett 7db57df8eb Bug 1240494 - AMD support for DevTools loaders. r=jwalker,Honza
MozReview-Commit-ID: 7IemsaijHNc
2016-02-17 07:00:09 -06:00
Alexandre Poirot 6dbab57938 Bug 1245615 - Just clear hostVsStores map as some async code may still use them. r=mratcliffe 2016-02-17 04:28:05 -08:00
Nick Fitzgerald 11ae76df3b Bug 1248829 - Fix number of characters reserved in memory table's cells; r=jsantell 2016-02-16 17:32:00 +01:00
Nick Fitzgerald 2d9d0a66d0 Bug 1248085 - Compute shortest paths in the HeapAnalysesWorker; r=jimb 2016-02-12 15:23:00 +01:00
AJ Kerrigan e23e94e333 Bug 1246188 - Make webconsole.js ESLint-clean. r=lclark 2016-02-13 00:56:12 -05:00
Brian Grinstead 887548abab Bug 1247962 - Get rid of CPOW in browser_webconsole_live_filtering_on_search_strings.js;r=linclark
MozReview-Commit-ID: EyBMJ3dqZSW
2016-02-16 17:30:12 -08:00
Lin Clark 06ca447288 Bug 1245667 - Use standard license boilerplate in framework js files. r=bgrins
MozReview-Commit-ID: 31xbv6rirPg

--HG--
extra : rebase_source : 1afbc68083aa0bdf6b7a674c39a0ac3e839756d6
2016-02-16 16:14:53 -08:00
Brian Grinstead ad34c237e8 Bug 1246733 - Remove stylesheet references of 'devtools/skin/common.css' and instead import it in theme files;r=ntim,r=ochameau
MozReview-Commit-ID: AwS9aJ4dypm
2016-02-16 16:10:25 -08:00
Lin Clark 0365aa63c5 Bug 1241707 - [e10s] Web Console should restore focus to proper place when closed. r=jryans,r=bgrins
MozReview-Commit-ID: JlcJPGygm5F
2016-02-16 14:37:45 -08:00
Andrew McCreight b80e656e9e Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug 2016-02-22 10:11:02 -08:00
Carsten "Tomcat" Book 7e21b8b3eb Merge mozilla-central to fx-team 2016-03-02 16:05:38 +01:00
Eddy Bruel a40ab535ed Bug 1119490 - Test for source maps in workers;r=jryans 2016-03-02 12:38:25 +01:00
Alexandre Poirot ddfbd42125 Bug 1252245 - Disable gcli on the browser toolbox. r=jwalker 2016-03-02 02:32:05 -08:00
Alexandre Poirot 82c73c6b27 Bug 1248435 - Add telemetry probes for reload addon installation and reload action. r=jryans data-review=bsmedberg 2016-03-02 02:32:05 -08:00
Alexandre Poirot f4f1157370 Bug 1248609 - Fix debugger when reloading via the addon. r=jryans 2016-03-02 02:32:05 -08:00
Nick Fitzgerald 82a2a6c955 Bug 1247658 - Expose a method to JS for find the shortest retaining paths of some nodes in a heap snapshot; r=bz r=jimb
This commit adds the `computeShortestPaths` method to the `HeapSnapshot` webidl
interface. It implements this new method on the
`mozilla::devtools::HeapSnapshot` class.

--HG--
extra : rebase_source : 1772547b7093afd35918602b15cc52b8e07fc646
2016-02-11 14:32:00 +01:00
Julian Descottes 9f2c1134db Bug 1243695 - ensure caret is visible in ruleview prop editor;r=miker
--HG--
extra : rebase_source : c937e24c0814314149c5f5b0763cb4ca459660d1
2016-02-12 01:43:44 +01:00
Julian Descottes 8a5bb348c4 Bug 1243131 - memory tool: select snapshot using ACCEL+{UP/DOWN};r=fitzgen
Adds a keydown listener on the memory panel window. Select previous/next snapshot
when user presses UP/DOWN with the accelKey modifier (metaKey on OSX, ctrlKey on
windows).

Keydown events with modifiers are no longer listened to by the tree node elements.

Updated tree node test.
Added new mochitest to test the new keyboard navigation on the census view. )
2016-02-12 11:03:34 +01:00