gerv%gerv.net
d38c158995
Bug 398009 - fix mangled license headers. a=stuart.
2007-10-06 12:08:47 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
kherron%fmailbox.com
080ad3cf5a
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
2007-06-16 19:54:02 +00:00
neil%parkwaycc.co.uk
99e7e4c4c5
Bug 382781 Kill mail3PaneWindowVertLayout.xul r=Mnyromyr sr=mscott
2007-06-13 12:43:48 +00:00
Olli.Pettay%helsinki.fi
720880fd36
Trying to fix bustage, Bug 363067
2007-02-16 00:19:03 +00:00
neil%parkwaycc.co.uk
0be977fcc3
Re-enable internet keyword search in the openLocation dialog too and also give it a long-overdue overhaul b=332668 r=ajschult sr=jag
2006-08-23 09:16:28 +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
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
neil%parkwaycc.co.uk
b2b5d6e1d7
Bug 301923 XRemote silently ignored bad URIs p=ajschultz r=caillon a=bsmedberg
2005-07-28 14:51:38 +00:00
bsmedberg%covad.net
021cbc4ca7
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 14:50:16 +00:00
bsmedberg%covad.net
2d9f9646a3
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
2005-04-04 19:08:55 +00:00
mostafah%oeone.com
d4eb3b2655
Checked in patch for bug 246115: Add support for launching calendar to xremote
...
r=shaver sr=shaver
2005-02-08 18:23:45 +00:00
bryner%brianryner.com
ed4add2733
Fix Linux Seamonkey bustage
2005-02-03 23:53:49 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
bsmedberg%covad.net
ca5243c97b
Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
2005-01-17 18:50:18 +00:00
danm-moz%comcast.net
6635f8245d
single window mode aviary branch merge. bug 172962, 263689 r=blizzard,bryner
2004-12-07 16:09:34 +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
bryner%brianryner.com
c124746019
Quick and dirty fix for Thunderbird failure to handle mailto urls from xremote (bug 261961). r+sr=mscott.
2004-10-02 19:14:27 +00:00
bryner%brianryner.com
6daf11ebaf
Lowercase the program name in Startup, not in AddBrowserInstance. Fixes xremote for Thunderbird (bug 261315), r+sr=blizzard, a=chofmann.
2004-09-24 21:46:04 +00:00
pkw%us.ibm.com
a48c1f38dc
Bug 251267 - Memory leak in XRemoteService.cpp.
...
r/sr=blizzard@mozilla.org
2004-07-15 20:49:04 +00:00
bryner%brianryner.com
3ed8f0afa5
Make xremote xfeDoCommand(openBrowser) open with the user's start page instead of always opening about:blank. Bug 250064, r+sr=blizzard.
2004-07-06 20:43:18 +00:00
bryner%brianryner.com
833531631d
Fix Firefox Xremote on the trunk by bringing blizzard's patch for bug 244060 over from the Aviary branch. r=bsmedberg, sr=bryner.
2004-07-06 08:51:48 +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
blizzard%redhat.com
29568c13e4
Bug #242123 . Spaces in between the comma and a new-X arguement would not load. Need to verify the URL after arguments have been stripped. r=darin,sr=bryner
2004-05-05 19:52:37 +00:00
gerv%gerv.net
aa835b77c5
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
cbiesinger%web.de
3c212719bf
bug 239604. make uriloader more doxygen friendly, and remove unused "command"
...
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
blizzard%redhat.com
14061147ac
Bug #237283 . Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa
2004-04-08 14:01:17 +00:00
caillon%redhat.com
80c7d1cd1c
Fix for bug 238290: "-remote openURL doesn't work without specifying the url protocol"
...
When determining whether we can load the supplied URI based on scheme, use nsIURIFixup to turn the user supplied string into an nsIURI if possible, off which we can then extrapolate the correct scheme, rather than guess at one.
r=biesi
sr=blizzard
a=chofmann
2004-03-26 21:44:39 +00:00
jst%mozilla.jstenback.com
3121b6bc84
Fixing bustage.
2004-02-10 00:18:51 +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
darin%meer.net
ee20857a33
fixes bug 226612 "-remote openURL no longer works with null URL." r=bryner sr=dbaron a=brendan
2003-11-30 04:09:03 +00:00
darin%meer.net
f8fbc14169
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa
2003-11-21 00:09:50 +00:00
dbaron%dbaron.org
9e07f425be
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
2003-09-17 23:46:45 +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
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
cls%seawood.org
ae4f86f093
Split XUL layers (xpfe & toolkit) into a separate tier class.
...
Make the history component its own module.
Bug #107302 r=bryner sr=leaf
2003-07-16 00:33:50 +00:00
leon.zhang%sun.com
2c6b5f2353
Fix bug 149126: Mail Client doesn't work correctly with Open Office with rpm builds
...
patch by joey.shen@sun.com
r=blizzard@mozilla.org sr=dmose@mozilla.org a=asa@mozilla.org
2003-05-21 03:04:36 +00:00
aaronl%netscape.com
756e2ecb09
Bustage fix
2003-03-07 00:24:27 +00:00
dbaron%dbaron.org
ac28b2e710
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-09 00:08:53 +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
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
henry.jia%sun.com
edb10a6aac
2nd patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
aaronl%netscape.com
17e7f506d1
Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt
2002-08-01 23:12:38 +00:00
shaver%mozilla.org
8aeb4bc73a
Bug 116653: Teach x-remote about openURL(,new-tab). r=blizzard, sr=jag.
2002-06-17 20:39:54 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
alecf%netscape.com
e4d4ba3ccb
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
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00