Граф коммитов

3034 Коммитов

Автор SHA1 Сообщение Дата
kairo%kairo.at 35790aa829 Bug 270443 - Port Firefox info bars to SeaMonkey - let the sidebar use notifications, p=twanno@lycos.nl r=Mnyromyr sr=Neil 2007-11-05 16:33:24 +00:00
mnyromyr%tprac.de 52560cc9e2 Bug 394522: typo fix; r=Kairo 2007-10-28 01:21:36 +00:00
mnyromyr%tprac.de 043bbbb2a5 Bug 394522: architecture patch for SeaMonkey pref panes to use <preferences>; r=Callek, sr=Neil (new files) 2007-10-27 20:39:55 +00:00
mnyromyr%tprac.de 387d2eadd3 Bug 394522: SeaMonkey pref pane migration/first 2 panes; r=Callek, sr=Neil 2007-10-27 20:10:58 +00:00
mnyromyr%tprac.de 442da8c4ba Bug 394522: architecture patch for SeaMonkey pref panes to use <preferences>;
r=Callek, sr=Neil
2007-10-27 20:08:43 +00:00
stefanh%inbox.com 7e4d8dee8c Bug 396105 - Hide 'For Internet Explorer Users' menuitem (and Help content), part 1: Display menuitem on windows only. r+sr=neil. 2007-10-26 20:20:35 +00:00
bugzilla%standard8.plus.com 3ea9b6750e Bug 399790 Profile List comes up blank after creating new profiles. r/sr=Neil 2007-10-14 20:21:47 +00:00
mnyromyr%tprac.de 24c1f449e8 Bug 234638: tooltips for graphical emoticons; p=C��dric "chewey" Menge<bugzilla@mengemail.de>, r/sr=neil 2007-10-13 16:57:53 +00:00
bugzilla%standard8.plus.com 147477ea7e Bug 397147 Move/Remove remaining sidebar code in xpfe/components/sidebar to suite r=kairo,sr=Neil,a=sayrer 2007-10-13 09:21:17 +00:00
neil%parkwaycc.co.uk f7afbb5ffe Bug 382792 Restore profile switching r=Mnyromyr sr=jag 2007-10-03 22:48:22 +00:00
aaronleventhal%moonset.net 9f76986675 bug 397644. Don't process xhtml2:role, r=mano, r=philringnalda, r=surkov, sr=neil, a=dsicore 2007-10-02 00:57:25 +00:00
bugzilla%standard8.plus.com b63d2e9e6d Bug 361682 Remove "turbo mode" from suiterunner builds. p=Aqualon,r=KaiRo,sr=Neil 2007-09-30 19:36:29 +00:00
neil%parkwaycc.co.uk 5b946d4752 Menubar height incorrect in some themes and OSes b=396562/5 r=gavin a=bsmedberg 2007-09-28 19:11:51 +00:00
neil%parkwaycc.co.uk fd3dad86d1 Followup fix to bug 394471 (throwing wrong variable) p=mv_van_rantwijk rs=me 2007-09-28 10:24:29 +00:00
dveditz%cruzio.com 2568617a49 bug 342205 (SeaMonkey version of 268370) prevent leaks of install-dir from nsSidebar exceptions.
Firefox patch by gavin, r=mconnor, a=kairo and iann
2007-09-25 00:38:14 +00:00
mozilla.mano%sent.com ec6d87927b Bug 267487 - addSearchEngine should install search plugins from https sites as well as http. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=me, sr=neil. 2007-09-25 00:38:13 +00:00
bsmedberg%covad.net 148e9f011d Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2007-09-25 00:38:12 +00:00
timeless%mozdev.org 6547e50d52 Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2007-09-25 00:38:11 +00:00
gerv%gerv.net 489b9674b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-09-25 00:38:10 +00:00
caillon%returnzero.com 7ee93f24f3 Bug 165653
mozilla/dom depends on mozilla/xpfe/components/sidebar (nsISideBar)
r=bryner@brianryner.com
sr=jst@netscape.com
2007-09-25 00:38:09 +00:00
darin%netscape.com 32763c343e fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2007-09-25 00:38:08 +00:00
timeless%mac.com f3a02f2d11 Bug 125735 Sidebar.getInterfaces should return the list of interfaces it supports
r=sgehani sr=jag
2007-09-25 00:38:07 +00:00
dougt%netscape.com 43bff538b7 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2007-09-25 00:38:06 +00:00
timeless%mac.com aca43530e3 Bug 99808 javascript errors in nsSidebar.js
patch by jband r=sgehani sr=jst
2007-09-25 00:38:05 +00:00
alecf%netscape.com 29793ea4f1 Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2007-09-25 00:38:04 +00:00
dougt%netscape.com ab03a2dc57 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2007-09-25 00:38:03 +00:00
sgehani%netscape.com 7707d6949f Add persistent panel support (iframe's remain loaded even when not visible).
b=106129; r=morse; sr=dveditz
2007-09-25 00:38:02 +00:00
stephend%netscape.com d1b66ffb8b Removing extra space in a declaration for the last bug (nsSidebar.js). Previously had r=me/sr=shaver 2007-09-25 00:38:01 +00:00
stephend%netscape.com 65c1c43de8 Bug 78485. Javascript strict warnings. Patch by Christoper Aillon <caillon@returnzero.com> r=me, sr=shaver@mozilla.org 2007-09-25 00:38:00 +00:00
matt%netscape.com 8c8c1fb84c bug 94404 moving sidebar into branding. sr=ben r=pchen 2007-09-25 00:37:59 +00:00
gerv%gerv.net ea0ebbe2d9 Chang all instances of "My Sidebar" to "Sidebar". Bug 77819. r=timeless, sr=brendan using his magic "String only changes" rubberstamp. 2007-09-25 00:37:58 +00:00
dougt%netscape.com ab7b996306 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2007-09-25 00:37:57 +00:00
jst%netscape.com 17cb49e8d9 Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2007-09-25 00:37:56 +00:00
valeski%netscape.com 94e236c8f3 mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2007-09-25 00:37:55 +00:00
danm%netscape.com bb0aeff6ad fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2007-09-25 00:37:54 +00:00
danm%netscape.com 0d240c7a2a commondialog service is being replaced by promptservice. bug 72112 continues 2007-09-25 00:37:53 +00:00
mstoltz%netscape.com 3c861c08bf Bug 58021 r=mccabe sr=hyatt. Added security check to sidebar.addPanel to prevent js/chrome insertion 2007-09-25 00:37:52 +00:00
rayw%netscape.com c4993e5f31 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2007-09-25 00:37:51 +00:00
slamm%netscape.com f3896ef63c 'Panel' -> 'Tab' (51091) r=mcafee 2007-09-25 00:37:50 +00:00
slamm%netscape.com 2af63576ed Use proper interface variable to use directory services. Fixes window.sidebar.addPanel(...). bug 50167. r=mcafee 2007-09-25 00:37:49 +00:00
ccarlen%netscape.com 534b960ef7 Converted use of nsIFileLocator to nsIDirectoryService. r=slamm 2007-09-25 00:37:48 +00:00
rayw%netscape.com 98a082f51f Changed case of nsIFactory.idl methods to start with lower case to be like other
interfaces.  Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.

Bug 46771.

r=waterson.

I am in today and tomorrow.
2007-09-25 00:37:47 +00:00
jband%netscape.com c761e799d9 fix bug 47410. Allow JS components to implement nsISecurityCheckedComponent and have sidebar componnet implement it to allow access from untrusted scripts. a=brendan@mozilla.org a=johng@netscape.com 2007-09-25 00:37:46 +00:00
ben%netscape.com 2bcb711055 fix for 42964 - sidebar add panel and add search engine dialogs are not localizable 2007-09-25 00:37:45 +00:00
slamm%netscape.com 8a0040cf00 Use standards compliant RDF format. Bug 41225. r=pavlov 2007-09-25 00:37:44 +00:00
slamm%netscape.com a77155fc9d Turn off debugging messages. 2007-09-25 00:37:43 +00:00
slamm%netscape.com b464826e6d Rename 'inbatch' to 'refresh' to make added panel show up right away (bug 28073). 2007-09-25 00:37:42 +00:00
rginda%netscape.com be24559725 fix for 33694, and some cleanup in addSearchEngine.
r=rjc
2007-09-25 00:37:41 +00:00
rjc%netscape.com 8b7b686ad6 Add support for adding a search engine via public sidebar JavaScript method (with appropriate user acceptance). 2007-09-25 00:37:40 +00:00
slamm%netscape.com 67a95b9ce4 Make new panel show up after addPanel() call (bug 28073). Fixed by appending element *after* other assertions and by grouping assertions with 'inbatch' assertion. This is the same way the customize dialog does it. r=waterson a=chofmann. 2007-09-25 00:37:39 +00:00