bryner%brianryner.com
bf22a7f377
Close the blank browser window from a download earlier, before showing the helper app dialog (bug 343921). Patch by marria@gmail.com, r=biesi, sr=darin, a=dbaron.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206911 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-08 18:56:35 +00:00
cbiesinger%web.de
5885a71155
bug 343107 Make sure to always fire STATE_START before STATE_STOP
...
patch by Dorian <boissomag@free.fr > r=biesi sr=darin a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203052 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-19 00:29:37 +00:00
marria%gmail.com
fe1daa00e0
Minor tweak to patch for bug 241972. Change mShouldCloseWindow to a PRPackedBool, to be consistent with the other bools around it. r=cbiesinger, branch approval=darin
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201708 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-06 20:57:43 +00:00
marria%gmail.com
6da521e535
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin, branch approval=mtschrep
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201704 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-06 20:30:09 +00:00
cbiesinger%web.de
46ff60a0c5
bug 336108 add OOM check. r+sr+a=bz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195767 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-01 18:37:08 +00:00
mark%moxienet.com
fd06ddf734
335840 nsIMimeInfo doesn't indicate when Mac type/creator are invalid. r=josh sr=bryner a/1.8.1=me
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195761 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-01 15:41:05 +00:00
dougt%meer.net
6f6ad960c4
Removing wince ifdefs. registry works. r=dougt
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195212 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-23 19:40:20 +00:00
gerv%gerv.net
55745e1c5c
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193254 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 08:01:14 +00:00
neil%parkwaycc.co.uk
7792e449aa
Bug 245725 Make download manager display an approximate current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me br=mconnor
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191968 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 11:05:09 +00:00
brettw%gmail.com
ce46627482
Bug 317843 r=darin, sr=bzbarsky: Better redirect tracking for global history.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189032 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-06 19:52:11 +00:00
cbiesinger%web.de
033245c9cc
bug 325504 Document the category for content listeners, and the nsISupportsWeakReference requirement for listeners added dynamically. r+sr+a=bz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188761 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 18:37:37 +00:00
darin%meer.net
5ebb035136
fixes bug 323852 "redirect after a prefetch does not include X-moz: prefetch header" r=biesi sr=bzbarsky a=bsmedberg
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188566 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 15:01:26 +00:00
bzbarsky%mit.edu
8143ab1f93
Only force prompting for non-"can't handle" reasons if the default action is
...
not "save". Silently saving is always ok. Bug 236541, r=biesi, sr=darin,
branch181=bsmedberg (or maybe me? ;))
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188495 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 21:17:53 +00:00
timeless%mozdev.org
431bbfca3d
Bug 236844 - [beos] search for helper apps in mozilla directory before $PATH
...
patch by Niels.Reedijk@gmail.com r=segei_d a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181121 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-28 08:47:38 +00:00
roc+%cs.cmu.edu
7c36dae5b2
Bug 304434. Mark links visited by external protocol handler downloads. r+sr=dbaron,a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178868 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 21:53:37 +00:00
bzbarsky%mit.edu
013b97ad34
Use the browser.helperApps.deleteTempFileOnExit pref, if set, to decide whether
...
to delete helper app temp files on exit. Bug 302433, r=biesi, sr=sfraser, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178858 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 21:14:47 +00:00
cbiesinger%web.de
198e275f18
bug 283606 make nsOSHelperAppService::GetApplicationDescription get
...
a friendly description
r=darin sr=bz a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177902 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 22:01:35 +00:00
dbaron%dbaron.org
0ef723541e
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin a=cbeard
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177716 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 19:34:01 +00:00
mozilla.mano%sent.com
4bf76a898f
Bug 301281 - Remove 10.1 code from nsInternetConfigService. r=jhpedemonte, sr=smfr, a=bsmedberg.
...
git-svn-id: svn://10.0.0.236/trunk@176353 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 19:44:54 +00:00
mozilla.mano%sent.com
118e0b469a
Bug 264648 - Implement nsOSHelperAppService::GetApplicationDescription for OS X (in order to show an application description in the confirmation dialog for). r=jhpedemonte, sr=smfr, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@176349 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 19:03:41 +00:00
bzbarsky%mit.edu
945d5c061c
When doing text/plain sniffing, don't let the special MIME types we use for the
...
purpose leak out of the URILoader/exthandler combination. Bug 300027, r=biesi,
sr=darin, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176002 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-13 16:48:01 +00:00
bzbarsky%mit.edu
ddd26b7da5
Fix bug 299553 by calling DocLoaderIsEmpty() when we stop the docloader.
...
r=biesi, sr=darin, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175999 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-13 16:43:30 +00:00
cbiesinger%web.de
dd25bcee0f
Bug 298842 make the temp file part of nsITransfer
...
r=mconnor sr=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@175720 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-06 23:12:22 +00:00
darin%meer.net
6dbe06ef01
fixes bug 294535 "Prefetch Service should only follow redirects to http:// locations." r=biesi a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@175343 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-29 20:57:34 +00:00
dougt%meer.net
5ad50e9b43
* Fixes some build problems when trying to build non-static. (removing link
...
libraries that don't exist on Windows CE)
* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)
* Windows CE on ARM doesn't support C++ exceptions. In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla. On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.
* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.
* Disabling more code in nsOSHelperAppService for Windows CE.
* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).
Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa
git-svn-id: svn://10.0.0.236/trunk@174725 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:20:45 +00:00
bryner%brianryner.com
3274ca4c10
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
...
git-svn-id: svn://10.0.0.236/trunk@174651 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:52:46 +00:00
jshin%mailaps.org
b489431c40
bug 295202: convert nsOSHelperApplication to use nsIWindowsRegKey (r=cbie, sr=darin, a=asa)
...
git-svn-id: svn://10.0.0.236/trunk@174518 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:57:10 +00:00
mozilla.mano%sent.com
bcd23edc97
Bug 295517 - Build fails in uriloader/extandler under BeOS. r=thesuckiestemail@yahoo.se (BeOS only). a=asa
...
git-svn-id: svn://10.0.0.236/trunk@173789 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:38:47 +00:00
pedemont%us.ibm.com
c9f6e9439e
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@172951 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:30:03 +00:00
cbiesinger%web.de
75f2a6ce48
Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
...
r=bz sr=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@172674 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 21:16:28 +00:00
cbiesinger%web.de
6edb4795dd
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@172304 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 19:41:07 +00:00
timeless%mozdev.org
a9e6fec331
Bug 220753 mailto: links do not work on BeOS
...
patch by simontaylor2@gawab.com r=thesuckiestemail@yahoo.se a=asa
git-svn-id: svn://10.0.0.236/trunk@172034 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 16:05:25 +00:00
pedemont%us.ibm.com
eba175a2db
Fix Javaconnect build bustage
...
git-svn-id: svn://10.0.0.236/trunk@171862 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:58:52 +00:00
cbiesinger%web.de
ae06f2015c
228968 r=bz sr=darin
...
- add a new nsIWebProgressListener2 interface, inheriting from
nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
progressListener attribute
- make webbrowserpersist support listeners that implement
nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
nsIWebProgressListener2 interface
And fix up all implementations according to that.
git-svn-id: svn://10.0.0.236/trunk@171744 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:24:23 +00:00
cbiesinger%web.de
1e13761217
268150 show correct error if launching a helper applications fails due to a
...
permission problem
r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@171666 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:32:35 +00:00
darin%meer.net
79a303762b
fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@170922 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 20:35:35 +00:00
cbiesinger%web.de
8593d723e5
Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
...
r=bz sr=darin
git-svn-id: svn://10.0.0.236/trunk@170609 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 17:03:44 +00:00
bsmedberg%covad.net
f4f72beaa1
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)
...
git-svn-id: svn://10.0.0.236/trunk@170499 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 04:38:35 +00:00
cbiesinger%web.de
af30395567
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
git-svn-id: svn://10.0.0.236/trunk@170312 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:46:06 +00:00
cbiesinger%web.de
9aba16afa9
Bug 285045 Set the content type on the channel when sniffing it
...
r=bz sr=darin
git-svn-id: svn://10.0.0.236/trunk@170310 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:18:12 +00:00
bzbarsky%mit.edu
d1350f8017
Add the prompt-service contract to nsEmbedCID.h
...
git-svn-id: svn://10.0.0.236/trunk@170283 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 16:07:11 +00:00
smfr%smfr.org
a5d878e57e
Add a comment to say which DLL pulls in uriloader. sr=bz
...
git-svn-id: svn://10.0.0.236/trunk@170126 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:05:01 +00:00
cbiesinger%web.de
1ef896961b
Bug 284180 improve comments and error handling in exthandler a bit r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@170057 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:34:57 +00:00
jwatt%jwatt.org
048c5cdbd9
Bug 283272 : Save Files As... saves .svgz files uncompressed : r+sr=bz
...
git-svn-id: svn://10.0.0.236/trunk@169870 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 21:13:36 +00:00
bsmedberg%covad.net
fc4099e666
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
...
git-svn-id: svn://10.0.0.236/trunk@169868 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 20:46:35 +00:00
ben%bengoodger.com
90ccc02d3b
282196 - need to access arbitrary metdata on default application handler (windows) - make nsMIMEInfoWin implement nsIPropertyBag with property keys to access moz-icon URIs for default and preferred application handlers. r=biesi sr=bz
...
252189 - retrieve proper application handler names from windows registry/binary VERSIONINFO metadata r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@169837 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:02:14 +00:00
bzbarsky%mit.edu
7a84efbcc5
Make documentation a little more explicit about the ownership model. Bug
...
283108, r=biesi, sr=darin
git-svn-id: svn://10.0.0.236/trunk@169636 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-23 06:14:44 +00:00
darin%meer.net
2f1d8a824a
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
...
git-svn-id: svn://10.0.0.236/trunk@169576 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-21 22:21:21 +00:00
darin%meer.net
55f157bc26
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@169569 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-21 20:58:01 +00:00
cbiesinger%web.de
d5c992b567
Bug 282246 Improve log output in helper app service
...
r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@169406 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-18 18:36:33 +00:00