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

1517 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 52e3e9471d back out these two files until I get the #ifdef situation cleared up 2002-06-26 23:32:09 +00:00
alecf%netscape.com e0029f804f rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
r=bnesse, sr=waterson
2002-06-26 22:34:09 +00:00
alecf%netscape.com 891c229e53 more stuff for bug 132175, add nsIWindowMediatorListener.idl to build
r=bnesse, rs=waterson
2002-06-26 22:25:31 +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
saari%netscape.com b8de96a1d8 win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag 2002-06-20 04:55:13 +00:00
alecf%netscape.com 4b02557811 Not part of build
backing out my last change - totally unnecessary
2002-06-17 23:41:42 +00:00
alecf%netscape.com 9a7dd9689f Not part of build
add category name to nsIWindowMediatorListener so listeners are created at startup
2002-06-17 23:25:21 +00:00
bnesse%netscape.com 10a7b9cd05 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +00:00
alecf%netscape.com e7b9de7473 fix for bug 149121 - split up command line handler macros so we can write custom registration routines. r=bnesse, sr=sspitzer 2002-06-12 16:47:23 +00:00
cathleen%netscape.com 64856eb68b clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan 2002-06-04 23:05:39 +00:00
bryner%netscape.com 31299ae4f9 Fixing mach-o static build - made a function static in nsAppShellService so that it doesn't conflict with global symbols; add TK_LIBS (-framework Carbon) to the link line for mozilla-bin for both carbon and cocoa builds. r=cls, rs=brendan. 2002-06-03 23:53:31 +00:00
danm%netscape.com 292038c24d reverting part of rev 1.54 that caused a regression. code=jrgm r=jag,me 2002-06-01 00:49:46 +00:00
danm%netscape.com 895a2c8a85 scrollbar visibility is no longer reflected in mChromeFlags. bug 130174 r=bryner,jag,jst 2002-06-01 00:00:12 +00:00
danm%netscape.com 605ddd1d3e disable window size persistence before chrome is loaded. bug 116610 r=bryner,jag 2002-05-29 23:21:35 +00:00
danm%netscape.com 3b00f9dbf6 persist min/max state only if normal or maximized. bug 72558 r=bryner,jag 2002-05-29 23:19:07 +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
danm%netscape.com b461b80d58 death to remaining compiler warnings. removed a dead function. inspired by bug 126488 2002-05-13 22:00:21 +00:00
danm%netscape.com 903c626348 death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=me,scc 2002-05-13 21:43:15 +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
sdagley%netscape.com 86136e0bf0 Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt 2002-04-29 07:01:44 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
sspitzer%netscape.com 4664d0a626 fix for #137886. Detect defunct previously migrated profiles and offer to re-migrate.
this is pref controlled, "profile.seconds_until_defunct.  by default,
we'll never offer to remigrate.  initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +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
alecf%netscape.com 6acac8a747 add window mediator listener functionality for bug 132175
(not part of build)
2002-04-22 14:00:24 +00:00
dbaron%fas.harvard.edu 07103ecbea Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt 2002-04-11 03:49:30 +00:00
dp%netscape.com b20d16e3fe bug 125100 Undoing resident size trimming and heapmin. sr=alecf, r=blythe, a=asa 2002-04-09 04:03:39 +00:00
rjc%netscape.com c11cd7f66a Fix bug # 130234 - w95 startup crash (when low-mem?). r=pavlov sr=ben a=asa 2002-04-03 08:31:31 +00:00
dbaron%fas.harvard.edu b280e94dfe 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:23:50 +00:00
mscott%netscape.com 4c432ec9ee Bug #132643 --> add a new web browser chrome flag for a popup type. Set the native widget type to popup
if that's what the chrome flags say.
r=danm
sr=hewitt
a=asa
2002-03-22 19:22:05 +00:00
ccarlen%netscape.com 5ac940d43c Bug 58533 - Can't open files with a '/' in name by double-clicking in Finder. r=rjc/sr=sfraser/a=asa 2002-03-22 15:03:17 +00:00
danm%netscape.com aa2d5b5fac removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa 2002-03-18 23:33:49 +00:00
dbradley%netscape.com cf3364dd42 Bug 126107 - Freeing mismatched memory in nsWindowMediator::GetWindowForResource - r=valeski, sr=alecf, a=asa 2002-03-18 02:10:14 +00:00
rjc%netscape.com f969952304 Fix bug # 129794 part deux: plug leak. r=shaver sr=ben a=asa 2002-03-13 23:33:35 +00:00
rjc%netscape.com 9a8f9501ef Backout fix for bug # 129794 due to orangeness. Will try again tomorrow. 2002-03-12 11:21:03 +00:00
rjc%netscape.com a1558f7dd5 Typo. Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 10:28:18 +00:00
rjc%netscape.com d3f9d14f46 Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 08:00:33 +00:00
rjc%netscape.com d45cef4ce5 Fix bug # 104127: speed up window closing by 10 to 20%. r=danm sr=ben a=asa 2002-03-09 02:54:13 +00:00
bryner%netscape.com d2229cbf68 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
danm%netscape.com 4cee8263b6 re-enable parent of modal window before making it invisible. bug 122765 (reopened version) r=bryner,jaggernaut a=asa 2002-03-06 22:26:58 +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
ducarroz%netscape.com f62c1a7727 Fix for bug 109081. IsEnable/GetEnable should return true by default and not false. That will avoid the regression 128659 caused by my previous checking for 109081. R=bryner, SR=blizzard, A=blizzard 2002-03-04 22:50:11 +00:00
danm%netscape.com 80e71bc725 implement new method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:25:14 +00:00
danm%netscape.com 988f6b1c3a add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:24:31 +00:00
danm%netscape.com 7e3b432342 implement new attribute nsIBaseWindow::enabled and inform the appshellservice of modal windows. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:23:43 +00:00
danm%netscape.com 4050702da3 implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:22:55 +00:00
rjc%netscape.com d157ef3ec0 Fix bug # 125158: force focus on Mac OS X sheets. code from saari, r=bryner sr=hyatt 2002-02-20 05:42:24 +00:00
danm%netscape.com aafc04e403 window scrollbar chrome attribute is no longer cached locally. bug 111524 r=hyatt,jst 2002-02-16 01:16:00 +00:00
danm%netscape.com 26591a8a01 reimplement window scrollbar chrome attribute. bug 111524 r=hyatt,jst 2002-02-16 01:15:52 +00:00
timeless%mac.com 74bcab176b Bug 125601�ABS()-->PR_ABS() && PR_ABS()-cleanup
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=sfraser
2002-02-15 01:01:06 +00:00
danm%netscape.com 9359a45df5 reorder parent activation on destroy to fix stacked dialog focus regression. bug 122765 r=bryner,hyatt 2002-02-12 23:55:54 +00:00
rjc%netscape.com 82d9f6fee3 Fix bug # 12459: nsWindowMediator optimizations (put it on a diet). r=tingley, verbal sr=ben 2002-02-12 22:48:44 +00:00
timeless%mac.com b285e8ccaa Bug 124698 don't CallQueryInterface(mDocShell = 0, &mWebShell)
r=bzbarsky,adamlock sr=alecf
2002-02-12 03:45:22 +00:00
endico%mozilla.org eb33259bdb re-applying danm's changes after finding out they weren't cause for startup time regression. bug 124570. (patches originally from bugs 107937 and 77020) 2002-02-10 07:12:16 +00:00
endico%mozilla.org 05857b5877 backing out danm's feb8 14:34 checkin to track down Ts regression. bug 124570 2002-02-10 01:29:46 +00:00
blakeross%telocity.com ce89f3e1a4 Backing out to see if performance regression is fixed. a=endico 2002-02-10 00:00:06 +00:00
dp%netscape.com 011c38617d bug 123728 & bug 123729 heap compaction and resident size trimming
sr=brendan@mozilla.org, r=blythe@netscape.com
2002-02-09 07:01:11 +00:00
danm%netscape.com 718b095567 generally give windows a 'minimize' widget. bug 77020 r=ben,jag 2002-02-09 00:10:05 +00:00
danm%netscape.com ac40c8981c persist sizemode more often, and particularly after a size change. bug 107937 r=ben,jag 2002-02-08 22:34:15 +00:00
locka%iol.ie 527087c717 Fix Linux crash on nsnull pointer as part of blocker 123572 r=danm a=radha sr=sfraser 2002-02-05 23:26:51 +00:00
locka%iol.ie d1e0b4e3c3 Remove GetContentShellById from nsIWebShellWindow & impl as it's already defined in nsIXULWindow. b=122861 r=timeless@mac.com sr=jag@netscape.com 2002-02-05 12:41:47 +00:00
timeless%mac.com c272988e28 Bug 122809�Mismatched allocator/deallocator ToNewCString & delete[]
r=bzbarsky@mit.edu sr=jag
2002-02-04 14:37:01 +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
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
danm%netscape.com 87998027b0 deactivate root focus controller as well as your own while deactivating yourself. bug 122462 / bugscape 11864 code=saari,myself r=bryner,hyatt 2002-01-29 21:42:07 +00:00
dougt%netscape.com c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
mscott%netscape.com d5840ea744 Fix smoketest blocker: 122228 by adding a null ptr check in GetHiddenDOMWindow 2002-01-28 18:52:24 +00:00
hyatt%netscape.com e02a48b60f Fix cocoa bustage in makefile.in, r=cls, sr=brendan 2002-01-25 00:53:38 +00:00
danm%netscape.com 983250a9b6 in Destroy(), call appshellservice->Unregister a little earlier. bug 119549 r=ben,hyatt,law 2002-01-24 23:39:00 +00:00
danm%netscape.com 367d14dd42 center on parent window falls back to centering on the screen if the parent window is being torn down. (crash) bug 120430 r=hyatt,saari 2002-01-24 22:30:39 +00:00
pinkerton%netscape.com 7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
darin%netscape.com fef33d20aa fixes mach-o bustage r=rjc,cls 2002-01-24 09:24:01 +00:00
danm%netscape.com 10aefd0792 removing unused ShowModally method. code=mbosch@lorentz.leidenuniv.nl r=me 2002-01-24 03:54:49 +00:00
rjc%netscape.com d459d5fae9 Fix build bustage. (Missing #ifdef) 2002-01-24 02:08:30 +00:00
rjc%netscape.com d0292937d7 Fix bug # 83643: Mac OS X sheets. r=pinkerton sr=ben 2002-01-24 01:17:48 +00:00
law%netscape.com d44d2bf147 Bug 88123 (and 85860): re-use command line handling code in nsAppRunner when starting a second time on Win32; r=sgehani, sr=blake 2002-01-16 06:48:14 +00:00
timeless%mac.com e28652dc42 Bug 118105 [Xlib] XPFE code does not treat Xlib toolkit like GTK+ toolkit
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-16 05:30:26 +00:00
bryner%netscape.com 5491e0a08e Fix for focus crash bugs 107844, 104297, and 109645. Make sure the window doesn't get deleted out from under us. r=saari, sr=blizzard. 2002-01-16 03:36:50 +00:00
danm%netscape.com 72db156f1f support nsIEmbeddingSiteWindow and gut nsIESW::SetFocus. bug 57841 r=hyatt,saari 2002-01-16 00:11:29 +00:00
danm%netscape.com b2d35f706e support nsIEmbeddingSiteWindow. bug 57841 r=hyatt,saari 2002-01-16 00:11:06 +00:00
cathleen%netscape.com 92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
danm%netscape.com 15bf11bfd3 constrain windows centered on a parent window to be onscreen. bug 119332 r=ben,hyatt 2002-01-11 01:53:23 +00:00
danm%netscape.com 109c9d6e38 restore persistent (maximized) size state after position and size are restored. bug 119006 r=ben,hyatt 2002-01-11 01:08:49 +00:00
mkaply%us.ibm.com b5a6162c2d Use PR_FALSE not false 2002-01-09 21:21:02 +00:00
rjc%netscape.com ad5d66331d Bug # 118212: window mediator RDF changes to support keyboard. r=tingley sr=waterson 2002-01-09 02:06:23 +00:00
danm%netscape.com 2cddc6dd03 position dependent windows relative to their parent. bug 113283 r=hyatt,pavlov 2002-01-09 01:31:24 +00:00
alecf%netscape.com 5965318acb C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
pinkerton%netscape.com 350e79a7ab Change unsigned char* param to ConstStr255Param to make mach-o happier
r=sdagley/sr=blake. bug 118197.
2002-01-07 15:44:08 +00:00
pinkerton%netscape.com 628436b865 stop using PR_PutEnv and use PR_SetEnv instead. r=sdagley/sr=blake. bug 118187 2002-01-07 15:42:08 +00:00
ccarlen%netscape.com 525230cf76 Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
danm%netscape.com 20ebc95fe3 implement/support nsIEmbeddingSiteWindow2 (and its blur method). bug 57841 r=bryner,rpotts 2002-01-05 02:22:45 +00:00
danm%netscape.com 4f43c30eb1 refuse to spawn new windows if you're currently being destroyed. bug 115969 r=jaggernaut,jst 2002-01-04 02:34:02 +00:00
seawood%netscape.com 128ac41103 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
rjesup%wgate.com 2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
dougt%netscape.com 849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com ac6bfc558e Fix BeOS bustage 2001-12-17 08:34:09 +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
pavlov%netscape.com 15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
ducarroz%netscape.com 6f175430bb Fix for bug 111305. Check for null ptr before using it. Don't truncate and initialize a nsString with a length of -1, that cause the whole app to freeze. R=damn, SR=mscott, A=asa 2001-12-14 01:18:16 +00:00
serge%netscape.com 195bad9340 checking in for rdayal
Removing the MAPI related code from mozilla/xpfe .. patch (id=56117) in bug # 106137.
r=mscott, sr=alecf. This patch also fixes bug # 111199.
2001-12-12 03:55:57 +00:00
bryner%netscape.com 8e65045000 Bug 108787 -- unable to type in Open Web Location dialog when it first appears. r=saari, sr=blizzard. 2001-12-11 05:34:32 +00:00
ccarlen%netscape.com 701a4e63ca Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:39:35 +00:00
ccarlen%netscape.com c343dad63a Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 6d8ea78b52 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +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
rjc%netscape.com fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
akkana%netscape.com 683dc74507 50131: map full-pathname argument to file: url. r=mcafee sr=alecf 2001-11-19 23:39:35 +00:00
jaggernaut%netscape.com ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
alecf%netscape.com d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
dbaron%fas.harvard.edu ddaf46e70e FizillaMach: Further refine the XP_MACOSX / MOZ_WIDGET_TOOLKIT=mac ifdefs. b=109165 r=pinkerton sr=sfraser 2001-11-14 01:48:17 +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 e83f9f183f Fix bustage. b=109165 2001-11-10 23:55:36 +00:00
dbaron%fas.harvard.edu 0c93d110f3 Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard 2001-11-10 23:30:13 +00:00
danm%netscape.com 09750f9a69 consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:19:39 +00:00
law%netscape.com d2aa32727f Bug 102017; build new interface with Win32 resource constant needed for WinXP start menu configuration 2001-11-05 06:21:21 +00:00
law%netscape.com 6e33cac771 New interface with Win32-specific resource constants for configuring WinXP start menu (for bug 102017); r=ssu, sr=blake 2001-11-05 06:20:19 +00:00
seawood%netscape.com be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jaggernaut%netscape.com 9bcc72064d Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-02 06:39:49 +00:00
pchen%netscape.com 81a00d4c31 81762, r=jag, sr=sfraser, remove uses of nsCRT::strlen() with testing for null and non-empty string, also use IsEmpty() for nsXPIDLCStrings 2001-11-02 02:55:59 +00:00
pchen%netscape.com 4fb58159ad 81762, r=jag, sr=sfraser, remove uses of PL_strlen with testing for null and non-empty string, also change const char* to static const char[] so that we can use sizeof-1 instead of PL_strlen 2001-11-02 02:55:56 +00:00
pchen%netscape.com e78cdfbc39 81762, r=jag, sr=sfraser, remove uses of PL_strlen with testing for null and non-empty string 2001-11-02 02:55:51 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
dbaron%fas.harvard.edu 29077ba289 Clean up un-needed string copying. r=jag sr=hyatt b=106108 2001-10-31 02:46:21 +00:00
dougt%netscape.com 20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
jaggernaut%netscape.com fab10e630f Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 14:30:31 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
hyatt%netscape.com 67b889bacf Fix for 101554. r=dbaron, sr=hewitt 2001-10-22 23:37:33 +00:00
bryner%netscape.com 03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
dougt%netscape.com 0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +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
alecf%netscape.com 2a8bab71f9 fix for some bug where I forgot a contract id.. if bugzilla was responding I might actually know the bug #
r=mkaply, sr=dveditz
2001-10-19 02:02:05 +00:00
alecf%netscape.com 97912541e2 bug 76339 - kill nsIAppShellComponent, finally. sr=sfraser, r=dveditz 2001-10-16 21:10:35 +00:00
alecf%netscape.com cf011f78cd bug 104118 - a non-rdf contractid for windowmediator, to reduce dependencies. r=mkaply, sr=dveditz 2001-10-12 21:03:40 +00:00
sdagley%netscape.com d3f5cce299 Updating fix for #103612 from v1.14 after comments from pinkerton & sfraser. r=pinkerton,sr=sfraser 2001-10-08 20:20:57 +00:00
sdagley%netscape.com 502f98a507 Fix #103612 - work around bug in Mac OS X 10.1 Internet prefs panel when setting DL folder. r=dbaron. I'd wait for an sr= but I need trunk verification on this so I can get PDT approval for checking into the 0.9.4 branch. 2001-10-08 04:59:59 +00:00
ccarlen%netscape.com cf1abf69eb Bug 92750 - Fizilla doesn't ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:50:29 +00:00
ccarlen%netscape.com 9a02f84384 Adding new files for bug 92750 - Fizilla does not ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:47:33 +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
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
alecf%netscape.com efccb791b7 fix for 100116 - remove window mediator's public dependency on rdf
r=jag, sr=waterson
2001-09-24 22:31:49 +00:00
hyatt%netscape.com e4f5bcb3d8 More 98109 goodness, making _content dynamically shiftable. r/sr=bryner,ben 2001-09-23 08:33:24 +00:00
srilatha%netscape.com b02fad6f86 *** empty log message *** 2001-09-21 02:00:24 +00:00
hyatt%netscape.com 18ad83890a Fix for 49874 and 98109, make iframes build their docshells and kick off their content load from frame construction, also enabling the primary content area to be dynamically shiftable. r=jag, sr=waterson 2001-09-19 01:53:00 +00:00
jaggernaut%netscape.com d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +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
jst%netscape.com d3f4113c52 Fix bug 99690. Fix crash when external apps try to open mozilla windows. r=bzbarsky@mit.edu, sr=blakeross@telocity.com 2001-09-18 05:32:03 +00:00
alecf%netscape.com 62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +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
rjesup%wgate.com dfc522b372 Bug 98711: Fix misuses of string.Right(). r=jfrancis, sr=jst 2001-09-13 00:09:49 +00:00
alecf%netscape.com 90e57cac41 oops, back this out! 2001-09-12 21:30:31 +00:00
alecf%netscape.com 1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +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
danm%netscape.com 4847be176a unmaximize the window any time it's moved or sized. bug 98701 r=hyatt,jaggernaut 2001-09-12 00:19:25 +00:00
blakeross%telocity.com 088810f568 Turbo landing:
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben

and some cleanup.
2001-09-10 23:48:09 +00:00
danm%netscape.com 609165b77b complain if callers try to unregister a null window (it was being done, and I got bushwhacked by it). bug 98792 r=alecf,ccarlen 2001-09-10 23:27:11 +00:00
dbaron%fas.harvard.edu 67ef0876cc Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf 2001-09-10 19:42:54 +00:00
danm%netscape.com 3fc216b7d0 restoring rev 1.11 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.12) has been fixed elsewhere (bug 98785). 2001-09-07 23:38:06 +00:00
danm%netscape.com 70e14767dc restoring rev 1.159 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.160) has been fixed elsewhere (bug 98785). 2001-09-07 23:37:16 +00:00
sspitzer%netscape.com c840390581 backing out danm's changes for #97514, as they cause the regression bug #98732
a=heikki
2001-09-07 19:29:43 +00:00
mkaply%us.ibm.com 47944f817f #94055
r=saari, sr=blizzard
Make OS/2 go down WIN32 only #ifdef as well to fix tabbing issues
2001-09-07 12:19:55 +00:00
cls%seawood.org 9c5fdde016 Remove unused fullcircle build references.
Bug #98293 r=namachi
2001-09-07 04:59:44 +00:00
dougt%netscape.com f72e52e830 Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
erson@netscape.com
2001-09-06 21:13:11 +00:00
danm%netscape.com ec27c66397 XULWindow no longer needs to cache the widget size mode. bug 96475 r=hyatt,pchen 2001-09-06 18:35:59 +00:00
danm%netscape.com 6103f92c5d remove bug 70283's optimization to persist window size state only if it (apparently) hasn't changed. bug 86955, 89740. also set a newly opened window's main widget's zoom state even if it's not yet visible. bug 96475 r=hyatt,pchen 2001-09-06 18:35:55 +00:00
danm%netscape.com 910ae825f5 tell nsWindowWatcher about window creation/destruction so its enumerators will work. bug 97514 r=hyatt,pchen 2001-09-06 18:26:52 +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 6a7fab413d add new file nsAppShellWindowEnumerator. bug 96151 r=hyatt,sfraser 2001-09-04 23:30:58 +00:00
danm%netscape.com 663d96b96a add new z-level enumerators. bug 96151 r=hyatt,sfraser 2001-09-04 23:30:46 +00:00
danm%netscape.com 0e9ef80bd8 move window enumerators to new file; add new z-level enumerators. bug 96151 r=hyatt,sfraser 2001-09-04 23:30:41 +00:00
danm%netscape.com f04f0c683b new implementation for window enumerators, including new z-level enumerators. bug 96151 r=hyatt,sfraser 2001-09-04 23:30:24 +00:00
dbaron%fas.harvard.edu be938a64b6 Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all. 2001-08-31 04:28:26 +00:00
dbaron%fas.harvard.edu 5434e861aa Backing out unapproved checkin for bug 97227. a=brendan,blizzard 2001-08-31 03:45:20 +00:00
rpotts%netscape.com 9e2f57a942 bug #97227 (r=valeski, sr=vidur). This patch makes all calls to nsIWebBrowserChrome::SetStatus(...) display synchronously. 2001-08-30 21:47:45 +00:00
ccarlen%netscape.com 45a4b21a3b Fixing senna requires bustage. 2001-08-29 15:33:31 +00:00
ccarlen%netscape.com d48280a189 Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron 2001-08-29 14:02:38 +00:00
hyatt%netscape.com 62d3de24fd Fix for 95475. r=jag, sr=ben, a=dbaron 2001-08-25 02:01:08 +00:00
pchen%netscape.com df074c3f00 bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream 2001-08-22 00:19:08 +00:00
cathleen%netscape.com be72d98064 enable MOZ_TIMELINE tool, bug 78793, r=rogc, sr=waterson 2001-08-17 02:03:34 +00:00
blakeross%telocity.com 64c93bc135 Cleaner fix for making turbo mode dynamic (89504). r=ccarlen sr=ben 2001-08-17 00:25:04 +00:00
bryner%netscape.com 1d3e6ec608 Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard. 2001-08-16 06:58:03 +00:00
blakeross%telocity.com 5d9823607b Fixing bustage; missed a file. 2001-08-16 04:06:14 +00:00
sfraser%netscape.com 47ca80de66 Project cleanup, rs=scc. Use NSComponentStartup, since we're a component. 2001-08-16 00:39:30 +00:00
bryner%netscape.com d3a3edda15 Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard. 2001-08-10 00:58:52 +00:00
danm%netscape.com b054fc2536 restore normal window z-order to dependent-not-modal windows (Mac-only). bug 94138 r=hyatt,jst 2001-08-07 23:03:52 +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
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
cls%seawood.org f0e991cb57 Add caps to REQUIRES for bug #88087 2001-07-20 08:53:05 +00:00
mstoltz%netscape.com 88259b1073 Bug 88087 - giving about: pages loaded from chrome a principal other than
system, to prevent security attacks against these pages. r=bbaetz, sr=waterson
2001-07-20 07:09:59 +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
dveditz%netscape.com 8787457670 hook so xpinstall can turn off turbo mode (bug 86976). r=syd@netscape.com, sr=mscott@netscape.com 2001-07-14 07:14:34 +00:00
ccarlen%netscape.com 12d5c044ec Bug 90065 - nsAppShellService::GetNativeAppSupport returns NS_OK even when it fails, causing crash. r=valeski/sr=blake 2001-07-12 14:44:27 +00:00
ccarlen%netscape.com 815ed97616 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2001-07-10 08:01:55 +00:00
danm%netscape.com 3910a46d58 keep nonmodal windows out of the modal window (topmost) layer. bug 84047 r=alecf,jag 2001-07-02 21:56:59 +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
ccarlen%netscape.com a99901d4dc Bug 86922 - app hangs after profile migration dialog. r=danm/sr=alecf/a=chofmann 2001-06-25 11:27:56 +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
ccarlen%netscape.com 588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +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
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
alecf%netscape.com 87db1e9152 why didn't this get checked in the last time?
part of fix for bug 83366, r=blake,
                                                                      sr=sspitzer, suggestions=jag - add
                                                                      a new method to
                                                                      nsICmdLineService to get the
                                                                      handler for a given parameter
                                                                      a=asa
2001-06-14 23:55:42 +00:00
alecf%netscape.com fd8fa52c9d remove these files from CVS (not part of the build) so people stop asking me about them :) 2001-06-14 23:54:48 +00:00
alecf%netscape.com d7d72efbbc part of fix for bug 83366, r=blake, sr=sspitzer, suggestions=jag - add a new method to nsICmdLineService to get the handler for a given parameter a=asa 2001-06-14 23:47:05 +00:00
pchen%netscape.com 446c2fe869 bug 79837, r=pinkerton, sr=alecf, a=asa, don't disable mime matching for Internet Config mappings if we didn't get passed in a file extension 2001-06-13 22:31:08 +00:00
law%netscape.com 2350eb1a95 Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa 2001-06-12 22:33:34 +00:00
pinkerton%netscape.com 48991000e0 create a new window type for the hidden window so that we can recognize it from Widget. On MacOSX, override the carbon event that repositions windows on-screen for the hidden window only. Let normal windows pass-through. r=danm/sr=sfraser/a=asa. bug 84023. 2001-06-09 00:16:13 +00:00
valeski%netscape.com 5892765fc6 r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager. 2001-06-05 21:25:57 +00:00
danm%netscape.com d2d2322472 speed up PersistPositionAndSize. bugs 70283, 79060 r=hyatt,saari a=blizzard 2001-06-04 22:22:07 +00:00
danm%netscape.com 035f8a1ada ignore OnLocationChange if it's for another window. necessitated by change for bug 56062. this is bugs 82368, 82413 and the reason 50881 was reopened. r=hyatt,radha a=chofmann 2001-05-30 02:07:48 +00:00
law%netscape.com 7bd888ae8b Last time didn't take...trying again. Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf 2001-05-23 07:04:37 +00:00
law%netscape.com a47f38eac6 Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf 2001-05-23 06:06:47 +00:00
law%netscape.com 60ba6b2282 Bug 75599; enabling the infamous '-turbo' cmd line switch; makes nsINativeAppSupport scriptable, adds Win32 code to handle -turbo switch; and tweaks window close logic in navigator.js to 'cache' a browser window; r=cathleen, sr=alecf 2001-05-23 06:04:39 +00:00
ccarlen%netscape.com de0120eb78 Bug 38626 - remove nsFileLocations. r=valeski/sr=alecf 2001-05-23 03:50:38 +00:00
ccarlen%netscape.com 5af746c81b Bug 38626 - remove nsFileLocations. This checkin removes it from Mac projects. 2001-05-23 03:45:36 +00:00
danm%netscape.com 88dd737fa7 the check to abort the onload handler for frames now properly handles sandboxing. bug 81787 r=hyatt,pavlov 2001-05-22 02:02:08 +00:00
ccarlen%netscape.com b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
danm%netscape.com 1a4ac3b5cf merely shuffling names for the static build. bug 46775. this file should now be all swimmingly staticable. 2001-05-17 19:45:32 +00:00
alecf%netscape.com 740a099cd1 update the preloader - not part of build
add support for services and non-services
2001-05-17 18:44:55 +00:00
law%netscape.com 80fdeac6f8 Bug 53952; replace DDE client to prevent being blocked by ill-behaved applications; r=cathleen, sr=alecf 2001-05-15 10:32:51 +00:00
dveditz%netscape.com 8688792701 fix Mac build problem for bug 7022; thanks to sgehani@netscape.com for tracking down 2001-05-14 12:38:15 +00:00
peterv%netscape.com bca11b5ad0 Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
racham%netscape.com 51db79d745 Fixing the crash reported in bugscape bug 4922. Adding null check on domWindow to break from the HandleEvent routine. r=saari 2001-05-10 23:13:27 +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
alecf%netscape.com 1498b45526 add mozilla-based preloader to the cvs tree (not part of build yet) 2001-05-08 07:19:39 +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
rbs%maths.uq.edu.au 1d0d6c0021 Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567 2001-05-02 04:33:05 +00:00
danm%netscape.com 871cd075b6 flush persistent state in destroy method. bug 75657 r=hyatt,pavlov 2001-05-01 01:25:49 +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
dr%netscape.com eec73874cf fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa 2001-04-25 02:04:56 +00:00
alecf%netscape.com 6d96879bfb add nsTimingService to the factory for bug 72002 sr=ben 2001-04-18 03:16:30 +00:00
alecf%netscape.com 284dd42377 oops, fix capitalization 2001-04-18 03:12:29 +00:00
sdagley%netscape.com db6a52ef4c Changes for #72002. Checking in for alecf. sr=ben,r=alecf 2001-04-18 03:05:10 +00:00
alecf%netscape.com baac39f6bb add nsTimingService.cpp to the windows/unix builds, sr=ben
bug 72002
2001-04-18 03:04:55 +00:00
alecf%netscape.com 2c6f491109 add nsITimingService.idl to windows/mac builds
sr=ben
bug 72002
2001-04-18 03:03:57 +00:00
hyatt%netscape.com 174428fb65 Fix for my 0.9 focus issues. r=saari, sr=brendan 2001-04-18 01:41:20 +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
pchen%netscape.com 1624c3a8ac bug 49758, r=alecf, sr=sfraser, implement hasProtocolHandler method which calls Internet Config to look for protocol handler. Returns NS_ERROR_NOT_AVAILABLE if the app signature of the protocol handler is the same as the running application utilizing this code 2001-04-16 20:16:51 +00:00
pchen%netscape.com 5739a1c18e bug 49758, r=alecf, sr=sfraser, fix protocal misspelling 2001-04-16 20:16:49 +00:00
pinkerton%netscape.com 2fa656fb4b Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653 2001-04-15 01:49:46 +00:00
disttsc%bart.nl 5ad5ad4564 Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf. 2001-04-14 20:08:32 +00:00
law%netscape.com 1eb69820e2 Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt 2001-04-14 00:57:30 +00:00
yokoyama%netscape.com 926aac3073 Partial fix for 66020: /r=valeski; /sr=alecf 2001-04-14 00:31:09 +00:00
danm%netscape.com 6fb17bc311 removing files no longer used. bug 72112 continues 2001-04-13 01:53:19 +00:00
pinkerton%netscape.com f61d78e2ad remove special-case activation code for hidden window, let the OS do it. punts hidden window offscreen on mac so it can be visible yet of non-zero width/height for osx. bugs 70355/70388. r=danm/sr=hyatt. 2001-04-11 23:04:28 +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
danm%netscape.com acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00