Commit Graph

16 Commits

Author SHA1 Message Date
Tom Tromey
a4d7a5bc76 Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset 2015-05-28 11:54:00 -04:00
J. Ryan Stinnett
87c2a2f90e Bug 1130084 - Avoid spurious connection errors even on success. r=past 2015-03-19 12:58:19 -05:00
Jan Keromnes
673313da85 Bug 1132448 - Don't log CONNECTION_REFUSED errors when they're expected. r=ochameau
CLOSED TREE
2015-02-12 06:44:00 -05:00
J. Ryan Stinnett
e1f4436776 Bug 1126965 - Show QR code for WiFi auth in WebIDE. r=past 2015-02-06 12:09:39 -06:00
J. Ryan Stinnett
631561485b Bug 1103120 - Part 11: Client: Pass auth settings from advertisement. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
0a0d996562 Bug 1059001 - Part 5: Reset connection options before connecting. r=paul 2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
0a47176c20 Bug 1059001 - Part 3: Add encryption socket option. r=past 2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
78ead7cad4 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
Paul Rouget
26da3f41b6 bug 1063648 - don't cache transport. r=jryans 2014-09-08 14:18:20 -05:00
Paul Rouget
ff9e196048 Bug 1062748 - Allow connection-manager to use a custom transport. r=jryans 2014-09-05 11:38:33 -05:00
Jim Blandy
39dc0c6097 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
J. Ryan Stinnett
26967f4282 Bug 976679 - Move event-emitter to toolkit. r=paul 2014-02-25 22:22:05 -06:00
Alexandre Poirot
d4a165d898 Bug 921850 - Fix races in debugger client when connecting agressively r=past 2013-10-21 01:56:00 +03:00
Paul Rouget
4c877f4de7 Bug 912447 - [app manager] land the app manager front end. r=poirot.alex r=mratcliffe 2013-09-05 15:15:37 +02:00
Alexandre Poirot
3f2932f924 Bug 902910 - Offer a way for simulator addon to integrate itself with the connection footer. r=paul 2013-08-29 03:01:00 +02:00
Paul Rouget
5b598088c5 Bug 898485 - [app manager] Implement an abstract connection manager. r=past 2013-08-21 08:56:40 +02:00