&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
firefox-addon
1
vote
1
answer
54
views
Firefox extension automatic update feature
I am following the tutorial at http://www.borngeek.com/firefox/automatic-firefox-extension-updates/ to make my FF extension can be updated…
firefox
tomcat
firefox-addon
asked
June 24, 2011 4:44 am CDT
user200340
0
votes
1
answers
26
views
Get last keyword of a Google search with a Javascript regex
I'm using a javascript regex to extract the keyword from a Google search. ( Extract keyword from Google search in Javascript ) The answer from the…
javascript
regex
url
firefox-addon
asked
June 23, 2011 5:12 am CDT
Bruno
1
vote
1
answers
28
views
Communicating to server from Firefox extension
I'm looking to make an HTTP POST request to a PHP script on a server from a Firefox extension and get JSON in return. The amount of data that I…
javascript
http
firefox-addon
asked
June 1, 2011 1:43 pm CDT
Kyle S
0
votes
1
answers
37
views
Firefox addon,javascript, stop HTTP/DNS request (tiny/quick question)
Hi! I have this simple piece of code in my JS file: AdultURL_FilterUrl = second_node.getElementsByTagName('filterdomain')[0].firstChild.nodeValue;…
javascript
firefox
firefox-addon
dns
asked
May 29, 2011 10:12 am CDT
Ryan
1
vote
1
answers
41
views
Is there _ANY_ method to connect to a mysql server from XULRunner/Firefox add-on?
How to connect to a MySQL Server from a Firefox add-on? Is there a way to connect directly to a mysql server? I have tried: package "MySQLXPCOM" is…
mysql
development
firefox-addon
xulrunner
asked
May 26, 2011 6:35 am CDT
mythbu
0
votes
0
answers
26
views
Firefox adding some data into simple storage
Hi! I am learning how to make firefox extensions and have gotten totally confused... so I thought I would start from the basics again. Can you make…
sqlite
firefox
firefox-addon
xul
extensions
asked
May 16, 2011 10:45 am CDT
Ryan
0
votes
0
answers
30
views
Binding parameters problem
What is wrong with this code? I'm debugging it with Venkman debugger and it stops on line 44. Line 43 is OK. 34 let file =…
debugging
sqlite
firefox-addon
asked
May 14, 2011 12:11 pm CDT
xralf
3
votes
6
answers
44
views
Is there any way to see current query response time in browser?
Hi, Is there any way to see current mysql query and its response time in browser? I am working on simple php not on any framework. Anybody know any…
php
mysql
firefox-addon
asked
May 12, 2011 12:54 am CDT
user729022
0
votes
1
answers
35
views
SSL/TLS1.0 support through code
Hi, I want to develop one Add-on/extension, which will communicate with one server over TCP socket. I want to make this communication secure by…
ssl
firefox-addon
tls
asked
May 10, 2011 4:50 am CDT
vishaln
0
votes
1
answers
39
views
Read HTTP response from firefox extension
Hi, Completly new to firefox extensions. I can't seem to find much information on reading the HTTP response, is it possible? Anyone have any ideas?…
javascript
http
firefox-addon
request
response
asked
May 6, 2011 10:00 am CDT
bond425
0
votes
1
answers
34
views
HandleResult called multiple times on executeAsync?
Following the Storage doc on MDC I've written something to read some history and show it in a textbox: var dbConnection =…
javascript
sqlite
firefox-addon
storage
asked
May 5, 2011 1:41 am CDT
RandomEngy
2
votes
1
answers
38
views
Updating a XPI to be compatible with FF 4.0?
An extension that I wrote stopped working as the user base started migrating to Firefox 4 and now I'm trying to find ways to update it to be…
http
firefox
firefox-addon
firefox4
xpi
asked
April 27, 2011 12:26 pm CDT
Kalle
1
vote
1
answers
53
views
Http post from firefox extension to ASP.NET
I want to be able to send a simple http post from my firefox extension to my ASP.NET application. From the client side, I have used XMLHTTPRequest…
asp.net
http
firefox-addon
asked
April 24, 2011 4:30 pm CDT
michelle
0
votes
2
answers
33
views
Finding SSL issuer for a domain with Firefox
i bought ssl certificates from a budget issuer and have lost track of who they are. is there a method of clearing all certs from firefox,…
ssl
firefox-addon
asked
April 22, 2011 1:02 pm CDT
Marc Condon
0
votes
0
answers
52
views
Fetch the redirect object body in firefox extension
Hi, I am trying to fetch the http object content/body via registering a stream listener to channel when receiving "http-on-modify-request"…
javascript
http
firefox-addon
xpcom
firefox-3
asked
March 11, 2011 3:36 am CST
winterTTr
0
votes
2
answers
52
views
How to debug web connection in firefox on TCP level?
I have a spooky case - my unlimited stream from server we created (live generated, FLV file with undeclared length) which shall be played via flash…
debugging
http
firefox
tcp
firefox-addon
asked
February 19, 2011 4:32 am CST
Kabumbus
0
votes
1
answers
53
views
Last inserted id from SQLLite in FireFox add-on
Hello folks, im writing addon for firefox and use SQLLite trough XPCOM. Can anyone explain how to get last inserted id from autoincrement column?
sqlite
firefox-addon
xpcom
asked
February 3, 2011 12:19 pm CST
Alexey Kruchenok
0
votes
0
answers
102
views
How to use Foreign key concept in Sqlite Manager for Xcode projects?
Hi sir i am anand, i want to use foreign key concept in sqlite database. How can it possible in Firefox SQLite Manager? Please give me reply to my…
xcode
sqlite
firefox-addon
foreign-keys
asked
February 1, 2011 7:07 am CST
Anand
0
votes
0
answers
124
views
Modify the post data of a request in firefox extension
I am trying to trap an http request, change some of its post parameters and send the modified request. I tried using the setData method of upload…
http
firefox
firefox-addon
xmlhttprequest
asked
January 25, 2011 3:06 am CST
divya
0
votes
2
answers
62
views
Is there any way to save and resend HTTP requests?
I have a really buggy web application at work. In order to avoid using its interface, I want something that will save the HTTP requests I send with…
http
firefox
web-applications
httpwebrequest
firefox-addon
asked
January 11, 2011 1:38 am CST
mstaniloiu
Pages
:
1
|
2
>
21
firefox-addon
Tagged:
firefox-addon
Related Tags
http
× 8
firefox
× 8
javascript
× 7
sqlite
× 5
mysql
× 3
ssl
× 2
debugging
× 2
php
× 2
xpcom
× 2
xpi
× 1
httpwebrequest
× 1
response
× 1
tls
× 1
web-applications
× 1
tomcat
× 1
xcode
× 1
foreign-keys
× 1
xulrunner
× 1
development
× 1
xul
× 1
regex
× 1
request
× 1
firefox4
× 1
tcp
× 1
extensions
× 1
url
× 1
firefox-3
× 1
xmlhttprequest
× 1
dns
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy