jfrancis%netscape.com
|
c498f1e8b4
|
fix for 129763: edit this page and delete Personals section causes stray bullet
r=glazman; sr=kin
|
2002-08-23 18:14:30 +00:00 |
jfrancis%netscape.com
|
b455b13435
|
fixes for:
159924: table split up when applying paragraph style to select all
161723: backspace through list item when at beginning of document
r=glazman; sr=kin
|
2002-08-23 18:11:25 +00:00 |
jfrancis%netscape.com
|
7dc6e872ab
|
fix for 159392: Composer add <br> to end everytime it opens a file.
r=brade; sr=kin
|
2002-08-23 17:57:51 +00:00 |
glazman%netscape.com
|
ecf4fcb4d5
|
Composer was unable to set upper-roman style to a list because it was erroneously lowercasing the html TYPE attribute; b=145311, r=brade, sr=kin
|
2002-08-23 09:24:47 +00:00 |
alecf%netscape.com
|
b1149cc094
|
oops, add nsTSDNotifier
|
2002-08-22 23:41:17 +00:00 |
alecf%netscape.com
|
05c47cc146
|
oops, reverse the order of the build directories so that txtsvc is built before editor
fixes bustage
|
2002-08-22 23:04:19 +00:00 |
alecf%netscape.com
|
7b9bfa7d2b
|
for bug 157567
combine txtsvc into libeditor - no need for seperate dlls
r=akkana, sr=kin
|
2002-08-22 22:08:36 +00:00 |
alecf%netscape.com
|
fe6ff1c5de
|
for bug 157567
combine txtsvc and editor into one dll
r=akkana, sr=kin
|
2002-08-22 22:02:32 +00:00 |
cmanske%netscape.com
|
fab3c6e4b2
|
More improvements to Composer List properties dialog. fix by neil@parkwaycc.co.uk, b=47686, r=brade, sr=alecf
|
2002-08-21 22:56:19 +00:00 |
varada%netscape.com
|
affddeb0dd
|
fix for 78060;adding insertsmiley menu item in mailcompose insert menu; r=ducarroz;sr=bienvenu;
|
2002-08-21 21:22:38 +00:00 |
cmanske%netscape.com
|
4865914fb2
|
Continued work on removing editorShell from Composer code. b=158881, r=brade, sr=alecf
|
2002-08-20 23:59:19 +00:00 |
alecf%netscape.com
|
5823310245
|
fix bug 162741 - revamp chrome registry interface in preparation for bug 160000 - switch lots of public APIs over to ACString, etc.
r=bryner, sr=hyatt
|
2002-08-20 18:12:51 +00:00 |
glazman%netscape.com
|
6d9ec3b18b
|
Take advantage of fix for bug 60683 (thanks bz) in ChangeCSSInlineStyleTxn and then reduce a lot the size of the transaction, keeping only property values instead of a whole style attribute ; major memory impact in CSS mode; b=162473, r=brade, sr=kin
|
2002-08-20 11:28:57 +00:00 |
brade%netscape.com
|
c84c18b223
|
clean up new Object usage (bug 157970); r=Neil, sr=alecf
|
2002-08-16 21:37:24 +00:00 |
cmanske%netscape.com
|
3b7325178d
|
Fixed small error in nsIIOService checkin. b=157131, r=dougt, sr=alecf
|
2002-08-16 02:15:34 +00:00 |
cmanske%netscape.com
|
b1d8d65b6e
|
Fixed small typos in Darin's nsIIOService checkin. b=157131, r=dougt, sr=alecf
|
2002-08-15 23:56:03 +00:00 |
cmanske%netscape.com
|
0015daa4d3
|
Change tab label from 'Show All Tags' to 'HTML Tags'. b=152309, r=brade,sr=hewitt
|
2002-08-15 22:42:11 +00:00 |
cmanske%netscape.com
|
7e4af3ff38
|
Set radio button to 'Cell' if cell is selected when setting background color. b=98194, r=brade, sr=hewitt
|
2002-08-15 22:40:18 +00:00 |
cmanske%netscape.com
|
4b5a2175a5
|
Fix upper limits for input fields in Composer property dialogs. b=155193, r=brade, sr=hewitt
|
2002-08-15 21:49:40 +00:00 |
cmanske%netscape.com
|
4cf949aea5
|
Part of fix to show tooltip when Advanced Edit button is disabled. b=161113, r=brade, sr=alecf
|
2002-08-15 21:44:33 +00:00 |
cmanske%netscape.com
|
afb5e2e78c
|
Retain 'Dont use alt text' check state after using Advanced Edit in Image Properties. b=145047, r=brade, sr=hewitt
|
2002-08-15 20:51:24 +00:00 |
cmanske%netscape.com
|
dcd61de98a
|
Disable 'Save password' in Composer publishing when PasswordManager is turned off. b=143154, r=brade, sr=hewitt
|
2002-08-15 20:48:08 +00:00 |
darin%netscape.com
|
8f0aa5304b
|
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
|
2002-08-15 18:38:46 +00:00 |
seawood%netscape.com
|
05e63948e6
|
Removing unused _NS_IMPL_LAYOUT define.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162308 r=cls
|
2002-08-15 05:39:40 +00:00 |
glazman%netscape.com
|
41f3ad2589
|
make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin
|
2002-08-14 13:12:52 +00:00 |
cmanske%netscape.com
|
5c2ebda762
|
Optimize RegExp code by using 'test' instead of 'match'. b=145373, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf
|
2002-08-13 17:36:50 +00:00 |
cmanske%netscape.com
|
ef89dc7875
|
Optimize RegExp code by using 'test' instead of 'match'. b=145373, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf
|
2002-08-13 17:30:23 +00:00 |
cmanske%netscape.com
|
ff25b3cb57
|
Use 'insert/deleteNode' instead of 'insert/deleteElement' in dialog utilities. b=158881, r=neil@parkwaycc.co.uk, sr=kin
|
2002-08-13 16:59:49 +00:00 |
cmanske%netscape.com
|
06d4b2c408
|
Remove 'Save Image' menuitem from Composer context menu. b=156173, r=brade, sr=alecf
|
2002-08-13 14:35:49 +00:00 |
cmanske%netscape.com
|
5b2e1ca085
|
Support roman numerals in numbered list 'start' attribute. b=47686, most of fix by rcassin@supernova.org, finished by cmanske, r=cmanske,rcassin,neil@parkwaycc.co.uk, sr=alecf
|
2002-08-13 14:30:57 +00:00 |
glazman%netscape.com
|
ab1e4fd4a8
|
fixing bad regexp for rgv(r,g,b) parsing; b=161890, r=neil@parkwaycc.co.uk, sr=bzbarsky
|
2002-08-13 10:11:30 +00:00 |
glazman%netscape.com
|
af779a939c
|
fixing crash in Composer when head sub-elements are displayed; b=162062, r=brade, sr=bzbarsky
|
2002-08-13 10:01:52 +00:00 |
akkana%netscape.com
|
82c93270bf
|
160486: prevent double 'not found' dialog. Fix from Harry Lu (harry.lu@sun.com), r=me, sr=sfraser
|
2002-08-12 21:57:00 +00:00 |
bzbarsky%mit.edu
|
d1505576db
|
Remove stray printf. Bug 161984, patch by ajschult@eos.ncsu.edu (Andrew
Schultz), r=akkana, sr=bzbarsky
|
2002-08-10 09:32:08 +00:00 |
gerv%gerv.net
|
ee117885c5
|
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
|
2002-08-10 08:39:43 +00:00 |
seawood%netscape.com
|
8ae6c40f5d
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |
leaf%mozilla.org
|
9c78570990
|
backout darin's checkin from around noon yesterday to remove the regression
in 161921
|
2002-08-09 23:46:19 +00:00 |
cmanske%netscape.com
|
7f810500c5
|
Add tooltip to explain why Advanced Edit button is disabled. b=161113. r=brade, sr=alecf
|
2002-08-09 02:03:53 +00:00 |
cmanske%netscape.com
|
5695c902a4
|
Fixed disabling of 'Create Table' context menuitem. b=157095, r=brade, sr=alecf
|
2002-08-09 01:55:26 +00:00 |
cmanske%netscape.com
|
3606e742be
|
Allow different prompt message when prompting to publish file. b=149741, r=brade, sr=alecf
|
2002-08-09 01:44:23 +00:00 |
cmanske%netscape.com
|
b18089d5aa
|
Convert editor dialog utilities to not use editorShell. b=15881, r=brade, sr=alecf. Also removes methods no longer needed as part of fix for bug 144957, fix by neil@parkwaycc.co.uk, r=varga, sr=alecf
|
2002-08-09 01:29:26 +00:00 |
cmanske%netscape.com
|
fa180dfaba
|
Convert list in SaveAsCharset dialog to outliner, b=144957, fix by neil@parkwaycc.co.uk, r=varga, sr=alecf
|
2002-08-09 01:26:18 +00:00 |
darin%netscape.com
|
e9ef929bf3
|
changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
|
2002-08-08 19:08:59 +00:00 |
brade%netscape.com
|
9d02750711
|
call preventdefault for keypresses we insert (r=akkana, sr=sfraser) bug 158672 (and others)
|
2002-08-07 14:45:08 +00:00 |
seawood%netscape.com
|
fdafe18afe
|
Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
|
2002-08-07 06:08:00 +00:00 |
akkana%netscape.com
|
c31b6b60cf
|
122992: remove a few more editorshell dependencies. r=brade, sr=sfraser
|
2002-08-07 00:06:41 +00:00 |
akkana%netscape.com
|
3fdd2e37e6
|
118883: Fix a leak of nsHTMLCSSUtils. r=glazman sr=kin
|
2002-08-07 00:02:10 +00:00 |
akkana%netscape.com
|
d5d203a0c6
|
Bug 137253: don't break long words (like urls) during rewrap. r=brade, sr=kin
|
2002-08-06 23:54:19 +00:00 |
cmanske%netscape.com
|
814ae44373
|
Moved text properties utility methods as part of image border bug 142093, r=brade, sr=dveditz. Editor.js also has fix for wrong 'Find' component causing missing menuitems, b=142093, r=akkana, sr=alecf
|
2002-08-06 19:16:03 +00:00 |
cmanske%netscape.com
|
ea64684623
|
Improved border attribute handling for images, b=142093, r=brade, sr=dveditz
|
2002-08-06 19:15:55 +00:00 |