Commit Graph

122 Commits

Author SHA1 Message Date
Anton Kovalyov
a389d0e4c9 Bug 920876 - Longer timeout for the CodeMirror suite since we added VIM/Emacs tests. r=me 2014-01-08 11:34:57 -08:00
Victor Porof
d232b2d204 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
8783358821 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
abe4ae3b67 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
Minarto Margoliono
97a60063ef Bug 865448 - Fix alignment issue of debug icon; r=anton 2014-01-07 13:08:32 -08:00
Anton Kovalyov
ee2d651834 Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof 2014-01-07 13:01:38 -08:00
Anton Kovalyov
dbfbef4cab Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan 2014-01-07 11:24:57 -08:00
Chris Peterson
4b1ef6ef4e 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
230f88d3f9 Bug 935176 - saving a style sheet doesn't remove the star, r=harth 2013-12-06 23:51:16 +05:30
Brandon Benvie
896c4bea7f Bug 943673 - Convert to Promise.jsm in the source editor. r=anton 2013-12-02 14:10:57 -08:00
Victor Porof
c10c77ba16 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
129e811482 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
526a6f7ec9 Bug 924996 - Implement keyboard shortcut to move selected lines in source editor. r=anton 2013-11-25 19:06:42 -08:00
Anton Kovalyov
fcbad7c9ed Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans 2013-11-25 18:57:27 -08:00
Gabriel Luong
efb86c6a0e Bug 940713 - Enable autoclose brackets for source editor. r=anton 2013-11-25 15:57:51 -08:00
Anton Kovalyov
0dfc524ea8 Bug 941781 - Upgrade CodeMirror to 3.20. r=robcee 2013-11-22 11:56:43 -08:00
Paul Rouget
74d92a854e Bug 941643 - Use menlo and consolas. r=bgrins 2013-11-21 11:48:59 -05:00
Victor Porof
3acff37698 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
0b5cedbba7 Bug 919703 - Make search/replace and goto UX more Firefox-ey. r=harth 2013-11-20 16:04:26 -08:00
Anton Kovalyov
7725124c93 Bug 938111 - Don't use innerHTML in the Editor. r=harth 2013-11-20 14:39:10 -08:00
Anton Kovalyov
eb741864ed Bug 929766 - Remove Orion from the SourceEditor component. r=msucan 2013-11-19 15:53:13 -08:00
Nick Fitzgerald
368377856e Bug 922812 - Add an 'eval current top level function' command to scratchpad; r=past 2013-11-19 15:17:40 -08:00
Anton Kovalyov
e0b7a1d967 Bug 920570 - requestLongerTimeout for browser_codemirror and re-enable it on Linux. r=me 2013-11-19 10:54:19 -08:00
Wes Kocher
cb635bb7ad 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
adcab1909a Bug 929766 - Remove Orion from the SourceEditor component. r=msucan 2013-11-18 14:05:07 -08:00
Girish Sharma
6eabf00b87 Bug 931041 - Bring back floating scrollbars in the editor. r=anton, r=paul 2013-11-12 15:51:37 +05:30
Anton Kovalyov
55d229d527 Bug 929234 - Make CodeMirror extraKeys localizable. r=vporof 2013-11-07 14:39:31 -08:00
Victor Porof
845db4c2ba Bug 933649 - Group methods in editor.js for better self-documentation, r=anton 2013-11-06 11:59:20 +02:00
Victor Porof
62117c478c Bug 934225 - GLSL code should be syntax highlighted, r=anton 2013-11-06 11:59:20 +02:00
Anton Kovalyov
7fbac10e5d 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
fa839ec160 Bug 930928 - Shader compilation errors should be displayed in the editor, r=rcampbell,anton 2013-11-05 14:07:37 +02:00
Victor Porof
3fbc0fcb0d Bug 910955 - Implement a live WebGL shader editor, r=dcamp 2013-10-25 10:18:41 +03:00
Brian Grinstead
0a5eda33d0 Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker 2013-10-24 08:41:03 -05:00
Victor Porof
334e43c3da Bug 929888 - Remove the editor context menu listeners from the debugger, r=anton 2013-10-24 11:48:42 +03:00
Girish Sharma
d23a69252d Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan 2013-10-24 10:31:02 +05:30
Anton Kovalyov
f832e628ac Bug 919706 - Localize search UI. r=robcee 2013-10-23 14:57:13 -07:00
Anton Kovalyov
69961acc6a Bug 919709 - Make Debugger use CodeMirror. r=vporof 2013-10-22 13:53:53 -07:00
Ed Morley
3c0d708c0b Bug 920570 & bug 920876 - Skip-if browser_codemirror.js on linux for too many intermittent failures 2013-10-14 22:56:25 +01:00
Ms2ger
9d5ce8dfb7 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gregory Szorc
f0bcf1241b Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Ed Morley
5e3c678fac Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc
18c2c27094 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Anton Kovalyov
45c957c688 Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan 2013-09-20 11:34:10 -07:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Gregory Szorc
4ca67f021a No Bug - Removing empty Makefile.in files; r=me 2013-07-18 09:09:28 -07:00
Mike Shal
e215f1fcd7 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #3); r=joey 2013-06-28 15:17:07 -04:00
Girish Sharma
ca758831d5 Bug 886474 - Stop using Ctrl + ] [ to match brackets in source editor, r=msucan 2013-07-02 16:07:31 +05:30
Girish Sharma
b0bb519bc6 Backout 4cdab5388392 (Bug 886474) because of wrong shortcut modifier 2013-07-02 16:05:09 +05:30
Girish Sharma
facdad4b64 Bug 886474 - Stop using Ctrl + ] [ to match brackets in source editor. r=msucan 2013-06-27 00:51:33 +05:30
Brandon Benvie
1c761fd71d bug 679364 - Use content/browser/devtools/* for aliases; r=rcampbell 2013-04-30 11:56:00 -04:00