bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
jst%mozilla.jstenback.com
693923a31f
Landing fix for bug 239202, patch by trev@gtchat.de. Making nsIScriptGlobalObjectOwner not scriptable. r+sr=jst@mozilla.org
2004-07-16 17:03:10 +00:00
cbiesinger%web.de
ea9c2b0afe
Bug 250202 remove nsWebShellWindow::NotifyObservers and nsXULWindow::NotifyObservers
...
r=danm sr=jag
2004-07-15 19:00:11 +00:00
bryner%brianryner.com
963572cfc9
nsCmdLineService::GetProgramName needs to copy the string to be compliant with the interface definition. Bug 249737, r+sr=jst.
2004-07-04 11:01:32 +00:00
ben%bengoodger.com
5d74023639
change mDeleteCalled to mXPCOMShuttingDown per danm request. (part of 244106 that bsmedberg didn't get before landing on the trunk)
2004-06-20 03:42:50 +00:00
bsmedberg%covad.net
8b04241e3b
Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106).
2004-06-17 21:23:51 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
bzbarsky%mit.edu
27b140b534
Change FlushPendingNotifications to have more granularity and update callers to
...
only flush the things they really need flushed. Bug 144072, r+sr=jst
2004-05-27 22:08:42 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
f79a6813af
Relanding, since backing out did not fix orange. Bug 232691.
2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
62f7fc6ea3
Backing out to attempt to fix Mac orange. Bug 232691
2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
b733dd59da
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
aaronleventhal%moonset.net
273397a135
Bug 242799. Fix touchpad scrolling but keep support for screen reader behavior based on class names. r=ere, sr=roc
2004-05-20 03:14:41 +00:00
caillon%redhat.com
e55198520c
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
timeless%mozdev.org
7b5970dc1f
Bug 243621 Standardize QueryInterface without throw
...
r=neil sr=darin
2004-05-17 23:38:25 +00:00
aaronleventhal%moonset.net
0d75ee958b
Use win32 window class name corresponding to UI/content/general/hidden. r=ere, sr=roc
2004-05-04 12:39:42 +00:00
bryner%brianryner.com
f9f55ca33e
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
2004-05-03 21:48:36 +00:00
gerv%gerv.net
aa835b77c5
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
sicking%bigfoot.com
6ce4fac4be
Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
...
r=bz sr=jst
2004-04-12 22:48:33 +00:00
brade%comcast.net
030c00f3e9
remove unused char *; bug=238672, r=timeless, sr=tor, a=mkaply
2004-03-26 16:39:20 +00:00
bsmedberg%covad.net
914b568590
Bug 237688 - Removing unused files from xpfe/appshell rs=brendan a=mkaply
2004-03-23 21:02:43 +00:00
ben%bengoodger.com
f87d99d248
[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
e1cc62642c
237172 - remove an unnecessary addition of a global observer in the migration code. this is only built in firefox. r=bsmedberg
2004-03-16 04:00:54 +00:00
ben%bengoodger.com
b63bd822ba
203077 - Rename Firefox profile data folder from Phoenix to Firefox.
...
Make sure the migration FE does not show when the app is launched with -ProfileWizard or -CreateProfile, as these use cases do not imply automigration.
for full details see http://bugzilla.mozilla.org/show_bug.cgi?id=203077#c35
r=jst
2004-03-11 01:27:30 +00:00
ben%bengoodger.com
67b754aaca
236744 - xp shell service - define document icon constant for windows registry.
2004-03-08 09:57:29 +00:00
ben%bengoodger.com
cfabf86bba
Forgot to add different module name to REQUIRES list..
2004-03-03 22:00:01 +00:00
ben%bengoodger.com
aa0e3f3eba
215094 - 235364 - invoke automigration code if there are no existing profiles in phoenix (will eventually becoem MOZ_XULAPP, and may move to xre/apprunner or a startup service). r=danm
2004-03-03 21:33:47 +00:00
darin%meer.net
0616fb43c2
fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron
2004-02-25 02:08:34 +00:00
danm-moz%comcast.net
1ff0f8f534
unsizable windows are no longer created maximized. bug 230608 r=bryner,jst
2004-02-21 18:02:03 +00:00
dbaron%dbaron.org
8b81db7e6f
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
2004-02-20 21:38:31 +00:00
danm-moz%comcast.net
d6a4a6fb28
quit() now returns no error under normal circumstances. bug 185360 r=jag,neil
2004-02-19 23:03:13 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
bryner%brianryner.com
950e111e9d
Remove unused nsTimingService and nsITimingService (bug 232779). r+sr=dbaron
2004-02-01 03:35:16 +00:00
jst%mozilla.jstenback.com
d62aed44c4
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
neil%parkwaycc.co.uk
29fa9e3ab1
Fix compiler warning b=229540 p=gautheri@noos.fr r=danm sr=alecf
2004-01-22 13:13:09 +00:00
bryner%brianryner.com
a135ce4d60
Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard.
2004-01-12 08:25:18 +00:00
jst%mozilla.jstenback.com
4ab234b8be
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
2004-01-09 23:54:21 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
bryner%brianryner.com
7264501b7b
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
2003-12-21 05:36:36 +00:00
scott%scott-macgregor.org
024d390cf9
Bug #226604 --> crash closing message compose window (with UI button)/message filter dialog
...
fix crash regression. Patch by timeless
sr=mscott
a=asa
2003-11-25 02:47:48 +00:00
timeless%mozdev.org
699163296d
Bug 223736 nsWebShellWindow::Destroy should call nsWebShellWindow::Destroy before destroying its timer and calling release_this
...
r=danm sr=dbaron a=dbaron
2003-11-23 14:01:43 +00:00
danm-moz%comcast.net
1ebce9c6ba
tweak rev 1.137 to reduce the population of warnings from 2131 back to 2129
2003-11-09 16:33:14 +00:00
danm-moz%comcast.net
cf419872ca
don't focus the parent of the window being closed if that parent is the hidden window. this reinstates rev 1.52, bug 22658. now bug 224058. r=ere, roc
2003-11-07 02:13:32 +00:00
ben%bengoodger.com
0a1db7cf1b
Bug 206936 - firebird shows an XML error when opening links from external apps, caused by bug 223197 - command line service on Mac should be using browser.chromeURL pref to locate main application XUL file, not hard coding to use navigator.xul. r=smfr/ccarlen, sr=smfr, a=asa
2003-10-26 22:11:49 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
danm-moz%comcast.net
e8d9dd9df6
error check repeated window registration. bug 222042 r=scott,sspitzer
2003-10-20 15:31:38 +00:00
danm-moz%comcast.net
5f32d42917
move implementation of zLevel to nsWindowMediator. make zLevel mutable. support persistent zlevel xul attribute. rework saving of persistent attributes. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:16 +00:00
danm-moz%comcast.net
9ea17a2262
move implementation of zLevel here from nsXULWindow. implement mutable zLevel. coalesce duplicate code. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:13 +00:00
danm-moz%comcast.net
cbaebadbc9
rework saving of persistent attributes. also maximized and alwaysRaised windows are incompatible. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:11 +00:00
danm-moz%comcast.net
40a37fd7a3
add zLevel member variable to struct nsWindowInfo. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:07 +00:00
danm-moz%comcast.net
e070e9d22b
delay initialization of newly created window's zLevel. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:05 +00:00
danm-moz%comcast.net
c04800cc89
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
b18ce4102b
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
darin%meer.net
325b3c6de7
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
danm-moz%comcast.net
d7120508a7
when bringing a window to the front, also bring to the front windows which must remain in front of it. but even more so, if you follow me. bug 217012, bug 184890. r=jag,neil
2003-09-24 14:31:03 +00:00
brendan%mozilla.org
f2378cf93d
Checking in danm's patch for bug 210689, r/sr=bz/dbaron, a=me.
2003-09-08 19:06:11 +00:00
bryner%brianryner.com
9822c742df
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
timeless%mozdev.org
2994c4573e
Bug 217886 frame structure gets lost in builds since 20030826
...
patch by mpconnor@rogers.com r=bz sr=bz a=brendan
2003-09-04 02:23:20 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
hyatt%mozilla.org
f3fc93ad2d
Fix for 215296, r=bryner, sr=brendan, a=asa, This patch retains Seamonkey's behavior for titles on all platforms while patching Mac behavior to leave off the modifier for FB+TB
2003-08-12 05:51:39 +00:00
hyatt%mozilla.org
a3e137440c
Fix for 204418, make a pref available for picking the hiddenWindow URL so different apps can have their own hiddenWindow files. r/sr=bryner, a=asa
2003-08-11 08:42:36 +00:00
hyatt%mozilla.org
c7a4744554
Update for 215440, make sure not to break SeaMonkey titlebars when the doc has no title, r/sr/a=brendan.
2003-08-07 23:01:24 +00:00
hyatt%mozilla.org
4a12b99de0
FIx for 215440, add support for a titledefault attribute that can be used when a document has no title.
2003-08-07 21:05:58 +00:00
hyatt%mozilla.org
1bc71afe06
Patch the remaining places that use _content to also support _main, r=brendan, sr=ben
2003-08-04 21:52:22 +00:00
hyatt%mozilla.org
afa87ac239
Fix for 215041, add support for WinIE's _main target for sidebars (it's identical to _content), r=hixie, sr=ben
2003-08-04 18:33:24 +00:00
cls%seawood.org
ad20d0d29c
Remove unused references to xpcom_obsolete
...
Bug #38122 r=dougt sr=bryner
2003-08-02 20:17:28 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
danm-moz%comcast.net
85217cb21d
mark the hidden window's widget as invisible (on all platforms, now). bug 207742 r=brendan,bryner
2003-07-25 14:55:51 +00:00
scott%scott-macgregor.org
34f8c11493
thunderbird only change. The command line handler spits back "1" as an argument if there are no arguments following command. Handle
...
that case accordingly, and don't try to use "1" as the actual window argument.
2003-07-23 21:34:53 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
scott%scott-macgregor.org
3c3ad46d81
Thunderbird specific change. Has no impact on trunk builds.
...
Fix a silly mistake that was causing thunderbird to fail to launch if you did not pass the -mail parameter at the command line.
2003-07-14 22:51:52 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
scott%scott-macgregor.org
9a25fc4ddd
Ugly thunderbird hack. Has no effect on seamonkey builds.
...
When launching the app via Launch Task (which is the case when starting up for the first time), check to see if the cmd line service
has any arguments (such as mailto urls). If so pass these arguments into OpenWindow instead of using the handler's default arguments.
This fixes the problem where clicking on a mailto url in a browser when thunderbird was NOT already running, caused a blank
compose window where the mailto url was ignored.
2003-07-12 04:12:14 +00:00
dbaron%dbaron.org
92b921aca3
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
2003-07-11 21:16:12 +00:00
danm%netscape.com
b96e8a6c44
addref the window while the timer member variable holds a reference to the window. no longer a crash bug, but more proper COM. bug 143664 r=dougt,jag
2003-07-08 23:06:49 +00:00
caillon%returnzero.com
ba75de772b
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
alecf%flett.org
ccf01a2786
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
dwitte%stanford.edu
149f719c00
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
scott%scott-macgregor.org
d98fce631a
Bug #194315 --> for thunderbird, bring up mail chrome as part of ensure 1 window and not a browser window.
...
does not effect seamonkey builds
sr=bryner
a=sspitzer
2003-04-26 01:50:56 +00:00
bryner%netscape.com
4d3b825ffa
Make --disable-xul work (bug 69995). We build enough XUL to support
...
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree. r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
timeless%mozdev.org
77d8318ad1
Bug 201423 Crash [@ nsWebShell::Create] if urildr.dll is missing
...
r=adamlock sr=bz
2003-04-10 18:17:57 +00:00
varga%netscape.com
94915cfed0
Missed part of the fix for bug 113232. support transparent non-rectangular chrome windows.
...
r=roc, sr=bz
2003-04-09 05:14:24 +00:00
dougt%netscape.com
4365133d06
removing removed NS_DEF_FACTORY and nsXPComFactory.h. r=alecf b=200750
2003-04-08 20:37:02 +00:00
ccarlen%netscape.com
c545e419e2
Bug 192849 - Launching Mozilla with an OpenURL AppleEvent fails to open the given URL. r=lordpixel/sr=sfraser
2003-04-08 14:24:13 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
darin%netscape.com
fbab8a3edd
backing out roc+%cs.cmu.edu check-in for bug 113232
2003-03-25 00:07:00 +00:00
roc+%cs.cmu.edu
4826fbd1c4
Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky
2003-03-24 04:57:22 +00:00
bzbarsky%mit.edu
6af28cca89
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
jaggernaut%netscape.com
ad58f86f9b
Remove unused CIDs, r=jack, sr=lumpy
2003-03-20 02:33:20 +00:00
dougt%netscape.com
a4e56712fe
Fix bad export_lib line. r=cls
2003-03-16 01:09:52 +00:00
dougt%netscape.com
be629223b6
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
aaronl%netscape.com
c616086a0c
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
2003-03-06 23:07:00 +00:00
danm%netscape.com
5657505b12
implement new property nsIBaseWindow::blurSuppression. bug 68454 r=bryner,jst
2003-02-24 20:15:39 +00:00
ere%atp.fi
63a8dc75ad
Bug 189085: Windows focus handling semi-rewrite
...
r=danm, sr=jag
2003-02-22 19:50:38 +00:00
sgehani%netscape.com
6ae425963e
Make holding the option key at launch time open the profile manager on mac.
...
b=194149; r=sgehani; sr=jaggernaut; a=asa; author=sfraser
2003-02-21 00:54:00 +00:00
sfraser%netscape.com
55774f53a5
Fix bug 181454 -- endless opening of new windows when another app tells Mozilla to open a new window, via Apple Events. Make sure we return noErr when we've handled the event. r=ccarlen, sr=jag, a=asa.
2003-01-30 22:40:25 +00:00
jaggernaut%netscape.com
8034a9a64b
Bug 190791: Windows don't remember location in macho builds. r=danm, sr=sfraser, a=asa
2003-01-30 04:51:50 +00:00
ccarlen%netscape.com
f9502e3ac0
Bug 97622 - Put in UI to expose dynamic profile switching. r=kaie/sr=alecf
2003-01-22 06:13:39 +00:00
racham%netscape.com
e01849d5ba
Fixing bug 167803. Make sure we load content tree owner exists before we load the chrome to avoid crashing on linux in some cases. r=danm, sr=sspitzer
2003-01-10 00:41:54 +00:00
dbaron%dbaron.org
f2cd5e3e66
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 23:19:20 +00:00
seawood%netscape.com
4588fb970a
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
aaronl%netscape.com
0fab404b62
Bug 162090. Mozilla not respecting SPI_GETWORKAREA when opening new window. Patch by danm. r=aaronl, sr=jst
2002-12-14 00:36:29 +00:00
ccarlen%netscape.com
2dabff2ebf
Bug 183366 - Mach-0 build fails to launch via icon if whitespace in path the executable. r=seawood/sr=sfraser/a=brendan
2002-12-09 15:36:49 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
sicking%bigfoot.com
f04a4ebeb7
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
danm%netscape.com
2f017477f6
persistent size now has a lower bound of 100x100. bug 167663 r=dveditz,sgehani
2002-11-20 00:54:46 +00:00
seawood%netscape.com
96f5e4b676
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
danm%netscape.com
325d197360
always constrain new windows fully onscreen. bug 162029 and effectively part of bug 162090. r=hyatt,jag
2002-11-12 19:09:02 +00:00
rjesup%wgate.com
131dadc41e
Bug 149764: changes to quit-application observer topic. r=danm, sr=jst
2002-11-07 20:25:45 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
blakeross%telocity.com
634d1f15a4
move phoenix obs notification, NPOB. r=hewitt/sr=hyatt
2002-10-13 03:51:29 +00:00
blakeross%telocity.com
315bd09600
Phoenix changes only, NPOB. r=hewitt / sr=hyatt
2002-10-11 19:58:15 +00:00
sdagley%netscape.com
47f7cd9a84
Re-landing #169667 - use LaunchServices APIs instead of InternetConfig APIs when appropriate (fixed mach-o and Mac Classic build issues from 1st landing try). r=ccarlen,sr=sfraser
2002-10-01 05:27:15 +00:00
sdagley%netscape.com
07ecdb093b
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
0794551cb6
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
eaa54d5402
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
darin%netscape.com
52c6607e73
backing out sdagley's patch for bug 169667 to clear up mac build bustage.
2002-09-27 04:35:33 +00:00
sdagley%netscape.com
e571c5e2c2
Landing #169667 - Clean up InternetConfigService and use LaunchServices APIs where appropriate. r=ccarlen,sr=sfraser
2002-09-26 23:38:08 +00:00
lordpixel%mac.com
8bc9223add
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
80432cd255
Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
...
Deleting unused file
r=bryner
2002-09-24 13:42:44 +00:00
timeless%mac.com
42a667539c
Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
...
patch by walk84@yahoo.com r=bryner
2002-09-24 00:56:20 +00:00
sdagley%netscape.com
f083e40c5a
Part of #152231 - moving InternetConfigService to uriloader from appshell. These changes are for the CFM builds. r=ccarlen,sr=scc
2002-09-21 19:08:45 +00:00
srilatha%netscape.com
59b625075a
backing out my previous checkin.
2002-09-19 23:12:35 +00:00
srilatha%netscape.com
031be29095
Fix for bug # 167803. Ensure that mContentTreeOwner is not null.
...
r=danm, sr=alecf
2002-09-19 22:37:37 +00:00
danm%netscape.com
18f082cfdb
just fixing a reversed comment
2002-09-18 02:20:04 +00:00
sfraser%netscape.com
fcda286dc9
Fix darin build bustage. r=law
2002-09-14 01:10:47 +00:00
danm%netscape.com
ba570abb24
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
b1f94faa94
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
264b2adba2
bloody hell. backing out the rest of popup manager because of a suspected Txul regression. bug 167929
2002-09-12 02:42:44 +00:00
danm%netscape.com
c38c9628a2
hooking up popup window management. bug 166442 r=jag,jst,timeless
2002-09-11 02:29:27 +00:00
danm%netscape.com
1e98ed5c4a
add context flags from nsIWindowCreator2. bug 166442 r=jag,jst,timeless
2002-09-11 02:27:14 +00:00
danm%netscape.com
8667c2c992
add new include dependencies for popup window manager. bug 166442 r=jag,jst
2002-09-11 02:19:45 +00:00
dougt%netscape.com
c5e8f896cd
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
d94b37c68a
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
bryner%netscape.com
b04e8d309d
Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst.
2002-09-06 00:19:58 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
bryner%netscape.com
6a2996dcfc
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
7f29b72ea7
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
alecf%netscape.com
5d2a2e5fef
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
danm%netscape.com
01017ff236
removing parameter to nsINativeAppSupport::OnLastWindowClosing. bug 163918 r=brendan,law
2002-08-24 18:58:52 +00:00
danm%netscape.com
a82218200b
update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner
2002-08-24 18:58:19 +00:00
danm%netscape.com
16222c8273
rearrange Destroy to not confuse WindowWatcher. bug 163918 r=brendan,bryner
2002-08-24 18:57:55 +00:00
danm%netscape.com
ba4136321b
move Quit code from UnregisterWindow into Quit. bug 163918 r=brendan,bryner
2002-08-24 18:57:45 +00:00
roc+%cs.cmu.edu
c0c4d81870
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
2002-08-24 14:41:28 +00:00
danm%netscape.com
40c6d57646
reorder Destroy() sequence and remove new window creation check from bug 115969 (rev 1.89 of .cpp). bug 130719 r=brendan,pavlov
2002-08-20 04:34:09 +00:00