bzbarsky%mit.edu
d19ab79a97
Set the chromehidden attribute earlier, so we don't have to reresolve style and
...
redo layout on the whole window. Bug 345560, r=sicking, sr=neil.
2006-07-25 00:20:33 +00:00
darin%meer.net
bf4998de17
Patch for bug 324642 "Add an API to expose the DOM node that the mouse is over when informing the WebBrowserChrome object to update the status bar." r=biesi sr=bzbarsky
2006-02-03 21:28:11 +00:00
bryner%brianryner.com
f6b8fec0c7
Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky.
2005-02-19 22:42:01 +00:00
dwitte%stanford.edu
33e373e757
tidy up popup blocker code.
...
b=279710, r+sr=dveditz.
2005-02-06 08:25:40 +00:00
neil%parkwaycc.co.uk
c92929c2cd
Don't let background tabs set the status b=104532 r=danm sr=jst
2005-02-02 09:39:30 +00:00
bzbarsky%mit.edu
1601d80e99
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
bsmedberg%covad.net
1886e88ad8
Removing files that were cvs-copied as part of bug 237745. I apologize for not doing this sooner.
2004-12-03 14:31:22 +00:00
bsmedberg%covad.net
e08012b8b7
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
darin%meer.net
52ac61d678
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
neil%parkwaycc.co.uk
658c2f1a92
Bug 242046 Make the JS status handler a property of the XUL window, should speed up calls to set window.status r=jag sr=jst moa=mscott
2004-08-21 14:47:51 +00:00
caillon%redhat.com
178bb153f1
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
gerv%gerv.net
f7f3cb2736
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
bsmedberg%covad.net
dcf2a4e122
Bug 237688 - Removing unused files from xpfe/appshell rs=brendan a=mkaply
2004-03-23 21:02:43 +00:00
ben%bengoodger.com
0a1c1c008b
[firefox only] bug 236977 - firefox's application icon is the document icon, not the application icon. insert an application icon resource into the resource script as the "first" icon in the resource bundle to ensure windows shell picks up the right icon for file views
2004-03-17 23:21:25 +00:00
ben%bengoodger.com
0cfec070c0
236744 - xp shell service - define document icon constant for windows registry.
2004-03-08 09:57:29 +00:00
bryner%brianryner.com
94ba5cd7db
Remove unused nsTimingService and nsITimingService (bug 232779). r+sr=dbaron
2004-02-01 03:35:16 +00:00
danm-moz%comcast.net
700a5a690d
zLevel attribute is now mutable. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:19:28 +00:00
danm-moz%comcast.net
c260846173
new methods Get/SetZLevel of nsIXULWindow. also doxygenify interface. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:19:16 +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
bzbarsky%mit.edu
a7d8e133da
Checking in permissions rewrite phase 1 (troop deployment in the permission
...
gulf). Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu , sr=darin.
2003-03-22 01:24:51 +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
ccarlen%netscape.com
0fcd29efcb
Bug 97622 - Put in UI to expose dynamic profile switching. r=kaie/sr=alecf
2003-01-22 06:13:39 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
seawood%netscape.com
ce075638c1
Add native app support for OSX mach-o builds.
...
Fixes the 'Quit from dock not working' problem.
Allows certain files to be dragged to the dock icon.
Thanks to Mike Pinkerton <pinkerton@netscape.com> for the original patch.
Bug #111797 r=ccarlen sr=sfraser
2002-11-19 05:16:50 +00:00
sdagley%netscape.com
1e949d7329
With the landing of #152231 for mach-o the InternetConfigService is now part of uriloader for Mac trunk builds and these files in appshell are obsolete
2002-10-01 01:40:38 +00:00
sdagley%netscape.com
afb40734b1
Landing #152231 on trunk mach-o build - move nsInternetConfig into uriloader. Original patch by ccarlen, r=sdagley, sr=darin
2002-10-01 01:00:09 +00:00
danm%netscape.com
24f9d604cb
change popup manager's IDL constants to JS standard style instead of that silly reverse hungarian nonsense. r=brendan
2002-09-28 18:01:31 +00:00
lordpixel%mac.com
c746ea5e36
Fix for bug 90823 Relaunching or clicking Dock icon should display last minimized window or create new window
r=sdagley, sr=smfr
2002-09-26 03:38:06 +00:00
timeless%mac.com
b60fa5dad7
Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
...
Deleting unused file
r=bryner
2002-09-24 13:42:44 +00:00
timeless%mac.com
f47184023c
Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
...
patch by walk84@yahoo.com r=bryner
2002-09-24 00:56:20 +00:00
danm%netscape.com
4b9a5edf70
just fixing a reversed comment
2002-09-18 02:20:04 +00:00
danm%netscape.com
6363712cc2
moving nsIPopupWindowManager.idl from extensions to appshell, where it still doesn't belong but it's an improvement. long live bug 166442 r=jag,timeless
2002-09-13 20:59:56 +00:00
danm%netscape.com
8ab3aee3f1
moving from its old home in extensions. it doesn't belong here either, but it's used outside extensions so here it sits for now.
2002-09-13 20:11:25 +00:00
danm%netscape.com
b98bd446ad
add context flags from nsIWindowCreator2. bug 166442 r=jag,jst,timeless
2002-09-11 02:27:14 +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
bryner%netscape.com
ad376113e3
Switch to building in browser/app and linking with libxulapp_s, instead of building in xpfe/bootstrap, for Phoenix. Remove some MOZ_PHOENIX #ifdefs that are no longer needed. Not part of the normal build.
2002-09-02 04:03:07 +00:00
danm%netscape.com
ee699f4e3e
restate and simplify the application-quit and application-don't-quit-while-windows-are-open logic. bug 163710 r=brendan,pinkerton
2002-08-29 23:55:37 +00:00
danm%netscape.com
b50980e5c1
removing parameter to nsINativeAppSupport::OnLastWindowClosing. bug 163918 r=brendan,law
2002-08-24 18:58:52 +00:00
danm%netscape.com
a213262c26
move Quit code from UnregisterWindow into Quit. bug 163918 r=brendan,bryner
2002-08-24 18:57:45 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
jgaunt%netscape.com
0a7856e064
bug 78390 accessible support for full page PDFs
...
r=aaronl,peterl
sr=jst
2002-07-02 17:39:40 +00:00
alecf%netscape.com
8e037b7ff6
argh, add nsIWindowMediatorListener.idl to the nmake build
2002-06-26 23:36:46 +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
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
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
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
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
danm%netscape.com
988f6b1c3a
add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:24:31 +00:00