Commit Graph

2416 Commits

Author SHA1 Message Date
Ryan VanderMeulen
6b37d9c465 Merge m-c to fx-team. a=merge 2015-08-06 15:53:46 -04:00
Fabrice Desré
6562c0ee10 Bug 1181930 - Refactoring: move the message broadcaster out of Webapps.jsm r=ferjm 2015-08-05 20:30:55 -07:00
Carsten "Tomcat" Book
233f1f2fa6 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : a04e5e34dd7fe2e670d0b23c999d40afa777563e
2015-08-05 12:54:01 +02:00
Jordan Santell
ac5233e99c Bug 1177558 - Change devtools memory module to return docshell time rather than Date.now() to match epoch from allocations, and add tests. r=fitzgen 2015-08-04 16:49:03 -07:00
Ryan VanderMeulen
a5efc6a6b1 Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2015-08-04 15:54:44 -04:00
Alexandre Poirot
4e4a1d7346 Bug 935366 - Fix b2g scope issue in sourcemap xpcshell tests. r=fitzgen 2015-08-06 09:52:29 -07:00
Alexandre Poirot
c257720ec1 Bug 1137966 - Try fixing toolkit/devtools/server/tests/browser/browser_animation_actors_05.js intermittent. r=bgrins 2015-08-06 08:46:34 -07:00
Alexandre Poirot
b9fc38483f Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans 2015-08-06 05:38:10 -07:00
Alexandre Poirot
79b410485d Bug 935366 - Remove unused Require.jsm. r=fitzgen 2015-08-06 05:38:09 -07:00
Alexandre Poirot
9a884e6954 Bug 935366 - Use source-map module instead of SourceMap.jsm. r=fitzgen 2015-08-06 05:38:09 -07:00
Alexandre Poirot
6f2cc1cd0d Bug 1190909 - Fix broken module paths when mapping to source directory. r=jryans 2015-08-06 05:38:08 -07:00
J. Ryan Stinnett
babe5514b1 Bug 1141544 - Disable test_oob_cert_auth (typo fix). r=me 2015-08-04 07:52:06 -05:00
J. Ryan Stinnett
6ac4d64d61 Bug 1141544 - Disable test_oob_cert_auth on B2G emulator debug and Android opt. r=me 2015-08-04 07:45:50 -05:00
Carsten "Tomcat" Book
2486d8a52b Backed out changeset 2672589e571e (bug 1161072) for test failures in browser_tilt_picking_inspector.js 2015-08-05 14:33:40 +02:00
Carsten "Tomcat" Book
b998607785 Merge mozilla-central to fx-team 2015-08-05 13:36:41 +02:00
Alexandre Poirot
fafabaec63 Bug 1161072 - Destroy the walker actor on disconnect. r=bgrins 2015-08-05 02:59:11 -07:00
Nick Fitzgerald
ff7200ca71 Bug 1188982 - Provide better diagnostics when failing to load a source; r=tromey 2015-08-04 13:06:08 -07:00
Alexandre Poirot
dd91fb69a4 Bug 1181100 - Fix actors being registered dynamically when closing the first connected tab. r=jryans,mratcliffe 2015-08-03 07:52:42 -07:00
Alexandre Poirot
f13d072c3f Bug 1188417 - Split gcli commands require path to match file system. r=jwalker 2015-08-03 03:01:35 -07:00
Nick Fitzgerald
527fdeba10 Bug 1189694 - Only consider Debugger.Sources we haven't seen before; r=jsantell 2015-07-31 17:22:28 -07:00
Nick Fitzgerald
19de86d374 Bug 1189677 - Only add scripts to the ScriptStore if we intend to debug their source; r=jsantell 2015-07-31 17:22:28 -07:00
Nick Fitzgerald
ec1aa03782 Bug 1189664 - Take a fast shortcut when searching for BreakpointActors and the map is empty; r=jsantell 2015-07-31 17:22:28 -07:00
Nick Fitzgerald
33c303363a Bug 1189647 - Rename synchronize to unsafeSynchronize to encourage callers to think twice; r=jsantell 2015-07-31 17:22:28 -07:00
Brian Grinstead
279b0d9f1f Bug 1187482 - Skip XBL and native anonymous content inside non-XUL documents;r=jryans
This will allow the walker to skip scrollbar elements passed in from the highlighter.
We used to allow anonymous content just so that feedSubscribeLine contents could be
inspected, but that's much less important than the problem it's causing.  With this
change we still show ::before/::after but nothing else.

Note that this doesn't affect the Browser Toolbox at all, which uses another filter.

--HG--
extra : commitid : 7NWZIU397dZ
2015-07-31 13:45:13 -07:00
Russ Nicoletti
80a2a30f8a Bug 1177226 - Support User Timing API events in the Developer HUD. r=ehsan, r=jryans
--HG--
extra : rebase_source : 5a084f34f7550ec78c5337fb1808f7e03e7d0687
2015-07-31 15:40:08 -07:00
Nick Fitzgerald
bb53706cc3 Bug 1189654 - Use consistent destructuring style for imports in devtools script actors; r=me 2015-07-31 01:21:19 -07:00
Ryan VanderMeulen
e2577f4059 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-07-30 12:11:08 -04:00
Alexandre Poirot
5f9afbc4de Bug 1182194 - Convert LayoutHelpers.jsm into a commonjs module. r=jwalker
--HG--
rename : toolkit/devtools/LayoutHelpers.jsm => toolkit/devtools/layout-helpers.js
2015-07-30 06:14:08 -07:00
Wes Kocher
68bcb02c04 Merge m-c to inbound, a=merge 2015-07-29 20:20:59 -07:00
Olli Pettay
b78fe270e6 Bug 1188640 - Add ChromeOnly MutationObserver.mergeAttributeRecords to speed up devtools, r=bz,bgrins
--HG--
extra : rebase_source : 67b74d33304dde9290bfef73c85885be03e14a7a
2015-07-30 00:23:47 +03:00
Jessica Jong
72f310b45b Bug 1167132 - Part 12: [NetworkManager] Move network information into a separate interface (discovery). r=jryans 2015-07-29 02:13:00 -04:00
Wes Kocher
285915027a Merge m-c to fx-team, a=merge 2015-07-28 18:04:29 -07:00
Wes Kocher
9fd2629734 Merge fx-team to central, a=merge 2015-07-28 17:53:01 -07:00
Alexandre Poirot
eb07583533 Bug 1182194 - Remove DevToolsUtils.jsm (in favor of its module). r=jwalker 2015-07-28 08:03:18 -07:00
Alexandre Poirot
f64f5de77d Bug 1182194 - Use DevToolsUtils module instead of JSM. r=jwalker 2015-07-28 08:03:17 -07:00
Alexandre Poirot
6376a1dcaa Bug 1172010 - Fix promise loader path. r=jwalker 2015-07-28 08:03:17 -07:00
Alexandre Poirot
26ce6f5674 Bug 1172010 - Fix tools reload gcli command. r=jwalker 2015-07-28 08:03:17 -07:00
Alexandre Poirot
c82a983ec2 Bug 1136931 - Prevent racing hideBoxModel during connection shutdown. r=bgrins 2015-07-28 05:18:24 -07:00
Simon Lindholm
0eebe6337a Bug 1187584 - Don't use the hidden window for creating value nodes in the rule view. r=mratcliffe 2015-07-28 09:36:00 -04:00
Alexandre Poirot
d57ce95961 Bug 1186940 - Prevent leaking Debugger objects on toolbox close. r=jryans 2015-07-27 02:07:40 -07:00
Christoph Kerschbaumer
3514d6f6b8 Bug 1185072 - CSP devtool in GCLI does not show green icon for upgrade-insecure-requests. r=jwalker 2015-07-27 10:54:17 -07:00
Carsten "Tomcat" Book
067af1ed18 merge mozilla-inbound to mozilla-central a=merge 2015-07-22 13:59:02 +02:00
Wes Kocher
808edf9e7e Merge m-c to inbound, a=merge 2015-07-21 16:11:44 -07:00
Alexandre Poirot
9883ebf48f Bug 1169096 - Filter property values remotely. r=past 2015-07-21 13:24:25 -07:00
Johan K. Jensen
d509b26b0b Bug 1164226 - Add option to restart into safemode from GCLI restart command. r=jryans 2015-07-12 02:41:00 +02:00
Ryan VanderMeulen
d09f468ca1 Merge fx-team to m-c. a=merge 2015-07-20 16:00:37 -04:00
Johan K. Jensen
c579dd73b9 Bug 992386 - Change hidden property of imgur to true. r=jryans 2015-07-19 08:38:00 +02:00
Jordan Santell
41adcf359c Bug 1172180 - Add polling events for profiler/buffer status on the profiler itself. r=vp 2015-07-15 15:40:45 -07:00
Jordan Santell
d77a12bf81 Bug 1172180 - part 2 - add ability to auto drain allocation logs in memory component via a timer and on GC. r=fitzgen 2015-07-17 12:21:45 -07:00
Nick Fitzgerald
d285eb00b3 Bug 1167292 - Part 3: Add telemetry probes for node and edge counts when saving heap snapshots; r=ejpbruel 2015-07-21 12:35:58 -07:00