WareSeeker Search Software

mozilla


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Mozilla::ConsoleService 0.03


linux Programming->Libraries Free
View Detail
Download Mozilla::ConsoleService 0.03Download Mozilla::ConsoleService 0.03
0.032 MB
Mozilla::ConsoleService is a Perl interface to Mozilla nsIConsoleService.

SYNOPSIS

use Mozilla::ConsoleService;

Mozilla::PromptService::Register(sub { print $_[0]; });

Mozilla::ConsoleService uses Mozilla nsIConsoleService to pass log messages to perl code, similar to JavaScript Console in Mozilla.

For more detailed documentation on nsIConsoleService see Mozillas documentation.


Tags:
2

Mozilla::nsID 0.01


linux Programming->Libraries Free
View Detail
Download Mozilla::nsID 0.01Download Mozilla::nsID 0.01
0.032 MB
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class.

SYNOPSIS

use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});

my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});

# And now $id1 equals $id2

This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.


Tags:
3

Mozilla::ObserverService 0.03


linux Programming->Libraries Free
View Detail
Download Mozilla::ObserverService 0.03Download Mozilla::ObserverService 0.03
0.033 MB
Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService.

SYNOPSIS

use Mozilla::ObserverService;

my $cookie = Mozilla::PromptService::Register({
http-on-examine-response => sub {
my $http_channel = shift;
print $http_channel->responseStatus;
},
});

# We dont need it anymore...
Mozilla::PromptService::Unregister($cookie);

Mozilla::ObserverService uses Mozilla nsIObserverService to allow perl functions register for notifications.

For more detailed information see Mozillas nsIObserverService documentation.


Tags:
4

Mozilla::PromptService 0.03


linux Programming->Libraries Free
View Detail
Download Mozilla::PromptService 0.03Download Mozilla::PromptService 0.03
0.034 MB
Mozilla::PromptService is a Perl interface to the Mozilla nsIPromptService.

SYNOPSIS

use Mozilla::PromptService;

Mozilla::PromptService::Register({
Alert => sub {
my ($parent, $title, $dialog_text) = @_;
# do something smart on alert ...
},
# Prompt callback should return result
Prompt => sub { return "Prompt Result" },
DEFAULT => sub {
my ($name, $parent, $title, $dialog_text) = @_;
# some other confirmation is needed
}
}

Mozilla::PromptService uses Mozilla nsIPromptService to allow perl callbacks on prompt events.

For a much more detailed information on nsIPromptService see documentation on mozilla.org


Tags:
5

Mozilla Sunbird 0.7


windows Information Management->Misc Collection Managers Free
View Detail
Download Mozilla Sunbird 0.7Download Mozilla Sunbird 0.7
4.87MB
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. Sunbird is the standalone form of the Mozilla Calendar. Both use the same base code so their functionality is the same and they share the same bugs and bug fixes. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.
Sunbird is our standalone calendar application. It doesnt need another client application to run at the cost of a larger download and higher memory requirements. Because of its standalone nature, Sunbird does not offer any kind of tight integration with an e-mail application, such as Mozilla Thunderbird.
Tags:
6

Mozilla Quickstarter 0.6


linux Internet->HTTP Free
View Detail
Download Mozilla Quickstarter 0.6Download Mozilla Quickstarter 0.6
0.63 MB
Mozilla Quickstarter runs an instance of Mozilla in background.

As I still dont detect if there is any instance of Mozilla running, you should close all your Mozilla applications before start it.

The window of Mozilla that MozillaQs creates will show the url of your home page in Mozilla. If you dont like this you only must add about::blank in your preferences.

I have some translations pending, but I was not able to include them due to some problems with my project of kdevelop.

Also I would like to include some icons, but I have problems with them too. So you must have installed the crystal icon package for run MozillaQs perfectly.

The reason for deleting the other applications (composer, chat and addresbook) from the menu is that they cause some problems (they dont use the perfil that the user is using)and you should launch they from a new instance of Mozilla that you launch from MozillaQs (I have this problem in Fedora Core 2 without using MozillaQs and I dont know how to solve this)

Tags:
7

Mozilla Sunbird 0.5


linux Office->Scheduling Free
View Detail
Download Mozilla Sunbird 0.5Download Mozilla Sunbird 0.5
7.9 MB
Mozilla Sunbird Project is a redesign of the Calendar component. Our goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future.

Our intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.

In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.

Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)

Tags:
8

Mozilla Sunbird 0.9


windows Business Finance->Calendars Planners FREE
View Detail
Download Mozilla Sunbird 0.9Download Mozilla Sunbird 0.9
5 MB
A redesign of the Mozilla Calendar component

Mozilla Sunbird is a redevelopment of the Mozilla Calendar extension. Our goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. At the moment the "Sunbird" name is a project name. It is not official and may change in the future.

Our intended user is someone who uses Mozilla Firefox (or another browser) as his browser, Mozilla Thunderbird (or another mail client) as his mail client and wants a calendar application based on Mozilla.

In addition, by focusing solely on standalone calendar, we believe we can make some dents in the overall footprint and performance of the calendar application by removing components and chrome we dont need.

At the moment Sunbird is in an experimental stage. Although it is quite stable, we recommend it for testing purposes only.

Changes from previous version

· New storage architecture handles calendars with hundreds or thousands of events more responsively.
· More intuitive interface shows you more of what you need, and less of what you dont.
· Redesigned preferences allow you to easily customize Sunbird for your needs.
· Add-ons support allows you to extend Sunbirds functionality with extensions, themes, and language packs from addons.mozilla.org.
· New Windows installer makes it easier than ever for Windows users to install Sunbird.
· Better printing gives you more ways to print your calendars. Mac users can now print as well!
· 24-hour views show you your entire day, not just a few hours.
· Reliable alarms ensure you are notified about events or tasks.
· Improved localization support means Sunbird can easily install, enable, and disable language packs.
· Vastly improved reliability makes it much more difficult to lose data.
· Many performance improvements


Tags:
9

Mozilla 1.7.13


linux Internet->HTTP Free
View Detail
Download Mozilla 1.7.13Download Mozilla 1.7.13
13 MB
Mozilla project is an open-source Web browser, designed for standards compliance, performance and portability.

Mozilla is a project to continue Netscape Communicator as an open project.

The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.

Here are some key features of "Mozilla":

Navigator

· Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.

· Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.

· Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.

· Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.

· Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.

Mail & Newsgroups

· Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.

· Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.

· Mozilla supports Multiple Accounts to help you manage all your mail through one interface.

· Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.

Composer

· Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.

Tags:
10

Mozilla 1.7.13


mac Utilities->Internet Utilities Free
View Detail
Download Mozilla 1.7.13Download Mozilla 1.7.13
13 MB
Mozilla is an open-source web browser, designed for standards compliance, performance, and portability.

Whats New in This Release:

· Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens
· Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only)
· Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement
· Fix to restore InstallTrigger.getVersion() for Extension authors
· Fix a crash in mail when stopping a search and then searching again
· Other stability and security fixes.




Tags:
11

Mozilla 1.7.12


windows Network Internet->Browsers Free
View Detail
Download Mozilla 1.7.12Download Mozilla 1.7.12
11.4 MB
Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.

Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.


Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
Tags:
12

Mozilla XForms 0.8.6ff2


windows System->Browser Tweak FREE
View Detail
Download Mozilla XForms 0.8.6ff2Download Mozilla XForms 0.8.6ff2
220 KB
Firefox extension that will provide XForms support for Firefox and Mozilla

Mozilla XForms is a small extension that will provide XForms support for Firefox and Mozilla

Requirements:

·

Changes from previous version

· Requires Firefox 2.0.0.13


Tags:
13

Mozilla::DOM::ComputedStyle 0.02


linux Programming->Libraries Free
View Detail
Download Mozilla::DOM::ComputedStyle 0.02Download Mozilla::DOM::ComputedStyle 0.02
0.032 MB
Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function.

SYNOPSIS

use Mozilla::DOM::ComputedStyle;

Get_Computed_Style_Property($mozilla_window, $element, $property_name);

This module makes possible to get computed style properties from Mozilla DOM. See documentation for window.getComputedStyle JavaScript function.

EXPORT

Get_Computed_Style_Property($window, $element, $property_name)

This is the only function in this module. It returns property < $property_name > of DOM element $element of $window.


Tags:
14

Mozilla Lightning 0.5


linux Internet->HTTP Free
View Detail
Download Mozilla Lightning 0.5Download Mozilla Lightning 0.5
2.0 MB
Mozilla Lightning is a redesign of the Calendar component. Its goal is to tightly integrate calendar functionality (scheduling, tasks, etc.) into Mozilla Thunderbird.

Here are some key features of "Mozilla Lightning":

· Better Thunderbird integration
· emailtask linkage
· Integration with the Thunderbird address book
· iMIP support (meeting invitations)
· Improved CalDAV support
· Cached calendar support for offline calendar use
· Device synchronization

Mozilla Lightning Project has the following other editions available: Mozilla Lightning Project for Windows and Mozilla Lightning Project for Linux.


Tags:
15

Mozilla::Backup 0.06


linux Programming->Libraries Free
View Detail
Download Mozilla::Backup 0.06Download Mozilla::Backup 0.06
0.031 MB
Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles.

SYNOPSIS

$moz = Mozilla::Backup->new();
$file = $moz->backup_profile("firefox", "default");

This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as Firefox or Thunderbird.

Method calls may use named or positional parameters (named calls are recommended). Methods are outlined below:

new

$moz = Mozilla::Backup->new( %options );

Creates a new Mozilla::Backup object. The options are as follows:

log

A Log::Dispatch object for receiving log messages.
This value is passed to plugins if they accept it.

plugin

A plugin to use for archiving. Plugins included are:
Mozilla::Backup::Plugin::Zip

Saves the profile in a zip archive. This is the default plugin.

Mozilla::Backup::Plugin::FileCopy

Copies the files in the profile into another directory.

Mozilla::Backup::Plugin::Tar

Saves the profile in a tar or tar.gz archive.

You may pass options to the plugin in the following manner:

$moz = Mozilla::Backup->new(
plugin => [ Mozilla::Backup::Plugin::Tar, compress => 1 ],
);
exclude

An array reference of regular expressions for files to exclude from the backup. For example,

$moz = Mozilla::Backup->new(
exclude => [ ^history, ^Cache ],
);

Regular expressions can be strings or compiled Regexps.

By default the Cache, < Cache.Trash > folders, XUL cache, mail folders cache and lock files are excluded.


Tags:
16

Mozilla Lightning 0.7


windows Information Management->Misc Collection Managers Free
View Detail
Download Mozilla Lightning 0.7Download Mozilla Lightning 0.7
1.90MB
Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since its an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
Tags:
17

Daves Mozilla Booter 0.5


mac Utilities->Others Free
View Detail
Download Daves Mozilla Booter 0.5Download Daves Mozilla Booter 0.5
53 KB
Dave s Mozilla Booter was made to launch Mozilla applications (such as Firefox) with the Profile Manager switch on a Mac without having to type: /Applications/Firefox.app/Contents/MacOS/firefox -profilemanager into a terminal.

This release is limited to searching only the /Applications folder for a limited set of applications. I will add a more complete feature set towards the 1.0 release.

The software will scan your /Applications/ folder for the following applications:
- Firefox.app
- Mozilla.app
- Thunderbird.App
- BonEcho.app
- Seamonkey.app


Tags:
18

Mozilla XForms 0.7.0.1


windows System->Browser Tweak Free
View Detail
Download Mozilla XForms 0.7.0.1Download Mozilla XForms 0.7.0.1
175 KB
Mozilla XForms is a small extension that provides XForms support for Firefox and Mozilla


Tags:
19

Mozilla Afrikaans Language Pack


linux Programming->Localization Free
View Detail
Download Mozilla Afrikaans Language PackDownload Mozilla Afrikaans Language Pack
0.48 MB
The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans.

All functions, errors, menus, and buttons are translated into Afrikaans.

Tags:
20

Mozilla XForms 0.8.0.3


windows System->Browser Tweak Free
View Detail
Download Mozilla XForms 0.8.0.3Download Mozilla XForms 0.8.0.3
208 KB
Mozilla XForms description
Firefox extension that will provide XForms support for Firefox and Mozilla Mozilla XForms is a small extension that will provide XForms support for Firefox and Mozilla


Requirements:

· Firefox 2.0 - 2.0.0.

Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket