Граф коммитов

981 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com 6a700a2306 now _blank windows without a parent will actually open in a new window. wow. bugs like that shouldn't still exist. bug 98785 r=hyatt,rpotts 2001-09-07 23:24:34 +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
danm%netscape.com 628007e1c6 ignore width or height of 0 (as in 'width=') when opening windows. bug 67947 r=hyatt,joki 2001-09-04 23:14:31 +00:00
blakeross%telocity.com 3bca042764 Long path causes helper app dialog to grow way too long (85173). Patch by Dean Tessman <dean_tessman@hotmail.com>. r=jag sr=blake a=asa 2001-09-01 18:12:45 +00:00
ccarlen%netscape.com 326a57631f Bug 92100 - When searching in frames, selection is visible in > 1 frame. r=valeski/sr=sfraser 2001-08-22 05:14:15 +00:00
jat%princeton.edu f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +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
mscott%netscape.com 7dd8f08a94 Bug #89414 --> mis-spelled a JS variable name. It should be choseApp.
r/sr=sspitzer
2001-07-13 05:45:59 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cls%seawood.org cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
cls%seawood.org 66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +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
mscott%netscape.com 70d2b0e8d9 Bug #88320 --> wrap the choose button in a autostretch="never" box.
r/sr=hewitt,sspitzer
2001-06-29 04:19:00 +00:00
mscott%netscape.com 4a2e26f09d Bug #88066 --> add an advanced button to the helper app dialog. Remove some obsolete DTD strings.
r=hewitt
sr=sspitzer
2001-06-28 04:18:57 +00:00
chak%netscape.com efc3872feb Fix for #80778 - ASSERTION on startup: nsAppStartupNotifier.cpp
r/sr=alecf
2001-06-28 02:32:12 +00:00
mscott%netscape.com 190b061f3f Bug #80866 --> new helper app dialog design.
r=hewitt
sr=sspitzer
2001-06-28 02:19:28 +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
blakeross%telocity.com 0c5ce30bd4 Not filling in default action with name of helper app (79231, law's patch). r=pchen sr=mscott a=asa 2001-06-20 06:21:46 +00:00
dbaron%fas.harvard.edu 9d35ed31a4 Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
danm%netscape.com b4e242be8f remove compiler warning 2001-06-20 01:29:21 +00:00
danm%netscape.com cc6234cba2 URL loading security check moved from WindowWatcher to GlobalWindow. base URL calculation also reset to preferentially use the caller's context over the parent window's. bug 59748 r=hyatt,jst a=asa 2001-06-20 01:25:09 +00:00
cls%seawood.org bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
law%netscape.com 5ae9162ddd Bug 79862; fix keyset id attribute so esc/enter keys work on helper app dialog; r=sfraser/sr=alecf/a=asa 2001-06-13 23:34:13 +00:00
danm%netscape.com 3de03a6a86 OpenWindow 'gracefully' handles disconnected parent windows. bug 78504 r=dr,hyatt a=asa 2001-06-12 23:05:17 +00:00
blizzard%redhat.com 674d52777b Fix bug #82601. "mozilla will continue trying to create http auth dialogs until the cows come home." Make sure to detect errors creating new windows and pass those errors along to callers. r=ccarlen, sr=tor, a=asa 2001-05-25 20:25:49 +00:00
law%netscape.com 303e7c45c4 Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott 2001-05-23 06:03:59 +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
mstoltz%netscape.com 5a6896b2a7 Re-checking-in workaround fix for 79775 - don't call GetSubjectPrincipal for chrome URLs, as this sometimes causes a failure and is not necessary for chrome URLs anyway. Fixed a crasher by moving the initialization of LoadInfo out of the if block. r=vidur, sr=jst. 2001-05-19 01:40:52 +00:00
blizzard%redhat.com 678b80f10b Back out mstoltz because of blocker bug #81629. Original bugs were 47905 79775. 2001-05-18 17:41:23 +00:00
mstoltz%netscape.com 11f7b8f900 Bug 47905 - adding security check for XMLHttpRequest.open.
Added nsIScriptSecurityManager::CheckConnect for this purpose.
Also cleaned up the security check API by removing some unnecessary
parameters. r=vidur@netscape.com, sr=jst@netscape.com

Bug 79775 - Forward button broken in main mail window. Making
WindowWatcher not call GetSubjectPrincipal if the URL to be loaded is
chrome, since the calling principal is superfluous in this case.
No one has been able to find the root cause of this problem, but
this checkin works around it, which is the best we can do for now.
r=ducarroz@netscape.com, sr=jst@netscape.com
2001-05-18 06:56:29 +00:00
ccarlen%netscape.com b304e46e61 Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf 2001-05-17 21:13:35 +00:00
kandrot%netscape.com 44e66f0ae1 Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775 2001-05-14 06:30:56 +00:00
mkaply%us.ibm.com 6939408334 senna REQUIRES bustage - a lot of these components in this REQUIRES can probably be removed 2001-05-11 18:10:07 +00:00
waterson%netscape.com 959508eba7 Fix build bustage. 2001-05-11 04:08:24 +00:00
mcafee%netscape.com a52a4563fb fixing build bustage, build dir needs to be at end of DIRS list to link. r=pinkerton 2001-05-11 03:12:51 +00:00
pinkerton%netscape.com 9b346cb163 build foo to fix bustage 2001-05-11 03:07:54 +00:00
pinkerton%netscape.com b4c75043a6 separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127 2001-05-11 01:52:11 +00:00
pinkerton%netscape.com 8bcd5a8be5 separating jsconsole into its own component. r=damn/sr=hyatt bug#73127. 2001-05-10 03:12:59 +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
ccarlen%netscape.com ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
cls%seawood.org 9a6566397d No need to explicitly set $(srcdir) as we let VPATH take care of that. 2001-05-04 08:24:57 +00:00
law%netscape.com a8f272185f Bug 52454; build new helper app dialog component on Mac; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-04 08:01:21 +00:00
law%netscape.com d66e13bfb3 Bug 52454; building new helper app dlg component on win/unix; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-04 06:35:43 +00:00
ccarlen%netscape.com 2638c46ad6 Bug 75996 - nsIPromptService::ConfirmCheck set check value result even when canceled. r=danm,sr=alecf 2001-05-04 01:57:09 +00:00
law%netscape.com 2295557b9c Bug 52454; switch to new .properties file; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-03 23:34:41 +00:00
law%netscape.com d27c1ee3a6 Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:50:02 +00:00
law%netscape.com a4870c1eba Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-02 22:44:14 +00:00
law%netscape.com f2dd24c0fe Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:31:12 +00:00
danm%netscape.com 1afd8a0bef just changing the name of internal classes nsWindowEnumerator (and WindowInfo). the old name was causing problems with the static build and noisy leak logs. bug 46775 r=hyatt,jband 2001-05-02 22:16:10 +00:00
ccarlen%netscape.com 4b073109ac Bug 75993 - Make the checkvalue param on alertCheck,confirmCheck be in/out. r=valeski,sr=alecf 2001-05-02 14:47:09 +00:00
blizzard%redhat.com c0dfafd625 Part of bug #75745. Get modal dialogs from the window watcher service working on linux. r=ccarlen, sr=tor 2001-05-02 02:49:07 +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
dbaron%fas.harvard.edu e254b0b797 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding find to REQUIRES. 2001-04-28 04:01:29 +00:00
dbaron%fas.harvard.edu 967af34491 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding header file dependencies to REQUIRES. 2001-04-28 04:00:07 +00:00
sfraser%netscape.com b41796147c Fix bustage; gcc 2.7.2.3 doesn't like the ? : with enums. 2001-04-28 01:18:54 +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 44cbfd57f8 Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +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
sfraser%netscape.com 5dae62a8bd New files for Find in Frames (bug 63241), not part of build yet. r=alecf, adamlock, sr=kin 2001-04-27 00:21:50 +00:00
ccarlen%netscape.com c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
law%netscape.com e4ee0baa54 Bug 52454 2001-04-17 23:59:58 +00:00
law%netscape.com 2cf8322fac Bug 52454; new Makefile.in for Linux build; not built yet 2001-04-17 23:59:02 +00:00
law%netscape.com 3774c93378 More refinements for bug 52454, et al 2001-04-16 22:04:24 +00:00
danm%netscape.com 12351aa372 hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari 2001-04-16 20:35:46 +00:00
law%netscape.com 7a1c4d2c69 Updates to work in progress for bug 52454 2001-04-13 22:36:42 +00:00
hewitt%netscape.com 58196589e7 72530 - oversized dialog problems, r=jag, sr=alecf 2001-04-12 05:42:05 +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
shaver%mozilla.org a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +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
danm%netscape.com 04ce93e67c adding nsISupportsInterfacePointer from jst's XPCDOM_20010329 branch. preliminary for bug 70534. r=hyatt,jband,jst,me 2001-04-10 03:56:48 +00:00
law%netscape.com 4a2ebf26ca Bug 52454; new helper app dialog; this is under development and not built/used yet 2001-04-10 02:15:22 +00:00
danm%netscape.com 9be7be64f3 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
danm%netscape.com 20fe8b5a7a removing duplicate nsIDialogParamBlock definition until the original can be removed. 2001-04-09 02:51:32 +00:00
danm%netscape.com ff97bda0c2 more prompt stuff moved to embedding components. bug 72112 continues. 2001-04-09 00:48:21 +00:00
danm%netscape.com 71fd6db98c more prompt stuff moved to embedding components. bug 72112 continues 2001-04-09 00:43:14 +00:00
danm%netscape.com 18fdae0c56 make DoDialog available from idl. bug 72112 continues 2001-04-09 00:42:12 +00:00
dbaron%fas.harvard.edu b5099bad79 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 04:56:29 +00:00
danm%netscape.com a2c1465637 moved to windowwatcher directory 2001-04-07 03:55:47 +00:00
danm%netscape.com ef006ede45 moving nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:29:53 +00:00
danm%netscape.com f636001675 moving new nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:27:28 +00:00
sfraser%netscape.com 7a5638fbdc Work in progress for command handling APIs. Not part of the build 2001-04-06 01:27:53 +00:00
sfraser%netscape.com fdd298fe73 Work in progress for command updating APIs. Not part of the build. 2001-04-06 01:26:49 +00:00
dbaron%fas.harvard.edu c273c6c4b3 Correct REQUIRES line to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2001-04-06 00:23:22 +00:00
danm%netscape.com 26f6c31274 new embedding promptservice component. bug 72112 r=hyatt,pinkerton 2001-04-05 23:09:35 +00:00
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
danm%netscape.com b4c19d0341 fixing OpenWindow with extra args TYPE_CHAR and TYPE_WSTRING cases. r=jst,hyatt 2001-03-24 00:52:16 +00:00
danm%netscape.com b278d498a5 temporary fix for compiler error 2001-03-23 03:47:32 +00:00
danm%netscape.com 7b061d9e11 changing |open| methods' parameters to 8-bit strings. adding window.openDialog-style 'extra arguments' parameter to OpenWindow(). preliminary for bug 71895 & others. code largely=jst, r=ccarlen,jst,me 2001-03-23 03:14:55 +00:00
mkaply%us.ibm.com e2827f5200 OS/2 TB breakage 2001-03-20 02:44:36 +00:00
disttsc%bart.nl 38f4b05d1a Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "string" to REQUIRES line in embedding/components/appstartup/src/Makefile.in 2001-03-19 23:35:10 +00:00
chak%netscape.com eaae9499a0 Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf

Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak
2001-03-19 21:57:57 +00:00
law%netscape.com 6ef9ef717c Bug 26029; add CHROME_WINDOW_MIN flag to enable minimizable dialog windows (and use that for download progress dialogs); r=danm sr=alecf a=asa 2001-03-17 00:30:38 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
attinasi%netscape.com 33c451cd0a Trying to fix stinky bustage: removing appstartup from the build. 2001-03-13 08:30:56 +00:00
chak%netscape.com a1b9575d23 Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf
2001-03-13 06:29:32 +00:00
ccarlen%netscape.com cdc4bc27d8 Bug 68720. Checking in Mac files for chak@netscape.com. r=ccarlen@netscape.com, sr=alecf@netscape.com 2001-03-13 06:28:03 +00:00
danm%netscape.com a8ddb2eb2f Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt 2001-03-12 23:08:29 +00:00
chak%netscape.com c6c8eaa18f Partial fix for Bug# 68720 - nsEmbedAPI.cpp should use generic startup
Not Part of the build yet - checking in new files to the project
r=ccarlen,sr=alecf
2001-03-12 22:52:28 +00:00
danm%netscape.com 1c99ca8f94 moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt 2001-03-09 02:04:06 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
locka%iol.ie 5d3da8e085 Fix for using window.open specifying "_self" as the target. b=67288, sr=jst@netscape.com 2001-03-07 13:43:04 +00:00
danm%netscape.com 38a93a8cef change name of WindowCreator function to fix inexplicable Windows error necessitating careful ordering of includes files 2001-02-26 02:17:02 +00:00
danm%netscape.com 223c2c7772 fix compiler warnings 2001-02-26 02:00:38 +00:00
danm%netscape.com f5437ab8bf general fixes to openwindow code. bug 67368 r=hyatt,jst 2001-02-26 00:36:54 +00:00
ccarlen%netscape.com 0232e2c4e0 Bug 68908 - EmbedComponents.mcp was missing some files and produced a useless dll. a=sfraser@netscape.com 2001-02-24 16:44:58 +00:00
cls%seawood.org 3580b1cac0 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
mkaply%us.ibm.com 871fd6685e #69642
r=cls
Need SHORT_LIBNAME for OS/2
2001-02-22 04:33:59 +00:00
dbaron%fas.harvard.edu ed992c159a Fix MOZ_TRACK_MODULE_DEPS bustage (senna tinderbox) by adding to REQUIRES. 2001-02-17 06:23:08 +00:00
dbaron%fas.harvard.edu 4d7ea31039 Fix Sun WS 5.0 (nebiros tinderbox) bustage by using |PL_strchr| instead of |strchr|. 2001-02-17 06:00:07 +00:00
dbaron%fas.harvard.edu ccff1e5d10 Fix MOZ_TRACK_MODULE_DEPS bustage (senna tinderbox) by adding to REQUIRES. 2001-02-17 05:54:05 +00:00
mkaply%us.ibm.com 5448f1cc30 Fix senna REQUIRES bustage 2001-02-17 04:47:43 +00:00
danm%netscape.com 1bc94a1177 adding ability to WindowWatcher to open windows without parents. bug 67368 r=hyatt,pinkerton 2001-02-17 02:45:42 +00:00
danm%netscape.com 66e6807ac9 just changing the case of target names to be more Mac-like. bug 67368 (peripherally) r=hyatt,pinkerton 2001-02-17 02:31:43 +00:00
danm%netscape.com b56712bb9d bits of dom's nsJSUtils copied here to avoid linking with that lib. bug 67368 r=hyatt,pinkerton 2001-02-17 02:20:08 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl 92df2c3dea Fix REQUIRES 2001-02-07 10:39:27 +00:00
disttsc%bart.nl 446084f1b6 Fix senna by adding REQUIRES. 2001-02-07 09:01:26 +00:00
danm%netscape.com 74a013af80 adding windowwatcher files 2001-02-07 03:59:33 +00:00
danm%netscape.com 2175251a5b now building embedding components 2001-02-07 03:09:15 +00:00
danm%netscape.com 8ed018fdb8 oops. correcting contract id. 2001-02-07 01:35:06 +00:00
danm%netscape.com ac3d61825f partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski 2001-02-04 00:32:43 +00:00
sfraser%netscape.com c6f225fb39 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