Commit Graph

161 Commits

Author SHA1 Message Date
Alexandre Poirot
657c267f82 Bug 1145049 - Stop leaking tab actors and root actor on disconnect. r=jryans 2015-04-18 09:39:07 +02:00
Alexandre Poirot
fc4c75e19c Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-18 09:39:07 +02:00
Bill McCloskey
e7aee957c0 Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Phil Ringnalda
bc03d24e02 Backed out 3 changesets (bug 1126089) for ASan e10s bc1 failures and green-crashes
CLOSED TREE

Backed out changeset 9af9111e9c27 (bug 1126089)
Backed out changeset 288efd5e2ca0 (bug 1126089)
Backed out changeset 3bcebfd13538 (bug 1126089)
2015-03-18 21:51:34 -07:00
Bill McCloskey
d15acaca2d Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-18 16:09:27 -07:00
Ryan VanderMeulen
a12c6d2dfc Backed out changesets f63a2cf3fa11 and 7d9a91ee3d48 (bug 1126089) for mochitest-bc failures. 2015-03-13 13:42:57 -04:00
Bill McCloskey
12af381a9e Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-13 08:24:20 -07:00
Eddy Bruël
1a3a285728 Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
Patrick Brosset
159161d366 Bug 1107656 - Generate unique prefixes for e10s parent-child server connections; r=ochameau 2015-03-03 09:44:25 +01:00
Alexandre Poirot
76470bb1d7 Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-04 05:47:00 +01:00
Luca Greco
3159df0358 Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2015-01-31 10:36:00 -05:00
J. Ryan Stinnett
166f218b60 Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past 2015-01-26 12:47:13 -06:00
Jennifer Fong
aebe730a28 Bug 1022797 - Device settings support. r=jryans 2015-01-22 11:21:00 -05:00
Jim Blandy
5bfab361c8 Bug 745985: DebuggerServer.initTransport is never called directly, and doesn't do anything interesting. r=past
try: -b do -p all     -u all        -t none

--HG--
extra : rebase_source : 49224b7dacf13b78a8e28636b011ca8915d8758b
2015-01-05 16:54:19 -08:00
Jim Blandy
8c8dd6206f Bug 754985: Move DebuggerServer._checkInit near the other initialization code. r=dcamp
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : 1112f32797c1e663f1e05358a108913e12e49bcb
2015-01-05 15:41:29 -08:00
Jim Blandy
aed1b34700 Bug 745985: Simplify treatment of DebuggerServerConnection's _actorPool. r=past
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : a828d9bd7ad9adb1a4d7efc1000e72d99b5948e1
2015-01-05 16:26:27 -08:00
Alexandre Poirot
955739b7f4 Bug 1098391 - Best effort to load debugger server dependencies lazily. r=jryans 2014-12-22 10:48:00 -05:00
Jan Odvarko
d148c74076 Bug 1107888 - e10s support for dynamic actor registration. r=ochameau 2014-12-05 15:40:10 -08:00
Ryan VanderMeulen
c8751e6a18 Backed out changeset 724554c093a8 (bug 980481) for intermittent WinXP timeouts. 2015-01-06 09:27:38 -05:00
Luca Greco
b759a55cc6 Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2014-12-16 08:43:00 -05: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
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
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
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
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
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
Jan Odvarko
113d163096 Bug 977443 - Implement an actor that defines new actors. r=ochameau 2014-10-03 12:49:00 +01:00
Alexandre Poirot
224155905a Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans 2014-11-07 14:24:47 -06:00
Nick Fitzgerald
2a439ec2f3 Bug 915426 - Don't store debugging data in the global scope. r=ejpbruel 2014-10-01 07:45:00 +02:00
Alexandre Poirot
5e40fd4a34 Bug 1067424 - Convert webapps actor to SDK module. r=jryans 2014-09-18 05:44:00 -04:00
Alexandre Poirot
bd817dfa8b Bug 988237 - Convert all protocol.js actors to lazy loading. r=past 2014-09-16 06:00:00 -04:00
Alexandre Poirot
5c624de060 Bug 988237 - Expose an API to load actors lazily. r=past 2014-09-16 06:00:00 -04:00
Shu-yu Guo
285e8aa396 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Paul Rouget
8a8b338210 Bug 1050384 - [timeline] build an actor to forward gecko operations. r=pbrosset 2014-09-09 21:43:39 +02:00
Alexandre Poirot
029f8763cf Bug 977043 - Tweak netmonitor for frames selection patch. r=msucan 2014-08-27 12:19:30 +02:00
Alexandre Poirot
7ae83e1914 Bug 1049103 - ensure closing only one child connection when closing a toolbox. r=jryans 2014-08-27 12:19:29 +02:00
Victor Porof
f7f8c6db38 Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset 2014-08-06 11:25:18 -04:00
Jordan Santell
98ed1f3b5f Bug 1034295 - Add e10s support to shader editor. r=vp, r=jryans 2014-07-29 13:57:00 +02:00
Eddy Bruel
efcdaf4e9d Bug 1035206 - Fix a bug in the sendActorEvent API; r=past 2014-07-28 13:56:12 +02:00
J. Ryan Stinnett
34e9de2428 Bug 1033079 - Part 3: Remove DS._listener after Gaia update. r=past 2014-07-15 12:33:00 +02:00
J. Ryan Stinnett
f00f6c6d36 Bug 1033079 - Part 2: Support multiple listening sockets. r=past 2014-07-10 14:15:00 -04:00
J. Ryan Stinnett
062b01b36f Bug 1033079 - Part 1: Server style cleanup. r=past 2014-07-02 15:47:00 -04:00
Alexandre Poirot
36deab7faa Bug 1025804 - Implement a monitor actor to live stream performances data. r=paul 2014-07-09 07:31:00 -04:00
Alexandre Poirot
33f279d970 Bug 797621 - Generic actor event API. r=past 2014-07-07 15:40:00 +02:00
Alexandre Poirot
e7c00f406b Bug 1013997 - Use only one compartment for all devtools modules. r=mossop, r=past 2014-07-07 06:07:00 -04:00
J. Ryan Stinnett
5634a307aa Bug 1025799 - Progress events for app install. r=ochameau 2014-06-26 14:19:00 +02:00
Jim Blandy
4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Eddy Bruel
f62de5d055 Bug 1003095 - Clean up how we provide several APIs;r=past 2014-06-17 21:51:43 +02:00
Eddy Bruel
1064971045 Bug 1003095 - Refactor script.js to be worker friendly;r=past 2014-05-30 16:42:55 +02:00
Eddy Bruel
b464257ec1 Bug 1003095 - Refactor main.js to be worker friendly;r=past 2014-05-22 16:27:19 +02:00