dbaron%dbaron.org
8e9c36e6a6
Add nsComposerDocumentCommands.cpp for bugs 184718, 184719 (brade's checkin).
2003-01-16 17:01:21 +00:00
brade%netscape.com
331fad25c1
bug 145916, add GetDocument to nsITextServicesDocument; r=brade, sr=kin; submitted by Darabos Daniel (cyhawk@sch.bme.hu)
2003-01-16 15:02:33 +00:00
brade%netscape.com
941f48eece
split nsComposerCommands.cpp to separate out document commands from content commands; add commands to set "useCSS" flag and readonly flag (bugs 184718, 184719), r=mkaply, sr=sfraser
2003-01-16 14:59:09 +00:00
jst%netscape.com
53dbf78a7a
Fixing bug 161166. Freezing more DOM interfaces. r=harishd@netscape.com, sr=peterv@netscape.com
2003-01-14 23:05:52 +00:00
sspitzer%netscape.com
c8e1ff5409
fix for #188946 . crasher when you delete a smiley.
...
this was caused by the checkin for #114713
there is still problems with delete of smileys, but that's
an existing bug. r/sr=bryner.
2003-01-14 22:08:42 +00:00
jfrancis%netscape.com
5d27f46889
fix for 187662: first return in empty doc does nothing. r=brade; sr=kin
2003-01-11 00:06:29 +00:00
glazman%netscape.com
8feaaee1c8
just removing useless duplicate code; b=188486, r=Neil, r=brade, sr=peterv
2003-01-10 13:46:44 +00:00
brade%netscape.com
83f430e53c
bug 186054 and others; disable JS and plugins in Composer (r=smfr, sr=kin)
2003-01-10 13:13:25 +00:00
bryner%netscape.com
7f0488eb18
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
dbaron%dbaron.org
cb9bcc2e25
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:51:43 +00:00
dbaron%dbaron.org
098bd15103
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
neil%parkwaycc.co.uk
4a85b9e05d
Bug 188038 editor background image pref has wrong default name r=brade sr=peterv
2003-01-08 15:23:35 +00:00
kairo%kairo.at
a6f4446e42
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
jfrancis%netscape.com
4735e23c71
179384 Merging blocks via forward delete sends selection to front of document
...
correcting snafu from prior landing.
2002-12-22 07:48:32 +00:00
jfrancis%netscape.com
18d72537a9
editor fixes for:
...
180034 editor should respect the select_all style
183836 New list item should not reset inline styles
179384 Merging blocks via forward delete sends selection to front of document
98434 IME does not work correctly at the last characters in the text field (patch courtesy of Shotaro Kamio)
r=jfrancis,brade,cmanske sr=kin
2002-12-22 01:51:14 +00:00
cmanske%netscape.com
ecee77aa39
Backout accidental checkin related to bug 180303, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin
2002-12-21 17:29:07 +00:00
glazman%netscape.com
4fba82f4ba
Text alignment feedback erroneous in Composer; b=183887, r=jfrancis, sr=peterv
2002-12-19 14:10:50 +00:00
ducarroz%netscape.com
7591f728ed
Fix for bug 173046. fix initialization of the text filter service. Editor commands also takes care of msg compose spell button. R=rods, SR=sspitzer
2002-12-18 02:23:10 +00:00
nhotta%netscape.com
dc755ed5d9
Adding a new interface to retrieve phonetic of input text,
...
bug 175937, r=brade, sr=kin.
2002-12-17 23:38:04 +00:00
seawood%netscape.com
b24b5a1d1f
Forte 7 linker requires that search directories come *before* libraries that reside in those search dirs.
...
Fixing build bustage.
2002-12-17 22:13:01 +00:00
brade%netscape.com
695f629d17
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
rbs%maths.uq.edu.au
008e1e2517
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
cmanske%netscape.com
8d01966f5a
Remove 'AppendStringToMenulist' JS method. b=183055, r=neil@parkwaycc.co.uk, sr=hewitt
2002-12-16 22:35:22 +00:00
rbs%maths.uq.edu.au
5c9db7b7ec
Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst
2002-12-13 22:12:10 +00:00
peterv%netscape.com
2e4d90dc23
Bustage fix.
2002-12-13 12:39:14 +00:00
glazman%netscape.com
6902e2698a
part of fix bustage, peterv's on the mac side
2002-12-13 12:32:31 +00:00
glazman%netscape.com
63432076dc
fixing bustage, so it was not my last checkin...
2002-12-13 10:17:42 +00:00
glazman%netscape.com
3df3751822
fixing regression in composer, it was impossible to set foreground and background color; b=184505, r=brade, sr=kin, q=is this my last checkin?
2002-12-13 08:56:21 +00:00
sfraser%netscape.com
bc3050dae4
Remove duplicate text services files, which fixes a bug with the mac build picking up the wrong source and header files (bug 184935). This fixes bugscape bug 21720.
2002-12-12 22:42:53 +00:00
peterv%netscape.com
714428894a
Bustage fix.
2002-12-12 20:01:59 +00:00
kin%netscape.com
932d3a3e86
sfraser's fix for commercial blocker bugscape bug 21720 (Spell checker fails find misspelled words (crash on exit from spellchecker)), which is caused by bugzilla bug 184935 (Mac build picks up the wrong nsTextServicesDocument.cpp; spell checking busted)
...
This patch fixes the editor project to search mozilla/editor/txtsvc before
mozilla/libeditor/, adds nsFilteredContentIterator.cpp, and adds #error to the
unused files.
r=jfrancis@netscape.com sr=kin@netscape.com
2002-12-12 18:04:31 +00:00
jfrancis%netscape.com
c42d7a17e4
fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa
2002-12-12 01:05:53 +00:00
sdagley%netscape.com
36a2413fd9
Backing out jfrancis - back to v1.67
2002-12-10 20:24:49 +00:00
jfrancis%netscape.com
0951bcb9cb
fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa
2002-12-10 18:32:58 +00:00
peterv%netscape.com
9ea8b175b0
Bustage fix for rods (once more).
2002-12-10 16:58:14 +00:00
cmanske%netscape.com
6b7edca969
Backing out previous changes (relating to bug 183055) since dependend bug 118038 was not approved for checkin. Needed else Publishing and Advanced Edit doesn't work
2002-12-10 15:25:41 +00:00
rods%netscape.com
338d74b952
Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail
...
Bug 173046 r=jfrancis sr=kin a=asa
2002-12-10 15:03:04 +00:00
cmanske%netscape.com
559e2a1ab5
Really fixed 'insert HTML' bug 180303 this time. r=akkana, sr=kin, a=asa
2002-12-06 03:13:39 +00:00
cmanske%netscape.com
dc2136ab99
Part of fix to bug 170522 (remove unused code), r=akkana, sr=alecf, a=asa
2002-12-05 21:59:59 +00:00
cmanske%netscape.com
f30b72dd5b
Increase performance of 'Recent Pages' menu code. Most of the fix by neil@parkwayccc.co.uk, b=170522, r=akkana, sr=alecf, a=asa
2002-12-05 21:24:09 +00:00
cmanske%netscape.com
3c1200ca26
Missing file from checkin to fix 'insert HTML' command' b=180303, r=akkana, sr=kin, a=asa
2002-12-05 21:03:44 +00:00
timeless%mozdev.org
2146593567
Bug 175789 <dialog>s don't need dialogOverlay
...
r=cmanske sr=alecf
2002-12-03 13:25:59 +00:00
bzbarsky%mit.edu
fe53f95e60
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
cmanske%netscape.com
2fd32d5576
Reduce bloat in composer dialog JS. b=183055, r=akkana, sr=hewitt
2002-12-02 23:05:27 +00:00
cmanske%netscape.com
5da9dc7a13
Fixed conflicting insert HTML commands. b=180303, r=akkana, sr=kin
2002-12-02 23:00:54 +00:00
brade%netscape.com
f4b88392a3
remove dead code; cleanup command params for a few commands; standardize QI calls (bug 180745, r=cmanske, sr=smfr)
2002-12-02 22:20:12 +00:00
brade%netscape.com
d9459060c9
documentation; not part of a build
2002-12-02 20:43:24 +00:00
cbiesinger%web.de
463ef3d5d4
103859 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
2002-12-02 14:22:43 +00:00
cbiesinger%web.de
81443d993d
171721 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf Mozilla add-ins can move the Composer taskbutton
2002-12-02 14:01:01 +00:00
glazman%netscape.com
feeca8bf35
Table of Contents management in Composer (lives under Insert menu); b=170050, r=cmanske, sr=peterv
2002-12-02 13:54:41 +00:00
cmanske%netscape.com
6d49c2f2a3
Move caret to text position with rt click. b=181547, r=rods, sr=sfraser
2002-11-30 18:59:34 +00:00
dbaron%fas.harvard.edu
de5585e5e7
Remove unused parser-related code. b=130439 r=harishd sr=jst
2002-11-28 19:43:51 +00:00
cmanske%netscape.com
411cfc84da
Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser
2002-11-27 00:35:09 +00:00
akkana%netscape.com
e6706d6b93
162083: fix ctrl-delete to delete by words, not to end of line. r=brade sr=bzbarsky
2002-11-26 23:01:12 +00:00
akkana%netscape.com
b0bfc05f8e
110378: Don't lose data when head is rewritten to HEAD. r=brade sr=kin
2002-11-26 22:15:30 +00:00
glazman%netscape.com
eb42c1bab7
Coalesce similar inline nodes in Composer's CSS mode; b=179055, r=jfrancis, sr=peterv
2002-11-25 13:41:26 +00:00
sicking%bigfoot.com
d34de45a4d
Bug 8929: Kill NS_COMFALSE
...
r=peterv sr=bz
2002-11-25 12:44:03 +00:00
caillon%returnzero.com
82090ec342
Bug 181442 - Convert editor's pref usage to the new pref APIs.
...
r=brade sr=kin
2002-11-23 01:26:58 +00:00
jfrancis%netscape.com
0c756dc3b3
fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin
2002-11-22 03:30:59 +00:00
jfrancis%netscape.com
a84b9db355
reland fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin
2002-11-22 01:03:08 +00:00
cmanske%netscape.com
59bee1edc8
Fixed command disabling/focus setting when loading page into new editor. b=181002, r=brade, sr=kin
2002-11-21 23:53:50 +00:00
cmanske%netscape.com
70a7efaddd
Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser
2002-11-20 11:36:05 +00:00
cmanske%netscape.com
b590877b92
Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser
2002-11-20 06:23:05 +00:00
brade%netscape.com
b0aa861df0
bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser
2002-11-20 01:23:40 +00:00
brade%netscape.com
c56d42162b
bug 157111; register new commands; r=cmanske, sr=sfraser
2002-11-20 01:20:19 +00:00
brade%netscape.com
aba0befae8
bug 157111; add some new commands; r=cmanske, sr=sfraser
2002-11-20 01:18:48 +00:00
brade%netscape.com
71fb2a730d
bug 157111; add some new commands, cleanup do_QI assignments and some other cleanup; r=cmanske, sr=sfraser
2002-11-20 01:18:23 +00:00
timeless%mozdev.org
b1c736039e
Bug 147372 Use .hidden and .collapsed instead of [GS]etAttribute
...
patch by neil@parkwaycc.co.uk r=cmanske sr=alecf
2002-11-19 15:51:56 +00:00
kin%netscape.com
cdc1d363e4
Fix for bug 173553: flawfinder warnings in editor/libeditor/html/nsHTMLEditorLog.cpp
...
Changed all occurrences of sprintf() to snprintf(). Removed format arg from WriteInt().
r=brade@netscape.com sr=sfraser@netscape.com
2002-11-18 15:43:19 +00:00
jfrancis%netscape.com
feb7bc04fd
152419: Pressing ENTER after adding styles to text does not move caret to next line.
...
r=brade
sr=kin
2002-11-17 03:11:45 +00:00
jfrancis%netscape.com
17dd2f90ae
fix for 172147: URL in composition "decoration" continues on next line
...
r=brade
sr=kin
2002-11-17 01:37:29 +00:00
jfrancis%netscape.com
716db33760
fix for 143338: Word wrap of double space incorrect in HTML mailcompose
...
r=glazman
sr=kin
2002-11-17 01:25:30 +00:00
jfrancis%netscape.com
9714ebc7da
fix for 101544: Text color does not change if change is made and no text is typed then the color is changed again. Also fixes 163712: changing font takes no action.
...
r=brade
sr=kin
2002-11-17 01:03:20 +00:00
cmanske%netscape.com
9d8995feac
Missed file from checkin for bug 169029. r=akkana, sr=sfraser
2002-11-16 04:14:12 +00:00
cmanske%netscape.com
466011238d
Final removal of 'editorShell'. b=169029, r=akkana, sr=sfraser
2002-11-15 15:52:47 +00:00
cmanske%netscape.com
434a3e353f
Final removal of 'editorShell' and associated files. b=169029, r=akkana, sr=sfraser
2002-11-15 15:42:22 +00:00
cmanske%netscape.com
bc4a112d1e
Final removal of 'editorShell' and associated files. b=169029, r=brade, sr=sfraser
2002-11-15 15:36:44 +00:00
bryner%netscape.com
54d2337482
nsTextServicesDocument should be #ifdef'd out when building the plaintext editor only. Fixing phoenix build bustage.
2002-11-14 02:23:08 +00:00
bryner%netscape.com
8701185e5c
Fix --enable-plaintext-editor-only build bustage by removing nsTextEditorReg.cpp (which was needless duplication and easy to forget to update) and just adding plaintext #ifdefs in nsEditorRegistration instead. Bug 177333, r=jfrancis, sr=sfraser.
2002-11-14 00:29:33 +00:00
brade%netscape.com
b57b38a037
Cut when no selection should just return NS_OK (not error which causes JS to throw an error); bug 178725, r=akkana, sr=kin
2002-11-13 21:21:28 +00:00
brade%netscape.com
cd7d7bf7a5
fix compiler warning introduced by bug 170353
2002-11-13 15:45:34 +00:00
cmanske%netscape.com
bfda22305f
String change as part of dialog cleanup, b=158881, r=brade, sr=alecf
2002-11-12 23:41:23 +00:00
cmanske%netscape.com
09f188f039
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:30:29 +00:00
cmanske%netscape.com
722881b278
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:03:27 +00:00
cmanske%netscape.com
4bbeaffa3f
Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser
2002-11-12 22:52:55 +00:00
cmanske%netscape.com
cf75c46a9e
Remove editorShell from editor dialogs. b=158881, r=brade, sr=alecf
2002-11-12 22:44:04 +00:00
bzbarsky%mit.edu
618370e4d8
ok, that didn't make the AIX compiler happy enough, and I trust it over
...
all our other ones, so...
2002-11-12 22:23:11 +00:00
bzbarsky%mit.edu
f93df3a67a
fix windows linker bustage
2002-11-12 20:35:59 +00:00
bzbarsky%mit.edu
fe11056d5d
Clean up some array stuff in editor; switch to nsCOMArray in a bunch of
...
places. Bug 175564, r=jfrancis, sr=kin
2002-11-12 19:40:11 +00:00
jfrancis%netscape.com
12635e7ebd
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
2002-11-10 15:11:08 +00:00
bryner%netscape.com
8beac694e3
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
glazman%netscape.com
a6e2f5dc77
show tooltip for href (links), src (images) and name (named anchors) in Composer; b=47519, fix by glazman@netscape.com and neil@parkwaycc.co.uk, r=brade, r=glazman for kin's changes, sr=kin
2002-11-08 09:14:00 +00:00
glazman%netscape.com
111e73ee7b
inline styles were not merged after a SetInlineProperty() call; b=178667, r=jfrancis, sr=kin
2002-11-08 08:54:42 +00:00
jfrancis%netscape.com
51f6c73127
64647: implement "Paste without Formatting"; r=akkana; sr=sfraser
2002-11-07 13:04:37 +00:00
jfrancis%netscape.com
466d469a3f
fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin
2002-11-07 11:38:08 +00:00
jfrancis%netscape.com
aff3feaaf7
fix for 169586: Plaintext is always pasted in default font not the one in context. r=brade; sr=kin
2002-11-07 11:29:37 +00:00
jfrancis%netscape.com
c9ea01935e
fix for 164060: Drop link into list item makes cursor jump to next item; r=fm; sr=kin
2002-11-07 11:26:26 +00:00
bryner%netscape.com
be89105ec4
Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt.
2002-11-07 03:34:13 +00:00
cmanske%netscape.com
6ed4991151
Fixed busted 'deleteTable' feature - silly spelling error, b=174558, r=brade, sr=kin, a=asa/drivers
2002-11-01 22:20:37 +00:00
kairo%kairo.at
150568bb2e
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
akkana%netscape.com
2ce455f6d4
176355: Warning fix, remove unused var. r=dmose, sr=bz, a=dbaron
2002-10-24 03:45:23 +00:00
blizzard%redhat.com
f360f72c84
Backout unapproved checkin for bug #104371 .
2002-10-23 15:18:13 +00:00
glazman%netscape.com
159b81a09d
Composer's struct toolbar caused regression in mail composition + UI polish ; b=175276, fix by neil@parkwaycc.co.uk, r=glazman, sr=kin, a=asa
2002-10-23 12:09:02 +00:00
hyatt%netscape.com
cec3e61e53
Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
...
keybinding didn't work. r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
jaggernaut%netscape.com
eda4a735f0
Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers
2002-10-22 19:48:59 +00:00
caillon%returnzero.com
49a4d65249
Bug 175304 - Composer cannot open files via 'Open file' or 'Edit Link'.
...
Patch by Kathy Brade <brade@netscape.com>
r=caillon@returnzero.com
sr=bzbarsky@mit.edu
a=asa@mozilla.org
2002-10-21 01:10:06 +00:00
akkana%netscape.com
0b194fc333
174987: Don't skip the last pass through the loop (was deleting signatures). r=brade sr=kin a=asa
2002-10-18 19:25:32 +00:00
brade%netscape.com
1d64a2ee98
fix closing of Composer windows (bug 174440) r=cmanske, sr=hewitt, a=Asa
2002-10-17 12:33:00 +00:00
akkana%netscape.com
c90a5da673
168999: don't uninit the spellchecker twice, and eliminate the non-thread-safe asserts
2002-10-17 04:22:27 +00:00
caillon%returnzero.com
d9dffe0d16
Bug 162393 - Making our content area clicking and link handling more robust.
...
r=bzbarsky sr=jag a=asa
2002-10-17 04:09:20 +00:00
jfrancis%netscape.com
f3eb2b7dd8
fix for 173818: first char typed in html mail reply lost. r=akk, sr=kin, a=asa
2002-10-17 03:16:34 +00:00
akkana%netscape.com
a6144bb9e3
173953: Fix plaintext quoting. r=ducarroz sr=bzbarsky
2002-10-17 00:07:28 +00:00
leaf%mozilla.org
b25d2a38f7
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
glazman%netscape.com
b4dbc82305
correct version of the file ; b=173319, r=brade, sr=peterv, a=rjesup
2002-10-16 13:19:27 +00:00
glazman%netscape.com
b122e87cb4
Add a tag selector to Composer's status bar. It allows to view the whole hierarchy of the current selection, from the deepest element container up to the body.
...
Each element in the bar is selectable and a context menu allows to select the element, remove the element preserving its contents, changing the element into another one (regardless of DTD), and open the advanced properties dialog for the element.
When "Change tag" is requested, a textbox appears in the status bar. Changes are discarded if Escape key is pressed, and performed if CR/Enter key is pressed.
b=173319, r=brade, sr=peterv, a=rjesup@wgate.com
2002-10-16 08:07:35 +00:00
akkana%netscape.com
233e84b959
174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup
2002-10-15 20:31:47 +00:00
dbaron%fas.harvard.edu
84f5669319
Fix leak of transactions. b=174123 r=jfrancis sr=kin a=rjesup
2002-10-14 23:48:05 +00:00
glazman%netscape.com
0fbc1a8de1
Composer was inserting charset information (meta element) after the title of the document; b=145952, r=brade, sr=peterv, a=asa
2002-10-14 20:14:40 +00:00
akkana%netscape.com
3a4e8d5779
168999: Make nsEditorSpellCheck an independant object instead of part of editorshell. r=brade sr=kin a=asa
2002-10-11 23:46:57 +00:00
brade%netscape.com
2ec78dd9f6
fix typo (r=akkana, cmanske, sr=kin) bug 171798
2002-10-09 18:06:26 +00:00
mjudge%netscape.com
83252db51b
135774 r=cmanske sr=jag
2002-10-09 02:10:22 +00:00
akkana%netscape.com
3fc926aa45
More 161143: fix an uninitialized variable warning noticed by aleksey@nogin.org
2002-10-09 01:33:31 +00:00
cmanske%netscape.com
e181e47206
More 'editorShell' removal. b=169029, r=brade, sr=kin
2002-10-09 00:26:08 +00:00
timeless%mac.com
9f9b65f9dd
Bug 173258 controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
...
r=cmanske, r=brade, sr=kin
2002-10-08 23:58:58 +00:00
jfrancis%netscape.com
5ce517c458
fix for 164054: Place selection at first visible content on editor doc load r=brade sr=kin
2002-10-08 23:08:34 +00:00
jfrancis%netscape.com
161ba68052
fix for 171243: redo broken
r=brade, sr=kin
2002-10-08 23:06:38 +00:00
jfrancis%netscape.com
9d19ef9ce4
fix for 169033: deletion should delete nested empty blocks all in one action
r=fm; sr=kin
2002-10-08 22:59:09 +00:00
jfrancis%netscape.com
ac9f0f07f5
fix for 164054: Place selection at first visible content on editor doc load
r=brade
sr=kin
2002-10-08 22:53:55 +00:00
akkana%netscape.com
89f704d44c
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 21:22:27 +00:00
darin%netscape.com
37ed561c77
revising my bustage fix
2002-10-08 21:18:41 +00:00
darin%netscape.com
9665bc9f1a
fixes win32 bustage from akk's last checkin
2002-10-08 21:11:59 +00:00
cmanske%netscape.com
277f54ac74
Restored previous Composer window ID, b=173257, fix by neil@parkway.cc.co.uk, r=cmanske, sr=kin
2002-10-08 20:39:05 +00:00
akkana%netscape.com
753fba95f6
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 20:24:23 +00:00
brade%netscape.com
724a8c2922
fix typo (bug 122992) sr=kin
2002-10-08 14:01:02 +00:00
cmanske%netscape.com
5f6100fa62
Fixed broken smileys in Mail Composer. b=70031, r=suresh, sr=kin
2002-10-07 20:13:09 +00:00
brade%netscape.com
bdebe12666
recheckin save fix (bug 171798) which was inadvertently backed out (r=cmanske, sr=alecf)
2002-10-07 19:29:19 +00:00
brade%netscape.com
f7d5f35b4a
remove unused CIDs (r=mjudge/sr=kin/bug 121648)
2002-10-07 14:21:34 +00:00
cmanske%netscape.com
4351a45e74
Removed arg test not needed - part of fix to bug 64647, r=mjudge, sr=darin
2002-10-06 01:35:51 +00:00
cmanske%netscape.com
be8799bf71
Implemented command and Composer UI for 'Paste Without Formatting' command. b=64647, r=mjudge, sr=darin
2002-10-06 01:23:18 +00:00
cmanske%netscape.com
e6e4343f43
More remove editorShell from dialogs work (comments added by neil as requested). b=158881, r=cmanske, sr=alecf
2002-10-05 20:44:49 +00:00
cmanske%netscape.com
4aba733bb9
Backed out changes for bugscape bug 20282, will recheckin as a mozilla bug
2002-10-05 17:35:36 +00:00
bryner%netscape.com
1bb489617c
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
cmanske%netscape.com
9eb1bf9cc2
Fix problems with styles in IM, Chat, and Mail Composers. bugscape=20282, r=brade, sr=hewitt
2002-10-05 01:20:10 +00:00
smontagu%netscape.com
dd6cc75df8
Force entry fields for URI elements to be left to right even in right-to-left chrome. Bug 157607, r=jag, sr=hewitt
2002-10-03 21:16:39 +00:00
cmanske%netscape.com
cf361191e0
Remove editorShell from main Composer window. b=169026, r=brade, sr=alecf
2002-10-03 04:07:10 +00:00
cmanske%netscape.com
c479da42fa
Remove editorShell from dialogs. b=158881, r=brade, sr=alecf
2002-10-03 04:05:34 +00:00
jfrancis%netscape.com
16165be4f9
fix for 167585: the case of the disappearing cursor.
...
r=cmanske; sr=kin
2002-10-02 13:52:14 +00:00
cmanske%netscape.com
06c1621bb0
Don't set focus to Composer window after publishing. b=170959, r=brade, sr=alecf
2002-10-01 21:56:39 +00:00
brade%netscape.com
b1308fc696
fix some callers of editorshell's documentModified and documentEditable to use editor (bug 171798, r=cmanske, sr=alecf)
2002-10-01 18:43:04 +00:00
brade%netscape.com
dc8082ace8
remove unused files (bug 171715, r=cmanske, sr=scc)
2002-10-01 13:20:55 +00:00
bryner%netscape.com
97334d8f6e
Add a configure option to disable building composer (bug 170136). Move handling of the -composer command-line option from libeditor/base/ to composer/src/. Remove unused nsIEditorService interface. r=seawood, sr=sfraser.
2002-10-01 00:16:51 +00:00
brade%netscape.com
e55eff6b17
removal of files that are no longer part of Composer (bug 171715, r=cmanske, sr=scc)
2002-09-30 21:47:59 +00:00
brade%netscape.com
780df61345
bug 121648; remove unused portions of editorshell; r=glazou, sr=kin
2002-09-30 13:51:58 +00:00
brade%netscape.com
8525438c18
bug 121648; remove unused portions of editorshell (r=glazou, sr=kin)
2002-09-30 13:51:35 +00:00
brade%netscape.com
3ea4b9f47f
remove publish.js per editor embedding meeting (dead file)
2002-09-27 14:04:03 +00:00
akkana%netscape.com
ab32e1d25f
169308: Make nsIEditorLogging scriptable: add idl file to the mac build
2002-09-26 00:52:18 +00:00
akkana%netscape.com
5fa10e540a
169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin
2002-09-25 23:53:17 +00:00
akkana%netscape.com
6238486007
169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin
2002-09-25 23:34:59 +00:00
akkana%netscape.com
0ce7189dff
169308: Make nsIEditorLogging scriptable: a couple of nicities suggested by Kin. r=brade sr=kin
2002-09-25 23:34:04 +00:00
akkana%netscape.com
45c04544f8
169308: Make nsIEditorLogging scriptable. r=brade sr=kin
2002-09-25 23:29:40 +00:00
akkana%netscape.com
523005a0be
169001: remove editorshell references. r=brade sr=kin
2002-09-25 23:20:38 +00:00
jfrancis%netscape.com
2080c294fb
fix for 170344: block operations failing at certain selection points. r=akkana, sr=kin
2002-09-25 21:56:23 +00:00
aaronl%netscape.com
7926616511
Bug 170745. error occuring while opening compose or mailcompose window. r=akkana, sr=sspitzer
2002-09-25 18:35:36 +00:00
aaronl%netscape.com
d618542d85
Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt
2002-09-24 22:46:50 +00:00
brade%netscape.com
ad12f508e6
remove EditingHTML() stub and its usage; bug 169514, r=mjudge, sr=kin (with clean requested by kin)
2002-09-24 13:29:28 +00:00
cmanske%netscape.com
5a09a20b46
Rearrange initialization of member vars to avoid build warning, fix by walker84@yahoo.com, b=169780, r=cmanske, sr=dveditz
2002-09-23 17:34:50 +00:00
glazman%netscape.com
f997bfaf78
undefined variable error in ComposerCommands.js, b=169860, r=neil@parkwaycc.co.uk, sr=kin
2002-09-20 13:28:31 +00:00
brade%netscape.com
230a1b755b
remove editorshell usage and fix some commands to emit all of the params needed to work; r=akk, sr=kin (bug 169231)
2002-09-20 12:41:24 +00:00
glazman%netscape.com
9f6ec8a062
Fixes a crash when hitting backspace in Composer
...
b=167543, r=timeless, sr=kin
2002-09-20 08:57:04 +00:00
glazman%netscape.com
b54bf782a2
attributes VALIGN on TD and WIDTH/SIZE on HR were not CSSized when the elements are created in CSS mode.
...
b=169824, r=akkana, sr=kin
2002-09-20 08:53:52 +00:00
jfrancis%netscape.com
a338a02892
fix for 168336: block operations crossing breaks incorrectly
r=fm
sr=kin
2002-09-20 02:28:55 +00:00
glazman%netscape.com
401191b960
missing changes in nsHTMLEditor.cpp from bug 167712, solves minor problems in CSS mode of Composer, r=timeless, sr=kin
2002-09-20 02:09:04 +00:00
cmanske%netscape.com
c701cdae5b
Forgot part of fix to remove editorshell from dialogs bug: 158881, r=neil@parkwaycc.co.uk, sr=dveditz
2002-09-19 18:53:36 +00:00
cmanske%netscape.com
2355f149e9
Restoring previous accesskey since missing DTD change is now checked in.
2002-09-19 14:43:14 +00:00
cmanske%netscape.com
8033b6ca39
Part of removing editorShell from Composer dialogs, form dialog work by neil@parkwaycc.co.uk, b=158881, r=cmanske, sr=dveditz
2002-09-19 14:25:17 +00:00
glazman%netscape.com
efb9e4fb45
Reverting to v1.35 of the file since 1.36 introduced a bad entity name horking Composer. r=brade
2002-09-19 13:30:23 +00:00
cmanske%netscape.com
ca4919f12f
Convert from nsIEditorShell to nsIHTMLEditor/nsIEditor interfaces in dialogs. Work by cmanske and neil@parkwaycc.co.uk, b=158881, r=brade,andreww,neil@parkwaycc.co.uk; sr=dveditz,sfraser
2002-09-19 03:32:23 +00:00
akkana%netscape.com
cf87d389f6
67363: Undo should work for batch ReplaceAll. r=brade sr=kin
2002-09-18 23:08:59 +00:00
cmanske%netscape.com
1010f8aeed
Progress on removing editorShell from Composer: fixed controller and command problems and mimetype and 'documentEditable' to editor interfaces, b=169029, r=brade, sr=dveditz
2002-09-18 19:42:38 +00:00
cmanske%netscape.com
33f206ae1a
Removing unsused files from tree
2002-09-17 23:46:12 +00:00
brade%netscape.com
7304fe9863
PreventDefault in html editors for normal typing (letters/numbers/etc) (bug 158672, r=timeless, sr=smfr)
2002-09-17 21:27:30 +00:00
brade%netscape.com
69c3b0aaaf
fix global name change; bug 169140 (r=glazou, sr=jag)
2002-09-17 19:03:18 +00:00
glazman%netscape.com
e03e047dcf
fixes several bugs at once:
...
could not revert to HTML attributes default value,
VALIGN attribute on table elements was not CSSized,
page colors of new documents were not CSSized,
bad design in |nsEditor::CloneAttributes()|,
new image width/height/border attributes were not CSSized,
error in EdTableProps.js
b=167712, b=167716, r=brade, r=jfrancis, sr=kin
2002-09-17 12:04:59 +00:00
cmanske%netscape.com
9243687fec
Part of fix to table editor interface cleanup bug 166922. r=akkana, sr=hewitt
2002-09-16 17:57:17 +00:00
cmanske%netscape.com
ebf2d5f9cd
Load base style sheet for Composer. b=168576, r=akkana, sr=kin
2002-09-16 17:42:30 +00:00
dbaron%fas.harvard.edu
0b1d62b9af
Fix OS/2 bustage from Akkana's checkin by removing extraneous |const|. r=akkana b=124265
2002-09-14 01:10:33 +00:00
akkana%netscape.com
4e642e64bd
More for 124265 -- fix mac build: remove obsolete ApplyStyleSheet method from nsHTMLEditorLog (which only Mac was building). r=cmanske
2002-09-13 22:00:16 +00:00
akkana%netscape.com
80dc61a64a
Related to bug 124265: remove these redundant .h files (we have idl files for these interfaces) that should have been removed long ago. r=cmanske, smfr sr'ed this months ago on some other bug
2002-09-13 20:11:58 +00:00
cmanske%netscape.com
b5b5192ae1
Checking in fix by stephend: remove 'done' status message in mail Composer. b=90691, r=cmanske, sr=sfraser
2002-09-13 20:03:05 +00:00
akkana%netscape.com
7ae5c1cecb
124265: make nsIEditorStyleSheet more scriptable. Fix is partly me r=cmanske, partly cmanske r=me; all is sr=alecf
2002-09-13 19:47:38 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
jfrancis%netscape.com
7edafb59f2
fix for 95654: inserting an <hr> creates a blank line after it
r=glazman
sr=kin
2002-09-13 13:31:11 +00:00
jfrancis%netscape.com
8f022d1476
fix for 125161: forward delete in text widget should not delete trailing blank line
r=glazman
sr=kin
2002-09-13 13:26:14 +00:00
jfrancis%netscape.com
6b4239f26f
fix for 162874: editor actions can cause asserts in range code.
r=glazman
sr=kin
2002-09-13 13:12:30 +00:00
cmanske%netscape.com
acad4a2734
Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt
2002-09-13 05:31:50 +00:00
cmanske%netscape.com
6c7cf97e2a
Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt
2002-09-13 05:24:26 +00:00
cmanske%netscape.com
27b8578e83
Fixed table row deletion and reorganized nsITableEditor methods. b=166922, r=akkana, sr=hewitt
2002-09-13 04:19:30 +00:00
andreww%netscape.com
2558b06343
bugzilla bug 164174 r=suresh, sr=hewitt. Updating skin version number due to new backwards incompatibilites.
2002-09-12 23:39:25 +00:00
cmanske%netscape.com
4a437a28c5
Fixed busted context menu commands for cut, copy, paste, etc. b=114065, r=brade, sr=hewitt
2002-09-12 19:40:52 +00:00
brade%netscape.com
1d4d545c1a
api changes (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:19 +00:00
brade%netscape.com
06938e9e85
remove editorShell; remove UI state; use nsIEditor instead of nsIEditorShell for refcon (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:01 +00:00
brade%netscape.com
596f340e12
use nsIEditor instead of nsIEditorShell for refCon; editorshell removal; nsIStateUpdatingControlelrCommand removal; remove duplicate API (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:46 +00:00
brade%netscape.com
89382f875d
add mComposerController (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:13 +00:00
brade%netscape.com
394d7d3613
setup mComposerController; use nsIEditor instead of nsIEditorShell to initialize editorControllers (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:04 +00:00
brade%netscape.com
463c60562d
api changes; use nsIEditor instead of nsIEditorShell for editorController (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:07:37 +00:00
brade%netscape.com
34e9def83a
use params commands in some cases; separate UI state from commands as much as possible (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:06:48 +00:00
brade%netscape.com
45ff750b45
api changes; use nsIEditor instead of nsIEditorShell for editorController; update UI here instead of in command code (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:06:33 +00:00
brade%netscape.com
0b8fb2d8b5
remove unused nsCOMPtrs (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:02:47 +00:00
glazman%netscape.com
5a24e22dc9
nobr tag was invisible in AllTags mode, b=163855, r=brade, sr=kin
2002-09-11 12:28:13 +00:00
caillon%returnzero.com
b775400b9c
77315 - Make send page grab the correct document title.
...
r=sicking sr=bzbarsky
2002-09-11 11:45:38 +00:00
glazman%netscape.com
ccbe3b90f8
in some cases, it was impossible to unbold selection in CSS mode, b=167510, r=brade, sr=bzbarsky
2002-09-11 09:25:47 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
leaf%mozilla.org
70941124cb
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
jfrancis%netscape.com
f06e6458ec
fix for 166524: forward delete key changes line order.
r=brade
sr=kin
a=asa
2002-09-06 04:27:06 +00:00
cmanske%netscape.com
d9f86f2021
Add support for 'Title' attribute in Image dialog. b=68800, r=brade, sr=hewitt
2002-09-03 23:37:58 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
cmanske%netscape.com
16bed34c44
Hide context menu items that aren't enabled in Composer. b=164647, r=brade, sr=hewitt
2002-09-03 23:35:00 +00:00
cmanske%netscape.com
60890492c0
Remove editorShell from List Properties dialog; also dialog cleanup submitted by neil@parkwaycc.co.uk. b=158881, r=brade, sr=hewitt
2002-09-03 23:32:08 +00:00
cmanske%netscape.com
177baaa248
Always edit HTML version for 'view-source' urls. b=165162, r=brade, sr=hewitt
2002-09-03 23:27:33 +00:00
jfrancis%netscape.com
a16376f8c9
fix for 129763: edit this page and delete Personals section causes stray bullet r=glazman; sr=kin
2002-09-03 07:36:44 +00:00
jfrancis%netscape.com
0d49c95048
fix for 161106: rewrite of deletion in editor. fixes various deletion probs. r=glazman; sr=kin
2002-08-29 07:49:31 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
mjudge%netscape.com
a07cba5734
4302 r=jfrancis sr=kin. pageup/down bug with navigation.
2002-08-26 20:55:30 +00:00
alecf%netscape.com
68bb18db7f
ok, re-checking in bug 156567 because it did not affect startup time
2002-08-26 20:38:52 +00:00
alecf%netscape.com
c5c4c4077d
try backing out just the build-side changes to from bug 156567 to see if I caused the startup regression
2002-08-26 18:58:09 +00:00
jfrancis%netscape.com
062b1866b3
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
d742aa53d3
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
e047d51485
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
90b7eea68f
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
d145c6ebd0
oops, add nsTSDNotifier
2002-08-22 23:41:17 +00:00
alecf%netscape.com
d02be3f9f0
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
794d931f00
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
b5d3198589
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
14ee2d2a80
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
ff06f0325a
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
8f19cf90e0
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
03f69e9a10
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
c2e8010325
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
f6abb4a220
clean up new Object usage (bug 157970); r=Neil, sr=alecf
2002-08-16 21:37:24 +00:00
cmanske%netscape.com
70661df08c
Fixed small error in nsIIOService checkin. b=157131, r=dougt, sr=alecf
2002-08-16 02:15:34 +00:00
cmanske%netscape.com
7b8132f0cc
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
79d0520a63
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
4650f67ed0
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
4d442f9154
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
d3f1ddc9aa
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
f260579b77
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
df448a3195
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
d86e3064ab
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
55ec62b72d
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
896e391414
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
8d8f9232a4
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
5657e3afe3
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
29a2e2a0dd
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
ebd0f4e18a
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
492bf7efc7
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
483fe3290a
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
99c6bd69fb
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
91e8ca541e
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
27a736b73a
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
a6d4accdea
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
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
leaf%mozilla.org
fdcde43318
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
cac7c17fe1
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
4243319b2a
Fixed disabling of 'Create Table' context menuitem. b=157095, r=brade, sr=alecf
2002-08-09 01:55:26 +00:00
cmanske%netscape.com
50e0233c5b
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
a0885fe305
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
e7d2902076
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
45e59826d8
changes to nsIIOService in preparation for freezing, b=157131
...
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
brade%netscape.com
6850ca9285
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
301b1a4ca8
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
525649d291
122992: remove a few more editorshell dependencies. r=brade, sr=sfraser
2002-08-07 00:06:41 +00:00
akkana%netscape.com
2e2313891b
118883: Fix a leak of nsHTMLCSSUtils. r=glazman sr=kin
2002-08-07 00:02:10 +00:00
akkana%netscape.com
7029acc398
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
462beec449
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
4849cd5eee
Improved border attribute handling for images, b=142093, r=brade, sr=dveditz
2002-08-06 19:15:55 +00:00
glazman%netscape.com
b9599b1617
Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky
2002-08-06 14:39:55 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
glazman%netscape.com
0a2d6e6568
Background color buttons were not working in Composer and mail compose due to a bad case in a JS call. b=15126, r=brade, sr=kin, a=asa
2002-07-30 08:53:59 +00:00
glazman%netscape.com
7b952111e4
Changing a list's bullet was not applying to list items having a specific bullet assigned. b=158820, r=brade, sr=kin, a=asa
2002-07-30 08:19:08 +00:00
cmanske%netscape.com
04de3b9865
Reduce memory cost of using HTML Source multiple times. b=158860, r=brade, sr=kin, a=asa/drivers
2002-07-30 01:08:02 +00:00
akkana%netscape.com
e76433e4b4
142826: move to beginning of found pattern after a reverse find. Fix is from harry.lu@sun.com, r=me, sr=sfraser, a=asa
2002-07-25 21:49:42 +00:00
alecf%netscape.com
e9e1a39573
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
...
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
cmanske%netscape.com
56fba4830f
Fixed Tab code in Composer dialogs, b=157778, r=neil@parkwaycc.co.uk, sr=alecf, a=asa/drivers
2002-07-25 17:32:12 +00:00
cmanske%netscape.com
9a02ca3ec8
Disable 'Creat Link' when context menu launched on existing link, b=99541, r=brade, sr=kin, a=asa/drivers
2002-07-24 03:58:41 +00:00
cmanske%netscape.com
68474e263b
Superscript and Subscript text styles should be mutually exclusive, b=100825, r=jfrancis, sr=kin, a=asa/drivers
2002-07-24 03:53:14 +00:00
cmanske%netscape.com
6a381c0e16
Part of fix to 'Fix right-click to edit link on an image', b=142042, r=neil@parkwaycc.co.uk, sr=alecf, a=asa/drivers
2002-07-24 03:47:01 +00:00
cmanske%netscape.com
7be0209a8f
Reduce memory cost of using HTML Source multiple times by reducing undo buffer usage. b=158860, r=brade, sr=kin, a=asa/drivers
2002-07-24 03:35:40 +00:00
alecf%netscape.com
47b3f07056
more prep for bug 119923 - use chrome registry ContractID rather than CID, so that we can drop in a new embedding-only chrome registry
...
r=bnesse, sr=dveditz, a=asa
2002-07-23 23:30:04 +00:00
kyle.yuan%sun.com
baea9fbc3f
Bug 154521 In "Composer", all source I inputed will be removed by switching display mode between "<html>Source" and "Preview";
...
r=cmanske, sr=sfraser, a=asa
Harry Lu(harry.lu@sun.com )'s fix (part 2)
2002-07-23 05:31:42 +00:00
kyle.yuan%sun.com
9a5b258a6b
Bug 154521 In "Composer", all source I inputed will be removed by switching display mode between "<html>Source" and "Preview";
...
r=cmanske, sr=sfraser, a=asa
Harry Lu(harry.lu@sun.com )'s fix (part 1)
2002-07-23 05:30:16 +00:00
leaf%mozilla.org
8860985e79
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
brade%netscape.com
b14f4cc270
bug 157851, 157923, 157811, 157440, and probably some others; cleanup attribute adding for meta tags and fix table api
2002-07-17 21:32:20 +00:00
mjudge%netscape.com
47e8fbc7bf
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
2002-07-15 22:04:13 +00:00
brade%netscape.com
160100a09b
bug 156918; cleanup QI usage and fix some recent regressions (r=Neil, Akkana, sr=Simon)
2002-07-12 22:28:30 +00:00
brade%netscape.com
1fb44bf0ce
fix typo (r=akkana, sr=sfraser)
2002-07-12 22:24:39 +00:00
akkana%netscape.com
a9b33a42dc
126312: Remove old find. r=brade, sr=alecf
2002-07-10 01:02:16 +00:00
akkana%netscape.com
9f9ae1b169
126312: Remove old find. r=brade, sr=alecf
2002-07-10 00:24:08 +00:00
akkana%netscape.com
b490d01387
Removing now-obsolete txtsvcIDL.xml
2002-07-09 23:20:24 +00:00
akkana%netscape.com
1fab198592
126312: brade and I hope this will cure the mac bustage
2002-07-09 21:57:16 +00:00
akkana%netscape.com
efa18def7e
126312: Remove the obsolete old find code. r=brade, sr=alecf.
2002-07-09 20:24:37 +00:00
jfrancis%netscape.com
92456dcb49
fix for 155629: deletion horked: cant delete br nodes. r=fm; sr=kin
2002-07-04 01:12:49 +00:00
jfrancis%netscape.com
8033838e4b
updating 83378 work with the correct patch this time
2002-06-30 02:52:56 +00:00
caillon%returnzero.com
6c72020b35
Bug 154535. Don't depend on the sidebar overlay for context menu code.
...
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
kin%netscape.com
4f9e09571b
Fix for bug 152435 (Memory leak of 36 bytes from 1 block allocated in TypeInState::ClearProp)
...
Call Reset() in ~TypeInState() to release any data that may be in mClearedArray and mSetArray.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2002-06-24 20:02:25 +00:00
bryner%netscape.com
a06a9565aa
Removing this file, it's dead. r=sfraser.
2002-06-24 19:45:41 +00:00
jelwell%netscape.com
51485e7f9d
Fix for bugzilla bug 152434
...
Need id's on the some menuitems so Other apps can hide unneeded ones.
r=cmanske, sr=dveditz
2002-06-19 02:11:04 +00:00
glazman%netscape.com
bb7379df23
nsHTMLEditor::GetInlinePropertyBase() was not detecting when the selection ends before first char of a text node; b=128401, r=brade, sr=kin
2002-06-18 09:20:07 +00:00
akkana%netscape.com
ad62b6efae
148713: prevent infinite loop when doing replace all backwards. r=brade sr=kin
2002-06-18 00:16:58 +00:00
cmanske%netscape.com
650497023f
Fixed crash when inserting column in table, b=152320, r=brade, sr=kin
2002-06-17 20:40:47 +00:00
cmanske%netscape.com
d1b2204db6
Forgot contributor line for b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin
2002-06-14 22:52:06 +00:00
akkana%netscape.com
6a90f201a3
145727: use nsString.FindChar, clean up conflicting string usages. Patch from skamio@netscape.net (Shotaro Kamio), r=akkana, sr=alecf
2002-06-14 22:10:56 +00:00
cmanske%netscape.com
6f30dbff2c
Support 'file://' as destination protocol in Publishing, b=142171, r=brade, sr=alecf
2002-06-14 19:17:57 +00:00
cmanske%netscape.com
7e8b5989bf
Fix font names in sans-serif font group, b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin
2002-06-14 19:04:15 +00:00
cmanske%netscape.com
0bc8a89a22
Fixed doubleclick to get color in colorpicker, b=151474, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf
2002-06-13 22:24:27 +00:00
kin%netscape.com
2cc8934aad
Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
...
mozilla/content/base/public/nsISelectionController.idl
mozilla/content/base/src/nsSelection.cpp
mozilla/editor/composer/src/nsEditorShell.cpp
mozilla/editor/idl/nsIPlaintextEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/nsEditor.h
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
mozilla/editor/ui/dialogs/content/EdTableProps.js
mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
mozilla/layout/base/public/nsIFrameSelection.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/mailnews/compose/src/nsMsgCompose.cpp
mozilla/xpfe/browser/resources/content/viewPartialSource.js
- Added aIsSynchronous arg to the ScrollSelectionIntoView()
method of nsISelectionController and nsIFrameSelection.
Updated all callers to pass new arg.
- Modified selection to post a plevent to call which does the
call to ScrollIntoView() in the async ScrollIntoView() case.
- Edits in text widgets now use asynchronous reflow, paint,
and scroll processing full time.
- Removed redundant ScrollSelectionIntoView() calls in the
editor event listeners.
- Editor IME code now forced to flush reflows and paints before
getting caret coordinates.
r=jfrancis@netscape.com sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
jfrancis%netscape.com
6118727dff
bug 83378: plaintext mail reply editong problem in quotes
2002-06-12 14:12:32 +00:00
jfrancis%netscape.com
a110c74903
bug 146164: removing style can remove too much. r=glazman, sr=kin
2002-06-12 14:04:47 +00:00
suresh%netscape.com
833f1c7f89
fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf.
2002-06-12 04:09:52 +00:00
stephend%netscape.com
7b2c1be19d
Bug 148555. Replace class='big-left-margin' with class='indent'. Patch by Stephen Walker <walk84@yahoo.com> r=cmanske, sr=alecf
2002-06-11 21:03:29 +00:00
akkana%netscape.com
6b83a065ab
132352: Use the parser service for blockness detection. r=brade sr=kin
2002-06-11 20:43:49 +00:00
leaf%mozilla.org
6e6bf977e5
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
cmanske%netscape.com
9e89a6f5ce
Added tooltips to Publish dialogs, b=139896, r=brade/robinf, sr=kin, a=adt, a=shaver/drivers
2002-06-07 04:53:48 +00:00
alecf%netscape.com
bcf192e308
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
cmanske%netscape.com
0ce258dd8b
Save copy of document and restore if publishing fails, b=134883, r=brade, sr=hewitt
2002-06-05 01:38:08 +00:00
cmanske%netscape.com
e36353b91a
Improve Publishing progress and error notification, b=148425, r=brade, sr=hewitt
2002-06-05 01:17:33 +00:00
cmanske%netscape.com
275a05fdb4
Use standard Composer method for alert dialog in Replace code, b=146403, fix=neil@parkwaycc.co.uk, r=cmanske,sr=dveditz
2002-06-04 21:50:24 +00:00
cmanske%netscape.com
40d92fcd7b
Make Publish command more accessible, b=146522, r=akkana/brade, sr=dveditz
2002-06-04 21:39:10 +00:00
brade%netscape.com
ab3ed642fe
remove dump and warning
2002-06-03 18:05:02 +00:00
brade%netscape.com
13899f04d8
bug 134503; add comments that were added to branch (r=akkana, sr=kin)
2002-06-03 18:04:33 +00:00
brade%netscape.com
ddcace1f78
bug 138662; r=adamlock, cmanske, sr=alecf; add flag to serialize publishing
2002-06-03 18:03:53 +00:00
glazman%netscape.com
c58b0f7441
Test Selection debug menu item was horked in Composer; b=146424, r=neil@parkwaycc.co.uk, sr=jst
2002-05-28 09:00:25 +00:00
andreww%netscape.com
a975e43114
bugzilla 141281 - r=cmanske, sr=hewitt - Editor: Format Menu: same mnemonic used for two menu items
2002-05-24 20:29:37 +00:00
jfrancis%netscape.com
00ac1086f3
fixing 136165: crash after deleting styled text. r=cmanske sr=dveditz
2002-05-23 22:05:35 +00:00
akkana%netscape.com
134c03c035
Fix strict JS warning that slipped in with the fix for 71726. r=brade, sr=jst+kin
2002-05-21 18:26:52 +00:00
jfrancis%netscape.com
8bddd6f53e
fix for 140484: tagStr incorrectly freed in nsListCommand::GetCurrentState; r=jfrancis; sr=kin; ceckin in on behalf of Dan McGuirk
2002-05-20 10:48:31 +00:00
sspitzer%netscape.com
bf9bfc5d12
fix for blocker bug #145475 . plain text mail compose unusable.
...
regression caused by fix for #144955 .
thanks to ayn2@cornell.edu for the fix. r/sr=sspitzer
2002-05-18 22:41:48 +00:00
cmanske%netscape.com
60d424d184
Remove unnecessary utilities to enable/disable ui elements. fix by neil@parkwaycc.co.uk, b=144955, r=cmanske, sr=hewitt
2002-05-17 21:50:04 +00:00
cmanske%netscape.com
b9d07e88b7
Finished 'Clone' method for copying JS objects, b=135834, r=akkana, sr=hewitt
2002-05-17 04:48:21 +00:00
cmanske%netscape.com
1c61ce3c1b
Fixed list number style bug 131791, r=brade, sr=hewitt
2002-05-17 04:46:06 +00:00
cmanske%netscape.com
f8b4da3f44
Remove unnecessary method AppendLabelAndValueToMenuList, b=144956, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2002-05-17 04:42:21 +00:00
cmanske%netscape.com
a3ccb41ff2
Backing out changes to files accidentally checked in!
2002-05-17 03:39:21 +00:00
cmanske%netscape.com
610ab07135
Fixed spell check bugs 142597 (dictionary names not localized, r=andreww, sr=hewitt) and 112732 (added accesskeys, r=neil@parkwaycc.co.uk, sr=hewitt) EdSpellCheck.xul EdSpellCheck.js EdDictionary.xul EdDictionary.js
2002-05-17 03:27:45 +00:00
jfrancis%netscape.com
a82c157716
fix for 144787: multiple breaks inserted on return. r=fm;sr=kin
2002-05-17 02:44:55 +00:00
rpotts%netscape.com
73de225b01
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rbs%maths.uq.edu.au
9c16e826ee
bring back the disappearing smilies, b=144556, r=brade, sr=jst
2002-05-16 19:19:44 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
akkana%netscape.com
df3886396d
71726: fix validation url for the http case
2002-05-14 23:18:11 +00:00
jfrancis%netscape.com
2cfab56b94
fix for 108035: making a list out of several divs gave bad results sr=kin r=brade
2002-05-14 00:35:57 +00:00
jfrancis%netscape.com
890f83aea5
fix for 112167: pasting list items cal leave selection between items. Also allows you to type after pasted link without being in link. sr=kin r=fm
2002-05-14 00:05:37 +00:00
nhotta%netscape.com
1bd52be26d
Remove unused string for charset menu,
...
bug 140120, r=ftang, sr=alecf.
2002-05-08 18:38:37 +00:00
cmanske%netscape.com
0751fbc32a
Fixed getting state of 'noshade' attribute in Horizontal Lind Dialog. b=142784, r=brade, sr=hewitt
2002-05-07 22:45:54 +00:00
glazman%netscape.com
a6c1ef2532
Composer was assigning an invalid value to nowrap attribute on table cells.
...
b=142442, r=brade, sr=kin
2002-05-07 08:34:34 +00:00
cmanske%netscape.com
037ea85da6
Fixed enter key handling in Publish Progress dialog. b=140962, r=brade, sr=hewitt
2002-05-05 23:07:27 +00:00
cmanske%netscape.com
53570fb145
Fixed previewing page in browser command in Composer, b=140959, r=brade, sr=kin
2002-05-03 23:23:55 +00:00
akkana%netscape.com
3227b82c70
139420: Allow replacing a string with a null string. r= (and parts of the patch contributed by) parish@ntlworld.com, sr=kin
2002-05-02 00:12:11 +00:00
cmanske%netscape.com
fea981b870
Add accesskeys to spelling dialogs, b=112732, r=neil@parwaycc.co.uk, sr=hewitt
2002-05-01 23:05:29 +00:00
pinkerton%netscape.com
7d3dc95242
don't register image/jpeg, it only gets in the way of other things we do
...
support. r=brade/sr=alecf. bug# 69566
2002-05-01 22:02:54 +00:00
cmanske%netscape.com
33952ad5fe
Avoid duplicate sites when sitename changes, b=136413, r=akkana, sr=hewitt
2002-05-01 14:50:23 +00:00
cmanske%netscape.com
7e84acb02a
Clone objects to create temp variable, b=135834, sr=hewitt
2002-05-01 14:50:10 +00:00
cmanske%netscape.com
d653ec6f6c
Allow 'HTML' image to be to the right of 'Source' text in tab, b=113883, r=mkaply, sr=hewitt
2002-05-01 14:40:51 +00:00
cmanske%netscape.com
8bfaef1938
Make Link dialog wider for long urls, b=133790, r=brade, sr=kin
2002-05-01 00:39:45 +00:00
cmanske%netscape.com
6f382b8e08
Fixed display of 'undefined' instead of empty string in Publish Progress dialog, b=138040, r=brade, sr=kin
2002-04-30 23:55:48 +00:00
cmanske%netscape.com
877074989a
Fixed duplicate accesskey for Composer context menu, b=137621, r=brade, sr=kin
2002-04-30 23:49:47 +00:00
cmanske%netscape.com
941c1e24c6
Bring Table dialog to XUL1.0 standards for proper Esc key and button ordering, b=135945, r=neil@parkwaycc.co.uk, sr=kin
2002-04-30 23:42:48 +00:00
cmanske%netscape.com
18ffd9b907
Activate publish icon when typing in HTML source mode, b=140063, r=akkana, sr=kin
2002-04-30 23:30:29 +00:00
kin%netscape.com
43eb4cf116
Fix for bug 125345 (Font attributes disappear when you double click editor window)
...
Modified TypeInState::NotifySelectionChanged() to work around
bogus selection changed notifications (bug 140303). We now
call reset when the collapsed selection changes position, or
becomes uncollapsed.
mozilla/editor/libeditor/html/TypeInState.cpp
mozilla/editor/libeditor/html/TypeInState.h
r=jfrancis@netscape.com sr=attinasi@netscape.com
2002-04-30 20:59:43 +00:00
alecf%netscape.com
58ad7ad612
Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
...
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
andreww%netscape.com
047b1ee23a
bugzilla 141029 r=cmanske, sr=sspitzer add needed overlay target to editorTasksOverlay.xul.
2002-04-29 22:01:46 +00:00
alecf%netscape.com
9348ce8ac8
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
...
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
glazman%netscape.com
a6527a5a7e
weird crasher in |nsHTMLCSSUtils::GetElementContainerOrSelf|
...
b=138003, r=jfrancis, sr=kin
2002-04-29 10:13:23 +00:00
cmanske%netscape.com
699c3286d7
Fixed publish error message bug 138040, r=brade, sr=kin
2002-04-23 00:15:46 +00:00
cmanske%netscape.com
336cb9d09f
Fixed date/time format bug 132699 (fix mostly by nhotta), r=cmanske/nhotta, sr=kin
2002-04-22 23:37:28 +00:00
alecf%netscape.com
eaa6358150
remove convertISupportsToDOMWindow in order to clean up nsIWindowMediator
...
bug 138299 (preparation for bug 132175)
2002-04-22 14:02:48 +00:00
caillon%returnzero.com
69b81b0423
Bug 131672, many editor property dialogs have no access keys. Patch by neil@parkwaycc.co.uk, r=cmankse, sr=hewitt
2002-04-20 16:07:09 +00:00
jaggernaut%netscape.com
7e4e14d8c5
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
2002-04-20 01:48:32 +00:00
brade%netscape.com
5a9be507ea
show an alert if we fail to get a document uri (bug 126258) r=cmanske, sr=kin
2002-04-19 09:54:50 +00:00
jfrancis%netscape.com
a04491dcd9
more 136944: fixing typos in original patch. r=Aleksey Nogin, sr=kin. Thanks to Aleksey Nogin for catching these.
2002-04-19 07:43:19 +00:00
joki%netscape.com
bdfd051dfb
Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
bienvenu%netscape.com
bbe508afd4
make this file build (at least on windows) after nsIFileOutputStream changes r/sr = jkeiser
2002-04-18 23:14:30 +00:00
harishd%netscape.com
d6971b20c1
Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst
2002-04-18 22:11:17 +00:00
jst%netscape.com
cd9afd67e1
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
2002-04-17 04:17:16 +00:00
bryner%netscape.com
bc41a3df76
Remove workarounds in publish dialog for menulist sizing problem (bug 131481). patch from cmanske, r=bryner, sr=jag.
2002-04-17 01:13:36 +00:00
akkana%netscape.com
fdc4ae63df
134439: Make plaintext compose wrap to window width instead of output
...
width, and don't wrap quotes in <pre> or <span>, to work around various
editor bugs. Detect quoted blocks at output time, and continue our
existing behavior of not wrapping quoted text. r=jfrancis,bratell, sr=alecf.
2002-04-16 23:11:33 +00:00
dbragg%netscape.com
bcc260038d
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
bnesse%netscape.com
66e923f1e5
Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf.
2002-04-16 18:48:19 +00:00
brade%netscape.com
94e58d8fa6
bug 136413, submitted by rcassin@supernova.org (r=brade, sr=kin) use "host (scheme)" for default site name
2002-04-16 14:14:25 +00:00
brade%netscape.com
a26a1b5241
bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin)
2002-04-16 13:30:40 +00:00
jfrancis%netscape.com
27fcb61356
fix for bug 100855: paragraph fromat feedback from editor inaccurate. r=brade; sr=kin
2002-04-14 05:57:14 +00:00
jfrancis%netscape.com
2d573cc064
fix for 135337, 132837, 136504, and a side issue from
84485. The deal here is that the editor is smarter about figuring out what dom nodes appear empty to the user (properly accounting for invisible whitespace and invisible br nodes). r=glazman; sr=kin
2002-04-14 02:37:23 +00:00
jfrancis%netscape.com
98f0f3ed8b
fixing 136944: crash typing in editor. r=fm sr=kin
2002-04-13 23:54:59 +00:00
alecf%netscape.com
fba198f16c
fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
...
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
glazman%netscape.com
1e2772752b
Inserting a special char was disabling all inline styles in composer (due to bad call); b=103213, r=brade, sr=kin, a=rjesup, super-a=jfrancis, rs=jaime
2002-04-11 13:48:05 +00:00
brade%netscape.com
96711beded
change progress status icons if cancellation of publish, fix SetProgressFinished to handle cases where we don't have a filename (bug 126258 and 135771) r=cmanske, akkana; sr=kin
2002-04-11 13:35:51 +00:00
glazman%netscape.com
58271688b3
Allow Composer's users to remove named anchors w/o having to use Source View; b=80742; r=brade, r=jfrancis, sr=kin, a=asa
2002-04-11 13:33:30 +00:00
brade%netscape.com
f35b38070c
disable debug output, handle aborted error as a non-error, handle cases where we have a null channel (bugs 135527, 126258, 135771) r=cmanske, akkana; sr=kin
2002-04-11 13:27:00 +00:00
kin%netscape.com
772ad9c920
Fix for bug 136408 (Crash editing pages with text widgets)
...
Use :canvas as selector to avoid triggering layout crash bug 123049.
Added isindex and textarea to list of items to use default cursor.
r=jfrancis@netscape.com sr=sfraser@netscape.com
adt=syd@netscape.com a=rjesup@wgate.com
2002-04-10 22:01:02 +00:00
brade%netscape.com
99b2f7da72
bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime)
2002-04-09 13:54:02 +00:00
brade%netscape.com
35a95865ab
bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime)
2002-04-09 13:46:13 +00:00
jfrancis%netscape.com
3232e07c19
fixes for bugs:
90759: spaces not working in IME editting
132133: deleting last char on line can place caret incorrectly
132837: inline style and making new list items dont play nice
103867: nsSelectionState logic error
r=glazman; sr=kin; a=asa; adt=jamie; i'd also like to thank my mom, and my producer, who was there for me during detox, and of course everyone inthe academy, you are all so beautiful
2002-04-06 19:07:47 +00:00
cmanske%netscape.com
7d29866b4b
Cursor over links in Composer should be an I-beam, b=135847, r=akkana, sr=kin, a=asa, adt=jaime
2002-04-06 06:31:31 +00:00
cmanske%netscape.com
8a9c1c5967
Fixed id string for publish settings help, b=126244, r=robinf, sr=kin, a=rjesup/drivers, adt=jaime
2002-04-06 01:22:49 +00:00
brade%netscape.com
ac0a0bb682
remove checkOpenWindowForURLMatch (now in JS, editorApplicationOverlay.js) bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime
2002-04-06 00:47:21 +00:00
brade%netscape.com
e700aee03c
fix editPage to use new JS impl of CheckOpenWindowForURIMatch which compares URIs (bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime)
2002-04-06 00:45:54 +00:00
brade%netscape.com
fd10559242
fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf
2002-04-05 18:15:13 +00:00
kin%netscape.com
c57263e211
Fix for bug 135234 (Cursor is an I-beam when over scrollbar)
...
Use "*:scrolled-content" instead of "*" for text cursor rule to limit the impact to the content area.
r=glazman@netscape.com sr=sfraser@netscape.com
a=asa@mozilla.org adt=jaimejr@netscape.com
2002-04-05 15:27:38 +00:00
timeless%mac.com
c3b4db921a
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
timeless%mac.com
a84a7e233f
http://bonsai.mozilla.org/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1017959940&maxdate=1017960540&who=jst%25netscape.com&generateBackoutCVSCommands=1
...
Backing out the fix for bug 52334
approved by sheriff (karnaze) and cathleen
2002-04-05 05:42:10 +00:00
jst%netscape.com
bf7702387e
Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 22:42:19 +00:00
cmanske%netscape.com
31bb0125d7
Simplified error string for publishing, part of b=126258, r=andreww, sr=dveditz, a=asa, adt1.0.0+
2002-04-04 15:18:49 +00:00
cmanske%netscape.com
d84a792769
Composer Publishing fixes: Add support to not upload images (b=134001,r=akkana, sr=kin), Don't save site data if not successfully published (b=132604, r=akkana, sr=kin), improve error handling (b=126258, r=andreww, sr=dveditz), Make 'CheckAndSaveDocument' do publishing for remote url (b=126450, r=brade, sr=kin), Save command should publish if remote file (b=132634, r=brade,sr=kin), Fix FTP publishing (b=133823, r=brade, sr=kin) all are: a=asa, adt1.0.0+
2002-04-04 15:14:32 +00:00
cmanske%netscape.com
a7a0d0cd80
Publishing bugs: Keep progress dialog open longer (b=133825), Add support to not upload images (b=134001), Don't save site data if not successfully published (b=132604) all are: r=akkana, sr=kin, a=asa, adt1.0.0+
2002-04-04 14:56:30 +00:00
cmanske%netscape.com
e726ee5f63
New string as part 'Keep progress dialog open longer', b=133825, r=akkana, sr=kin, a=asa, adt1.0.0+
2002-04-04 14:51:11 +00:00
cmanske%netscape.com
1517402da8
Strip password when displaying doc url, b=134695, r=brade, sr=kin, a=asa ,adt1.0,0+
2002-04-04 14:30:15 +00:00
jaggernaut%netscape.com
17e594a87c
Bug 128959: add icons to Tools menu. r=bryner, sr=hewitt, a=asa, adt1.0.0+. Note: placeholder icons checked in for now, the correct icons will be checked in when they're ready.
2002-04-04 09:48:20 +00:00
jst%netscape.com
020632bdc1
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
2002-04-04 07:31:16 +00:00
jst%netscape.com
aa9f71957d
Fixing bug 52334. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
2002-04-04 02:09:19 +00:00
blakeross%telocity.com
5e34851046
108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan
2002-04-03 04:16:28 +00:00
cmanske%netscape.com
2758a4b4fb
Finish save file code based on new pref to determinine if we save images when saving remote file, b=110779, r=brade, sr=alecf, a=asa
2002-04-02 07:11:24 +00:00
cmanske%netscape.com
f4c63f82da
Fixed Edit Page, b=134688, r=brade, sr=kin, a=asa
2002-04-02 05:58:23 +00:00
cmanske%netscape.com
e809eb8ea7
Fixed calls to nsIIOServices::extractUrlPart because of change in api. b=134248, r=brade, sr=kin, a=asa
2002-03-31 03:44:09 +00:00
cmanske%netscape.com
3c52bdaaa9
New strings for publishing, b=134251, r=brade, sr=kin, a=asa
2002-03-31 03:41:23 +00:00
hewitt%netscape.com
d38a0937d9
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cmanske%netscape.com
b31b2d731b
Fixed publish dialog ui, b=130721, r=brade, sr=hewitt, a=asa
2002-03-27 03:52:37 +00:00
cmanske%netscape.com
6df0276bf8
New publish prefs strings, b=110779, r=brade, sr=hewitt, a=asa
2002-03-27 03:51:42 +00:00
akkana%netscape.com
2358061dc8
133530: make Find Again use new find. r=cmanske sr=sfraser a=asa
2002-03-27 03:45:49 +00:00
cmanske%netscape.com
0f08ba5919
New publish progress dialog, b=120124, r=brade, sr=hewitt, a=asa
2002-03-27 03:45:26 +00:00
cmanske%netscape.com
8a0c8b24d6
Defaults for new Composer save and publish prefs, b=110779, r=brade, sr=hewitt, a=asa
2002-03-27 03:44:29 +00:00
cmanske%netscape.com
fd63ac8d23
New prefs for saving and publishing, b=110779, r=brade, sr=hewitt, a=asa
2002-03-27 03:43:42 +00:00
cmanske%netscape.com
c6e7d43426
Publish progress and error handling, b=120124, r=brade, sr=hewitt, a=asa
2002-03-27 03:42:20 +00:00
cmanske%netscape.com
1c71d6d8a2
Strings for publish progress dialog (b=120124) and related prefs (b=110779), r=brade, sr=hewitt, a=asa
2002-03-27 03:40:10 +00:00
cmanske%netscape.com
e9ad5849cd
Publish progress dialog, b=120124, r=brade, sr=hewitt, a=asa
2002-03-27 03:39:57 +00:00
brade%netscape.com
e15f264e5b
remove deprecated functions: EditorOpenURL (use editPage instead) and FindAndSelectEditorWindowWithURL; add some extra checks to reduce console warnings; remove redundant code in delayedOpenWindow; enable spellcheck items if spellchecker is present (bug 104908, r=cmanske, sr=kin, a=dbaron)
2002-03-27 02:04:43 +00:00
brade%netscape.com
d4045452e6
fix editPage to use "win" for var instead of "window", look for emptyWindows and use it if possible (bug 104908, r=cmanske, sr=kin, a=dbaron)
2002-03-27 01:35:32 +00:00
brade%netscape.com
aea29bfdb9
call editPage instead of deprecated EditorOpenUrl (bug 104908, r=cmanske, sr=kin, a=dbaron)
2002-03-27 01:28:14 +00:00
akkana%netscape.com
e52d759ee5
121898: Make rewrap more consistent in wrapping long lines vs. short lines,
...
and fix a problem where blank lines would replicate. r=cmanske sr=kin a=asa
2002-03-26 22:09:47 +00:00
cmanske%netscape.com
a89a6d15ab
Simplify GetString() method in Composer, b=133546, r=brade, sr=kin, a=asa
2002-03-26 21:19:28 +00:00
cmanske%netscape.com
8de1b67272
Double click on text should only select a word if not a link in Compsoser, b=133308, r=brade, sr=kin, a=asa
2002-03-26 20:52:06 +00:00
attinasi%netscape.com
23630d30e8
Support for proprietary style property to allow composer to force broken image icons. b=58646 r=karnaze sr=kin a=asa
2002-03-26 20:14:05 +00:00
morse%netscape.com
6dcaf507ae
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
akkana%netscape.com
36234b8d88
131277: change signature of outputToString to return the string. r=jfrancis sr=sfraser a=asa
2002-03-25 22:39:19 +00:00
dbaron%fas.harvard.edu
6efddef09e
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:16:54 +00:00
dbaron%fas.harvard.edu
0ba01241e6
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:08:20 +00:00
dbaron%fas.harvard.edu
df8e0b2f1e
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:52:27 +00:00
cmanske%netscape.com
6ed40c3805
Add tasks overlay for starting editor from taskbar or menus in other modules. b=122271, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa
2002-03-23 04:38:14 +00:00
cmanske%netscape.com
edb94adb74
Exception error in Spelling Dictionary dialog and XUL1.0 fixup, b=132697, r=andreww, sr=hewitt, a=asa
2002-03-23 01:28:49 +00:00
cmanske%netscape.com
3038c009d4
Support 'Stop' and 'Send' actions when spell checking before sending mail message. b=132697, r=andreww, sr=hewitt, a=asa
2002-03-23 01:27:05 +00:00
cmanske%netscape.com
4b0e989dfb
Check for duplicate publishing site names, b=127465, r=rcassin, sr=dveditz, a=asa
2002-03-22 22:06:15 +00:00