anaran
|
9509a3d5bc
|
Bug 1005471 - Scratchpad "Jump to line" should preset input value based on current selection, handle LINE:COLUMN as well;r+=bgrins
---
browser/devtools/scratchpad/test/browser.ini | 2 +
.../browser_scratchpad_pprint_error_goto_line.js | 66 ++++++++++
.../test/browser_scratchpad_run_error_goto_line.js | 49 ++++++++
browser/devtools/sourceeditor/editor.js | 29 ++++-
browser/devtools/sourceeditor/test/browser.ini | 1 +
.../sourceeditor/test/browser_editor_goto_line.js | 130 ++++++++++++++++++++
6 files changed, 276 insertions(+), 1 deletions(-)
create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js
create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_run_error_goto_line.js
create mode 100644 browser/devtools/sourceeditor/test/browser_editor_goto_line.js
|
2014-06-02 15:33:20 -07:00 |
|
Brandon Benvie
|
c995d1c9c5
|
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 |
|
James Long
|
d0d975c8e8
|
Bug 986151 - Fix line number of breakpoints when added from context menu. r=past
|
2014-05-15 14:51:00 +02:00 |
|
James Long
|
6e76e84a1e
|
Bug 799077 - slide the breakpoint with a CSS transition when the server moves it r=past
|
2014-05-08 14:57:00 +02:00 |
|
Heather Arthur
|
77382a3d3f
|
Bug 998718 - Indentation detection is wrong when there's a majority of outliers. r=msucan
|
2014-04-22 15:14:00 -04:00 |
|
Heather Arthur
|
73c671ef77
|
Bug 988155 - Option to detect indentation in source editor. r=msucan
|
2014-04-13 15:23:26 -04:00 |
|
Ryan VanderMeulen
|
f381de4a75
|
Backed out changeset ab4c12c6028b (bug 988155) for xpcshell failures.
|
2014-04-13 16:20:33 -04:00 |
|
Heather Arthur
|
1b533dd97b
|
Bug 988155 - Option to detect indentation in source editor. r=msucan
|
2014-04-13 15:23:26 -04:00 |
|
Brian Grinstead
|
270ee4d10a
|
Bug 985924 - Upgrade sourceeditor to CodeMirror 4.0.3; r=msucan
|
2014-04-04 12:44:10 -05:00 |
|
Brian Grinstead
|
717685c6c2
|
Bug 985924 - Upgrade autocomplete to support multi selection in CodeMirror 4; r=msucan
|
2014-04-01 09:59:00 -05:00 |
|
Michael Ratcliffe
|
f07e0a7b5b
|
Bug 663778 - Misc fixes r=pbrosset
|
2014-03-09 17:03:00 +00:00 |
|
Ryan VanderMeulen
|
991e5c8bc3
|
Backed out 6 changesets (bug 663778) for browser_dbg_listtabs-02.js leaks on a CLOSED TREE.
Backed out changeset cbd200206f9b (bug 663778)
Backed out changeset b0b74401e614 (bug 663778)
Backed out changeset df5255cffbfa (bug 663778)
Backed out changeset e6d0dd124356 (bug 663778)
Backed out changeset 134f77474941 (bug 663778)
Backed out changeset 456609873c5f (bug 663778)
|
2014-03-13 13:56:22 -04:00 |
|
Michael Ratcliffe
|
cb5ca97c1a
|
Bug 663778 - Misc fixes r=pbrosset
|
2014-03-13 15:46:37 +00:00 |
|
Anton Kovalyov
|
0927565bf2
|
Bug 977345 - Editor should refresh when font size changes. r=robcee
|
2014-02-26 14:50:26 -08:00 |
|
J. Ryan Stinnett
|
ca83343b85
|
Bug 976679 - Move event-emitter to toolkit. r=paul
--HG--
rename : browser/devtools/shared/event-emitter.js => toolkit/devtools/event-emitter.js
rename : browser/devtools/shared/test/browser_eventemitter_basic.js => toolkit/devtools/tests/mochitest/test_eventemitter_basic.html
|
2014-02-25 22:22:05 -06:00 |
|
Gabriel Luong
|
5b81210ba8
|
Bug 968424 - Change keyboard shortcut to move selected lines in source editor to Alt-Up/Down. r=anton
|
2014-02-13 10:02:51 -05:00 |
|
Anton Kovalyov
|
d91df90422
|
Bug 964504 - Add Editor.setFontSize/getFontSize. r=msucan
|
2014-02-10 18:21:42 -08:00 |
|
Dagger
|
c2cc245722
|
Bug 963937 - Add a pref to disable automatic bracket closing in source editor. r=anton
|
2014-01-30 20:21:00 -08:00 |
|
Victor Porof
|
72202b3af5
|
Bug 965171 - Opening a variables view popup will change the scroll position in the editor if a watch expression is present, r=past
|
2014-01-30 12:46:09 +02:00 |
|
Girish Sharma
|
8bc1f3a4e7
|
Bug 717369 - Autocomplete CSS properties and values in the Style Editor - Part 1 - No tests, r=anton, msucan, dcamp, robcee, harth
|
2014-01-28 20:38:41 +05:30 |
|
Anton Kovalyov
|
c66cff2b44
|
Bug 960270 - Streamline Editor API. r=msucan
|
2014-01-17 12:58:45 -08:00 |
|
Anton Kovalyov
|
d9b64b76ed
|
Bug 734439 - Add code folding support to the source editor. r=msucan r=benvie
|
2014-01-15 16:23:32 -08:00 |
|
Anton Kovalyov
|
57570f0640
|
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
|
2dae43534f
|
Bug 910183 - Highlight trailing space in the editor. r=msucan
|
2014-01-14 14:12:39 -08:00 |
|
Victor Porof
|
6ccce03e88
|
Bug 957187 - The variable inspection popup never appears in the right place on Linux and Windows, r=past
|
2014-01-08 16:59:00 +02:00 |
|
Phil Ringnalda
|
d451b46f71
|
Back out f122349d9fbd (bug 941725) for debug and ASan bc timeouts in browser_codemirror.js
CLOSED TREE
|
2014-01-07 20:48:34 -08:00 |
|
Anton Kovalyov
|
5f800bb280
|
Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan
|
2014-01-07 15:02:01 -08:00 |
|
Anton Kovalyov
|
a503368800
|
Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof
|
2014-01-07 13:01:38 -08:00 |
|
Anton Kovalyov
|
07634c1c44
|
Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan
|
2014-01-07 11:24:57 -08:00 |
|
Chris Peterson
|
c5937fbed4
|
Bug 955890 - Part 1: Fix DevTools JS warnings about some code paths not returning a value. r=rcampbell
|
2013-12-31 19:28:42 -08:00 |
|
Girish Sharma
|
ff60b8a74e
|
Bug 935176 - saving a style sheet doesn't remove the star, r=harth
|
2013-12-06 23:51:16 +05:30 |
|
Brandon Benvie
|
0f5930d447
|
Bug 943673 - Convert to Promise.jsm in the source editor. r=anton
|
2013-12-02 14:10:57 -08:00 |
|
Victor Porof
|
d6057ceb5c
|
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
|
6dcf4dd097
|
Bug 919707 - Make shift-click on a gutter select whole lines in the editor. r=robcee
|
2013-11-26 14:32:28 -08:00 |
|
Gabriel Luong
|
59942dfdb6
|
Bug 924996 - Implement keyboard shortcut to move selected lines in source editor. r=anton
|
2013-11-25 19:06:42 -08:00 |
|
Gabriel Luong
|
a32bb60a38
|
Bug 940713 - Enable autoclose brackets for source editor. r=anton
|
2013-11-25 15:57:51 -08:00 |
|
Paul Rouget
|
96f992e70b
|
Bug 941643 - Use menlo and consolas. r=bgrins
|
2013-11-21 11:48:59 -05:00 |
|
Victor Porof
|
3ea5a49a5e
|
Bug 937539 - Cmd+Alt+F opens find/replace in the Debugger's editor. r=anton
|
2013-11-20 21:51:33 +02:00 |
|
Anton Kovalyov
|
4aad69a6ee
|
Bug 938111 - Don't use innerHTML in the Editor. r=harth
|
2013-11-20 14:39:10 -08:00 |
|
Anton Kovalyov
|
e26d1575d0
|
Bug 929766 - Remove Orion from the SourceEditor component. r=msucan
|
2013-11-19 15:53:13 -08:00 |
|
Nick Fitzgerald
|
715002d816
|
Bug 922812 - Add an 'eval current top level function' command to scratchpad; r=past
|
2013-11-19 15:17:40 -08:00 |
|
Anton Kovalyov
|
5cf0d1402d
|
Bug 929234 - Make CodeMirror extraKeys localizable. r=vporof
|
2013-11-07 14:39:31 -08:00 |
|
Victor Porof
|
a90dea7e23
|
Bug 933649 - Group methods in editor.js for better self-documentation, r=anton
|
2013-11-06 11:59:20 +02:00 |
|
Victor Porof
|
f38a02524f
|
Bug 934225 - GLSL code should be syntax highlighted, r=anton
|
2013-11-06 11:59:20 +02:00 |
|
Anton Kovalyov
|
67bbcc406b
|
Bug 933015 - Attach Editor controller to the hidden textarea instead of a CM window. r=benvie
|
2013-11-05 10:30:19 -08:00 |
|
Victor Porof
|
a27ebe4b32
|
Bug 930928 - Shader compilation errors should be displayed in the editor, r=rcampbell,anton
|
2013-11-05 14:07:37 +02:00 |
|
Victor Porof
|
39ed225e41
|
Bug 910955 - Implement a live WebGL shader editor, r=dcamp
|
2013-10-25 10:18:41 +03:00 |
|
Brian Grinstead
|
fd589740da
|
Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker
|
2013-10-24 08:41:03 -05:00 |
|
Victor Porof
|
974e75c85a
|
Bug 929888 - Remove the editor context menu listeners from the debugger, r=anton
|
2013-10-24 11:48:42 +03:00 |
|
Girish Sharma
|
de1cb3378c
|
Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan
|
2013-10-24 10:31:02 +05:30 |
|