Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Girish Sharma
|
a8490ef635
|
Bug 729960 - Source Editor: add shortcuts to quickly jump to the code block start and end; r=msucan
|
2012-04-09 13:31:45 +03: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 |
|
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
|
bf2bd25595
|
Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past
|
2012-02-18 12:58:54 +02:00 |
|
Michael Ratcliffe
|
82ff6b3ed6
|
Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv
|
2012-02-10 13:39:47 +00:00 |
|
Victor Porof
|
c5d39c9f10
|
Bug 699121 - Style Editor should save file:// URLs immediately; r=cedricv,paul
|
2012-02-02 13:27:43 +02: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 |
|
Cedric Vivier
|
bb659c06f4
|
Bug 720291 - Intermittent browser_styleeditor_new.js | content's background color has been updated to red - Got rgb(255, 5, 5) (or 6, 6), expected rgb(255, 0, 0). r=dcamp
|
2012-01-26 01:53:00 +01:00 |
|
Paul Rouget
|
a36aaff467
|
Bug 720468 - Add an "*" at the beginning of a file name if the file needs to be saved. r=dao
|
2012-01-27 15:28:47 +01:00 |
|
Paul Rouget
|
32b5bb970a
|
Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan
|
2012-01-25 16:09:11 +01:00 |
|
Cedric Vivier
|
209f19c1d9
|
Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul
|
2012-01-26 04:58:00 +01:00 |
|
Cedric Vivier
|
bf5f7a8206
|
Bug 719021 - Saving an empty new style sheet does not display the file name upon saving. r=paul
---
browser/devtools/styleeditor/StyleEditor.jsm | 6 ++++--
.../styleeditor/test/browser_styleeditor_new.js | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
---
browser/devtools/styleeditor/StyleEditor.jsm | 6 ++++--
.../styleeditor/test/browser_styleeditor_new.js | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
|
2012-01-25 07:59:00 +01:00 |
|
Cedric Vivier
|
618b34bb4b
|
Bug 720431 - Can't close Style Editor with cmd+w. r=paul
|
2012-01-25 02:45:00 +01:00 |
|
Paul Rouget
|
fd74a61734
|
Bug 715123 - Style Sheet Titles should be moved someplace less confusing in the Style Editor in Vertical Orientation. r=jwalker
|
2012-01-23 18:11:37 +01:00 |
|
Cedric Vivier
|
1c2445b172
|
Bug 715892 - In the Style Editor, remove the stylesheet filter. r=dcamp,paul
---
browser/devtools/shared/SplitView.jsm | 116 --------------------
browser/devtools/styleeditor/styleeditor.xul | 23 +---
browser/devtools/styleeditor/test/Makefile.in | 1 -
.../test/browser_styleeditor_sv_filter.js | 101 -----------------
.../en-US/chrome/browser/devtools/styleeditor.dtd | 11 --
5 files changed, 6 insertions(+), 246 deletions(-)
delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js
---
browser/devtools/shared/SplitView.jsm | 116 --------------------
browser/devtools/styleeditor/styleeditor.xul | 23 +---
browser/devtools/styleeditor/test/Makefile.in | 1 -
.../test/browser_styleeditor_sv_filter.js | 101 -----------------
.../en-US/chrome/browser/devtools/styleeditor.dtd | 11 --
5 files changed, 6 insertions(+), 246 deletions(-)
delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js
|
2012-01-25 04:02:00 +01:00 |
|
Cedric Vivier
|
4e279f75b6
|
Bug 713612 - add closing curly bracket to avoid disrupting the rest of the CSS. r=rcampbell
|
2012-01-25 03:04:00 +01:00 |
|
Paul Rouget
|
bb5f788f64
|
Bug 719022 - Digits-only file names get .css prefixed in front of postfixed. r=jwalker
|
2012-01-23 20:26:03 +01: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 |
|
Cedric Vivier
|
f66abc1ea9
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
|
Rob Campbell
|
0ff52aae12
|
backout rev f96d6dd51d6c from bug Bug 708613; a=orange
|
2012-01-19 14:07:41 -04:00 |
|
Cedric Vivier
|
cc6440d966
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
|
Cedric Vivier
|
e924270603
|
Bug 687698 - Integrate Style Editor's automatic transitions; r=rcampbell,dao
|
2012-01-13 00:26:39 +08:00 |
|
Cedric Vivier
|
b42ef163e5
|
Bug 701635 - Style Editor should have a page loading placeholder; r=rcampbell
|
2012-01-13 00:26:31 +08:00 |
|
Cedric Vivier
|
bd0ebe4b4d
|
Bug 713359 - CSS cut short in Style Editor; r=dcamp
|
2012-01-06 00:35:34 +08:00 |
|
Cedric Vivier
|
68d33eb1a1
|
Bug 712887 - Style Editor should always show the Save button on the currently edited style sheet; r=prouget
|
2011-12-22 17:15:00 +08:00 |
|
Paul Rouget
|
e40f69190e
|
Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao
|
2011-12-19 15:14:58 +01:00 |
|
Mihai Sucan
|
e0a4ef4092
|
Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell
|
2011-12-12 23:17:11 +02:00 |
|
Ed Morley
|
c5ac81c33d
|
Bug 703874 - Remove redundant |ifneq (mobile,$(MOZ_BUILD_APP))| from makefiles in browser; r=ted
|
2011-11-30 18:37:57 +00:00 |
|
Cedric Vivier
|
b3eb7908e8
|
Bug 583041 - Style Editor integration; part 5 - tests; r=rcampbell
|
2011-10-26 17:52:17 +08:00 |
|
Mihai Sucan
|
afc579e7ef
|
Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell
|
2011-11-11 19:36:26 +02:00 |
|
Cedric Vivier
|
154b393e22
|
Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n
|
2011-10-26 17:02:08 +08:00 |
|
Rob Campbell
|
7e9f79d827
|
Bug 583041 - Style Editor integration; backout; a=orange
|
2011-11-07 15:02:55 -04:00 |
|
Cedric Vivier
|
aebb2e878a
|
Bug 583041 - Style Editor integration, part 2/2 - tests; r=rcampbell
|
2011-10-26 17:52:17 +08:00 |
|
Cedric Vivier
|
f81054f0b6
|
Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n
|
2011-10-26 17:02:08 +08:00 |
|