dveditz%cruzio.com
0cb3d26726
bug 321013 massage presentation of titles, r=dougt, sr=jst
2006-03-02 06:05:22 +00:00
neil%parkwaycc.co.uk
927b698cf7
Bug 327238 Display sidebar link URLs in the status bar again r=jst sr=jag
2006-02-26 19:00:30 +00:00
bzbarsky%mit.edu
01d154ac3a
Fix spelling error.
2006-02-22 05:19:21 +00:00
bzbarsky%mit.edu
a6925e4397
Changing comment, since I figured out why we're doing things in a wacky way.
...
No bug.
2006-02-22 05:09:01 +00:00
bzbarsky%mit.edu
70a3e3a9a3
Make it possible to target non-primary content <browser>s; specifically ones
...
that are type="content-targetable". Bug 326009, r=bsmedberg, sr=jst
2006-02-22 03:58:48 +00:00
joshmoz%gmail.com
392d498cb9
don't compile LoadNativeMenus if we don't need to in nsWebShellWindow, cleanup. b=327425 r=mento sr=dbaron
2006-02-21 19:07:14 +00:00
bzbarsky%mit.edu
0899f137f9
Make nsIWindowProvider report whether it created a new window. Bug 326006,
...
r=bsmedberg, sr=jst
2006-02-10 20:50:43 +00:00
bzbarsky%mit.edu
2dbdd7da0d
Move the "force into tab" code out of Gecko and allow embeddors to do the same
...
sort of thing. Bug 323810, r=bsmedberg, sr=jst
2006-02-07 20:46:39 +00:00
darin%meer.net
3ac0e555eb
fixing build bustage
2006-02-03 21:50:25 +00:00
darin%meer.net
ed2aa565de
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
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
eab4195d4c
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
cbiesinger%web.de
8d81b8a6b6
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bzbarsky%mit.edu
14332c1f15
Make docshell visibility checking check with the tree owner so that embedding
...
gets a chance to claim docshells as invisible (eg in Camino's tab
implementation). Bug 306245, patch by jst, r=sfraser, sr=bzbarsky
2005-10-19 02:59:30 +00:00
dveditz%cruzio.com
8c3ccc4cc0
bug 282955 (back as bug 312426) locationbar-less mac window needs titleseparator r=neil.parkwaycc,sr=bzbarsky,a=mscott
2005-10-14 23:39:45 +00:00
dveditz%cruzio.com
b2da9b7ab8
bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc
2005-10-14 23:33:51 +00:00
bsmedberg%covad.net
77cf9f7768
Bug 310076 (scary version) - Use the considerquitstopper to control when to run the event loop, not window enumerators r=darin
2005-10-04 14:41:18 +00:00
dveditz%cruzio.com
637af3eb06
locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky
2005-09-30 18:51:46 +00:00
bzbarsky%mit.edu
0ed6c71cf2
Send out notifications when docshells are created or destroyed. Bug 308438,
...
r=biesi, sr=darin
2005-09-16 15:51:14 +00:00
aaronleventhal%moonset.net
ca5959c4fe
bug 306235. Keyboard stops working on window restore of Thunderbird main window from minimized state. Partial backout of now unnecessary part of bug 258285. r+sr=bryner
2005-08-31 20:43:39 +00:00
aaronleventhal%moonset.net
eae6129496
Bug 258285. Find As You Type coming up when it shouldn't (textareas/textfields). r=mats, sr=bryner
2005-08-16 17:54:29 +00:00
bsmedberg%covad.net
d2b84dd7b6
Bug 298072 - XUL window with "hidechrome" draws incorrectly until it is resized - patch by Anand Aiyer <aaiyer@asvcyber.com> - r+sr=roc, a=me
2005-08-08 14:07:55 +00:00
jst%mozilla.jstenback.com
ffa002b4fe
Fixing bug 297543. Make the hidden window load a URL that's not about:blank. r=benjamin@smedbergs.com, sr=brendan@mozilla.org, a=brendan@mozilla.org
2005-07-01 23:58:15 +00:00
timeless%mozdev.org
3806a05460
Bug 299101 remove useless references to nsVoidArray
...
xpfe
r=neil sr=neil a=bsmedberg
2005-06-29 18:12:06 +00:00
joshmoz%gmail.com
264ed42f5c
just fix a comment, no code change (mac has a menu bar height of 22, it is not different)
2005-06-23 09:29:04 +00:00
jst%mozilla.jstenback.com
c4b8dd4f16
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
allan%beaufour.dk
fc66e44546
Fixes location of about:. Bug 272556, r=neil.parkwaycc.co.uk, sr=alecf, patch by bsmedberg
2005-03-15 15:24:20 +00:00
jst%mozilla.jstenback.com
cef561a155
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
dbaron%dbaron.org
93f5885b6e
Use weak references in nsContentShellInfo. r+sr=bzbarsky b=282938
2005-02-23 05:29:44 +00:00
neil%parkwaycc.co.uk
522b9d176a
Bug 282938 Stop the xul window from holding on to deleted tabs r=danm sr=dbaron
2005-02-22 00:17:35 +00:00
bryner%brianryner.com
890eacaa07
Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky.
2005-02-19 22:42:01 +00:00
neil%parkwaycc.co.uk
81a760b8fd
I failed to merge this hunk correctly last time :-[ b=104532 r=danm sr=jst a=asa
2005-02-17 19:46:01 +00:00
dbaron%dbaron.org
c1caaba5d1
Fix obvious spelling mistake in comment.
2005-02-12 19:34:51 +00:00
dwitte%stanford.edu
193a359a53
tidy up popup blocker code.
...
b=279710, r+sr=dveditz.
2005-02-06 08:25:40 +00:00
dougt%meer.net
8da7273dd0
Fixes 280246. WinCE build support. r=bryner
2005-02-06 03:48:19 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
neil%parkwaycc.co.uk
c3d65e8c11
Don't let background tabs set the status b=104532 r=danm sr=jst
2005-02-02 09:39:30 +00:00
jst%mozilla.jstenback.com
cdd319364a
Replace empty nsAutoString with EmptyString(). No bug.
2005-02-01 22:07:48 +00:00
louie.zhao%sun.com
8f73e5d627
bug257739 [ATK] Can't read the title name of windows/dialogs
...
p = Philip K. Warren (IBM)
r = aaronleventhal
sr = jst
2005-02-01 08:50:50 +00:00
bzbarsky%mit.edu
30c61eb911
Undo the checkin for bug 135811 and refix it better. Fixes bug 279495.
...
r=danm, sr=jst
2005-01-31 20:46:24 +00:00
pedemont%us.ibm.com
1b0e6b0e53
Bug 264938 - Collapse toolbar button shouldn't hide the statusbar. Patch by mano, r=jhpedemonte, sr=sfraser.
2005-01-17 20:48:14 +00:00
jst%mozilla.jstenback.com
1a8e54667c
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
2005-01-11 19:36:40 +00:00
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
bsmedberg%covad.net
81a0de68d5
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bsmedberg%covad.net
9dca6735a2
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
pedemont%us.ibm.com
f2456ad426
Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser.
2004-11-12 16:42:58 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
bsmedberg%covad.net
a64c719fe7
Think-o from bug 237745, this should fix the TXul test, r=timeless sr=stupidity
2004-10-30 05:48:37 +00:00
cbiesinger%web.de
d57810989f
fixing gcc 3.4 bustage
2004-10-29 22:15:48 +00:00
bsmedberg%covad.net
3055933c27
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
fb3826168b
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
joshmoz%gmail.com
76635c5c4f
clean out some old stuff pertaining to classic Mac OS (bug 231337) r=sdagley sr=bzbarsky
2004-10-24 17:36:11 +00:00
scott%scott-macgregor.org
18e173a07b
Bug #230392 --> minor thunderbird specific fix.
...
Create new window (if none exists) when clicking the thunderbird dock icon on Mac OS X
instead of trying to create an instance of navigator.xul.
2004-09-28 22:03:34 +00:00
neil%parkwaycc.co.uk
575c61d32e
Set the XUL document's title once the DOM is ready and not after a chrome window finishes loading, so that we get titles on XUL documents in content and we can also use document.title or window.title to set the title in a load handler b=126903 but also fixes 216651, 259067 and the like r=danm sr=jst
2004-09-17 20:03:18 +00:00
peterv%propagandism.org
7bff9127ab
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-17 11:12:14 +00:00
bzbarsky%mit.edu
b9f0eb21bf
Setting window.status should not flush. Bug 258819, r+sr=jst
2004-09-12 02:42:02 +00:00
darin%meer.net
82051f763e
landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=biesi,sr=blizzard
2004-09-07 18:59:27 +00:00
neil%parkwaycc.co.uk
509a318898
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
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