Nathan Froyd
e38e98bd67
Bug 997291 - remove write-only gInspectee variables from devtools server tests; r=jmaher
2014-04-16 13:21:20 -04:00
Dave Townsend
341d4bc93b
Bug 990074: Sources linked via the optionsURL in install.rdf do not show up in addon debugger. r=fitzgen
2014-04-16 14:14:50 -07:00
Ryan VanderMeulen
b14ac9f322
Backed out changeset 59f4f732f6d7 (bug 968896) for mochitest-dt failures.
...
CLOSED TREE
2014-04-16 15:38:14 -04:00
Brandon Benvie
097b8af6a3
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen
2014-04-16 10:46:55 -07:00
Patrick Brosset
540f49ede3
Bug 993190 - Use the outline highlighter on fennec; r=miker
2014-04-16 11:37:24 +02:00
Dave Townsend
b7b501116f
Bug 993520: Add innerID option to ConsoleAPI to allow creating consoles for specific DOM windows. r=msucan
2014-04-15 10:35:30 -07:00
Carsten "Tomcat" Book
d4e7e0987c
Merge m-c to fx-team
2014-04-15 15:17:48 +02:00
Bobby Holley
f223b1107f
Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz
2014-04-14 20:27:00 -07:00
Jordan Santell
c102242db2
Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp
2014-04-02 15:51:21 -07:00
Michael Ratcliffe
30e00019be
Bug 988102 - Opening inspector scrolls the content page all the way to the top;r=bgrins
2014-04-14 15:33:06 +01:00
Paolo Amadini
5b838a54f7
Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker
2014-04-14 14:15:43 +01:00
Joe Walker
f23cf52444
Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe
2014-04-13 07:47:30 +01:00
Joe Walker
ffa9c6e99c
Bug 984365 - Refactor and split out BuiltinCommands.jsm; r=mratcliffe,robcee,panos
...
BuiltinCommands.jsm was huge to avoid slowing things down by having many
modules loading.
To avoid splitting it up from slowing things down we want to delay loading
commands. Create [add|remove]ItemsByModule to allow us to lazily add modules,
and convert all command modules to use this.
Then break up BuiltinCommands into a set of files, for each command, and do
some refactoring to use JS files rather than JSMs and use "use strict".
--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/commands-index.js
rename : browser/devtools/debugger/CmdDebugger.jsm => browser/devtools/debugger/debugger-commands.js
rename : browser/devtools/inspector/CmdInspect.jsm => browser/devtools/inspector/inspector-commands.js
rename : browser/devtools/responsivedesign/CmdResize.jsm => browser/devtools/responsivedesign/resize-commands.js
rename : browser/devtools/scratchpad/CmdScratchpad.jsm => browser/devtools/scratchpad/scratchpad-commands.js
rename : browser/devtools/styleeditor/CmdEdit.jsm => browser/devtools/styleeditor/styleeditor-commands.js
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/tilt/tilt-commands.js
2014-04-13 07:47:27 +01:00
Heather Arthur
5a5f961398
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Mihai Sucan
1f75b07c7f
Bug 823097 - Add support for %c style formatting in the web console; r=past,bz
2014-04-10 17:59:21 +03:00
Girish Sharma
5b0b659de0
Bug 930931 - Storage Inspector - Indexed DB non-live actor, r=jwalker
2014-04-11 20:26:23 +05:30
Ryan VanderMeulen
67a863c0c5
Merge m-c to inbound on a CLOSED TREE.
2014-04-10 22:16:50 -04:00
Eddy Bruel
f80b747d7b
Bug 859372 - Refactor DevToolsUtils.js;r=past
2014-04-10 20:44:54 +02:00
Alexandre Poirot
a8558a1415
Bug 991636 - Fix toolkit/devtools/server/tests/mochitest/test_connectToChild.html test. r=msucan
2014-04-08 14:07:00 +02:00
Michael Ratcliffe
e7dad953b0
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Panos Astithas
f1c1de83dc
Disconnect actors by default when removing an actor pool (bug 992244). r=dcamp
2014-04-08 10:23:00 +03:00
James Long
6f3e0f15dd
Bug 812172 - Add conditional breakpoint handling to the debugger client. r=vp
2014-04-04 08:27:57 -04:00
Mihai Sucan
d0358d2b4f
Bug 989043 - Network monitor support for e10s. r=ochameau
2014-04-03 15:45:25 +03:00
Paolo Amadini
a4656e60fb
Bug 988327 - Convert to Promise.jsm in "toolkit/devtools/server/tests/mochitest". r=dcamp
2014-04-03 11:57:35 +02:00
Panos Astithas
8ac9209bc4
Lazy load modules as much as possible in gDevTools.jsm (bug 986841). r=dcamp
...
Also, ensure the devtools main module is only loaded once as it may have observable side-effects (like breaking the browser_toolbox_options.js test).
2014-04-03 11:19:31 +03:00
Jordan Santell
6870b783c2
Bug 980502 - Implement web audio actors and audio node actors. r=vp
2014-03-26 15:28:24 -07:00
Alexandre Poirot
f89d6b66d1
Bug 966991 - Ensure cleaning up child processes tab actors when disconnecting. r=jryans
2014-04-02 15:29:40 -04:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Ryan VanderMeulen
29d5f5a94b
Merge m-c to fx-team.
2014-03-31 17:31:19 -04:00
Dave Townsend
6e7b87c915
Bug 986755: Add-on debugger should use the XPI hierarchy to group sources. r=fitzgen, r=ochameau
2014-03-31 10:19:15 -07:00
Masatoshi Kimura
c26e2262b8
Bug 988122 - Followup: fix bogus constification code. r=bz
2014-03-31 23:54:00 +09:00
Phil Ringnalda
51e06f8014
Merge m-c to f-t
2014-03-29 10:13:56 -07:00
Phil Ringnalda
3067767289
Merge f-t to m-c
2014-03-29 10:08:41 -07:00
Victor Porof
feb9eeed9d
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Masatoshi Kimura
62ca863526
Bug 988122 - Expose Promise on non-window non-worker globals. r=bholley sr=bz
2014-03-29 15:55:53 +09:00
Wes Kocher
a7366bf369
Merge fx-team to m-c
2014-03-28 16:48:17 -07:00
Girish Sharma
75cee325f8
Bug 986467 - Remove the iframes before finishing the tests. r=jwalker
2014-03-28 20:42:15 +05:30
Mihai Sucan
fa280563ff
Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past
2014-03-27 23:15:29 +02:00
Shih-Chiang Chien
12620e28b9
Bug 983951 - Check selective set of preferences instead of all prefs. r=jryans
2014-03-28 10:44:04 -04:00
Jim Blandy
53f1e9dd54
Bug 880470 - Fix a reference from the undefined "self" to "this". r=dcamp
2014-03-28 10:44:03 -04:00
Ed Morley
449379d2cc
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
...
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
df264302e9
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
d9c2b48d21
Backed out changeset 9c456120ed57 (bug 917226) for browser-chrome failures
...
--HG--
extra : rebase_source : f2780e4762b1537a07100be52f6949b201f24dc1
2014-03-27 18:57:40 +00:00
Victor Porof
8c86a85427
Bug 917226 - Build a canvas inspection tool, r=rcampbell
...
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Jan Keromnes
14e6e0f679
Bug 988931 - Fix some race conditions in the devtools. r=ochameau
2014-03-27 14:58:02 -04:00
Paolo Amadini
f7c2088abd
Bug 988335 - Convert to Promise.jsm in the devtools server actors. r=fitzgen
2014-03-27 19:42:13 +01:00
Dave Townsend
abee89a8c8
Bug 986853: Add-on Debugger title is always 'Debugger - (null)'. r=past
2014-03-27 10:29:03 -07:00
Victor Porof
3bebfcdd8a
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Victor Porof
51d9cca6a3
Bug 917226 - Make test_loader_paths.html aware of the content-observer being added in Loader.jsm, r=jryans
2014-03-27 12:12:46 -04:00
Ed Morley
a9d17b7cb7
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00