Commit Graph

1647 Commits

Author SHA1 Message Date
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
Tom Tromey
a93fe9337d Bug 1069661 - add "detail" to timeline markers. r=smaug 2014-11-18 14:39:00 +01:00
Akshendra Pratap
9b396000ec Bug 988826 - Using LongStringActor for exceptionMessage in the evaluateJS response packet. r=past 2014-11-14 11:05:00 +01:00
Jan Odvarko
113d163096 Bug 977443 - Implement an actor that defines new actors. r=ochameau 2014-10-03 12:49:00 +01:00
Carsten "Tomcat" Book
6055171260 Merge mozilla-central to mozilla-inbound 2014-11-18 17:32:02 +01:00
Alexandre Poirot
b99556748b Bug 1094203 - Enable tools if related actor is available. r=jryans 2014-11-12 04:57:00 +01:00
Alexandre Poirot
171321dc6c Bug 1091706 - Ensure spawning only one devtools loader instances. r=jryans 2014-11-17 12:47:35 -08:00
Albert Juhe
ace58d5ddf Bug 1059376 - DevTools themes - Update arrow color to match the info bar color; r=bgrins 2014-11-17 08:47:56 -08:00
Brian Grinstead
ff85c18fa3 Bug 1093875 - Allow XBL anonymous content inspection inside of an HTML document;r=pbrosset 2014-11-14 08:02:22 -08:00
Sid Stamm
c15d072ebe Bug 704320 - Add referrer policy support for nsIWebBrowserPersist and its consumers. (r=jst) 2014-11-18 08:47:14 -05:00
Nick Fitzgerald
e94753d0c8 Bug 1096739 - Clean up ThreadActor.prototype._setBreakpoint. r=ejpbruel,past 2014-11-13 10:07:18 -08:00
Patrick Brosset
884af473bd Bug 1096575 - Move highlighter.css to toolkit so it is available in other app types; r=paolo
--HG--
rename : browser/themes/shared/devtools/highlighter.css => toolkit/devtools/server/actors/highlighter.css
2014-11-13 18:53:07 +01:00
Wes Kocher
5e819608be Merge m-c to fx-team a=merge 2014-11-12 17:28:49 -08:00