jaggernaut@netscape.com
fff827a77e
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
seawood@netscape.com
9621cb605e
Move xpcom specific defines from mozilla-config.h into xpcom-config.h.
...
Bug #210409 r=dougt
2003-06-27 04:12:16 +00:00
seawood@netscape.com
7ed94afd0d
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
sfraser@netscape.com
8a88db7231
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
dbaron@dbaron.org
db12701ea5
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. sr=jag
2003-01-10 20:02:04 +00:00
dbaron@dbaron.org
f214c6bf25
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
cmanske@netscape.com
c8bcfa1fc1
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
mkaply@us.ibm.com
759db70746
Two more REQUIRES needed
2002-11-11 22:35:49 +00:00
brade@netscape.com
d03e91fa78
add requires (bug 157117)
2002-11-11 21:20:47 +00:00
brade@netscape.com
bb5949f960
add private methods for targetting of commands (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:15:44 +00:00
brade@netscape.com
f3780a3843
change api to allow for commands to be directed to a particular window, all non-targeted commands must come from chrome (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:15:40 +00:00
brade@netscape.com
f22860c814
change api to allow for commands to be directed to a particular window (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:15:31 +00:00
brade@netscape.com
c354ac5b5f
reduce size of HashEntry so that the assertion won't be triggered (bug 168301, r=sfraser, sr=brendan)
2002-09-12 22:09:45 +00:00
brade@netscape.com
61a7454ad8
fix api for JS usage (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:10:32 +00:00
brade@netscape.com
2513d4e4b2
fix api for JS usage; remove nsIStateUpdatingControllerCommands in favor of CommandParams (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:40 +00:00
dougt@netscape.com
46ce738546
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
d033b574fe
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
alecf@netscape.com
5918c0bebc
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
bryner@netscape.com
3255ebf24a
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
seawood@netscape.com
f31500b018
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
alecf@netscape.com
aa1da7db6f
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
mjudge@netscape.com
835013d291
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
bryner@netscape.com
94410e9bc5
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
alecf@netscape.com
ebfefbe69c
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
dbaron@fas.harvard.edu
3edcb8e3e6
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:35:01 +00:00
alecf@netscape.com
5c207a1670
dependency update
2002-02-06 22:52:53 +00:00
mkaply@us.ibm.com
aaa2bc74ab
OS/2 bustage
2002-02-02 20:37:39 +00:00
mkaply@us.ibm.com
49e81fe5f9
OS/2 bustage
2002-02-02 14:28:55 +00:00
mcafee@netscape.com
b0737a075e
Ignore generated files.
2002-02-02 07:53:30 +00:00
mjudge@netscape.com
81a93cd019
wrong requires. fix bustage
2002-02-02 06:59:44 +00:00
mjudge@netscape.com
0f8501a4ca
missed this one
2002-02-02 06:03:50 +00:00
mjudge@netscape.com
59cc5aac6b
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
mjudge@netscape.com
e54a540a92
BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
2002-01-30 05:15:42 +00:00
brendan@mozilla.org
3983cc539e
Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson).
2001-10-16 05:40:27 +00:00
gerv@gerv.net
419be9f681
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
gerv@gerv.net
30a09f1d88
Oops.
2001-09-20 00:02:59 +00:00
scc@mozilla.org
a43c5e83a8
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
sfraser@netscape.com
348420290f
Work in progress for command handling APIs. Not part of the build
2001-04-06 01:27:53 +00:00
sfraser@netscape.com
52ee806707
Work in progress for command updating APIs. Not part of the build.
2001-04-06 01:26:49 +00:00
sfraser@netscape.com
fce505927d
Adding Mac projects for embedding components, and idl for command manager interface. NOT PART OF THE BUILD
2001-02-03 00:24:53 +00:00