Commit Graph

152 Commits

Author SHA1 Message Date
Dave Townsend
a2a91f9dca Bug 540558: window.InstallTrigger.install exists but won't work. r=dveditz 2010-02-25 17:36:23 -08:00
Sid Stamm
fb4694efc4 Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte,
sr=mrbkap. First patch! Yay!!
2009-10-16 14:01:04 -07:00
Taras Glek
e2335c2699 bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
2009-10-04 12:44:52 +02:00
Dão Gottwald
d83eea4025 Backed out changeset ddd79f809784 2009-10-04 12:44:27 +02:00
Dão Gottwald
1a1457de94 bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
2009-10-04 12:43:18 +02:00
Dave Townsend
c641db86b3 Bug 514920 - Add-ons manager opened for add-on install has no pane selector. r=dveditz 2009-09-26 17:50:37 +02:00
Dave Townsend
55b17ac54a Bug 372980 - XPInstall reports "(Author not verified)" when signing certificate has no organization subject. r=dveditz 2009-09-26 17:50:33 +02:00
Dão Gottwald
7d308bb248 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Reed Loden
c965af2414 Bug 505905 - "InstallTriggerGlobalInstallChrome should check the result of JS_ValueToECMAUint32" [r=dveditz] 2009-09-17 01:18:45 -05:00
Reed Loden
80e6450ed0 Back out bug 505905 due to possible talos Ts dirty profile regression. 2009-09-16 12:47:49 -05:00
Reed Loden
3d30521393 Bug 505905 - "InstallTriggerGlobalInstallChrome should check the result of JS_ValueToECMAUint32" [r=dveditz] 2009-09-15 22:43:05 -05:00
Dão Gottwald
1d0820d47f Backed out changeset 40811b076d51 2009-09-13 17:36:23 +02:00
Taras Glek
ac8ba115d1 Bug 507288 - move greprefs/*js into res/greprefs.js and add that to toolkit.jar. r=benjamin 2009-09-13 15:52:24 +02:00
Fabien Tassin
486f3c0cc1 Bug 513067 - ""make install" broken when objdir path contains '+'" [r=ted] 2009-08-31 22:21:02 -05:00
Ted Mielczarek
4a0d6558b5 bug 463605 - make OS X packaging use a packaging manifest (like Windows and Linux). r=bsmedberg 2009-08-21 13:05:28 -04:00
Benjamin Smedberg
2e9438fd2f Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Navin Lal
7d36965d96 Bug 385154 - remove nsInt64 usage from the tree. r=roc 2009-08-12 10:51:46 +02:00
Dave Townsend
567f0a4d87 Bug 480752: XPInstall tests should not rely on the Firefox UI. r=bsmedberg 2009-04-16 15:50:21 +01:00
Dave Townsend
fb7c98b73e Bug 474763: Enable xpinstall test suite and fix switching on/offline. r=bsmedberg 2009-02-24 13:12:54 -08:00
Dave Townsend
250b6f769c Bug 473060: Download error -228 if you leave the add-on's public page before download completion. r+sr=dveditz 2009-02-23 15:32:01 -08:00
Dave Townsend
cb5a825fda Bug 475347: Crash after closing tab that initiated an install and included a callback function. r+sr=dveditz 2009-02-23 19:09:45 -08:00
Dave Townsend
daeb0fcb35 Bug 475934: Remove unused functions from xpinstall. r+sr=dveditz 2009-02-23 19:09:00 -08:00
Dave Townsend
4513797543 Disable xpinstall tests to evaluate failures 2009-02-12 15:24:35 +00:00
Dave Townsend
a5829d1de6 Bug 474763: Add automated tests for xpinstall. r=bsmedberg 2009-02-12 13:35:03 +00:00
Dave Townsend
050363fbb8 Bug 475526: Move assertion to somewhere it makes sense. r+sr=dveditz 2009-02-12 10:19:00 +00:00
Dave Townsend
1662125f9d Bug 475532: nsXPInstallManager needs threadsafe addref/release. r+sr=bsmedberg 2009-01-30 10:06:37 +00:00
Phil Ringnalda
4d8777d31a Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking 2009-01-15 20:02:21 -08:00
Phil Ringnalda
6e8301f62d Fix spelling of occurrance, despite the recurrent occurrence of a CLOSED TREE 2009-01-11 16:43:09 -08:00
Jesper Kristensen
4393d98b94 Bug 401292 - application and addon updates fail when Danish Government browser extension is installed; Second patch v1; r=dveditz 2008-12-06 18:31:39 +01:00
Dave Townsend
8ad1486fcc Bug 462739: Send cookies as appropriate with xpinstall requests. r+sr=dveditz, a1.9.1=beltzner 2008-11-28 12:49:07 -08:00
Phil Ringnalda
bbe7e1d08a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Reed Loden
efaba0b614 Bug 460911 - Make the installer complain about missing files on stdout; r=benjamin 2008-10-29 04:22:06 +01:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Arpad Borsos
9b6f558fee Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla) 2008-09-07 00:21:43 +02:00
Serge Gautherie
e21bbe2883 Bug 450050 - "nsIDOMInstallTriggerGlobal.h(76) : warning C4309: 'initializing' : truncation of constant value", r/sr=dveditz 2008-09-04 22:03:25 +02:00
Dave Townsend
df2572e233 Bug 436207: Display error when install fails due to missing install.rdf. r+sr=dveditz 2008-07-03 17:36:10 +01:00
dtownsend@oxymoronical.com
62946e98df Bug 422826: crashes [@ nsVoidArray::Count] called from nsXPInstallManager::DownloadNext. r=dveditz 2008-04-08 04:49:01 -07:00
timeless@mozdev.org
d7e775a7be Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-04-06 05:28:34 -07:00
timeless@mozdev.org
f33eb4a3b4 reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
timeless@mozdev.org
8074fda8ae Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
reed@reedloden.com
7b58057fad Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 00:59:20 -08:00
jonas@sicking.cc
3c9021d562 Bug 416036, add back interface that fell out. r/sr=jst 2008-02-19 18:06:53 -08:00
dtownsend@oxymoronical.com
56c2aa5eeb bug 404726: Addon compatibility check gives many alerts (xpinstall part). r+sr=dveditz 2008-02-07 03:54:05 -08:00
dtownsend@oxymoronical.com
fce7f4a746 Bug 406807: Remove unneccesary parts of xpinstall. r=bsmedberg, sr=dveditz, a=damons 2008-01-29 18:00:45 -08:00
dtownsend@oxymoronical.com
fbb04310cd Bug 412127: Canceling extension installation leaks nsXPITriggerInfo and nsXPITriggerItem. r=dveditz, sr=sicking 2008-01-27 15:43:17 -08:00
dtownsend@oxymoronical.com
b2efb1db18 Bug 406028: Call callback immediately when install is blocked. r+sr=dveditz, a=schrep 2008-01-16 01:49:47 -08:00
dtownsend@oxymoronical.com
87e0e9ef26 Bug 401624: Remove support for install.js based xpi bundles. r=bsmedberg, a=schrep 2007-12-04 08:47:25 -08:00
reed@reedloden.com
5cb3e59e9b Fix bustage from bug 369505 by adding missing #include. 2007-11-16 20:36:57 -08:00
reed@reedloden.com
e41fd360e9 Bug 369505 - "Dangerous sprintf calls in NSInstallExecute::toString" [p=benjamin@smedbergs.us (Benjamin Smedberg) r=dveditz a1.9=schrep] 2007-11-16 20:17:54 -08:00
dtownsend@oxymoronical.com
5d75e86666 Bug 398080: EM should not broadcast to all XPIManagers. r=dveditz r=robstrong a=blocking-firefox3 M9 2007-10-19 07:00:49 -07:00
dveditz@cruzio.com
aeee4ae7f0 bug 368811 xpinstall shutdown crash when EM dialog left open. r/sr=jst 2007-10-11 16:04:39 -07:00
dtownsend@oxymoronical.com
d61de52f90 Bustage fix for bug 339754 2007-10-11 10:01:02 -07:00
dtownsend@oxymoronical.com
7a261544ff Bug 339754: Threadsafety asserts from chrome registry when installing extensions. r+sr=dveditz, a=ted.mielczarek 2007-10-11 09:19:18 -07:00
kaie@kuix.de
c08bd97ba9 Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor 2007-10-03 04:47:26 -07:00
dtownsend@oxymoronical.com
80e99ab94d Bug 259688: Crash [@nsCOMPtr_base::~nsCOMPtr_base] [@ 0x003a0043] installing themes and extensions. r+sr=dveditz 2007-09-30 06:06:54 -07:00
dtownsend@oxymoronical.com
eaa1b79b8f Bug 181160: Drop unused variables to stop assertions. r=dveditz, a=bzbarsky. 2007-09-25 02:03:47 -07:00
reed@reedloden.com
7f3ded06fc Bug 338202 - "Leak in nsInstallExecute::toString (xpinstall/src/nsInstallExecute.cpp)" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=bsmedberg a1.9=bzbarsky] 2007-09-17 14:38:30 -07:00
jag@tty.nl
9198e9c4b8 Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
dtownsend@oxymoronical.com
63d75899b6 Bug 252830: Blocked XPI install should have allow once feature. r+sr=dveditz, r=gavin.sharp, a=bzbarsky 2007-08-31 12:29:18 -07:00
dtownsend@oxymoronical.com
ac212a7783 Bug 389816: Port badCertHandler to xpinstall. r+sr=dveditz, a=bzbarsky 2007-08-28 11:01:37 -07:00
ted.mielczarek@gmail.com
40d7410fb6 bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg 2007-08-28 10:38:02 -07:00
gavin@gavinsharp.com
614856e366 Bug 393309: fix null deref crash for extension install requests that have no referer, r=Mossop (deputized by dveditz), a=blocking+ 2007-08-28 08:30:48 -07:00
gavin@gavinsharp.com
2851e52a33 Bug 307770: pass the blocked host to xpinstall-install-blocked observers so that they can offer to whitelist the correct URI (fix installation of XPIs from target="blank" links), r=mano, sr=dveditz 2007-08-19 13:51:30 -07:00
benjamin@smedbergs.us
28d40dae74 Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
kairo@kairo.at
7d387acfa1 bug 389807 - cvs remove xpinstall/standalone, r=bsmedberg 2007-07-31 07:49:06 -07:00
kairo@kairo.at
767bd79c6a bug 387450 - remove xpinstall/wizard from cvs, r=luser 2007-07-18 13:29:08 -07:00
kairo@kairo.at
fce715ebf8 bug 386903 - remove xpinstall/packager from cvs, files that I missed the first time, r=bsmedberg 2007-07-10 07:11:16 -07:00
kairo@kairo.at
527fedcb19 bug 386903 - remove xpinstall/packager from cvs, r=bsmedberg 2007-07-09 10:47:04 -07:00
jwalden@mit.edu
e3c4baccae 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 00:08:04 -07:00
mats.palmgren@bredband.net
4cb9addd13 Remove non-cairo PostScript support. b=385577 r=kherron sr=pavlov 2007-07-05 04:29:51 -07:00
benjamin@smedbergs.us
75dc0cfd4c Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 11:20:24 -07:00
peterv@propagandism.org
51dda63979 Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 15:29:45 -07:00
benjamin@smedbergs.us
5ebfce3c70 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
bd5749568a Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
035e643c90 Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
97afb0c802 Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 08:25:59 -07:00
benjamin@smedbergs.us
5d108b6b27 Bug 385189 - mac builds without libxul failing to compile due to macmorefiles, r=mento 2007-06-20 12:22:01 -07:00
benjamin@smedbergs.us
df99122343 Bug 384513 - make the visibility pragma checks aware of mach-o and not just ELF, and re-enable libxul by default, r=mento+shebs 2007-06-19 07:53:05 -07:00
mats.palmgren@bredband.net
672783b34b Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir 2007-06-15 19:13:52 -07:00
dtownsend@oxymoronical.com
d700dfb84b Bug 312473: extension update does not try authentication if needed.
r+sr=dveditz
2007-06-15 10:21:16 -07:00
mats.palmgren@bredband.net
3f7e3e99ea Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
dwitte@stanford.edu
ad40e0e510 cvs removing unbuilt and unmaintained p3p module. bug 366611. 2007-06-10 23:25:52 -07:00
gavin@gavinsharp.com
c37496b2a8 Backing out the patch for bug 350616 to see if it will fix the windows orange 2007-06-09 20:41:57 -07:00
ted.mielczarek@gmail.com
003961c964 bug 350616 - Need to figure out VC8 CRT issues with the XULRunner stub (and with embedding) - embed manifests in everything. r=bsmedberg 2007-06-08 05:47:41 -07:00
vladimir@pobox.com
11537f7259 b=382482, error when accessing navigator.offlineResources (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO) -- missing xpt file from packaging manifests; patch from dcamp@mozilla.com, r+sr=vlad 2007-06-05 17:03:12 -07:00
mozilla@weilbacher.org
baeaa870b5 [OS/2] Bug 381854: Installer doesn't contain gkgfxthb.dll, r=mkaply. 2007-05-24 11:59:38 -07:00
bugzilla@standard8.demon.co.uk
0c75cb0050 380795 Unify Palm Sync build component locations - remove moved files. r/sr=bienvenu 2007-05-22 12:43:23 -07:00
bugzilla@standard8.demon.co.uk
fc65f03107 Bug 380795 Unify Palm Sync build component locations r=benjamin,sr=bienvenu 2007-05-21 10:17:51 -07:00
bugzilla@standard8.demon.co.uk
fbda527135 Fix Bug 380789 Error message when saying no to installing the palm sync conduit - error should not occur. r/sr=bienvenu 2007-05-15 13:14:11 -07:00
bugzilla@standard8.demon.co.uk
ad8e3d0e87 Follow up to Bug 363491 Stop suiterunner builds needing to build in xpfe/global - add nsAboutAbout.js to the packaging lists 2007-05-09 08:49:13 -07:00
bugzilla@standard8.demon.co.uk
27aed3e3ba Part of bug 322628 Palm Sync Build Changes to automate build and install in profile extensions - change installation directory to match the extension id so that it registers as an addon properly. r/sr=mscott 2007-05-01 12:35:00 -07:00
mats.palmgren@bredband.net
dfbd9d77a5 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
bugzilla@standard8.demon.co.uk
c1a269256d Bug 378723 Palm Sync extension built in SeaMonkey says installing into Thunderbird AB. Fix installation problem when attempting to use short path names. r/sr=bienvenu 2007-04-30 08:49:07 -07:00
bugzilla@standard8.demon.co.uk
a6929f2a29 Bug 378723 Palm Sync extension built in SeaMonkey says installing into Thunderbird AB, and part of Bug 322628 Palm Sync build changes (use short path on installation if available). r/sr=bienvenu 2007-04-27 08:49:29 -07:00
benjamin@smedbergs.us
2e25a321f8 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
bugzilla@standard8.demon.co.uk
96aaccaa55 Test landing bug 359716 again now that we've hopefully got provisional fixes for the ldap c-sdk code 2007-04-12 04:18:00 -07:00
bugzilla@standard8.demon.co.uk
5441d052bb Back out bug 359716 again - still have windows bustages. 2007-04-06 03:47:46 -07:00
bugzilla@standard8.demon.co.uk
ce38d3e1ac Testing landing of bug 359716 again to see if we've fixed the bustages. It may stay if we have. r=benjamin (build config),sr=mscott 2007-04-06 01:53:28 -07:00
cbiesinger@web.de
161b7e27b8 Bug 375878 remove users of Recycle()patch by taras glek r+sr=biesi 2007-03-30 15:44:22 -07:00
bugzilla@standard8.demon.co.uk
3d068baaca Back out ldap-csdk upgrade from bug 359716 now that data has been gathered so the remaining problems can be fixed correctly. 2007-03-30 12:00:43 -07:00