abdelrhman
3990efb3f1
Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
...
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Patrick Brosset
463b0392bc
Bug 1109112 - Avoid highlighter exceptions after reloading the page; r=miker
2014-12-11 22:47:41 +01:00
Patrick Brosset
e1602e0423
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
f02be754db
Bug 1109563 - fix xpshell-test debugging. r=past
2014-12-11 19:13:12 +11:00
J. Ryan Stinnett
a0a3a60049
Bug 1059001 - Part 1b: Update openListener callsites. r=past
2014-12-10 20:55:51 -06:00
J. Ryan Stinnett
d5fb972641
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
e46d66e27c
Bug 1107682 - Clean up the BreakpointActorMap implementation;r=fitzgen
2014-12-10 19:08:11 +01:00
James Long
eacfd607a3
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
f433ae9192
Bug 1102441 - Clean up the BreakpointStore interface;r=jimb
2014-12-10 16:33:37 +01:00
Patrick Brosset
b66c23fae5
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
01ab0e8f7d
Backed out changeset 09bd629ead0f (bug 731318) for mochitest-e10s-devtools orange
2014-12-09 14:45:08 -08:00
J. Ryan Stinnett
46c55add68
Bug 731318 - Show transferred size in Net Monitor. r=vporof
2014-12-09 14:35:13 -06:00
Kai Strecker
0670ed467e
Bug 1099061
- NodeInfobar shows different dimensions than "Box Model". r=miker
2014-11-21 10:25:00 -05:00
Victor Porof
84ccf938fa
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
95ca321b54
Back out eb203c9db11d (bug 1107541) for e10s dt bustage
...
CLOSED TREE
2014-12-08 20:24:52 -08:00
James Long
7ced063c80
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
aa4d9dead9
Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell
2014-12-08 13:09:25 -05:00
Ryan VanderMeulen
5e0f31c0c5
Merge fx-team to m-c. a=merge
2014-12-05 19:10:22 -05:00
Alexandre Poirot
dc49eb0bac
Bug 1107756 - Allows overloading the system apps if devtools are unrestricted. r=jryans
2014-12-04 16:43:00 -05:00
Brian Grinstead
019bfaa23f
Bug 989053 - Make box model regions on page content more visible. r=pbrosset
2014-12-04 16:11:00 -05:00
Luca Greco
e4d4dc7873
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
7ade8622c0
Bug 980481 - Check for null __poolMap in the protocol.js unmanage method. r=ochameau
2014-11-27 05:51:00 -05:00
Jordan Santell
0ff15d35ae
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
3485a87244
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 09:23:41 -08:00
Carsten "Tomcat" Book
b4ec2b74f4
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
e6e587917e
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 05:44:35 -08:00
J. Ryan Stinnett
c0a6f4090e
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
fe3b52b03e
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
fb4db339d4
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
cc631c64d8
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
e448ae5fbd
Bug 1085446 - Allow chrome and about sources in tabs. r=past
2014-12-01 22:03:51 -08:00
Mark Hammond
6aaa535030
Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester
2014-11-29 10:40:58 +11:00
Phil Ringnalda
a9f8d89c2f
Merge f-t to m-c, a=merge
2014-11-28 14:52:29 -08:00
Patrick Brosset
f84b5876e6
Bug 1098435 - Ignore reflows caused by the highlighter in the LayoutChangesObserver; r=paul
2014-11-28 12:12:23 +01:00
Heather Arthur
4ad91dab46
Bug 886041 - Make the font inspector remotable; r=bgrins
2014-11-25 07:36:44 -08:00
Jan Varga
3528192339
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
76f45fdfdb
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
e47985cc67
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
f5cb282c1f
Bug 1103640 followup - fix syntax error, r=me
2014-11-24 14:25:59 +11:00
Mark Hammond
d82226f648
Bug 1103640 - Allow DeviceActor to work when no browser windows. r=jryans
2014-11-24 12:33:04 +11:00
Tomasz Kołodziejski
115964f4a4
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
0ddc1b9479
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
0bf9a725d0
Bug 1076866 - Rect highlighter; r=bgrins
2014-11-19 11:16:25 +01:00
Tom Tromey
986dfd2fd6
Bug 1069661 - add "detail" to timeline markers. r=smaug
2014-11-18 14:39:00 +01:00
Akshendra Pratap
a2acd9f713
Bug 988826 - Using LongStringActor for exceptionMessage in the evaluateJS response packet. r=past
2014-11-14 11:05:00 +01:00
Jan Odvarko
37b8fd9b2f
Bug 977443 - Implement an actor that defines new actors. r=ochameau
2014-10-03 12:49:00 +01:00
Alexandre Poirot
d94b8baa2b
Bug 1094203 - Enable tools if related actor is available. r=jryans
2014-11-12 04:57:00 +01:00
Albert Juhe
d945800811
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
b8b92b43f8
Bug 1093875 - Allow XBL anonymous content inspection inside of an HTML document;r=pbrosset
2014-11-14 08:02:22 -08:00
Nick Fitzgerald
ec4021024a
Bug 1096739 - Clean up ThreadActor.prototype._setBreakpoint. r=ejpbruel,past
2014-11-13 10:07:18 -08:00