Commit Graph

34 Commits

Author SHA1 Message Date
J. Ryan Stinnett
63d863fb93 Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
Alexandre Poirot
c1451d9d3b Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-04 05:47:00 +01:00
Alexandre Poirot
bebe410bdc Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans 2015-02-26 03:55:00 +01: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
2986598e97 Bug 1098555 - Fix Connect page in e10s. r=ochameau 2014-12-05 00:48:00 -08: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
Alexandre Poirot
9c99f9824d Bug 1094203 - Enable tools if related actor is available. r=jryans 2014-11-12 04:57:00 +01: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
Brian Grinstead
520de40555 Bug 1025057 - DevTools themes: thin toolbar button follow up - part 1;r=vporof 2014-06-20 06:51:42 -05:00
Gijs Kruitbosch
2123363f1e Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof 2014-05-26 13:25:00 +01:00
vikneshwar
b23ce46c4d Bug 1005635 - Removed noise.png reference from connect.css. r=bgrins 2014-05-12 06:02:00 -04:00
Dave Townsend
5a5bdd1a77 Bug 993533: Add remote add-ons to the list of targets on a remote device. r=panos 2014-04-17 08:35:20 -07:00
Kay Plößer
3a2e9e4ce2 Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins 2014-01-22 10:33:58 -05:00
Brian Grinstead
573aa2e769 Bug 948324 - DevTools Themes: Remote connection screen does not have devtools text input styling;r=past 2013-12-17 11:07:37 -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
Tareq Khandaker
2389f2ad2c Bug 927974 - Rewrite Connect help text to move link out of translated string. r=past 2013-10-18 10:04:18 -04:00
Ehsan Akhgari
1686ecdc72 Backed out changeset 52b1205696cd (bug 927974) on the suspicion of this having caused frequent mochitest-bc oranges 2013-10-18 20:51:18 -04:00
Tareq Khandaker
56bcfa9d7e Bug 927974 - Rewrite Connect help text to move link out of translated string. r=past 2013-10-18 10:04:18 -04:00
J. Ryan Stinnett
27b6b036ea Bug 926929 - Update documentation link on Connect page. r=vporof 2013-10-15 10:00:51 -05:00
Tim Taubert
7171d25dc8 Bug 906462 - Remove noise backgrounds for about:newtab and about:home; r=dao 2013-09-28 18:38:47 +02:00
J. Ryan Stinnett
32b7aeb7ed Bug 912646 - Part 2: Leave client of remote tab open. r=dcamp
* * *
[mq]: leave-remote-open
* * *
imported patch add-close-calls
* * *
[mq]: remain-con-test
2013-09-06 17:37:18 -05:00
Paul Rouget
b61a1f2a00 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
Dave Camp
e923fe56c4 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Dave Camp
d46c3a7313 Bug 867481 - Remote debugging connection screen is broken. r=harth 2013-04-30 18:40:44 -07:00
Dave Camp
31ce67e5e0 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Dave Camp
a5c65f65e2 Backed out changeset 9117c7ad29d5 for MaxHeap regression. 2013-04-28 14:42:23 -07:00
Dave Camp
fee966b388 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Panos Astithas
cebf50b39c Bug 857082 - TabTarget.makeRemote doesn't need any arguments; r=jwalker 2013-04-03 23:05:14 +03:00
Panos Astithas
6ac06d5d77 Bug 839515 - Tiny fonts in the remote connection screen; r=jwalker 2013-04-03 22:49:54 +03:00
Panos Astithas
55160d5795 Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton 2013-03-07 09:30:03 +02:00
Panos Astithas
b242fe0398 Bug 823027 - Connection screen stays open after connection but can't be reused; r=vporof 2012-12-21 19:29:08 +02:00
Paul Rouget
eccd279f82 Bug 817537 - Connection screen polish. r=vporof 2012-12-18 08:54:00 +01:00
Joe Walker
7aaa4bea44 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Joe Walker
9632928486 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00