Commit Graph

12141 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
c7c5a40091 Fix bad capitalization b=282189 p=gautheri@noos.fr r+sr=me 2005-03-08 15:44:51 +00:00
neil%parkwaycc.co.uk
a9ae499ae6 Improve on previous patch for bug 285065 r=bryner sr=dbaron 2005-03-08 12:28:00 +00:00
jshin%mailaps.org
5b06612589 bug 282830: move down the 'Other languages' and 'user defined' to the bottom in the font pref. panel (r=smontagu, sr=bryner) 2005-03-08 02:47:39 +00:00
cbiesinger%web.de
e8d4c35266 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
cbiesinger%web.de
95e9b0c3fd Bug 275614 xpfe/bootstrap should not use nsIPref
r=neil sr=alecf
2005-03-07 19:16:12 +00:00
mkaply%us.ibm.com
c55ddc1821 OOps - readme should be called readme.txt when it makes it to the dist - OS/2 only 2005-03-07 18:56:48 +00:00
mkaply%us.ibm.com
8071f14117 #282980
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - implement -console for OS/2
2005-03-07 18:25:00 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
dbaron%dbaron.org
aa62d91bc1 Break cycle-through-XPCOM by adding an assignment to null when done with |iterator|. b=285065 r+sr=bryner 2005-03-07 04:36:44 +00:00
db48x%yahoo.com
4e04d8b41b bug 274440: ".key" should not be used to describe access keys, use ".accesskey" instead
patch by Hasse <jasajudeju@telia.com>, r=db48x, sr=Neil
2005-03-05 22:24:11 +00:00
jshin%mailaps.org
d28e19536e bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano 2005-03-05 08:19:05 +00:00
bzbarsky%mit.edu
1951e8e908 Remove content dependency on the RDF-ness of bookmarks (since in general, they
need not be RDF-enabled at all).  Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser.  Bug 101995 followup,
r=bsmedberg, sr=alecf
2005-03-05 03:35:54 +00:00
jst%mozilla.jstenback.com
a57ec3f6dc 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
timeless%mozdev.org
22da56e84e Bug 284509 use trailing slash for &releaseURL;
patch by bug@annevankesteren.nl r=neil sr=neil
2005-03-03 07:46:58 +00:00
neil%parkwaycc.co.uk
0d2af9150a Backing out bug 58523 because it didn't handle bare URLs on the command line 2005-03-02 12:44:53 +00:00
neil%parkwaycc.co.uk
aa6091e795 Bug 58523 some command line switches shouldn't inhibit global startup preferences p=brian.lu@sun.com r=bryner sr=me also removing an obsolete declaration from toolkit code at bryner's request 2005-03-02 11:27:32 +00:00
cst%andrew.cmu.edu
17d20778d1 Bug 102831 if focus is the url bar, ctrl-f4 does not close the topmost tab
r=timeless sr=neil
2005-03-02 00:16:59 +00:00
bzbarsky%mit.edu
8efc76dc9a Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type.  Bug 283125,
r=biesi, sr=darin
2005-02-27 18:33:27 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
cst%andrew.cmu.edu
6e33737842 Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
add double-click filtering to seamonkey's tabbox
r=timeless sr=neil
2005-02-25 17:05:22 +00:00
cst%andrew.cmu.edu
021e5d6aad Bug 272800 Make various bookmarks menus middle-clickable
r=timeless sr=neil
2005-02-25 02:38:57 +00:00
bryner%brianryner.com
672981911c Force the window datasource to be initialized at app startup so that it recognizes all windows. Bug 169378. Patch by neil@parkwaycc.co.uk, r+sr=me. 2005-02-24 06:52:50 +00:00
dbaron%dbaron.org
b38e791d45 Tabbrowser-related leak fixes, mostly ported from Firefox. b=131456 r=Neil sr=bzbarsky 2005-02-23 18:19:56 +00:00
dbaron%dbaron.org
8bf02cd23e Use weak references in nsContentShellInfo. r+sr=bzbarsky b=282938 2005-02-23 05:29:44 +00:00
bzbarsky%mit.edu
dc9f9999fe Removing incorrect XXX comments. 2005-02-23 05:15:23 +00:00
bzbarsky%mit.edu
c79b003bca Allow setting "open" property on all sorts of buttons, since people do.... Bug
282359, r=mconnor, sr=neil
2005-02-23 03:37:24 +00:00
bzbarsky%mit.edu
d029903af6 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bzbarsky%mit.edu
56b2bc8030 Fix menubuttons to not rely on the "open" attribute opening menus; open them
via the boxobject.  Bug 282359, r=mconnor, sr=neil
2005-02-22 17:53:26 +00:00
neil%parkwaycc.co.uk
365ad5d30a Bug 282938 Stop the xul window from holding on to deleted tabs r=danm sr=dbaron 2005-02-22 00:17:35 +00:00
bugzilla%arlen.demon.co.uk
dea6111c25 Bug 252698 Use buttonlabel attributes in <dialog>s
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:57:10 +00:00
bugzilla%arlen.demon.co.uk
f13ec71497 Bug 264675 Make sure we respect locked prefs throughout UI
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:22:30 +00:00
gandalf%firefox.pl
9f74808aa6 Bug 279768: Move locales from ./embedding and ./xpfe to ./dom/locales and ./toolkit/locales (global, part 2); r=bsmedberg 2005-02-20 21:15:00 +00:00
cbiesinger%web.de
6bed59f7d7 Bug 146194 sidebar search's next button does not reset count with a new search
patch by Robert Strong <moz_bugzilla@exchangecode.com> r=caillon sr=alecf
2005-02-20 16:58:10 +00:00
mozilla.mano%sent.com
a72153414e Bug 281361 - tab navigation with left/right arrow keys moves in the wrong direction. r=smontagu sr=neil 2005-02-20 10:02:35 +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
dbaron%dbaron.org
498cb82a63 Use MOZILLA_VERSION for the version in Info.plist so it doesn't need to be updated by hand. Rename Info.plist to Info.plist.in accordingly. b=229467 r+sr=bryner 2005-02-19 21:02:29 +00:00
mozilla.mano%sent.com
3e7b26be5a Bug 279100 - JS error pressing ESC in Help window. r+sr=neil 2005-02-19 00:50:40 +00:00
cbiesinger%web.de
a401da5e3f 250936 check that mozilla can handle the MIME type before opening a window for it
r=bz sr=tor
2005-02-18 18:43:11 +00:00
neil%parkwaycc.co.uk
f039b720ce 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
neil%parkwaycc.co.uk
98bbde7d13 Bug 282253 JS Console doesn't clear properly r+sr=bz a=brendan 2005-02-17 08:59:45 +00:00
bugzilla%arlen.demon.co.uk
289365d9bb Bug 280415 "Save As Page..." menu item disappears if no window open
p=me r=timeless sr=neil.parkwaycc.co.uk a=caillon
2005-02-16 11:42:51 +00:00
darin%meer.net
0848e7f038 fixing win32 bustage (implement NS_CopyUnicodeToNative in terms of NS_UTF16ToCString when MOZILLA_STRICT_API is defined) 2005-02-16 08:33:58 +00:00
jshin%mailaps.org
c75d55c0dc bug 281781 : HandleDDENotification returns zero-extended values for WWW_GetWindowInfo patch by Masayuki Nakano, r=jshin, sr=bz, a=asa 2005-02-16 06:31:43 +00:00
dbaron%dbaron.org
cd3f2b0231 Fix obvious spelling mistake in comment. 2005-02-12 19:34:51 +00:00
aaronleventhal%moonset.net
62f01b3e02 Bug 237249. Accessible Name, role and value of URL bar and search field broken. r=pkwarren on accessibility module, r=mconnor for toolkit changes, r+sr=Neil for xpfe changes, sr=bryner for accessibility module changes, a=dveditz 2005-02-11 13:17:18 +00:00
mostafah%oeone.com
63402725b3 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
bzbarsky%mit.edu
361aa1170b Restore documentation that got incorrectly removed at some point. Bug 279587,
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=ben, sr=bzbarsky
2005-02-08 05:32:13 +00:00
aaronleventhal%moonset.net
e177758a41 Bug 280871. Fix various problems with how we expose HTML and XUL combo boxes via accessibility APIs 2005-02-07 23:11:30 +00:00
neil%parkwaycc.co.uk
6d58e51e21 Clean up use of QueryInterface in consoleBindings.xml b=179268 r=timeless sr=bz 2005-02-07 17:39:11 +00:00
mkaply%us.ibm.com
3966ef3a9f #280137
r=pedemonte, sr=mkaply (OS/2 specific)
Patch from Peter Weilbacher - don't statically link to PMWINX since it is a poorly behaved DLL
load the needed functions dynamically from REGISTRY.DLL
2005-02-07 14:54:47 +00:00