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

1703 Коммитов

Автор SHA1 Сообщение Дата
Paolo Amadini 3b128302ef Bug 508030 lowercase the extension in getTypeFromExtension before looking it up in the ext-to-type-mapping category
r=biesi sr=bz
2009-08-03 17:52:32 +02:00
Christian Biesinger f8b424f36e Fix memory leaks from changeset dcda49ff1a26 - need to make sure that
the destructor gets called for the hashtable entries.

Also fixes a nit (AddRef() -> NS_ADDREF_THIS())

r+sr=bz
2009-07-28 19:46:04 +02:00
Christian Biesinger 3e4562bc01 Bug 487638 - status bar blames wrong resource when downloading slow responding resource
- Makes nsDocLoader store the last-sent status message for each request in the
corresponding nsRequestInfo, and keeps a flag to indicate whether the request
is done
- When a request finishes, it looks for a random request that is not done and
has a non-empty status, and if it finds one, sends that status message to the
listeners
- To make this all work, the patch also changes imagelib so that status and
state messages sent for images are sent with the imgIRequest as the request and
not the channel. This is necessary because the channel is not part of the
loadgroup for images, only the imgIRequest is.
- Make the BrowserStatusFilter always update its pending status message if it
  is dirty, even when that matches the currently displayed status message

r+sr=bz
2009-07-28 18:13:48 +02:00
Michael Kohler cc3bd3ad50 Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless 2009-07-27 10:47:05 +02:00
Josh Aas 28475979b0 Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst 2009-06-25 17:06:54 -04:00
Steven Michaud e4958ecdca get rid of nsIInternetConfigService. b=489864 r=josh sr=roc 2009-06-23 14:09:19 -05:00
Arpad Borsos 9c8455122d Back out b8e531a6c961 (Bug 474369), it really did cause the windows dhtml regression
--HG--
extra : rebase_source : 568114bcfc5a7710d9e2c2fe5e234fa190bebba1
2009-06-16 14:38:51 +02:00
Arpad Borsos 2c52e03fad Back out 7d502207183d (Bug 493701), it really did cause the windows dhtml regression
--HG--
extra : rebase_source : 1c08b3767508bc359d395560b08248fcaa71f511
2009-06-16 14:37:35 +02:00
Arpad Borsos 451e5accfb Bug 493701 - Use a macro to reduce redundancy in nsDocLoader.cpp; r=bz 2009-06-11 11:03:40 +02:00
Arpad Borsos 21896afffc Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron 2009-05-07 17:15:26 +02:00
Arpad Borsos 118ee75268 Back out bug 474369, suspected of causing dhtml and tp3 regression 2009-06-12 23:20:55 +02:00
Arpad Borsos 990fceee6e Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Dave Townsend 3d1b1f0cb7 Backing out bug 474369 due to test failures 2009-05-19 13:52:51 +01:00
Dave Townsend dd2848c629 Backed out changeset 461d728271d1 2009-05-19 13:51:18 +01:00
Mark Banner affe896191 Bug 488597 Fix Random Test Failure (test_punycodeURIs.js). r=sdwilsh 2009-05-19 10:58:39 +01:00
Arpad Borsos 6a70c37113 Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron 2009-05-07 17:15:26 +02:00
Steven Michaud d170a6ab3a Backed out changeset add33a95e3ef to fix talos crashes. b=489864 2009-05-11 15:39:37 -05:00
Steven Michaud 580be164cf get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc 2009-05-11 13:17:35 -05:00
Siddharth Agarwal c61dd94f15 Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Paolo Amadini 2db223e084 Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; fix for test; r=sdwilsh sr=bzbarsky 2009-04-30 12:07:15 +02:00
Josh Aas 45e9c08915 Port uriloader to 64-bit Mac OS X. b=489344 r=smichaud sr=roc 2009-04-22 09:06:58 -04:00
Paolo Amadini 1c02808dde Bug 489078 - (TUnit) xpcshell-tests test_getTypeFromExtension_with_empty_Content_Type.js leaks; r=sdwilsh 2009-04-22 02:42:11 +02:00
Paolo Amadini dd65f1e80e Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; Test case; r=sdwilsh 2009-04-16 20:05:28 +02:00
Paolo Amadini 352d6bbf6e Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; r=(robert.bugzilla + sdwilsh) sr=bzbarsky 2009-04-16 20:05:25 +02:00
Dave Camp 5a9afe7d24 Bug 486470. Keep ref to offline cache update until end of lifetime. r=honzab, sr=vlad 2009-04-14 15:09:23 +09:00
Honza Bambas c5c01a59b6 Bug 480713 - nsDocLoader doesn't clear requests from mRequestInfoHash, security UI may not report mixed content, r,sr=jst 2009-04-08 10:45:32 +02:00
Antonio Gomes (tonikitoo) 100f97a22c [Bug 455509] Implement system integration via dbus (open_mime) in Fennec. r=sdwilsh,blassey sr=bz 2009-03-30 14:10:26 -04:00
Ted Mielczarek 27616db76a Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Josh Aas dde6460538 Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg 2009-03-19 10:41:13 -07:00
Peter Weilbacher c31f9f41b4 Bug 442393: fix OS/2 build break, p=wuno@lsvw 2009-03-19 09:36:00 +01:00
Staś Małolepszy 9ebf23ecdc Bug 435687 - Add Mibbit as a default IRC protocol web handler. r=mconnor 2009-03-14 09:47:51 +01:00
Dave Camp e4f5aff20e Bug 482370 - after noupdate documents are associated with the wrong application cache. r+sr=jst 2009-03-10 14:58:00 -07:00
James Boston 43431adccf Bustage fix for bug 442393. 2009-03-09 15:14:05 -04:00
James Boston ebb622ed2b Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg 2009-03-09 12:47:39 -04:00
Dave Camp 1b6032dca5 Bug 471227 - rework offline update scheduling a bit to avoid losing/misscheduling updates. r+sr=bz 2009-03-04 13:37:29 -08:00
Honza Bambas 11f0c0a158 Bug 460335 - disallow redirects when updating an application cache, r=dcamp, sr=cbiesinger 2009-02-27 15:09:06 +01:00
Dave Camp 462ee8fcf0 More logging for bug 471227. 2009-02-25 21:57:28 -08:00
Dave Camp 0c5e4d11cc Bug 471227 - revert debug spew for now. 2009-02-25 01:03:13 -08:00
Dave Camp 6b55f44cfb Bug 471227 - More debug spew. 2009-02-24 23:12:13 -08:00
Dave Camp bf4b7538a7 Bug 442584 - Prefetching stops working until Firefox is restarted. r=jduell, sr=jst 2009-02-24 23:12:12 -08:00
Dave Camp 1f553a232a Bug 477747 - appcache 'noupdate' event fired too early for master entries. r+sr=jst 2009-02-22 11:09:10 -08:00
Jason Duell c1e1fbbaf5 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
L. David Baron 3aba362292 Backed out changeset 4bd7dd7645c2 (Bug 474536) 2009-02-19 12:37:53 -08:00
Jason Duell aaf78a83e2 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
Oleg Romashin 15312a2053 Bug 469023 - network.protocol-handler.warn-external-default does not work with hildon platform. r=bugmail,doug 2009-02-18 08:41:37 -05:00
Neil Rashbrook 1dd09e631a Bug 475344 Need a cancellation code to indicate successful load from cache r+sr=bz 2009-02-16 11:27:22 +00:00
Boris Zbarsky 25a5c2fec9 Bug 477880. Since we kick off some loads during reflow, make sure to flush layout before our last pre-onload emptiness check. r=jst, sr=roc 2009-02-15 13:14:19 -05:00
Dave Camp fa06c787d2 Bug 477692: applicationCache sending obsolete on new cache groups. r+sr=jst 2009-02-09 22:40:40 -08:00
Honza Bambas ac2f869fe0 Bug 466314 - updatingImplicit.html \(used by test_offlineMode.html and test_updatingManifest.html\) crashes SeaMonkey, r=dcamp, sr=jst 2009-01-29 16:22:53 +01:00
Honza Bambas d17488dda2 Backing out bug 466314 changeset b82c1c2d061e 2009-01-28 17:52:10 +01:00
Honza Bambas 75a83656c3 Bug 466314 - updatingImplicit.html (used by test_offlineMode.html and test_updatingManifest.html) crashes SeaMonkey, r=dcamp, sr=jst 2009-01-28 16:07:23 +01:00
Shawn Wilsher edbd2ecbab Bug 454242 - The location of files used by helper app locations is no longer consistent with the download location.
Follow-up patch to make the original actually work.  nsIFile is not the same as
nsILocalFile :(
r=mconnor
sr=mconnor
2009-01-27 14:55:29 -05:00
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Fred Jendrzejewski 424883d380 Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Chris Pearce 5f06963d36 Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky
--HG--
extra : rebase_source : b9ee2200c86a0c3fa06cdb163a39a183aa313380
2009-01-16 22:07:26 +13:00
Brad Lassey ced9720934 bug 464194 - ShellExecuteW and SHParseDisplayName do not exist on wince r=emk, bsmedberg 2008-12-29 11:56:21 -05:00
Phil Ringnalda db9e87e0e8 Bug 465487 - Fix perms on a couple of executable JS components, r=ted 2008-12-06 20:25:09 -08:00
L. David Baron e6c67c046f Backed out changeset ba0d099c6eb6 on suspicion of causing make check and mochitest timeouts on Windows related to exthandler tests. 2008-12-03 13:36:09 -08:00
Brad Lassey 546efd5076 Bug 464194 - ShellExecuteW and SHParseDisplayName do not exist on wince r=bsmedberg 2008-12-03 08:42:03 -05:00
Ehsan Akhgari 66d73b21ec Bug 465756 - Ignore browser.helperApps.deleteTempFileOnExit not being set in private browsing; r=bz,sdwilsh sr=bz a=blocking1.9.1+ 2008-11-28 09:08:56 -08:00
Boris Zbarsky 402f7a9c31 Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking 2008-11-25 20:50:04 -05:00
Ehsan Akhgari 3b591f58ce Bug 460609 - Temporary files for helper applications are not deleted when leaving Private Browsing mode; r,sr=bzbarsky a=blocking1.9.1 2008-11-14 02:08:28 +03:30
Matthew Gregan f7e186f1bd b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-07 09:53:20 +13:00
Justin Dolske b67d1fb420 Backout 30bfb150da06 (bug 449315) due to unit test timeouts. 2008-11-05 16:37:51 -08:00
Justin Dolske 89e231a89c Backed out changeset 30bfb150da06 2008-11-05 16:36:12 -08:00
Honza Bambas 29b8953456 Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas c16599cc1d Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst 2008-11-05 16:01:07 -08:00
Dave Camp 19d2223559 Bug 462549: Verify that an appcache manifest hasn't changed at the end of an update. r+sr=biesi 2008-11-05 16:01:07 -08:00
Matthew Gregan de578aa7e0 b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-06 11:25:04 +13:00
Dave Camp df0d7c1a67 Bug 460327: Don't use opportunistic caching for entries in an application cache manifest. r=honzab, sr=bz 2008-11-04 10:59:12 -08:00
Dave Camp 0c0880f78f Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz 2008-11-04 10:59:12 -08:00
Dave Camp b63345b178 Bug 443023: Associate documents with their caches after an initial update. r=honzab, r+sr=biesi 2008-11-04 02:20:27 -08:00
Dave Camp dea763c065 Bug 445544: Navigating away from an offline app fails. r=honzab, r+sr=bz 2008-11-04 02:20:27 -08:00
Chris Double cf764b38c9 Backed out changeset 18403769ec19 2008-11-04 21:54:41 +13:00
Matthew Gregan d8b40d2f2b Bug 449315 - Support WAV format in <audio> element - r+sr=roc 2008-11-04 21:29:10 +13:00
Robert O'Callahan 7b504839f4 Bug 448603. Support direct loading of Ogg audio and video files by creating a synthetic <video> document. r=doublec,sr=bzbarsky 2008-10-29 22:20:08 -07:00
Aiko 6c5153a970 Bug 461754 - Wrong error handling in nsMIMEInfoWin.cpp; r=benjamin 2008-10-29 03:48:00 +01:00
Honza Bambas f7ccc681d9 Bug 461327 - White list entries fix; r=dcamp sr=bzbarsky 2008-10-28 05:33:12 +01:00
Boris Zbarsky c684aeb137 Moving closing paren to make it clearer what the logic really is and removing redundant comment. No behavior change. 2008-10-22 22:11:40 -04:00
Dave Camp 65de892f3f Bug 495822: Move OfflineAppAllowed from nsIOService to nsOfflineCacheUpdateService. r+sr=biesi 2008-10-19 21:12:25 -07:00
Dave Camp 0fdb11c79c Bug 456122 - Don't fail offline cache updates for non-explicit items. r+sr=biesi 2008-10-19 21:12:25 -07:00
Ian f2cd72a0db Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky. 2008-10-15 16:05:23 -04:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Oleg Romashin df29d18d6e Bug 455913 - Missing uuid change. nsIHelperAppLauncher should provide info about content length. r+sr=biesi. 2008-10-02 08:31:14 -05:00
Dave Camp f1c1dc3474 Bug 442813: Implement fallback/opportunistic caching for application caches. p=me, Honza Bambas <honzab@allpeers.com>, r+sr=biesi 2008-09-30 11:34:23 -07:00
Christian Biesinger a8e3675df3 Bug 451572 - Allow prefetching between all combinations of HTTP and HTTPS
source and target
r+sr=bzbarsky
2008-09-30 10:53:48 +02:00
Oleg Romashin eb1a613d0e Bug 455913 - nsIHelperAppLauncher should provide info about content length. r+sr=cbiesinger. 2008-09-29 23:37:49 -05:00
Doug Turner bbb553d24c bug 457040 - WinCE RegOpenKeyExA causes compiler error. patch by wolfe, r=bz 2008-09-27 13:52:58 -07:00
Doug Turner 7c5767163e Backed out changeset 53cb1c06d6ea 2008-09-26 16:09:57 -07:00
Doug Turner bc3620cc2d Bug 457040 - WinCE RegOpenKeyExA causes compiler error. patch by wolfe, r=bz 2008-09-26 15:36:00 -07:00
Shawn Wilsher c54cf19ec1 Bug 454242 - The location of files used by helper app locations is no longer consistent with the download location
This brings exthandler back inline with toolkit's download manager locations.
r=mconnor
sr=biesi
ui-r=beltzner
2008-09-26 12:13:22 -04:00
Markus Stange 642a266800 bug 447999 - test_punycodeURIs.js fails on (SeaMonkey and Thunderbird) Mac 10.4 tinderbox, don't run test on 10.4, based on a comment by bz, r=ted 2008-09-23 21:18:57 +02:00
Daniel Holbert 5b62bbc28a Backed out changeset 38140c8a8327 to see if it fixes Bug 454896 (sporadic RLk) 2008-09-11 12:02:09 -07:00
Ben Turner 8a3b5e186c Bug 436379 - "Make docshell and securebrowserui only accessible on the main thread". r=kaie. 2008-09-10 13:14:08 -07:00
Brad Lassey d31c134d39 Bug 441636 - Add support for dbus handler apps, save/load handler apps correctly r=cbiesinger 2008-09-10 12:10:46 -04:00
Brad Lassey 2c9c05cbf8 Bug 437950 - Support for mailto: r=cbiesinger 2008-09-10 12:10:23 -04:00
Håkan Waara ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E) 38c98eaa3d Bug 422511 - "Open with 'TextEditor.app'" Should be "Open with 'TextEditor'"
This changeset gets an application bundle's name instead of the bundle's file
name on OS X.
Original patch by Håkan Waara, updated by Shawn Wilsher.
Original patch r=sdwilsh, sr=biesi
Updated patch r=hwaara, sr=biesi
2008-09-03 12:22:16 -04:00
Honza Bambas bec376906f Bug 442812: Implement the application cache selection algorithm. r+sr=bz 2008-08-27 18:15:32 -07:00
Dave Camp 43a0d08dee Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Dave Camp 0cabe03883 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp 2f08e458a6 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
Dave Camp 0968273f82 Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz 2008-08-24 20:37:10 -07:00
Dave Camp 01ca11fc8d Backed out changeset bbaf0d5fef61 (bug 442803) 2008-08-19 22:54:37 -07:00
Dave Camp c57900b94b Bug 442803: Remove offline fetching from nsPrefetchService.cpp. r+sr=bz 2008-08-19 19:28:46 -07:00
Oleg Romashin 4490c66152 merge with mozilla-central 2008-08-16 03:39:26 -04:00
Shawn Wilsher 2f2d66b109 Bug 444395 test fix 2008-08-15 14:24:23 -04:00
Brian Crowder 6e5b814f55 Bug 422791 - reduce narrow Windows API calls in uriloader, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg 2008-08-14 14:30:58 -07:00
Neil Rashbrook f1d5f33423 Bug 450478 Remove unused variable r=ted 2008-08-14 11:26:49 +01:00
Oleg Romashin 427aa3fb16 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
Brad Lassey 751ab7c99d relanding Bug 441636 after bad backout 2008-07-27 09:44:20 -04:00
Brad Lassey 9a564dc498 Back out of bug 441636 2008-07-27 09:26:54 -04:00
Brad Lassey 8ca993ac1b Bug 441636 - Add support for DBus Handler Apps r=biesi 2008-07-25 12:36:07 -04:00
Mike Hommey c1aaa69bab Enable bug 442629 test. r=bzbarsky 2008-07-17 09:26:02 -04:00
Reed Loden c84b04bd1c Comment out test for now, as it's unix only. 2008-07-12 09:10:35 -05:00
Reed Loden 6760929b8b Better fix that works for both objdir and non-objdir builds for the test for bug 442629. 2008-07-12 08:51:12 -05:00
Reed Loden e46d4919bb Just use $(srcdir) for now for bug 442629's test. 2008-07-12 08:31:23 -05:00
Reed Loden 05e2480d2c Add a debug echo for bug 442629's test. 2008-07-12 08:12:49 -05:00
Reed Loden a57d38ce10 Attempt to fix test for bug 442629 by using $(CURDIR)/$(srcdir)/. 2008-07-12 07:39:44 -05:00
Mike Hommey ac5f9d631e Bug 440840 - "mailcap handling may fail due to race conditions between thread waiting and system()" [p=mh+mozilla@glandium.org (Mike Hommey) r+sr=bzbarsky] 2008-07-12 03:46:11 -05:00
Mike Hommey 08111f0fdc Bug 442629 - "Ignore mailcap entries with needsterminal" [p=mh+mozilla@glandium.org (Mike Hommey) r=bzbarsky] 2008-07-12 03:45:22 -05:00
Jesse Ruderman 6fa784c47b Remove extra semicolon (bug 443756). Patch reviewed by Peter Weilbacher. 2008-07-11 14:34:05 -07:00
Brad Lassey ec1478a4d3 Bug 422791 - Reduce ambiguous wide/narrow char API calls in uriloader r=bsmedberg 2008-07-07 18:57:08 -04:00
Mark Banner c2f36288d1 Windows unit test bustage fix for bug 378991 - windows has a different name for the executable 2008-06-03 14:44:37 +01:00
Mark Banner 65b358d63d Core parts of Bug 378991 - Enable IDN link support in messages for Thunderbird and only pass punycode values to external apps. r=masayuki,dmose,sr=biesi 2008-06-03 13:05:59 +01:00
gavin@gavinsharp.com ab44c36fa4 Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep 2008-05-08 17:09:26 -07:00
Vladimir Vukicevic 71d470b9e7 Merging mozilla-central to mozilla-qt. 2008-04-30 16:00:19 -07:00
dolske@mozilla.com afa2e386d4 Bug 428600 - console spam from nsIHandlerService. r=dmose, sr=biesi, a1.9=damons 2008-04-29 17:21:01 -07:00
gavin@gavinsharp.com 3ebaf1fdc1 Bug 428970 followup: remove unused file 2008-04-28 09:08:16 -07:00
gavin@gavinsharp.com d4706215f2 Bug 428970: Implement --disable-vista-sdk-requirements configure option and update source to use it, patch by Jim Mathies <jmathies@mozilla.com>, r=rob_strong, r=bsmedberg, a=beltzner 2008-04-25 09:44:16 -07:00
mozilla@weilbacher.org 27f302ca3e [OS/2] Bug 410431: fix registration of web protocol handlers, r=mkaply 2008-04-20 00:33:49 -07:00
romaxa@romaxa.research.nokia.com 7b467210a3 Fixed nsGNOMERegistry building in non-gtk configuration 2008-04-19 16:27:21 +03:00
reed@reedloden.com dc67138b9e Bug 397678 - "Windows nsOSHelperAppService uses wrong default apps in Vista" [p=jmathies@mozilla.com (Jim Mathies) r=biesi r=rob_strong a1.9=damons a=blocking1.9+] 2008-04-09 00:07:43 -07:00
dolske@mozilla.com 54ae4f3f3e Bug 423776 - Wrong action shown for protocol in prefs, can't get back to OS default. r=biesi, a=blocking-ff3+ 2008-04-08 16:18:16 -07:00
reed@reedloden.com 5a3d623170 Bug 395961 - "Shouldn't show full path to handler executable in Launch Application dialog (show 'pretty name' instead)" (cleanup cmd handler path) [p=jmathies@mozilla.com (Jim Mathies) r=rob_strong sr=biesi a=blocking-firefox3+] 2008-04-08 12:31:37 -07:00
dolske@mozilla.com 59fafa0671 Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
vladimir@pobox.com 958f67e316 Followup to 414201, get rid of some release calls 2008-03-20 16:22:41 -07:00
vladimir@pobox.com a8432bdec9 b=414201, [relanding] JPEG images dragged to Finder have file extension changed to .jfif; r=stan,sr=shaver,a=beltzner 2008-03-20 15:57:44 -07:00
vladimir@pobox.com 2ad261f33d backing out 414201 because I hate 10.4 2008-03-20 14:56:31 -07:00
vladimir@pobox.com 7f0c005ec5 b=414201, JPEG images dragged to Finder have file extension changed to .jfif; r=stan,sr=shaver,a=beltzner 2008-03-20 14:39:09 -07:00
jag@tty.nl d12d792587 Fix SeaMonkey unit test bustage. 2008-03-18 05:16:05 -07:00
dolske@mozilla.com b7dbbc2476 Bug 420756 - landing default mailto: handler fails to reset the alwaysAsk stuff. Most of patch by dmose, r=dmose on other parts. a=blocking-ff3 2008-03-17 18:37:50 -07:00
reed@reedloden.com d3243c57bd Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner] 2008-03-14 09:22:25 -07:00
reed@reedloden.com 1c996a05b3 Bug 421879 - "opening a file with the default helper app can fail by using the wrong app in the end" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a=blocking1.9+] 2008-03-12 15:53:18 -07:00
blassey@mozilla.com 6cc9d5a4ed backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
blassey@mozilla.com ff89c4a3fb switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
blassey@mozilla.com 81d841c1fc backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com dfd26f92ec switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
joshmoz@gmail.com 54c1211ebb protect against obj-c exceptions in uriloader. b=419390 r/sr=roc 2008-03-04 00:14:47 -08:00
vladimir@pobox.com ddb55e3265 backing out patch for bug 299372 for b4, as per bug 420481 2008-03-02 23:31:37 -08:00
dmose@mozilla.org a0abc6c77c Use Content-Disposition headers for "Save Link As", when available (bug 299372); r=mconnor (browser bits), r/sr=biesi (uriloader bits), ui-r=beltzner, a1.9b4=beltzner 2008-02-29 15:59:20 -08:00
joshmoz@gmail.com e905c9a56a rename files to .mm. b=419390,419392 r/sr=roc 2008-02-26 18:03:08 -08:00
reed@reedloden.com 35982d200f Bug 273524 - "Helper applications with parameters don't work ( GTK2/Gnome )" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a1.9=beltzner] 2008-02-26 16:58:15 -08:00
dveditz@cruzio.com afdfa1c154 bug 417780 prevent tmpfile creation failures due to illegal chars in suggested name, r/sr=bsmedberg,neil 2008-02-26 01:23:02 -08:00
edward.lee@engineering.uiuc.edu fc764c49c2 Bug 401316 - Open-with downloads are readonly. r=biesi, sr=biesi, a1.9=damons 2008-02-25 13:38:54 -08:00
joshmoz@gmail.com 3b6a639adb When opening a .dmg file downloaded from site, user receives error message. p=shebs b=394342 r=dmose sr=roc 2008-02-21 18:24:42 -08:00
dmose@mozilla.org fffca71f6a Fix SunOS build bustage + wrongly typed return value in landing of bug 395277, a=build-bustage 2008-02-19 22:10:33 -08:00
dmose@mozilla.org aba72c6e99 Add an l10n strategy for web-based protocol handler updating (bug 395277); r=myk, sr=biesi, r=gavin (for browser/ pieces), a=blocking-1.9+; late-l10n checkin 2008-02-19 20:46:35 -08:00
enndeakin@sympatico.ca 3a3c517954 Bug 414901, fix failing test due to missing QI 2008-01-31 12:39:02 -08:00
reed@reedloden.com 65994844b2 Bug 373397 - "nsGNOMERegistry could use the mozgnome component" [p=mh+mozilla@glandium.org (Mike Hommey) r=chpe sr=biesi a1.9=beltzner] 2008-01-29 20:36:11 -08:00
reed@reedloden.com 1eebb259dd Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+] 2008-01-28 23:54:54 -08:00
edward.lee@engineering.uiuc.edu b7000af9d0 Bug 414306 - exthandler should set STATE_IS_(REQUEST|NETWORK) to conform with nsIWebProgressListener. r=biesi, sr=bzbarsky, b-ff3=beltzner for bug 405107 2008-01-28 00:19:34 -08:00
florian@queze.net f6fbd94bf6 Bug 410297 - Assertion ('Content type should be known by now.') while running netwerk xpcshell tests. r=dmose, sr=biesi, a=blocking1.9+ 2008-01-27 21:22:14 -08:00
florian@queze.net 001a97157c Bug 413954 - nsHandlerService.store fails to remove applications. r=myk, sr=dmose, a1.9=beltzner 2008-01-25 13:47:05 -08:00
dcamp@mozilla.com 102194e4a7 Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi 2008-01-22 20:31:50 -08:00
dcamp@mozilla.com 598b14bd16 Bug 397416: Raise globalStorage quota for domains with the offline-app permission. r=enndeakin, sr=dveditz, blocking1.9=sicking 2008-01-22 18:54:06 -08:00
florian@queze.net d63886d4d3 Bug 412907 - Failure to find the system default application. r+sr=vlad, a1.9=schrep 2008-01-18 11:03:51 -08:00
dcamp@mozilla.com ceb97859bb Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst 2008-01-16 13:54:33 -08:00
mozilla@weilbacher.org f1baa0178a [OS/2] Bug 305061: use RWS to improve platform integration on OS/2 (base RWS support and helper app handling), p=Rich Walsh and me, testing=abwillis1,daveryeo,wuno, r=mkaply 2008-01-09 14:24:05 -08:00
mkmelin+mozilla@iki.fi bdbf8bdca7 Bug 410794: temporary downloads no longer cleaned up at shutdown since they are read-only. r+sr=cbiesinger, a=mtschrep 2008-01-07 09:11:09 -08:00
timeless@mozdev.org ce9baf3532 Bug 235630 nsGNOMERegistry::GetFromType feeds invalid mime type (containing CAPS) to gnome-vfs (assertion in libgnomevfs, CRITICAL) r=biesi a=dsicore 2008-01-06 06:54:41 -08:00
sdwilsh@shawnwilsher.com 1f1340510a Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz 2008-01-04 09:55:02 -08:00
benjamin@smedbergs.us fd5b74bf13 Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil 2007-12-31 07:15:43 -08:00
mozilla@weilbacher.org b20cc1980e [OS/2] Bug 390075: real build break fix to exthandler OS/2 code, r=wuno, sr=mkaply 2007-12-28 14:29:39 -08:00
mozilla@weilbacher.org 01745f3351 [OS/2] Bug 391019: correct parameters of external protocol handlers, r=mkaply 2007-12-26 14:01:04 -08:00
dmose@mozilla.org 900f4d9482 Handler service instantiation recurses on fresh profile (bug 403885), patch by florian@mozilla.com, r=dmose, sr=biesi, a=blocking-1.9+ 2007-12-03 15:47:45 -08:00
reed@reedloden.com b707196872 Bug 389766 - "Hard-to-understand presentation of protocol-handlers on Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a=blocking-firefox3+] 2007-12-03 14:18:03 -08:00
dmose@mozilla.org 6105e70250 Make protocol handler application 'always ask' status be remembered (bug 397906), r+sr=biesi, a=blocking-firefox3+ 2007-12-03 13:45:01 -08:00
sdwilsh@shawnwilsher.com babafd75f6 Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor 2007-11-23 12:20:41 -08:00
reed@reedloden.com 5598378f56 Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep] 2007-11-21 12:57:38 -08:00
bzbarsky@mit.edu 502c4c7607 Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer 2007-11-08 22:13:26 -08:00
jwalden@mit.edu f426e03c0a Bug 399096 - nsDOMCacheUpdateService leaks. r=dcamp, sr=biesi, a=blocker 2007-11-08 21:12:59 -08:00
edward.lee@engineering.uiuc.edu aa9141ce9a Bug 402298 - Random base64 file names can contain '/'. r=jst, sr=jst, b1.9=mconnor, a=blockingM9 2007-11-03 10:47:20 -07:00
edward.lee@engineering.uiuc.edu 0a77a16933 Bug 396701 - clicking on .exe file shows wrong download dialog. r=gavin, sr=biesi, b-ff3=beltzner, a=blockingM9 2007-11-01 14:18:55 -07:00
reed@reedloden.com 4894cad90d Bug 399233 - "Phishing UI hidden by content, inconsistent with malware" [p=johnath r=tony r=biesi ui-r=beltzner a=blocking-firefox3+ for M9] 2007-10-29 11:29:14 -07:00
edward.lee@engineering.uiuc.edu 4f6a143b9b Bug 399563 - Don't delete partially downloaded files on canceled exthandler transfers. r=biesi, sr=biesi, aM9=beltzner 2007-10-24 15:12:54 -07:00
dmose@mozilla.org 71fdcd6817 Fix web-based protocol handlers not working from Send Link and certain other situations (bug 394483), r=biesi, r=gavin (browser portion), sr=sicking, a=beta blocker 2007-10-23 11:20:56 -07:00
reed@reedloden.com 9b94d27295 Bug 394974 - "URIs with invalid % encodings launch wrong handler on WinXP+IE7" (use Windows's own rules to vet URIs before handing them off to the shell) [p=jimm r=biesi a=blocking1.9+ for M9] 2007-10-22 16:03:14 -07:00
gavin@gavinsharp.com d81a31c1ee Bug 355222: don't attempt to close "blank" windows if the opener window is also closed, r=biesi, sr=darin 2007-10-19 10:48:23 -07:00
reed@reedloden.com ac256d7de4 Bug 348808 - "use application selector instead of file selector dialog when picking helper apps" [p=jimm r=dolske r=rob_strong r=myk r=biesi a=blocking-firefox3+ for M9] 2007-10-18 21:15:41 -07:00
myk@mozilla.org 21cf8e7489 bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose 2007-10-18 16:46:36 -07:00
myk@mozilla.org 6ec5d43cc3 backing out bug 394838 in case it caused the regression 2007-10-16 17:09:20 -07:00
myk@mozilla.org 7036fd0a58 bug 394838: make nsHandlerService::remove remove all assertions; r=biesi, sr=dmose 2007-10-15 17:03:38 -07:00
bzbarsky@mit.edu ec7ab12650 Fix bug 387258 by hacking in a force-override for the "txt" extension-to-type mapping. r+sr=biesi, a=sayrer 2007-10-14 11:23:06 -07:00
sdwilsh@shawnwilsher.com 374695e587 Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9 2007-10-12 15:48:35 -07:00
dtownsend@oxymoronical.com f2a8d90419 Backing out part of bug 369428 that seems to be causing unit test failures 2007-10-12 07:30:34 -07:00
sdwilsh@shawnwilsher.com 89b4a2b8d9 Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=biesi, sr=biesi, a=blocking1.9 2007-10-12 06:01:10 -07:00
joshmoz@gmail.com 4e86e8f021 on Mac OS X, don't ever set creator code and only set type code if the file doesn't have an extension. b=236389 r=smorgan sr=bsmedberg a=mconnor 2007-10-10 08:40:06 -07:00
dmose@mozilla.org e46e5ed77c Fixing orangeness from bug 394483 checkin 2007-10-04 00:01:08 -07:00
dmose@mozilla.org 7e25c58d74 First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking 2007-10-03 23:10:47 -07:00
roc+@cs.cmu.edu 9972360428 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
sdwilsh@shawnwilsher.com 3449ca4c0d Bug 395308 - Temporary filenames used during download should gain an extra extension. r=biesi, sr=biesi, a=dsicore 2007-09-16 07:40:16 -07:00
mkmelin+mozilla@iki.fi b2b81ede7a [Bug 280419] When a temporary file is created from the download manager it should be readonly. Also applies to attachments in mail. r=cbiesinger, sr=dmose, a=bsmedberg 2007-09-15 06:11:37 -07:00
dmose@mozilla.org 04701ea0c3 Make protocol handling dialog appear with protocols that are unknown to the OS if we have handlers (bug 392964), r=myk,biesi; sr=biesi; a=mconnor 2007-09-09 16:58:31 -07:00
dmose@mozilla.org e44b81538e Inject default web-based protocol handlers into mimeTypes.rdf (bug 392978), r=myk, sr=biesi, a=mconnor 2007-09-06 15:20:52 -07:00
mkmelin+mozilla@iki.fi f109b55a04 Backing out previous change, didn't notice the orange, sorry:( 2007-09-05 09:28:13 -07:00
mkmelin+mozilla@iki.fi 36d04e340e [Bug 280419] When a temporary file is created from the download manager it should be readonly. Also applies to attachments in mail. r=cbiesinger, sr=dmose, a=bsmedberg 2007-09-05 09:10:09 -07:00
jag@tty.nl 167cbfff3a Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
myk@mozilla.org 332c59f2aa bug 393492: move mimeTypes.rdf datasource access code from nsExternalHelperAppService.cpp to nsHandlerService.js, fixing bug 393500 (auto-add preferred handler to possible handlers when retrieving them, since they won't be in there already on legacy datasources) in the process; r=biesi; sr=dmose; a=bsmedberg for 1.9 2007-09-04 13:45:57 -07:00
dmose@mozilla.org 4ad19860ce Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz 2007-09-02 21:44:25 -07:00
dcamp@mozilla.com 2b3259d83f block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky 2007-08-31 16:18:46 -07:00
kaie@kuix.de bf3473667f bug 386654, Implement notification for EV certs r=rrelyea, sr=bzbarsky, a=bzbarsky 2007-08-23 13:13:50 -07:00
bzbarsky@mit.edu 4c52c17775 Put our load into the newly-created loadgroup when we go and create one. Bug 383961, r+sr=biesi, a=bzbarsky 2007-08-23 10:37:40 -07:00
masayuki@d-toybox.com a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
bzbarsky@mit.edu 57b1b90f4d Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking 2007-08-20 20:26:12 -07:00
dmose@mozilla.org 99d771c3e9 Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu 2007-08-20 17:47:47 -07:00
sdwilsh@shawnwilsher.com 4e7d7cfc20 Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger 2007-08-17 16:05:26 -07:00
myk@mozilla.org 8257d49737 bug 385740: make the handler service store possible applications when storing a handler info object; r=biesi, sr=dmose 2007-08-14 13:55:06 -07:00
myk@mozilla.org 07a41ed436 bug 391152: support enumeration and removal of known handlers; r=biesi, sr=dmose 2007-08-14 13:21:29 -07:00
sdwilsh@shawnwilsher.com 7d5925b0fb Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose 2007-08-14 09:47:41 -07:00
myk@mozilla.org 6f7b4ae700 bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose 2007-08-13 13:41:34 -07:00
myk@mozilla.org 4e590ce58d bug 391150: expose an API for getting an nsIHandlerInfo object for a protocol; r=biesi, sr=dmose 2007-08-13 12:00:34 -07:00
sdwilsh@shawnwilsher.com 9d812aedb1 Bug 391640 - Unable to use the "Open" link in download manager. r=cbiesinger, sr=dmose, a=bzbarsky 2007-08-12 11:31:34 -07:00
sdwilsh@shawnwilsher.com 6e7b96f69f Bug 391380 - moz-icon: launches handler dialog. r=bzbarsky, sr=dmose, a=bzbarsky 2007-08-09 15:21:54 -07:00
mozilla@weilbacher.org 2329964412 [OS/2] Bug 390075: preliminary OS/2 build break fix for exthandler code, real solution will follow 2007-08-03 12:06:33 -07:00
mozilla@weilbacher.org a1e1fa764d [OS/2] Bug 388701: supplemental build fix for OS/2, r=cbiesinger, sr=dmose 2007-08-02 14:27:28 -07:00
myk@mozilla.org 19a8ec0efa 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-30 21:57:37 -07:00
sdwilsh@shawnwilsher.com 09e384652c Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep 2007-07-30 16:33:16 -07:00
dmose@mozilla.org b5e04de117 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-28 20:38:52 -07:00
sdwilsh@shawnwilsher.com ea36e2eef8 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 13:20:54 -07:00
dmose@mozilla.org 2b71ae690f nsExternalHelperAppService::ExternalProtocolHandlerExists (almost) always sets aHandlerExists to PR_TRUE, enabling gnomevfs protocols, patch by Karl Tomlinson <mozbugs@karlt.net, r+sr=biesi,dmose; a=roc 2007-07-27 11:31:13 -07:00
cbiesinger@gmx.at 432463c21c 389611 only treat protocol handlers as protocol handlers
r+sr=bz a=schrep
2007-07-26 17:53:09 -07:00
sdwilsh@shawnwilsher.com df377aef12 Bustage fix 2007-07-26 14:36:46 -07:00
sdwilsh@shawnwilsher.com 4df411a198 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 14:26:31 -07:00
sdwilsh@shawnwilsher.com 801e29f7d0 Bug 385065 - protocol handling dialog. I accidentally reverted this change when I landed Bug 385065. r=cviesinger, sr=dmose 2007-07-26 14:23:56 -07:00
sdwilsh@shawnwilsher.com b53383de5b 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 14:23:49 -07:00
sdwilsh@shawnwilsher.com d09c917fe3 Bug 385065 - protocol handling dialog. r=cbiesinger (forgot to fix two nits) 2007-07-25 23:44:43 -07:00
dmose@mozilla.org c5a45de9ac Fixes for Linux build bustage 2007-07-25 22:52:27 -07:00
sdwilsh@shawnwilsher.com bf5d08875c Linux bustage fix 2007-07-25 22:27:43 -07:00
dmose@mozilla.org b1bc3a702d Add a missing include to fix windows build bustage 2007-07-25 22:03:00 -07:00
sdwilsh@shawnwilsher.com 7453de208d Bustage fix 2007-07-25 21:38:56 -07:00
sdwilsh@shawnwilsher.com ca6da5a72e Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner 2007-07-25 21:24:25 -07:00
cbiesinger@gmx.at 30415b0fa9 389580 don't allow escaped null bytes in URLs for external protocol handlers
r=bzbarsky sr=dveditz
2007-07-25 21:04:21 -07:00
dmose@mozilla.org 11778c0af9 Fix case where FillContentHandlerProperties incorrectly returns NS_ERROR_FAILURE (bug 389446), r+sr=bzbarsky 2007-07-25 19:56:46 -07:00
cbiesinger@gmx.at 43b468bb6f backing out last checkin, tree's red 2007-07-25 15:53:46 -07:00
cbiesinger@gmx.at ba69ba85c9 389580 don't allow escaped null bytes in URLs for external protocol handlers
r=bzbarsky sr=dveditz
2007-07-25 15:48:00 -07:00
myk@mozilla.org 236dc4d488 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 13:40:41 -07:00
bzbarsky@mit.edu 5fda0c5d00 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 10:21:41 -07:00
dcamp@mozilla.com 0cac14e210 update the offline cache atomically. b=389223, r=biesi, sr=jst 2007-07-24 23:31:27 -07:00
dcamp@mozilla.com 52a45b1f66 fix bustage from bug 388839 2007-07-24 22:50:08 -07:00
dcamp@mozilla.com 5e7a58ed01 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-24 22:35:39 -07:00
dmose@mozilla.org bdec3dea6b 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 16:38:29 -07:00
dmose@mozilla.org 889432af9f Backing out a file that was not part of the build fix. 2007-07-24 14:31:24 -07:00
dmose@mozilla.org e854280f1f Fix windows bustage from bug 388388 landing by correcting base class name. 2007-07-24 14:30:01 -07:00
myk@mozilla.org d97160dca2 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 13:29:50 -07:00
myk@mozilla.org 894dbabc9c 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 02:22:44 -07:00
asqueella@gmail.com 46776f1d4b try to fix bustage from bug 383417 2007-07-23 19:16:23 -07:00
sdwilsh@shawnwilsher.com 4c1c436d0e Check the proper pointer. r+sr=biesi. No bug 2007-07-23 18:14:56 -07:00
cbiesinger@gmx.at 4a17aaec4f bug 389106 didn't mean to check in this line 2007-07-23 17:12:58 -07:00
asqueella@gmail.com 04af5b0e06 Bug 388909 - fix build breakage from 384374 for MOZ_RDF-disabled builds
p=romaxa <romaxa@gmail.com>
r+sr=biesi
2007-07-23 16:36:16 -07:00
cbiesinger@gmx.at 373f9520fb bug 389106 escape quotes
r=bz sr=dveditz
2007-07-22 22:10:46 -07:00
sdwilsh@shawnwilsher.com 1b506091b9 Bustage fix 2007-07-22 11:57:08 -07:00
sdwilsh@shawnwilsher.com d813830a5f Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose 2007-07-22 11:40:24 -07:00
myk@mozilla.org fde02490fa 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 00:18:21 -07:00
dmose@mozilla.org 6f536c32ca Backing out my inadvertant checkin of nsIHandlerService related changes; that checkin was intended for the branch. Sorry, folks! 2007-07-20 15:55:31 -07:00
dmose@mozilla.org ee78a170f4 Replace myk's changes that I accidentally horked during the merge. 2007-07-20 13:23:44 -07:00
dmose@mozilla.org 114d67fad1 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-18 19:30:12 -07:00
cbiesinger@gmx.at 0fdb87f45b 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 14:37:39 -07:00
dmose@mozilla.org 8753e89bc4 Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi 2007-07-17 15:59:58 -07:00
dcamp@mozilla.com c164c6d8ce implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst 2007-07-08 23:19:27 -07:00
bzbarsky@mit.edu c73572927d 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-08 19:22:01 -07:00
jwalden@mit.edu 6d7584839a 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
mozilla@weilbacher.org ed4e197b19 [OS/2] Fix build break after bug 384374. 2007-07-06 00:01:42 -07:00
dmose@mozilla.org 545827e208 Remove trailing semicolons after method decls to avoid breaking forthcoming versions of gcc; r+sr=dbaron; no bug. 2007-07-05 17:20:09 -07:00
dmose@mozilla.org 72ba1b7011 Adding a semicolon in the hopes of fixing the XULRunner Linux tinderbox bustage from my checkin for bug 384374 2007-07-05 16:18:10 -07:00
dmose@mozilla.org ec036ba262 Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 12:31:44 -07:00
flamingice@sourmilk.net 7e169b9c64 Bug 384856, Replace illegal characters for downloads more consistently, Patch by Edward Lee (Mardak), r+sr=biesi 2007-06-27 15:46:54 -07:00
dmose@mozilla.org 7945ecd6e2 These files were not intended to land yet; backing out. 2007-06-15 14:45:17 -07:00
dmose@mozilla.org 10f8641377 Fix web based protocol handlers to work from link clicks in addition to the URL bar (bug 383396), r=biesi, sr=sicking 2007-06-15 14:43:51 -07:00
sdwilsh@shawnwilsher.com ab1be9a46d Bug 383807 - Explain why we are not checking the result of new in nsExternalProtocolHander.cpp. Patch by Ryan Jones <sciguyryan@gmail.com>. r=cbiesinger, sr=dmose 2007-06-12 11:31:54 -07:00
sdwilsh@shawnwilsher.com b9022d24a5 Bug 383813 - #include nsHelperAppRDF.h should be inside the ifdef for MOZ_RDF. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger 2007-06-10 16:50:53 -07:00
sdwilsh@shawnwilsher.com d13f6121d9 Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger 2007-06-04 17:03:35 -07:00
bienvenu@nventure.com 70c1fbce70 fix 317589 mail body containing ++ produces error message with gnome, patch by brian.lu@sun.com, r=chpe@gnome.org, sr=cbiesinger 2007-06-04 16:07:28 -07:00
roc+@cs.cmu.edu 1e64c60d76 Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst 2007-05-29 02:45:30 -07:00
dmose@mozilla.org 12f5a83e26 Implement backend changes for web-based protocol handlers a la WhatWG HTML5 draft (bug 380415). r=cbiesinger@gmx.at, sr=jonas@sicking.cc 2007-05-25 08:17:44 -07:00
sdwilsh@shawnwilsher.com 5089b2dda4 Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor 2007-05-21 17:03:33 -07:00
cbiesinger@web.de 383c82c5d9 Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest) 2007-05-14 13:09:20 -07:00
dbaron@dbaron.org 9b013dc30a Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
bzbarsky@mit.edu dd963af400 If we have an /etc/mime.types extension for a type, that should NOT make/etc/mailcap override the gnome-vfs handler for that type. Patch partially byMike Hommey <mh+mozilla@glandium.org> and partially by me, r+sr=biesi 2007-04-15 13:43:49 -07:00
gijskruitbosch@gmail.com 3e830ee3c0 Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger) 2007-04-15 05:31:18 -07:00
dbaron@dbaron.org d98d9fdec5 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
roc+%cs.cmu.edu 81867edd87 Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
joshmoz%gmail.com acad515c97 remove XP_MAC, detab. b=281889 r/sr=bz 2007-03-06 05:15:44 +00:00
mozilla.mano%sent.com 6040afd6ff Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz. 2007-02-08 13:15:50 +00:00
timeless%mozdev.org 05804e5bfe Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
2006-12-21 07:03:23 +00:00
jshin%mailaps.org 1a85765ae5 bug 359808 : drop support for Win 9x/ME (r/sr=darin) 2006-11-16 00:59:55 +00:00
bzbarsky%mit.edu 0a3a624149 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
jshin%mailaps.org ea5f965eed bug 359148 : when saving a file, "unicode" characters in filename are lost (turned into '_') : r=biesi, sr=darin 2006-11-04 10:09:59 +00:00
bzbarsky%mit.edu 3eaadf1abd Fix handling of subsubframes appended from an onload handler for a subframe so
that the onload handler of the toplevel document will fire after all.  Bug
315056, r=biesi, sr=darin
2006-10-19 00:51:54 +00:00
bzbarsky%mit.edu 9468056c63 Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi 2006-10-17 00:55:14 +00:00