Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Florian Quèze
361ec85a2e
Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws.
2017-01-09 20:27:26 +01:00
Mythmon
0a8023ce47
Bug 1308656 - Add shield-recipe-client as system add-on r=Gijs,rhelmer
...
MozReview-Commit-ID: KNTGKOFXDlH
2016-10-10 16:14:56 -07:00
Sebastian Hengst
1d4dfdf50e
Backed out changeset a53f5aa00347 (bug 1308656) for syntax error in browser_dbg_searchbox-parse.js (line cut off). r=backout
2016-12-21 09:44:17 +01:00
Mythmon
8c64984947
Bug 1308656 - Add shield-recipe-client as system add-on r=Gijs,rhelmer
...
MozReview-Commit-ID: KNTGKOFXDlH
2016-10-10 16:14:56 -07:00
Alexandre Poirot
142db3bce0
Bug 1266134 - Pull host management out of toolbox.xul. r=jryans
...
MozReview-Commit-ID: 71GNAFuVFgl
2016-08-25 05:51:11 -07:00
Alexandre Poirot
c1cbbf4f49
Bug 1300822 - Fix tab load event wait in devtools test helpers. r=tromey
...
MozReview-Commit-ID: 8vSSaDloJND
2016-09-06 07:05:32 -07:00
James Long
ae090b1dbc
Bug 1300861 - enable new debugger in nightly r=bgrins
2016-09-12 23:45:16 -04:00
Alexandre Poirot
b38e2f3feb
Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans
...
MozReview-Commit-ID: 26PNAS431Hc
2016-08-31 09:39:42 -07:00
Jarda Snajdr
9c70e97f3f
Bug 1269102 - Part 1: Move waitForClipboardPromise to shared-head.js r=ochameau
...
MozReview-Commit-ID: 3PmdEBNLaJq
2016-08-10 13:34:30 +02:00
2d7d4468a6
Bug 1281040 - Make sure we detach from worker client when target is destroyed. r=jlongster
2016-08-08 07:53:37 +02:00
Luca Greco
a9c4a42657
Bug 1285289 - add Devtools test addons as Temporary Addons. r=ochameau
...
MozReview-Commit-ID: 1plXeerEAJp
2016-07-06 18:41:58 +02:00
Alexandre Poirot
c2fa823ab5
Bug 1276073 - Ensure source is loaded and selected before running debugger tests. r=jlongster
2016-06-02 01:44:05 -07:00
Carsten "Tomcat" Book
15e9f46429
Backed out changeset ef722ca61b23 (bug 1276073) for frequent timeouts like in browser_dbg_search-symbols.js
2016-06-01 15:06:05 +02:00
Alexandre Poirot
cf622ebf49
Bug 1276073 - Ensure source is loaded and selected before running debugger tests. r=jlongster
2016-06-01 02:23:07 -07:00
Alexandre Poirot
d8702caaa7
Bug 1080025 - Prevent debugger tests to race source shown event when using initDebugger helper. r=fitzgen
2016-05-26 09:12:17 -07:00
J. Ryan Stinnett
530b903fcf
Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
...
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.
To generate this patch, I ran:
./mach eslint devtools --no-ignore --fix
After this, I reverted any changes to third party files that we really do want
to ignore.
MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Julian Descottes
2a7534a928
Bug 1270462 - part1: extract devtools tooltip toggle logic to separate file;r=bgrins,jsnajdr
...
The code used to make the tooltip appear/disappear when hovering targets
has been extracted to a separate class that can be shared between the
current Tooltip.js implementation and the upcoming HTMLTooltip.
MozReview-Commit-ID: UYSjPFeMYK
2016-05-06 14:54:30 +02:00
Brian Grinstead
38a4f145c9
Bug 1269497 - Provide toolbox.win getter to make lines shorter in tests;r=jdescottes
...
MozReview-Commit-ID: 9KuWzsyHQGF
2016-05-03 07:41:20 -07:00
James Long
f775cb2e34
Bug 1244223 - fix unhandled promise rejections in debugger tests r=me
2016-02-02 16:24:59 -05:00
Lin Clark
3304d86d2f
Bug 1243243 - Use standard license boilerplate in debugger js files. r=jlongster
2016-01-27 14:46:00 +01:00
Alexandre Poirot
2403bcf8e5
Bug 1239276 - Convert DebuggerClient.connect to promise. r=jryans
2016-01-28 10:11:31 -08:00
Alexandre Poirot
f584357310
Bug 1227978 - Remove unecessary usages of promiseInvoke, rdpInvoke r=jlongster
2016-01-12 01:14:00 -08:00
James Long
a72194673b
Bug 1132501 - attach the thread on toolbox open instead of waiting for the debugger to initialize r=bgrins
2016-01-06 14:47:24 -05:00
James Long
55efced504
Bug 1230299 - avoid fetching sources twice on navigation in debugger
2015-12-10 16:58:15 -05:00
James Long
d94fbef9bd
Bug 1200798 - refactor sources and breakpoints in debugger to use redux r=ejpbruel
2015-12-01 16:59:00 -05:00
Carsten "Tomcat" Book
f3d45a4d77
Backed out changeset 258cff340229 (bug 1200798) for new intermittent test failures in browser_dbg_breakpoints-button-02.js
2015-11-30 12:45:12 +01:00
James Long
267225b263
Bug 1200798 - refactor sources and breakpoints in debugger to use redux r=ejpbruel
2015-11-29 14:40:51 -05:00
Phil Ringnalda
41c1de0d7d
Back out 34c9087517ea (bug 1200798) for e10s bustage in browser_dbg_reload-same-script.js
...
CLOSED TREE
2015-11-25 21:39:05 -08:00
James Long
bc08c20fd9
Bug 1200798 - refactor sources and breakpoints in debugger to use redux r=ejpbruel
2015-11-25 19:41:26 -05:00
Wes Kocher
f5b1e5b89c
Backed out changeset e8c43ec095e3 (bug 1132501) for Gu permafail CLOSED TREEx
2015-11-18 14:34:38 -08:00
James Long
681e947b8c
Bug 1132501 - attach a debugging thread automatically when the toolbox opens r=jryans
2015-11-18 16:25:32 -05:00
Alexandre Poirot
d5e749cdc0
Bug 1113865 - Replace all calls to dbg_assert with DevToolsUtils.assert. r=fitzgen
2015-11-16 07:22:49 -08:00
Wes Kocher
25a4798cc4
Backed out changeset d6d640c4b8c2 (bug 1221892) for win debug dt8 bustage
2015-11-13 11:50:08 -08:00
Eddy Bruel
df93d67ae8
Bug 1221892 - Extend the debugger protocol to get the matching service worker registration;r=janx
2015-11-13 10:35:50 +01:00
Brian Grinstead
5a3b638846
Bug 1181838 - Convert debugger tests to use shared-head.js. r=jlongster
2015-11-03 10:43:00 -08:00
Brian Grinstead
b178fb7570
Bug 1211038 - Fix focus issue with debugger searchbox using CodeMirror upstream patch;r=jryans
2015-10-27 12:59:45 -07:00
Brian Grinstead
0e4c66726b
Bug 1215117 - Make console input field work inside a worker toolbox;r=ejpbruel
2015-10-26 09:13:11 -07:00
J. Ryan Stinnett
687866dde2
Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau
2015-10-21 12:48:53 -05:00
Eddy Bruel
93dd701490
Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey
2015-10-16 18:48:26 +02:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
J. Ryan Stinnett
b17c143421
Bug 912121 - Update misc. DevTools paths and comments. rs=devtools
2015-09-21 12:07:31 -05:00
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
a3073e0420
Bug 912121 - Migrate major DevTools directories. rs=devtools
...
Move major DevTools files to new directories using the following steps:
hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared
No other changes are made.
2015-09-21 12:02:24 -05:00