Commit Graph

1034 Commits

Author SHA1 Message Date
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
Dave Townsend
5dcb75658d Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from (missed review comments). r=fitzgen 2014-03-27 09:02:39 -07:00
Carsten "Tomcat" Book
605bd6c796 Merge mozilla-central to fx-team 2014-03-27 16:08:53 +01:00
Carsten "Tomcat" Book
a3d3c8dcb5 merge fx-team to mozilla-central 2014-03-27 14:14:32 +01:00
Ryan VanderMeulen
3e14ec93b2 Merge m-c to inbound. 2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
c73d8169d7 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
Ryan VanderMeulen
0581431d4c Merge fx-team to m-c. 2014-03-26 20:51:01 -04:00
Dave Townsend
d633915be4 Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from. r=fitzgen 2014-03-26 16:04:20 -07:00
Dave Townsend
fec0c9e2da Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen 2014-03-26 16:03:57 -07:00
Kevin Grandon
eddf8845a4 Bug 967516 - Set default preference for test. r=ochameau 2014-03-26 12:52:07 -04:00
"J. Ryan Stinnett"
997536266b Bug 985652 - Only register pref actor on b2g if certified is allowed. r=ochameau 2014-03-26 10:43:44 -07:00
Mihai Sucan
5fb9d9cb36 Bug 987369 - Fix for aRawObj.location is null in script.js; r=benvie 2014-03-25 13:01:53 +02:00