mozilla%weilbacher.org
56d32eb948
[OS/2] Bug 390075: preliminary OS/2 build break fix for exthandler code, real solution will follow
2007-08-03 19:06:33 +00:00
mozilla%weilbacher.org
16ed4724da
[OS/2] Bug 388701: supplemental build fix for OS/2, r=cbiesinger, sr=dmose
2007-08-02 21:27:28 +00:00
myk%mozilla.org
a6b8004aba
bug 389969: followup patch that makes the protocol handling dialog work on Mac as well;
...
r=biesi
sr=dmose
a=schrep for M7
2007-07-31 04:57:37 +00:00
sdwilsh%shawnwilsher.com
a856e8d5f3
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 23:33:17 +00:00
dmose%mozilla.org
069567a146
local protocol handling apps can be chosen but don't work (bug 389758); patch by dolske and me, r=biesi, sr=bz, a=mconnor
2007-07-29 03:38:52 +00:00
sdwilsh%shawnwilsher.com
8c4b3063fe
Bug 389870 - When previous action was to use a local helper app, the protocol never works again. r=cbiesinger, sr=dmose, a=schrep
2007-07-27 20:20:54 +00:00
dmose%mozilla.org
38928a5688
nsExternalHelperAppService::ExternalProtocolHandlerExists (almost) always sets aHandlerExists to PR_TRUE, enabling gnomevfs protocols (bug 389632), patch by Karl Tomlinson <mozbugs@karlt.net>, r+sr=biesi,dmose; a=roc
2007-07-27 18:31:13 +00:00
cbiesinger%gmx.at
c949d7ca95
389611 only treat protocol handlers as protocol handlers
...
r+sr=bz a=schrep
2007-07-27 00:53:09 +00:00
sdwilsh%shawnwilsher.com
ac2b83863a
Bustage fix
2007-07-26 21:36:46 +00:00
sdwilsh%shawnwilsher.com
6dbcb63287
Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. This was fixed with Bug 389580 and Bug 389580 r+sr=cbiesinger
2007-07-26 21:26:31 +00:00
sdwilsh%shawnwilsher.com
cafae10102
Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. r=cviesinger, sr=dmose
2007-07-26 21:23:57 +00:00
sdwilsh%shawnwilsher.com
c7e7ab3aaa
Bug 388909 - disabled MOZ_RDF build broken after landing 384374. I accidentally reverted this change when I landed Bug 385065. Previous r+sr=cbiesinger
2007-07-26 21:23:49 +00:00
sdwilsh%shawnwilsher.com
3ba1a30ba8
Bug 385065 - protocol handling dialog. r=cbiesinger (forgot to fix two nits)
2007-07-26 06:44:43 +00:00
dmose%mozilla.org
035b67cbe9
Fixes for Linux build bustage
2007-07-26 05:52:27 +00:00
sdwilsh%shawnwilsher.com
a2bab1fbf9
Linux bustage fix
2007-07-26 05:27:43 +00:00
dmose%mozilla.org
f105b36d4c
Add a missing include to fix windows build bustage
2007-07-26 05:03:00 +00:00
sdwilsh%shawnwilsher.com
6282e5361b
Bustage fix
2007-07-26 04:38:56 +00:00
sdwilsh%shawnwilsher.com
23f92a9f8a
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-26 04:24:31 +00:00
cbiesinger%gmx.at
3c8dc87baf
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-26 04:04:21 +00:00
dmose%mozilla.org
b7d97bd209
Fix case where FillContentHandlerProperties incorrectly returns NS_ERROR_FAILURE (bug 389446), r+sr=bzbarsky
2007-07-26 02:56:46 +00:00
cbiesinger%gmx.at
dbd1057ad9
backing out last checkin, tree's red
2007-07-25 22:53:46 +00:00
cbiesinger%gmx.at
465f7fe304
389580 don't allow escaped null bytes in URLs for external protocol handlers
...
r=bzbarsky sr=dveditz
2007-07-25 22:48:00 +00:00
myk%mozilla.org
929bfaec5f
bug 388388: (relanding updated patch) differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-25 20:40:42 +00:00
bzbarsky%mit.edu
5ff58abb6b
Add a flag that allows protocol handlers to indicate that they don't return any
...
data. Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 17:21:42 +00:00
dcamp%mozilla.com
93b26f1eb2
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-25 06:31:28 +00:00
dcamp%mozilla.com
c6ad31648a
fix bustage from bug 388839
2007-07-25 05:50:08 +00:00
dcamp%mozilla.com
07547d4351
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-25 05:35:40 +00:00
dmose%mozilla.org
6c90e51562
Back out MIME/protocol handler work from bug 388388 because of difficult to diagnose unit test lossage on windows. Note that Windows tinderboxen will go and stay red until they are clobbered because of dependency system lossage.
2007-07-24 23:38:31 +00:00
dmose%mozilla.org
4a5725d607
Backing out a file that was not part of the build fix.
2007-07-24 21:31:24 +00:00
dmose%mozilla.org
65fa0907a5
Fix windows bustage from bug 388388 landing by correcting base class name.
2007-07-24 21:30:01 +00:00
myk%mozilla.org
bf48d38d93
bug 388388: differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-24 20:29:52 +00:00
myk%mozilla.org
bdb3636827
bug 389323: make the handler service not assume that nsIHandlerInfo::preferredApplicationHandler exists, since it sometimes doesn't, and make the service delete the handler record from the datasource when asked to store a handler info object that doesn't have a preferred handler
2007-07-24 09:22:46 +00:00
asqueella%gmail.com
c4fba8b19e
try to fix bustage from bug 383417
2007-07-24 02:16:23 +00:00
sdwilsh%shawnwilsher.com
97739f7458
Check the proper pointer. r+sr=biesi. No bug
2007-07-24 01:14:56 +00:00
cbiesinger%gmx.at
a207f21908
bug 389106 didn't mean to check in this line
2007-07-24 00:12:58 +00:00
asqueella%gmail.com
a474c48759
Bug 388909 - fix build breakage from 384374 for MOZ_RDF-disabled builds
...
p=romaxa <romaxa@gmail.com>
r+sr=biesi
2007-07-23 23:36:16 +00:00
cbiesinger%gmx.at
f1f40049ae
bug 389106 escape quotes
...
r=bz sr=dveditz
2007-07-23 05:10:46 +00:00
sdwilsh%shawnwilsher.com
765b3e67ef
Bustage fix
2007-07-22 18:57:08 +00:00
sdwilsh%shawnwilsher.com
3b46e58a5b
Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose
2007-07-22 18:40:25 +00:00
myk%mozilla.org
1b4fcd281c
bug 387930: add an API (nsIHandlerService, implemented by nsHandlerService.js) for modifying the content handling datastore (mimeTypes.rdf)
...
r=dmose
sr=biesi
2007-07-21 07:18:22 +00:00
dmose%mozilla.org
0b87acce9c
Backing out my inadvertant checkin of nsIHandlerService related changes; that checkin was intended for the branch. Sorry, folks!
2007-07-20 22:55:31 +00:00
dmose%mozilla.org
39aff00222
Replace myk's changes that I accidentally horked during the merge.
2007-07-20 20:23:45 +00:00
dmose%mozilla.org
bae119cce7
Fix OS/2 bustage introduced by my launchWithURI landing (bug 386078); thanks to Walter Meini <wuno@lsvw.de> for the patch; r+sr=dmose
2007-07-19 02:30:12 +00:00
cbiesinger%gmx.at
fecd6b7ed9
Bug 382113 make sure to add the request to the new loadgroup before removing it
...
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 21:37:40 +00:00
dmose%mozilla.org
1f12541aff
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 22:59:58 +00:00
dcamp%mozilla.com
f6d4f9ff68
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
2007-07-09 06:19:29 +00:00
bzbarsky%mit.edu
a4cd72103e
Fix build bustage with some g++ versions by not having a curly after NS_HIDDEN
...
for a constructor. Bug 387218, r=dmose, sr=biesi
2007-07-09 02:22:01 +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
mozilla%weilbacher.org
cb873abba1
[OS/2] Fix build break after bug 384374.
2007-07-06 07:01:42 +00:00
dmose%mozilla.org
a070426807
Remove trailing semicolons after method decls to avoid breaking forthcoming versions of gcc; r+sr=dbaron; no bug.
2007-07-06 00:20:09 +00:00