mozilla-xp.com | Post Question | Search | About | Groups | Contact | Register | Login



mozilla feedback firefox (6296)

mozilla feedback (2094)

mozilla feedback firefox prerelease (1989)

mozilla feedback companion ebay (1651)

mozilla feedback thunderbird (860)

mozilla support thunderbird (812)

mozilla support seamonkey (511)

mozilla dev tech crypto checkins (461)

mozilla support firefox (408)

mozilla support bugzilla (397)

mozilla dev extensions (359)

mozilla feedback thunderbird prerelease (334)

netscape public mozilla reviewers (272)

mozilla dev mdc feedback (270)

netscape public beta feedback (268)

netscape public mozilla crypto checkins (265)

mozilla dev apps thunderbird (252)

netscape public mozilla jobs (224)

mozilla dev tech plugins (194)

mozilla dev apps firefox (190)

mozilla dev tech xul (190)

mozilla dev apps calendar (187)

mozilla dev embedding (181)

netscape public mozilla embedding (177)

netscape public mozilla test (174)

netscape public dev xul (169)

mozilla dev planning (169)

mozilla support calendar (167)

mozilla dev tech js-engine rhino (165)

netscape public mozilla layout xslt (164)

mozilla test (163)

netscape public mozilla jseng (160)

mozilla dev platform (159)

netscape public mozilla crash-data (159)

netscape public mozilla xpcom (159)

mozilla dev platforms mobile (157)

mozilla marketing (156)

netscape public mozilla webtools (155)

mozilla jobs (153)

mozilla dev builds (153)

mozilla dev tech xpcom (150)

mozilla support webtools (148)

mozilla dev accessibility (147)

netscape public mozilla calendar (146)

netscape public mozilla xml (138)

mozilla dev tech java (137)

netscape public mozilla gtk (136)

mozilla community drumbeat (135)

mozilla dev tree-management (131)

mozilla dev apps bugzilla (130)

netscape public mozilla i18n (130)

netscape public mozilla prefs (129)

netscape public mozilla qa general (129)

mozilla dev amo (128)

netscape public mozilla general (127)

netscape public mozilla rdf (126)

netscape public mozilla xpinstall (126)

netscape public mozilla xpfe (123)

netscape public mozilla plugins (122)

netscape public mozilla java (122)

netscape public mozilla ui (119)

netscape public mozilla accessibility (118)

netscape public mozilla wishlist (117)

netscape public mozilla mac (116)

mozilla dev tech js-engine (116)

mozilla dev apps seamonkey (116)

netscape public mozilla crypto (112)

netscape public mozilla mathml (112)

mozilla dev tech crypto (111)

netscape public mozilla beos (111)

netscape public mozilla jsdebugger (110)

netscape public mozilla license (109)

netscape public mozilla qa browser (109)

mozilla wishlist (108)

mozilla dev quality (107)

mozilla dev tech xforms (106)

netscape public mozilla directory (106)

netscape public mozilla editor (106)

netscape public mozilla macosx (106)

mozilla dev apps js-debugger (105)

netscape public mozilla performance (103)

netscape public mozilla builds (100)

mozilla dev ports os2 (100)

netscape public mozilla qt (98)

netscape public mozilla mail-news (97)

mozilla announce (96)

netscape public mozilla documentation (94)

netscape public mozilla os2 (93)

netscape public mozilla nspr (93)

netscape public mozilla netlib (93)

netscape public mozilla style (92)

mozilla support planning (92)

netscape public mozilla patches (91)

mozilla dev l10n web (91)

mozilla dev tech nspr (89)

mozilla dev mdc (87)

mozilla dev tech network (87)

mozilla dev l10n (87)

mozilla dev tech css (86)

mozilla dev l10n cs (85)


netscape.public.mozilla.netlib Post New
Items(93)
Subject Posted Replies From
Fatloss computer program

I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com

10/15/2007 11:45:51 PM 0 Angel vasquez<vange...@yahoo.com>



HP Desktop for sale!

Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/sec) hard drive # Optical Drive: 16X DVD(+/-)R/RW 12X RAM (+/-)R DL LightScribe SATA drive # Expandable Drive Bay: HP Pocket Media Drive bay # Video Graphics: Integrated graphics # Network Interface: Integrated 10/100BaseT network interface # Sound: High Definition 8-channel audio # Fax/Modem:

10/14/2007 8:26:10 AM 0 pbdude<pbdude...@yahoo.com>
Watch NFL Games Online

Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels The sites http://nflonline.wizhoo.com

10/14/2007 2:14:18 AM 0 Dexter H.<dexterhussain...@yahoo.com>
Obtain nsIChannel for a downloaded file in an extension

I'm working on a Firefox extension which overlays the "Open with..." form (chrome://mozapps/content/downloads/unknownContentType.xul) and adds a custom option for bittorent files. In the "ondialogaccept" event handler, I can only obtain the URI of the file which is being downloaded. Is there a way for the ondialogaccept handler to obtain the nsIChannel object that Firefox created when downloading the file in the first place? Regards Ludek Cigler

8/6/2007 2:29:16 PM 0 "lcig...@gmail.com" <lcig...@gmail.com>
Http Header

Hi, I am using nsIWebBrowserPersist -> Saveuri method to save some content. How can i change the http request header for this requst? I have tried using nsIInputStream aPostData parameter in saveuri method , but not all server accept post data. Also i want to use the http GET method. Also How can i verify the http request send to the server? Thanks in Advance Vineeth Aravindakshan

6/22/2007 9:14:50 AM 0 Vineeth <vineetharavindaks...@gmail.com>
Firefox extension - GMail contacts access

Hi ! I'll try to explain you my project in few words. I'm trying to develop an extension for Firefox that let the user access to his contacts saved on GMail account. I need the list of contacts because I'll develop and interface that for let the user to write the e-mails quickly when he would need to send some link, post, new, podcast, video, ... Do you understand me ? I've been looking for information about Authentication Account API and I don't know if only can I certify that who's the user has an account or if will can I access to more services related with his account (

3/19/2007 3:16:24 PM 0 "polro...@gmail.com" <polro...@gmail.com>
Http Authenticator Component & same contractID ?

Hello, I would like to write a Firefox plugin handling Http Digest authentication (401) in a special way for some realms. At the moment, I've seen that there is : # an interface : nsIHttpAuthenticator # a component implementing it : @mozilla.org/network/http- authenticator;1?scheme=digest I started to think about how I could buildmy new component. So the question is : if I want Firefox to use my component to handle Http Digest authentication, how could I do that ? Do I have to use the same contractID than the existing one (i.e. "@mozilla.org/network/http- authenticator;1?scheme=

3/16/2007 2:09:07 PM 0 "Mfenetre" <mfene...@gmail.com>
force-closing persistent server connections

Within an extension, is there any other way to close out persistent (keep-alive) http network connections other than sending the following two notifications? profile-change-net-teardown profile-change-net-restore Unfortunately, doing it this way also close my own tcp connection that I use for external communication. I've tried to simply update some of the prefs, but they do not apear to force-close persistent http connections without a full browser restart. Thx

11/9/2006 9:11:43 PM 0 carglue <carg...@yahoo.com>
Call Javscript function

Hello friends i developed a tollbar for Firefox browser. Now This toolbar contains a menu item. A web page will be opened by the user of the Toolbar. This Web page source code has included many .JS fiels in it. These JS files defined various functions , Now i want to call these functions from my toolbar menu command. How can i do that? I know function name which i have to call. I tried to call function directly by its name but it is giving error that this function is not exist? How should i call that function. I got success to implement same functionality for IE by using IHTMLW

11/1/2006 9:08:36 AM 0 harishdix...@gmail.com
Add money to your Paypal account with OPRAH DJomb

Read this message until the end, and you will find out how the money flows in easy !!!!. Follow the steps and it WILL work. Trust me !!!!!. It's NOT illegal and it is NOT a scam !!!!!. PROVEN ON OPRAH! Reported in the Wall Street Journal!!!! The only thing you need is : - E-MAIL ACCOUNT - PREMIER (FREE) or BUSINESS PAYPAL ACCOUNT - $6 on this account (The only investment) - 30 minutes of your time There is no limit on how much money you can recieve, and you haven't got anything to lose with this Business program. I will explain how it works !!!!!. Follow these 4 easy s

8/15/2006 10:52:43 PM 0 "NSI" <af.ir...@afyhpami.com>
Get Rich

Take advantage of a great deal

1/31/2006 6:18:56 AM 0 "Daun Johnson" <jment...@ildmsnka.com>
[ADMIN] This list is now closed!

If all goes according to plan, this should be the last post you receive on the mailing list version of this group. All subscribers to the mailing list should shortly receive a subscription notice for dev-tech-network@lists.mozilla.org. If you are reading this via the netscape.public.mozilla.netlib newsgroup, this newsgroup is now considered officially abandoned. We have moved to mozilla.dev.tech.network, which is available via the news.mozilla.org news server. -- Dave Miller System Administrator, Mozilla Corporation http://www.mozilla.com/

1/23/2006 4:11:32 AM 0 Dave Miller <justd...@mozilla.com>
[ADMIN] mozilla-netlib is moving!

It should be no secret these days that the Mozilla Foundation and its related projects are no longer a pet project of Netscape, yet the newsgroups we are using for public discussions still bear the Netscape name. We've been planning for years to move from netscape.public.mozilla.* to just mozilla.*, and the time has finally come! In August, we announced a partnership with Giganews Newsgroups (http://www.giganews.com/) to provide NNTP services for our news.mozilla.org domain. It's taken a few months of planning to make it happen, but we're now in the process of moving all of those newsgrou

1/21/2006 12:18:31 PM 0 Dave Miller <justd...@mozilla.com>
How to make a win DLL for protocol handler

Hi, I need to write a 'basic' protocol handler that just interprets the data given in the URL. I started with the source of the data protocol handler, but I'm facing the problem of creating the DLL that will go into the component directory. Does somebody have a Makefile that fits in the netwerk/protocol/ hierarchy and creates a DLL? Thanks a lot, Herv� Soulard.

1/13/2006 12:44:21 PM 0 "Herv� Soulard" <hsoul...@free.fr>
http-on-modify-request PROBLEM...

Hi all, How can I register the observer "http-on-modify-request" available only to each window instead of the entire application? I have notice that this event "http-on-modify-request" will be triggered even more if i Open more navigator window, ie: Open 2 Firefox window will trigger this event 2 times which i think is redundant, and hence i could not get the HttpChannel correctly... My question is, can I eliminate this by making the "http-on-modify-request" only available to each window? and how? Please advice. Below is my code: //*********************************

1/6/2006 3:06:54 AM 0 zen <zee2...@yahoo.com>
nsISocketTransport arguments...

Hi all, I can use nsISocketTransport for normal http GET, however I facing problem when pointing to a binary file located in https server. How can I set the arguments of the CreateTransport() if i need Https connection through nsISocketTransport? Can I use nsISocketTransport to download a binary file? What other preferable method? please advice. -zen

1/3/2006 5:02:31 AM 3 zen <zee2...@yahoo.com>
What does SetTimeout(TIMEOUT_READ_WRITE, xxx) really do?

I'm trying to figure out why nsPop3Protocol is leaving connections hanging when server errors occur. I see that connections get moved to the nsSocketTransportService's idle list, and then never get checked for timeout conditions. I would have thought that the SetTimeout function would timeout the connection if the server did not send data within 60 seconds from the last send or receive. Since this is not the case, what exactly is the timeout for?? you can look at the log file created by the debug build of thunderbird here: https://bugzilla.mozilla.org/attachment.cgi?id=206466&

12/21/2005 3:46:39 AM 0 "Kurt Godwin" <kur...@nospamplease.hotmail.com>
RE: HTTP traffic listener/sniffer

Have a look at the function: nsHttpTransaction::HandleContent(char *buf, PRUint32 count, PRUint32 *contentRead, PRUint32 *contentRemaining) The <buf> variable points to a chunk of data of <count> bytes. You can read the data inside <buf> with no fear that anything gets messed-up. Be aware of the fact that <buf> does not contain Http transaction headers, but (typically) file (Resource, as in URL) data. To get data from headers, access nsHttpResponseHead instances. I hope

12/20/2005 9:31:42 AM 0 "Andrei GACEFF" <agac...@softwin.ro>
nsIStringInputStream in C++

Hi all, How can I use the nsIStringInputStream in C++? Below is my code: //**** nsCOMPtr<nsIStringInputStream> newPostStream; char* aStream = "&key=123"; newPostStream->AdoptData(aStream, strlen(aStream)); //*** I'm not sure where my mistake was & I always get "the memory could not be read" when run on firefox, please advice... Thanks.

12/19/2005 2:51:59 AM 1 zen <zee2...@yahoo.com>
HTTP traffic listener/sniffer

Hi, I'm looking for a way to log all network traffic at the http level, including the messages buffers. Also I need to be able to link between the sniffed HTTP conversation to the corresponding HTMLDocument in the web browser. I've found that logging is being made in nsHttpTransaction.cpp::Init(...) and nsHttpTransaction::HandleContentStart() but it does not include the messages buffers. At both location, I can read the messages buffers using the stream interface but when I do, the stream position gets lost and the process gets hang. I can't restore the stream position back to

12/18/2005 2:42:39 PM 2 "Vic" <vichai.l...@gmail.com>
RE: Fast rebuild of Mozilla with Netlib modifications.

Running Make in \netwerk subfolder fails, as I already mentioned. To not divaggate too much from the subject of this forum (netlib), I would still dare to stipulate that the reason for this is the fact that we're NOT building in the Mozilla source tree, but with an OBJ-DIR specified in mozconfig. Might Make on a Mozilla source subfolder fail because of this?

12/14/2005 9:35:37 AM 0 "Andrei GACEFF" <agac...@softwin.ro>
RE: Fast rebuild of Mozilla with Netlib modifications.

Simply calling <make> in the \netwerk folder fails to complete the build - we get the following error: make[3]: *** No rule to make target `_xpidlgen/nsIAuthPrompt.h', needed by `export'. Stop. Only calling <make -f client.mk build> in the mozilla main source folder works. We tried to make after configure with the option --enable-standalone-modules=necko, but this still had the effect of rebuilding the entire mozilla; we also tried to use the <bootstrap.pl> that supposedly should help programmers to rebuild only specified modules from mozilla, but this Perl script is no longer avai

12/12/2005 9:22:47 AM 0 "Andrei GACEFF" <agac...@softwin.ro>
alternative to loadURI

Hi, is there any alternative method that similar to loadURI which can accept postdata as argument and is a FROZEN interface? please advice. thanks

12/11/2005 4:15:39 AM 1 zen <...@myvnc.com>
Fast rebuild of Mozilla with Netlib modifications.

I will make modifications to protocol files like <nsHttpTransaction.cpp> and <nsHttpChannel.cpp> and I would need a method of rebuilding Mozilla as fast as possible with these modifications, and not wait 10 minutes for a full incremental build. Can anyone please tell me of such a method for fast rebuild? Thanks.

12/9/2005 10:18:04 AM 2 "Andrei GACEFF" <agac...@softwin.ro>
Re: Implementing an nsIChannel

> I had figured out that channels are a "single shot" data connection. So > I need to handle the concept of being "connected" in my channel. Yes, channels are single-shot things. > SOAP doesn't appear to use channels, or stream listeners so I'm some > what forcing a square peg into round hole. I think SOAP uses XMLHttpRequest, which does use a Necko channel. I'm still trying to understand your setup. You're implementing a protocol handler, right? > I kind of assumed all the SQLLite interfaces in the new mozStorage interfaces > would probably be implemented as an nsIS

12/9/2005 4:42:50 AM 4 Boris Zbarsky <bzbar...@mit.edu>
Implementing an nsIChannel

Hi all, I am writing an object model for some XML based protocols I am implementing in XPCOM. One can be accessed via RPC style SOAP, another via standard encoded strings, the last by standard XML messages. As there are many higher level similarities I am looking to abstract each as much as possible. One mechanism I'm looking at is to implement a new nsIChannel that handles the specifics of each communication method, that wraps a lower level nsIChannel (it may or may not be nsIHttpChannel). That way I have a common way to read/write data for each. There are however lots

12/7/2005 8:31:47 AM 2 Neil Stansbury <neil.stansb...@redbacksystems.remove-reply.com>
Javascript and CSS response content

This is a multi-part message in MIME format. ------=_NextPart_000_0D11_01C5FA7D.5A1C7E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Is there any way to get the response content of javascript and CSS = files. I registered "http-on-examine-response" event for these, but there I = found only response headers for those files.=20 Is there any other event where I can get response body for those files. Thanks, Hitesh. ------=_NextPart_000_0D11_01C5FA7D.5A1C7E80 Content-Type: text/html; charset="iso-8859-1" Content-Transf

12/6/2005 10:24:33 AM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
loadURI

Hi all, I writting a simple XPCOM with the following code but the server script cannot detect the postdata. Could anyone please help? Is this a bug since the loadURI is actually doing the POST but the server cannot detect any postdata. Please advice. //******************************************************************* s = "\r\ndata=123\r\n"; var obj, iface, postdata obj = Components.classes["@mozilla.org/io/string-input-stream;1"]; iface = Components.interfaces.nsIStringInputStream; postdata = obj.createInstance(iface); postdata.setData(s, s.length); try { var n

12/6/2005 8:30:20 AM 10 zen <zen2...@yahoo.com>
Response body after POST

Hello all, I'm new at netlib, so this question might look lame. I looked at TestUpload.cpp ( http://lxr.mozilla.org/seamonkey/source/netwerk/test/TestUpload.cpp ) sample code to learn how to make POST methods using netlib. Can anybody instruct me how I can get reponse body after POST has been finished? I've successed to get reponse headers by adding code to OnStopRequest: nsCOMPtr<nsIHttpChannel> pHTTPCon(do_QueryInterface(request)); if (pHTTPCon) { HeaderVisitor *visitor = new HeaderVisitor(); if (!visitor) return NS_ERROR_OUT_OF_MEMORY; NS_ADDREF(visitor); printf("H

11/30/2005 1:56:13 PM 1 Akmal Khodjanov <akhodja...@gmail.com>
Re: CASH MONEY TO YOUR DOOR!!!

START YOUR OWN E-MAIL BUSINESS TODAY and TAKE ADVANTAGE OF THE FOLLOWING: 1.ALL CUSTOMERS PAY YOU IN CASH!!! 2. TOP PART-TIME OWNERS HAVE EARNED $5,000+ IN ONE MONTH! 3. TOP FULL-TIME OWNERS HAVE EARNED $10,000+ IN ONE MONTH! 4. YOU WILL SELL A PRODUCT WHICH COSTS NOTHING TO PRODUCE! 5. YOUR MAIN OVERHEAD IS YOUR TIME! 6. YOUR START UP COSTS ARE LESS THAN $25 7. YOU HAVE MORE THAN 40 MILLION POTENTIAL CUSTOMERS For additional information please E-mail me at saita@dodo.com.au ===================================================== New Software that finds leads for YOU for F

11/20/2005 4:11:54 PM 0 "Tia" <sa...@dodo.com.au>
Detecting nsIHttpChannel abort and how to use nsIRequestObserver

1> How to get event (Abort/Cancel) for an Http channel which is created by the browser? I get this http channel using NS_HTTP_ON_MODIFY_REQUEST_TOPIC ("http-on-modify-request") I've noticed that there are cases when the channel are aborted, in those cases NS_HTTP_ON_EXAMINE_RESPONSE_TOPIC ("http-on-examine-response") is not called. 2> How to detect that the channel is aborted? 3> How do subscribe event for nsIRequestObserver for a given nsIHttpChannel? Thanks,

11/18/2005 7:30:38 AM 0 vir...@yahoo.com
Exception on accessing nsIChannel.notificationCallbacks for XMLHttpRequests

I am trying to monitor AJAX requests (requests send using XMLHttpRequest object). I am trying to use observer service (Components.interfaces.nsIObserverService) for the same and observing events "http-on-examine-response" and "http-on-modify-request". I get hold of nsIChannel (actually nsIHttpChannel) on which the requests are being sent. From the channel I am trying to get hold of XMLHttpRequest object which sent the request. Code in nsXMLHttpRequest.cpp (http://lxr.mozilla.org/mozilla/source/extensions/xmlextras/base/src/nsXMLHttpRequest.cpp) suggests that XMLHttpRequest obje

11/16/2005 12:17:41 PM 1 "Ajit Dhumale" <aj...@gs-lab.com>
getting file size info

Hi all, When mozilla starts dealing with a not renderizable file using nsExternalHelperAppService, I need to get file size info after the Show() method is called from a nsIHelperAppLauncherDialog. Can I do it inside Show() itself? What are the ways to do it? Thanks in advance -- Tomaz Nol�to System Analyst - Embedded Linux Lab (10LE) Instituto Nokia de Tecnologia (INdT) tomaz.noleto@indt.org.br +55 92 2126-1115

11/9/2005 12:36:23 PM 2 =?ISO-8859-1?Q?Tomaz_Nol=EAto?= <tomaz.nol...@indt.org.br>
How to get socket descriptor from nsISocketTransport

Hi All, I am trying to obtain socket descriptor from a Socket Transport object. However, I am unable to obtain a valid descriptor, and I was wondering if some one could point out what I am doing wrong. Here is what I am doing to get socket descriptor: 1. First, an nsiSocketTransport object is created in Javascript Code using a SocketTransportService object: var currTransport = mySockService.createTransport(null, 0, currHostName, currPort, null); 2. Now, I am passing currTransport to a C++ xpcom component as an object with interface nsISocketTransport. In the C++ code, I cal

11/7/2005 12:33:04 PM 2 "Abhijit" <abhiji...@gmail.com>
Changing http header data with LSP on FireFox browser

Can somebody tell me, what are the differences between IE and FireFox browsers in sending http packets via network ? I noticed that FireFox devides the http header into smaller parts, and sends it by pieces. But IE does not do it. I am writing LSP , and IE works good but FireFox crashes (I pick all these small parts into one big one and send it down to the provider beneath) ?

10/17/2005 10:27:49 PM 0 progel...@yandex.ru
gre

hiii all, anyone preparing for gre? plz can u advise me on ur mode of preparation & how are u doing it. Tell me some tips to score in Quantitative section.plz tell me whatever u know?

10/8/2005 8:17:19 AM 0 "saru" <sarika.jakho...@gmail.com>
res: protocol ?

sometime back in 1999 I saw a post that planned to replace resource: with the res: protocol eg res://<root>/<path> 1. did this happen and are following roots valid? ProgramDir CurrentDir TempDir ComponentsDir SystemDir 2. and is there a symbolic root for the current package 3. if not what (if any) plans are there for symbolc roots ?

10/7/2005 11:37:11 AM 2 "rvj" <...@rolemodels.net>
Best Expired domain finder

Find expired domains with the best software: http://www.antssoft.com The best domain names are already taken. But with expired domain software you can find the best domain names like: -------------------------------- http://www.beyx.com http://www.c6d.de http://www.fyq.us http://www.gv0.net http://www.j1o.de http://www.aj0.net http://www.3tt.de http://www.3ss.de http://www.aryh.com http://www.qym.us http://www.f6x.de http://www.60n.de http://www.7ix.de http://www.k9m.de http://www.4bx.de http://www.9kk.de http://www.bx0.net http://www.0ol.de http://www.w6x.de htt

10/6/2005 12:13:49 AM 0 "Visili" <vasilia...@yandex.ru>
Using server socket not in the main thead

Hi, I am trying to use a server socket but this time not in the main thread. When I do it in the main thread, everything is OK. But when I create another thread (nsIThread) and then, in it, create and initialize a server socket, I get an error with the asynclisten() call. It returns: 0x80040111 (NS_ERROR_NOT_AVAILABLE: unavailable resource). I looked at the source code and I think it deals with an event queue problem (but not sure). So I created an event queue with CreateThreadEventQueue but nothing changed. I still have the same error code. (I also tried CreateMonitoredThreadEventQ

9/30/2005 10:51:45 AM 0 Kal <...@nospam.com>
UDP/multicast in mozilla netlib/necko

Hi, I understand that moz netlib is good for http://, ftp:// over TCP. Does it support connection via UDP and multicast? If so, appreaciate any pointers. Otherwise, appreciate some other pointers on how to start developing it. Thanks, Joe

9/30/2005 8:10:20 AM 0 "Joe" <joe.a...@gmail.com>
nsIChannel.contentChannel

Lets assume that the correct content type is specified/send by the server, so when exactly will http://lxr.mozilla.org/seamonkey/source/netwerk/base/public/nsIChannel.idl#140 be available? I need to read/check the content type (in JS) *before* the XML file is actually transfered, because I want to use .cancel() for special cases. Also, at what point is the document initialized i.e. when are things like browser.contentDocument set? Is there a way to cancel XML downloads *after* browser.contentDocument but *before* the document is loaded/parsed? Michael

9/10/2005 10:40:15 AM 8 Michael Vincent van Rantwijk <s...@universum.org>
MX resolve

Is there a way to resolve MX records for a domain in Mozilla? I see nsIDNSResolver and its implementation has no option to resolve MX records nor there is any function in NSPR. Thanks.

9/8/2005 1:13:06 PM 1 bam...@acepoint.cz
Http post

Hi I'm creating a small firefox extension. I need to be able to send a string to a server using POST. I know this is possible with XmlHttpRequest but the thing is, I want the current page to go to the result page of the post. That is, i=B4m on page foo.com, I press a button in the extension and send a string with POST to server bar.com and I want the current window to go to that location. I have some idea that I need to use NSiURI and nsIHttpChannel to do this but can anyone show me a small example? thanks, einar

9/5/2005 11:07:28 PM 4 ein...@gmail.com
How to get response body during "http-on-examine-response" event

This is a multi-part message in MIME format. ------=_NextPart_000_0183_01C5A4B8.6B8DF3D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, Is there any way to get response body during "http-on-examine-response" = event.=20 We have nsiHTTPChannel there, but how to get response body from it. Thanks, Hitesh. ------=_NextPart_000_0183_01C5A4B8.6B8DF3D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META

8/19/2005 6:50:43 AM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
Free Mac Mini from the gratis network. Com on, just check it out. It won't kill you.

<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P><SPAN class=blacktextnb10><FONT face=verdana size=2><A title=Freeminimacs.com href="http://www.FreeMiniMacs.com/?r=21088938"><IMG alt="Free iPods" src="http://www.gratisnetwork.com/images/creatives/minimac2.gif" border=0 FreeiPods.com at></A><BR><BR>This really works. I have already received a free psp</FONT></SPAN></P> </BODY> </HTML>

8/11/2005 3:02:46 AM 0 CMS<ch...@chrisswink.com>
Firefox and multipart

Hi, I think that firefox does not support multipart http responses. Is it correct? These multipart http responses are used in the xhtml browsers implemented in many browsers for mobile devices. Could anybody give me any advice on how to implement this functionality in firefox? (I am a newbie to firefox hacking) Thanks Andrea

7/26/2005 9:06:30 AM 7 "Andrea" <andrea.albe...@gmail.com>
Is nagle/TCP_NODELAY on in nsITransport or nsIServerSocket? (js extension)

I am not sure this is the right group to post this in, but I'm desparate to find a sollution for the following problem. I am creating an Ff extension (Game, Multiplayer PONG), which creates a TCP connection between 2 clients using the (short version) the code below. Every 33ms a client will write a 24 bytes string, which is read/handled by the other client asynchronosly. The problem is that it does not actually write (or read maybe...) every 33ms, but +/- every 200ms a client will receive about 6-7 packages at once. My first guess is that Nagle or TCP_NODELAY is on, but I c

7/22/2005 1:22:31 PM 0 Martijn Kooij <extensi...@captaincaveman.nl>
XML Protocols over HTTP

Hi all, I am trying to understand how best to implement any of the increasing number of XML over HTTP protocols as XPCOM interfaces. I had assumed that the best way maybe to implement my own nsIChannel interface. I had thought the XML-RPC or SOAP intefaces may point the way as XML web services, but the XML-RPC certainly doesn't seem bound to the HTTP interfaces in any way. I know I could just consume nsIHttpChannel myself and parse the output stream, but I am assuming there is a better way looking at the XML-RPC interfaces. Anyone got any thoughts? Cheers, N

7/8/2005 11:26:45 AM 1 Neil Stansbury <neil.stansb...@REPLY_redbacksystems.com>
Re: Convert HTML string into DOM document for manipulation

This is a multi-part message in MIME format. ------=_NextPart_000_0654_01C57D9D.6F622E50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > parser =3D Components.classes["@mozilla.org/xmlextras/domparser;1"] > .createInstance(Components.interfaces.nsIDOMParser); >=20 > xml =3D parser.parseFromString(content, "text/xml"); It does not seems to return, exact "nsIDOMDocument " object. Is there = any other way to get "nsIDOMDocument " object from HTML text. -Hitesh. "pit" <pit@0xff.at> wrote in message = news:pan.2

6/30/2005 12:29:18 PM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
Convert HTML string into DOM document for manipulation

Hiya guys, ok guys here the description of my project. Currently, I had created an extension as a TCP server . My extension will listen to client connection and will receive the html string from the client. Now i want to convert this html string into a DOM document so that I can manipulate it . How am i suppose to do this ? Thanks! Any ideas and help is welcome... Thanks alot!!!! regards, Ken

6/30/2005 2:45:36 AM 4 "ken" <lufia_...@yahoo.com.sg>
HTTP password management

I'd like to write an extension to manage cached HTTP passwords. I've come up with two approaches: 1. Use the history to get a list of locations that might have cached passwords. 2. Simply get a list of cached passwords Neither of these are possible with the current The only interface available via XPCOM (and therefore to extensions) is nsIHttpAuthManager. If you glance at it, you�ll see that the methods let you: * Get one username, password, and domain * Store one username, password, and domain * Remove everything nsHttpAuthCache has a method, ClearAuthE

6/28/2005 8:03:01 PM 0 Nikolas Coukouma <at...@atrus.org>
custom protocol handler broke XBL bindings

Hi, I have written a custom "memory" protocol handler that supposely feeds an XUL page in memory to gecko. However, It only works partially. From debugger, I can see some of the XBL bindings failed. And the resultant page does not show the menubar nor the iframe. This is the page I am trying to load from memory: //------------------------------------------------------------ <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://workspace/skin/" type="text/css"?> <window id="workspace_window" width="640" height

6/28/2005 1:40:48 AM 0 steve lu <steve....@cycast.com>
Re: If data in gzip or other format

This is a multi-part message in MIME format. ------=_NextPart_000_0398_01C57B43.98F3B1A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable >A stream converter is also an nsIStreamListener. For asynchronous=20 > conversion, you just call its=20 > onStartRequest/onDataAvailable/onStopRequest methods, or maybe you can = > directly pass it the nsIInputStreamPump you're probably using. Then, = the=20 > converter will call the nsIStreamListener methods on the listener you=20 > passed to asyncConvertData. I call directly onDataAvailable an

6/27/2005 12:41:10 PM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
How to make plugable protocol links clickable?

Hi, I've written a plugable protocol which handles uri-s of the form xyz://something It works fine whenever I enter xyz://whatever directly into the location-bar. I need to be able to have *clickable* links on HTML pages though like e.g. <a href="xyz://whatever" title="xyz://whatever">xyz://whatever</a> which should have the same effect as entering the location directly into the location-bar. It seems that mozilla doesn't display non-'standard' protocols (http/ftp/mailto) as clickable links. How can I change this behaviour so that xyz:// links will be displayed as any other

6/27/2005 10:30:59 AM 0 "Shane" <shan...@gmx.de>
Re: If data in gzip or other format

This is a multi-part message in MIME format. ------=_NextPart_000_021A_01C578B4.4B285CF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How can I use asynchronous convertors. I created one listener with three functions(onStartRequest, = onStopRequest, onDataAvailable). After that I created streamconvertor in onDataAvilable function. var streamConv =3D = Components.classes["@mozilla.org/streamconv;1?from=3Dgzip&to=3Duncompress= ed"].createInstance(Components.interfaces.nsIStreamConverter); var ret =3D streamConv.asyncConvertData

6/24/2005 6:30:20 AM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
Re: If data in gzip or other format

This is a multi-part message in MIME format. ------=_NextPart_000_0167_01C57823.D4600C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > You can use the gzip stream converter. Ask the = nsIStreamConverterService=20 > (@mozilla.org/streamConverters;1) for a conversion from x-gzip (or = gzip,=20 > or compress) to uncompressed I used following piece of code in onDataAvailable function onDataAvailable: function(request, context, inputStream, offset, count){ var streamConv =3D = Components.classes["@mozilla.org/streamconv;1?from=3Dg

6/23/2005 1:16:13 PM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
If data in gzip or other format

This is a multi-part message in MIME format. ------=_NextPart_000_00E8_01C577EF.C7C6A2A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I am using asynchronous socket I/O in javascript. For that I am passing = listener which has following functions. 1. onStartRequest 2. onStopRequest 3. onDataAvailable(request, context, inputStream, offset, count) In onDataAvailable function I read the data. For that I create first = "nsIScriptableInputStream" by passing input stream and then I read data. var inStream =3D = Componen

6/23/2005 7:03:38 AM 0 "Hitesh Khamesra" <hit...@gs-lab.com>
Create UDP Socket transport for use in Ff/Moz Suite extension

Hi, I only found a very old post on this topic, which was not clear enough for me. So I hope you don't mind me posting the 'same' question again. At the moment I am implementing multiplayer in my PONG! (the game) extension. This is currently done with a 'normal' TCP socket. The TCP socket tends to block up/slow down after sending quite a lot of small packages, so I wanted to see if a UDP socket would hold up better. The packages are at most 32 bytes of game-data, and will at the moment be sent at an interval of 33ms. As far as I could find on the net, there is no implementat

6/20/2005 6:27:43 PM 0 Martijn Kooij <extensi...@captaincaveman.nl>
Showing Image from memory/cache only

Hi all, i'm writing a simple MHT Viewer capable of displaying MHT files received from a servcer with the special content type text/mht. I Implemented a SteamConverter 'from=text/mht&to=*/*', which decodes the MIME and displays the first part. The StreamConv also decodes all additional parts contained in the MHT and stores them in my 'MhtCacheService' service. Then I implemented the mhtcache: protocol, capable of retrieving cached object from my MhtCacheService, this seems to work fine with HTML or other String-ish data. For instance a GIF image wont work, although, when du

6/13/2005 10:50:38 AM 2 ...@0xff.at
Displaying images from memory

Hi, This was originally posted to n.p.m.embedding. I'm embedding Gecko and making my app's GUI entirely in XUL. I'm now stumbled upon this problem: is there a way to display JPEG (bitmap, etc) images that only exist in memory and are not represented by files on a file system? Two first ideas from the top of my head are: 1. to dynamically add images to window chrome somehow and access them using "chrome://" URL (is it at all possible?); 2. implement my own "memory" protocol handler and access images using "memory://" URL (an overkill?). Is there "the proper" method for a

6/8/2005 2:09:55 PM 0 Vitaly Kuvaev <"vitaly dot kuvaev at gmail dot com">
a new streamconverter

Hi, I am a student from Spain. I am working on a project related to mobile communications and we are interested in sending webpages to mobiles as a one simple file. The mobile makes just one request and receives a kind of multipart/related file which contains the html part, the images, etc... For this reason I've developed an streamconverter, similar to nsMultiMixedConverter, which divides the file into parts and stores them into the cache. At the end, it returns, to the httpchannel, the html part. Now, in order to send back the html part to httpchannel at the beginning, I

6/5/2005 8:41:20 PM 4 Mireia Marcet <mireia.mar...@telefonica.net>
nsiChannel problem

Hi All, I am opening nsiChannel to make http request asynchronously. For that i am passing my listener in nsiChannel.asyncOpen, with three function onStartRequest, onStopRequest and onDataAvailable. I have following question on same. Question 1. In onStartRequest function, I am creating nsiHTTPChannel and changing the http header value by using nsiHTTPChannel.setRequestHeader, but I am getting NS_ERROR_IN_PROGRESS error there. How can I resolve this error or I need to do something else to set the header value? Question 2. I create nsiChannel to make http request. Can

6/5/2005 7:44:04 PM 0 hit...@gs-lab.com
adding preference network.http.status.coalesce

Now that I have found out why not all Status messages make it to nsIWebProgressListener::onStatusChange. What is the best way to get support for a change to nsHttpTransaction.cpp that would honor a preference setting. The default for coalesceEvents would still be PR_TRUE, but could be changed to PR_FALSE for those times when seeing every status is important to a listener. This change would slow down every nsHttpTransaction:Init() call by the time it takes to check a preference. This call is made for each http URL fetched. The system would also sacrifice the efficiencies

6/1/2005 12:44:21 PM 3 LeRoyK <ler...@attglobal.net>
[Fwd: Re: caching and XPCOM] (re-sent)

--=-G4OBVHKE8GeezDJKCvk0 Content-Type: multipart/mixed; boundary="=-LHHN8VIKGQClkkHVyv83" --=-LHHN8VIKGQClkkHVyv83 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable --=-LHHN8VIKGQClkkHVyv83 Content-Disposition: inline Content-Description: Forwarded message - Re: caching and XPCOM Content-Type: message/rfc822 Subject: Re: caching and XPCOM From: Reshat Sabiq <sabiq@csociety.org> To: Christian Biesinger <cbiesinger@web.de> Cc: mozilla-netlib@mozilla.org In-Reply-To: <4290D97C.5060508@web.de> References: <1116751369.12561.9.camel@dizustu.ultranet.tv>

5/30/2005 8:33:12 PM 0 Reshat Sabiq <sa...@csociety.org>
missing STATUS messages for Javascript nsiWebProgressListener::onStatusChange()

Hello, I am working on Javascript instrumentation for Firefox 1.0x using a chrome extension. The intent is to time how long it takes for the browser to fetch each element over the network. Even to the extent of timing each phase of the transfer. For example Host Resolution Time, Connection Time, Server Response Time and Delivery Time. Not all elements will resolve a host or make a new connection, but each will have a Server Response Time. My problem is this. I don't see all of the events that I should in onStatusChange. Most of the time some of the STATUS messages that I kn

5/17/2005 12:50:32 PM 7 LeRoyK <ler...@attglobal.net>
Link Link Link

geiler Link: http://tagestipps.info/fclick/fclick.php?16 Gruss Karla

5/17/2005 8:51:01 AM 0 "Karla" <ka...@yahoo.de>
Open/Save remote files over HTTP/S

Hi all, I am trying to emulate the Open/Save dialog in Firefox, but there seem to be multiple ways, and I am struggling to find the best mechanism to achieve this. For saving locally via an HTTP/S stream, in the onload event of my httpRequest I had been: var nsIFile = nsIFileProtocolHandler.getFileFromURLSpec("file://.."); nsIFileOutputStream.init( nsIFile, 0x04 | 0x08 | 0x20, 420, 0 ); var lRet = nsIFileOutputStream.write( httpRequest.responseText, httpRequest.responseText.length ); In retrospect this is silly as although it works, this is o

5/5/2005 12:58:47 PM 1 Neil Stansbury <neil.stansb...@REPLY_redbacksystems.com>
How to use netlib in my projetct?

Hi, I want to write an extension for thunderbird or firefox. The extension will be done in C++ and will use the XMPP protocol in combination with expat parser. As it should become cross-platform i need a cross-platform socket lib. (Async behaviour would be desired) Can I use mozillas netlib for it via XPCOM? How do I use it (where can I find the documentation)? Does it offer direct socket access with event notification mechanism (send/recv)? Does it also offer SSL or do I have to add SSL somehow myselfe? Does it support connections over proxy? Thank you for your help.

5/2/2005 4:12:06 PM 0 aliban <ali...@gmx.net>
XMLHttpRequest > notificationCallbacks fails

Hi all, This is driving me nuts, so I'd appreciate any thoughts on this. I am trying set an nsIProgressEventSink for an XMLHttpRequest's channel, but the sink never fires. I can see the notificationCallback requesting the nsIProgressEventSink interface but that's as far as it gets. // --------------- var nsIProgressEventSink = { onProgress: function(request, context, progress, progressMax) { dump( "\nProgress: " +progress ); }, onStatus: function(request, context, status, statusArg) { dump( "\nStatus: " +status ); }, QueryInterface: function(iid) {

4/29/2005 1:14:43 PM 6 Neil Stansbury <neil.stansb...@redbacksystems.com>
Issue with extracting proxy from PAC file

Hi, I am running into the issue to extract proxy from PAC file. My code is able to work on some situations ie isInNet(), but for dnsDomainIs() it cannot resolve. Could anyone point me what's the issue here? Thanks very much. Explaination: in my pac file, even I pointed my host to 10.11.xxx.xxx, which belongs xxx.net domain. I expect it reutrn fun3(). but it always faile and return DIRECT --the last "else" condition. code snippet: var ios=Components.classes["@mozilla.org/network/io-service;1"].getService(Compo nents.interfaces.nsIIOService); var URI = ios.newURI("my url for p

4/28/2005 4:26:52 AM 1 "John" <johnli1...@hotmail.com>
Netlib and SSL certifications

Hi, I'm cross-posting since I'm not sure if this is primarily a Netlib or a Crypto issue. We're using Netlib as the transport layer for a P2P implementation, using SSL for authentication and encryption. We use the nsSocketTransportService to get an nsISocketTransport interface for incoming connections. By specifying the correct parameters, we get an SSL socket which is what we need. The problem is this: since this is a P2P network, we can't use the domain name of the peer for identification. Instead we have our own identification scheme. But the default implementation of the c

4/19/2005 4:05:12 PM 0 "Matthew Gertner" <matt...@acepoint.cz>
Hey Gang, I Found this site thats offering all the newest ipods for FREE! Like the U2 iPod, Mini iPod, Photo iPods, iPod Shuffle, All in One SITE! Sounds Like a Sweet Deal! Check it out!

The ultimate source for free ipods... Get whichever iPod u want! Can it be any easier? 4GB or 6GB Mini iPods, 20GB or 30GB iPods, 60GB Photo Ipods, the U2 iPod, Even the mini iPod Shuffle, All in one site! Check out this amazing site: "Copy paste the URL Below" http://urlsnip.com/163196

4/12/2005 6:47:49 AM 0 "Sarah Stewart" <vmrna...@tlpmagnf.com>
Extending the chrome protocol handler?

Is there any known way to either extend the chrome protocol handler or install a protocol handler into the chrome registry to be able to map certain chrome URLs in a package to an XPCOM component? I've seen several protocol handler examples, but I'd like to be able to use URL's in the form of chrome://<mypackage>/<myid>/<myparameters>. Thanks Ed

4/12/2005 12:49:51 AM 0 "Ed Anuff" <...@anuff.com>
How To Disable Google Box in FF 1.0.2 source

How can I disable the Google Box on the Firefox Browser? I am building for a closed network that will not have access to the Internet. Thank you

4/7/2005 6:22:00 PM 5 "Steve" <...@moment.net>
Auto fowarding of incomming email

IS there a way to set a rule in Mozilla Mail to autofoward incomming emails to a specified email address - like to have emails fowarded to my cell phones email as a rule. Thanks

3/28/2005 9:40:55 PM 0 TDG <key...@ptd.net>
nsServerSocket ssl suport

Hi, I'd like to ask if there is some possibility to use nsServerSocket as an ssl connection accepting server or if there is some other support for ssl server in necko. I found $\mozilla\security\nss\cmd\SSLsample\server.c sample but transform it to nsIServerSocket implmentation seems to be very dificault maybe impossible. I have been tring to write this implementation in this way: in moment I get an ssl socket in handle_connection() function (result of setupSSLSocket() function call) I apply to it a piece of code from existing nsServerSocket impl: nsRefPtr<nsSocketTransport

3/16/2005 11:23:17 AM 3 bam...@acepoint.cz
nsServerSocket ipv6 binding

Hi, I'd like to know how to bind the server socket to listen on ipv6 address. I'm novice in ipv6 usage and now I use this piece of code: {... pServerSocketIpv6 = do_CreateInstance("@mozilla.org/network/server-socket;1", &rv); NS_ENSURE_SUCCESS(rv, rv); NS_ASSERTION(pServerSocketIpv6 != nsnull, "Instance of server socket is null"); PRNetAddr addr; PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, m_nPort, &addr); rv = pServerSocketIpv6->InitWithAddress(&addr, 5); NS_ENSURE_SUCCESS(rv, rv); ....} There is an assert fail inside of the InitWithAddress(). Has any body any

3/15/2005 7:05:39 PM 9 bam...@acepoint.cz (honza_b)
server sockets

When Thunderbird start a extension creates a server socket and when Thunderbird is closed the server socket should be closed. The problem is the socket is not closing on the Linux platform. Thunderbird start m_serverSocket = Components.classes["@mozilla.org/network/server-socket;1"]. createInstance(Components.interfaces.nsIServerSocket); m_serverSocket.init(iPopPort, true,-1); m_serverSocket.asyncListen(listener); Thunderbird close m_serverSocket.close() steps First time I start TB (Firefox is not running), and click on any link in any of my emails, a new

3/11/2005 2:24:08 AM 1 Comodo Dragon <Somewh...@EndOfTheRainbow.com>
7521 monografia monografias teses =?ISO-8859-1?Q?disserta=E7=F5es?= trabalhos escolares 7521

O site Monografia express auxilia estudantes e profissionais na prepara��o de suas pesquisas. Temos uma equipe preparada para o desenvolvimento de monografias e projetos de monografia para a conclus�o de cursos de gradua��o, p�s-gradua��o e especializa��o. Tamb�m desenvolvemos a formata��o de monografias de acordo com as normas da ABNT (Associa��o Brasileira de Normas T�cnicas) ou conforme as regras de sua Faculdade/Universidade. Os servi�os s�o desenvolvidos por profissionais altamente capacitados, ou seja, pessoas preparadas especialmente para este tipo de servi�o e

3/8/2005 6:46:14 PM 0 "monografia " <monogra...@xfdgr.com>
nsIEventQueueService::CreateThreadEventQueue

Hi all, I'd like to know more about this method (see subject). I need to call it in another then the main thread (e.g. one of io thread fro the pool or socket transport service thread) to create event queue to make nsIInputStreamPump be able to run on other then the main thread. But this is not possible - i got assertion "Native event queues should only be used on the main thread" during call of the method mentioned in subject. Pump is initialized succesfully (no error code is returned) but is not working (no callback are given). Similar problem is during initialization of nsAsy

3/7/2005 7:11:09 PM 6 bam...@acepoint.cz
chip tuning - chip =?ISO-8859-1?Q?convers=E3o?= - tuningchip - =?ISO-8859-1?Q?=E1lcool?=

Quer economizar ganhando Pot�ncia? Temos chip de convers�o gasolina para �lcool trazendo uma boa economia mensal. Para convers�o a �lcool veja exemplo de Economia: Veiculo: Fiat palio 1.0 8v ano 98 com 78.000 km Media feita com 1.500 km rodados entre cidade e estrada Gasolina:1500km consumo (10km/l)=150lts x r$1.85 = r$ 277,50 �lcool: 1500km consumo (7,5km/l) = 200lts x r$ 0,70 = r$ 140,00 Diferen�a (economia no bolso!) = r$ 137,50 Pre�o especial apenas para as 100 primeiras vendas. Quer economizar ganhando Pot�ncia? Temos chip de co

3/4/2005 2:18:42 PM 0 chip tuning - tuning chip - chip =?ISO-8859-1?Q?convers=E3o-?= turbo gti <tuningc...@chiptuning.alco
problem: standalone application as parent process accessing firefox browser (child process).

hi, I am planning to write a standalone windows application in c++ which launchs firefox browser then passing url to firefox and submitting html form on the behalf of firefox browser. I am not clear if I can use standalone application to access interface exposed by firefox browser which aleready is launched and is a child process of my application instance. In windows, we can access IWebBrowser2 of ie browser from another process, if we are able to do it in firefox case? Anyone can give me any hints? Thanks very much in advance! John

3/2/2005 7:43:47 PM 0 "John" <johnli1...@hotmail.com>
Working example for using sockets with XPCOM using JavaScript?

I'm trying to work with sockets in a JavaScript program. I'm not too much experienced with Mozilla's XPCOM interface (but would like to be... ;-) ). I found a socket programming example at http://xulplanet.com/tutorials/mozsdk/sockets.php . Unfortunately, I can't get it to work. The response returned from the remote server are never printed to the screen (in xpcshell). By adding some more print commands I get the impression that the onDataAvailable function is never called. Can anybody tell me what's wrong with this example (or with my installation) or give me a pointer

2/27/2005 3:16:23 PM 1 "Manfred Haertel, DB3HM" <Manfred.Haer...@rz-online.de>
Studio Traffic ENG

<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1"> </HEAD> <BODY link="#0000ff" alink="#0000ff" vlink="#0000ff"> <TABLE width="100%" bgcolor="#3366cc" cellpadding="0" cellspacing="0"> <TR> <TD>&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> </TR> <TR> <TD align="middle"> <TABLE width="90%" valign="middle" bgcolor="#ffcc31" cellpadding="0" cellspacing="0"> <TR> <TD>&nbsp;</TD> </TR> <TR> <TD align="middle"> <TABLE width="95%" valign="middle" bgcolor="#ffffff" cellpadding="40" cellspacing="0"> <TR> <TD style="FONT-FAMILY: verdana, arial">

2/24/2005 7:38:26 AM 0 Neamailer<neamai...@mailinator.com>
How to replace HTML file upload form with JavaScript ?

Hi, How can I replace the functionality of an HTML file widget form like this <form enctype="multipart/form-data" method="POST" action="http://server/filehandler"> Local file: <input name="clientfile" type="file"/> <input name="submit" type="submit" value="Upload"/> </form> with pure JavaScript? This form works fine with the server-side script, where the uploaded file is saved to a temporary file that can be worked on. But the reason why I want to do this in JavaScript is to allow the user to select multiple files with a nsIFilePicker and then send each file to the

2/21/2005 11:55:49 PM 2 "Bjorn Thor Jonsson" <ban...@gmail.com>
health insurance 254

Everything on Health Insurance! Much information and services! Compare affordable health insurance plans side-by-side online. Free instant quotes. Choose, apply and buy online. Compare 4000 plans Great rates, full coverage Insurance to fit your life. A group of health insurance companies have launched a Web site where small-business owners can learn more about health savings accounts. They may not be living, breathing things (although at times they seem to have minds and wills of their own), yet our cars are similar to our bodies in the sense that we can mai

2/13/2005 7:07:57 PM 0 "msn messenger" <emoti...@messenger.msn.gratis.free>
Using 'ext-to-type-mapping' to handle files served without MIME type

Andre Pang started a thread a few weeks back that touched on something with which I've been fighting. I'm working on an extension that handles files of MIME type 'application/x-foo' (with most files of this type being of extension 'foo'). If a user clicks on a link to a file that gets served as this MIME type, the extension gets invoked. However, if the web server doesn't serve the file as this MIME type, the extension does not get invoked. All of which is expected. But I wanted to handle these as well. So I dug around for far too long trying to figure out how to register the

2/10/2005 8:09:25 AM 16 "naltrexone" <naltrexon...@yahoo.com>
Perceived Software Quality Survey (PESQUS) for Mozilla

Dear Mozilla Developers and Users: We are conducting empirical research on the quality and interface aspects of various software. Therefore, we are investigating the quality of Mozilla as perceived by its users. For this purpose, we have created a short survey. We would highly appreciate it if you could follow the link below and fill out this survey: http://www.umbc.edu/hase/mozilla-pesqus-survey.html Many thanks for your help. HASE HUMAN ASPECTS of SOFTWARE ENGINEERING INFORMATION SYSTEMS DEPARTMENT, UMBC hase@umbc.edu All HASE surveys are reviewed and approved by the

1/25/2005 9:03:27 PM 0 Human Aspects of Software Engineering <h...@umbc.edu>
Process some XML from browser extension instead of generic XML view.

Hello! My extension for Mozilla and FireFox processes some type of XML files. Unfortunately, servers send these files with differetn (and generic) ContentType, like `text/xml', `applicatiion/xml' and even `application/octet-stream'. I can not fix all servers, of course :) Only way to detect `proper' XML for my extension is to check root element of parsed XML. I need to get notification when XML parser or XML viewer (component, which draws generic XML as tree) parses such `generic XML' (or starts to parse and extract first element). Is it possible? Lev Serebryakov Pr

1/21/2005 2:31:59 PM 0 Lev Serebryakov <blackl...@gmail.com>
Launching chromes via nsIContentHandler

Hi all, I've written an application in Mozilla (XUL + Javascript) which is a user interface for a particular type of data stored at a remote URL. This works great; I can simply type the chrome:// URL for the Mozilla app into the browser's location bar to start the application, and I'm currently passing the chrome the remote URL to operate on via the query parameter. e.g. if some remote data is stored at http://www.example.com/data.foo, I'm currently doing this: chrome://fooviewer/content/fooviewer.xul?http://www.example.com/ data.foo What I'm having troub

1/19/2005 1:25:53 PM 0 Andre Pang <oz...@algorithm.com.au>
cache and headers Expires, Cache-Control max-age

Is it a normal behavior that with following http headers the document is registered in cache in Firefox. I thought from rfc2616 section 14.9.3 that header Cache-Control: max-age=3D3600 would have override header Expires: 0 ---- begin-excerpts ---- If a response includes both an Expires header and a max-age directive, the max-age directive overrides the Expires header, even if the Expires header is more restrictive. This rule allows an origin server to provide, for a given response, a longer expiration time to an HTTP/1.1 (or later) cache than to an HTTP/1.0 cache. This might be u

1/14/2005 8:46:51 PM 0 ...@korem.com
How to inspect http/https request in Mozilla?

Hi all, I am doing a little project that adds some code to the firefox browser so it can inspect every outgoing http/https request, before the request is sent out. I have gone through the book "Creating XPCOM Components" by Doug Tuner and Ian Oeschger to get an overall idea on how to write code in Mozilla, and the book is quite helpful. The weblock example in the book is kind of like what I need to do, but I am not sure if the nsIContentPolicy's ShouldLoad method is called before or after the http request is ent out? If it is after the request sent out, what other event

1/14/2005 8:00:21 PM 0 Alan Pine <x3...@yahoo.com>
Necko SDK

Hi, Can any one tell me where can find the latest Gecko SDK files which contains files like nsIProxiedProtocolHandler.h, nsNetCID.h etc. Thanks and Regards, Anindya

1/13/2005 12:11:20 PM 1 "Anindya" <c...@rediffmail.com>

Pages:











Newest Articles

[Hendrix] On a Mac - Can't Uninstall Yahoo Toolbar
53 min. 44 sec. ago

[Hendrix] Flash player window mis-placed if the page is reloaded at background tab
58 min. 25 sec. ago

[Hendrix] complaint
1 hour 2 mins ago

[Hendrix] MLS players ticket to thump if no do business near March 25
1 hour 12 mins ago

[Hendrix] are you kidding me or what?
1 hour 16 mins ago