Commit Graph

38 Commits

Author SHA1 Message Date
Mihai Sucan
27f363f60e Bug 717219 - Source Editor should highlight the current line in HTML documents; r=rcampbell 2012-02-08 22:49:10 +02:00
Mihai Sucan
20586023bb Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Mihai Sucan
8cd529cda4 Bug 718816 - Orion upstream update (with debugger ruler support code); r=rcampbell 2012-02-21 20:05:46 +02:00
Spyros Livathinos
056c890ff8 Bug 725388 - Expose the Orion mouse events in the Source Editor; r=msucan f=msucan 2012-02-17 18:40:03 +02:00
Spyros Livathinos
b407d9c084 Bug 703692 - Source Editor: add support for the focus/blur events; r=msucan f=msucan 2012-02-09 14:40:41 +02:00
Rob Campbell
8d0a96f412 Bug 717373 - Remove the textarea fallback from the Source Editor; r=msucan 2012-02-08 10:48:07 -04:00
Cedric Vivier
b59e6a224c Bug 723459 - Add an API to SourceEditor to retrieve the character(s) used for indentation. r=msucan 2012-02-02 04:18:00 +01:00
VD
23026b0097 Bug 721324 - Allow the source code editor of Scratchpad & StyleEditor to be themed; r=dao,msucan 2012-02-06 21:35:19 +02:00
Panagiotis Koutsourakis
835036b234 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Alex Lakatos
acc3cded9e Bug 719028 - Style Editor does not highlight a few CSS2.0 and CSS3 properties. r=msucan 2012-01-22 01:11:28 +02:00
Dao Gottwald
b3580fe0bd Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Mihai Sucan
e1b33d31db Bug 714942 - Implement minimal UI for Jump to line in the Source Editor. r=rcampbell 2012-01-16 13:59:39 +02:00
Mihai Sucan
c7c4670445 Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell 2012-01-16 18:51:44 +02:00
Paul Rouget
9226812169 Bug 712867 - Orion is white-on-white when using High Contrast Black color scheme; r=msucan 2012-01-03 17:52:57 +01:00
Kenny Heaton
5cab2fe59a Bug 684546 - The Scratchpad editor's undo/redo state is preserved across file loads. r=msucan 2011-12-20 20:03:16 +02:00
Paul Rouget
25ac1161f4 Bug 711737 - Orion should support all the CSS properties from CSS1, CSS2, CSS2.1 and CSS3. r=msucan 2011-12-18 17:36:17 +01:00
Paul Rouget
8054c7c9cf Bug 709006 - Implement a Orion theme that matches the DevTools theme. r=msucan 2011-12-18 17:02:54 +01:00
Mihai Sucan
28ee32d063 Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell 2011-12-12 23:17:11 +02:00
Mihai Sucan
11477a48be Bug 695032 - [GTK/X11] selecting text in scratchpad doesn't place it on the X primary selection; r=rcampbell 2011-12-12 20:32:35 +02:00
Mihai Sucan
ede990bf2a Bug 687160 - Source Editor should provide a line-based API; r=rcampbell 2011-12-09 19:10:15 +02:00
Mihai Sucan
8463acf874 Bug 702331 - Update Orion from upstream; r=rcampbell 2011-12-10 19:03:57 +02:00
Mihai Sucan
c0751a1414 Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell 2011-11-11 19:36:26 +02:00
Cedric Vivier
5b7b66264d Bug 583041 - Style Editor integration; part 2; r=rcampbell 2011-10-03 19:08:15 +08:00
Rob Campbell
ac3dfa72f5 Bug 583041 - Style Editor integration; backout; a=orange 2011-11-07 15:02:55 -04:00
Cedric Vivier
2c567403f3 Bug 583041 - Style Editor integration; sourceeditor fix; r=rcampbell,msucan 2011-10-03 19:08:15 +08:00
Ed Morley
6e731c995a Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rob Campbell
9ad4bf4a4a merge m-c to fx-team 2011-11-05 10:11:34 -03:00
Rail Aliiev
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Cedric Vivier
4787016877 Bug 698703 - Source Editor should display text with the user's preferred monospace font size; r=msucan 2011-11-01 18:30:19 +08:00
Mihai Sucan
9b47741b19 Bug 697407 - Another Orion upstream update; r=rcampbell 2011-10-31 13:07:51 +02:00
Mihai Sucan
689718473a Bug 692807 - Update the code from Orion upstream; r=rcampbell 2011-10-12 15:52:45 +03:00
Mihai Sucan
d685160172 Bug 699541 - Pasted HTML shows twice in Orion; r=rcampbell 2011-11-03 22:12:27 +02:00
Panos Astithas
509b284d05 Bug 686705 - Source Editor with the textarea fallback displays undefined without a placeholderText; r=mihai.sucan 2011-09-14 10:25:43 -07:00
Mihai Sucan
18ea37b3cd Bug 678763 - Intermittent browser_sourceeditor_initialization.js | application timed out after 330 seconds with no output; r=rcampbell 2011-08-17 15:35:35 +03:00
Rob Campbell
fcf1b9fbd7 merged m-c to fx-team, browser_595601-restore_hidden.js conflicted 2011-08-16 12:21:00 -03:00
Ehsan Akhgari
7172d11cd8 Bug 678763 - Disable browser_sourceeditor_initialization.js because it is practically perma-orange; rs=msucan,robcee
DONTBUILD
2011-08-16 10:54:10 -04:00
Mihai Sucan
f48e1e3bfa Bug 678763 - Intermittent browser_sourceeditor_initialization.js | application timed out after 330 seconds with no output; r=rcampbell 2011-08-15 18:38:53 +03:00
Mihai Sucan
07149933c9 Bug 660784 - Add the Orion source code editor to the browser; r=ehsan,rcampbell,gavin.sharp 2011-08-12 12:58:40 +03:00