Patrick Brosset
25474e727d
Bug 1109112 - Avoid highlighter exceptions after reloading the page; r=miker
2014-12-11 22:47:41 +01:00
Patrick Brosset
c332050fa7
Bug 1096044 - Add new actors to surface Web Animations API objects and methods to the devtools; r=harth
2014-12-11 20:08:49 +01:00
Mark Hammond
7dd95e0e0a
Bug 1109563 - fix xpshell-test debugging. r=past
2014-12-11 19:13:12 +11:00
J. Ryan Stinnett
edf05c0bd2
Bug 1059001 - Part 5: Reset connection options before connecting. r=paul
2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
41b46b6f45
Bug 1059001 - Part 4: Pass encryption through via discovery. r=past
2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
6996a84536
Bug 1059001 - Part 3: Add encryption socket option. r=past
2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
ed7e164eb0
Bug 1059001 - Part 2: Move discovery into socket listener. r=past
...
Don't make the socket listener set up discover manually. Also, future additions
(authentication) for WiFi debugging will add extra information to the discovery
packet.
2014-12-10 20:55:51 -06:00
J. Ryan Stinnett
688410327a
Bug 1059001 - Part 1b: Update openListener callsites. r=past
2014-12-10 20:55:51 -06:00
J. Ryan Stinnett
a7b43abcbe
Bug 1059001 - Part 1a: Separate create and open listener. r=past
...
Break up the steps of creating a socket listener and opening it. This allows
more socket options beyond port / path to be added and controlled more
naturally, instead of jamming them into the open method.
2014-12-10 20:55:51 -06:00
Eddy Bruël
cc73b04294
Bug 1107682 - Clean up the BreakpointActorMap implementation;r=fitzgen
2014-12-10 19:08:11 +01:00
James Long
37011fbb74
Bug 1107541 - Display eval sources with a sourceURL pragma correctly in the debugger. r=fitzgen
2014-12-09 15:00:00 -05:00
Eddy Bruël
d7072681bf
Bug 1102441 - Clean up the BreakpointStore interface;r=jimb
2014-12-10 16:33:37 +01:00
Patrick Brosset
1baa19bc8d
Bug 1103993 - 3 - Only refresh the rule/computed views when active; r=bgrins r=ochameau
2014-12-10 09:09:19 +01:00
Wes Kocher
b4e2d8a9d7
Backed out changeset 09bd629ead0f (bug 731318) for mochitest-e10s-devtools orange
2014-12-09 14:45:08 -08:00
J. Ryan Stinnett
ba4481fc88
Bug 731318 - Show transferred size in Net Monitor. r=vporof
2014-12-09 14:35:13 -06:00
Kai Strecker
29784cd1bc
Bug 1099061 - NodeInfobar shows different dimensions than "Box Model". r=miker
2014-11-21 10:25:00 -05:00
Victor Porof
da808ccd66
Bug 1106137 - Make canvas debugger faster by avoiding a double-copy operation when deserializing image data, r=pbrosset
2014-12-09 10:57:53 -05:00
Phil Ringnalda
5ac2c7b278
Back out eb203c9db11d (bug 1107541) for e10s dt bustage
...
CLOSED TREE
2014-12-08 20:24:52 -08:00
James Long
f2486c2b8a
Bug 1107541 - display eval scripts with a sourceURL pragma correctly in the debugger r=fitzgen
2014-12-08 15:49:34 -08:00
Victor Porof
da31b9fba1
Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell
2014-12-08 13:09:25 -05:00
Ryan VanderMeulen
7bc0ec56ea
Merge fx-team to m-c. a=merge
2014-12-05 19:10:22 -05:00
Alexandre Poirot
96eb6a62c9
Bug 1107756 - Allows overloading the system apps if devtools are unrestricted. r=jryans
2014-12-04 16:43:00 -05:00
Brian Grinstead
51f3c50fb1
Bug 989053 - Make box model regions on page content more visible. r=pbrosset
2014-12-04 16:11:00 -05:00
Luca Greco
c3349136ee
Bug 980481 - RemoteDebuggerServer e10s setupParent helper. r=ochameau
...
Changes to the RemoteDebuggerServer main.js and child.js to provide hooks needed by modules which want to propagate their data lazily between the e10s parent and child processes.
2014-11-27 05:52:00 -05:00
Luca Greco
4915076d8e
Bug 980481 - Check for null __poolMap in the protocol.js unmanage method. r=ochameau
2014-11-27 05:51:00 -05:00
Jordan Santell
cc83eaf9c7
Bug 1077458 - Implement marker's waterfall view in new performance tool, with details view toggling between waterfall and call tree views. r=vp
2014-12-03 16:36:00 +01:00
Eddy Bruël
1ace4e7a1e
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 09:23:41 -08:00
Carsten "Tomcat" Book
f74e7253a3
Backed out changeset 49218eb557ad (bug 1102441) for XPC Shell Test failures on a CLOSED TREE
...
--HG--
extra : amend_source : c64c1e23019f599454321f98899d8e99883d7564
2014-12-03 16:21:06 +01:00
Eddy Bruël
db380d5ca7
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 05:44:35 -08:00
J. Ryan Stinnett
1d4e44167f
Bug 1058997 - Part 4: Only one DebuggerServer per loader. r=past
...
It was never necessary to pass a server reference to the socket listener, since
a given DevTools loader only ever contains a single server instance.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
324515f2c2
Bug 1058997 - Part 3d: Restore always allow in listener tests. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
9da1ab3c54
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
2fc46b3be5
Bug 1058997 - Part 3a: Move allowConnection to socket listener. r=past
...
In the future with multiple types of socket listeners (bare TCP vs. TLS), each
will need its own logic for allowing connection. This is moved to the listener
level, rather than living at the level of the entire server.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
7a8540336b
Bug 1058997 - Part 2: Debugger socket style cleanup. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
ae6738b263
Bug 1058997 - Part 1: Extract socket connect and listen. r=past
...
Relocate the debugger client's connect and server's listen functionality in a
separate file. This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
887c5cd706
Bug 1085446 - Allow chrome and about sources in tabs. r=past
2014-12-01 22:03:51 -08:00
Mark Hammond
3680b51c02
Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester
2014-11-29 10:40:58 +11:00
Phil Ringnalda
12ad324115
Merge f-t to m-c, a=merge
2014-11-28 14:52:29 -08:00
Patrick Brosset
97836ffb9b
Bug 1098435 - Ignore reflows caused by the highlighter in the LayoutChangesObserver; r=paul
2014-11-28 12:12:23 +01:00
Jan Keromnes
5bd303d9ca
Bug 1090949
- In WebIDE, register simulators by name not by version. r=ochameau
2014-11-26 18:34:00 +01:00
Heather Arthur
2159b3c39e
Bug 886041 - Make the font inspector remotable; r=bgrins
2014-11-25 07:36:44 -08:00
Carsten "Tomcat" Book
3c9909efb9
Merge mozilla-central to mozilla-inbound
2014-11-28 14:23:52 +01:00
Jan Varga
bcb1bd0f3c
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
...
--HG--
rename : dom/indexedDB/test/unit/bug1056939.zip => dom/indexedDB/test/unit/bug1056939_profile.zip
2014-11-28 09:44:12 +01:00
James Long
41bb93bca1
Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen
2014-11-25 15:02:39 -08:00
fayolle-florent@orange.fr
a0e32f7a37
Bug 1095521 - Implement more paste commands for the inspector panel. r=pbrosset
...
--HG--
rename : browser/devtools/inspector/test/browser_inspector_menu.js => browser/devtools/inspector/test/browser_inspector_menu-01.js
rename : browser/devtools/inspector/test/doc_inspector_menu.html => browser/devtools/inspector/test/doc_inspector_menu-01.html
2014-11-22 08:48:00 +01:00
Mark Hammond
ae1837721a
Bug 1103640 followup - fix syntax error, r=me
2014-11-24 14:25:59 +11:00
Mark Hammond
008973f848
Bug 1103640 - Allow DeviceActor to work when no browser windows. r=jryans
2014-11-24 12:33:04 +11:00
Tomasz Kołodziejski
11f9b64646
Bug 1094622 - Deleting node in inspector now selects previous sibling and not parent. r=bgrins
...
---
browser/devtools/markupview/markup-view.js | 15 +++++----
.../test/browser_markupview_tag_edit_04.js | 38 +++++++++++++++-------
browser/devtools/markupview/test/head.js | 2 +-
toolkit/devtools/server/actors/inspector.js | 14 +++++++-
.../tests/mochitest/test_inspector-remove.html | 23 +++++++++----
5 files changed, 65 insertions(+), 27 deletions(-)
2014-11-21 12:48:04 -08:00
Patrick Brosset
f9f667864c
Bug 1084442 - Prevent highlighter from being zoomed in/out and incorrectly positioned when the page is zoomed; r=miker
2014-11-21 11:18:03 +01:00
Patrick Brosset
fbca21254c
Bug 1076866 - Rect highlighter; r=bgrins
2014-11-19 11:16:25 +01:00