Brian Grinstead
|
7f02b8f098
|
Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past
|
2014-12-16 17:18:26 -08:00 |
Panos Astithas
|
fc9b0c05eb
|
Make Scratchpad's reloadAndRun use the RDP and enable scratchpad tests with e10s (bug 1106702). r=harth
|
2014-12-16 10:43:08 +02:00 |
Panos Astithas
|
bf1d083af2
|
Make Scratchpad's evaluations that throw faster (bug 1109692). r=fitzgen
--HG--
extra : rebase_source : 5de1ed256d035d785806fe21c45fb18d1ed61291
|
2014-12-10 09:00:17 +02:00 |
Jan Odvarko
|
76cc6249cc
|
Bug 1072208 - Implement new events for ToolSidebar. r=bgrins
|
2014-10-07 18:13:51 +02:00 |
Adrian Aichner
|
b410f70bf5
|
Bug 1067141 - Scratchpad Open File uses fallbackCharsetList on UTF-8 NS_ERROR_ILLEGAL_INPUT. r=fitzgen
---
browser/devtools/scratchpad/scratchpad.js | 75 +++++++++++++++++--
.../scratchpad/test/NS_ERROR_ILLEGAL_INPUT.txt | 2 +
browser/devtools/scratchpad/test/browser.ini | 2 +
.../scratchpad/test/browser_scratchpad_open.js | 27 +++++++-
.../chrome/browser/devtools/scratchpad.properties | 4 +
5 files changed, 101 insertions(+), 9 deletions(-)
create mode 100644 browser/devtools/scratchpad/test/NS_ERROR_ILLEGAL_INPUT.txt
|
2014-09-24 16:13:03 -07:00 |
Adrian Aichner
|
8249f4c96a
|
Bug 1064282 - Scratchpad should have statusbar like Page Source viewer. r=fitzgen
---
browser/devtools/scratchpad/scratchpad.js | 12 ++++++++++++
browser/devtools/scratchpad/scratchpad.xul | 1 +
.../test/browser_scratchpad_run_error_goto_line.js | 11 +++++++++++
.../chrome/browser/devtools/scratchpad.properties | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
|
2014-09-15 17:18:16 -07:00 |
Adrian Aichner
|
40e9fef4d2
|
Bug 1058183 - Expose code folding as an option for all editor instances. r=bgrins
|
2014-09-12 13:36:00 +02:00 |
Manish Goregaokar
|
a442e0403a
|
Bug 1028903 - Improve self-xss warning message for Scratchpad. r=jwalker
|
2014-08-14 07:03:00 -04:00 |
Brian Grinstead
|
6e75443936
|
Bug 1031472 - Automatically reload all preferences in source editor. r=vporof,harth
|
2014-07-07 13:52:00 +02:00 |
Panos Astithas
|
332a546ab2
|
Inspect primitive values in the object inspector instead of as inline comments (bug 1027424). r=rcampbell
|
2014-06-23 22:25:40 +03:00 |
Panos Astithas
|
ca81c6224e
|
Remove closed connection targets from scratchpad and request a new one on evaluation (bug 949262). r=fitzgen
--HG--
extra : rebase_source : e507386dca54759499fdf7c8c70ec23732d261fc
|
2014-06-17 19:49:23 +03:00 |
Manish Goregaokar
|
de4be8677c
|
Bug 994134 - Warn first time users on pasting code into the console. r=bgrins
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_642615_autocomplete.js => browser/devtools/webconsole/test/browser_webconsole_autocomplete_and_selfxss.js
|
2014-05-22 00:34:00 +02:00 |
Brandon Benvie
|
c166faa06c
|
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen
|
2014-04-16 13:49:28 -07:00 |
Willian Gustavo Veiga
|
6555d4cf56
|
Bug 953206 - Add a Scratchpad view menu. r=benvie, r=anton
|
2014-04-02 11:17:21 -04:00 |
Mark Goodwin
|
71c0cf216c
|
Bug 961165 - Remove inline scripts from scratchpad.xul. r=bbenvie
|
2014-03-10 09:00:31 -04:00 |
Brandon Benvie
|
5f956e1494
|
Bug 941591 - No line numbers for Syntax Errors; r=benvie
|
2014-02-04 12:54:26 -08:00 |
Peiyong Lin
|
5fba48b9f0
|
Bug 942774 - Fix files loaded into scratchpad to be recognized as "saved". r=benvie
|
2014-01-22 10:23:21 -08:00 |
Anton Kovalyov
|
3f2abc844b
|
Bug 960270 - Streamline Editor API. r=msucan
|
2014-01-17 12:58:45 -08:00 |
Anton Kovalyov
|
41d4b43e98
|
Bug 734439 - Add code folding support to the source editor. r=msucan r=benvie
|
2014-01-15 16:23:32 -08:00 |
Anton Kovalyov
|
810e7b79b5
|
Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan
|
2014-01-15 12:04:19 -08:00 |
Ben DeCoste
|
e25d405734
|
Bug 910183 - Highlight trailing space in the editor. r=msucan
|
2014-01-14 14:12:39 -08:00 |
Brandon Benvie
|
9ae0f47987
|
Bug 943672 - Convert to Promise.jsm in Scratchpad. r=anton
|
2013-12-02 14:09:11 -08:00 |
Victor Porof
|
952b20eb2d
|
Bug 725235 - In the debugger, show a details bubble while hovering over a variable or property in the source editor, r=past,rcampbell
|
2013-11-29 16:47:52 +02:00 |
Anton Kovalyov
|
618ec264b4
|
Bug 929766 - Remove Orion from the SourceEditor component. r=msucan
|
2013-11-19 15:53:13 -08:00 |
Nick Fitzgerald
|
8db5f53579
|
Bug 922812 - Add an 'eval current top level function' command to scratchpad; r=past
|
2013-11-19 15:17:40 -08:00 |
Wes Kocher
|
56eab854f8
|
Backed out changeset 71dc115fe230 (bug 929766) for other m-bc bustage on what I'm guessing is a CLOSED TREE
|
2013-11-18 16:03:13 -08:00 |
Anton Kovalyov
|
4e970ecbe2
|
Bug 929766 - Remove Orion from the SourceEditor component. r=msucan
|
2013-11-18 14:05:07 -08:00 |
Brandon Benvie
|
9272e50551
|
Bug 936101 - Make `ObjectActor.onDisplayString` not call debuggee code. r=fitzgen
|
2013-11-18 13:24:54 -08:00 |
Nick Fitzgerald
|
fb43b7e471
|
Bug 930141 - Replace escodegen with pretty-fast in the debugger and scratchpad pretty printing backend; r=gps,dcamp,past,benvie
|
2013-11-05 22:49:22 -08:00 |
Phil Ringnalda
|
af558e50f1
|
Back out 5b70e599577c (bug 930141) for test_loader_paths.html bustage
|
2013-11-05 22:19:28 -08:00 |
Nick Fitzgerald
|
0466973b61
|
Bug 930141 - Replace escodegen with pretty-fast in the debugger and scratchpad pretty printing backend; r=gps,dcamp,past,benvie
|
2013-11-05 20:24:17 -08:00 |
Victor Porof
|
72b34a49ec
|
Bug 930928 - Shader compilation errors should be displayed in the editor, r=rcampbell,anton
|
2013-11-05 14:07:37 +02:00 |
Brian Grinstead
|
9707b03d84
|
Bug 932880 - Fix remaining DevTools bc leaks. r=past
|
2013-11-01 19:55:13 -05:00 |
Dennis Schubert
|
9af4e3e887
|
Bug 921366 - Fix output for throw false/0/null/undefined in Scratchpad; r=msucan
|
2013-11-01 18:03:30 +02:00 |
Brian Grinstead
|
c52ddd0b8b
|
Bug 932880 - Fix a bunch of devtools test leaks. r=past
|
2013-10-31 17:49:37 -05:00 |
Gijs Kruitbosch
|
e6ac0c23b0
|
Bug 927605 - invert the cloverleaf flag, r=vporof
|
2013-10-22 14:00:51 +02:00 |
Gijs Kruitbosch
|
4c839f02ad
|
Bug 927605 - refactor keyboard shortcut code in devtools into a JSM, r=Unfocused,vporof
--HG--
rename : browser/devtools/shared/helpers.js => toolkit/modules/ShortcutUtils.jsm
|
2013-10-20 22:50:37 +02:00 |
Brandon Benvie
|
50f97e2beb
|
Bug 926722 - Simplify Scratchpad's writeAsErrorComment. r=robcee
|
2013-10-16 10:56:05 -07:00 |
Brandon Benvie
|
bc310a6405
|
Bug 895180 - Add a Scratchpad tab for remote targets. r=dcamp, r=robcee, r=msucan
|
2013-10-04 12:44:09 -07:00 |
Brandon Benvie
|
67ddb4fb9c
|
Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan
|
2013-10-01 13:17:20 -07:00 |
Brandon Benvie
|
edce247762
|
Bug 906633 - Make Scratchpad Open and Save As dialogs use a JavaScript filter. r=robcee
|
2013-09-30 11:59:24 -07:00 |
Brandon Benvie
|
b7ce03697d
|
Bug 848666 - Make the Scratchpad close when the last browser window closes. r=robcee
|
2013-10-01 10:03:15 -07:00 |
Panos Astithas
|
e3ea41978b
|
Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan
|
2013-09-25 19:03:17 +03:00 |
Anton Kovalyov
|
ff54039ba4
|
Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan
|
2013-09-20 11:34:10 -07:00 |
Sunny
|
c226a8ee88
|
Bug 913060 - Pretty print should use devtools.editor.tabsize. r=fitzgen
|
2013-09-15 16:05:35 -04:00 |
Paul Rouget
|
5cadbe6f71
|
Bug 897960 - walker should support mozbrowser iframes. Patch C. r=dcamp
|
2013-09-08 11:01:00 +02:00 |
Blair McBride
|
0f878f8353
|
Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange
|
2013-09-09 12:45:31 +12:00 |
Paul Rouget
|
ec85d47fa1
|
Bug 897960 - walker should support mozbrowser iframes. r=dcamp
|
2013-09-08 11:01:00 +02:00 |
Paul Rouget
|
a280f4502a
|
Bug 912915 - Implement a simple generic highlighter. r=jwalker
|
2013-09-07 11:39:50 +02:00 |
Nick Fitzgerald
|
c5f80e29ee
|
Bug 906640 - add a pretty print button to the scratchpad; r=anton
|
2013-09-03 19:22:08 -07:00 |