Commit Graph

65 Commits

Author SHA1 Message Date
Mark Capella
2be1110e26 Bug 779642 - Scratchpad Line numbers don't line up, r=robcee 2012-08-28 05:56:30 -04:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Allison
fdae16ae3f Bug 756681 - Scratchpad should display exceptions when throwing a string; r=rcampbell 2012-05-23 00:24:00 +03:00
Rob Campbell
b1cb1df2a4 Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad; a=orangefix 2012-07-31 18:25:29 -04:00
Mark Capella
0149c0dd6a Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad, r=robcee 2012-07-30 17:39:00 -04:00
Nathan Froyd
5b30baa4c3 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Johan Charlez
0170c51a51 Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth 2012-07-03 14:40:12 +01:00
Mihai Sucan
e050000397 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Ed Morley
f04e107ea7 Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange 2012-05-25 14:44:17 +01:00
Mihai Sucan
82642436e9 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Jason Orendorff
b442f6158f Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
2012-05-01 10:17:32 -05:00
Marco Bonardo
838fdd93a5 Bug 741543 - Some scratchpad browser chrome tests pollute next ones.
r=robcee
2012-04-03 12:42:24 +02:00
Heather Arthur
ba5a404089 Bug 721156 - aError.stack is undefined in the Error Console when exception is thrown in Scratchpad. r=robcee 2012-03-28 13:24:44 +01:00
Mihai Sucan
c85fa7e713 Bug 734432 - Add Orion ProjectionTextModel to our package; r=rcampbell 2012-03-11 13:25:19 +02:00
Mihai Sucan
163d07e85a Bug 731394 - Source Editor in read only mode is not entirely read only; r=rcampbell f=rcampbell 2012-03-08 19:37:35 +02:00
Mark Capella
fdbf6382b0 Bug 730898 - Reuse editMenuKeys in scratchpad.xul, r=msucan 2012-03-11 11:47:01 +02:00
Mihai Sucan
a5b9915053 Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell 2012-02-27 20:08:45 +02:00
Mihai Sucan
44e9c823e2 Bug 700893 - API for tracking unsaved/saved state in source editor; r=rcampbell f=fayearthur 2012-02-17 19:11:17 +02:00
Spyros Livathinos
4d868ce676 Bug 725405 - Move the inline-output comment to the next line; r=msucan 2012-02-24 10:41:06 -04:00
Mihai Sucan
bf2bd25595 Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Johan Charlez
a344f2f7ae Bug 650760 - Create Help menu for Scratchpad; r=rcampbell 2012-02-21 07:09:29 -04:00
Cameron McCormack
6f87b94b52 Bug 674370 - Make browser windows (and other document-like windows) zoom on creation on OS X 10.7. r=mstange,dao sr=bzbarsky 2012-02-17 14:47:39 +11:00
Marco Bonardo
152ac8a010 Backout 7a8b935ab596 (bug 674370) for Paint regression 2012-02-08 09:23:40 +01:00
Cameron McCormack
0079b02b78 Bug 674370 - Make browser windows (and other document-like windows) zoom on creation on OS X 10.7. r=mstange,dao sr=bzbarsky 2012-02-08 11:44:45 +11:00
Panagiotis Koutsourakis
583eb38038 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
Dao Gottwald
c7d43576c7 Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Mihai Sucan
7dc415e86e 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
36ac63ff52 Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell 2012-01-16 18:51:44 +02:00
Dão Gottwald
52b4705eb9 Bug 717191 - browser_scratchpad_bug690552_display_outputs_errors.js leaks the scratchpad window. r=rcampbell 2012-01-12 11:35:35 +01:00
Kenny Heaton
2e5752cfe9 Bug 690552. ScratchPad should display exceptions as comments, just as it does for results. r=felipe,robcee 2012-01-03 08:53:39 -08:00
Tim Taubert
6506ccb300 merge m-c to fx-team 2011-12-23 12:45:17 +01:00
David Chan
84b85199d5 Bug 702144 - Scratchpad russian codepage; r=rcampbell 2011-12-22 13:55:49 -04:00
Kenny Heaton
8beeb12829 Bug 684546 - The Scratchpad editor's undo/redo state is preserved across file loads. r=msucan 2011-12-20 20:03:16 +02:00
Mihai Sucan
86756a2de6 Bug 702331 - Update Orion from upstream; r=rcampbell 2011-12-10 19:03:57 +02:00
Heather Arthur
8ddc32e142 Bug 653427 - Prompt to save file before closing Scratchpad window, r=msucan 2011-11-23 18:49:03 -08:00
Cedric Vivier
cab3f169f1 Bug 583041 - Style Editor integration; part 1; r=rcampbell 2011-11-15 16:41:37 +08:00
Heather Arthur
a7c2943e4d Bug 669612 - In scratchpad, add * postfix to window title when editor contains unsaved changes. r=msucan 2011-11-09 10:09:54 -08:00
Rob Campbell
7e9f79d827 Bug 583041 - Style Editor integration; backout; a=orange 2011-11-07 15:02:55 -04:00
Cedric Vivier
bd63118508 Bug 583041 - Style Editor integration; testfix; r=rcampbell 2011-11-07 13:23:29 +08:00
Ed Morley
7bc582f20f 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
92c7bd7f02 merge m-c to fx-team 2011-11-05 10:11:34 -03:00
Mihai Sucan
0a0099da5c Bug 699130 - Paste is disabled after using it once in Scratchpad; r=rcampbell 2011-11-04 17:32:24 +02:00
Rob Campbell
299a438c06 Bug 699130 - Backed out changeset 67d9339ff0df, bad commit message. 2011-11-04 16:03:16 -03:00
Mihai Sucan
684d37873c Bug 699130 - Paste is disabled after using it once in Scratchpad 2011-11-04 17:32:24 +02:00
Rail Aliiev
8a56fd9db2 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Heather Arther
686af0cb85 Bug 679467 - scratchpad doesn't display the value false; r=rcampbell 2011-11-03 12:39:32 -03:00
Heather Arthur
0c0e913bcf Bug 644409 - Make scratchpads save their state across restarts. r=robcee, r=zpao 2011-11-02 12:32:55 -07:00
Heather Arthur
f58f25024b Backed out changeset 3b63add3a404 2011-11-02 12:26:59 -07:00
Heather Arthur
bbea028fe1 Bug 644409 - Make scratchpads save their state across restarts 2011-11-02 12:14:30 -07:00