Commit Graph

2394 Commits

Author SHA1 Message Date
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
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
Nick Fitzgerald
7f059162e3 Bug 1167292 - Part 2: Add a telemetry probe to time how long it takes to read a heap snapshot; r=ejpbruel 2015-07-21 12:35:58 -07:00
Nick Fitzgerald
d36ea2dd77 Bug 1167292 - Part 1: Add a telemetry probe to time how long it takes to save a heap snapshot; r=ejpbruel 2015-07-21 12:35:58 -07:00
Boris Zbarsky
a435429163 Bug 909154. Remove the prefixed mozRequestAnimationFrame and its accoutrements. r=bkelly 2015-07-20 10:14:24 -04:00
J. Ryan Stinnett
c39e19e968 Bug 1074180 - Convert touch simulator to frame script for e10s. r=ochameau
--HG--
rename : toolkit/devtools/touch-events.js => toolkit/devtools/touch/simulator-content.js
extra : commitid : FXROVMfi1NS
2015-07-16 01:12:50 -05:00
J. Ryan Stinnett
834ce811ca Bug 1074180 - Avoid TypeError with touch events on desktop. r=ochameau
--HG--
extra : commitid : 9NgYJqzqaWY
2015-07-16 01:12:50 -05:00
J. Ryan Stinnett
f0712c8ce2 Bug 1074180 - Fix linting issues in touch-events.js. r=ochameau
--HG--
extra : commitid : 2Sy2wNAgkLZ
2015-07-16 01:12:50 -05:00
Ryan VanderMeulen
fa5776b708 Merge m-c to fx-team. a=merge 2015-07-15 13:30:09 -04:00
Ryan VanderMeulen
2806c1d5bc Merge fx-team to m-c. a=merge 2015-07-15 13:25:33 -04:00
Masatoshi Kimura
52428897a6 Backed out changeset acb7eb7f5ad4 (bug 1176496) for web compat problems 2015-07-15 23:37:22 +09:00
Nick Fitzgerald
6750bc2f1d Bug 1176981 - Part 1: Remove the tracing debugger actor from the server; r=vporof 2015-07-14 18:12:10 -07:00
Jordan Santell
5551466ab7 Bug 1159389 - Migrate profiler actor to use new form of protocol.js actors, and become a standalone module consumed by actors. r=vp, r=jryans 2015-07-13 13:20:00 -04:00
Nick Fitzgerald
398aaa808c Bug 1182278 - Update the tree's copy of the mozilla/source-map library to 0.4.4; r=jlongster 2015-07-13 20:14:20 -07:00
Wes Kocher
00bfc9f9d8 Merge inbound to m-c a=merge 2015-07-13 15:55:25 -07:00
Sami Jaktholm
1a069905a5 Bug 1181345 - Make DevToolsUtils.fetch work with files that are not UTF-8 encoded. r=past
These changes restore the previous behavior in which the data is decoded
according to a locale specific default charset if the UTF-8 conversion fails.
This allows the method to properly decode both UTF-8 data and data that has
been encoded with the locale default charset (ISO-8859-1 in most cases) without
any charset hints from the source.

The conversion is now a two step process:
1. Convert the stream content to a string using the locale specific encoding.
2. Try reinterpret the data according to UTF-8 rules. If it succeeds, return
   the conversion result. If it fails, return the original string.

--HG--
extra : histedit_source : df0406180eb6a9581c08e09b102f9eb523659c52
2015-07-11 13:45:59 +03:00
Bobby Holley
b4fdabe37d Bug 1182347 - Remove nsIPrincipal::cookieJar. r=sicking 2015-07-14 19:56:33 -07:00
Sami Jaktholm
31dac421ce Bug 1171919 - Add a test which asserts that StyleSheetsActor can handle iframes without a content document. r=bgrins 2015-07-14 19:54:59 +03:00
Sami Jaktholm
8c64f7aa31 Bug 1171919 - Fix intermittent browser_styleeditor_bug_740541_iframes.js by keeping track of windows instead of documents. r=bgrins
When an iframe is created, it receives a dummy about:blank contentDocument
with readyState == "uninitialized". When the frame starts to load, that
dummy document is replaced with the real document. If the actor stored a
reference to the dummy document it will either a) find no sheets or b) fail if
the dummy document was already GC'd.

These changes modify the actor to track the windows of the frames instead of
their documents. If it encounters a window that has an uninitialized or still
loading contentDocument it waits for the DOMContentLoaded event before taking a
reference to the content document of the frame window.
2015-07-12 11:20:22 +03:00
Carsten "Tomcat" Book
4a67c881e4 merge mozilla-inbound to mozilla-central a=merge 2015-07-13 11:51:14 +02:00
Johan K. Jensen
d44acb8846 Bug 1173158 - Fixing imgur upload error. r=jryans 2015-07-10 10:28:00 +02:00
Carsten "Tomcat" Book
bcc2bf1f0c Backed out changeset 97382f93c043 (bug 1169096) 2015-07-10 13:49:38 +02:00
Alexandre Poirot
bde8258f86 Bug 1169096 - Filter property values remotely. r=past 2015-07-10 00:21:00 -07:00
Johan K. Jensen
f0590c707a Bug 970618 - Scaled the canvas responsible for screenshots to accomodate for devicePixelRatio > 1. r=bgrinstead 2015-07-09 03:43:00 +02:00