jaggernaut%netscape.com
4e7c966d11
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
brade%netscape.com
ec16552a3a
use Truncate instead of SetLength(0); r=cmanske, sr=bz, bug=209548
2003-07-18 02:27:19 +00:00
brade%netscape.com
d91118e262
fix linux bustage
2003-07-14 15:43:20 +00:00
brade%netscape.com
d02d3e1612
cleanup #includes; r=kaie, sr=darin, bug=180316
2003-07-14 14:37:23 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
scott%scott-macgregor.org
60e11691f4
Bug #212469 --> spell checker should ignore quoted text for HTML mail.
...
r/sr=kin
2003-07-12 00:17:37 +00:00
leon.zhang%sun.com
467c93cfb1
First patch for bug 208446: Caret stops blinking or disappears, prevent firing assertion
...
r=sfraser sr=kin
2003-07-09 03:05:25 +00:00
brade%netscape.com
0ff8702179
remove unused variables to fix warnings; no bug, no reviews
2003-07-08 22:10:09 +00:00
brade%netscape.com
9371323b42
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:22:56 +00:00
bzbarsky%mit.edu
b2ba25b6fd
Move to the double-'::' notation for various pseudo-elements.
...
Bug 211657, r+sr=dbaron
2003-07-07 21:57:01 +00:00
brade%netscape.com
920f7b4f36
NS_IMPL macro cleanup; r=timeless; sr=kin; bug=209548
2003-06-27 14:19:40 +00:00
glazman%netscape.com
0da80aab17
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 08:50:48 +00:00
glazman%netscape.com
042cd298c3
Files removed, they were accidentally checked in with a non binary cvs add
2003-06-25 07:49:49 +00:00
glazman%netscape.com
269e2643a2
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 07:30:19 +00:00
jst%netscape.com
abefba9053
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
caillon%returnzero.com
2df173e9c8
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
brade%netscape.com
917018d64b
fix MOZ_COMPOSER to be specific to composer app; use plaintext flag; r=bryner, sr=smfr, bug 208132
2003-06-10 20:34:45 +00:00
brade%netscape.com
7ee40f2dfe
removing commented out includes
2003-06-10 18:57:51 +00:00
brade%netscape.com
44d112991f
bug 208132; move required files (for html editing) out of ui/composer/content and into composer/src/res; r=byner, sr=smfr
2003-06-09 14:06:46 +00:00
brade%netscape.com
0058480b59
GetCommandState for document commands to return their boolean values; r=glazman, sr=sfraser, bug=208544
2003-06-06 19:28:25 +00:00
leon.zhang%sun.com
3363f7d0a1
patch for bug 207469: optimize timer usage in nsComposerCommandsUpdater::PrimeUpdateTimer()
...
sr=sfraser r=Henry.Jia
2003-05-30 06:33:47 +00:00
timeless%mozdev.org
bee83d7a31
Bug 206204 `nsHTMLTag gWatchTags[3]', nsEditorParserObserver defined but not used
...
r=brade sr=sfraser a=dbaron
2003-05-23 14:51:04 +00:00
brade%netscape.com
167f576e22
fix assignment per sspitzer; bug 195506 a=sspitzer r/sr=smfr
2003-05-09 18:18:53 +00:00
brade%netscape.com
8403b92e85
handle utf8 font names bug 201233; patch by taka, r=brade, sr=jag
2003-04-18 13:12:13 +00:00
kin%netscape.com
1358474efa
Fix for bugzilla 91131(Cannot spellcheck selection)
...
First pass implementation of spellcheck selection feature:
editor/composer/src/nsEditorSpellCheck.cpp
editor/idl/nsIEditorSpellCheck.idl
editor/txtsvc/public/nsITextServicesDocument.h
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h
editor/ui/composer/content/ComposerCommands.js
editor/ui/dialogs/content/EdSpellCheck.js
mailnews/compose/resources/content/MsgComposeCommands.js
r=jfrancis@netscape.com ,brade@netscape.com sr=sfraser@netscape.com
2003-04-17 14:29:08 +00:00
brade%netscape.com
7ecf62dc84
add document commands for toggling image animation/plugins, clearing undo stack; r/sr=sfraser (patch in bug 195506)
2003-04-15 13:53:51 +00:00
sfraser%netscape.com
f78fc1b8d8
Appease the Windows __stdcall gods. Bug 201257.
2003-04-10 20:45:17 +00:00
sfraser%netscape.com
abe53e192f
Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
...
Renaming nsIControllerCommandManager to nsIControllerCommandTable to reduce confusion.
Moving the immutability flag from the nsBaseCommandController to the nsControllerCommandTable.
Renaming the 'refcon' on nsIControllerContext to 'context', and giving nsIControllerContext an Init() method that optionally takes a command table.
Fixing the editor and composer module code to create pre-filled nsIControllerCommandTables as services, and the controller constructors to create singleton command tables with do_GetService.
r=brade, sr=alecf.
2003-04-10 18:44:03 +00:00
glazman%netscape.com
4e4971d3d2
EditorOverride.css contained slow CSS rules; b=196625, r=kin, sr=kin
2003-03-25 15:16:21 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
brade%netscape.com
4f7267abed
fix unlink (remove href) command; it needs to only do removal r=Neil, timeless, sr=kin; bug 193716
2003-03-04 15:42:44 +00:00
brade%netscape.com
c1ca12e17f
allow editors to edit documents which contain iframes (bug 193902, r=cmanske, sr=smfr)
2003-02-27 14:06:29 +00:00
glazman%netscape.com
7d058dbd34
Allow mouse-driven resizing of images and tables in all instances of editor.
...
For the default Mozilla build, this includes Composer and Mail Composition.
Embeddors willing to disable this feature should look at |nsHTMLEditor::SetIsImageResizingEnabled()|
Displays eight resizing handles plus an info box. Images are resized real-time.
Uses HTML attributes in pure HTML mode (mail composition for instance) and CSS properties when available.
Undoable and Redoable. Does not grind coffe and make a good expresso yet.
Thanks if you really read to that line.
b=47066, r=brade, r=cmanske (for the algo part inheriting from the XBL patch), sr=kin
2003-02-24 09:37:18 +00:00
brade%netscape.com
df655d18d8
register command for removing a link (bug 193716); r=mkaply, sr=smfr, a=asa
2003-02-19 15:03:49 +00:00
heikki%netscape.com
94463ab443
Fixing build bustage; added missing semicolon.
2003-02-17 22:19:43 +00:00
mkaply%us.ibm.com
8d61d5c090
#193719
...
r=brade, sr=kin, a=dbaron
Midas - crash - handle unexpected empty parameters
2003-02-17 21:02:43 +00:00
brade%netscape.com
61f5799369
add comments, remove warnings, cancel mLoadBlankDocTimer to prevent crash, disable animation of images (bugs 191392, 192976, 191166) r=smfr, kin, brade; a=asa (mLoadBlankDocTimer portion originally submitted by cmanske@netscape.com)
2003-02-14 14:56:32 +00:00
neil%parkwaycc.co.uk
a9c0a6ad41
Bug 82547 patch allows Composer to catch mouse events on some form elements r=glazman sr=kin a=asa
2003-02-14 09:59:51 +00:00
mkaply%us.ibm.com
8722e3bb55
#192024
...
r=brade, sr=kin, a=asa
domSelection can be null if there is no presShell - don't dereference it
2003-02-06 05:34:47 +00:00
brade%netscape.com
c26e9bdaf8
fix bug 187351 by cancelling docshell refresh timers; fix bug 182290 by changing destruction order and cleaning up error checking (don't let some failures stop destruction sequence); r=sfraser, sr=kin
2003-01-22 00:46:38 +00:00
brade%netscape.com
d4c59e3e06
fixes for bug 182290 (cancelling timer during destruction) and bug 183133 (enabling undo after typing a letter); r=sfraser, sr=kin
2003-01-22 00:41:32 +00:00
brade%netscape.com
98beaa83c8
register commands (bug 184719, r=mkaply, sr=sfraser)
2003-01-17 12:54:18 +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
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
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
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
brade%netscape.com
695f629d17
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +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
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
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
411cfc84da
Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser
2002-11-27 00:35:09 +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
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
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
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
brade%netscape.com
cd7d7bf7a5
fix compiler warning introduced by bug 170353
2002-11-13 15:45:34 +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
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
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
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
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
mjudge%netscape.com
83252db51b
135774 r=cmanske sr=jag
2002-10-09 02:10:22 +00:00
cmanske%netscape.com
e181e47206
More 'editorShell' removal. b=169029, r=brade, sr=kin
2002-10-09 00:26:08 +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
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
cf361191e0
Remove editorShell from main Composer window. b=169026, r=brade, sr=alecf
2002-10-03 04:07:10 +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
8525438c18
bug 121648; remove unused portions of editorshell (r=glazou, sr=kin)
2002-09-30 13:51:35 +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
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
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
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
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
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
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
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
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
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
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
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +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
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
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
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
akkana%netscape.com
efa18def7e
126312: Remove the obsolete old find code. r=brade, sr=alecf.
2002-07-09 20:24:37 +00:00
bryner%netscape.com
a06a9565aa
Removing this file, it's dead. r=sfraser.
2002-06-24 19:45:41 +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
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
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
rpotts%netscape.com
73de225b01
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +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
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
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
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
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
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
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
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
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
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
cmanske%netscape.com
d5612a514e
Moved mouse listener from EditorShell to HTMLEditor but keep previous context click and doubleclick element selection behavior. b=112181 & 128836, r=akkana, sr=sfraser, a=asa
2002-03-17 20:39:16 +00:00
cmanske%netscape.com
2aadd2a4c1
Composer must always bypass cache when loading URLs, b=128134, r=brade, sr=darin, a=asa
2002-03-16 18:13:32 +00:00
glazman%netscape.com
52ff92502a
caret was disappearing in non-empty named anchors because of
...
'-moz-user-input: none;' declaration attached to a[name] selector.
Selector removed from the corresponding rule and cursor changed to text I-beam for non-empty named anchors
b=84095, r=bryner, sr=kin, a=asa
2002-03-15 13:12:15 +00:00
akkana%netscape.com
d7cbebbdc8
128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron
2002-03-14 22:11:14 +00:00
cmanske%netscape.com
6dfe019d1f
Use text cursor over most of Composer's content window. b=128534, r=brade, sr=sfraser, a=asa
2002-03-13 01:35:15 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
bryner%netscape.com
5b25aa8efe
Adding missing .cvsignore files. a=leaf.
2002-02-27 23:53:14 +00:00
rods%netscape.com
785aacab83
1) Makes sure that when a PrintSettings is created it is initialized from the
...
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
2002-02-20 03:18:33 +00:00
brade%netscape.com
5150806885
fix to use NS_LITERAL_STRING; bug 26384 r=cmanske sr=kin
2002-02-19 22:14:57 +00:00
mjudge%netscape.com
4bd6ce5363
small change for STATE_STrIng to STATE_ATTRIBUTE only embedding will notice.
2002-02-18 09:55:58 +00:00
cmanske%netscape.com
98bb38ac3e
Don't try to show empty name on Composer caption, b=121684, r=brade, sr=hewitt
2002-02-16 02:24:04 +00:00
cmanske%netscape.com
46cc62e9ab
Update for publishing UI, b=88208, r=brade, sr=ben
2002-02-15 06:07:40 +00:00
alecf%netscape.com
fe8bbbd587
dependency update
2002-02-06 22:19:07 +00:00
jst%netscape.com
cb926125b8
Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-02-05 05:53:56 +00:00
mcafee%netscape.com
e27d04dce9
Fixing more bustage. r=mjudge
2002-02-02 08:10:55 +00:00
mcafee%netscape.com
cc426c292f
Fixing build bustage, tab lossage
2002-02-02 07:58:39 +00:00
mjudge%netscape.com
fb4db1f323
file from previous checkin
2002-02-02 05:14:25 +00:00
mjudge%netscape.com
726b5e82c1
115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
2002-02-02 05:13:56 +00:00
rods%netscape.com
ab52751787
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
mjudge%netscape.com
ca4de4f1e9
BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
2002-01-30 04:46:54 +00:00
kin%netscape.com
adafee6bb5
Workaround fix for bug #117141 (Composer crashes when loading pages with an HTML Select element [@FrameManager::GetPrimaryFrameFor])
...
Removed seemingly unnecessary selection UI Style rule for -moz-dropdown-list,
to workaround the crash that happens during the restyling of the HTML Select
element when the EditorOverride.css style sheet is loaded.
r=brade@netscape.com sr=sfraser@netscape.com
2002-01-28 15:06:44 +00:00
glazman%netscape.com
0d36604e29
move CSS in Composer stuff from nsEditorShell to nsHTMLEditor; b=121081, r=brade, sr=kin
2002-01-25 10:20:11 +00:00
glazman%netscape.com
fd4d0fd0da
remove CSSisms from nsEditor; b=121092, r=brade, sr=kin
2002-01-25 10:16:52 +00:00
brade%netscape.com
61c6aca727
#include cleanup to prepare for nsIDiskDocument removal (bug 102033)
2002-01-14 21:16:41 +00:00
brade%netscape.com
4413188982
#include cleanup to reduce unused statics (bug 117927)
2002-01-14 21:09:37 +00:00
brade%netscape.com
774a1fbe73
#include cleanup to lessen unused static variables (bug 117927)
2002-01-14 21:07:31 +00:00
brade%netscape.com
48f2e221fd
remove unneeded #include (bug 115115)
2002-01-14 21:01:52 +00:00
cmanske%netscape.com
a223374295
Make 'sub' and 'sup' text styles mutually-exclusive, b=100825, r=jfrancis, sr=ben
2002-01-09 15:36:13 +00:00
glazman%netscape.com
68488c9353
CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin
2002-01-09 13:51:37 +00:00
locka%iol.ie
87bfcf8f7f
Removed huge chunks of dead webshell and cleaned up a few references to it elsewhere in the code. b=113970 r=valeski@netscape.com sr=rpotts@netscape.com
2002-01-08 13:01:38 +00:00
rods%netscape.com
7929b953f5
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
mjudge%netscape.com
d7c892374e
wrong name for module name. needed webbrwsr not webBrowser_core
2001-12-18 02:06:04 +00:00
mjudge%netscape.com
2ecc969e5b
bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not
2001-12-18 01:29:49 +00:00
brade%netscape.com
d6ef260d9a
more NS_LITERAL_STRING cleanup (bug 26384; r=cmanske, sr=alecf)
2001-12-17 15:23:51 +00:00
jaggernaut%netscape.com
4af5bbf65c
Fix bustage
2001-12-17 09:59:21 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
cmanske%netscape.com
b6728d8c63
Support changing list bullet/number style for selected list items. b=92278 r=jfrancis,brade sr=kin
2001-12-12 03:57:32 +00:00
brade%netscape.com
62e41cea2f
#include cleanup; NS_LITERAL_STRING cleanup (bug 26384; r=akk, sr=kin)
2001-12-07 15:21:55 +00:00
brade%netscape.com
898a0f5224
NS_LITERAL_STRING cleanup (bug 26384; r=akk, sr=kin)
2001-12-07 15:17:29 +00:00
cmanske%netscape.com
931c4dc848
Remove nsIEditorShell::Init(), b=110763, r=brade, sr=sfraser
2001-12-06 15:11:50 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
rpotts%netscape.com
1f0cc6e6b9
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
brade%netscape.com
42b3f7502b
remove unused methods; r=cmanske; sr=kin (bug #107636 )
2001-11-27 13:59:57 +00:00
brade%netscape.com
dc57979608
remove string bundle code from Init; add IsSupportedTextType to api :-( and change callers; add DoAfterSave method to api; bug #107636 (r=kin; sr=sfraser)
2001-11-20 09:54:37 +00:00
brade%netscape.com
9345e2069d
remove IsSupportedTextType since it is now part of idl (bug #107636 r=kin; sr=sfraser)
2001-11-20 09:54:21 +00:00
cmanske%netscape.com
78eb8d28b9
Fixed error checking and reporting when loading page in Composer and removed commented-out code, b=105561, r=akkana, sr=kin
2001-11-15 05:26:25 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
rods%netscape.com
b9ecdfca41
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dbaron%fas.harvard.edu
9ab72b8bb6
Fix nsDependentString users not to pass null buffers. b=104651 r=jag rs=scc
2001-11-07 05:11:46 +00:00
brade%netscape.com
32b10a8ac0
fix build bustage from #104883 ; r=adamlock/jag
2001-11-01 17:00:41 +00:00
brade%netscape.com
2d518241ea
factoring of SaveDocument and nsIFile->nsIURI (bug #104883 )
2001-11-01 15:26:33 +00:00
brade%netscape.com
6e3598819c
nsIFile->nsIURI for SaveDocument; factoring of SaveDocument (bug #104883 )
2001-11-01 15:26:28 +00:00
jaggernaut%netscape.com
729180f6cd
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 11:28:06 +00:00
rpotts%netscape.com
ae53430684
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
2001-10-27 02:52:39 +00:00
cathleen%netscape.com
140f4fbdf5
Fix static build bustage.
2001-10-24 01:13:51 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
dbaron%fas.harvard.edu
ed869c764e
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
sfraser%netscape.com
c4da00b776
Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake/fm
2001-10-13 02:27:35 +00:00
jaggernaut%netscape.com
c39b98b2a4
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
waterson%netscape.com
6d912607d1
Fix static build bustage.
2001-10-05 15:29:51 +00:00
seawood%netscape.com
371e27f123
Some platforms require all symbols to be linked at link-time.
...
r,sr,a,moa=flaming tinderboxes.
2001-10-05 08:20:31 +00:00
akkana%netscape.com
408739ce43
dveditz says this will fix the windows bustage
2001-10-05 02:16:58 +00:00
alecf%netscape.com
a0f2cbea5c
move config.mak inclusion later in the file so we pick up proper REQUIRES
...
(bustage fix)
2001-10-05 01:34:22 +00:00
akkana%netscape.com
543cd03d08
Fix bustage -- wrong linebreaks, descending into directory with no makefile
2001-10-05 01:10:49 +00:00
akkana%netscape.com
ba56bdc789
66345: windows makefiles for editor reorganization.
...
Not yet part of the build (until the switch is flipped).
r=cmanske, sr=sfraser,kin, a=dbaron + leaf,loan.
2001-10-04 23:12:09 +00:00
akkana%netscape.com
4d776da5c7
66345: Update the Makefiles to make REQUIRES work. Not yet part of the build.
2001-10-03 00:54:12 +00:00
cmanske%netscape.com
1d7fa1672a
Fixed comment spelling as suggested by kin for bug 93475, r/s=kin
2001-10-03 00:42:38 +00:00
cmanske%netscape.com
70df6cc1ac
Fixed detecting NS_ERROR_FILE_NOT_FOUND case when loading URL in Composer (b=93475) and setting new document and base URL when saving file (b=101426), r=brade,akkana, sr=kin
2001-10-03 00:13:00 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
harishd%netscape.com
6cf7e21d1f
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
alecf%netscape.com
b570b3627a
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
gerv%gerv.net
eecb4c06ee
License changes, take 2. Bug 98089. mozilla/editor/.
2001-09-25 22:53:13 +00:00
akkana%netscape.com
32dedbc104
Unix/Win makefiles for 66345. r=cmanske, sr=sfraser. Not yet part of the build
2001-09-25 00:45:54 +00:00
sspitzer%netscape.com
952fa9d0ff
fix for #101061 . use nsDependentString to avoid copying the body of a message (twice)
...
when replying. r=sfraser@netscape.com , sr=kin@netscape.com
2001-09-24 22:30:39 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
rpotts%netscape.com
91df4b9c17
bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused.
2001-09-17 23:22:00 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
sspitzer%netscape.com
c5e2cc251a
breaking apart EditorToolbars.css into 3 files for performance reasons.
...
r=manske, sr=hewitt, a=asa #97487
2001-08-31 22:04:19 +00:00
cmanske%netscape.com
c8695a1a29
Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa
2001-08-24 19:47:46 +00:00
cmanske%netscape.com
7805adb04c
Finish fixing Fixed Width bug 79200, r=brade, sr=sfraser, a=asa
2001-08-23 00:05:53 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
cmanske%netscape.com
f17b1686fc
Don't select cell when context menu is launched, b=93322, r=brade, sr=sfraser
2001-08-10 03:50:58 +00:00
akkana%netscape.com
b2618d9ca4
54726: Add link to W3C Validator
...
90550: Need to rewrite URLs for publishing and for save as
91388: Link checker, Work in progress (doesn't work yet)
r=brade, sr=kin
2001-08-07 21:39:07 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
mjudge%netscape.com
fba51d0090
82993, 87662 r=glazman,cmanske,kin forgot to put r= on other part of this checkin. This will stop entry into generated content and also make the drag selection work better with variant sized text.
2001-07-19 23:33:33 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
sfraser%netscape.com
1415f2a83f
Fixing bug 85504: Crash in GetSelectedElement if loading a bad frameset page -- fix frameset detection, and add null checks. r=akkana, sr=waterson
2001-07-06 00:50:05 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
sfraser%netscape.com
cf542e63dd
Fix for bug 87910 -- allow Edit Page to work a second time. r=dougt, sr=kin
2001-06-29 22:03:10 +00:00
dougt%netscape.com
758f79ff72
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
sfraser%netscape.com
ce7d569925
Fix for 82243; make sure we use "html" extension when saving files, if the MIME info gives us "htm". r=jfrancis, sr=scc
2001-05-23 00:21:29 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
sfraser%netscape.com
1629b30c8b
Fix the Windows build (doesn't like operators inside of trigraphs, or something).
2001-05-18 07:39:19 +00:00
sfraser%netscape.com
172a2ac866
Fix for bugs 23943, 47640 and 63515. Teach editor to handle plain text, and other text file types (including XUL, XML, JS etc), and, in the process, make the commands be smarter about disabling in text mode, and HTML source mode. r=brade, sr=kin
2001-05-18 06:42:37 +00:00
rpotts%netscape.com
f02e84c4bb
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
glazman%netscape.com
cab88a96ac
Format > Align menu item in Composer not reflecting justification; b=78869, r=mjudge, sr=jst
2001-05-11 08:25:35 +00:00
jst%netscape.com
ea706038cf
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
sfraser%netscape.com
419f77acfc
Fix some URMs and warnings in editor code, sr=kin, no bug.
2001-05-02 23:19:29 +00:00
cmanske%netscape.com
2b11cbf638
Fixed context menu problem when > 1 cell selected, b=55991, r=akkana, sr=kin
2001-04-30 23:58:55 +00:00
cmanske%netscape.com
76789736de
Fixed selection in links, b=65141, r=sfraser,attinasi sr=kin
2001-04-30 23:53:32 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
sfraser%netscape.com
245d4eb76f
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
54db7dffa3
mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332
2001-04-27 04:16:22 +00:00
cmanske%netscape.com
252a6200b6
Fixed selection of named anchor icon, b=68714, r=mjudge, sr=kin
2001-04-17 23:13:45 +00:00
sfraser%netscape.com
7e1751ab0f
Fix for bug 75492 -- make <button>s selectable in composer. r=rods, sr=attinasi
2001-04-13 00:39:52 +00:00
hewitt%netscape.com
58196589e7
72530 - oversized dialog problems, r=jag, sr=alecf
2001-04-12 05:42:05 +00:00
cmanske%netscape.com
1719c073e7
Fixed reset selection when inserting under <head>. Also removed compile warning in nsTableEditor.cpp, b=71883, r=jfrancis,kin sr=sfraser
2001-04-12 03:41:06 +00:00
danm%netscape.com
04d1dedd25
moving implementation details mistakenly placed in public promptservice interface to the private one. r=hyatt,jack
2001-04-12 02:18:06 +00:00
sfraser%netscape.com
473036a7fc
Fix bug 75271; ensure that we update commands properly for batched transactions. r=akkana, sr=kin
2001-04-11 23:11:29 +00:00
cmanske%netscape.com
a494fecfe3
Fixed property dialog launch bug 75441, r=akkana, sr=kin
2001-04-11 04:42:55 +00:00
ccarlen%netscape.com
2ad2b9adcf
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
danm%netscape.com
c223f055da
commondialog service is being replaced by promptservice. bug 72112 continues
2001-04-09 01:35:41 +00:00
mjudge%netscape.com
0d5b00ec9a
66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings
2001-04-07 00:45:26 +00:00
kin%netscape.com
73ce3da023
Fix for bug #74983 : Can't start Composer or MessageCompose
...
Add missing NS_INIT_REFCNT macro.
r=shaver@mozilla.org ,mjudge@netscape.com sr=scc@mozilla.org
2001-04-06 14:38:15 +00:00
sfraser%netscape.com
90c3b17785
Not part of build. In-progress work on editor session
2001-04-05 23:57:22 +00:00
akkana%netscape.com
e7ab6b7638
66345: New unix/win makefiles for new editor directories,
...
anticipating the move of files from editor/base.
Not built yet, needs Mac project. r=jfrancis, sr=kin/sfraser
2001-04-05 23:51:30 +00:00
akkana%netscape.com
097e2cd077
66345: Factoring necessary for editor reorganization. sr=kin/sfraser, r=jfrancis
2001-04-05 23:48:01 +00:00
akkana%netscape.com
838b5416b8
New files necessary for phase 1 of editor reorganization checkin.
...
r=jfrancis, sr=kin,sfraser
2001-04-05 23:34:08 +00:00
blakeross%telocity.com
c9b9689e26
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
sfraser%netscape.com
4097a932ed
Fix HPUX bustage
2001-04-05 02:11:57 +00:00
sfraser%netscape.com
ae21d8429d
Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin
2001-04-04 23:48:03 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
cmanske%netscape.com
48b706d16c
Part of fix for plaintext editor bug 69536. r=brade, sr=kin
2001-03-28 21:19:47 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
valeski%netscape.com
68017cb9e2
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00