Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fast programming

0 views
Skip to first unread message

SmithF

unread,
Jan 7, 2010, 5:38:26 PM1/7/10
to
I have not looked yet at the source code so don't flame me on this.

I have to do this:
1. Request a page and have firefox process it as normal. Firefox
should have processed all the scripts on it and if it had any remote
scripts to get, then get them and process them.
2. I do not need to view the page but I need to save it to a file.

The functions should be as highly abstract as possible, something like
an API so that my program will resist through the new releses of
firefox. Also I want to be able to remove all the junk that is not
necessary for my program without much hassle. That means not to have
to dig to much in the inner layers to remove code, but this is
optional.

I will take a look at the source sometime soon and will come back to
add to this thread on my findings.

Thank you for your time.

SmithF

unread,
Jan 7, 2010, 5:45:06 PM1/7/10
to
Also I want to be able to access all the variables that a script in a
web page can access. I want to access the cookies. I want to modify
the strings that firefox send when it does a GET HTTP.

SmithF

unread,
Jan 13, 2010, 10:58:10 AM1/13/10
to
My strategy has completely modified after I have understood how the
mozilla framework works.
Anyway my question was to ambiguous as I see now.
For all who want to start to modify firefox you have to learn xpcom,
they have a very good explanation of it at the developer network.
My solution to my problem was an implementation of a new protocol.
Some good articles which don't f**k your time like the xpcom book are
on kb.mozillazine.org in Development article at D letter.
0 new messages