Shu-yu Guo
a210e8b077
Bug 1145824 - Reset dom.send_after_paint_to_content when toggling gDevTools.testing, as chrome tests need it.
2015-04-25 15:56:20 -07:00
Jordan Santell
3eabbee916
Bug 1145824 - Profiler actor and performance tools now handle
...
passing in a startTime to filter out SPS profiles on platform rather than
client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Tooru Fujisawa
8a03f610ab
Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure
2015-04-25 14:12:21 +09:00
Jordan Santell
2513d09a8a
Bug 1134778 - Consolidate usages of view sourcing in tools with a source-utils module. r=vp,jryans
2015-04-24 14:16:34 -07:00
Jordan Santell
ee2bb39767
Bug 1145824 - Profiler actor and performance tools now handle
...
passing in a startTime to filter out SPS profiles on platform rather than
client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Joe Walker
9cc5a4d6b3
Bug 1128988 - runAt support for commands/converters; r=bgrins
...
--HG--
rename : browser/devtools/main.js => browser/devtools/definitions.js
2015-04-23 10:24:49 +01:00
Patrick Brosset
e14d480a72
Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins
...
--HG--
extra : rebase_source : 26e692e502288ff38a6097e7312b7ab2ef9ab802
extra : histedit_source : c84759a2221e14c661a0009f4403ae605ffbc22b%2Cf46ec9753c17d9c613a287dc2f343d70c27dd62d
2015-04-23 10:34:01 +02:00
Gabriel Luong
5627d34bdd
Bug 1120616 - Part 4: Add textbox context menu for rule and computed view r=bgrins
2015-04-16 14:15:28 -04:00
Jordan Santell
73ef930712
Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset
2015-04-14 08:58:58 -07:00
Patrick Brosset
fd53c00637
Bug 988278 - Fixes ESCape keypress mess in the inspector to make sure the split console opens; r=miker
...
This fixes 2 problems related to the split console not opening when it should.
1 - After the inspector selection mode (pick mode) was canceled with ESC, pressing ESC once
again did not open the split console, because the toolbox did not have the focus.
2 - The markup-view tooltip (used to preview images) was eating the first ESC keypress when
the markup-view was focused, even though the tooltip was hidden. This was forcing users to
press ESC twice to open the split console.
--HG--
extra : rebase_source : 503e6f0a8fa2ef153f714af1361e85ad844a49d2
2015-04-13 10:51:49 +02:00
Ryan VanderMeulen
fcf455a317
Backed out changeset 881ef048e290 (bug 1147945) for causing spammy TypeErrors that make sheriffing real failures difficult.
2015-04-10 13:58:28 -04:00
Jose Antonio Olivera Ortega
3230368cad
Bug 1150946 - Relabel Service Workers toolbox option. r=nsm, r=jryans
2015-04-08 02:35:00 -04:00
Jordan Santell
86593b6b51
Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp
2015-04-08 00:16:00 +02:00
Brian Grinstead
eff6c05870
Bug 1151259 - Switch <toolbar> to <box> to get rid of -moz-appearance styles for devtools sidebar. r=jryans
2015-04-07 14:27:00 +02:00
Matteo Ferretti
91aca3f385
Bug 1144163 - Add a rulers highlighter; added gcli command and button. r=pbrosset
2015-04-01 19:28:57 +02:00
Panos Astithas
e4b9084401
Add a devtools tag to all devtools tests (bug 1149907
). r=pbrosset
2015-04-01 14:09:33 +03:00
Brian Grinstead
602337095e
Bug 1148996 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs
2015-03-31 20:00:32 -07:00
Victor Porof
77324062a8
Bug 1148463 - Re-enable the Performance++ tool, r=jsantell
2015-03-31 11:28:43 -04:00
Wes Kocher
73800cd3df
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-30 19:42:25 -07:00
Brian Grinstead
5df734e710
Bug 1094821 - Backout 01482cdccd72 for test failures in Aurora simulation;r=me;a=RyanVM
2015-03-30 09:20:48 -07:00
J. Ryan Stinnett
20d9dfd605
Bug 1138591 - Remove the chrome-enabled pref. r=past
...
--HG--
extra : transplant_source : %C0%3D%FB%C9%05%C4z%EB4%D4%A3%81%7E%94RX%19%9B%27%AE
2015-03-28 03:42:33 -05:00
Victor Porof
e50a9999eb
Bug 1148463 - Temporarily disable the new performance tools for the Aurora uplift by backing out changeset 2ae4dac8f094, r=jsantell
2015-03-27 20:20:11 -04:00
Brian Grinstead
371e5229aa
Bug 971129 - Set a minimum page size to 25px when initializing the devtools toolbox host;r=jryans
2015-03-27 10:35:32 -07:00
Wes Kocher
5b6f65bcdb
Merge m-c to inbound a=merge CLOSED TREE
2015-03-26 17:46:35 -07:00
J. Ryan Stinnett
c2778efe9d
Bug 1147042 - Rename attachProcess to getProcess. r=ochameau
...
--HG--
rename : toolkit/devtools/server/tests/mochitest/test_attachProcess.html => toolkit/devtools/server/tests/mochitest/test_getProcess.html
extra : rebase_source : d74e89db7b2da7eda804d8f667d54c1447bb02e2
2015-03-24 14:59:53 -05:00
Alexandre Poirot
baf4294fca
Bug 1134180 - Introduce RootActor.getTab to prevent creating TabActor for all tabs. r=past
...
--HG--
extra : rebase_source : 353d0d724d464ebdd03872163e2a75b4674ee6e5
2015-03-25 09:30:00 -04:00
Brian Grinstead
90be53c400
Bug 1064596 - Clamp the toolbox size to min(preferred size, available space). r=jryans
2015-03-25 15:01:00 -04:00
Brian Grinstead
7dc325e399
Bug 1094821 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs
2015-03-25 06:54:18 -07:00
Jose Antonio Olivera Ortega
6e115add99
Bug 1003991 - Disable https:// only load for ServiceWorkers when Developer Tools are open. r=nsm, r=miker
2015-03-24 14:15:00 -04:00
Michael Ratcliffe
b2c4fc1141
Bug 1144363 - Fix this._telemetry is undefined in gDevTools. r=bgrins
2015-03-18 10:04:59 +00:00
Brian Grinstead
2cf633a3fb
Bug 1144392 - Show an error message in the Browser Toolbox if the connection fails. r=jryans
2015-03-17 14:55:00 -04:00
Victor Porof
3a6e36b016
Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me
2015-03-14 16:14:37 -04:00
Michael Ratcliffe
2b45132b59
Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset, r=gijs
2015-03-13 11:52:45 +00:00
Abhishek Bhattacharya
f5728d9f97
Bug 1120111 - Adds key listeners to highlighter pick mode to traverse DOM and submit/cancel selection; r=pbrosset
2015-03-10 07:02:00 +01:00
Brian Grinstead
38f4b946f2
Bug 1090478 - Add a keyboard shortcut for the Browser Toolbox. r=jryans
2015-03-06 14:40:00 +01:00
Brian Grinstead
833e54457f
Bug 1140530 - Show the select frame dropdown by default in Browser Toolbox;r=ochameau
2015-03-09 11:39:30 -07:00
Alexandre Poirot
69947869b3
Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past
2015-03-04 05:47:00 +01:00
Alexandre Poirot
2b002a6748
Bug 1059308 - Fix tests to support chrome actor. r=jryans
2015-02-26 03:56:00 +01:00
Alexandre Poirot
9ddabe8061
Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans
2015-02-26 03:55:00 +01:00
Panos Astithas
dac40ca9c0
Bug 1138939 - Notify when WebIDE has finished initializing so that Valence can register runtime scanners. r=ochameau
2015-03-03 19:49:58 +02:00
Carsten "Tomcat" Book
5035a908b0
Backed out changeset 4f1e44bd6204 (bug 1059308)
2015-03-03 16:28:14 +01:00
Carsten "Tomcat" Book
e8963cad6c
Backed out changeset 4696a52daeed (bug 1059308)
2015-03-03 16:28:13 +01:00
Carsten "Tomcat" Book
5993881b4e
Backed out changeset 2433abf44e53 (bug 1059308)
2015-03-03 16:28:08 +01:00
Alexandre Poirot
ff1149985c
Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past
2015-03-03 04:19:00 +01:00
Alexandre Poirot
3920aaca15
Bug 1059308 - Fix tests to support chrome actor. r=jryans
2015-02-26 03:56:00 +01:00
Alexandre Poirot
2f1e054e4d
Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans
2015-02-26 03:55:00 +01:00
Nick Fitzgerald
c4e022a79b
Bug 1122142 - Reword the label for enabling chrome debugging; r=past
2015-02-24 13:06:06 -08:00
Jordan Santell
637be57afe
Bug 1132474 - Further clarify restrictions of TabTarget's actor description methods in the comments. r=jryans
2015-02-23 10:46:00 +01:00
Jan Odvarko
a143783c15
Bug 1126274 - Add new API to listen for sent and received RDP packets. r=jryans
2015-02-13 07:35:44 +01:00
J. Ryan Stinnett
925318d2b4
Bug 1126350 - Settle all toolbox destruction before final cleanup. r=pbrosset
2015-02-10 12:37:21 -06:00