Lin Clark
486652076f
Bug 1241956 - Use standard license boilerplate in webconsole js files. r=bgrins
2016-01-25 11:19:58 -08:00
Morgan Phillips
7b3e5d804f
Bug 1243851 - Treat enter as shift+enter if input is valid but incomplete; r=fitzgen, bgrins
2016-02-03 10:46:27 -06:00
Brian Grinstead
9013c140fd
Bug 1237368 - Set inline style width to console output node so output scrolls faster;r=vporof
2016-01-21 14:33:54 -08:00
Brian Grinstead
0db5ee6f1d
Bug 1240196 - Replace instances of console jsterm inputNode.value with a getInputValue function;r=linclark
2016-01-20 14:42:36 -08:00
Lin Clark
b63d95436e
Bug 1064458 - Remove 'Log request and response bodies' preference. r=bgrins
2016-01-11 19:08:00 +01:00
Brian Grinstead
a93d4a73f4
Bug 1044365 - Do not force webconsole evaluation result to show up immediately after the input;r=vporof,r=past
2015-12-22 11:00:04 -08:00
Lin Clark
00412e98e0
Bug 1232727 - Change variable name on WebConsoleConnectionProxy - owner to webConsoleFrame;r=bgrins
2015-12-17 15:52:42 -08:00
Lin Clark
aa3a890eae
Bug 1232842 - Fix aArgs in webconsole.js;r=bgrins
2015-12-17 07:36:34 -08:00
J. Ryan Stinnett
1aca2c542b
Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
...
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
2015-11-04 15:35:53 -06:00
Brian Grinstead
0e4c66726b
Bug 1215117 - Make console input field work inside a worker toolbox;r=ejpbruel
2015-10-26 09:13:11 -07:00
Brian Grinstead
bcbc317a74
Bug 1025778 - Save value as global variable in console;r=jlongster
2015-10-23 14:04:29 -07:00
Brian Grinstead
e75f76d8d9
Bug 1162848 - Make console 'clear' shortcut ctrl+shift+l on Windows / Linux;r=jryans
2015-10-21 15:05:20 -07:00
J. Ryan Stinnett
687866dde2
Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau
2015-10-21 12:48:53 -05:00
J. Ryan Stinnett
005f5c452c
Bug 1196047 - Move async-storage.js to devtools/shared. r=bgrins
2015-10-09 18:26:06 -05:00
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
2df2dd8be3
Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools
...
Break DevTools content files out of browser.jar and move to a new DevTools
specific jar. Update all paths of the form:
chrome://browser/content/devtools/<X>
to
chrome://devtools/content/<Y>
where <Y> is the source tree path that comes after /devtools/client.
2015-09-21 12:02:37 -05:00
J. Ryan Stinnett
a3073e0420
Bug 912121 - Migrate major DevTools directories. rs=devtools
...
Move major DevTools files to new directories using the following steps:
hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared
No other changes are made.
2015-09-21 12:02:24 -05:00