Merge lp:~guerrilla/psiphon/sprint3-457334 into lp:psiphon

Proposed by Dmitry Semyonov
Status: Needs review
Proposed branch: lp:~guerrilla/psiphon/sprint3-457334
Merge into: lp:psiphon
Diff against target: 11766 lines (+11162/-0)
107 files modified
trunk/testing/autotests/ReadMe (+65/-0)
trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json (+1/-0)
trunk/testing/autotests/ff_profile/cert_override.txt (+4/-0)
trunk/testing/autotests/ff_profile/compatibility.ini (+5/-0)
trunk/testing/autotests/ff_profile/compreg.dat (+1932/-0)
trunk/testing/autotests/ff_profile/extensions.cache (+4/-0)
trunk/testing/autotests/ff_profile/extensions.ini (+6/-0)
trunk/testing/autotests/ff_profile/extensions.rdf (+75/-0)
trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest (+6/-0)
trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf (+30/-0)
trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt (+13/-0)
trunk/testing/autotests/ff_profile/localstore.rdf (+57/-0)
trunk/testing/autotests/ff_profile/mimeTypes.rdf (+67/-0)
trunk/testing/autotests/ff_profile/pluginreg.dat (+80/-0)
trunk/testing/autotests/ff_profile/prefs.js (+28/-0)
trunk/testing/autotests/ff_profile/search.json (+1/-0)
trunk/testing/autotests/ff_profile/urlclassifierkey3.txt (+2/-0)
trunk/testing/autotests/ff_profile/xpti.dat (+1434/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php (+46/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php (+14/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php (+26/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php (+18/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php (+31/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php (+40/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php (+65/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php (+2755/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/UserActions.php (+61/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/bootstrap.php (+16/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/configuration.xml (+26/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon10TestCase.php (+44/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon11TestCase.php (+52/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon12TestCase.php (+82/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon13TestCase.php (+37/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon14TestCase.php (+47/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon16TestCase.php (+37/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon17TestCase.php (+46/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon18TestCase.php (+35/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon19TestCase.php (+30/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon1TestCase.php (+42/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon20TestCase.php (+27/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon21TestCase.php (+35/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon22TestCase.php (+120/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon23TestCase.php (+49/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon24TestCase.php (+43/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon25TestCase.php (+35/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon26TestCase.php (+55/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon27TestCase.php (+63/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon28TestCase.php (+93/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon29TestCase.php (+42/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon2TestCase.php (+41/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon30TestCase.php (+38/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon31TestCase.php (+110/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon32TestCase.php (+49/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon33TestCase.php (+61/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon34TestCase.php (+64/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon35TestCase.php (+34/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon36TestCase.php (+119/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon37TestCase.php (+48/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon38TestCase.php (+311/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon39TestCase.php (+73/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon3TestCase.php (+43/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon40TestCase.php (+80/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon41TestCase.php (+58/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon43TestCase.php (+60/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon44TestCase.php (+61/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon45TestCase.php (+66/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon46TestCase.php (+71/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon47TestCase.php (+54/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon48TestCase.php (+63/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon49TestCase.php (+37/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon4TestCase.php (+37/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon50TestCase.php (+23/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon51TestCase.php (+28/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon52TestCase.php (+79/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon53TestCase.php (+113/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon54TestCase.php (+64/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon55TestCase.php (+55/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon56TestCase.php (+66/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon57TestCase.php (+66/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon58TestCase.php (+75/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon59TestCase.php (+60/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon5TestCase.php (+48/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon60TestCase.php (+41/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon61TestCase.php (+28/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon62TestCase.php (+121/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon63TestCase.php (+38/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon64TestCase.php (+40/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon65TestCase.php (+40/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon66TestCase.php (+58/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon67TestCase.php (+70/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon68TestCase.php (+30/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon69TestCase.php (+22/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon6TestCase.php (+45/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon70TestCase.php (+33/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon71TestCase.php (+72/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon72TestCase.php (+66/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon74TestCase.php (+57/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon75TestCase.php (+69/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon7TestCase.php (+12/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon8TestCase.php (+54/-0)
trunk/testing/autotests/psiphoneAutoTests/Test Files/tests/Psiphon9TestCase.php (+53/-0)
trunk/testing/autotests/psiphoneAutoTests/index.php (+6/-0)
trunk/testing/autotests/psiphoneAutoTests/nbproject/private/private.properties (+5/-0)
trunk/testing/autotests/psiphoneAutoTests/nbproject/private/private.xml (+4/-0)
trunk/testing/autotests/psiphoneAutoTests/nbproject/project.properties (+11/-0)
trunk/testing/autotests/psiphoneAutoTests/nbproject/project.xml (+9/-0)
trunk/testing/autotests/selenium_start (+1/-0)
To merge this branch: bzr merge lp:~guerrilla/psiphon/sprint3-457334
Reviewer Review Type Date Requested Status
Psiphon Inc. Pending
Review via email: mp+40834@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

131. By grl <grl@grl-ub10>

Suite.php now adds all tests. Psiphon34TestCase fixed. 'valie' keyword is not found in Psiphon19TestCase.php

130. By grl <grl@grl-ub10>

Updates to 20101022-Onseleniumautotestsissues.pdf Issues.

129. By grl <grl@grl-ub10>

Updated some issues.

128. By grl <grl@grl-ub10>

Added last network traffic capture tests.

127. By grl <grl@grl-ub10>

Added links for testing according https://bugs.launchpad.net/psiphon/+bug/457406

126. By grl <grl@grl-ub10>

Some changes added.

125. By grl <grl@grl-ub10>

Almost all automated tests were written.
Project for atutotesting was prepared.

124. By grl <grl@grl-ub10>

Added test case 28

123. By grl <grl@grl-ub10>

Removed unused Selenium server data

122. By grl <grl@grl-ub10>

Created test environment, added first test case, ID 27

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'trunk/testing/autotests'
=== added file 'trunk/testing/autotests/ReadMe'
--- trunk/testing/autotests/ReadMe 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ReadMe 2010-11-15 05:23:58 +0000
@@ -0,0 +1,65 @@
1
2 Read me file for auto tests.
3
41. Structure of the (..)/trunk/testing/autotests folder:
5 - ReadMe - current file
6 - selenium_start - command file to start selenium server
7 - selenium_server - folder, contains selenium RC server files
8 - ff_profile - folder, contains prepared firefox profile to run tests.
9 - psiphoneAutoTests - netbeans project folder, contains all automated test cases.
10
112. Preinstallation
12 It is assumed, that Psiphon has been previously installed and configured.
13 2.1 Development IDE.
14 IDE can be installed to ease test development and execution.
15 Netbeans IDe was used in development. So, any other IDE with php language support can be installed alternatively. After installation, open psiphonAutoTests Project at "(..)/trunk/testing/autotests/psiphonAutoTests".
16 2.2 PHP
17 PHP language support must be set up.
18 2.2 PHPunit
19 Next, it is needed to install and configure PHPunit. Reference contains the guide to setup PHPunit using PEAR: http://www.phpunit.de/manual/current/en/installation.html.
203. Configuring environment
21 3.1 PsiphonTestConfig
22 PsiphonTestConfig.php in the root of the psiphoneAutoTests project contains configuration stings for testing project. Strings are set for the default configuration of the Psiphon, but can be altered to fit system.
23 3.2 Firefox profile.
24 ff_profile folder contains prepared firefox profile. It is set up to accept certificates from the Psiphon default hosts (127.0.0.1, localhost). In case of different configuration, firefox profile should be reconfigured.
25 To prepare firefox profile, follow steps:
26 a. Make sure all your firefox instance are closed
27 b. Click Start>Run
28 c. Type “firefox -ProfileManager -no-remote”
29 d. Select “Create Profile” (i.e. selenium)
30 e. Click “Next”
31 f. Enter new profile name
32 g. Select a directory folder to store your new profile
33 h. Click “Finish”
34 i. Click “Start Firefox” and configure settings(Needed plugins, certificate exceptions, specific settings and other)
35 j. Add command line option -firefoxProfileTemplate with created profile path as you start the Selenium Server
36 3.3 Starting selenium server.
37 To start selenium server, you can use (..)/trunk/testing/autotests/selenium_start file. This command starts server for the prepared firefox profile.
38 More options, how to start server: http://seleniumhq.org/docs/05_selenium_rc.html#running-selenium-server
394. Working with project
40 4.1 Project description
41 - Testing folder contains Selenium Php driver, that is used to connect to Selenium RC server
42 - tests folder contains Test cases
43 - LanguageHelper.php, UserActions Auxillary files, contain common actions, used in many Test cases.
44 - PsiphonTestCase.php contains super class for all Test cases. Contains functionality for selenium session management
45 - PsiphonTestConfig.php file contains configuration constants.
46 - bootstrap.php bootstrap file, currently contains includes.
47 - Suite.php Contains Test suite initialization to run all tests.
48 4.2 Running test case from Netbeans
49 Open some Test case file, click on Run->Run file from the Netbeans menu, or press Shift+F6. Test would start, after finish you can see results in Test results window and see Output window for results console.
50 4.3 Running test case from command line.
51 Tests can be run from the command line, without starting NetBeans. Go to "(..)/trunk/testing/autotests/psiphonAutoTests/Test files" folder, run command "phpunit --configuration configuration.xml %TestCase%". For example:
52 phpunit --configuration configuration.xml tests/Psiphon10TestCase.php ;To run # 10 Test case
53 phpunit --configuration configuration.xml Suite.php ;To run all the tests from the folder tests. You can change file Suite.php to change the suite.
54 5. References
55 http://seleniumhq.org/ - Selenium home site.
56 http://seleniumhq.org/docs/04_selenese_commands.html - selenium RC commands
57 http://www.phpunit.de/manual/3.4/en/index.html - PHPunit manual page
58
59
60
61
62
63
64
65
066
=== added directory 'trunk/testing/autotests/ff_profile'
=== added directory 'trunk/testing/autotests/ff_profile/Cache'
=== added file 'trunk/testing/autotests/ff_profile/Cache/0A138D66d01'
1Binary files trunk/testing/autotests/ff_profile/Cache/0A138D66d01 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/0A138D66d01 2010-11-15 05:23:58 +0000 differ67Binary files trunk/testing/autotests/ff_profile/Cache/0A138D66d01 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/0A138D66d01 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_001_'
2Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_001_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_001_ 2010-11-15 05:23:58 +0000 differ68Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_001_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_001_ 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_002_'
3Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_002_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_002_ 2010-11-15 05:23:58 +0000 differ69Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_002_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_002_ 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_003_'
4Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_003_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_003_ 2010-11-15 05:23:58 +0000 differ70Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_003_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_003_ 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_'
5Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_ 2010-11-15 05:23:58 +0000 differ71Binary files trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_ 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_ 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/XPC.mfasl'
6Binary files trunk/testing/autotests/ff_profile/XPC.mfasl 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/XPC.mfasl 2010-11-15 05:23:58 +0000 differ72Binary files trunk/testing/autotests/ff_profile/XPC.mfasl 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/XPC.mfasl 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/XUL.mfasl'
7Binary files trunk/testing/autotests/ff_profile/XUL.mfasl 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/XUL.mfasl 2010-11-15 05:23:58 +0000 differ73Binary files trunk/testing/autotests/ff_profile/XUL.mfasl 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/XUL.mfasl 2010-11-15 05:23:58 +0000 differ
=== added directory 'trunk/testing/autotests/ff_profile/bookmarkbackups'
=== added file 'trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json'
--- trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json 2010-11-15 05:23:58 +0000
@@ -0,0 +1,1 @@
1{"title":"","id":1,"dateAdded":1283342307620350,"lastModified":1283342307620793,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","id":2,"parent":1,"dateAdded":1283342307620582,"lastModified":1283342307657284,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Recently Bookmarked","id":7,"parent":2,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"RecentlyBookmarked"}],"type":"text/x-moz-place","uri":"place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&sort=12&excludeQueries=1&excludeItemIfParentHasAnnotation=livemark%2FfeedURI&maxResults=10&queryType=1"},{"index":1,"title":"Recent Tags","id":8,"parent":2,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"RecentTags"}],"type":"text/x-moz-place","uri":"place:sort=14&type=6&maxResults=10&queryType=1"},{"index":2,"title":"","id":9,"parent":2,"dateAdded":1283342307643026,"lastModified":1283342307643026,"type":"text/x-moz-place-separator"},{"index":3,"title":"Get Bookmark Add-ons","id":10,"parent":2,"dateAdded":1283342307645929,"lastModified":1283342307649641,"type":"text/x-moz-place","uri":"https://addons.mozilla.org/en-US/firefox/bookmarks/"},{"index":4,"title":"","id":13,"parent":2,"dateAdded":1283342307651795,"lastModified":1283342307651795,"type":"text/x-moz-place-separator"},{"index":5,"title":"Ubuntu and Free Software links","id":14,"parent":2,"dateAdded":1181129907000000,"lastModified":1180687506000000,"annos":[{"name":"bookmarkProperties/description","flags":0,"expires":4,"mimeType":null,"type":3,"value":"Information and resources about Ubuntu, Debian and Free Software in general"}],"type":"text/x-moz-place-container","children":[{"title":"Ubuntu","id":15,"parent":14,"dateAdded":1181129907000000,"lastModified":1181129907000000,"type":"text/x-moz-place","uri":"http://www.ubuntulinux.org/"},{"index":1,"title":"Ubuntu Wiki (community-edited website)","id":16,"parent":14,"dateAdded":1181129907000000,"lastModified":1181129907000000,"type":"text/x-moz-place","uri":"http://www.ubuntulinux.org/wiki/FrontPage"},{"index":2,"title":"Make a Support Request to the Ubuntu Community","id":17,"parent":14,"dateAdded":1181129907000000,"lastModified":1181129907000000,"type":"text/x-moz-place","uri":"https://answers.launchpad.net/ubuntu/+addquestion"},{"index":3,"title":"Debian (Ubuntu is based on Debian)","id":18,"parent":14,"dateAdded":1181129907000000,"lastModified":1181129907000000,"type":"text/x-moz-place","uri":"http://www.debian.org/"}]},{"index":6,"title":"Mozilla Firefox","id":19,"parent":2,"dateAdded":1283342307657284,"lastModified":1180687506000000,"type":"text/x-moz-place-container","children":[{"title":"Help and Tutorials","id":20,"parent":19,"dateAdded":1283342307657460,"lastModified":1283342307657922,"type":"text/x-moz-place","uri":"http://www.mozilla.com/en-US/firefox/help/"},{"index":1,"title":"Customize Firefox","id":21,"parent":19,"dateAdded":1283342307658048,"lastModified":1283342307658502,"type":"text/x-moz-place","uri":"http://www.mozilla.com/en-US/firefox/customize/"},{"index":2,"title":"Get Involved","id":22,"parent":19,"dateAdded":1283342307658628,"lastModified":1283342307660192,"type":"text/x-moz-place","uri":"http://www.mozilla.com/en-US/firefox/community/"},{"index":3,"title":"About Us","id":23,"parent":19,"dateAdded":1283342307660333,"lastModified":1283342307660800,"type":"text/x-moz-place","uri":"http://www.mozilla.com/en-US/firefox/about/"}]}]},{"index":1,"title":"Bookmarks Toolbar","id":3,"parent":1,"dateAdded":1283342307620656,"lastModified":1283342307651286,"annos":[{"name":"bookmarkProperties/description","flags":0,"expires":4,"mimeType":null,"type":3,"value":"Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar"}],"type":"text/x-moz-place-container","root":"toolbarFolder","children":[{"title":"Most Visited","id":6,"parent":3,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"MostVisited"}],"type":"text/x-moz-place","uri":"place:sort=8&redirectsMode=2&maxResults=10"},{"index":1,"title":"Getting Started","id":11,"parent":3,"dateAdded":1283342307650331,"lastModified":1283342307651163,"type":"text/x-moz-place","uri":"http://www.mozilla.com/en-US/firefox/central/"},{"index":2,"title":"Latest Headlines","id":12,"parent":3,"dateAdded":1283342307651286,"lastModified":1283342313222842,"livemark":1,"annos":[{"name":"placesInternal/READ_ONLY","flags":0,"expires":4,"mimeType":null,"type":1,"value":1},{"name":"livemark/feedURI","flags":0,"expires":4,"mimeType":null,"type":3,"value":"http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml"},{"name":"livemark/siteURI","flags":0,"expires":4,"mimeType":null,"type":3,"value":"http://fxfeeds.mozilla.com/en-US/firefox/livebookmarks/"},{"name":"livemark/loading","flags":0,"expires":4,"mimeType":null,"type":1,"value":1}],"type":"text/x-moz-place-container","children":[]}]},{"index":2,"title":"Tags","id":4,"parent":1,"dateAdded":1283342307620725,"lastModified":1283342307621180,"type":"text/x-moz-place-container","root":"tagsFolder","children":[]},{"index":3,"title":"Unsorted Bookmarks","id":5,"parent":1,"dateAdded":1283342307620793,"lastModified":1283342307640551,"type":"text/x-moz-place-container","root":"unfiledBookmarksFolder","children":[]}]}
0\ No newline at end of file2\ No newline at end of file
13
=== added file 'trunk/testing/autotests/ff_profile/cert8.db'
2Binary files trunk/testing/autotests/ff_profile/cert8.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/cert8.db 2010-11-15 05:23:58 +0000 differ4Binary files trunk/testing/autotests/ff_profile/cert8.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/cert8.db 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/cert_override.txt'
--- trunk/testing/autotests/ff_profile/cert_override.txt 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/cert_override.txt 2010-11-15 05:23:58 +0000
@@ -0,0 +1,4 @@
1# PSM Certificate Override Settings file
2# This is a generated file! Do not edit.
3192.168.117.134:443 OID.2.16.840.1.101.3.4.2.1 15:D2:FF:40:57:B4:62:46:55:EF:C0:64:52:6A:C9:8E:D5:9E:21:95:AF:85:0E:97:5D:88:82:10:A4:5D:72:CC MU AAAAAAAAAAAAAAAJAAAAFgDxl8/D7DmPiTAUMRIwEAYDVQQDEwkxMjcuMC4wLjE=
4127.0.0.1:443 OID.2.16.840.1.101.3.4.2.1 15:D2:FF:40:57:B4:62:46:55:EF:C0:64:52:6A:C9:8E:D5:9E:21:95:AF:85:0E:97:5D:88:82:10:A4:5D:72:CC U AAAAAAAAAAAAAAAJAAAAFgDxl8/D7DmPiTAUMRIwEAYDVQQDEwkxMjcuMC4wLjE=
05
=== added file 'trunk/testing/autotests/ff_profile/compatibility.ini'
--- trunk/testing/autotests/ff_profile/compatibility.ini 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/compatibility.ini 2010-11-15 05:23:58 +0000
@@ -0,0 +1,5 @@
1[Compatibility]
2LastVersion=3.6.6_20100628124739/20100628124739
3LastOSABI=Linux_x86-gcc3
4LastPlatformDir=/usr/lib/firefox-3.6.6
5LastAppDir=/usr/lib/firefox-3.6.6
06
=== added file 'trunk/testing/autotests/ff_profile/compreg.dat'
--- trunk/testing/autotests/ff_profile/compreg.dat 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/compreg.dat 2010-11-15 05:23:58 +0000
@@ -0,0 +1,1932 @@
1Generated File. Do not edit.
2
3[HEADER]
4Version,0,5
5
6[COMPONENTS]
7rel:nsTaggingService.js,1277732717000
8rel:nsProxyAutoConfig.js,1277732717000
9rel:nsUpdateTimerManager.js,1277732717000
10rel:nsLoginManager.js,1277732717000
11rel:nsSafebrowsingApplication.js,1277732717000
12rel:nsHandlerService.js,1277732717000
13rel:libbrowserdirprovider.so,1277733028000
14rel:nsLoginInfo.js,1277732717000
15rel:GPSDGeolocationProvider.js,1277732717000
16abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js,1271345178000
17rel:nsWebHandlerApp.js,1277732717000
18rel:nsUrlClassifierListManager.js,1277732717000
19rel:nsSetDefaultBrowser.js,1277732717000
20rel:nsSearchService.js,1277732717000
21rel:jsconsole-clhandler.js,1277732717000
22rel:nsSidebar.js,1277732717000
23rel:nsAddonRepository.js,1277732717000
24rel:nsBrowserGlue.js,1277732717000
25rel:storage-mozStorage.js,1277732717000
26rel:libimgicon.so,1277733028000
27rel:nsContentDispatchChooser.js,1277732717000
28rel:nsLivemarkService.js,1277732717000
29rel:nsURLFormatter.js,1277732717000
30rel:pluginGlue.js,1277732717000
31rel:nsPlacesDBFlush.js,1277732717000
32rel:txEXSLTRegExFunctions.js,1277732717000
33rel:libnkgnomevfs.so,1277733045000
34rel:nsHelperAppDlg.js,1277732717000
35rel:nsSearchSuggestions.js,1277732717000
36rel:nsPlacesAutoComplete.js,1277732717000
37rel:nsLoginManagerPrompter.js,1277732717000
38rel:nsBrowserContentHandler.js,1277732717000
39rel:nsTryToClose.js,1277732717000
40rel:nsDefaultCLH.js,1277732717000
41rel:nsINIProcessor.js,1277732717000
42rel:FeedConverter.js,1277732717000
43rel:libbrowsercomps.so,1277733028000
44rel:nsSessionStartup.js,1277732717000
45rel:nsBlocklistService.js,1277732717000
46rel:storage-Legacy.js,1277732717000
47rel:nsUrlClassifierLib.js,1277732717000
48rel:nsSessionStore.js,1277732717000
49rel:nsPlacesTransactionsService.js,1277732717000
50rel:FeedProcessor.js,1277732717000
51rel:nsFormAutoComplete.js,1277732717000
52rel:nsFilePicker.js,1277732717000
53rel:nsMicrosummaryService.js,1277732717000
54rel:NetworkGeolocationProvider.js,1277732717000
55rel:nsExtensionManager.js,1277732717000
56rel:nsBadCertHandler.js,1277732717000
57rel:nsDownloadManagerUI.js,1277732717000
58rel:nsContentPrefService.js,1277732717000
59abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/pluginGlue.js,1271345178000
60rel:fuelApplication.js,1277732717000
61rel:libmozgnome.so,1277733045000
62rel:nsPrivateBrowsingService.js,1277732717000
63rel:WebContentConverter.js,1277732717000
64rel:FeedWriter.js,1277732717000
65rel:libdbusservice.so,1277733028000
66
67[CLASSIDS]
68{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3},,application/x-mozilla-static,,nsLayoutModule
69{a7f800e0-4306-11d4-98d0-001083010e9b},@mozilla.org/uriloader/external-helper-app-service;1,application/x-mozilla-static,Netscape External Helper App Service,docshell_provider
70{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e},,application/x-mozilla-static,,NSS
71{75656ad9-bd13-4c5d-939a-ec6351eea0cc},,application/x-mozilla-static,,nsComposerModule
72{ba6151ad-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
73{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd},,text/javascript,,rel:nsINIProcessor.js
74{495eca42-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
75{0cd233e0-7a86-11d3-915c-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
76{73bb7c12-dbab-4ae2-aecf-a0331dec916f},,application/x-mozilla-static,,nsUCvMathModule
77{cb6593e0-f9b2-11d2-bdd6-000064657374},@mozilla.org/js/xpc/XPConnect;1,application/x-mozilla-static,,xpconnect
78{e768ebef-70f9-4fe3-8835-4f4f3fd996e2},,application/x-mozilla-static,,nsUCvMathModule
79{229fa115-9412-4d32-baf3-2fc407f76fb1},,text/javascript,,rel:FeedConverter.js
80{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606},,application/x-mozilla-static,,PKI
81{f1299dc2-1dd1-11b2-a347-ee6b7660e048},,application/x-mozilla-static,,JavaScript_Debugger
82{77da64d3-7458-4920-9491-86cc9914f904},,text/javascript,,rel:NetworkGeolocationProvider.js
83{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6},,application/x-mozilla-static,,nsToolkitCompsModule
84{6394eeae-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
85{d4f2b600-b5c1-11d6-b483-cc97c63e567c},,application/x-mozilla-static,,nsLayoutModule
86{748a1132-671a-409a-8d1d-f1cdf6b3a6b4},,application/x-mozilla-static,,nsI18nModule
87{fcacef24-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
88{a496d0a2-dff7-4e23-bd65-1ca742fa178a},,application/x-mozilla-static,,NSS
89{2d524fd3-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
90{8323fad0-2102-11d4-8142-000064657374},,application/x-mozilla-static,,nsParserModule
91{16786594-0296-4471-8096-8f84497ca428},,application/x-mozilla-static,,NSS
92{a5570462-1dd1-11b2-9d19-df30a27fbdc4},,application/x-mozilla-static,,nsFileViewModule
93{c0773e90-5799-4eff-ad03-3ebcd85624ac},,application/x-mozilla-static,,RemoteServiceModule
94{ba6151ba-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
95{f7fa4581-238e-11d5-a73c-ab64fb68f2bc},,application/x-mozilla-static,,embedcomponents
96{8b1ae382-51a9-4972-b930-56977a57919d},,text/javascript,,rel:nsWebHandlerApp.js
97{10f2f5f0-f103-4901-980f-ba11bd70d60d},,application/x-mozilla-static,,nsToolkitCompsModule
98{9416bfb4-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
99{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3},@mozilla.org/network/file-input-stream;1,application/x-mozilla-static,nsFileInputStream,necko
100{a0f827e1-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule
101{a6cf9124-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
102{d3f69889-e13a-4321-980c-a39332e21f34},,application/x-mozilla-static,,nsWidgetGtk2Module
103{05bae29d-8aef-486d-84aa-53f48f146811},,application/x-mozilla-static,,xpconnect
104{660d8ca8-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
105{6394eebb-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
106{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b},,application/x-mozilla-static,,NSS
107{7b8556ac-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
108{a15789aa-8903-462b-81e9-4aa2cff4d5cb},,application/x-mozilla-static,,NSS
109{12663f3a-a311-4606-83eb-b6b9108dcc36},,text/javascript,,rel:pluginGlue.js
110{bc0017e3-2438-47be-a567-41db58f17627},,application/x-mozilla-static,,docshell_provider
111{ff41913b-546a-4bff-9201-dc9b2c032eba},@mozilla.org/network/url-parser;1?auth=maybe,application/x-mozilla-static,nsStdURLParser,necko
112{7fa5237d-b0eb-438f-9e50-ca0166e63788},,application/x-mozilla-static,,necko
113{3c1c0163-9bd0-11d3-9d09-0050040007b2},,application/x-mozilla-static,,nsUConvModule
114{efc323e1-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
115{95c963b7-20b2-11db-92f6-001422106990},,text/javascript,,rel:FeedProcessor.js
116{d25e0511-2bae-11d4-9d10-0050040007b2},,application/x-mozilla-static,,nsChardetModule
117{b69155f4-a8bf-453d-8653-91d1456e1d3d},,text/javascript,,rel:nsTryToClose.js
118{7c657d14-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
119{6394eea6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
120{ba61519b-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
121{5d0ce354-df01-421a-83fb-7ead0990c24e},,text/javascript,,rel:nsBrowserContentHandler.js
122{831f8f13-7aa8-485f-b02e-77c881cc5773},,application/x-mozilla-static,,necko
123{660d8ca6-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
124{7294fe9c-14d8-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider
125{eab9012e-5f74-4cbc-b2b5-a590235513cc},,text/javascript,,rel:nsBrowserGlue.js
126{ba6151a3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
127{eaca2576-0d4a-11d3-9d7e-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule
128{b88a4712-eb52-4c10-9b85-bf5894b510f0},,application/x-mozilla-static,,nsLayoutModule
129{ba6151b2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
130{0c351177-0159-4500-86b0-a219dfde4258},,application/x-mozilla-static,,nsLayoutModule
131{495eca47-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
132{7dfdf0d1-aff6-4a34-bad1-d0fe74601642},,text/javascript,,rel:nsDownloadManagerUI.js
133{da5b130a-1dd1-11b2-ad47-f455b1814a78},,application/x-mozilla-static,,nsGfxModule
134{3ff8fb9f-ee63-48df-89f0-dace0242fd82},,application/x-mozilla-static,,necko
135{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5},,application/x-mozilla-static,,necko
136{98d41c21-ccf3-11d2-b3b1-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
137{6803cac5-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
138{a62af1ba-79b3-4896-8aaf-b148bfce4280},,application/x-mozilla-static,,necko
139{18c2f98d-b09f-11d2-bcde-00805f0e1353},,application/x-mozilla-static,,nsSoftwareUpdate
140{fb0bbc5c-452e-4783-b32c-80124693d871},,application/x-mozilla-static,,NSS
141{e3fa9d0a-1dd1-11b2-bdef-8c720b597445},,application/x-mozilla-static,,nsToolkitCompsModule
142{660d8ca0-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
143{6394eeb3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
144{ba6151b7-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
145{019718e3-cdb5-11d2-8d3c-000000000000},,application/x-mozilla-static,,nsLayoutModule
146{7b8556a4-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
147{f34ff792-722e-4490-b195-47d242edca1c},,application/x-mozilla-native,,rel:libbrowsercomps.so
148{9fe5d975-09bd-44aa-a01a-66402ea28657},,application/x-mozilla-static,,mozSpellCheckerModule
149{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
150{2d524fd8-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
151{c31f4883-839b-45f6-82ad-a6a9bc5ad599},,text/javascript,,rel:nsPrivateBrowsingService.js
152{12bb8f17-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
153{6b8bdffc-3394-417d-be83-a81b7c0f63bf},,application/x-mozilla-static,,docshell_provider
154{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
155{de9472d0-8034-11d3-9399-00104ba0fd40},,application/x-mozilla-static,,necko
156{c0844a84-5a12-4808-80a8-809cb002bb4f},,text/javascript,,rel:nsPlacesTransactionsService.js
157{5060b803-340e-11d5-be5b-b3e063ec6a3c},,application/x-mozilla-static,,nsFindComponent
158{a6cf9107-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule
159{21dd6a02-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
160{c5de4da2-d667-42d2-b8c2-efdbcf3302ef},,application/x-mozilla-static,,nsUConvModule
161{57cf9383-3405-11d5-be5b-aa20fa2cf37c},,application/x-mozilla-static,,embedcomponents
162{9445791f-fa4c-4669-b174-df5032bb67b3},,application/x-mozilla-static,,necko
163{ccd0e960-7947-4635-b70e-4c661b63d675},,application/x-mozilla-static,,necko
164{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c},,application/x-mozilla-native,,rel:libnkgnomevfs.so
165{a6cf9129-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsWidgetGtk2Module
166{2f977d53-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsWidgetGtk2Module
167{d4214e92-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule
168{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c},,application/x-mozilla-static,,nsWidgetGtk2Module
169{aa892eb4-ffbf-477d-9f9a-06c995ae9f27},,text/javascript,,rel:nsSearchSuggestions.js
170{24f92fae-f793-473b-8061-713408bd11d5},,application/x-mozilla-native,,rel:libbrowsercomps.so
171{ba6151aa-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
172{ce02d538-0217-47a3-a589-b51790fdd8ce},,application/x-mozilla-static,,docshell_provider
173{2587e382-1324-11d4-a652-eadbb2be3484},,application/x-mozilla-static,,application
174{2b026890-5a2e-4981-ada2-a600358947b4},,application/x-mozilla-static,,nsUConvModule
175{214c48a0-b57f-11d4-959c-0020183bf181},,application/x-mozilla-static,,docshell_provider
176{74b7a390-3b41-11d4-8a80-006008c844c3},,application/x-mozilla-static,,NSS
177{f57899d0-4e2c-4ac6-9e29-50c736103b0c},,text/javascript,,rel:nsSetDefaultBrowser.js
178{9de95a0c-39a4-4d64-9a53-17940dd7cabb},,application/x-mozilla-static,,nsPlacesModule
179{66856477-6596-40eb-bb87-59ca2dabb6f7},,application/x-mozilla-static,,nsLayoutModule
180{dbded6ec-edbf-4054-a834-287b82c260f9},,text/javascript,,rel:nsBadCertHandler.js
181{892ffeb0-3f80-11d3-a16c-0050041caf44},,application/x-mozilla-static,,necko
182{929d9320-251e-11d4-8a7c-006008c844c3},,application/x-mozilla-static,,NSS
183{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a},,application/x-mozilla-static,,necko
184{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980},,application/x-mozilla-native,,rel:libbrowsercomps.so
185{6394eeab-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
186{ab1da296-6125-40ba-96d0-47a8282ae3db},,application/x-mozilla-static,,nsParserModule
187{d0272978-beab-4adc-a3d4-04b76acfa4e7},,text/javascript,,rel:nsPlacesAutoComplete.js
188{f30bc0a2-958b-4287-bf62-ce38ba0c811e},,application/x-mozilla-static,,docshell_provider
189{66634f68-be19-42d0-a4ca-d1c21fa059b8},,application/x-mozilla-static,,nsUConvModule
190{2d524fd0-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
191{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925},,application/x-mozilla-static,,nsUConvModule
192{2002f784-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
193{2d96b3d0-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
194{67ba681d-5485-4fff-952c-2ee337ffdcd6},,application/x-mozilla-static,,NSS
195{26acb1f0-28fc-43bc-867a-a46aabc85dd4},,text/javascript,,rel:FeedProcessor.js
196{ff8fe7ec-2f74-4408-b742-6b7a546029a8},,application/x-mozilla-static,,necko
197{62db0002-dbb6-43f4-8fb7-9d2538bc5747},,application/x-mozilla-static,,nsComposerModule
198{5b256c10-22d8-4109-af92-1253035e9fcb},,application/x-mozilla-static,,NSS
199{b57f97c1-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule
200{4e4aae11-8901-46cc-8217-dad7c5415873},,application/x-mozilla-static,,embedcomponents
201{7b8556a9-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
202{439400d3-6f23-43db-8b06-8aafe1869bd8},,application/x-mozilla-static,,necko
203{a578e0a4-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
204{9416bfb1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
205{78804a84-8173-42b6-bb94-789f0816a810},@mozilla.org/network/url-parser;1?auth=no,application/x-mozilla-static,nsNoAuthURLParser,necko
206{bfd1a792-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider
207{6803caca-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
208{a47e9526-6e48-4574-9d6c-3164e271f74e},,application/x-mozilla-static,,nsLayoutModule
209{948a0023-e3a7-11d2-96cf-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
210{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a},,application/x-mozilla-static,,necko
211{8b5314ba-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
212{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4},,application/x-mozilla-static,,nsLayoutModule
213{7d7008a0-c49a-11d3-9b22-0080c7cb1080},,application/x-mozilla-static,,necko
214{77cfaaf1-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule
215{6394eeb8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
216{0099907d-123c-4853-a46a-43098b5fb68c},,application/x-mozilla-static,,appshell
217{cb60980e-18a5-4a77-9110-8146614ca7f0},,application/x-mozilla-static,,nsFileViewModule
218{ba6151a2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
219{379c2771-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
220{49b38f14-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
221{12bb8f1c-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
222{e6fd9940-899d-11d2-8eae-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
223{9226888e-da08-11d3-8cda-0060b0fc14a3},@mozilla.org/network/buffered-input-stream;1,application/x-mozilla-static,nsBufferedInputStream,necko
224{3a9cd622-264d-11d4-ba06-0060b0fc76dd},,application/x-mozilla-static,,nsLayoutModule
225{3b581fd4-3497-426c-8f61-3658b971cb80},,application/x-mozilla-static,,nsLayoutModule
226{36a1d3b3-d886-4317-96ff-87b0005cfef7},,application/x-mozilla-static,,NSS
227{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9},,application/x-mozilla-static,,embedcomponents
228{6a4d4c1e-a74a-4320-8124-16233a0183d6},,application/x-mozilla-static,,nsSoftwareUpdate
229{920307b0-c6e8-11d2-8aa8-00600811a836},,application/x-mozilla-static,,nsUConvModule
230{7c657d11-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
231{6394eea3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
232{9416bfbe-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
233{2bf64764-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule
234{fcacef23-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
235{0885d4f8-f7b8-4cda-902e-94ba38bc256e},,application/x-mozilla-static,,necko
236{7c02eadc-0076-4d03-998d-80d779c48589},,application/x-mozilla-static,,nsSecurityManagerModule
237{895db6c7-dbdf-40ea-9f64-b175033243dc},,application/x-mozilla-static,,satchel
238{e12752f0-ee9a-11d1-a82a-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
239{47049e42-1d87-482a-984d-56ae185e367a},,application/x-mozilla-static,,nsChromeModule
240{8df290ae-dcaa-4c11-98a5-2429a4dc97bb},,text/javascript,,rel:nsContentPrefService.js
241{ba6151af-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
242{ffc08380-256c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so
243{376ff2c1-9bf6-418a-b143-3340c00112f7},,application/x-mozilla-static,,nsImageLib2Module
244{495eca44-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
245{972d8d8f-f0da-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
246{56388dad-287b-4240-a785-85c394012503},,application/x-mozilla-static,,necko
247{0f78da56-8321-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
248{e56f5e01-c7cc-4675-a9d7-b8f1e4127295},,application/x-mozilla-static,,docshell_provider
249{6394eec0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
250{0404d02a-01ca-aaab-4762-944b1bf2f7b5},,application/x-mozilla-static,,nsLayoutModule
251{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5},,application/x-mozilla-static,,nsLayoutModule
252{0032d852-1dd2-11b2-95f7-e0a1910ed2da},,application/x-mozilla-static,,nsRDFModule
253{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d},,text/javascript,,rel:GPSDGeolocationProvider.js
254{87ed1160-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
255{6394eeb0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
256{7b8556a1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
257{0cb0d9a0-f503-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
258{a59da935-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
259{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
260{2d524fd5-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
261{e332db00-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
262{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
263{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea},,application/x-mozilla-static,,nsPlacesModule
264{f1eac762-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider
265{ba6151bc-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
266{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7},,text/javascript,,rel:nsContentPrefService.js
267{2e9b69dd-9087-438c-8b5d-f77b553abefb},,application/x-mozilla-static,,docshell_provider
268{e64f152a-9f07-11d3-8cda-0060b0fc14a3},@mozilla.org/network/protocol;1?name=resource,application/x-mozilla-static,nsResProtocolHandler,necko
269{26a4a019-2827-4a89-a85c-5931a678823a},,text/javascript,,rel:nsUrlClassifierLib.js
270{4a6212db-accb-11d3-b765-0060b0b6cecb},,application/x-mozilla-static,,nsSecurityManagerModule
271{bbbb1d61-438f-4436-92ed-8308e5830fb0},,application/x-mozilla-static,,mozStorageModule
272{7319788a-fe93-4db3-9f39-818cf08f4256},,text/javascript,,rel:nsSearchService.js
273{841387c8-72e6-484b-9296-bf6eea80d58a},,application/x-mozilla-static,,nsWidgetGtk2Module
274{7fbd2146-5ff4-4674-b069-a7bbce66e773},,application/x-mozilla-static,,nsComposerModule
275{d0f9db12-249c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so
276{6803cacf-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
277{ed0244e0-c144-11d2-8f4c-006008159b0c},,application/x-mozilla-static,,nsLayoutModule
278{14632191-ac21-4bdf-83e7-2363ad17e838},,application/x-mozilla-static,,nsLayoutModule
279{a6cf9126-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
280{5f43022c-6194-4b37-b26d-e41024625264},,application/x-mozilla-native,,rel:libmozgnome.so
281{4d977f60-fbe7-4583-8cb7-f5ed882293ef},,application/x-mozilla-static,,nsLayoutModule
282{c2710d40-6f4d-4b7f-9778-76ae5166648c},,application/x-mozilla-static,,nsLayoutModule
283{6394eebd-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
284{7b8556ae-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
285{379c2776-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
286{ea617873-3b73-4efd-a2c4-fc39bfab809d},,application/x-mozilla-static,,necko
287{db340cc2-7f50-4ea3-8427-f529daf6dc87},,application/x-mozilla-static,,satchel
288{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9},,application/x-mozilla-static,,tkAutoCompleteModule
289{6987230e-0098-4e78-bc5f-1493ee7519fa},,application/x-mozilla-static,,nsWidgetGtk2Module
290{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c},,application/x-mozilla-static,,nsUCvMathModule
291{af7a9952-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
292{8c2023b9-175c-477e-9761-44ae7b549756},,text/javascript,,rel:storage-mozStorage.js
293{4ca6b67b-5cc7-4e71-a98a-97af1c134862},,application/x-mozilla-static,,nsPermissionsModule
294{64f300a1-c88c-11d3-97fb-00400553eef0},,application/x-mozilla-static,,nsLayoutModule
295{a4bd2161-7892-4389-8d5a-3111a6d17ec7},,application/x-mozilla-static,,PKI
296{66230b2b-17fa-4bd3-abf4-07986151022d},,application/x-mozilla-static,,necko
297{1dcc23b0-d4cb-11dc-9ad6-479d56d89593},,text/javascript,,rel:nsTaggingService.js
298{5d0fcdd0-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
299{a431b276-f77d-4b83-9b37-872cf2fbcc2a},,application/x-mozilla-static,,nsUConvModule
300{8f666a11-04a0-11d3-b3b9-00805f8a6670},,application/x-mozilla-static,,nsI18nModule
301{1cd91b88-1dd2-11b2-92e1-ed22ed298000},@mozilla.org/preferences-service;1,application/x-mozilla-static,Preferences Server,nsPrefModule
302{dab3a846-3a59-4fc2-9745-c6ff48776f00},,application/x-mozilla-static,,mozStorageModule
303{6394eea8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
304{0958b101-9ada-11d2-8ebc-00805f29f370},,application/x-mozilla-static,,nsRDFModule
305{9158c470-86e4-11d4-9be2-00e09872a416},,application/x-mozilla-static,,necko
306{b9507aec-1dd1-11b2-8cd5-c48ee0c50307},,application/x-mozilla-static,,NSS
307{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5},,text/javascript,,rel:nsSafebrowsingApplication.js
308{b6ed3030-6183-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko
309{c07e81e0-ef12-11d2-92b6-00105a1b0d64},@mozilla.org/network/socket-transport-service;1,application/x-mozilla-static,nsSocketTransportService,necko
310{64d6174c-1496-4ffd-87f2-da2670f88934},,application/x-mozilla-static,,mozSpellCheckerModule
311{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e},,application/x-mozilla-static,,nsLayoutModule
312{2002f781-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
313{1f34bc80-1bc7-11d6-a384-d705dd0746fc},,application/x-mozilla-static,,nsLayoutModule
314{ba61519a-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
315{8b042e22-6f87-11d3-b3c8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
316{4dc30689-929d-425e-a709-082c6294e542},,application/x-mozilla-static,,nsLayoutModule
317{ba6151b4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
318{660d8ca5-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
319{4f6b5e00-0c36-11d5-a535-0010a401eb10},,application/x-mozilla-static,,nsCookieModule
320{495eca49-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
321{a578e0a1-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
322{aeb8936f-219c-4d3c-8385-d9382daa551a},,application/x-mozilla-static,,mozSpellCheckerModule
323{bacd8ad0-552f-11d3-a9f7-000064657374},,application/x-mozilla-static,,nsLayoutModule
324{6803cac7-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
325{0bec75a8-1dd2-11b2-863a-f69f77c31371},,application/x-mozilla-static,,PKI
326{d5eb483c-67c0-4286-a4a6-330e58a82300},,application/x-mozilla-static,,nsUCvMathModule
327{9286e71a-621a-4b91-851e-9984c1a2e81a},,application/x-mozilla-static,,nsLayoutModule
328{0704e7c0-a758-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
329{4aef38b7-6364-4e23-a5e7-12f837fbbd9c},,application/x-mozilla-static,,nsLayoutModule
330{660d8ca2-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
331{6394eeb5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
332{7b8556a6-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
333{ba61519f-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
334{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c},,application/x-mozilla-static,,nsLayoutModule
335{2d524fda-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
336{7baf62e0-8e61-11d2-8eb1-00805f29f370},,application/x-mozilla-static,,nsRDFModule
337{136e2c4d-c5a4-477c-b131-d93d7d704f64},,application/x-mozilla-native,,rel:libbrowsercomps.so
338{0f2f347c-1e4f-40cc-8efd-792dea70a85e},,text/javascript,,rel:nsLoginInfo.js
339{2ee83680-2af0-4bcb-bfa0-c9705f6554f1},,application/x-mozilla-static,,docshell_provider
340{414af362-9ad8-4296-898e-62247f25a20e},,text/javascript,,rel:FeedProcessor.js
341{2d524fdd-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
342{aaab6710-0f2c-11d5-a53b-0010a401eb10},,application/x-mozilla-static,,necko
343{e9b301c0-e0e4-11d3-a1a8-0050041caf44},,application/x-mozilla-static,,necko
344{23e8fd98-a625-4b08-be1a-f7cc18a5b106},,application/x-mozilla-static,,nsPluginModule
345{77cfaaf2-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule
346{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule
347{929814d6-1dd2-11b2-8e08-82fa0a339b00},,application/x-mozilla-static,,xpconnect
348{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},,application/x-mozilla-static,,nsAutoConfigModule
349{e7caf8c0-3570-47fe-aa1b-da47539b5d07},,application/x-mozilla-static,,NSS
350{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
351{2f277c00-0eaf-4ddb-b936-41326ba48aae},,application/x-mozilla-static,,necko
352{1423e739-782c-4081-b5d8-fe6fba68c0ef},,application/x-mozilla-static,,necko
353{0ae53c0f-8ea2-4916-bedc-717443c3e185},,application/x-mozilla-static,,NSS
354{0ddf4df8-4dbb-4133-8b79-9afb966514f5},,application/x-mozilla-static,,nsLayoutModule
355{0de2fbfa-6b7f-11d7-bbba-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule
356{ba6151ac-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
357{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1},,application/x-mozilla-static,,nsImageLib2Module
358{c94f4a30-64d7-11d4-9960-00b0d02354a0},,application/x-mozilla-static,,NSS
359{56ad2981-8a87-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule
360{822bcd11-6432-48be-9e9d-36f7804b7747},,application/x-mozilla-static,,nsCookieModule
361{6ddb050c-0d04-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,necko
362{1691e1f4-ee41-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
363{379c2774-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
364{a6cf90f5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
365{49bb6593-3aff-4eb3-a068-2712c28bd58e},,text/javascript,,rel:FeedWriter.js
366{e6156350-2be8-11db-a98b-0800200c9a66},,text/javascript,,rel:nsURLFormatter.js
367{6394eead-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
368{42c52b81-a200-11d3-9d0b-0050040007b2},,application/x-mozilla-static,,nsXPIntlModule
369{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a},,text/javascript,,rel:FeedProcessor.js
370{a59da932-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
371{bfcb82c2-5611-4318-90d6-baf4a7864252},,application/x-mozilla-static,,nsLayoutModule
372{9d3f70da-86e9-11d4-95ec-00b0d03e37b7},,application/x-mozilla-static,,nsLayoutModule
373{2d524fd2-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
374{a2112d6a-0e28-421f-b46a-25c0b308cbd0},,application/x-mozilla-static,,embedcomponents
375{2ce606b0-bee6-11d1-aad9-00805f8a3e14},,application/x-mozilla-static,,nsParserModule
376{7526a738-9632-11d3-8cd9-0060b0fc14a3},,application/x-mozilla-static,,nsJarModule
377{ff8c4d10-3194-11d3-9885-006008962422},@mozilla.org/js/xpc/ContextStack;1,application/x-mozilla-static,,xpconnect
378{d2800356-c2d7-4e05-a884-79fe566af1cf},,application/x-mozilla-static,,nsUConvModule
379{9868b4ce-da08-11d3-8cda-0060b0fc14a3},,application/x-mozilla-static,,necko
380{ba6151b9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
381{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule
382{bc54f001-6eb0-4e32-9f49-7e064d8e70ef},,application/x-mozilla-static,,nsAuthModule
383{26fb965c-9de6-11d3-bccc-0060b0fc76bd},,application/x-mozilla-static,,nsLayoutModule
384{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7},,application/x-mozilla-static,,nsLayoutModule
385{62b778a6-bce3-456b-8c31-2865fbb68c91},@mozilla.org/network/idn-service;1,application/x-mozilla-static,nsIDNService,necko
386{9416bfb3-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
387{6030f7ef-32ed-46a7-9a63-6a5d3f90445f},,application/x-mozilla-static,,nsLayoutModule
388{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91},,application/x-mozilla-static,,nsLayoutModule
389{6803cacc-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
390{9f6d5d40-90e7-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider
391{8b5314bc-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
392{660d8ca7-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
393{7b8556a2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
394{bd1326a6-5a14-48de-97cc-95b5195f4fb9},,application/x-mozilla-static,,nsUCvMathModule
395{ba6151a4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
396{75c80fd0-accb-432c-af59-ec60668c3990},,application/x-mozilla-static,,nsAuthModule
397{6deb193c-f87d-4078-bc78-5e64655b4d62},,application/x-mozilla-native,,rel:libbrowserdirprovider.so
398{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7},,application/x-mozilla-static,,necko
399{45c23a20-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
400{a6cf9112-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule
401{f916ebfb-78ef-464b-94d0-a6f2ca3200ae},,application/x-mozilla-static,,nsWidgetGtk2Module
402{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a},,text/javascript,,rel:nsPlacesDBFlush.js
403{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5},,text/javascript,,rel:nsBrowserGlue.js
404{0e4e7d00-f71a-439f-9178-1a71ff11b55f},,application/x-mozilla-static,,nsLayoutModule
405{7b8556b2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
406{7c657d13-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
407{6394eea5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
408{9416bfc0-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
409{2e363d60-872e-11d2-b531-000000000000},,application/x-mozilla-static,,nsLayoutModule
410{d930e29b-6909-44e5-ab4b-af10d6923705},,application/x-mozilla-static,,nsWidgetGtk2Module
411{a1b72850-a999-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
412{3a0a0fc1-8349-11d3-be47-00104bde6048},,application/x-mozilla-static,,nsLayoutModule
413{6049b263-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
414{670ee5da-6ad5-11d7-9950-000393636592},,application/x-mozilla-static,,embedcomponents
415{ec693a6f-0832-49dd-877c-89f6552df5de},,application/x-mozilla-static,,NSS
416{dccbe7e4-7750-466b-a557-5ea36c8ff24e},,application/x-mozilla-static,,necko
417{1f59b001-02c9-11d5-ae76-cc92f7db9e03},,application/x-mozilla-static,,embedcomponents
418{18a03189-067b-4978-b4f1-bafe35292ed6},,text/javascript,,rel:txEXSLTRegExFunctions.js
419{ba6151b1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
420{47433d1d-d9a7-4954-994f-f7a05cf87c2e},,application/x-mozilla-static,,nsUConvModule
421{cb9e0de8-3598-4ed7-857b-827f011ad5d8},,text/javascript,,rel:nsLoginManager.js
422{495eca46-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
423{0e6892c1-a9ad-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
424{d4214e93-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule
425{58f089ee-512a-42d2-a935-d0c874128930},,application/x-mozilla-static,,nsLayoutModule
426{6316c6ce-12d3-479e-8f53-e289351412b8},@mozilla.org/intl/stringbundle/text-override;1,application/x-mozilla-static,String Textfile Overrides,nsI18nModule
427{6803cac4-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
428{34587f4a-be18-43c0-9112-b782b08c0add},,application/x-mozilla-static,,BOOT
429{5ba6d920-d4e9-11d3-a1a5-0050041caf44},,application/x-mozilla-static,,necko
430{822cb9ae-6421-4484-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
431{6803cac9-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
432{1b117e16-0cad-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,nsJarModule
433{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0},,application/x-mozilla-static,,nsLayoutModule
434{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f},,text/javascript,,rel:FeedProcessor.js
435{6394eeb2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
436{6803cacd-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
437{b992ddcd-3899-4320-9909-924b3e72c922},,text/javascript,,rel:FeedProcessor.js
438{7b8556a3-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
439{471f4944-1dd2-11b2-87ac-90be0a51d609},,application/x-mozilla-static,,embedcomponents
440{14c13684-1dd2-11b2-9463-bb10ba742554},,application/x-mozilla-static,,nsToolkitCompsModule
441{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f},,application/x-mozilla-static,,necko
442{2d524fd7-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
443{b148eed2-236d-11d3-b35c-00a0cc3c1cde},,application/x-mozilla-static,,nsWidgetGtk2Module
444{12bb8f16-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
445{ed394ba0-5472-11d3-bbc8-0000861d1237},,application/x-mozilla-static,,necko
446{e638d761-8687-11d2-b530-000000000000},,application/x-mozilla-static,,nsRDFModule
447{a41661d5-1417-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider
448{9e9b565a-8e52-4c1a-8805-b2b91655f874},,application/x-mozilla-static,,nsI18nModule
449{057b04d0-0ccf-11d2-beba-00805f8a66dc},,application/x-mozilla-static,,docshell_provider
450{0a698c44-3bff-11d4-9649-00c0ca135b4e},,application/x-mozilla-static,,nsUConvModule
451{bfd1a791-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider
452{36102b6b-7b62-451a-a1c8-a0d456c92dc5},,application/x-mozilla-static,,nsSecurityManagerModule
453{63c7b9f4-0cc8-43f8-b666-0a661655cb73},,application/x-mozilla-native,,rel:libbrowsercomps.so
454{8aa66d77-1bbb-45a6-991e-b8f47751c291},,text/javascript,,rel:nsLoginManagerPrompter.js
455{9eb760f0-4380-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
456{2e41ada0-62b7-4902-b9a6-e4542aa458ba},,application/x-mozilla-static,,embedcomponents
457{320706d2-2e81-42c6-89c3-8d83b17d3fb4},,application/x-mozilla-static,,necko
458{1f5c1721-7dc3-11d3-bf87-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule
459{f1eac761-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,Browser_Embedding_Module
460{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b},,application/x-mozilla-static,,nsLayoutModule
461{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e},,application/x-mozilla-static,,necko
462{5632bf70-51ec-11d3-9896-006008962422},@mozilla.org/js/xpc/Exception;1,application/x-mozilla-static,,xpconnect
463{36b63ef3-e0fa-4c49-9fd4-e065e85568f4},,application/x-mozilla-static,,necko
464{6394eebf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
465{ba6151a9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
466{379c2778-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
467{dc8e21a0-03e4-11da-8cd6-0800200c9a66},,application/x-mozilla-static,,nsAuthModule
468{17491ba4-1dd2-11b2-aae3-de6b92dab620},,application/x-mozilla-static,,necko
469{d6008c40-4dad-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
470{3a8a3a50-512c-11d4-9a54-000064657374},,application/x-mozilla-static,,nsLayoutModule
471{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0},,text/javascript,,rel:FeedConverter.js
472{54ae32f8-1dd2-11b2-a209-df7c505370f8},,text/javascript,,rel:nsFilePicker.js
473{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7},,application/x-mozilla-static,,nsImageLib2Module
474{94f1de09-d0e5-4ca8-94c2-98b049316b7f},,application/x-mozilla-static,,nsSystemPrefModule
475{a4557478-ae16-11d5-ba4b-00108303b117},,application/x-mozilla-static,,NSS
476{adf42751-1cef-4ad2-aa8e-bcb849d8d31f},,application/x-mozilla-static,,nsI18nModule
477{a39e0e9d-e567-41e3-b12c-5df67f18174d},,application/x-mozilla-static,,NSS
478{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67},,application/x-mozilla-static,,necko
479{feca3c34-205e-4ae5-bd1c-03c686ff012b},,application/x-mozilla-static,,nsLayoutModule
480{7c657d18-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
481{f66bc334-1dd1-11b2-bab2-90e04fe15c19},,application/x-mozilla-static,,Browser_Embedding_Module
482{a772eee4-0464-405d-a329-a29dfda3791a},,application/x-mozilla-static,,docshell_provider
483{3a449110-66fd-11d4-9528-0020183bf181},,application/x-mozilla-static,,Browser_Embedding_Module
484{6fb0c970-e1b1-11db-8314-0800200c9a66},,application/x-mozilla-native,,rel:libbrowsercomps.so
485{b5e65b52-1dd1-11b2-ae8f-f0928ed88482},@mozilla.org/js/xpc/RuntimeService;1,application/x-mozilla-static,,xpconnect
486{38d1592e-b81e-432b-86f8-471878bbfe07},,application/x-mozilla-static,,nsImageLib2Module
487{01e1c3ff-094a-d048-44b4-62d29c7b4f39},,application/x-mozilla-static,,nsLayoutModule
488{0fa3158c-d5a7-43de-9181-a285e74cf1d4},,application/x-mozilla-static,,nsUnixProxyModule
489{2002f783-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
490{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344},,text/javascript,,rel:nsDefaultCLH.js
491{22117140-9c6e-11d3-aaf1-00805f8a4905},,text/javascript,,rel:nsSidebar.js
492{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc},,application/x-mozilla-static,,nsLayoutModule
493{e09af32d-2a54-4d76-9ef0-3070e83f8be7},,application/x-mozilla-static,,nsLayoutModule
494{a665e49a-f3e6-4fed-9f31-f7c568a29899},@mozilla.org/intl/unicodenormalizer;1,application/x-mozilla-static,Unicode Normlization,nsI18nModule
495{ba6151b6-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
496{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2},,application/x-mozilla-static,,necko
497{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1},,application/x-mozilla-static,,NSS
498{0c797702-1c60-4051-9dd7-4d7405605642},,application/x-mozilla-static,,jsctypes
499{13e50d8d-9cee-4ad1-a3a2-4a442fdf7dfa},,application/x-mozilla-static,,nsComposerModule
500{a1fde867-e802-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
501{a578e0a3-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
502{f96f5ec9-755b-447e-b1f3-717d1a84bb41},,application/x-mozilla-static,,nsLayoutModule
503{84e11f80-ca55-11dd-ad8b-0800200c9a66},,application/x-mozilla-native,,rel:libmozgnome.so
504{776588a6-86d5-47e2-b6b3-992810078202},,application/x-mozilla-static,,nsUConvModule
505{f6913e2e-1dd1-11b2-84be-f455dee342af},,application/x-mozilla-static,,necko
506{a6cf9120-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsI18nModule
507{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713},,application/x-mozilla-static,,nsLayoutModule
508{ba61519d-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
509{660d8ca4-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
510{6394eeb7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
511{69bb8313-2d4f-45ec-97e0-d39da58ecce9},,text/javascript,,rel:nsExtensionManager.js
512{7b8556a8-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
513{ba6151a1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
514{830b5f80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
515{2d524fdc-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
516{cc10c750-9ec3-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsI18nModule
517{12bb8f1b-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
518{d9783472-8fe9-11d2-9d3c-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule
519{09f689e0-b4da-11d2-a68b-00104bde6048},,application/x-mozilla-static,,nsLayoutModule
520{eae599aa-ecef-49c6-a8af-6ddcc6feb484},,application/x-mozilla-static,,NSS
521{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3},,application/x-mozilla-static,,nsLayoutModule
522{218f2ac0-0a48-11d3-b3ba-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
523{51fa28c7-74c0-4b85-9c46-d03faa7b696b},,application/x-mozilla-static,,necko
524{663ca4a8-d219-4000-925d-d8f66406b626},,application/x-mozilla-static,,nsAccessibilityModule
525{6394eea2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
526{bfd05264-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
527{ca200860-4696-40d7-88fa-4490d423a8ef},,application/x-mozilla-static,,embedcomponents
528{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527},,application/x-mozilla-static,,nsUConvModule
529{1f1ce501-663a-11d3-b7a0-be426e4e69bc},,application/x-mozilla-static,,appshell
530{3f429a14-dffe-417d-8cb8-fdf09bacd09e},,application/x-mozilla-static,,NSS
531{a2059c0e-5a58-4c55-ab7c-26f0557546ef},,application/x-mozilla-static,,satchel
532{a61e6398-2057-40fd-9c81-873b908d24e7},,application/x-mozilla-static,,nsWidgetGtk2Module
533{8d995d4f-adcc-4159-b7f1-e94af72eeb88},,application/x-mozilla-static,,BOOT
534{2ee3039b-2de4-43d9-93b0-649beacff39a},,application/x-mozilla-static,,tkAutoCompleteModule
535{75a500a2-0030-40f7-86f8-63f225b940ae},,application/x-mozilla-native,,rel:libdbusservice.so
536{67671792-8e25-4487-b1b7-5073cfa95fee},,application/x-mozilla-static,,nsUCvMathModule
537{ba6151ae-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
538{1f13b201-39fa-11d6-a7f2-df501ff820dc},,application/x-mozilla-static,,nsLayoutModule
539{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
540{a3254cb0-8e20-11d2-8a98-00600811a836},,application/x-mozilla-static,,nsUConvModule
541{9dcef3a4-a3bc-11d5-ba47-00108303b117},,application/x-mozilla-static,,NSS
542{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1},,application/x-mozilla-static,,nsLayoutModule
543{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
544{7dd4d320-c84b-4624-8d45-7bb9b2356977},,application/x-mozilla-static,,nsToolkitCompsModule
545{374e0cde-f605-4259-8c92-e639c6c2eeef},,application/x-mozilla-static,,nsUniversalCharDetModule
546{2a898043-180f-4c8b-8e54-410c7a540f27},,application/x-mozilla-static,,nsWidgetGtk2Module
547{2376201c-bbc6-472f-9b62-7548040a61c6},,text/javascript,,rel:FeedConverter.js
548{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
549{a181af0d-68b8-4308-94db-d4f859058215},,application/x-mozilla-static,,necko
550{461cd5dd-73c6-47a4-8cc3-603b37d84a61},,application/x-mozilla-static,,ZipWriterModule
551{5534ddc0-dd96-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
552{84b0f182-c6c7-11d2-b3b0-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
553{6394eeaf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
554{460a9792-b154-4f26-a922-0f653e2c8f91},,text/javascript,,rel:nsMicrosummaryService.js
555{a2027ec6-ba0d-4c72-805d-148233f5f33c},,application/x-mozilla-static,,necko
556{ba615199-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
557{495eca43-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
558{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
559{296d76aa-275b-4f3c-af8a-30a4026c18fc},,application/x-mozilla-static,,NSS
560{2d524fd4-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
561{a6cf90e5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
562{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},,application/x-mozilla-static,,necko
563{7bb40992-77eb-43db-9a4e-39d3bcc383ae},,application/x-mozilla-static,,nsParserModule
564{8a0dce80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
565{a4048e94-1dd1-11b2-a676-8a06c086cc7d},,application/x-mozilla-static,,nsRDFModule
566{549abb24-7c9d-4aba-915e-7ce0b716b32f},,application/x-mozilla-static,,nsSystemPrefModule
567{815e42e0-72cc-480f-934b-148e33c228a6},,application/x-mozilla-static,,nsAuthModule
568{ba6151bb-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
569{95f46161-d177-11d2-bf86-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule
570{072a5c3d-30c6-4f07-b87f-9f63d51403f2},,text/javascript,,rel:FeedProcessor.js
571{e1c61582-2a84-11d3-8cce-0060b0fc14a3},,application/x-mozilla-static,,necko
572{a0f827e2-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule
573{6803cace-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
574{32314cc8-22f7-4f7f-a645-1a45453ba6a6},,text/javascript,,rel:nsHandlerService.js
575{1c31ed79-accd-4b94-b517-06e0c81999d5},,text/javascript,,rel:FeedConverter.js
576{2f977d4f-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsPrefModule
577{fe74cf80-aa2d-11db-abbd-0800200c9a66},,text/javascript,,rel:fuelApplication.js
578{660d8ca9-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
579{6394eebc-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
580{7b8556ad-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
581{379c2775-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
582{a4e5888f-4fe4-4632-8e7e-745196ea7c70},,application/x-mozilla-static,,NSS
583{541afcb2-a9a3-11d2-8ec5-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
584{bfd0526d-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
585{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3},,application/x-mozilla-static,,necko
586{64edb481-0c04-11d5-a73c-e964b968b0bc},,application/x-mozilla-static,,embedcomponents
587{7e677795-c582-4cd1-9e8d-8271b3474d2a},,application/x-mozilla-static,,embedcomponents
588{af7a9951-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
589{797bec5a-1dd2-11b2-a7f8-ca397e0179c4},,application/x-mozilla-static,,nsImageLib2Module
590{27aecc62-7777-428e-b34c-5973a47b8298},,application/x-mozilla-static,,nsLayoutModule
591{d96d5985-a13a-4bdc-9386-ef348d7a97a1},,application/x-mozilla-native,,rel:libmozgnome.so
592{efc323e2-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
593{fca3766a-434a-4ae7-83cf-0909e18a093a},,application/x-mozilla-static,,necko
594{95d89e3e-a169-41a3-8e56-719978e15b12},@mozilla.org/xre/app-info;1,application/x-mozilla-static,nsXULAppInfo,Apprunner
595{fcacef22-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
596{9ac9e770-18bc-11d3-9337-00104ba0fd40},@mozilla.org/network/io-service;1,application/x-mozilla-static,nsIOService,necko
597{7c657d15-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
598{edb0490e-1dd1-11b2-83b8-dbf8d85906a6},,application/x-mozilla-static,,nsToolkitCompsModule
599{6394eea7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
600{a21bfa01-f349-4394-a84c-8de5cf0737d0},,application/x-mozilla-static,,embedcomponents
601{63ac8c66-1dd2-11b2-b070-84d00d3eaece},,text/javascript,,rel:nsProxyAutoConfig.js
602{ba615191-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
603{fe4f7592-c1fc-4662-ac83-538841318803},,application/x-mozilla-static,,xpconnect
604{fc2389b8-c650-4093-9e42-b05e5f0685b7},,application/x-mozilla-static,,nsWidgetGtk2Module
605{58a1c31c-1dd2-11b2-a3f6-d36949d48268},,application/x-mozilla-static,,necko
606{c7e410d4-85f2-11d3-9f63-006008a6efe9},,application/x-mozilla-static,,nsJarModule
607{4ca3c946-5408-49f0-9eca-3a97d5c67750},,application/x-mozilla-native,,rel:libbrowsercomps.so
608{7b8556b1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
609{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2},@mozilla.org/scriptsecuritymanager;1,application/x-mozilla-static,scriptsecuritymanager,nsSecurityManagerModule
610{ba6151b3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
611{ca168834-cc00-48f9-b83c-fd018e58cae3},,text/javascript,,rel:nsUrlClassifierListManager.js
612{ec7a6c20-e081-11da-8ad9-0800200c9a66},,text/javascript,,rel:nsSessionStartup.js
613{77221d5a-1dd2-11b2-8c69-c710f15d2ed5},,application/x-mozilla-static,,nsWidgetGtk2Module
614{5280606b-2510-4fe0-97ef-9b5a22eafe6b},,text/javascript,,rel:nsSessionStore.js
615{495eca48-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
616{6049b262-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
617{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f},,application/x-mozilla-static,,necko
618{bfd05264-834c-11d2-8eac-00805f29f371},,application/x-mozilla-static,,nsLayoutModule
619{e746a8b1-c97a-4fc5-baa4-66607521bd08},,application/x-mozilla-static,,necko
620{a6cf9063-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
621{6803cac6-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
622{fcacef21-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
623{518e071f-1dd2-11b2-937e-c45f14def778},,application/x-mozilla-static,,PKI
624{f24a14f0-4fa1-11d3-9894-006008962422},,application/x-mozilla-static,,xpconnect
625{e35d5067-95bc-4029-8432-e8f1e431148d},,text/javascript,,rel:nsContentDispatchChooser.js
626{660d8ca1-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
627{6394eeb4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
628{14c0e880-623e-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko
629{7a2a7a56-827f-4b38-bdac-31aa7ec2971d},,text/javascript,,abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js
630{ba61519e-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
631{4f5e62b8-d659-4156-84fc-2f6099400369},,application/x-mozilla-static,,nsLayoutModule
632{6c84aec9-29a5-4264-8fbc-bee8f922ea67},,application/x-mozilla-static,,necko
633{2d524fd9-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
634{47cd0651-b1be-4a0f-b5c4-10e5a573ef71},,text/javascript,,rel:nsBrowserContentHandler.js
635{e91f9440-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
636{06beec76-a183-4d9f-85dd-085f26da565a},,application/x-mozilla-static,,nsWidgetGtk2Module
637{fd9a9e8a-a77b-496a-b7bb-263df9715149},,application/x-mozilla-static,,nsImageLib2Module
638{e7f70966-9a37-48d7-8aeb-35998f31090e},,application/x-mozilla-static,,nsToolkitCompsModule
639{a0ccaaf8-09da-44d8-b250-9ac3e93c8117},,application/x-mozilla-static,,nsToolkitCompsModule
640{21dd6a03-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
641{ecba5203-77da-465a-865e-78b7af10d8f7},,application/x-mozilla-static,,nsWidgetGtk2Module
642{5551a1e0-5a66-11d3-806a-00600811a9c3},,application/x-mozilla-static,,application
643{50e95301-17a8-11d4-9f7e-dd530d5f057c},,application/x-mozilla-static,,nsComposerModule
644{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535},,application/x-mozilla-static,,docshell_provider
645{25029490-f132-11d2-9588-00805f369f95},,application/x-mozilla-static,,necko
646{30dcd313-73e1-447d-8339-37744952154e},,application/x-mozilla-static,,nsUConvModule
647{e638d760-8687-11d2-b530-000000000001},,application/x-mozilla-static,,nsRDFModule
648{fc886801-e768-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
649{ac2bb8fe-eeeb-4572-b40f-be03932b56e0},,application/x-mozilla-static,,nsImageLib2Module
650{4ea60761-31d6-491d-9e34-4b53a26c416c},,application/x-mozilla-static,,NSS
651{aa40253b-4c42-4056-8132-37bcd07862fd},,application/x-mozilla-static,,nsLayoutModule
652{baa34652-f1f1-4185-b224-244ee82a413a},,application/x-mozilla-static,,nsLayoutModule
653{fbc81170-1f69-11d3-9344-00104ba0fd40},@mozilla.org/network/protocol;1?name=file,application/x-mozilla-static,nsFileProtocolHandler,necko
654{a0d6ad32-1dd1-11b2-aa55-a40187b54036},,application/x-mozilla-static,,necko
655{984e3259-9266-49cf-b605-60b022a00756},,application/x-mozilla-static,,nsPlacesModule
656{ba6151ab-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
657{7584ce90-5b25-11d3-a175-0050041caf44},,application/x-mozilla-static,,necko
658{0a5cd734-eb65-4d14-88a0-9f0bb2aba206},,application/x-mozilla-static,,nsRDFModule
659{749e62f4-60ae-4569-a8a2-de78b649660e},,text/javascript,,rel:nsLoginManagerPrompter.js
660{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b},,application/x-mozilla-native,,rel:libbrowsercomps.so
661{2d96b3df-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
662{a6cf9115-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsGfxModule
663{5c337258-a580-472e-8615-f277ddc5bb06},,application/x-mozilla-static,,nsWidgetGtk2Module
664{0e3afd3d-eb60-4c2b-963b-56d7c439f124},,application/x-mozilla-static,,nsLayoutModule
665{8eaaf524-7d6d-4f7d-ae8b-9277b324008d},,text/javascript,,rel:nsAddonRepository.js
666{6394eeac-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
667{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed},,application/x-mozilla-static,,nsImageLib2Module
668{275d800e-3f60-4896-adb7-d7f390ce0e42},@mozilla.org/network/url-parser;1?auth=yes,application/x-mozilla-static,nsAuthURLParser,necko
669{a59da931-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
670{0659cb83-faad-11d2-8e19-b206620a657c},,application/x-mozilla-static,,appshell
671{f3294b1c-89f4-46f8-98a0-44e1eae92518},,text/javascript,,rel:nsExtensionManager.js
672{2d524fd1-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
673{20557898-1dd2-11b2-8f65-9c462ee2bc95},,application/x-mozilla-static,,nsImageLib2Module
674{2d96b3d1-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
675{13111d00-ce81-11d6-8082-ecf3665af67c},,application/x-mozilla-static,,nsLayoutModule
676{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc},,application/x-mozilla-static,,nsComposerModule
677{06893e69-71d8-4b23-81eb-80314daf3e66},,application/x-mozilla-native,,rel:libbrowsercomps.so
678{ba6151b8-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
679{b57f97c2-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule
680{c87a37fc-8109-4ce2-a322-8cdec925379f},,application/x-mozilla-static,,nsLayoutModule
681{9416bfb2-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
682{e7ba1480-1dea-11d3-830f-00104bed045e},,application/x-mozilla-static,,nsLayoutModule
683{6803cacb-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
684{f68578eb-6ec2-4169-ae19-8c6243f0abe1},,text/javascript,,rel:nsHelperAppDlg.js
685{d92d57c5-ba1d-11d2-af0c-0060089fe59b},,application/x-mozilla-static,,nsI18nModule
686{e036c738-1dd1-11b2-9392-9d94aa74b0c5},,application/x-mozilla-static,,nsAutoConfigModule
687{8b5314bb-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
688{e7509b46-2eb2-410a-9d7c-c3ce73284d01},,application/x-mozilla-static,,nsLayoutModule
689{d673255d-1184-400a-b0b5-ee9d1295bd85},,application/x-mozilla-static,,nsUConvModule
690{6394eeb9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
691{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc},,application/x-mozilla-static,,nsLayoutModule
692{a33982d3-1adf-4162-9941-f734bc45e4ed},,application/x-mozilla-static,,nsComposerModule
693{7b8556aa-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
694{bd6390c8-fbea-11d4-98f6-001083010e9b},,application/x-mozilla-static,,docshell_provider
695{c375fa80-150f-11d6-a618-0010a401eb10},,application/x-mozilla-static,,necko
696{660d8ca3-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
697{d750a964-2d14-484c-b3aa-8ed7823b5c7b},,application/x-mozilla-static,,nsLayoutModule
698{786e0a0e-e035-4600-8ee0-365a63a80b80},,application/x-mozilla-static,,nsToolkitCompsModule
699{b0ff4572-dae4-4bef-a092-83c1b88f6be9},@mozilla.org/network/dns-service;1,application/x-mozilla-static,nsDNSService,necko
700{bbc23860-2553-479d-8b78-94d9038334f7},,text/javascript,,rel:nsTaggingService.js
701{064d9cee-1dd2-11b2-83e3-d25ab0193c26},,application/x-mozilla-static,,nsPrefModule
702{6394eea4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
703{6ee5301a-3981-49bd-85f8-1a2cc228cf3e},,application/x-mozilla-static,,nsUniversalCharDetModule
704{9416bfbf-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
705{2bf64765-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule
706{9c8f9601-801a-11d2-98ba-00805f297d89},,application/x-mozilla-static,,nsTransactionManagerModule
707{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a},,application/x-mozilla-static,,nsLayoutModule
708{2cd0c310-e127-44d0-88fc-4435c9ab4d4b},,text/javascript,,rel:jsconsole-clhandler.js
709{b7b2ccec-7912-4ea6-a548-b038447004bd},,application/x-mozilla-static,,nsToolkitCompsModule
710{d899a152-9412-46b2-b651-2e71c5c2f05f},,application/x-mozilla-static,,nsLayoutModule
711{217d014a-1dd2-11b2-999c-b0c4df79b324},,application/x-mozilla-static,,NSS
712{80d7e247-d4b8-45d7-bb59-6f1dd56f384c},,application/x-mozilla-static,,nsLayoutModule
713{ba6151b0-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
714{df71c6f0-ec53-11d2-bdca-000064657374},,application/x-mozilla-static,,nsRDFModule
715{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6},,application/x-mozilla-static,,nsToolkitCompsModule
716{792a7e82-06a0-437c-af63-b2d12e808acc},,text/javascript,,rel:WebContentConverter.js
717{495eca45-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
718{78c61626-4d1f-4843-9364-4652d98ff6e1},,application/x-mozilla-static,,nsImageLib2Module
719{6356aa16-7916-4215-a825-cbc2692ca87a},,application/x-mozilla-static,,application
720{e11a6080-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
721{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
722{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
723{5871a422-1dd2-11b2-ab3f-e2e56be5da9c},,application/x-mozilla-static,,nsImageLib2Module
724{15629ada-a41c-4a09-961f-6553cd60b1a2},,application/x-mozilla-static,,necko
725{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f},,application/x-mozilla-static,,nsLayoutModule
726{2ea2e7d0-4095-11d3-9144-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
727{dd156d62-d26f-4441-9cdb-e8f09107c273},,application/x-mozilla-static,,nsSecurityManagerModule
728{6394eeb1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
729{c272fee0-c7e9-11d3-8cda-0060b0fc14a3},,application/x-mozilla-static,,necko
730{96ec4163-efc8-407a-8735-007fb26be4e8},,application/x-mozilla-static,,nsAuthModule
731{e38e53b9-5bb0-456a-b553-579370cb1567},,application/x-mozilla-static,,xpconnect
732{a6cf90e3-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
733{d164e770-4157-11d4-9a42-000064657374},,application/x-mozilla-static,,nsLayoutModule
734{2d524fd6-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
735{78481e4a-50e4-4489-b68a-ef82670ed63f},,application/x-mozilla-native,,rel:libbrowsercomps.so
736{301dea42-6850-4cda-8945-81f7dbc2186b},,application/x-mozilla-static,,necko
737{b322a5c0-a419-484e-96ba-d7182163899f},,text/javascript,,rel:nsUpdateTimerManager.js
738{9c47c121-1c6e-4d8f-b904-3ac968116e88},,application/x-mozilla-static,,docshell_provider
739{8b449142-1eab-4bfa-9830-fab6ebb09774},,application/x-mozilla-static,,nsLayoutModule
740{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6},@mozilla.org/moz/jsloader;1,application/x-mozilla-static,JS component loader,xpconnect
741{c8e518c1-47ae-11d3-91cd-00105aa3f7dc},,application/x-mozilla-static,,nsI18nModule
742{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe},,application/x-mozilla-static,,JavaScript_Debugger
743{ff9fbcd7-9517-4334-b97a-ceed78909974},,application/x-mozilla-static,,NSS
744{510a86bb-6019-4ed1-bb4f-965cffd23ece},,application/x-mozilla-static,,necko
745{b084a2ce-1dd1-11b2-bf10-8324f8e065cc},,application/x-mozilla-static,,NSS
746{3d262d00-8b5a-11d2-8eb0-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
747{dca61eb5-c7cd-4df1-b0fb-d0722baba251},,text/javascript,,rel:nsLivemarkService.js
748{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
749{660a3226-915c-4ffb-bb20-8985a632df05},,application/x-mozilla-static,,NSS
750{2ec62893-3b35-48fa-ab1d-5e68a9f45f08},,application/x-mozilla-static,,necko
751{ce002b28-92b7-4701-8621-cc925866fb87},,application/x-mozilla-static,,nsCookieModule
752{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},,application/x-mozilla-static,,mozSpellCheckerModule
753{c95f1831-c376-11d1-b721-00600891d8c9},,application/x-mozilla-static,,nsLayoutModule
754{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02},,application/x-mozilla-static,,necko
755{e09e4ca6-276b-4bb4-8b71-0635a3a2a007},,text/javascript,,rel:storage-Legacy.js
756{56c778e4-1bee-45f3-a689-886692a97fe7},,application/x-mozilla-static,,mozSpellCheckerModule
757{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a},,application/x-mozilla-static,,docshell_provider
758{7bd05c78-6a26-11d7-b16f-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule
759{6394eebe-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
760{7b8556af-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
761{379c2777-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
762{de401c37-9a7f-4278-a6f8-3de2833989ef},,application/x-mozilla-static,,nsAccessibilityModule
763{4ec832da-6ae7-4185-807b-daddcb5da37a},,application/x-mozilla-static,,nsLayoutModule
764{f0acde16-1dd1-11b2-9e35-f5786fff5a66},,application/x-mozilla-static,,docshell_provider
765{56e2ada8-4631-11d4-ba11-001083023c1e},,application/x-mozilla-static,,nsLayoutModule
766{8a115faa-7dcb-4e8f-979b-5f53472f51cf},,text/javascript,,rel:nsExtensionManager.js
767{61ba33c0-3031-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,nsChromeModule
768{e042570c-62de-4bb6-a6e0-798e3c07b4df},,application/x-mozilla-static,,embedcomponents
769{bbef8185-c628-4cc1-b53e-e61e74c2451a},,application/x-mozilla-static,,necko
770{9416bfc1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
771{aa13e4a0-a5ac-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
772{7c657d17-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
773{6394eea9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
774{66354bc9-7ed1-4692-ae1d-8da97d6b205e},,text/javascript,,rel:nsBlocklistService.js
775{171e72db-0f8a-412a-8461-e4c927a3a2ac},,application/x-mozilla-static,,nsComposerModule
776{ef565d0a-ab9a-4a13-9160-0644cdfd859a},,application/x-mozilla-static,,nsCookieModule
777{735959a1-af01-447e-b02d-56e968fa52b4},,application/x-mozilla-static,,NSS
778{5e8d4751-1852-434b-a992-2c6d2a25fa46},,application/x-mozilla-static,,nsPlacesModule
779{ecd55a01-2780-11d5-a73c-ca641a6813bc},,application/x-mozilla-static,,embedcomponents
780{2002f782-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
781{c11c21b2-71c9-4f87-a0f8-5e13f50495fd},,text/javascript,,rel:nsFormAutoComplete.js
782{8227f019-afc7-461e-b030-9f185d7a0e29},,application/x-mozilla-static,,mozSpellCheckerModule
783{1d40026b-4c44-4f6f-b158-26bb5e9c65e9},,application/x-mozilla-static,,nsLayoutModule
784{e28ab250-d66d-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
785{ba6151b5-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
786{4f76e100-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
787{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69},,application/x-mozilla-static,,nsPlacesModule
788{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9},@mozilla.org/intl/stringbundle;1,application/x-mozilla-static,String Bundle,nsI18nModule
789{a578e0a2-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
790{f7c9f5f4-4451-41c3-a28a-5ba2447fbace},,application/x-mozilla-static,,necko
791{7b8556b0-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
792{1147d32c-215b-4014-b180-07fe7aedf915},,application/x-mozilla-static,,nsLayoutModule
793{905f80f1-8a7b-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule
794{6803cac8-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
795{758e4f20-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
796{6394eea1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
797{6049b261-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
798{6394eeb6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
799{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3},,application/x-mozilla-static,,nsWidgetGtk2Module
800{9c0ff6f4-deda-40e5-806c-b6cc449c21ce},,application/x-mozilla-static,,nsUConvModule
801{49b38f12-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
802{2d524fdb-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
803{7f915b01-98fc-11d4-8eb0-a803f80ff1bc},,application/x-mozilla-static,,nsLayoutModule
804{430d416c-a722-4ad1-be98-d9a445f85e3f},,application/x-mozilla-static,,ZipWriterModule
805{245abae2-b947-4ded-a46d-9829d3cca462},,application/x-mozilla-static,,nsJarModule
806{cb9abbae-66b6-4609-8594-5c4ff300888e},,application/x-mozilla-static,,necko
807{82776710-5690-11d3-be36-00104bde6048},,application/x-mozilla-static,,application
808{2c3837af-8b85-4a68-b0d8-0aed88985b32},,application/x-mozilla-static,,NSS
809{23bcc750-dc20-460b-b2d4-74d8f58d3615},,application/x-mozilla-static,,CommandLineModule
810{cc75499a-1dd1-11b2-8a82-ca410ac907b8},,application/x-mozilla-static,,BOOT
811{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21},,application/x-mozilla-static,,NSS
812{c744ca3d-840b-460a-8d70-7ce63c51c958},,application/x-mozilla-static,,nsWindowDataSourceModule
813{be65e2b7-fe46-4e0f-88e0-4b385db4d68a},,application/x-mozilla-static,,NSS
814{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd},,application/x-mozilla-static,,nsLayoutModule
815{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4},,application/x-mozilla-static,,nsPrefModule
816{b7f44954-11d1-11b2-8c2e-c2feab4186bc},,application/x-mozilla-static,,nsLayoutModule
817{9f1800ab-f428-4207-b40c-e832e77b01fc},,application/x-mozilla-static,,nsWidgetGtk2Module
818{0320e073-79c7-4dae-8055-81bed8b8db96},,application/x-mozilla-static,,nsJarModule
819{93ad72a6-02cd-4716-9626-d47d5ec275ec},,application/x-mozilla-static,,nsLayoutModule
820
821[CONTRACTIDS]
822@mozilla.org/intl/unicode/encoder;1?charset=Big5,{efc323e2-ec62-11d2-8aac-00600811a836}
823@mozilla.org/gfx/region/nsThebes;1,{e12752f0-ee9a-11d1-a82a-0040959a28c9}
824@mozilla.org/image/tools;1,{fd9a9e8a-a77b-496a-b7bb-263df9715149}
825@mozilla.org/network/effective-tld-service;1,{cb9abbae-66b6-4609-8594-5c4ff300888e}
826@mozilla.org/intl/unicode/encoder;1?charset=x-mac-greek,{7b8556b1-ec79-11d2-8aac-00600811a836}
827@mozilla.org/extensions/addon-repository;1,{8eaaf524-7d6d-4f7d-ae8b-9277b324008d}
828@mozilla.org/inspector/dom-utils;1,{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b}
829@mozilla.org/xtf/xml-contentbuilder;1,{e09af32d-2a54-4d76-9ef0-3070e83f8be7}
830@mozilla.org/intl/unicharcategory;1,{748a1132-671a-409a-8d1d-f1cdf6b3a6b4}
831@mozilla.org/intl/unicode/decoder;1?charset=x-windows-949,{9416bfbf-1f93-11d3-b3bf-00805f8a6670}
832@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6,{660d8ca8-f763-11d2-8aad-00600811a836}
833@mozilla.org/intl/unicode/decoder;1?charset=UTF-32,{30dcd313-73e1-447d-8339-37744952154e}
834@mozilla.org/content/post-content-iterator;1,{a6cf90e3-15b3-11d2-932e-00805f8add32}
835@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmmi,{bd1326a6-5a14-48de-97cc-95b5195f4fb9}
836@mozilla.org/network/mime-hdrparam;1,{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a}
837@mozilla.org/network/protocol/about;1?what=config,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
838@mozilla.org/network/sync-stream-listener;1,{439400d3-6f23-43db-8b06-8aafe1869bd8}
839@mozilla.org/intl/unicode/decoder;1?charset=x-viet-tcvn5712,{6394eead-fc3d-11d2-b3b8-00805f8a6670}
840@mozilla.org/download-manager-ui;1,{7dfdf0d1-aff6-4a34-bad1-d0fe74601642}
841@mozilla.org/intl/unicode/encoder;1?charset=x-mac-arabic,{6803cac7-1e3b-11d5-a145-005004832142}
842@mozilla.org/url-classifier/streamupdater;1,{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6}
843@mozilla.org/xmlextras/domparser;1,{3a8a3a50-512c-11d4-9a54-000064657374}
844@mozilla.org/streamconv;1?from=x-compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
845@mozilla.org/network/protocol-proxy-service;1,{e9b301c0-e0e4-11d3-a1a8-0050041caf44}
846@mozilla.org/storage/service;1,{bbbb1d61-438f-4436-92ed-8308e5830fb0}
847@mozilla.org/image/decoder;2?type=image/icon,{ffc08380-256c-11d5-9905-001083010e9b}
848@mozilla.org/widget/clipboardhelper;1,{77221d5a-1dd2-11b2-8c69-c710f15d2ed5}
849@mozilla.org/network/server-socket;1,{2ec62893-3b35-48fa-ab1d-5e68a9f45f08}
850@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-14,{6394eeb1-fc3d-11d2-b3b8-00805f8a6670}
851@mozilla.org/intl/unicode/decoder;1?charset=x-mac-turkish,{7b8556a4-ec79-11d2-8aac-00600811a836}
852@mozilla.org/uriloader/web-handler-app;1,{8b1ae382-51a9-4972-b930-56977a57919d}
853@mozilla.org/intl/saveascharset;1,{0cd233e0-7a86-11d3-915c-006008a6edf6}
854@mozilla.org/network/http-authenticator;1?scheme=basic,{fca3766a-434a-4ae7-83cf-0909e18a093a}
855@mozilla.org/sidebar;1,{22117140-9c6e-11d3-aaf1-00805f8a4905}
856@mozilla.org/streamconv;1?from=text/plain&to=text/html,{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e}
857@mozilla.org/webnavigation-info;1,{f30bc0a2-958b-4287-bf62-ce38ba0c811e}
858@mozilla.org/intl/charsetdetect;1?type=ukprob,{2002f782-3960-11d3-b3c3-00805f8a6670}
859@mozilla.org/intl/unicode/decoder;1?charset=windows-1251,{a578e0a1-f76b-11d2-8aad-00600811a836}
860@mozilla.org/storage/statement-wrapper;1,{dab3a846-3a59-4fc2-9745-c6ff48776f00}
861@mozilla.org/layout/contentserializer;1?mimetype=application/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
862@mozilla.org/system-proxy-settings;1,{0fa3158c-d5a7-43de-9181-a285e74cf1d4}
863@mozilla.org/gfx/renderingcontext;1,{6049b261-c1e6-11d1-a827-0040959a28c9}
864@mozilla.org/image/decoder;2?type=image/jpg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
865@mozilla.org/security/crlmanager;1,{5b256c10-22d8-4109-af92-1253035e9fcb}
866@mozilla.org/layout/contentserializer;1?mimetype=image/svg+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
867@mozilla.org/network/mime-input-stream;1,{58a1c31c-1dd2-11b2-a3f6-d36949d48268}
868@mozilla.org/intl/unicode/decoder;1?charset=UTF-8,{5534ddc0-dd96-11d2-8aac-00600811a836}
869@mozilla.org/dom/storage;1,{8b449142-1eab-4bfa-9830-fab6ebb09774}
870@mozilla.org/embedding/browser/nsCommandHandler;1,{3a449110-66fd-11d4-9528-0020183bf181}
871@mozilla.org/intl/unicode/encoder;1?charset=IBM850,{2d524fd6-ae74-11d3-abf7-0004aceefa51}
872@mozilla.org/intl/unicode/encoder;1?charset=windows-1254,{7b8556ae-ec79-11d2-8aac-00600811a836}
873@mozilla.org/sound;1,{b148eed2-236d-11d3-b35c-00a0cc3c1cde}
874@mozilla.org/intl/unicode/encoder;1?charset=x-mac-devanagari,{6803cac5-1e3b-11d5-a145-005004832142}
875@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6,{660d8ca3-f763-11d2-8aad-00600811a836}
876@mozilla.org/xpinstall/install-manager;1,{6a4d4c1e-a74a-4320-8124-16233a0183d6}
877@mozilla.org/passwordmanager/authpromptfactory;1,{749e62f4-60ae-4569-a8a2-de78b649660e}
878@mozilla.org/extensions/blocklist;1,{66354bc9-7ed1-4692-ae1d-8da97d6b205e}
879@mozilla.org/widget/bidikeyboard;1,{9f1800ab-f428-4207-b40c-e832e77b01fc}
880@mozilla.org/permissions/contentblocker;1,{4ca6b67b-5cc7-4e71-a98a-97af1c134862}
881@mozilla.org/appshell/component/browser-status-filter;1,{6356aa16-7916-4215-a825-cbc2692ca87a}
882@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-CN,{ba615199-1dfa-11d3-b3bf-00805f8a6670}
883@mozilla.org/security/nsASN1Tree;1,{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606}
884@mozilla.org/intl/texttransform;1?type=hankakutozenkaku,{8f666a11-04a0-11d3-b3b9-00805f8a6670}
885@mozilla.org/intl/charsetdetect;1?type=ruprob,{2002f781-3960-11d3-b3c3-00805f8a6670}
886@mozilla.org/uriloader/content-handler;1?type=text/css,{5d0ce354-df01-421a-83fb-7ead0990c24e}
887@mozilla.org/widget/native-key-bindings;1?type=input,{5c337258-a580-472e-8615-f277ddc5bb06}
888@mozilla.org/streamconv;1?from=text/gopher-dir&to=application/http-index-format,{ea617873-3b73-4efd-a2c4-fc39bfab809d}
889@mozilla.org/editor/editorcontroller;1,{26fb965c-9de6-11d3-bccc-0060b0fc76bd}
890@mozilla.org/layout/documentEncoder;1?type=application/xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
891@mozilla.org/image/decoder;2?type=image/gif,{797bec5a-1dd2-11b2-a7f8-ca397e0179c4}
892@mozilla.org/intl/texttosuburi;1,{8b042e22-6f87-11d3-b3c8-00805f8a6670}
893@mozilla.org/network/http-activity-distributor;1,{15629ada-a41c-4a09-961f-6553cd60b1a2}
894@mozilla.org/network/protocol/about;1?what=buildconfig,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
895@mozilla.org/widget/htmlformatconverter;1,{948a0023-e3a7-11d2-96cf-0060b0fb9956}
896@mozilla.org/intl/unicode/encoder;1?charset=Shift_JIS,{e28ab250-d66d-11d2-8aac-00600811a836}
897@mozilla.org/nsCertificateDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
898@mozilla.org/streamconv;1?from=application/http-index-format&to=text/html,{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2}
899@mozilla.org/network/stream-transport-service;1,{0885d4f8-f7b8-4cda-902e-94ba38bc256e}
900@mozilla.org/js/xpc/RuntimeService;1,{b5e65b52-1dd1-11b2-ae8f-f0928ed88482}
901@mozilla.org/network/binary-detector;1,{a2027ec6-ba0d-4c72-805d-148233f5f33c}
902@mozilla.org/intl/charsetalias;1,{98d41c21-ccf3-11d2-b3b1-00805f8a6670}
903@mozilla.org/browser/favicon-service;1,{984e3259-9266-49cf-b605-60b022a00756}
904@mozilla.org/globalprefsecuritycheck;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
905@mozilla.org/js/xpc/Exception;1,{5632bf70-51ec-11d3-9896-006008962422}
906@mozilla.org/feed-person;1,{95c963b7-20b2-11db-92f6-001422106990}
907@mozilla.org/xul/xul-popup-manager;1,{14632191-ac21-4bdf-83e7-2363ad17e838}
908@mozilla.org/content/plugin/document-loader-factory;1,{0ddf4df8-4dbb-4133-8b79-9afb966514f5}
909@mozilla.org/network/request-observer-proxy;1,{51fa28c7-74c0-4b85-9c46-d03faa7b696b}
910@mozilla.org/browser/clh;1,{5d0ce354-df01-421a-83fb-7ead0990c24e}
911@mozilla.org/embedcomp/controller-command-group;1,{ecd55a01-2780-11d5-a73c-ca641a6813bc}
912@mozilla.org/uriloader/content-handler;1?type=text/plain,{5d0ce354-df01-421a-83fb-7ead0990c24e}
913@mozilla.org/network/socket;2?type=starttls,{b9507aec-1dd1-11b2-8cd5-c48ee0c50307}
914@mozilla.org/uriloader/external-helper-app-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
915@mozilla.org/scriptsecuritymanager;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
916@mozilla.org/browser/browserglue;1,{eab9012e-5f74-4cbc-b2b5-a590235513cc}
917@mozilla.org/network/protocol;1?name=ftp,{25029490-f132-11d2-9588-00805f369f95}
918@mozilla.org/js/xpc/XPConnect;1,{cb6593e0-f9b2-11d2-bdd6-000064657374}
919@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica3,{830b5f80-e2f2-11d3-b32f-004005a7a7e4}
920@mozilla.org/intl/unicode/decoder;1?charset=Big5-HKSCS,{ba6151bb-ec62-11d2-8aac-00600811a836}
921@mozilla.org/security/psmdownload;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0}
922@mozilla.org/image/container;2,{376ff2c1-9bf6-418a-b143-3340c00112f7}
923@mozilla.org/embedcomp/find;1,{57cf9383-3405-11d5-be5b-aa20fa2cf37c}
924@mozilla.org/autocomplete/controller;1,{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9}
925@mozilla.org/network/unichar-stream-loader;1,{9445791f-fa4c-4669-b174-df5032bb67b3}
926@mozilla.org/nsTokenDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
927@mozilla.org/intl/scriptabledateformat;1,{2ea2e7d0-4095-11d3-9144-006008a6edf6}
928@mozilla.org/network/application-cache-service;1,{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5}
929@mozilla.org/network/http-authenticator;1?scheme=ntlm,{bbef8185-c628-4cc1-b53e-e61e74c2451a}
930@mozilla.org/intl/unicode/encoder;1?charset=gb18030,{a59da932-4091-11d5-a145-005004832142}
931@mozilla.org/geolocation/provider;1,{77da64d3-7458-4920-9491-86cc9914f904}
932@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine,{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670}
933@mozilla.org/inspector/search;1?type=cssvalue,{4d977f60-fbe7-4583-8cb7-f5ed882293ef}
934@mozilla.org/network/socket;2?type=socks,{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a}
935@mozilla.org/intl/platformcharset;1,{84b0f182-c6c7-11d2-b3b0-00805f8a6670}
936@mozilla.org/intl/unicode/decoder;1?charset=x-mac-arabic,{6803cac6-1e3b-11d5-a145-005004832142}
937@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine,{fcacef24-2b40-11d3-b3bf-00805f8a6670}
938@mozilla.org/intl/unicode/decoder;1?charset=KOI8-U,{6394eea6-fc3d-11d2-b3b8-00805f8a6670}
939@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmr,{d5eb483c-67c0-4286-a4a6-330e58a82300}
940@mozilla.org/browser/sessionstore;1,{5280606b-2510-4fe0-97ef-9b5a22eafe6b}
941@mozilla.org/pref-localizedstring;1,{064d9cee-1dd2-11b2-83e3-d25ab0193c26}
942@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-E,{495eca45-0a5c-11d4-a135-005004832142}
943@mozilla.org/security/nsscertcache;1,{3f429a14-dffe-417d-8cb8-fdf09bacd09e}
944@mozilla.org/libjar/zip-reader-cache;1,{1b117e16-0cad-11d4-986e-00c04fa0cf4a}
945@mozilla.org/url-classifier/utils;1,{b7b2ccec-7912-4ea6-a548-b038447004bd}
946@mozilla.org/network/protocol/about;1?what=home,{7a2a7a56-827f-4b38-bdac-31aa7ec2971d}
947@mozilla.org/intl/unicode/encoder;1?charset=windows-936,{9416bfc1-1f93-11d3-b3bf-00805f8a6670}
948@mozilla.org/editor/txtsrvfilter;1,{171e72db-0f8a-412a-8461-e4c927a3a2ac}
949@mozilla.org/nsDOMCryptoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
950@mozilla.org/intl/unicode/decoder;1?charset=armscii-8,{6394eeac-fc3d-11d2-b3b8-00805f8a6670}
951@mozilla.org/jsctypes;1,{0c797702-1c60-4051-9dd7-4d7405605642}
952@mozilla.org/intl/unicode/encoder;1?charset=windows-874,{6394eeb4-fc3d-11d2-b3b8-00805f8a6670}
953@mozilla.org/network/protocol;1?name=resource,{e64f152a-9f07-11d3-8cda-0060b0fc14a3}
954@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-3,{660d8ca5-f763-11d2-8aad-00600811a836}
955@mozilla.org/accelerometer;1,{ecba5203-77da-465a-865e-78b7af10d8f7}
956@mozilla.org/network/url-parser;1?auth=yes,{275d800e-3f60-4896-adb7-d7f390ce0e42}
957@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-I,{495eca48-0a5c-11d4-a135-005004832142}
958@mozilla.org/embedcomp/cookieprompt-service;1,{ce002b28-92b7-4701-8621-cc925866fb87}
959@mozilla.org/intl/unicode/encoder;1?charset=x-zapf-dingbats,{21dd6a03-413c-11d3-b3c3-00805f8a6670}
960@mozilla.org/network/idn-service;1,{62b778a6-bce3-456b-8c31-2865fbb68c91}
961@mozilla.org/network/input-stream-channel;1,{6ddb050c-0d04-11d4-986e-00c04fa0cf4a}
962@mozilla.org/microsummary/service;1,{460a9792-b154-4f26-a922-0f653e2c8f91}
963@mozilla.org/toolkit/app-startup;1,{7dd4d320-c84b-4624-8d45-7bb9b2356977}
964@mozilla.org/url-classifier/listmanager;1,{ca168834-cc00-48f9-b83c-fd018e58cae3}
965@mozilla.org/network/auth-module;1?name=ntlm,{a4e5888f-4fe4-4632-8e7e-745196ea7c70}
966@mozilla.org/intl/xmlencoding;1,{12bb8f16-2389-11d3-b3bf-00805f8a6670}
967@mozilla.org/network/socket;2?type=udp,{320706d2-2e81-42c6-89c3-8d83b17d3fb4}
968@mozilla.org/intl/unicode/encoder;1?charset=x-johab,{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc}
969@mozilla.org/spellchecker/personaldictionary;1,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048}
970@mozilla.org/browser/global-history;1,{a772eee4-0464-405d-a329-a29dfda3791a}
971@mozilla.org/widget/idleservice;1,{6987230e-0098-4e78-bc5f-1493ee7519fa}
972@mozilla.org/xpinstall/installtrigger;1,{18c2f98d-b09f-11d2-bcde-00805f0e1353}
973@mozilla.org/layout/documentEncoder;1?type=application/xhtml+xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
974@mozilla.org/network/protocol;1?name=http,{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3}
975@mozilla.org/intl/unicode/decoder;1?charset=windows-1252,{7c657d15-ec5e-11d2-8aac-00600811a836}
976@mozilla.org/intl/unicode/encoder;1?charset=UTF-32,{49b38f14-6193-11d3-b3c5-00805f8a6670}
977@mozilla.org/intl/semanticunitscanner;1,{adf42751-1cef-4ad2-aa8e-bcb849d8d31f}
978@mozilla.org/rdf/datasource;1?name=in-memory-datasource,{bfd0526d-834c-11d2-8eac-00805f29f370}
979@mozilla.org/intl/unicode/decoder;1?charset=UTF-16LE,{ba6151b7-1dfa-11d3-b3bf-00805f8a6670}
980@mozilla.org/streamconv;1?from=compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
981@mozilla.org/intl/unicode/decoder;1?charset=us-ascii,{ba6151b9-1dfa-11d3-b3bf-00805f8a6670}
982@mozilla.org/network/stream-loader;1,{5ba6d920-d4e9-11d3-a1a5-0050041caf44}
983@mozilla.org/content/canvas-rendering-context;1?id=2d,{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5}
984@mozilla.org/layout/contentserializer;1?mimetype=text/html,{9d3f70da-86e9-11d4-95ec-00b0d03e37b7}
985@mozilla.org/network/socket;2?type=ssl,{217d014a-1dd2-11b2-999c-b0c4df79b324}
986@mozilla.org/intl/unicode/encoder;1?charset=x-windows-949,{9416bfbe-1f93-11d3-b3bf-00805f8a6670}
987@mozilla.org/security/hash;1,{36a1d3b3-d886-4317-96ff-87b0005cfef7}
988@mozilla.org/network/auth-module;1?name=sasl-gssapi,{815e42e0-72cc-480f-934b-148e33c228a6}
989@mozilla.org/intl/unicode/encoder;1?charset=windows-1251,{a578e0a3-f76b-11d2-8aac-00600811a836}
990@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-15,{6394eea2-fc3d-11d2-b3b8-00805f8a6670}
991@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-3,{660d8ca0-f763-11d2-8aad-00600811a836}
992@mozilla.org/intl/unicode/encoder;1?charset=UTF-32LE,{ba6151b6-1dfa-11d3-b3bf-00805f8a6670}
993@mozilla.org/dom/storagemanager;1,{b88a4712-eb52-4c10-9b85-bf5894b510f0}
994@mozilla.org/psm;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e}
995@mozilla.org/docloaderservice;1,{057b04d0-0ccf-11d2-beba-00805f8a66dc}
996@mozilla.org/streamconv;1?from=application/mac-binhex40&to=*/*,{301dea42-6850-4cda-8945-81f7dbc2186b}
997@mozilla.org/network/protocol/about;1?what=cache,{9158c470-86e4-11d4-9be2-00e09872a416}
998@mozilla.org/gfx/printsettings-service;1,{841387c8-72e6-484b-9296-bf6eea80d58a}
999@mozilla.org/intl/unicode/decoder;1?charset=IBM866,{ba6151a9-1dfa-11d3-b3bf-00805f8a6670}
1000@mozilla.org/content/syncload-dom-service;1,{0e4e7d00-f71a-439f-9178-1a71ff11b55f}
1001@mozilla.org/intl/unicode/encoder;1?charset=us-ascii,{ba6151ba-1dfa-11d3-b3bf-00805f8a6670}
1002@mozilla.org/intl/unicode/encoder;1?charset=TIS-620,{c5de4da2-d667-42d2-b8c2-efdbcf3302ef}
1003@mozilla.org/uriloader/content-handler;1?type=text/html,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1004@mozilla.org/security/nsCertTree;1,{4ea60761-31d6-491d-9e34-4b53a26c416c}
1005@mozilla.org/xul/xul-template-builder;1,{3d262d00-8b5a-11d2-8eb0-00805f29f370}
1006@mozilla.org/inspector/flasher;1,{9286e71a-621a-4b91-851e-9984c1a2e81a}
1007@mozilla.org/security/crypto;1,{929d9320-251e-11d4-8a7c-006008c844c3}
1008@mozilla.org/fuel/application;1,{fe74cf80-aa2d-11db-abbd-0800200c9a66}
1009@mozilla.org/url-classifier/hashcompleter;1,{786e0a0e-e035-4600-8ee0-365a63a80b80}
1010@mozilla.org/intl/converter-output-stream;1,{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925}
1011@mozilla.org/embeddor.implemented/bookmark-charset-resolver;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1012@mozilla.org/intl/stringcharsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670}
1013@mozilla.org/find/find_service;1,{5060b803-340e-11d5-be5b-b3e063ec6a3c}
1014@mozilla.org/editor/editingsession;1,{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc}
1015@mozilla.org/xbl;1,{64f300a1-c88c-11d3-97fb-00400553eef0}
1016@mozilla.org/uriloader/dbus-handler-app;1,{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535}
1017@mozilla.org/intl/unicode/encoder;1?charset=GEOSTD8,{6394eebe-fc3d-11d2-b3b8-00805f8a6670}
1018@mozilla.org/content-pref/hostname-grouper;1,{8df290ae-dcaa-4c11-98a5-2429a4dc97bb}
1019@mozilla.org/intl/unicode/encoder;1?charset=x-mac-romanian,{6394eeb8-fc3d-11d2-b3b8-00805f8a6670}
1020@mozilla.org/network/util;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40}
1021@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmex,{e91f9440-e076-11d3-b32f-004005a7a7e4}
1022@mozilla.org/intl/converter-input-stream;1,{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527}
1023@mozilla.org/network/url-parser;1?auth=maybe,{ff41913b-546a-4bff-9201-dc9b2c032eba}
1024@mozilla.org/netwerk/global-channel-event-sink;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
1025@mozilla.org/layout/documentEncoder;1?type=image/svg+xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1026@mozilla.org/intl/unicode/encoder;1?charset=x-mac-ce,{7b8556b0-ec79-11d2-8aac-00600811a836}
1027@mozilla.org/permissionmanager;1,{4f6b5e00-0c36-11d5-a535-0010a401eb10}
1028@mozilla.org/safebrowsing/application;1,{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5}
1029@mozilla.org/network/application-cache-namespace;1,{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f}
1030@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8,{660d8ca9-f763-11d2-8aad-00600811a836}
1031@mozilla.org/uriloader/content-handler;1?type=image/x-icon,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1032@mozilla.org/accessibleRetrieval;1,{663ca4a8-d219-4000-925d-d8f66406b626}
1033@mozilla.org/intl/stringcharsetdetect;1?type=cjk_parallel_state_machine,{fcacef22-2b40-11d3-b3bf-00805f8a6670}
1034@mozilla.org/js/jsd/debugger-service;1,{f1299dc2-1dd1-11b2-a347-ee6b7660e048}
1035@mozilla.org/docshell;1,{f1eac762-87e9-11d3-af80-00a024ffc08c}
1036@mozilla.org/image/encoder;2?type=image/png,{38d1592e-b81e-432b-86f8-471878bbfe07}
1037@mozilla.org/intl/unicode/encoder;1?charset=x-mac-cyrillic,{6394eeb9-fc3d-11d2-b3b8-00805f8a6670}
1038@mozilla.org/gfx/devicecontextspec;1,{d3f69889-e13a-4321-980c-a39332e21f34}
1039@mozilla.org/nsGeneratingKeypairInfoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1040@mozilla.org/cookie/permission;1,{ef565d0a-ab9a-4a13-9160-0644cdfd859a}
1041@mozilla.org/uriloader/content-handler;1?type=image/bmp,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1042@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica4,{87ed1160-e2f2-11d3-b32f-004005a7a7e4}
1043@mozilla.org/gnome-gconf-service;1,{d96d5985-a13a-4bdc-9386-ef348d7a97a1}
1044@mozilla.org/widget/appshell/gtk;1,{2d96b3df-c051-11d1-a827-0040959a28c9}
1045@mozilla.org/xhtmlparanoidfragmentsink;1,{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7}
1046@mozilla.org/intl/unicode/decoder;1?charset=GB2312,{379c2774-ec77-11d2-8aac-00600811a836}
1047@mozilla.org/image/loader;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7}
1048@mozilla.org/profile/migrator;1?app=browser&type=seamonkey,{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b}
1049@mozilla.org/uriloader/psm-external-content-listener;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0}
1050@mozilla.org/uriloader/content-handler;1?type=image/vnd.microsoft.icon,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1051@mozilla.org/intl/unicode/encoder;1?charset=x-koreanjamo-0,{47433d1d-d9a7-4954-994f-f7a05cf87c2e}
1052@mozilla.org/intl/unicode/decoder;1?charset=windows-1257,{a578e0a2-f76b-11d2-8aad-00600811a836}
1053@mozilla.org/widget/window/gtk;1,{2d96b3d0-c051-11d1-a827-0040959a28c9}
1054@mozilla.org/widget/printdialog-service;1,{06beec76-a183-4d9f-85dd-085f26da565a}
1055@mozilla.org/login-manager/prompter;1,{8aa66d77-1bbb-45a6-991e-b8f47751c291}
1056@mozilla.org/network/protocol;1?name=gopher,{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7}
1057@mozilla.org/intl/unicode/decoder;1?charset=KOI8-R,{6394eea5-fc3d-11d2-b3b8-00805f8a6670}
1058@mozilla.org/intl/unicode/decoder;1?charset=x-mac-romanian,{6394eea8-fc3d-11d2-b3b8-00805f8a6670}
1059@mozilla.org/network/standard-url;1,{de9472d0-8034-11d3-9399-00104ba0fd40}
1060@mozilla.org/updates/item;1,{f3294b1c-89f4-46f8-98a0-44e1eae92518}
1061@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670}
1062@mozilla.org/feed-processor;1,{26acb1f0-28fc-43bc-867a-a46aabc85dd4}
1063@mozilla.org/security/cipherinfo;1,{ec693a6f-0832-49dd-877c-89f6552df5de}
1064@mozilla.org/network/protocol;1?name=moz-anno,{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea}
1065@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gujarati,{6803cacb-1e3b-11d5-a145-005004832142}
1066@mozilla.org/xmlextras/xmlserializer;1,{a6cf9124-15b3-11d2-932e-00805f8add32}
1067@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8,{660d8ca4-f763-11d2-8aad-00600811a836}
1068@mozilla.org/layout/xul-boxobject-container;1,{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd}
1069@mozilla.org/streamconv;1?from=multipart/mixed&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1070@mozilla.org/network/auth-module;1?name=kerb-gss,{dc8e21a0-03e4-11da-8cd6-0800200c9a66}
1071@mozilla.org/layout/contentserializer;1?mimetype=application/xhtml+xml,{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91}
1072@mozilla.org/appshell/appShellService;1,{0099907d-123c-4853-a46a-43098b5fb68c}
1073@mozilla.org/network/protocol/about;1?what=mozilla,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1074@mozilla.org/js/jsd/app-start-observer;2,{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe}
1075@mozilla.org/network/protocol/about;1?what=plugins,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1076@mozilla.org/intl/unicharutil;1,{cc10c750-9ec3-11d2-b3ae-00805f8a6670}
1077@mozilla.org/browser/search-service;1,{7319788a-fe93-4db3-9f39-818cf08f4256}
1078@mozilla.org/intl/unicode/decoder;1?charset=gb18030,{a59da935-4091-11d5-a145-005004832142}
1079@mozilla.org/browser/feeds/sniffer;1,{06893e69-71d8-4b23-81eb-80314daf3e66}
1080@mozilla.org/intl/unicode/decoder;1?charset=x-mac-greek,{7b8556a3-ec79-11d2-8aac-00600811a836}
1081@mozilla.org/system-alerts-service;1,{84e11f80-ca55-11dd-ad8b-0800200c9a66}
1082@mozilla.org/network/protocol/about;1?what=logo,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1083@mozilla.org/intl/unicode/encoder;1?charset=T.61-8bit,{ba6151af-1dfa-11d3-b3bf-00805f8a6670}
1084@mozilla.org/login-manager/loginInfo;1,{0f2f347c-1e4f-40cc-8efd-792dea70a85e}
1085@mozilla.org/intl/unicode/decoder;1?charset=T.61-8bit,{ba6151b4-1dfa-11d3-b3bf-00805f8a6670}
1086@mozilla.org/embedcomp/appstartup-notifier;1,{1f59b001-02c9-11d5-ae76-cc92f7db9e03}
1087@mozilla.org/intl/unicode/encoder;1?charset=IBM855,{2d524fd8-ae74-11d3-abf7-0004aceefa51}
1088@mozilla.org/intl/unicode/decoder;1?charset=x-mac-ce,{7b8556a2-ec79-11d2-8aac-00600811a836}
1089@mozilla.org/rdf/datasource;1?name=composite-datasource,{e638d761-8687-11d2-b530-000000000000}
1090@mozilla.org/satchel/form-history;1,{a2059c0e-5a58-4c55-ab7c-26f0557546ef}
1091@mozilla.org/nsClientAuthDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1092@mozilla.org/intl/datetimeformat;1,{0704e7c0-a758-11d2-9119-006008a6edf6}
1093@mozilla.org/nullprincipal;1,{dd156d62-d26f-4441-9cdb-e8f09107c273}
1094@mozilla.org/dom/window-controller;1,{7bd05c78-6a26-11d7-b16f-0003938a9d96}
1095@mozilla.org/inspector/deep-tree-walker;1,{bfcb82c2-5611-4318-90d6-baf4a7864252}
1096@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine,{fcacef23-2b40-11d3-b3bf-00805f8a6670}
1097@mozilla.org/intl/collation-factory;1,{a1b72850-a999-11d2-9119-006008a6edf6}
1098@mozilla.org/layout/contentserializer;1?mimetype=text/plain,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f}
1099@mozilla.org/inspector/dom-view;1,{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e}
1100@mozilla.org/embeddor.implemented/web-content-handler-registrar;1,{792a7e82-06a0-437c-af63-b2d12e808acc}
1101@mozilla.org/uriloader/content-handler;1?type=image/gif,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1102@mozilla.org/offlinecacheupdate;1,{e56f5e01-c7cc-4675-a9d7-b8f1e4127295}
1103@mozilla.org/geolocation;1,{01e1c3ff-094a-d048-44b4-62d29c7b4f39}
1104@mozilla.org/embedcomp/controller-command-table;1,{670ee5da-6ad5-11d7-9950-000393636592}
1105@mozilla.org/intl/unicode/decoder;1?charset=x-mac-roman,{7b8556a1-ec79-11d2-8aac-00600811a836}
1106@mozilla.org/image/request;1,{20557898-1dd2-11b2-8f65-9c462ee2bc95}
1107@mozilla.org/autoconfiguration;1,{e036c738-1dd1-11b2-9392-9d94aa74b0c5}
1108@mozilla.org/network/protocol;1?name=wyciwyg,{e7509b46-2eb2-410a-9d7c-c3ce73284d01}
1109@mozilla.org/intl/unicode/encoder;1?charset=x-mac-turkish,{7b8556b2-ec79-11d2-8aac-00600811a836}
1110@mozilla.org/streamconv;1?from=uncompressed&to=deflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1111@mozilla.org/svg/svg-document;1,{b7f44954-11d1-11b2-8c2e-c2feab4186bc}
1112@mozilla.org/rdf/serializer;1?format=ntriples,{0a5cd734-eb65-4d14-88a0-9f0bb2aba206}
1113@mozilla.org/intl/unicode/encoder;1?charset=windows-1252,{7b8556ac-ec79-11d2-8aac-00600811a836}
1114@mozilla.org/network/protocol;1?name=moz-gnomevfs,{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c}
1115@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670}
1116@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-10,{ba6151b0-1dfa-11d3-b3bf-00805f8a6670}
1117@mozilla.org/uriloader/content-handler;1?type=application/http-index-format,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1118@mozilla.org/network/simple-stream-listener;1,{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67}
1119@mozilla.org/browser/directory-provider;1,{6deb193c-f87d-4078-bc78-5e64655b4d62}
1120@mozilla.org/layout/xmlfragmentsink;1,{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0}
1121@mozilla.org/content-pref/service;1,{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7}
1122@mozilla.org/intl/unicode/decoder;1?charset=VISCII,{6394eeae-fc3d-11d2-b3b8-00805f8a6670}
1123@mozilla.org/layout/xul-boxobject-scrollbox;1,{56e2ada8-4631-11d4-ba11-001083023c1e}
1124@mozilla.org/network/load-group;1,{e1c61582-2a84-11d3-8cce-0060b0fc14a3}
1125@mozilla.org/layout/xul-boxobject-tree;1,{3b581fd4-3497-426c-8f61-3658b971cb80}
1126@mozilla.org/alerts-service;1,{a0ccaaf8-09da-44d8-b250-9ac3e93c8117}
1127@mozilla.org/intl/unicode/encoder;1?charset=x-euc-tw,{379c2776-ec77-11d2-8aac-00600811a836}
1128@mozilla.org/browser/shell-service;1,{63c7b9f4-0cc8-43f8-b666-0a661655cb73}
1129@mozilla.org/intl/unicode/encoder;1?charset=x-adobe-euro,{822cb9ae-6421-4484-b3c3-00805f8a6670}
1130@mozilla.org/widget/lookandfeel;1,{a61e6398-2057-40fd-9c81-873b908d24e7}
1131@mozilla.org/browser/placesTransactionsService;1,{c0844a84-5a12-4808-80a8-809cb002bb4f}
1132@mozilla.org/intl/unicode/encoder;1?charset=IBM862,{2d524fda-ae74-11d3-abf7-0004aceefa51}
1133@mozilla.org/network/file-output-stream;1,{c272fee0-c7e9-11d3-8cda-0060b0fc14a3}
1134@mozilla.org/network/protocol/about;1?what=credits,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1135@mozilla.org/intl/unicode/decoder;1?charset=windows-1258,{6394eea3-fc3d-11d2-b3b8-00805f8a6670}
1136@mozilla.org/network/protocol;1?name=about,{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3}
1137@mozilla.org/content/style-sheet-service;1,{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3}
1138@mozilla.org/uriloader/content-handler;1?type=image/png,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1139@mozilla.org/chrome/chrome-registry;1,{47049e42-1d87-482a-984d-56ae185e367a}
1140@mozilla.org/appshell/trytoclose;1,{b69155f4-a8bf-453d-8653-91d1456e1d3d}
1141@mozilla.org/image/decoder;2?type=image/x-png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed}
1142@mozilla.org/cookieService;1,{c375fa80-150f-11d6-a618-0010a401eb10}
1143@mozilla.org/xpcom/ini-processor-factory;1,{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd}
1144@mozilla.org/principal;1,{36102b6b-7b62-451a-a1c8-a0d456c92dc5}
1145@mozilla.org/nsCMSDecoder;1,{9dcef3a4-a3bc-11d5-ba47-00108303b117}
1146@mozilla.org/intl/unicode/encoder;1?charset=EUC-JP,{45c23a20-d71c-11d2-8aac-00600811a836}
1147@mozilla.org/crypto/fips-info-service;1,{ff9fbcd7-9517-4334-b97a-ceed78909974}
1148@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine,{12bb8f1b-2389-11d3-b3bf-00805f8a6670}
1149@mozilla.org/content/element/html;1?name=audio,{1d40026b-4c44-4f6f-b158-26bb5e9c65e9}
1150@mozilla.org/security/script/nameset;1,{7c02eadc-0076-4d03-998d-80d779c48589}
1151@mozilla.org/network/protocol;1?name=moz-icon,{d0f9db12-249c-11d5-9905-001083010e9b}
1152@mozilla.org/uriloader/handler-service;1,{32314cc8-22f7-4f7f-a645-1a45453ba6a6}
1153@mozilla.org/security/pkcs11moduledb;1,{ff9fbcd7-9517-4334-b97a-ceed78909974}
1154@mozilla.org/widgets/child_window/gtk;1,{2d96b3d1-c051-11d1-a827-0040959a28c9}
1155@mozilla.org/autocomplete/search;1?name=form-history,{895db6c7-dbdf-40ea-9f64-b175033243dc}
1156@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-5,{660d8ca7-f763-11d2-8aad-00600811a836}
1157@mozilla.org/browser/places/import-export-service;1,{6fb0c970-e1b1-11db-8314-0800200c9a66}
1158@mozilla.org/toolkit/URLFormatterService;1,{e6156350-2be8-11db-a98b-0800200c9a66}
1159@mozilla.org/xml/xml-document;1,{a6cf9063-15b3-11d2-932e-00805f8add32}
1160@mozilla.org/image/decoder;2?type=image/pjpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
1161@mozilla.org/network/buffered-input-stream;1,{9226888e-da08-11d3-8cda-0060b0fc14a3}
1162@mozilla.org/intl/nslanguageatomservice;1,{a6cf9120-15b3-11d2-932e-00805f8add32}
1163@mozilla.org/feed-textconstruct;1,{b992ddcd-3899-4320-9909-924b3e72c922}
1164@mozilla.org/intl/unicode/encoder;1?charset=Adobe-Symbol-Encoding,{21dd6a02-413c-11d3-b3c3-00805f8a6670}
1165@mozilla.org/image/decoder;2?type=image/x-icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1}
1166@mozilla.org/uriloader/content-handler;1?type=application/xhtml+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1167@mozilla.org/security/keyobjectfactory;1,{a39e0e9d-e567-41e3-b12c-5df67f18174d}
1168@mozilla.org/intl/unicode/encoder;1?charset=UTF-16LE,{ba6151b5-1dfa-11d3-b3bf-00805f8a6670}
1169@mozilla.org/widget/native-key-bindings;1?type=textarea,{2a898043-180f-4c8b-8e54-410c7a540f27}
1170@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-15,{6394eeb2-fc3d-11d2-b3b8-00805f8a6670}
1171@mozilla.org/spellchecker-inline;1,{9fe5d975-09bd-44aa-a01a-66402ea28657}
1172@mozilla.org/network/safe-file-output-stream;1,{a181af0d-68b8-4308-94db-d4f859058215}
1173@mozilla.org/streamconv;1?from=uncompressed&to=gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1174@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-E,{495eca47-0a5c-11d4-a135-005004832142}
1175@mozilla.org/content/css-parser;1,{2e363d60-872e-11d2-b531-000000000000}
1176@mozilla.org/rdf/datasource;1?name=window-mediator,{c744ca3d-840b-460a-8d70-7ce63c51c958}
1177@mozilla.org/intl/unicode/decoder;1?charset=windows-1250,{7c657d14-ec5e-11d2-8aac-00600811a836}
1178@mozilla.org/toolkit/console-clh;1,{2cd0c310-e127-44d0-88fc-4435c9ab4d4b}
1179@mozilla.org/transformiix-nodeset;1,{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c}
1180@mozilla.org/uriloader/content-handler;1?type=image/svg+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1181@mozilla.org/intl/unicode/decoder;1?charset=UTF-32BE,{ba6151b3-1dfa-11d3-b3bf-00805f8a6670}
1182@mozilla.org/intl/nslocaleservice;1,{c8e518c1-47ae-11d3-91cd-00105aa3f7dc}
1183@mozilla.org/rdf/content-sink;1,{0958b101-9ada-11d2-8ebc-00805f29f370}
1184@mozilla.org/network/urichecker;1,{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02}
1185@mozilla.org/dom/storage;2,{27aecc62-7777-428e-b34c-5973a47b8298}
1186@mozilla.org/intl/unicode/encoder;1?charset=x-mtextra,{0cb0d9a0-f503-11d3-b32f-004005a7a7e4}
1187@mozilla.org/uriloader/content-handler;1?type=application/vnd.mozilla.xul+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1188@mozilla.org/browser/livemark-service;2,{dca61eb5-c7cd-4df1-b0fb-d0722baba251}
1189@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-5,{660d8ca2-f763-11d2-8aad-00600811a836}
1190@mozilla.org/intl/unicode/decoder;1?charset=x-user-defined,{9416bfb2-1f93-11d3-b3bf-00805f8a6670}
1191@mozilla.org/preferences;1,{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4}
1192@mozilla.org/uriloader/content-handler;1?type=image/jpg,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1193@mozilla.org/network/protocol;1?name=data,{b6ed3030-6183-11d3-a178-0050041caf44}
1194@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-E,{495eca42-0a5c-11d4-a135-005004832142}
1195@mozilla.org/parser/parser-service;1,{a6cf9112-15b3-11d2-932e-00805f8add32}
1196@mozilla.org/intl/unicode/encoder;1?charset=x-viet-tcvn5712,{6394eebd-fc3d-11d2-b3b8-00805f8a6670}
1197@mozilla.org/browser/httpindex-service;1,{2587e382-1324-11d4-a652-eadbb2be3484}
1198@mozilla.org/gfx/fontmetrics;1,{6049b263-c1e6-11d1-a827-0040959a28c9}
1199@mozilla.org/intl/stringcharsetdetect;1?type=ukprob,{2002f784-3960-11d3-b3c3-00805f8a6670}
1200@mozilla.org/network/protocol/about;1?what=blocked,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1201@mozilla.org/widget/native-key-bindings;1?type=editor,{f916ebfb-78ef-464b-94d0-a6f2ca3200ae}
1202@mozilla.org/js/xpc/ContextStackIterator;1,{05bae29d-8aef-486d-84aa-53f48f146811}
1203@mozilla.org/browser/session-history-entry;1,{bfd1a791-ad9f-11d3-bdc7-0050040a9b44}
1204@mozilla.org/feed-result;1,{072a5c3d-30c6-4f07-b87f-9f63d51403f2}
1205@mozilla.org/userinfo;1,{14c13684-1dd2-11b2-9463-bb10ba742554}
1206@mozilla.org/xpfe/http-index-format-factory-constructor,{82776710-5690-11d3-be36-00104bde6048}
1207@mozilla.org/intl/unicode/encoder;1?charset=IBM852,{2d524fd7-ae74-11d3-abf7-0004aceefa51}
1208@mozilla.org/browser/nav-history-service;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1209@mozilla.org/gnome-vfs-service;1,{5f43022c-6194-4b37-b26d-e41024625264}
1210@mozilla.org/nsFormSigningDialog;1,{a4bd2161-7892-4389-8d5a-3111a6d17ec7}
1211@mozilla.org/security/hmac;1,{a496d0a2-dff7-4e23-bd65-1ca742fa178a}
1212@mozilla.org/js/xpc/ID;1,{f24a14f0-4fa1-11d3-9894-006008962422}
1213@mozilla.org/geolocation/service;1,{0404d02a-01ca-aaab-4762-944b1bf2f7b5}
1214@mozilla.org/intl/stringcharsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670}
1215@mozilla.org/intl/unicode/encoder;1?charset=x-mac-roman,{7b8556af-ec79-11d2-8aac-00600811a836}
1216@mozilla.org/nsCMSSecureMessage;1,{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1}
1217@mozilla.org/embedding/browser/nsWebBrowserPersist;1,{7e677795-c582-4cd1-9e8d-8271b3474d2a}
1218@mozilla.org/toolkit/remote-service;1,{c0773e90-5799-4eff-ad03-3ebcd85624ac}
1219@mozilla.org/exslt/regexp;1,{18a03189-067b-4978-b4f1-bafe35292ed6}
1220@mozilla.org/intl/stringbundle;1,{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9}
1221@mozilla.org/user_cert_picker;1,{735959a1-af01-447e-b02d-56e968fa52b4}
1222@mozilla.org/browser/shistory;1,{7294fe9c-14d8-11d5-9882-00c04fa02f40}
1223@mozilla.org/intl/unicode/encoder;1?charset=UTF-7,{77cfaaf2-1cf4-11d3-8aaf-00600811a836}
1224@mozilla.org/gfx/devicecontext;1,{6049b262-c1e6-11d1-a827-0040959a28c9}
1225@mozilla.org/browser/final-clh;1,{47cd0651-b1be-4a0f-b5c4-10e5a573ef71}
1226@mozilla.org/network/input-stream-pump;1,{ccd0e960-7947-4635-b70e-4c661b63d675}
1227@mozilla.org/embedcomp/prompt-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0}
1228@mozilla.org/intl/entityconverter;1,{9e9b565a-8e52-4c1a-8805-b2b91655f874}
1229@mozilla.org/intl/unicode/decoder;1?charset=x-imap4-modified-utf7,{b57f97c1-0d70-11d3-8aae-00600811a836}
1230@mozilla.org/intl/unicode/encoder;1?charset=x-user-defined,{9416bfb4-1f93-11d3-b3bf-00805f8a6670}
1231@mozilla.org/typeaheadfind;1,{e7f70966-9a37-48d7-8aeb-35998f31090e}
1232@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-13,{ba6151b1-1dfa-11d3-b3bf-00805f8a6670}
1233@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica2,{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4}
1234@mozilla.org/intl/unicode/decoder;1?charset=x-johab,{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc}
1235@mozilla.org/prefetch-service;1,{6b8bdffc-3394-417d-be83-a81b7c0f63bf}
1236@mozilla.org/embedcomp/nbalert-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0}
1237@mozilla.org/network/socket-provider-service;1,{ed394ba0-5472-11d3-bbc8-0000861d1237}
1238@mozilla.org/zipwriter;1,{430d416c-a722-4ad1-be98-d9a445f85e3f}
1239@mozilla.org/rdf/datasource;1?name=local-store,{df71c6f0-ec53-11d2-bdca-000064657374}
1240@mozilla.org/preferences-service;1,{1cd91b88-1dd2-11b2-92e1-ed22ed298000}
1241@mozilla.org/nsSSLCertErrorDialog;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1242@mozilla.org/streamconv;1?from=gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1243@mozilla.org/intl/unicode/decoder;1?charset=windows-1255,{ba6151a1-1dfa-11d3-b3bf-00805f8a6670}
1244@mozilla.org/intl/scriptableunicodeconverter,{0a698c44-3bff-11d4-9649-00c0ca135b4e}
1245@mozilla.org/nsCertPickDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1246@mozilla.org/content/range-utils;1,{a6cf9126-15b3-11d2-932e-00805f8add32}
1247@mozilla.org/editor/txtsrvfiltermail;1,{7fbd2146-5ff4-4674-b069-a7bbce66e773}
1248@mozilla.org/network/protocol;1?name=jar,{c7e410d4-85f2-11d3-9f63-006008a6efe9}
1249@mozilla.org/pref-relativefile;1,{2f977d4f-5485-11d4-87e2-0010a4e75ef2}
1250@mozilla.org/gfx/printsession;1,{2f977d53-5485-11d4-87e2-0010a4e75ef2}
1251@mozilla.org/mime;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
1252@mozilla.org/browser/global-history;2,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1253@mozilla.org/intl/unicode/encoder;1?charset=windows-1258,{6394eeb3-fc3d-11d2-b3b8-00805f8a6670}
1254@mozilla.org/intl/charsetdetectionadaptor;1,{12bb8f17-2389-11d3-b3bf-00805f8a6670}
1255@mozilla.org/intl/unicode/encoder;1?charset=VISCII,{6394eebf-fc3d-11d2-b3b8-00805f8a6670}
1256@mozilla.org/profile/migrator;1?app=browser&type=phoenix,{78481e4a-50e4-4489-b68a-ef82670ed63f}
1257@mozilla.org/intl/unicode/encoder;1?charset=Big5-HKSCS,{ba6151bc-ec62-11d2-8aac-00600811a836}
1258@mozilla.org/streamconv;1?from=deflate&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1259@mozilla.org/layout/htmlsanitizer;1,{feca3c34-205e-4ae5-bd1c-03c686ff012b}
1260@mozilla.org/cookiemanager;1,{aaab6710-0f2c-11d5-a53b-0010a401eb10}
1261@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-2,{7b8556a6-ec79-11d2-8aac-00600811a836}
1262@mozilla.org/autocomplete/search;1?name=search-autocomplete,{aa892eb4-ffbf-477d-9f9a-06c995ae9f27}
1263@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica1,{758e4f20-e2f2-11d3-b32f-004005a7a7e4}
1264@mozilla.org/network/url-parser;1?auth=no,{78804a84-8173-42b6-bb94-789f0816a810}
1265@mozilla.org/embedcomp/printingprompt-service;1,{e042570c-62de-4bb6-a6e0-798e3c07b4df}
1266@mozilla.org/image/encoder;2?type=image/jpeg,{ac2bb8fe-eeeb-4572-b40f-be03932b56e0}
1267@mozilla.org/network/network-link-service;1,{75a500a2-0030-40f7-86f8-63f225b940ae}
1268@mozilla.org/intl/wbrk;1,{2bf64765-997f-450d-af96-3028d1a902b0}
1269@mozilla.org/charset-converter-manager;1,{3c1c0163-9bd0-11d3-9d09-0050040007b2}
1270@mozilla.org/security/streamcipher;1,{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21}
1271@mozilla.org/eventlistenerservice;1,{baa34652-f1f1-4185-b224-244ee82a413a}
1272@mozilla.org:/content/content-area-dragdrop;1,{1f34bc80-1bc7-11d6-a384-d705dd0746fc}
1273@mozilla.org/layout/documentEncoder;1?type=text/html,{e7ba1480-1dea-11d3-830f-00104bed045e}
1274@mozilla.org/rdf/rdf-service;1,{bfd05264-834c-11d2-8eac-00805f29f370}
1275@mozilla.org/security/certoverride;1,{67ba681d-5485-4fff-952c-2ee337ffdcd6}
1276@mozilla.org/layout/content-policy;1,{0e3afd3d-eb60-4c2b-963b-56d7c439f124}
1277@mozilla.org/secure_browser_ui;1,{cc75499a-1dd1-11b2-8a82-ca410ac907b8}
1278@mozilla.org/browser/history-entry;1,{a41661d5-1417-11d5-9882-00c04fa02f40}
1279@mozilla.org/htmlparanoidfragmentsink;1,{a47e9526-6e48-4574-9d6c-3164e271f74e}
1280@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-10,{ba6151ab-1dfa-11d3-b3bf-00805f8a6670}
1281@mozilla.org/widget/dragservice;1,{8b5314bb-db01-11d2-96ce-0060b0fb9956}
1282@mozilla.org/channelclassifier,{ce02d538-0217-47a3-a589-b51790fdd8ce}
1283@mozilla.org/layout/xul-boxobject-menu;1,{aa40253b-4c42-4056-8132-37bcd07862fd}
1284@mozilla.org/embedcomp/base-command-controller;1,{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9}
1285@mozilla.org/intl/unicode/decoder;1?charset=IBM864i,{2d524fdc-ae74-11d3-abf7-0004aceefa51}
1286@mozilla.org/wifi/monitor;1,{3ff8fb9f-ee63-48df-89f0-dace0242fd82}
1287@mozilla.org/plugin/host;1,{23e8fd98-a625-4b08-be1a-f7cc18a5b106}
1288@mozilla.org/embedcomp/command-params;1,{f7fa4581-238e-11d5-a73c-ab64fb68f2bc}
1289@mozilla.org/uriloader/content-handler;1?type=text/xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1290@mozilla.org/intl/unicode/encoder;1?charset=IBM857,{2d524fd9-ae74-11d3-abf7-0004aceefa51}
1291@mozilla.org/layout/xul-boxobject-listbox;1,{c2710d40-6f4d-4b7f-9778-76ae5166648c}
1292@mozilla.org/uriloader;1,{9f6d5d40-90e7-11d3-af80-00a024ffc08c}
1293@mozilla.org/intl/unicode/encoder;1?charset=windows-1255,{ba6151a3-1dfa-11d3-b3bf-00805f8a6670}
1294@mozilla.org/intl/unicode/encoder;1?charset=x-tamilttf-0,{a431b276-f77d-4b83-9b37-872cf2fbcc2a}
1295@mozilla.org/feed-generator;1,{414af362-9ad8-4296-898e-62247f25a20e}
1296@mozilla.org/intl/lbrk;1,{2bf64764-997f-450d-af96-3028d1a902b0}
1297@mozilla.org/uriloader/local-handler-app;1,{bc0017e3-2438-47be-a567-41db58f17627}
1298@mozilla.org/intl/unicode/encoder;1?charset=EUC-KR,{379c2778-ec77-11d2-8aac-00600811a836}
1299@mozilla.org/xmlextras/xmlhttprequest;1,{d164e770-4157-11d4-9a42-000064657374}
1300@mozilla.org/layout/documentEncoder;1?type=text/plain,{e7ba1480-1dea-11d3-830f-00104bed045e}
1301@mozilla.org/intl/unicode/encoder;1?charset=x-mac-hebrew,{6803cacd-1e3b-11d5-a145-005004832142}
1302@mozilla.org/filepicker;1,{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3}
1303@mozilla.org/accessibilityService;1,{de401c37-9a7f-4278-a6f8-3de2833989ef}
1304@mozilla.org/xml/xpointer;1?scheme=xpath1,{0c351177-0159-4500-86b0-a219dfde4258}
1305@mozilla.org/network/protocol/about;1?what=sessionrestore,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1306@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gurmukhi,{6803cace-1e3b-11d5-a145-005004832142}
1307@mozilla.org/intl/unicode/encoder;1?charset=windows-1250,{7b8556aa-ec79-11d2-8aac-00600811a836}
1308@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-16,{a0f827e1-8ab6-11d5-a14b-005004832142}
1309@mozilla.org/content/xmlhttprequest-bad-cert-handler;1,{dbded6ec-edbf-4054-a834-287b82c260f9}
1310@mozilla.org/layout/htmlfragmentsink;2,{13111d00-ce81-11d6-8082-ecf3665af67c}
1311@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-2,{7c657d11-ec5e-11d2-8aac-00600811a836}
1312@mozilla.org/image/decoder;2?type=image/bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1}
1313@mozilla.org/image/decoder;2?type=image/jpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
1314@mozilla.org/feed-entry;1,{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f}
1315@mozilla.org/streamconv;1?from=x-gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1316@mozilla.org/intl/unicode/encoder;1?charset=ISO-IR-111,{9416bfb3-1f93-11d3-b3bf-00805f8a6670}
1317@mozilla.org/intl/unicode/encoder;1?charset=IBM864,{2d524fdb-ae74-11d3-abf7-0004aceefa51}
1318@mozilla.org/content/namespacemanager;1,{d9783472-8fe9-11d2-9d3c-0060088f9ff7}
1319@mozilla.org/rdf/datasource;1?name=xml-datasource,{7baf62e0-8e61-11d2-8eb1-00805f29f370}
1320@mozilla.org/uriloader/content-handler;1?type=image/jpeg,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1321@mozilla.org/embedding/browser/nsWebBrowser;1,{f1eac761-87e9-11d3-af80-00a024ffc08c}
1322@mozilla.org/network/proxy-auto-config;1,{63ac8c66-1dd2-11b2-b070-84d00d3eaece}
1323@mozilla.org/system-preferences;1,{549abb24-7c9d-4aba-915e-7ce0b716b32f}
1324@mozilla.org/systemprincipal;1,{4a6212db-accb-11d3-b765-0060b0b6cecb}
1325@mozilla.org/network/protocol/about;1?what=neterror,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1326@mozilla.org/login-manager/storage/legacy;1,{e09e4ca6-276b-4bb4-8b71-0635a3a2a007}
1327@mozilla.org/streamconv;1?from=uncompressed&to=x-gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1328@mozilla.org/network/incremental-download;1,{a62af1ba-79b3-4896-8aaf-b148bfce4280}
1329@mozilla.org/xtf/xtf-service;1,{4ec832da-6ae7-4185-807b-daddcb5da37a}
1330@mozilla.org/embedcomp/command-manager;1,{64edb481-0c04-11d5-a73c-e964b968b0bc}
1331@mozilla.org/intl/unicode/decoder;1?charset=IBM850,{2d524fd0-ae74-11d3-abf7-0004aceefa51}
1332@mozilla.org/intl/stringcharsetdetect;1?type=ruprob,{2002f783-3960-11d3-b3c3-00805f8a6670}
1333@mozilla.org/network/file-input-stream;1,{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3}
1334@mozilla.org/no-data-protocol-content-policy;1,{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1}
1335@mozilla.org/libjar/zip-reader;1,{7526a738-9632-11d3-8cd9-0060b0fc14a3}
1336@mozilla.org/document-charset-info;1,{d25e0511-2bae-11d4-9d10-0050040007b2}
1337@mozilla.org/network/protocol/about;1?what=privatebrowsing,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1338@mozilla.org/download-manager;1,{edb0490e-1dd1-11b2-83b8-dbf8d85906a6}
1339@mozilla.org/xre/runtime;1,{95d89e3e-a169-41a3-8e56-719978e15b12}
1340@mozilla.org/readconfig;1,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339}
1341@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-7,{7b8556a8-ec79-11d2-8aac-00600811a836}
1342@mozilla.org/content/subtree-content-iterator;1,{a6cf90e5-15b3-11d2-932e-00805f8add32}
1343@mozilla.org/intl/unicode/decoder;1?charset=UTF-16BE,{ba6151b2-1dfa-11d3-b3bf-00805f8a6670}
1344@mozilla.org/network/protocol;1?name=file,{fbc81170-1f69-11d3-9344-00104ba0fd40}
1345@mozilla.org/offlinecacheupdate-service;1,{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a}
1346@mozilla.org/browser/nav-bookmarks-service;1,{9de95a0c-39a4-4d64-9a53-17940dd7cabb}
1347@mozilla.org/widget/image-to-gdk-pixbuf;1,{fc2389b8-c650-4093-9e42-b05e5f0685b7}
1348@mozilla.org/txttohtmlconv;1,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b}
1349@mozilla.org/intl/unicode/decoder;1?charset=x-mac-devanagari,{6803cac4-1e3b-11d5-a145-005004832142}
1350@mozilla.org/network/protocol/about;1?what=memory,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1351@mozilla.org/network/protocol;1?name=https,{dccbe7e4-7750-466b-a557-5ea36c8ff24e}
1352@mozilla.org/intl/unicode/decoder;1?charset=Shift_JIS,{0e6892c1-a9ad-11d2-b3ae-00805f8a6670}
1353@mozilla.org/network/http-authenticator;1?scheme=negotiate,{75c80fd0-accb-432c-af59-ec60668c3990}
1354@mozilla.org/intl/unicode/decoder;1?charset=x-mac-cyrillic,{6394eea9-fc3d-11d2-b3b8-00805f8a6670}
1355@mozilla.org/intl/unicode/decoder;1?charset=x-mac-hebrew,{6803cacc-1e3b-11d5-a145-005004832142}
1356@mozilla.org/streamconv;1?from=application/x-unknown-content-type&to=*/*,{7d7008a0-c49a-11d3-9b22-0080c7cb1080}
1357@mozilla.org/rdf/resource-factory;1,{0f78da56-8321-11d2-8eac-00805f29f370}
1358@mozilla.org/intl/unicode/encoder;1?charset=UTF-32BE,{ba6151ae-1dfa-11d3-b3bf-00805f8a6670}
1359@mozilla.org/rdf/datasource;1?name=charset-menu,{42c52b81-a200-11d3-9d0b-0050040007b2}
1360@mozilla.org/intl/metacharset;1,{218f2ac0-0a48-11d3-b3ba-00805f8a6670}
1361@mozilla.org/feed;1,{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a}
1362@mozilla.org/content/pre-content-iterator;1,{80d7e247-d4b8-45d7-bb59-6f1dd56f384c}
1363@mozilla.org/security/x509certdb;1,{fb0bbc5c-452e-4783-b32c-80124693d871}
1364@mozilla.org/view-manager;1,{c95f1831-c376-11d1-b721-00600891d8c9}
1365@mozilla.org/image/decoder;2?type=image/png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed}
1366@mozilla.org/moz/jssubscript-loader;1,{929814d6-1dd2-11b2-8e08-82fa0a339b00}
1367@mozilla.org/security/sdr;1,{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b}
1368@mozilla.org/intl/unicode/decoder;1?charset=windows-1256,{ba6151a2-1dfa-11d3-b3bf-00805f8a6670}
1369@mozilla.org/extensions/manager;1,{8a115faa-7dcb-4e8f-979b-5f53472f51cf}
1370@mozilla.org/spellchecker/i18nmanager;1,{aeb8936f-219c-4d3c-8385-d9382daa551a}
1371@mozilla.org/intl/unicode/decoder;1?charset=x-gbk,{ba61519e-1dfa-11d3-b3bf-00805f8a6670}
1372@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-I,{495eca44-0a5c-11d4-a135-005004832142}
1373@mozilla.org/dirIndex;1,{f6913e2e-1dd1-11b2-84be-f455dee342af}
1374@mozilla.org/intl/unicode/decoder;1?charset=x-mac-croatian,{6394eea7-fc3d-11d2-b3b8-00805f8a6670}
1375@mozilla.org/appshell/window-mediator;1,{0659cb83-faad-11d2-8e19-b206620a657c}
1376@mozilla.org/network/protocol/about;1?what=rights,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1377@mozilla.org/network/simple-uri;1,{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3}
1378@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gujarati,{6803caca-1e3b-11d5-a145-005004832142}
1379@mozilla.org/intl/unicode/decoder;1?charset=GEOSTD8,{6394eeaf-fc3d-11d2-b3b8-00805f8a6670}
1380@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-7,{af7a9951-aa48-11d2-b3ae-00805f8a6670}
1381@mozilla.org/security/datasignatureverifier;1,{296d76aa-275b-4f3c-af8a-30a4026c18fc}
1382@mozilla.org/content/range;1,{56ad2981-8a87-11d2-918c-0080c8e44db5}
1383@mozilla.org/network/default-auth-prompt;1,{ca200860-4696-40d7-88fa-4490d423a8ef}
1384@mozilla.org/places/sync;1,{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a}
1385@mozilla.org/network/protocol/about;1?what=robots,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1386@mozilla.org/embedcomp/window-watcher;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0}
1387@mozilla.org/network/protocol/about;1?what=licence,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1388@mozilla.org/browser/default-browser-clh;1,{f57899d0-4e2c-4ac6-9e29-50c736103b0c}
1389@mozilla.org/layout/documentEncoder;1?type=text/xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1390@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1391@mozilla.org/intl/stringcharsetdetect;1?type=ko_parallel_state_machine,{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670}
1392@mozilla.org/appshell/component/browser/instance;1,{5551a1e0-5a66-11d3-806a-00600811a9c3}
1393@mozilla.org/updates/timer-manager;1,{b322a5c0-a419-484e-96ba-d7182163899f}
1394@mozilla.org/uriloader/content-handler;1?type=text/rdf,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1395@mozilla.org/widget/clipboard;1,{8b5314ba-db01-11d2-96ce-0060b0fb9956}
1396@mozilla.org/scripterror;1,{e38e53b9-5bb0-456a-b553-579370cb1567}
1397@mozilla.org/nsCMSEncoder;1,{a15789aa-8903-462b-81e9-4aa2cff4d5cb}
1398@mozilla.org/content/element/html;1?name=option,{a6cf90f5-15b3-11d2-932e-00805f8add32}
1399@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-13,{ba6151ac-1dfa-11d3-b3bf-00805f8a6670}
1400@mozilla.org/spellchecker;1,{8227f019-afc7-461e-b030-9f185d7a0e29}
1401@mozilla.org/network/async-stream-copier;1,{e746a8b1-c97a-4fc5-baa4-66607521bd08}
1402@mozilla.org/image/cache;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7}
1403@mozilla.org/intl/unicodenormalizer;1,{a665e49a-f3e6-4fed-9f31-f7c568a29899}
1404@mozilla.org/editor/editordocstatecontroller;1,{50e95301-17a8-11d4-9f7e-dd530d5f057c}
1405@mozilla.org/intl/unicode/decoder;1?charset=UTF-16,{d673255d-1184-400a-b0b5-ee9d1295bd85}
1406@mozilla.org/uriclassifierservice,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6}
1407@mozilla.org/textservices/textservicesdocument;1,{019718e3-cdb5-11d2-8d3c-000000000000}
1408@mozilla.org/spellcheck/dir-provider;1,{64d6174c-1496-4ffd-87f2-da2670f88934}
1409@mozilla.org/embedcomp/rangefind;1,{471f4944-1dd2-11b2-87ac-90be0a51d609}
1410@mozilla.org/login-manager;1,{cb9e0de8-3598-4ed7-857b-827f011ad5d8}
1411@mozilla.org/streamconv;1?from=multipart/byteranges&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1412@mozilla.org/network/protocol;1?name=javascript,{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3}
1413@mozilla.org/geolocation/prompt;1,{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5}
1414@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-E,{495eca49-0a5c-11d4-a135-005004832142}
1415@mozilla.org/network/protocol;1?name=chrome,{61ba33c0-3031-11d3-8cd0-0060b0fc14a3}
1416@mozilla.org/toolkit/command-line;1,{23bcc750-dc20-460b-b2d4-74d8f58d3615}
1417@mozilla.org/intl/unicode/encoder;1?charset=x-tscii,{d2800356-c2d7-4e05-a884-79fe566af1cf}
1418@mozilla.org/uriloader/external-protocol-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
1419@mozilla.org/rdf/datasource;1?name=extensions,{69bb8313-2d4f-45ec-97e0-d39da58ecce9}
1420@mozilla.org/intl/unicode/decoder;1?charset=UTF-7,{77cfaaf1-1cf4-11d3-8aaf-00600811a836}
1421@mozilla.org/browser/annotation-service;1,{5e8d4751-1852-434b-a992-2c6d2a25fa46}
1422@mozilla.org/system-preference-service;1,{94f1de09-d0e5-4ca8-94c2-98b049316b7f}
1423@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmsy,{e332db00-e076-11d3-b32f-004005a7a7e4}
1424@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-11,{776588a6-86d5-47e2-b6b3-992810078202}
1425@mozilla.org/intl/unicode/encoder;1?charset=x-imap4-modified-utf7,{b57f97c2-0d70-11d3-8aae-00600811a836}
1426@mozilla.org/intl/unicode/decoder;1?charset=x-viet-vps,{6394eeb0-fc3d-11d2-b3b8-00805f8a6670}
1427@mozilla.org/layout/htmlfragmentsink;1,{d4f2b600-b5c1-11d6-b483-cc97c63e567c}
1428@mozilla.org/security/pkcs11;1,{74b7a390-3b41-11d4-8a80-006008c844c3}
1429@mozilla.org/layout/xmlfragmentsink;2,{4dc30689-929d-425e-a709-082c6294e542}
1430@mozilla.org/intl/unicode/encoder;1?charset=x-mac-croatian,{6394eeb7-fc3d-11d2-b3b8-00805f8a6670}
1431@mozilla.org/network/protocol/about;1?what=support,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1432@mozilla.org/plugin-bindings;1,{12663f3a-a311-4606-83eb-b6b9108dcc36}
1433@mozilla.org/url-classifier/dbservice;1,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6}
1434@mozilla.org/intl/unicode/decoder;1?charset=IBM862,{2d524fd4-ae74-11d3-abf7-0004aceefa51}
1435@mozilla.org/document-transformer;1?type=xslt,{bacd8ad0-552f-11d3-a9f7-000064657374}
1436@mozilla.org/image/decoder;2?type=image/vnd.microsoft.icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1}
1437@mozilla.org/intl/unicode/decoder;1?charset=ISO-IR-111,{9416bfb1-1f93-11d3-b3bf-00805f8a6670}
1438@mozilla.org/editor/htmleditor;1,{ed0244e0-c144-11d2-8f4c-006008159b0c}
1439@mozilla.org/network/http-auth-manager;1,{36b63ef3-e0fa-4c49-9fd4-e065e85568f4}
1440@mozilla.org/xul/xul-document;1,{541afcb2-a9a3-11d2-8ec5-00805f29f370}
1441@mozilla.org/url-classifier/jslib;1,{26a4a019-2827-4a89-a85c-5931a678823a}
1442@mozilla.org/saxparser/attributes;1,{7bb40992-77eb-43db-9a4e-39d3bcc383ae}
1443@mozilla.org/intl/unicode/encoder;1?charset=KOI8-U,{6394eeb6-fc3d-11d2-b3b8-00805f8a6670}
1444@mozilla.org/focus-manager;1,{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4}
1445@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gurmukhi,{6803cacf-1e3b-11d5-a145-005004832142}
1446@mozilla.org/intl/unicode/decoder;1?charset=windows-936,{9416bfc0-1f93-11d3-b3bf-00805f8a6670}
1447@mozilla.org/transfer;1,{e3fa9d0a-1dd1-11b2-bdef-8c720b597445}
1448@mozilla.org/rdf/container-utils;1,{d4214e92-fb94-11d2-bdd8-00104bde6048}
1449@mozilla.org/rdf/datasource;1?name=httpindex,{2587e382-1324-11d4-a652-eadbb2be3484}
1450@mozilla.org/intl/unicode/decoder;1?charset=windows-874,{6394eea4-fc3d-11d2-b3b8-00805f8a6670}
1451@mozilla.org/browser/session-history-transaction;1,{bfd1a792-ad9f-11d3-bdc7-0050040a9b44}
1452@mozilla.org/autocomplete/simple-result;1,{2ee3039b-2de4-43d9-93b0-649beacff39a}
1453@mozilla.org/scriptableinterfaces;1,{fe4f7592-c1fc-4662-ac83-538841318803}
1454@mozilla.org/security/random-generator;1,{be65e2b7-fe46-4e0f-88e0-4b385db4d68a}
1455@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-4,{660d8ca6-f763-11d2-8aad-00600811a836}
1456@mozilla.org/profile/migrator;1?app=browser&type=dogbert,{24f92fae-f793-473b-8061-713408bd11d5}
1457@mozilla.org/network/content-sniffer;1,{7d7008a0-c49a-11d3-9b22-0080c7cb1080}
1458@mozilla.org/intl/unicode/decoder;1?charset=HZ-GB-2312,{ba61519a-1dfa-11d3-b3bf-00805f8a6670}
1459@mozilla.org/rdf/xml-parser;1,{a4048e94-1dd1-11b2-a676-8a06c086cc7d}
1460@mozilla.org/nsTokenPasswordDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1461@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmsy,{e768ebef-70f9-4fe3-8835-4f4f3fd996e2}
1462@mozilla.org/intl/unicode/decoder;1?charset=TIS-620,{66634f68-be19-42d0-a4ca-d1c21fa059b8}
1463@mozilla.org/network/protocol;1?name=default,{bd6390c8-fbea-11d4-98f6-001083010e9b}
1464@mozilla.org/toolkit/default-clh;1,{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344}
1465@mozilla.org/intl/unicode/encoder;1?charset=x-mac-icelandic,{6394eebb-fc3d-11d2-b3b8-00805f8a6670}
1466@mozilla.org/intl/unicode/encoder;1?charset=ISO-2022-JP,{4f76e100-d71c-11d2-8aac-00600811a836}
1467@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-16,{a0f827e2-8ab6-11d5-a14b-005004832142}
1468@mozilla.org/gfx/fontenumerator;1,{a6cf9115-15b3-11d2-932e-00805f8add32}
1469@mozilla.org/network/socket-transport-service;1,{c07e81e0-ef12-11d2-92b6-00105a1b0d64}
1470@mozilla.org/content/element/html;1?name=img,{d6008c40-4dad-11d2-b328-00805f8a3859}
1471@mozilla.org/intl/unicode/encoder;1?charset=windows-1257,{a578e0a4-f76b-11d2-8aac-00600811a836}
1472@mozilla.org/browser/download-history;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1473@mozilla.org/intl/unicode/encoder;1?charset=x-mac-farsi,{6803cac9-1e3b-11d5-a145-005004832142}
1474@mozilla.org/security/keyobject;1,{eae599aa-ecef-49c6-a8af-6ddcc6feb484}
1475@mozilla.org/network/stream-listener-tee;1,{831f8f13-7aa8-485f-b02e-77c881cc5773}
1476@mozilla.org/gfx/printerenumerator;1,{a6cf9129-15b3-11d2-932e-00805f8add32}
1477@mozilla.org/browser/feeds/result-service;1,{2376201c-bbc6-472f-9b62-7548040a61c6}
1478@mozilla.org/intl/unicode/decoder;1?charset=windows-1253,{af7a9952-aa48-11d2-b3ae-00805f8a6670}
1479@mozilla.org/network/protocol/about;1?what=,{1f1ce501-663a-11d3-b7a0-be426e4e69bc}
1480@mozilla.org/layout/xul-boxobject-popup;1,{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a}
1481@mozilla.org/nsSecurityWarningDialogs;1,{8d995d4f-adcc-4159-b7f1-e94af72eeb88}
1482@mozilla.org/data-document-content-policy;1,{1147d32c-215b-4014-b180-07fe7aedf915}
1483@mozilla.org/filepicker/fileview;1,{a5570462-1dd1-11b2-9d19-df30a27fbdc4}
1484@mozilla.org/xul/xul-controllers;1,{1f5c1721-7dc3-11d3-bf87-00105a1b0627}
1485@mozilla.org/embedcomp/dialogparam;1,{4e4aae11-8901-46cc-8217-dad7c5415873}
1486@mozilla.org/layout/xul-boxobject;1,{d750a964-2d14-484c-b3aa-8ed7823b5c7b}
1487@mozilla.org/layout/form-processor;1,{0ae53c0f-8ea2-4916-bedc-717443c3e185}
1488@mozilla.org/intl/unicode/encoder;1?charset=UTF-8,{7c657d18-ec5e-11d2-8aac-00600811a836}
1489@mozilla.org/gfx/screenmanager;1,{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c}
1490@mozilla.org/rdf/container;1,{d4214e93-fb94-11d2-bdd8-00104bde6048}
1491@mozilla.org/moz/jsloader;1,{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6}
1492@mozilla.org/network/protocol/about;1?what=feeds,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1493@mozilla.org/rdf/xml-serializer;1,{0032d852-1dd2-11b2-95f7-e0a1910ed2da}
1494@mozilla.org/network/dns-service;1,{b0ff4572-dae4-4bef-a092-83c1b88f6be9}
1495@mozilla.org/intl/unicode/encoder;1?charset=windows-1256,{ba6151a4-1dfa-11d3-b3bf-00805f8a6670}
1496@mozilla.org/content/document-loader-factory;1,{fc886801-e768-11d4-9885-00c04fa0cf4b}
1497@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-14,{6394eea1-fc3d-11d2-b3b8-00805f8a6670}
1498@mozilla.org/intl/unicode/decoder;1?charset=Big5,{efc323e1-ec62-11d2-8aac-00600811a836}
1499@mozilla.org/helperapplauncherdialog;1,{f68578eb-6ec2-4169-ae19-8c6243f0abe1}
1500@mozilla.org/streamConverters;1,{892ffeb0-3f80-11d3-a16c-0050041caf44}
1501@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-4,{660d8ca1-f763-11d2-8aad-00600811a836}
1502@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.video.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1503@mozilla.org/intl/unicode/decoder;1?charset=EUC-JP,{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670}
1504@mozilla.org/intl/stringbundle/text-override;1,{6316c6ce-12d3-479e-8f53-e289351412b8}
1505@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-JP,{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670}
1506@mozilla.org/intl/unicode/encoder;1?charset=HZ-GB-2312,{ba61519d-1dfa-11d3-b3bf-00805f8a6670}
1507@mozilla.org/browser/shistory-internal;1,{9c47c121-1c6e-4d8f-b904-3ac968116e88}
1508@mozilla.org/network/socket;2?type=socks4,{f7c9f5f4-4451-41c3-a28a-5ba2447fbace}
1509@mozilla.org/network/buffered-output-stream;1,{9868b4ce-da08-11d3-8cda-0060b0fc14a3}
1510@mozilla.org/intl/unicode/encoder;1?charset=IBM866,{ba6151aa-1dfa-11d3-b3bf-00805f8a6670}
1511@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmmi,{73bb7c12-dbab-4ae2-aecf-a0331dec916f}
1512@mozilla.org/editor/editorspellchecker;1,{75656ad9-bd13-4c5d-939a-ec6351eea0cc}
1513@mozilla.org/intl/collation;1,{aa13e4a0-a5ac-11d2-9119-006008a6edf6}
1514@mozilla.org/widget/transferable;1,{8b5314bc-db01-11d2-96ce-0060b0fb9956}
1515@mozilla.org/intl/unicode/encoder;1?charset=UTF-16BE,{ba6151ad-1dfa-11d3-b3bf-00805f8a6670}
1516@mozilla.org/login-manager/storage/mozStorage;1,{8c2023b9-175c-477e-9761-44ae7b549756}
1517@mozilla.org/network/auth-module;1?name=sys-ntlm,{bc54f001-6eb0-4e32-9f49-7e064d8e70ef}
1518@mozilla.org/intl/unicode/encoder;1?charset=hkscs-1,{a59da931-4091-11d5-a145-005004832142}
1519@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmex,{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c}
1520@mozilla.org/satchel/form-autocomplete;1,{c11c21b2-71c9-4f87-a0f8-5e13f50495fd}
1521@mozilla.org/intl/unicode/decoder;1?charset=IBM852,{2d524fd1-ae74-11d3-abf7-0004aceefa51}
1522@mozilla.org/network/protocol;1?name=feed,{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0}
1523@mozilla.org/layout/contentserializer;1?mimetype=application/vnd.mozilla.xul+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
1524@mozilla.org/intl/unicode/encoder;1?charset=x-gbk,{ba61519b-1dfa-11d3-b3bf-00805f8a6670}
1525@mozilla.org/intl/unicode/decoder;1?charset=IBM855,{2d524fd2-ae74-11d3-abf7-0004aceefa51}
1526@mozilla.org/satchel/form-fill-controller;1,{895db6c7-dbdf-40ea-9f64-b175033243dc}
1527@mozilla.org/editor/texteditor;1,{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f}
1528@mozilla.org/privatebrowsing-wrapper;1,{136e2c4d-c5a4-477c-b131-d93d7d704f64}
1529@mozilla.org/chrome/chrome-native-theme;1,{d930e29b-6909-44e5-ab4b-af10d6923705}
1530@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-9,{7b8556a9-ec79-11d2-8aac-00600811a836}
1531@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmr,{67671792-8e25-4487-b1b7-5073cfa95fee}
1532@mozilla.org/nsCMSMessage;1,{a4557478-ae16-11d5-ba4b-00108303b117}
1533@mozilla.org/content/dom-selection;1,{c87a37fc-8109-4ce2-a322-8cdec925379f}
1534@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-KR,{ba61519f-1dfa-11d3-b3bf-00805f8a6670}
1535@mozilla.org/editor/htmleditorcontroller;1,{62db0002-dbb6-43f4-8fb7-9d2538bc5747}
1536@mozilla.org/profile/migrator;1?app=browser&type=opera,{f34ff792-722e-4490-b195-47d242edca1c}
1537@mozilla.org/streamconv;1?from=multipart/x-mixed-replace&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1538@mozilla.org/streamconv;1?from=text/ftp-dir&to=application/http-index-format,{14c0e880-623e-11d3-a178-0050041caf44}
1539@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica5,{8a0dce80-e2f2-11d3-b32f-004005a7a7e4}
1540@mozilla.org/intl/unicode/encoder;1?charset=IBM864i,{2d524fdd-ae74-11d3-abf7-0004aceefa51}
1541@mozilla.org/xul/xul-prototype-cache;1,{3a0a0fc1-8349-11d3-be47-00104bde6048}
1542@mozilla.org/intl/unicode/encoder;1?charset=UTF-16,{49b38f12-6193-11d3-b3c5-00805f8a6670}
1543@mozilla.org/network/default-prompt;1,{2e41ada0-62b7-4902-b9a6-e4542aa458ba}
1544@mozilla.org/intl/unicode/encoder;1?charset=GB2312,{379c2777-ec77-11d2-8aac-00600811a836}
1545@mozilla.org/security/pkiparamblock;1,{0bec75a8-1dd2-11b2-863a-f69f77c31371}
1546@mozilla.org/toolkit/profile-migrator;1,{4ca3c946-5408-49f0-9eca-3a97d5c67750}
1547@mozilla.org/network/auth-module;1?name=negotiate-gss,{96ec4163-efc8-407a-8735-007fb26be4e8}
1548@mozilla.org/embedding/browser/content-policy;1,{f66bc334-1dd1-11b2-bab2-90e04fe15c19}
1549@mozilla.org/browser/tagging-service;1,{bbc23860-2553-479d-8b78-94d9038334f7}
1550@mozilla.org/network/protocol/about;1?what=certerror,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1551@mozilla.org/js/xpc/ContextStack;1,{ff8c4d10-3194-11d3-9885-006008962422}
1552@mozilla.org/intl/unicode/encoder;1?charset=jis_0201,{ba615191-1dfa-11d3-b3bf-00805f8a6670}
1553@mozilla.org/intl/unicode/decoder;1?charset=windows-1254,{7c657d17-ec5e-11d2-8aac-00600811a836}
1554@mozilla.org/streamconv;1?from=uncompressed&to=rawdeflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1555@mozilla.org/xre/app-info;1,{95d89e3e-a169-41a3-8e56-719978e15b12}
1556@mozilla.org/xptinfo/loader;1&type=zip,{0320e073-79c7-4dae-8055-81bed8b8db96}
1557@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.audio.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1558@mozilla.org/intl/unicode/encoder;1?charset=KOI8-R,{6394eeb5-fc3d-11d2-b3b8-00805f8a6670}
1559@mozilla.org/network/protocol/about;1?what=license,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1560@mozilla.org/intl/utf8converterservice;1,{2b026890-5a2e-4981-ada2-a600358947b4}
1561@mozilla.org/transactionmanager;1,{9c8f9601-801a-11d2-98ba-00805f297d89}
1562@mozilla.org/nss_errors_service;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e}
1563@mozilla.org/saxparser/xmlreader;1,{ab1da296-6125-40ba-96d0-47a8282ae3db}
1564@mozilla.org/locale/posix-locale;1,{d92d57c5-ba1d-11d2-af0c-0060089fe59b}
1565@mozilla.org/content-dispatch-chooser;1,{e35d5067-95bc-4029-8432-e8f1e431148d}
1566@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-9,{7c657d13-ec5e-11d2-8aac-00600811a836}
1567@mozilla.org/network/authprompt-adapter-factory;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0}
1568@mozilla.org/layout/plaintextsink;1,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f}
1569@mozilla.org/gfx/region;1,{da5b130a-1dd1-11b2-ad47-f455b1814a78}
1570@mozilla.org/geolocation/gpsd/provider;1,{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d}
1571@mozilla.org/network/http-authenticator;1?scheme=digest,{17491ba4-1dd2-11b2-aae3-de6b92dab620}
1572@mozilla.org/network/cache-service;1,{6c84aec9-29a5-4264-8fbc-bee8f922ea67}
1573@mozilla.org/security/entropy;1,{34587f4a-be18-43c0-9112-b782b08c0add}
1574@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-1,{920307b0-c6e8-11d2-8aa8-00600811a836}
1575@mozilla.org/satchel/form-history-importer;1,{db340cc2-7f50-4ea3-8427-f529daf6dc87}
1576@mozilla.org/spellchecker/engine;1,{56c778e4-1bee-45f3-a689-886692a97fe7}
1577@mozilla.org/intl/unicode/decoder;1?charset=x-euc-tw,{379c2771-ec77-11d2-8aac-00600811a836}
1578@mozilla.org/network/protocol/about;1?what=blank,{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3}
1579@mozilla.org/autocomplete/search;1?name=file,{cb60980e-18a5-4a77-9110-8146614ca7f0}
1580@mozilla.org/autocomplete/search;1?name=places-tag-autocomplete,{1dcc23b0-d4cb-11dc-9ad6-479d56d89593}
1581@mozilla.org/network/protocol/about;1?what=cache-entry,{7fa5237d-b0eb-438f-9e50-ca0166e63788}
1582@mozilla.org/security/pk11tokendb;1,{b084a2ce-1dd1-11b2-bf10-8324f8e065cc}
1583@mozilla.org/network/protocol;1?name=view-source,{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f}
1584@mozilla.org/intl/stringcharsetdetect;1?type=ja_parallel_state_machine,{12bb8f1c-2389-11d3-b3bf-00805f8a6670}
1585@mozilla.org/rdf/datasource;1?name=files,{e638d760-8687-11d2-b530-000000000001}
1586@mozilla.org/intl/unicode/encoder;1?charset=armscii-8,{6394eebc-fc3d-11d2-b3b8-00805f8a6670}
1587@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-11,{9c0ff6f4-deda-40e5-806c-b6cc449c21ce}
1588@mozilla.org/intl/stringcharsetdetect;1?type=universal_charset_detector,{6ee5301a-3981-49bd-85f8-1a2cc228cf3e}
1589@mozilla.org/feed-unescapehtml;1,{10f2f5f0-f103-4901-980f-ba11bd70d60d}
1590@mozilla.org/dom/xpath-evaluator;1,{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc}
1591@mozilla.org/layout/contentserializer;1?mimetype=text/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
1592@mozilla.org/intl/unicode/decoder;1?charset=IBM857,{2d524fd3-ae74-11d3-abf7-0004aceefa51}
1593@mozilla.org/browser/sessionstartup;1,{ec7a6c20-e081-11da-8ad9-0800200c9a66}
1594@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-I,{495eca46-0a5c-11d4-a135-005004832142}
1595@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector,{374e0cde-f605-4259-8c92-e639c6c2eeef}
1596@mozilla.org/dirIndexParser;1,{a0d6ad32-1dd1-11b2-aa55-a40187b54036}
1597@mozilla.org/autocomplete/search;1?name=history,{d0272978-beab-4adc-a3d4-04b76acfa4e7}
1598@mozilla.org/network/downloader;1,{510a86bb-6019-4ed1-bb4f-965cffd23ece}
1599@mozilla.org/intl/unicode/decoder;1?charset=EUC-KR,{379c2775-ec77-11d2-8aac-00600811a836}
1600@mozilla.org/files/filereader;1,{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713}
1601@mozilla.org/PopupWindowManager;1,{822bcd11-6432-48be-9e9d-36f7804b7747}
1602@mozilla.org/security/recentbadcerts;1,{e7caf8c0-3570-47fe-aa1b-da47539b5d07}
1603@mozilla.org/dom/json;1,{93ad72a6-02cd-4716-9626-d47d5ec275ec}
1604@mozilla.org/browser/feeds/result-writer;1,{49bb6593-3aff-4eb3-a068-2712c28bd58e}
1605@mozilla.org/intl/unicode/encoder;1?charset=x-viet-vps,{6394eec0-fc3d-11d2-b3b8-00805f8a6670}
1606@mozilla.org/intl/unicode/encoder;1?charset=windows-1253,{7b8556ad-ec79-11d2-8aac-00600811a836}
1607@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-I,{495eca43-0a5c-11d4-a135-005004832142}
1608@mozilla.org/network/protocol;1?name=pcast,{1c31ed79-accd-4b94-b517-06e0c81999d5}
1609@mozilla.org/network/io-service;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40}
1610@mozilla.org/uriloader/content-handler;1?type=application/x-xpinstall,{18c2f98d-b09f-11d2-bcde-00805f0e1353}
1611@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-1,{a3254cb0-8e20-11d2-8a98-00600811a836}
1612@mozilla.org/intl/unicode/decoder;1?charset=IBM864,{2d524fd5-ae74-11d3-abf7-0004aceefa51}
1613@mozilla.org/xul/xul-tree-builder;1,{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc}
1614@mozilla.org/privatebrowsing;1,{c31f4883-839b-45f6-82ad-a6a9bc5ad599}
1615@mozilla.org/docshell/urifixup;1,{214c48a0-b57f-11d4-959c-0020183bf181}
1616@mozilla.org/intl/stringcharsetdetect;1?type=zh_parallel_state_machine,{fcacef21-2b40-11d3-b3bf-00805f8a6670}
1617@mozilla.org/intl/unicode/decoder;1?charset=x-mac-icelandic,{6394eeab-fc3d-11d2-b3b8-00805f8a6670}
1618@mozilla.org/network/protocol;1?name=moz-safe-about,{1423e739-782c-4081-b5d8-fe6fba68c0ef}
1619@mozilla.org/xul/xul-sort-service;1,{bfd05264-834c-11d2-8eac-00805f29f371}
1620@mozilla.org/intl/unicode/decoder;1?charset=x-mac-farsi,{6803cac8-1e3b-11d5-a145-005004832142}
1621@mozilla.org/image/decoder;2?type=image/x-ms-bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1}
1622@mozilla.org/layout/htmlCopyEncoder;1,{7f915b01-98fc-11d4-8eb0-a803f80ff1bc}
1623@mozilla.org/intl/unicode/decoder;1?charset=UTF-32LE,{ba6151b8-1dfa-11d3-b3bf-00805f8a6670}
1624
1625[CATEGORIES]
1626content-sniffing-services,@mozilla.org/image/loader;1,@mozilla.org/image/loader;1
1627Charset Encoders,UTF-16,
1628Charset Encoders,ISO-8859-8-E,
1629Charset Encoders,ISO-8859-4,
1630Charset Encoders,ISO-8859-16,
1631Charset Encoders,x-mac-gurmukhi,
1632Charset Encoders,x-ttf-cmex,
1633Charset Encoders,TIS-620,
1634Charset Encoders,ISO-IR-111,
1635Charset Encoders,EUC-JP,
1636Charset Encoders,windows-1251,
1637Charset Encoders,HZ-GB-2312,
1638Charset Encoders,x-t1-cmex,
1639Charset Encoders,x-mac-roman,
1640Charset Encoders,ISO-8859-7,
1641Charset Encoders,x-mac-hebrew,
1642Charset Encoders,ISO-8859-15,
1643Charset Encoders,Adobe-Symbol-Encoding,
1644Charset Encoders,IBM857,
1645Charset Encoders,x-ttf-cmsy,
1646Charset Encoders,x-mathematica5,
1647Charset Encoders,hkscs-1,
1648Charset Encoders,x-mac-ce,
1649Charset Encoders,windows-1252,
1650Charset Encoders,KOI8-U,
1651Charset Encoders,ISO-8859-10,
1652Charset Encoders,GB2312,
1653Charset Encoders,UTF-8,
1654Charset Encoders,x-viet-tcvn5712,
1655Charset Encoders,gb18030,
1656Charset Encoders,ISO-8859-2,
1657Charset Encoders,windows-1257,
1658Charset Encoders,x-mathematica1,
1659Charset Encoders,x-windows-949,
1660Charset Encoders,x-tamilttf-0,
1661Charset Encoders,ISO-8859-6-I,
1662Charset Encoders,ISO-8859-5,
1663Charset Encoders,KOI8-R,
1664Charset Encoders,x-imap4-modified-utf7,
1665Charset Encoders,VISCII,
1666Charset Encoders,windows-1258,
1667Charset Encoders,ISO-8859-8,
1668Charset Encoders,IBM855,
1669Charset Encoders,EUC-KR,
1670Charset Encoders,x-ttf-cmmi,
1671Charset Encoders,x-mathematica3,
1672Charset Encoders,UTF-32LE,
1673Charset Encoders,windows-1250,
1674Charset Encoders,armscii-8,
1675Charset Encoders,IBM864i,
1676Charset Encoders,IBM852,
1677Charset Encoders,x-euc-tw,
1678Charset Encoders,ISO-8859-8-I,
1679Charset Encoders,x-johab,
1680Charset Encoders,UTF-16LE,
1681Charset Encoders,x-user-defined,
1682Charset Encoders,x-mac-icelandic,
1683Charset Encoders,windows-874,
1684Charset Encoders,windows-1255,
1685Charset Encoders,x-mac-romanian,
1686Charset Encoders,x-ttf-cmr,
1687Charset Encoders,x-mathematica4,
1688Charset Encoders,ISO-8859-3,
1689Charset Encoders,ISO-8859-11,
1690Charset Encoders,Big5,
1691Charset Encoders,UTF-7,
1692Charset Encoders,Shift_JIS,
1693Charset Encoders,IBM866,
1694Charset Encoders,x-mac-devanagari,
1695Charset Encoders,x-mtextra,
1696Charset Encoders,x-mac-turkish,
1697Charset Encoders,x-gbk,
1698Charset Encoders,UTF-32BE,
1699Charset Encoders,x-t1-cmr,
1700Charset Encoders,windows-1256,
1701Charset Encoders,x-mac-farsi,
1702Charset Encoders,GEOSTD8,
1703Charset Encoders,UTF-32,
1704Charset Encoders,x-koreanjamo-0,
1705Charset Encoders,x-t1-cmsy,
1706Charset Encoders,x-mac-croatian,
1707Charset Encoders,UTF-16BE,
1708Charset Encoders,ISO-8859-6,
1709Charset Encoders,us-ascii,
1710Charset Encoders,x-mac-greek,
1711Charset Encoders,T.61-8bit,
1712Charset Encoders,ISO-8859-9,
1713Charset Encoders,jis_0201,
1714Charset Encoders,x-mac-gujarati,
1715Charset Encoders,ISO-8859-6-E,
1716Charset Encoders,x-mathematica2,
1717Charset Encoders,Big5-HKSCS,
1718Charset Encoders,windows-1253,
1719Charset Encoders,ISO-8859-1,
1720Charset Encoders,IBM864,
1721Charset Encoders,ISO-8859-13,
1722Charset Encoders,IBM850,
1723Charset Encoders,x-zapf-dingbats,
1724Charset Encoders,ISO-8859-14,
1725Charset Encoders,x-mac-arabic,
1726Charset Encoders,IBM862,
1727Charset Encoders,windows-936,
1728Charset Encoders,windows-1254,
1729Charset Encoders,x-t1-cmmi,
1730Charset Encoders,x-tscii,
1731Charset Encoders,ISO-2022-JP,
1732Charset Encoders,x-viet-vps,
1733Charset Encoders,x-mac-cyrillic,
1734net-content-sniffers,Feed Sniffer,@mozilla.org/browser/feeds/sniffer;1
1735net-content-sniffers,Binary Detector,@mozilla.org/network/binary-detector;1
1736JavaScript global static nameset,PrivilegeManager,@mozilla.org/security/script/nameset;1
1737JavaScript global constructor,BrowserFeedWriter,@mozilla.org/browser/feeds/result-writer;1
1738JavaScript global constructor,Image,@mozilla.org/content/element/html;1?name=img
1739JavaScript global constructor,Audio,@mozilla.org/content/element/html;1?name=audio
1740JavaScript global constructor,Option,@mozilla.org/content/element/html;1?name=option
1741xpcom-directory-providers,spellcheck-directory-provider,@mozilla.org/spellcheck/dir-provider;1
1742xpcom-directory-providers,browser-directory-provider,@mozilla.org/browser/directory-provider;1
1743uconv-charset-titles,chrome://global/locale/charsetTitles.properties,
1744uconv-charset-data,resource://gre/res/charsetData.properties,
1745command-line-handler,x-default,@mozilla.org/browser/final-clh;1
1746command-line-handler,m-privatebrowsing,@mozilla.org/privatebrowsing;1
1747command-line-handler,b-jsconsole,@mozilla.org/toolkit/console-clh;1
1748command-line-handler,m-setdefaultbrowser,@mozilla.org/browser/default-browser-clh;1
1749command-line-handler,m-browser,@mozilla.org/browser/clh;1
1750command-line-handler,y-default,@mozilla.org/toolkit/default-clh;1
1751content-policy,@mozilla.org/data-document-content-policy;1,@mozilla.org/data-document-content-policy;1
1752content-policy,@mozilla.org/no-data-protocol-content-policy;1,@mozilla.org/no-data-protocol-content-policy;1
1753content-policy,@mozilla.org/permissions/contentblocker;1,@mozilla.org/permissions/contentblocker;1
1754content-policy,@mozilla.org/embedding/browser/content-policy;1,@mozilla.org/embedding/browser/content-policy;1
1755@mozilla.org/streamconv;1,?from=multipart/x-mixed-replace&to=*/*,
1756@mozilla.org/streamconv;1,?from=multipart/mixed&to=*/*,
1757@mozilla.org/streamconv;1,?from=deflate&to=uncompressed,
1758@mozilla.org/streamconv;1,?from=application/http-index-format&to=text/html,
1759@mozilla.org/streamconv;1,?from=gzip&to=uncompressed,
1760@mozilla.org/streamconv;1,?from=text/gopher-dir&to=application/http-index-format,
1761@mozilla.org/streamconv;1,?from=application/x-unknown-content-type&to=*/*,
1762@mozilla.org/streamconv;1,?from=text/plain&to=text/html,
1763@mozilla.org/streamconv;1,?from=x-compress&to=uncompressed,
1764@mozilla.org/streamconv;1,?from=compress&to=uncompressed,
1765@mozilla.org/streamconv;1,?from=application/mac-binhex40&to=*/*,
1766@mozilla.org/streamconv;1,?from=text/ftp-dir&to=application/http-index-format,
1767@mozilla.org/streamconv;1,?from=x-gzip&to=uncompressed,
1768@mozilla.org/streamconv;1,?from=multipart/byteranges&to=*/*,
1769pref-config-startup,ReadConfig Module,@mozilla.org/readconfig;1
1770charset-detectors,cjk_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine
1771charset-detectors,ko_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine
1772charset-detectors,ruprob,@mozilla.org/intl/charsetdetect;1?type=ruprob
1773charset-detectors,off,off
1774charset-detectors,universal_charset_detector,@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector
1775charset-detectors,zhcn_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine
1776charset-detectors,zhtw_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine
1777charset-detectors,zh_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine
1778charset-detectors,ja_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine
1779charset-detectors,ukprob,@mozilla.org/intl/charsetdetect;1?type=ukprob
1780JavaScript global property,InstallTrigger,@mozilla.org/xpinstall/installtrigger;1
1781JavaScript global property,external,@mozilla.org/sidebar;1
1782JavaScript global property,sidebar,@mozilla.org/sidebar;1
1783command-line-validator,b-browser,@mozilla.org/browser/clh;1
1784profile-after-change,Extension Manager,@mozilla.org/extensions/manager;1
1785profile-after-change,Timer Manager,@mozilla.org/updates/timer-manager;1
1786Gecko-Content-Viewers,application/xml,@mozilla.org/content/document-loader-factory;1
1787Gecko-Content-Viewers,application/x-javascript,@mozilla.org/content/document-loader-factory;1
1788Gecko-Content-Viewers,application/javascript,@mozilla.org/content/document-loader-factory;1
1789Gecko-Content-Viewers,text/plain,@mozilla.org/content/document-loader-factory;1
1790Gecko-Content-Viewers,image/jpg,@mozilla.org/content/document-loader-factory;1
1791Gecko-Content-Viewers,image/gif,@mozilla.org/content/document-loader-factory;1
1792Gecko-Content-Viewers,image/bmp,@mozilla.org/content/document-loader-factory;1
1793Gecko-Content-Viewers,application/x-view-source,@mozilla.org/content/document-loader-factory;1
1794Gecko-Content-Viewers,image/icon,@mozilla.org/content/document-loader-factory;1
1795Gecko-Content-Viewers,image/jpeg,@mozilla.org/content/document-loader-factory;1
1796Gecko-Content-Viewers,image/pjpeg,@mozilla.org/content/document-loader-factory;1
1797Gecko-Content-Viewers,application/ecmascript,@mozilla.org/content/document-loader-factory;1
1798Gecko-Content-Viewers,mozilla.application/cached-xul,@mozilla.org/content/document-loader-factory;1
1799Gecko-Content-Viewers,image/x-png,@mozilla.org/content/document-loader-factory;1
1800Gecko-Content-Viewers,application/http-index-format,@mozilla.org/xpfe/http-index-format-factory-constructor
1801Gecko-Content-Viewers,text/rdf,@mozilla.org/content/document-loader-factory;1
1802Gecko-Content-Viewers,image/png,@mozilla.org/content/document-loader-factory;1
1803Gecko-Content-Viewers,text/css,@mozilla.org/content/document-loader-factory;1
1804Gecko-Content-Viewers,text/html,@mozilla.org/content/document-loader-factory;1
1805Gecko-Content-Viewers,application/rdf+xml,@mozilla.org/content/document-loader-factory;1
1806Gecko-Content-Viewers,image/x-icon,@mozilla.org/content/document-loader-factory;1
1807Gecko-Content-Viewers,text/ecmascript,@mozilla.org/content/document-loader-factory;1
1808Gecko-Content-Viewers,text/javascript,@mozilla.org/content/document-loader-factory;1
1809Gecko-Content-Viewers,application/xhtml+xml,@mozilla.org/content/document-loader-factory;1
1810Gecko-Content-Viewers,application/vnd.mozilla.xul+xml,@mozilla.org/content/document-loader-factory;1
1811Gecko-Content-Viewers,text/xml,@mozilla.org/content/document-loader-factory;1
1812Gecko-Content-Viewers,image/vnd.microsoft.icon,@mozilla.org/content/document-loader-factory;1
1813Gecko-Content-Viewers,image/x-ms-bmp,@mozilla.org/content/document-loader-factory;1
1814agent-style-sheets,pluginproblem xbl binding,chrome://mozapps/content/plugins/pluginProblemBinding.css
1815agent-style-sheets,pluginfinder xbl binding,chrome://ubufox/content/alternatePluginsBinding.css
1816geolocation-provider,Returns a geolocation from a GPSD source,@mozilla.org/geolocation/gpsd/provider;1
1817JavaScript global constructor prototype alias,Image,HTMLImageElement
1818JavaScript global constructor prototype alias,Audio,HTMLAudioElement
1819JavaScript global constructor prototype alias,Option,HTMLOptionElement
1820module-loader,text/javascript,@mozilla.org/moz/jsloader;1
1821app-startup,PrivateBrowsing Service,service,@mozilla.org/privatebrowsing;1
1822app-startup,tryToClose Service,service,@mozilla.org/appshell/trytoclose;1
1823app-startup,Web Content Handler Registrar,service,@mozilla.org/embeddor.implemented/web-content-handler-registrar;1
1824app-startup,Application,service,@mozilla.org/fuel/application;1
1825app-startup,Window Data Source,service,@mozilla.org/rdf/datasource;1?name=window-mediator
1826app-startup,Firefox Browser Glue Service,service,@mozilla.org/browser/browserglue;1
1827app-startup,Browser Session Startup Service,service,@mozilla.org/browser/sessionstartup;1
1828app-startup,SystemPref Module,@mozilla.org/system-preferences;1
1829app-startup,Script Security Manager,service,@mozilla.org/scriptsecuritymanager;1
1830bookmark-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1
1831external-uricontentlisteners,application/x-x509-user-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1832external-uricontentlisteners,application/x-x509-email-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1833external-uricontentlisteners,application/x-x509-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1834external-uricontentlisteners,application/pkix-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1835external-uricontentlisteners,application/x-pkcs7-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1836external-uricontentlisteners,application/x-x509-ca-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1837external-uricontentlisteners,application/x-x509-server-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1838JavaScript global privileged property,Application,@mozilla.org/fuel/application;1
1839update-timer,Extension Manager,@mozilla.org/extensions/manager;1,getService,addon-background-update-timer,extensions.update.interval,86400
1840update-timer,Microsummary Service,@mozilla.org/microsummary/service;1,getService,microsummary-generator-update-timer,browser.microsummary.generatorUpdateInterval,604800
1841update-timer,Blocklist Service,@mozilla.org/extensions/blocklist;1,getService,blocklist-background-update-timer,extensions.blocklist.interval,86400
1842XSLT extension functions,http://exslt.org/regular-expressions,@mozilla.org/exslt/regexp;1
1843parser-service-category,Meta Charset Service,@mozilla.org/intl/metacharset;1
1844Charset Decoders,UTF-16,
1845Charset Decoders,ISO-8859-8-E,
1846Charset Decoders,ISO-8859-4,
1847Charset Decoders,ISO-8859-16,
1848Charset Decoders,UTF-32LE,
1849Charset Decoders,TIS-620,
1850Charset Decoders,ISO-IR-111,
1851Charset Decoders,windows-1252,
1852Charset Decoders,windows-1251,
1853Charset Decoders,UTF-16BE,
1854Charset Decoders,IBM852,
1855Charset Decoders,x-mac-roman,
1856Charset Decoders,ISO-8859-7,
1857Charset Decoders,x-mac-ce,
1858Charset Decoders,ISO-8859-15,
1859Charset Decoders,IBM857,
1860Charset Decoders,gb18030,
1861Charset Decoders,x-viet-tcvn5712,
1862Charset Decoders,IBM862,
1863Charset Decoders,KOI8-U,
1864Charset Decoders,ISO-8859-2,
1865Charset Decoders,armscii-8,
1866Charset Decoders,ISO-8859-10,
1867Charset Decoders,UTF-8,
1868Charset Decoders,us-ascii,
1869Charset Decoders,HZ-GB-2312,
1870Charset Decoders,ISO-2022-JP,
1871Charset Decoders,x-gbk,
1872Charset Decoders,windows-1257,
1873Charset Decoders,ISO-8859-14,
1874Charset Decoders,x-mac-hebrew,
1875Charset Decoders,ISO-8859-6-I,
1876Charset Decoders,x-johab,
1877Charset Decoders,ISO-8859-5,
1878Charset Decoders,KOI8-R,
1879Charset Decoders,x-imap4-modified-utf7,
1880Charset Decoders,VISCII,
1881Charset Decoders,windows-1258,
1882Charset Decoders,ISO-8859-8,
1883Charset Decoders,EUC-KR,
1884Charset Decoders,x-mac-gurmukhi,
1885Charset Decoders,Big5,
1886Charset Decoders,IBM864,
1887Charset Decoders,windows-1250,
1888Charset Decoders,EUC-JP,
1889Charset Decoders,IBM864i,
1890Charset Decoders,x-euc-tw,
1891Charset Decoders,ISO-8859-8-I,
1892Charset Decoders,UTF-16LE,
1893Charset Decoders,x-mac-icelandic,
1894Charset Decoders,GB2312,
1895Charset Decoders,windows-1255,
1896Charset Decoders,x-windows-949,
1897Charset Decoders,ISO-2022-KR,
1898Charset Decoders,x-mac-romanian,
1899Charset Decoders,T.61-8bit,
1900Charset Decoders,ISO-8859-3,
1901Charset Decoders,ISO-8859-11,
1902Charset Decoders,UTF-7,
1903Charset Decoders,Shift_JIS,
1904Charset Decoders,x-mac-devanagari,
1905Charset Decoders,ISO-2022-CN,
1906Charset Decoders,UTF-32BE,
1907Charset Decoders,x-mac-turkish,
1908Charset Decoders,IBM866,
1909Charset Decoders,windows-1256,
1910Charset Decoders,x-mac-farsi,
1911Charset Decoders,GEOSTD8,
1912Charset Decoders,UTF-32,
1913Charset Decoders,x-mac-croatian,
1914Charset Decoders,ISO-8859-6,
1915Charset Decoders,x-mac-greek,
1916Charset Decoders,ISO-8859-9,
1917Charset Decoders,x-mac-cyrillic,
1918Charset Decoders,x-mac-gujarati,
1919Charset Decoders,ISO-8859-6-E,
1920Charset Decoders,Big5-HKSCS,
1921Charset Decoders,windows-1253,
1922Charset Decoders,ISO-8859-1,
1923Charset Decoders,ISO-8859-13,
1924Charset Decoders,IBM850,
1925Charset Decoders,x-user-defined,
1926Charset Decoders,x-mac-arabic,
1927Charset Decoders,windows-874,
1928Charset Decoders,windows-936,
1929Charset Decoders,windows-1254,
1930Charset Decoders,IBM855,
1931Charset Decoders,x-viet-vps,
1932history-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1
01933
=== added file 'trunk/testing/autotests/ff_profile/content-prefs.sqlite'
1Binary files trunk/testing/autotests/ff_profile/content-prefs.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/content-prefs.sqlite 2010-11-15 05:23:58 +0000 differ1934Binary files trunk/testing/autotests/ff_profile/content-prefs.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/content-prefs.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/cookies.sqlite'
2Binary files trunk/testing/autotests/ff_profile/cookies.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/cookies.sqlite 2010-11-15 05:23:58 +0000 differ1935Binary files trunk/testing/autotests/ff_profile/cookies.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/cookies.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/downloads.sqlite'
3Binary files trunk/testing/autotests/ff_profile/downloads.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/downloads.sqlite 2010-11-15 05:23:58 +0000 differ1936Binary files trunk/testing/autotests/ff_profile/downloads.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/downloads.sqlite 2010-11-15 05:23:58 +0000 differ
=== added directory 'trunk/testing/autotests/ff_profile/extensions'
=== added file 'trunk/testing/autotests/ff_profile/extensions.cache'
--- trunk/testing/autotests/ff_profile/extensions.cache 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions.cache 2010-11-15 05:23:58 +0000
@@ -0,0 +1,4 @@
1app-global langpack-en-GB@firefox-3.6.ubuntu.com rel%langpack-en-GB@firefox-3.6.ubuntu.com 1279615210
2app-global {972ce4c6-7e08-4474-a285-3208198ce6fd} rel%{972ce4c6-7e08-4474-a285-3208198ce6fd} 1279615357
3app-system-share ubufox@ubuntu.com rel%ubufox@ubuntu.com 1272543894
4app-profile RCE@jerryqian.com rel%RCE@jerryqian.com 1283342364
05
=== added file 'trunk/testing/autotests/ff_profile/extensions.ini'
--- trunk/testing/autotests/ff_profile/extensions.ini 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions.ini 2010-11-15 05:23:58 +0000
@@ -0,0 +1,6 @@
1[ExtensionDirs]
2Extension0=/usr/lib/firefox-3.6.6/extensions/langpack-en-GB@firefox-3.6.ubuntu.com
3Extension1=/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com
4Extension2=/home/grl/PsiphonFFProfile/extensions/RCE@jerryqian.com
5[ThemeDirs]
6Extension0=/usr/lib/firefox-3.6.6/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
07
=== added file 'trunk/testing/autotests/ff_profile/extensions.rdf'
--- trunk/testing/autotests/ff_profile/extensions.rdf 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions.rdf 2010-11-15 05:23:58 +0000
@@ -0,0 +1,75 @@
1<?xml version="1.0"?>
2<RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#"
3 xmlns:NC="http://home.netscape.com/NC-rdf#"
4 xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5 <RDF:Description RDF:about="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}"
6 NS1:installLocation="app-global"
7 NS1:version="3.6.6"
8 NS1:internalName="classic/1.0"
9 NS1:locked="true"
10 NS1:appManaged="true"
11 NS1:name="Default"
12 NS1:description="The default theme."
13 NS1:creator="Mozilla"
14 NS1:contributor="Mozilla Contributors">
15 <NS1:type NC:parseType="Integer">4</NS1:type>
16 <NS1:targetApplication RDF:resource="rdf:#$pnDlG1"/>
17 </RDF:Description>
18 <RDF:Description RDF:about="rdf:#$wnDlG1"
19 NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
20 NS1:minVersion="3.6"
21 NS1:maxVersion="3.6.*" />
22 <RDF:Description RDF:about="rdf:#$+0vNJ1"
23 NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
24 NS1:minVersion="3.0"
25 NS1:maxVersion="3.6.*" />
26 <RDF:Description RDF:about="rdf:#$pnDlG1"
27 NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
28 NS1:minVersion="3.6.6"
29 NS1:maxVersion="3.6.6" />
30 <RDF:Description RDF:about="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com"
31 NS1:installLocation="app-global"
32 NS1:version="3.6"
33 NS1:name="Firefox (en-GB)"
34 NS1:creator="http://translations.launchpad.net">
35 <NS1:type NC:parseType="Integer">8</NS1:type>
36 <NS1:targetApplication RDF:resource="rdf:#$wnDlG1"/>
37 </RDF:Description>
38 <RDF:Description RDF:about="urn:mozilla:item:RCE@jerryqian.com"
39 NS1:installLocation="app-profile"
40 NS1:version="1.0.0"
41 NS1:optionsURL="chrome://rce/content/optionDialog.xul"
42 NS1:iconURL="chrome://rce/content/rce.png"
43 NS1:name="Remember Certificate Exception"
44 NS1:description="Auto complete Firefox3 SSL certificate exception override."
45 NS1:creator="Jerry Qian"
46 NS1:contributor="Jerry Qian">
47 <NS1:type NC:parseType="Integer">2</NS1:type>
48 <NS1:targetApplication RDF:resource="rdf:#$+0vNJ1"/>
49 </RDF:Description>
50 <RDF:Description RDF:about="rdf:#$anDlG1"
51 NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
52 NS1:minVersion="1.5"
53 NS1:maxVersion="3.7.*" />
54 <RDF:Description RDF:about="urn:mozilla:item:ubufox@ubuntu.com"
55 NS1:installLocation="app-system-share"
56 NS1:version="0.9rc2"
57 NS1:iconURL="chrome://ubufox/content/ubuntulogo32.png"
58 NS1:name="Ubuntu Firefox Modifications"
59 NS1:description="Ubuntu configuration defaults and apt support for firefox extensions/plugins."
60 NS1:creator="Canonical Ltd.">
61 <NS1:type NC:parseType="Integer">2</NS1:type>
62 <NS1:contributor>Alexander Sack &lt;asac@ubuntu.com&gt;</NS1:contributor>
63 <NS1:contributor>Sasa Bodiroza &lt;jazzva@gmail.com&gt;</NS1:contributor>
64 <NS1:contributor>Daniel Abramov &lt;ex@vingrad.ru&gt;</NS1:contributor>
65 <NS1:contributor>Arzhel Younsi &lt;xionox@gmail.com&gt;</NS1:contributor>
66 <NS1:contributor>Saïvann Carignan &lt;oxmosys@gmail.com&gt;</NS1:contributor>
67 <NS1:targetApplication RDF:resource="rdf:#$anDlG1"/>
68 </RDF:Description>
69 <RDF:Seq RDF:about="urn:mozilla:item:root">
70 <RDF:li RDF:resource="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com"/>
71 <RDF:li RDF:resource="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}"/>
72 <RDF:li RDF:resource="urn:mozilla:item:ubufox@ubuntu.com"/>
73 <RDF:li RDF:resource="urn:mozilla:item:RCE@jerryqian.com"/>
74 </RDF:Seq>
75</RDF:RDF>
076
=== added directory 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com'
=== added directory 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome'
=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest'
--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest 2010-11-15 05:23:58 +0000
@@ -0,0 +1,6 @@
1content rce jar:chrome/rce.jar!/content/
2locale rce en-US jar:chrome/rce.jar!/locale/en-US/
3locale rce zh-CN jar:chrome/rce.jar!/locale/zh-CN/
4overlay chrome://browser/content/browser.xul chrome://rce/content/rce-overlay.xul
5overlay chrome://pippki/content/exceptionDialog.xul chrome://rce/content/exceptionDialog.xul
6
07
=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar'
1Binary files trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar 2010-11-15 05:23:58 +0000 differ8Binary files trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf'
--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf 2010-11-15 05:23:58 +0000
@@ -0,0 +1,30 @@
1<?xml version="1.0"?>
2
3<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5
6 <Description about="urn:mozilla:install-manifest">
7 <em:id>RCE@jerryqian.com</em:id>
8 <em:version>1.0.0</em:version>
9 <em:type>2</em:type>
10
11 <em:targetApplication>
12 <Description>
13 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
14 <em:minVersion>3.0</em:minVersion>
15 <em:maxVersion>3.6.*</em:maxVersion>
16 </Description>
17 </em:targetApplication>
18
19 <em:name>Remember Certificate Exception</em:name>
20 <em:description>Auto complete Firefox3 SSL certificate exception override.</em:description>
21 <em:creator>Jerry Qian</em:creator>
22 <em:contributor>Jerry Qian</em:contributor>
23 <em:iconURL>chrome://rce/content/rce.png</em:iconURL>
24 <em:optionsURL>chrome://rce/content/optionDialog.xul</em:optionsURL>
25 <!--em:aboutURL></em:aboutURL-->
26 </Description>
27
28</RDF>
29
30
031
=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt'
--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt 2010-11-15 05:23:58 +0000
@@ -0,0 +1,13 @@
1Copyright 2008 Jerry Qian (http://sejq.blogspot.com)
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
0\ No newline at end of file14\ No newline at end of file
115
=== added file 'trunk/testing/autotests/ff_profile/formhistory.sqlite'
2Binary files trunk/testing/autotests/ff_profile/formhistory.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/formhistory.sqlite 2010-11-15 05:23:58 +0000 differ16Binary files trunk/testing/autotests/ff_profile/formhistory.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/formhistory.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/key3.db'
3Binary files trunk/testing/autotests/ff_profile/key3.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/key3.db 2010-11-15 05:23:58 +0000 differ17Binary files trunk/testing/autotests/ff_profile/key3.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/key3.db 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/localstore.rdf'
--- trunk/testing/autotests/ff_profile/localstore.rdf 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/localstore.rdf 2010-11-15 05:23:58 +0000
@@ -0,0 +1,57 @@
1<?xml version="1.0"?>
2<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
3 xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
4 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#viewGroup"
5 last-selected="extensions" />
6 <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-box"
7 sidebarcommand=""
8 width=""
9 src="" />
10 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#extensions-view"
11 last-selected="urn:mozilla:item:RCE@jerryqian.com"
12 selected="true" />
13 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#extensionsManager"
14 width="520"
15 height="380"
16 sizemode="normal"
17 screenX="0"
18 screenY="51" />
19 <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-title"
20 value="" />
21 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#search-view"
22 last-selected="urn:mozilla:addons:search:https://addons.mozilla.org/en-us/firefox/downloads/file/90997/amazonassist-0.7.2.0-fx.xpi?src=api&amp;confirmed=1" />
23 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#themes-view"
24 last-selected="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}" />
25 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul">
26 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#search-view"/>
27 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#extensionsManager"/>
28 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#extensions-view"/>
29 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#viewGroup"/>
30 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#plugins-view"/>
31 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#themes-view"/>
32 <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#locales-view"/>
33 </RDF:Description>
34 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#plugins-view"
35 last-selected="urn:mozilla:item:libtotem-mully-plugin.so" />
36 <RDF:Description RDF:about="chrome://pippki/content/exceptionDialog.xul">
37 <NC:persist RDF:resource="chrome://pippki/content/exceptionDialog.xul#exceptiondialog"/>
38 </RDF:Description>
39 <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#locales-view"
40 last-selected="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com" />
41 <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
42 width="994"
43 height="686"
44 screenY="24"
45 screenX="0"
46 sizemode="maximized" />
47 <RDF:Description RDF:about="chrome://browser/content/browser.xul">
48 <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"/>
49 <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/>
50 <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/>
51 </RDF:Description>
52 <RDF:Description RDF:about="chrome://pippki/content/exceptionDialog.xul#exceptiondialog"
53 screenX="453"
54 screenY="108"
55 width="501"
56 height="480" />
57</RDF:RDF>
058
=== added file 'trunk/testing/autotests/ff_profile/mimeTypes.rdf'
--- trunk/testing/autotests/ff_profile/mimeTypes.rdf 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/mimeTypes.rdf 2010-11-15 05:23:58 +0000
@@ -0,0 +1,67 @@
1<?xml version="1.0"?>
2<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
3 xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
4 <RDF:Description RDF:about="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"
5 NC:prettyName="Yahoo! Mail"
6 NC:uriTemplate="http://compose.mail.yahoo.com/?To=%s" />
7 <RDF:Description RDF:about="urn:handler:web:http://30boxes.com/external/widget?refer=ff&amp;url=%s"
8 NC:prettyName="30 Boxes"
9 NC:uriTemplate="http://30boxes.com/external/widget?refer=ff&amp;url=%s" />
10 <RDF:Seq RDF:about="urn:schemes:root">
11 <RDF:li RDF:resource="urn:scheme:mailto"/>
12 <RDF:li RDF:resource="urn:scheme:irc"/>
13 <RDF:li RDF:resource="urn:scheme:ircs"/>
14 <RDF:li RDF:resource="urn:scheme:webcal"/>
15 </RDF:Seq>
16 <RDF:Description RDF:about="urn:scheme:handler:irc"
17 NC:alwaysAsk="true">
18 <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
19 </RDF:Description>
20 <RDF:Seq RDF:about="urn:mimetypes:root">
21 </RDF:Seq>
22 <RDF:Description RDF:about="urn:schemes">
23 <NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
24 </RDF:Description>
25 <RDF:Description RDF:about="urn:scheme:mailto"
26 NC:value="mailto">
27 <NC:handlerProp RDF:resource="urn:scheme:handler:mailto"/>
28 </RDF:Description>
29 <RDF:Description RDF:about="urn:scheme:ircs"
30 NC:value="ircs">
31 <NC:handlerProp RDF:resource="urn:scheme:handler:ircs"/>
32 </RDF:Description>
33 <RDF:Description RDF:about="urn:scheme:webcal"
34 NC:value="webcal">
35 <NC:handlerProp RDF:resource="urn:scheme:handler:webcal"/>
36 </RDF:Description>
37 <RDF:Description RDF:about="urn:scheme:handler:mailto"
38 NC:useSystemDefault="true"
39 NC:alwaysAsk="false">
40 <NC:possibleApplication RDF:resource="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"/>
41 <NC:possibleApplication RDF:resource="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"/>
42 </RDF:Description>
43 <RDF:Description RDF:about="urn:mimetypes">
44 <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
45 </RDF:Description>
46 <RDF:Description RDF:about="urn:scheme:irc"
47 NC:value="irc">
48 <NC:handlerProp RDF:resource="urn:scheme:handler:irc"/>
49 </RDF:Description>
50 <RDF:Description RDF:about="urn:root"
51 NC:en-US_defaultHandlersVersion="3" />
52 <RDF:Description RDF:about="urn:scheme:handler:webcal"
53 NC:useSystemDefault="true"
54 NC:alwaysAsk="true">
55 <NC:possibleApplication RDF:resource="urn:handler:web:http://30boxes.com/external/widget?refer=ff&amp;url=%s"/>
56 </RDF:Description>
57 <RDF:Description RDF:about="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"
58 NC:prettyName="Gmail"
59 NC:uriTemplate="https://mail.google.com/mail/?extsrc=mailto&amp;url=%s" />
60 <RDF:Description RDF:about="urn:handler:web:https://www.mibbit.com/?url=%s"
61 NC:prettyName="Mibbit"
62 NC:uriTemplate="https://www.mibbit.com/?url=%s" />
63 <RDF:Description RDF:about="urn:scheme:handler:ircs"
64 NC:alwaysAsk="true">
65 <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
66 </RDF:Description>
67</RDF:RDF>
068
=== added file 'trunk/testing/autotests/ff_profile/permissions.sqlite'
1Binary files trunk/testing/autotests/ff_profile/permissions.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/permissions.sqlite 2010-11-15 05:23:58 +0000 differ69Binary files trunk/testing/autotests/ff_profile/permissions.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/permissions.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/places.sqlite'
2Binary files trunk/testing/autotests/ff_profile/places.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/places.sqlite 2010-11-15 05:23:58 +0000 differ70Binary files trunk/testing/autotests/ff_profile/places.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/places.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/places.sqlite-journal'
=== added file 'trunk/testing/autotests/ff_profile/pluginreg.dat'
--- trunk/testing/autotests/ff_profile/pluginreg.dat 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/pluginreg.dat 2010-11-15 05:23:58 +0000
@@ -0,0 +1,80 @@
1Generated File. Do not edit.
2
3[HEADER]
4Version:0.11:$
5
6[PLUGINS]
7librhythmbox-itms-detection-plugin.so:$
8/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so:$
9:$
101277463660000:1:1:$
11This plug-in detects the presence of iTunes when opening iTunes Store URLs in a web page with Firefox.:$
12iTunes Application Detector:$
131
140:application/itunes-plugin:::$
15libtotem-narrowspace-plugin.so:$
16/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so:$
17:$
181274279893000:1:1:$
19The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
20QuickTime Plug-in 7.6.6:$
215
220:video/quicktime:QuickTime video:mov:$
231:video/mp4:MPEG-4 video:mp4:$
242:image/x-macpaint:MacPaint Bitmap image:pntg:$
253:image/x-quicktime:Macintosh Quickdraw/PICT drawing:pict, pict1, pict2:$
264:video/x-m4v:MPEG-4 video:m4v:$
27libtotem-mully-plugin.so:$
28/usr/lib/mozilla/plugins/libtotem-mully-plugin.so:$
29:$
301274279893000:1:1:$
31DivX Web Player version 1.4.0.233:$
32DivX® Web Player:$
331
340:video/divx:AVI video:divx:$
35libtotem-gmp-plugin.so:$
36/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so:$
37:$
381274279893000:1:1:$
39The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
40Windows Media Player Plug-in 10 (compatible; Totem):$
4113
420:application/x-mplayer2:AVI video:avi, wma, wmv:$
431:video/x-ms-asf-plugin:ASF video:asf, wmv:$
442:video/x-msvideo:AVI video:asf, wmv:$
453:video/x-ms-asf:ASF video:asf:$
464:video/x-ms-wmv:Windows Media video:wmv:$
475:video/x-wmv:Windows Media video:wmv:$
486:video/x-ms-wvx:Windows Media video:wmv:$
497:video/x-ms-wm:Windows Media video:wmv:$
508:video/x-ms-wmp:Windows Media video:wmv:$
519:application/x-ms-wms:Windows Media video:wms:$
5210:application/x-ms-wmp:Windows Media video:wmp:$
5311:application/asx:Microsoft ASX playlist:asx:$
5412:audio/x-ms-wma:Windows Media audio:wma:$
55libtotem-cone-plugin.so:$
56/usr/lib/mozilla/plugins/libtotem-cone-plugin.so:$
57:$
581274279893000:1:1:$
59The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
60VLC Multimedia Plugin (compatible Totem 2.30.2):$
6119
620:application/x-vlc-plugin:VLC Multimedia Plugin::$
631:application/vlc:VLC Multimedia Plugin::$
642:video/x-google-vlc-plugin:VLC Multimedia Plugin::$
653:application/x-ogg:Ogg multimedia file:ogg:$
664:application/ogg:Ogg multimedia file:ogg:$
675:audio/ogg:Ogg Audio:oga:$
686:audio/x-ogg:Ogg Audio:ogg:$
697:video/ogg:Ogg Video:ogv:$
708:video/x-ogg:Ogg Video:ogg:$
719:application/annodex:Annodex exchange format:anx:$
7210:audio/annodex:Annodex Audio:axa:$
7311:video/annodex:Annodex Video:axv:$
7412:video/mpeg:MPEG video:mpg, mpeg, mpe:$
7513:audio/wav:WAV audio:wav:$
7614:audio/x-wav:WAV audio:wav:$
7715:audio/mpeg:MP3 audio:mp3:$
7816:application/x-nsv-vp3-mp3:NullSoft video:nsv:$
7917:video/flv:Flash video:flv:$
8018:application/x-totem-plugin:Totem Multimedia plugin::$
081
=== added file 'trunk/testing/autotests/ff_profile/prefs.js'
--- trunk/testing/autotests/ff_profile/prefs.js 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/prefs.js 2010-11-15 05:23:58 +0000
@@ -0,0 +1,28 @@
1# Mozilla User Preferences
2
3/* Do not edit this file.
4 *
5 * If you make changes to this file while the application is running,
6 * the changes will be overwritten when the application exits.
7 *
8 * To make a manual change to preferences, you can visit the URL about:config
9 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
10 */
11
12user_pref("app.update.lastUpdateTime.places-maintenance-timer", 1283342758);
13user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1283342661);
14user_pref("browser.bookmarks.restore_default_bookmarks", false);
15user_pref("browser.migration.version", 1);
16user_pref("browser.places.smartBookmarksVersion", 2);
17user_pref("browser.startup.homepage_override.mstone", "rv:1.9.2.6");
18user_pref("distribution.canonical.bookmarksProcessed", true);
19user_pref("extensions.enabledItems", "langpack-en-GB@firefox-3.6.ubuntu.com:3.6,ubufox@ubuntu.com:0.9rc2,RCE@jerryqian.com:1.0.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.6");
20user_pref("extensions.lastAppVersion", "3.6.6");
21user_pref("extensions.rce.autoAddException", true);
22user_pref("extensions.update.notifyUser", false);
23user_pref("intl.charsetmenu.browser.cache", "UTF-8");
24user_pref("network.cookie.prefsMigrated", true);
25user_pref("privacy.sanitize.migrateFx3Prefs", true);
26user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/newkey", 1285934310);
27user_pref("xpinstall.whitelist.add", "");
28user_pref("xpinstall.whitelist.add.36", "");
029
=== added file 'trunk/testing/autotests/ff_profile/search.json'
--- trunk/testing/autotests/ff_profile/search.json 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/search.json 2010-11-15 05:23:58 +0000
@@ -0,0 +1,1 @@
1{"version":6,"buildID":"20100628124739","locale":"en-US","directories":{"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins":{"lastModifiedTime":1272543894000,"engines":[{"_id":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins/ask.xml","_name":"Ask.com","description":"Ask.com Search Engine - Better Web Search","__searchForm":"http://www.ask.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEACABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAQAEAAAAAAAAAAAAAAAEAAAAAAACbm5sAAADJAAAA1gAAANMAAADYAAAAyACcnJ0AAADLAAEBywDCwsAAjIy2AH9/gwBdXa4AAAC5AAAAygAwMOEAMjLgADMzvQAEBHwAaGipAAAAzwCtsLEAhYWgAAsLygDq6toAQkK3AGZnigA5O84ACAiuANjY3wAICIsAAADAAGVljgAEBIQAAADfAGNiegAREZAAwsLzAAcHkwAEBZ0Ag4jOAC0twAALC7QAqK7dAKSq1wBycqQABATQAPT04ACYm74ARkaOALO09wAmJnQAJSXJADw9fwAzNc4ALzDCAHp6pACdnZkApKevAL29sQD5+foAkpKcAOzs4AAMDMoAPj7iAKGinACvr6oAT0/wAAwNyQAAANIAlJTaAN/f0QCcnZ0AAADRAF5erQAAAJ8AAADDAAAAzAA1NrwAMTGfAAkJ1QAAAMQAWlqvAHJ31wDMzMAAFhbHAAAAiQBERNIA8fHmAAgI1gCys6oAu7v4AD09ngDDwfoABgbOAM7N9wCYmPUAKyuOABkZmgAyMsEAiYq8AHp68gDDw5sAAgLPALW2rwCdnZgAAAC9AAMD1wCenpgA9fX1AAAArQCCgrIA0dLYAK+vnwB3e9kA5ubSAOfn+AClp6cA3NzDAMHHygBQU9MABATCAG5z2gAcHMQAio/aAAAA2QD19fwAnaHIAIaGogDm5uoAk5N0AK+ytAAMDNUAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////+DBgAAAAAASBX///////8GEzQ/Ll5VEUo9aXX///86e08hAg1qUUUiaymAOXf/NxQlglZvIzgzHksFeQxs/xcBEG1aWC1lc2YgCmEEUkE2BwFdaHAkQ3RGRxgqAmcWKwgFD1Q7Yn4xYzx2En0DGf9TBwFbLyZgCVwdQgtuBE7//3xEQD4nA1BZgTVXHwIw/////3pkHEkOTV8aTIR//////////yxyeBsycSj/////////////////////////////////////////////////AAD//wAA//8AAMAfAACABwAAAAEAAAABAAAAAAAAAAAAAAAAAACAAAAAwAAAAPABAAD8BwAA//8AAP//AAA=","_urls":[{"template":"http://www.ask.com/web","rels":[],"params":[{"name":"q","value":"{searchTerms}"},{"name":"o","value":"1576"},{"name":"l","value":"dis"}]}],"filePath":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins/ask.xml","_installLocation":3,"queryCharset":"UTF-8"}]},"/usr/lib/firefox-addons/searchplugins/en-US":{"lastModifiedTime":1279615357000,"engines":[{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/amazondotcom.xml","_name":"Amazon.com","description":"Amazon.com Search","__searchForm":"http://www.amazon.com/","_iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHgSURBVHjalFM9TNtQEP4cB7PwM1RITUXIgsRaYEEVEyKZwhiyZAQyd0BhpFOlIjoBqhjSqVQMoVMLLAjEwECCQJkSkBqJYDOAFOMKFSf28d7DTUxiUDnp/Pzeu/vuu7t3ICKF6SLTMv2/lB0fRWKfjwDm4JJisYh0Oo3fpZLYT0SjSCQS8JAFMADNDZ3NZsnf1taiqVTKi4nGASruk5lkkmTmMB6JUKFQqO+DfX1eABWeQoVR6f7HSdM0obqu48Yw8G1tDT82NsRd1TSbU9BbGPCog8PDj+jLzurFoAVgMh4XxoNDQ6SqKi0tL9eBvAB8zZwymYxYY7EYAoEA8vm82BNTg6XUIs0MeGTZoR1mhXSnwNl4pmAbjU7mcjkKhkL1ynMnntZ4OEw3VyrV8utk7s5TdW++0QXz+1i3P7IK36t+PCfVn1OQOoOA0gXr5DPak+cPXbBK+/T3S69AtY3LJ98vZ1or/iLr+pTuvr59/A6s003UdqZFJF/PCKQ3o5CUznoBST2AfbEF/9iqYEDaIfwj73VJPEfgNTe0tWNYR0uwy9uOW0OkrgHI7z5ADo2C7v48nLV3XHKAT+x/1m1sX58xsBxg8rZJrDYD8DHHp4aJj/MK09sXjPOt46PcCzAACXY8/u34wN0AAAAASUVORK5CYII=","_urls":[{"template":"http://www.amazon.com/exec/obidos/external-search/","rels":[],"params":[{"name":"field-keywords","value":"{searchTerms}"},{"name":"mode","value":"blended"},{"name":"tag","value":"wwwcanoniccom-20"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/amazondotcom.xml","_installLocation":3},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/wikipedia.xml","_name":"Wikipedia (en)","description":"Wikipedia, the free encyclopedia","__searchForm":"http://en.wikipedia.org/wiki/Special:Search","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAEAgQAhIOEAMjHyABIR0gA6ejpAGlqaQCpqKkAKCgoAPz9%2FAAZGBkAmJiYANjZ2ABXWFcAent6ALm6uQA8OjwAiIiIiIiIiIiIiI4oiL6IiIiIgzuIV4iIiIhndo53KIiIiB%2FWvXoYiIiIfEZfWBSIiIEGi%2FfoqoiIgzuL84i9iIjpGIoMiEHoiMkos3FojmiLlUipYliEWIF%2BiDe0GoRa7D6GPbjcu1yIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","_urls":[{"template":"http://en.wikipedia.org/w/api.php","rels":[],"type":"application/x-suggestions+json","params":[{"name":"action","value":"opensearch"},{"name":"search","value":"{searchTerms}"}]},{"template":"http://en.wikipedia.org/wiki/Special:Search","rels":[],"params":[{"name":"search","value":"{searchTerms}"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/wikipedia.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/answers.xml","_name":"Answers.com","description":"Dictionary Search on Answers.com","__searchForm":"http://www.answers.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAABMLAAATCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////K////4f////E////5f///+n////P////mv///0EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8E////fv///+//////////////////////7NnP/+LFtv/////+////of///xYAAAAAAAAAAAAAAAD///8D////lf////////////j0//bi1v/OlXf/tGU9/6FCEv/OmH3////////////////D////FgAAAAAAAAAA////avPm4P/evaz/8NbI//7r3//23M3/xYRi/5kzAP/Df1z//u/l//749P/v4dn/+PPw/////6j///8B////GP///+W/f1//smM7//bczf/+69///uvf/9ytlP+ZMwD/5se3/+/f1//AgmP/nj0N/927qv/////+////QP///2z/////8NvQ/8WCYP/+69///uvf//7r3/+7ckz/pUkb/9m1ov+ePQ3/okUW/8+fh//38O3//////////5r///+t//////7y6v/Cflv/58Cr//DRwP/mwKv/okQU/8ODYv/cuqj/yZN4//Tq5f/+9e///vDn///////////Q////yf/////+7+b/05yA/65ZLv+9dVD/sF40/5kzAP/kvKb//vTu//Tr5v/7+Pb//vfz//707f//////////6f///8X//////vDm/+K4ov/KjGz//ure/8uNbf+jRBX/+OTX/+3b0v+jSBr/pk0h/717Wv/Wrpr//Pn4/////+b///+i//////7z7f/02Mj/wn5b//vl2P+uWS7/vXhU//v49//48u//1q6a/717Wv+oUSb/tWxH//jz8P/////K////V///////+/j//ure/8aFZP/fs5v/oEAQ/9q1o/+zaEL/1ayX//718P/+9/P/+PHu//jz8P//////////h////wr////O///////38v/YpYr/tGQ7/6ZLHf/06eX/s2dB/549Df/x49z//vDn//7x6f//////////8////yoAAAAA////R/////v/////7dXI/5kzAP+7cUv//vHp/+vYzv+bNwX/vHlY//38/P///////////////30AAAAAAAAAAAAAAAD///9n////+/z5+P++e1n/3LGc//7w5//++PT/0KKL/8OIa//9/Pv//////////5X///8GAAAAAAAAAAAAAAAAAAAAAP///0n////K///////////////////////////+/v7/////5v///2z///8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////Cv///1f///+g////xP///8n///+r////bP///xoAAAAAAAAAAAAAAAAAAAAA+B////AH///AA///wAH//4AB//+AAP//AAD//wAA//8AAP//AAD//4AA//+AAf//wAP//+AD///wD////D///w==","_urls":[{"template":"http://www.answers.com/main/ntquery","rels":[],"params":[{"name":"s","value":"{searchTerms}"},{"name":"gwp","value":"13"}]},{"template":"http://www.answers.com/main/startswith?output=json&client=firefox&s={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/answers.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/google.xml","_name":"Google","description":"Google Search","__searchForm":"http://www.google.com/firefox","_iconURL":"data:image/png;base64,AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADs9Pt8xetPtu9FsfFNtu%2BTzvb2%2B%2Fne4dFJeBw0egA%2FfAJAfAA8ewBBegAAAAD%2B%2FPtft98Mp%2BwWsfAVsvEbs%2FQeqvF8xO7%2F%2F%2F63yqkxdgM7gwE%2FggM%2BfQA%2BegBDeQDe7PIbotgQufcMufEPtfIPsvAbs%2FQvq%2Bfz%2Bf%2F%2B%2B%2FZKhR05hgBBhQI8hgBAgAI9ewD0%2B%2Fg3pswAtO8Cxf4Kw%2FsJvvYAqupKsNv%2B%2Fv7%2F%2FP5VkSU0iQA7jQA9hgBDgQU%2BfQH%2F%2Ff%2FQ6fM4sM4KsN8AteMCruIqqdbZ7PH8%2Fv%2Fg6Nc%2Fhg05kAA8jAM9iQI%2BhQA%2BgQDQu6b97uv%2F%2F%2F7V8Pqw3eiWz97q8%2Ff%2F%2F%2F%2F7%2FPptpkkqjQE4kwA7kAA5iwI8iAA8hQCOSSKdXjiyflbAkG7u2s%2F%2B%2F%2F39%2F%2F7r8utrqEYtjQE8lgA7kwA7kwA9jwA9igA9hACiWSekVRyeSgiYSBHx6N%2F%2B%2Fv7k7OFRmiYtlAA5lwI7lwI4lAA7kgI9jwE9iwI4iQCoVhWcTxCmb0K%2BooT8%2Fv%2F7%2F%2F%2FJ2r8fdwI1mwA3mQA3mgA8lAE8lAE4jwA9iwE%2BhwGfXifWvqz%2B%2Ff%2F58u%2Fev6Dt4tr%2B%2F%2F2ZuIUsggA7mgM6mAM3lgA5lgA6kQE%2FkwBChwHt4dv%2F%2F%2F728ei1bCi7VAC5XQ7kz7n%2F%2F%2F6bsZkgcB03lQA9lgM7kwA2iQktZToPK4r9%2F%2F%2F9%2F%2F%2FSqYK5UwDKZAS9WALIkFn%2B%2F%2F3%2F%2BP8oKccGGcIRJrERILYFEMwAAuEAAdX%2F%2Ff7%2F%2FP%2B%2BfDvGXQLIZgLEWgLOjlf7%2F%2F%2F%2F%2F%2F9QU90EAPQAAf8DAP0AAfMAAOUDAtr%2F%2F%2F%2F7%2B%2Fu2bCTIYwDPZgDBWQDSr4P%2F%2Fv%2F%2F%2FP5GRuABAPkAA%2FwBAfkDAPAAAesAAN%2F%2F%2B%2Fz%2F%2F%2F64g1C5VwDMYwK8Yg7y5tz8%2Fv%2FV1PYKDOcAAP0DAf4AAf0AAfYEAOwAAuAAAAD%2F%2FPvi28ymXyChTATRrIb8%2F%2F3v8fk6P8MAAdUCAvoAAP0CAP0AAfYAAO4AAACAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAA","_urls":[{"template":"http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&hl={moz:locale}&q={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]},{"template":"http://www.google.com/search","rels":[],"params":[{"name":"client","value":"ubuntu"},{"name":"channel","value":"fs"},{"name":"q","value":"{searchTerms}"},{"name":"ie","value":"utf-8"},{"name":"oe","value":"utf-8"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/google.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/creativecommons.xml","_name":"Creative Commons","description":"Find photos, movies, music, and text to rip, sample, mash, and share.","__searchForm":"http://search.creativecommons.org/","_iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJUSURBVDiNjZO9S1thGMXPvTfJFbnkipNkLLS0ksFg0M0lf4CboNCEgIIg/RiKtEOn0qGWTtbVoBYcIji10I9J0ApWCjp0kRaXdhHjTW4+uGnur4NJ8GOwZ3nf4TnnfZ5z3scAdBGGYdyVdN+yrGHTNNOtVqsVhuG+pO+S3gE/LtV3BIxzPDJNc8FxHGN0dNRKpVIGoJ2dndr+/r5Vr9cl6bmkN0AoSQIEyHXdj5KYnZ3F932uolKpkM/nK5KQ9FmSCZwLOI7zQBLr6+vXiFdRLBaDtsiTTve3YrFYkM/nbyR3MDU1dSKpLumO+vr6Xruui+d5AFSrVVZWVtjY2KDRaABwdHTE4uIie3t7AJTLZaLRaFXSCyUSid1MJgOA53n09/eTTqdJJpPMzc2xurqKbduMj48Tj8fZ3d0FYHBw8FjSezmOU56fnwdgeXkZ27ap1WpUKhWazSZjY2Nks1kASqVSd4zp6eljSX/MtiHdRDpnEATyfb+bkiSVSqXu3TCM8xgHBga+dkY4OzvDdV2GhoZIJBLMzMxQKBSIRqNkMhlisRhbW1sAJJPJn5I+KB6Pv7poou/7rK2tsbm5SRAEXROXlpY4ODgAoFarYdu2J+llN8ZcLvffMeZyud+SGpLuCVBPT89jSRQKhRvJxWKxISmU9JTOT5Rk9Pb2fpHE5OQkJycn14inp6dMTEx4bdM/SbKAy8sk6WEkElmwLCuSSqUYGRmxgHB7e7t+eHgYazabgaRnkt7SeZnr63xbUtYwjGHTNNNhGP4F9iR9a6/zr4v1/wDE1D9XlC4rrAAAAABJRU5ErkJggg==","_urls":[{"template":"http://search.creativecommons.org/","rels":[],"params":[{"name":"q","value":"{searchTerms}"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/creativecommons.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/eBay.xml","_name":"eBay","description":"eBay - Online auctions","__searchForm":"http://search.ebay.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEACABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAIAAAADAAAAA/wAAAABAAABAQAAAgEAAAMBAAAD/QAAAAIAAAECAAACAgAAAwIAAAP+AAAAAwAAAQMAAAIDAAADAwAAA/8AAAAD/AABA/wAAgP8AAMD/AAD//wAAAABAAEAAQACAAEAAwABAAP8AQAAAQEAAQEBAAIBAQADAQEAA/0BAAACAQABAgEAAgIBAAMCAQAD/gEAAAMBAAEDAQACAwEAAwMBAAP/AQAAA/0AAQP9AAID/QADA/0AA//9AAAAAgABAAIAAgACAAMAAgAD/AIAAAECAAEBAgACAQIAAwECAAP9AgAAAgIAAQICAAICAgADAgIAA/4CAAADAgABAwIAAgMCAAMDAgAD/wIAAAP+AAED/gACA/4AAwP+AAP//gAAAAMAAQADAAIAAwADAAMAA/wDAAABAwABAQMAAgEDAAMBAwAD/QMAAAIDAAECAwACAgMAAwIDAAP+AwAAAwMAAQMDAAIDAwADAwMAA/8DAAAD/wABA/8AAgP/AAMD/wAD//8AAAAD/AEAA/wCAAP8AwAD/AP8A/wAAQP8AQED/AIBA/wDAQP8A/0D/AACA/wBAgP8AgID/AMCA/wD/gP8AAMD/AEDA/wCAwP8AwMD/AP/A/wAA//8AQP//AID//wDA//8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fHx8fHx8fHx8fHx8AAB8cGRkUFAcHBx8fBUKfAAAfFBkfHxNHF4cb29vCnwAAHxkZFBQUBx8HG98bwp8fAB8ZGR8UGQcXhxvb28KFXx8fHZkZGRNHBwcfG8jCgoQfAB8fHx8HBx8b29vCnwPCnwAAAB8fBwcfHx8EBB8Dwp8AAAAAHx8fHwAfHx8AHx8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//AAD//wAA//8AAP//AACAAwAAAAMAAAADAAAAAQAAAAAAAAAAAACAAAAA4AAAAPCIAAD//wAA//8AAP//AAA=","_urls":[{"template":"http://rover.ebay.com/rover/1/711-47294-18009-3/4","rels":[],"params":[{"name":"satitle","value":"{searchTerms}"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/eBay.xml","_installLocation":3},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/yahoo.xml","_name":"Yahoo","description":"Yahoo Search","__searchForm":"http://search.yahoo.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgJqAIoCdgCaAnoAnhKCAKYijgCuLpIAskKeALpSpgC+Yq4AzHy8ANqezgDmvt4A7tLqAPz5+wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlRFIoABWAKERERE6ADcKMzzu2hOgAAhERK8REWCWBERE36ERMHMEREvo6iEgY6hEn6Pu0mAzqkz/xjMzoDNwpERERDoAMzAKlERIoAAzMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AADAOQAAgBkAAAAPAAAACQAAAAkAAAAIAAAACAAAAAgAAIAYAADAOAAA//8AAP//AAD//wAA","_urls":[{"template":"http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]},{"template":"http://search.yahoo.com/search","rels":[],"params":[{"name":"p","value":"{searchTerms}"},{"name":"ei","value":"UTF-8"},{"pref":"yahoo-fr","name":"fr","condition":"pref","mozparam":true}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/yahoo.xml","_installLocation":3,"queryCharset":"UTF-8"}]}}}
0\ No newline at end of file2\ No newline at end of file
13
=== added file 'trunk/testing/autotests/ff_profile/search.sqlite'
2Binary files trunk/testing/autotests/ff_profile/search.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/search.sqlite 2010-11-15 05:23:58 +0000 differ4Binary files trunk/testing/autotests/ff_profile/search.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/search.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/secmod.db'
3Binary files trunk/testing/autotests/ff_profile/secmod.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/secmod.db 2010-11-15 05:23:58 +0000 differ5Binary files trunk/testing/autotests/ff_profile/secmod.db 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/secmod.db 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/signons.sqlite'
4Binary files trunk/testing/autotests/ff_profile/signons.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/signons.sqlite 2010-11-15 05:23:58 +0000 differ6Binary files trunk/testing/autotests/ff_profile/signons.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/signons.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/urlclassifier3.sqlite'
5Binary files trunk/testing/autotests/ff_profile/urlclassifier3.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/urlclassifier3.sqlite 2010-11-15 05:23:58 +0000 differ7Binary files trunk/testing/autotests/ff_profile/urlclassifier3.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/urlclassifier3.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/urlclassifierkey3.txt'
--- trunk/testing/autotests/ff_profile/urlclassifierkey3.txt 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/urlclassifierkey3.txt 2010-11-15 05:23:58 +0000
@@ -0,0 +1,2 @@
1clientkey:24:hiYsVs4EqzBqWJ_eCzmM0A==
2wrappedkey:100:AKEgNivnulCWMzebHiGuqmkI5IGLoULpRSO2fkA2D_tS4qJAIaLlPPx3Gv9Xh63TrpQXCqekD-_QxPrW6HiA-96Ri5stu7tefA==
03
=== added file 'trunk/testing/autotests/ff_profile/webappsstore.sqlite'
1Binary files trunk/testing/autotests/ff_profile/webappsstore.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/webappsstore.sqlite 2010-11-15 05:23:58 +0000 differ4Binary files trunk/testing/autotests/ff_profile/webappsstore.sqlite 1970-01-01 00:00:00 +0000 and trunk/testing/autotests/ff_profile/webappsstore.sqlite 2010-11-15 05:23:58 +0000 differ
=== added file 'trunk/testing/autotests/ff_profile/xpti.dat'
--- trunk/testing/autotests/ff_profile/xpti.dat 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/ff_profile/xpti.dat 2010-11-15 05:23:58 +0000
@@ -0,0 +1,1434 @@
1# Generated file. ** DO NOT EDIT! **
2
3[Header,2]
40,Version,2,0
51,AppDir,/usr/lib/firefox-3.6.6
6
7[Directories,2]
80,/usr/lib/firefox-3.6.6/components
91,/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components
10
11[Files,1]
120,browser.xpt,0,363469,1277732717000
13
14[ArchiveItems,0]
15
16[Interfaces,1418]
170,nsIDOMStyleSheet,{a6cf9080-15b3-11d2-932e-00805f8add32},0,-1,1
181,nsIAddonSearchResultsCallback,{a6f70917-dd30-4eb6-8b3d-453204f96f33},0,-1,1
192,inIDOMView,{fbb67442-27a3-483c-8eb2-29c3eed7514c},0,-1,1
203,txIXPathObject,{67706346-dece-4c9b-9fc2-57cf19071014},0,-1,1
214,nsIUnicharStreamListener,{4a7e9b62-fef8-400d-9865-d6820f630b4c},0,-1,1
225,nsIContentSniffer,{a5772d1b-fc63-495e-a169-96e8d3311af0},0,-1,1
236,extIPreferenceBranch,{ce697d40-aa5a-11db-abbd-0800200c9a66},0,-1,1
247,nsIDOMMediaList,{9b0c2ed7-111c-4824-adf9-ef0da6dad371},0,-1,1
258,nsISHContainer,{65281ba2-988a-11d3-bdc7-0050040a9b44},0,-1,1
269,nsITimer,{193fc37a-8aa4-4d29-aa57-1acd87c26b66},0,-1,1
2710,nsIBrowserSearchService,{8307b8f2-08ea-45b8-96bf-b1dc7688fe3b},0,-1,1
2811,nsIDOMHTMLAudioElement,{5ecd8913-a738-41be-8597-7f3a4ffba017},0,-1,1
2912,nsIDOMNSDataTransfer,{990758e9-fd38-4444-a1e8-395195802bda},0,-1,1
3013,nsIThreadPool,{d628159b-1a03-4985-aa77-43122eb23bfc},0,-1,1
3114,nsIScrollBoxObject,{56e2ada8-4631-11d4-ba11-001083023c1e},0,-1,1
3215,nsICachingChannel,{830d4bcb-3e46-4011-9bda-51a5d1af891f},0,-1,1
3316,nsIDNSService,{c1a56a45-8fa3-44e6-9f01-38c91c858cf9},0,-1,1
3417,nsIDOMCSSUnknownRule,{a6cf90d0-15b3-11d2-932e-00805f8add32},0,-1,1
3518,nsIDragDropHandler,{4f418f58-f834-4736-a755-e0395bedca9d},0,-1,1
3619,nsIDOMSVGAnimatedInteger,{7b196db6-955e-4a9f-8f42-645ebc2ce938},0,-1,1
3720,nsIJARURI,{b0922a89-f87b-4cb5-8612-305a285fcca7},0,-1,1
3821,nsITableEditor,{4805e684-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
3922,nsIZipReader,{5cce7f53-23b3-47f8-be05-122c0ba703fd},0,-1,1
4023,nsIDOMStorageManager,{c8e54beb-48f3-4538-a0ce-d6229f4d8f45},0,-1,1
4124,nsIPropertyBag2,{625cfd1e-da1e-4417-9ee9-dbc8e0b3fd79},0,-1,1
4225,nsILocalFile,{aa610f20-a889-11d3-8c81-000064657374},0,-1,1
4326,nsIURIFixup,{773081ac-9f81-4bdb-9e7a-5e87b4361f09},0,-1,1
4427,nsIDOMStorageItem,{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4},0,-1,1
4528,nsISupportsPRInt16,{e30d94b0-4a1c-11d3-9890-006008962422},0,-1,1
4629,nsIStorageStream,{604ad9d0-753e-11d3-90ca-34278643278f},0,-1,1
4730,nsIMemory,{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3},0,-1,1
4831,nsITreeSelection,{ab6fe746-300b-4ab4-abb9-1c0e3977874c},0,-1,1
4932,nsIDownloadObserver,{44b3153e-a54e-4077-a527-b0325e40924e},0,-1,1
5033,nsIUnicharStreamLoaderObserver,{6bb3e55b-69c0-4fc9-87e5-bed780d997ce},0,-1,1
5134,nsIFile,{c8c0a080-0868-11d3-915f-d9d889d48e3c},0,-1,1
5235,nsIDocumentLoader,{bbe961ee-59e9-42bb-be50-0331979bb79f},0,-1,1
5336,nsIDOMHTMLTableCellElement,{a6cf90b7-15b3-11d2-932e-00805f8add32},0,-1,1
5437,nsIException,{f3a8d3b4-c424-4edc-8bf6-8974c983ba78},0,-1,1
5538,nsIContentPrefObserver,{746c7a02-f6c1-4869-b434-7c8b86e60e61},0,-1,1
5639,nsICommandParams,{83f892cf-7ed3-490e-967a-62640f3158e1},0,-1,1
5740,nsIUrlClassifierDBService,{7aae3f3a-527d-488b-a448-45dca6db0e80},0,-1,1
5841,nsIRDFDataSource,{0f78da58-8321-11d2-8eac-00805f29f370},0,-1,1
5942,nsIPrefLocalizedString,{ae419e24-1dd1-11b2-b39a-d3e5e7073802},0,-1,1
6043,nsIDOMNotifyPaintEvent,{792e5779-7c39-4817-91a7-fdb3fba6428f},0,-1,1
6144,nsIDOMSVGFEMergeElement,{b860512c-2547-4d1f-bb43-b57b54d39014},0,-1,1
6245,nsIDOMCRMFObject,{16da46c0-208d-11d4-8a7c-006008c844c3},0,-1,1
6346,nsIInterfaceInfoManager,{8b161900-be2b-11d2-9831-006008962422},0,-1,0
6447,nsITextServicesFilter,{5bec321f-59ac-413a-a4ad-8a8d7c50a0d0},0,-1,1
6548,nsIJAR,{04501db2-0409-11d3-bcf8-00805f0e1353},0,-1,1
6649,nsIClientAuthUserDecision,{95c4373e-bdd4-4a63-b431-f5b000367721},0,-1,1
6750,nsILoginManagerPrompter,{68b3cb59-51b8-4c57-bd7f-b2ce955a593d},0,-1,1
6851,nsISearchContext,{31aba0f0-2d93-11d3-8069-00600811a9c3},0,-1,1
6952,nsIDirectoryServiceProvider,{bbf8cab0-d43a-11d3-8cc2-00609792278c},0,-1,1
7053,nsIX509Cert,{f0980f60-ee3d-11d4-998b-00b0d02354a0},0,-1,1
7154,nsISecurityEventSink,{a71aee68-dd38-4736-bd79-035fea1a1ec6},0,-1,1
7255,nsIRDFNode,{0f78da50-8321-11d2-8eac-00805f29f370},0,-1,1
7356,nsIDOMSVGDescElement,{56f539b7-0b3d-4bac-b60d-9efe220216ea},0,-1,1
7457,nsIDOMSVGFEFuncBElement,{8b139fe7-5d21-4af3-beda-414aa089b3fb},0,-1,1
7558,nsIProxyInfo,{3fe9308b-1608-4fa0-933c-c5ec2c6175fd},0,-1,1
7659,nsIDOMHTMLLinkElement,{a6cf9088-15b3-11d2-932e-00805f8add32},0,-1,1
7760,nsISupportsPRUint32,{e01dc470-4a1c-11d3-9890-006008962422},0,-1,1
7861,nsIDOMXMLDocument,{8816d003-e7c8-4065-8827-829b8d07b6e0},0,-1,1
7962,nsIDOMSVGImageElement,{43ae4efe-2610-4cce-8242-279e556a78fa},0,-1,1
8063,nsIUrlClassifierDBServiceWorker,{2af84c09-269e-4fc2-b28f-af56717db118},0,-1,1
8164,nsIXSLTProcessorObsolete,{3fbff728-2d20-11d3-aef3-00108300ff91},0,-1,1
8265,nsIWebBrowserSetup,{f15398a0-8018-11d3-af70-00a024ffc08c},0,-1,1
8366,nsIDOMHTMLParagraphElement,{a6cf90a1-15b3-11d2-932e-00805f8add32},0,-1,1
8467,nsIAssociatedContentSecurity,{8db92dde-799f-4d33-80f7-459cac800dc9},0,-1,1
8568,nsIRunnable,{4a2abaf0-6886-11d3-9382-00104ba0fd40},0,-1,1
8669,nsIDirectoryService,{57a66a60-d43a-11d3-8cc2-00609792278c},0,-1,1
8770,extIExtension,{10cee02c-f6e0-4d61-ab27-c16572b18c46},0,-1,1
8871,nsIDNSListener,{41466a9f-f027-487d-a96c-af39e629b8d2},0,-1,1
8972,nsIPK11TokenDB,{4ee28c82-1dd2-11b2-aabf-bb4017abe395},0,-1,1
9073,nsIDOMSVGAnimatedNumberList,{93ebb030-f82d-4f8e-b133-d1b5abb73cf3},0,-1,1
9174,nsIAccessibleText,{0f4633b1-550c-4b50-8c04-0eb1005eef2f},0,-1,1
9275,nsICommandLineValidator,{5ecaa593-7660-4a3a-957a-92d5770671c7},0,-1,1
9376,nsICommandLineHandler,{d4b123df-51ee-48b1-a663-002180e60d3b},0,-1,1
9477,nsICookieManager,{aaab6710-0f2c-11d5-a53b-0010a401eb10},0,-1,1
9578,mozIStorageService,{fe8e95cb-b377-4c8d-bccb-d9198c67542b},0,-1,1
9679,nsPIDNSService,{a26c5b45-7707-4412-bbc1-2462b890848d},0,-1,1
9780,nsIMIMEHeaderParam,{ddbbdfb8-a1c0-4dd5-a31b-5d2a7a3bb6ec},0,-1,1
9881,xpcIJSWeakReference,{5b776cd4-952b-45a2-b363-84e99e8fe608},0,-1,1
9982,mozIPersonalDictionary,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},0,-1,1
10083,nsIInstallLocation,{32a74707-ec7c-af19-f4d8-d0cd8cb6a948},0,-1,1
10184,nsISerializable,{91cca981-c26d-44a8-bebe-d9ed4891503a},0,-1,1
10285,nsICurrentCharsetListener,{cf9428c1-df50-11d3-9d0c-0050040007b2},0,-1,1
10386,nsIStringEnumerator,{50d3ef6c-9380-4f06-9fb2-95488f7d141c},0,-1,1
10487,nsICipherInfoService,{766d47cb-6d8c-4e71-b6b7-336917629a69},0,-1,1
10588,nsIDOMSerializer,{9fd4ba15-e67c-4c98-b52c-7715f62c9196},0,-1,1
10689,nsICacheMetaDataVisitor,{22f9a49c-3cf8-4c23-8006-54efb11ac562},0,-1,1
10790,nsIDownloadManagerUI,{ca7663d5-69e3-4c4a-b754-f462bd36b05f},0,-1,1
10891,nsIPKCS11Slot,{c2d4f296-ee60-11d4-998b-00b0d02354a0},0,-1,1
10992,nsIGeneratingKeypairInfoDialogs,{11bf5cdc-1dd2-11b2-ba6a-c76afb326fa1},0,-1,1
11093,jsdIEphemeral,{46f1e23e-1dd2-11b2-9ceb-8285f2e95e69},0,-1,1
11194,nsIWorker,{daf945c3-8d29-4724-8939-dd383f7d27a7},0,-1,1
11295,nsIPrompt,{a63f70c0-148b-11d3-9333-00104ba0fd40},0,-1,1
11396,nsIAuthPromptAdapterFactory,{60e46383-bb9a-4860-8962-80d9c5c05ddc},0,-1,1
11497,nsIDOMNSHTMLScriptElement,{5b2065d7-7888-4529-8a29-e58390a40bd2},0,-1,1
11598,nsIUrlClassifierCallback,{4ca27b6b-a674-4b3d-ab30-d21e2da2dffb},0,-1,1
11699,nsIApplicationCacheChannel,{9acfd21c-9c07-459f-8dae-ed2ffba23ddc},0,-1,1
117100,nsIXULBuilderListener,{ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4},0,-1,1
118101,nsIDownloader,{fafe41a9-a531-4d6d-89bc-588a6522fb4e},0,-1,1
119102,nsICacheVisitor,{f8c08c4b-d778-49d1-a59b-866fdc500d95},0,-1,1
120103,nsIOutputStream,{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a},0,-1,1
121104,nsIDOMCounter,{31adb439-0055-402d-9b1d-d5ca94f3f55b},0,-1,1
122105,nsIHTTPHeaderListener,{ea51e0b8-871c-4b85-92da-6f400394c5ec},0,-1,1
123106,jsdIObject,{a735a94c-9d41-4997-8fcb-cfa8b649a5b7},0,-1,1
124107,nsIDOMSVGTransformList,{cee0a9d4-8554-4bf6-bf9b-7d0cebb4269d},0,-1,1
125108,nsISecureBrowserUI,{081e31e0-a144-11d3-8c7c-00609792278c},0,-1,1
126109,nsIAppStartup2,{3012668f-44b6-49b1-89fb-761a912a78c1},0,-1,1
127110,nsICertPickDialogs,{51d59b08-1dd2-11b2-ad4a-a51b92f8a184},0,-1,1
128111,nsIToolkit,{18032bd0-b265-11d1-aa2a-000000000000},0,-1,0
129112,nsISupportsFloat,{abeaa390-4ac0-11d3-baea-00805f8a5dd7},0,-1,1
130113,nsIDOMHTMLSelectElement,{a6cf9090-15b3-11d2-932e-00805f8add32},0,-1,1
131114,nsIAutoCompleteInput,{f5eddd39-f8e0-43b7-bc3d-03623f595e52},0,-1,1
132115,nsIContextMenuInfo,{2f977d56-5485-11d4-87e2-0010a4e75ef2},0,-1,1
133116,nsIMultiPartChannel,{ba78db7b-b88c-4b76-baf9-3c2296a585ae},0,-1,1
134117,nsIUnicharLineInputStream,{67f42475-ba80-40f8-ac0b-649c89230184},0,-1,1
135118,nsIDOMGeoPositionAddress,{0df49c5c-9845-42f9-a76c-62e09c110986},0,-1,1
136119,nsIINIParserWriter,{712dc5da-8d09-45d0-ba2e-de27eb384c4c},0,-1,1
137120,nsITokenDialogs,{a1cbc159-468c-495d-8068-61dd538cbcca},0,-1,1
138121,nsILoginManager,{30534ff7-fb95-45c5-8336-5448638f2aa1},0,-1,1
139122,nsIDOMDocumentCSS,{39f76c23-45b2-428a-9240-a981e5abf148},0,-1,1
140123,nsIScriptableRegion,{4d179656-a5bd-42a6-a937-c81f820dcf2f},0,-1,1
141124,nsITransportSecurityInfo,{0d0a6b62-d4a9-402e-a197-6bc6e358fec9},0,-1,1
142125,nsPIPromptService,{c60a1955-6cb3-4827-8ef8-4f5c668af0b3},0,-1,0
143126,nsITextToSubURI,{8b042e24-6f87-11d3-b3c8-00805f8a6670},0,-1,1
144127,nsIAccessibleTableCell,{654e296d-fae6-452b-987d-746b20b9514b},0,-1,1
145128,nsITokenPasswordDialogs,{be26b580-1dd1-11b2-9946-c598d0d07727},0,-1,1
146129,nsIDataSignatureVerifier,{0a84b3d5-6ba9-432d-89da-4fbd0b0f2aec},0,-1,1
147130,jsdIExecutionHook,{3a722496-9d78-4f0a-a797-293d9e8cb8d2},0,-1,1
148131,nsINavBookmarkObserver,{1f7e9032-b2c0-4561-b35b-94ba3f8344e2},0,-1,1
149132,nsIDOMPopupBlockedEvent,{05be571f-c3ea-4959-a340-c57b1591ae4b},0,-1,1
150133,nsIFeedWriter,{67003393-018c-4e96-af10-c6c51a049fad},0,-1,1
151134,nsIDOMSVGFECompositeElement,{6ff3c539-1a3b-4a3f-8acd-354d349eb7fc},0,-1,1
152135,nsIXPIProgressDialog,{ce8f744e-d5a5-41b3-911f-0fee3008b64e},0,-1,1
153136,nsISupportsChar,{e2b05e40-4a1c-11d3-9890-006008962422},0,-1,1
154137,nsISelectionPrivate,{98552206-ad7a-4d2d-8ce3-b6fa2389298b},0,-1,1
155138,nsIXPCConstructor,{c814ca20-e0dc-11d3-8f5f-0010a4e73d9a},0,-1,1
156139,nsIDOMSVGZoomEvent,{339a8c7a-552e-4cbc-8d96-8370a3939358},0,-1,1
157140,nsICancelable,{d94ac0a0-bb18-46b8-844e-84159064b0bd},0,-1,1
158141,nsIDOMHTMLCanvasElement,{d87394af-d31a-484e-8b7c-75381045384d},0,-1,1
159142,nsIJARChannel,{6e6cc56d-51eb-4299-a795-dcfd1229ab3d},0,-1,1
160143,nsIFeedProgressListener,{ebfd5de5-713c-40c0-ad7c-f095117fa580},0,-1,1
161144,nsIDOMLSSerializerFilter,{b9b6ec85-f69f-4a5a-a96a-8a7a8f07e2b4},0,-1,1
162145,nsIBinaryOutputStream,{204ee610-8765-11d3-90cf-0040056a906e},0,-1,1
163146,nsIDOMDOMStringList,{0bbae65c-1dde-11d9-8c46-000a95dc234c},0,-1,1
164147,nsIAccessibleHyperText,{d56bd454-8ff3-4edc-b266-baeada00267b},0,-1,1
165148,nsIExceptionService,{35a88f54-f267-4414-92a7-191f6454ab52},0,-1,1
166149,nsIDOMSVGPathSegLinetoVerticalAbs,{fd5ffb7b-7279-4c09-abfd-b733dc872e80},0,-1,1
167150,nsIFileOutputStream,{e6f68040-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1
168151,nsIStreamBufferAccess,{ac923b72-ac87-4892-ac7a-ca385d429435},0,-1,0
169152,nsIThreadInternal,{f89b5063-b06d-42f8-bf23-4dfcf2d80d6a},0,-1,1
170153,nsIDOMCSSMediaRule,{a6cf90bc-15b3-11d2-932e-00805f8add32},0,-1,1
171154,imgIDecoder,{9eebf43a-1dd1-11b2-953e-f1782f4cbad3},0,-1,1
172155,nsIRDFInMemoryDataSource,{17c4e0aa-1dd2-11b2-8029-bf6f668de500},0,-1,1
173156,nsIFeed,{3b8aae33-80e2-4efa-99c8-a6c5b99f76ea},0,-1,1
174157,nsIAccessibleProvider,{3f7f9194-c625-4a85-8148-6d92d34897fa},0,-1,1
175158,nsIDOMHTMLPreElement,{a6cf90a4-15b3-11d2-932e-00805f8add32},0,-1,1
176159,nsIDOMMouseScrollEvent,{ba8d1a7e-b475-4542-8d32-01e7ea7b8091},0,-1,1
177160,nsIDOMSVGUseElement,{d49a3ac7-e779-46c8-ae92-214420aa1b71},0,-1,1
178161,nsIAccessibleSelectable,{34d268d6-1dd2-11b2-9d63-83a5e0ada290},0,-1,1
179162,nsPICommandUpdater,{b135f602-0bfe-11d5-a73c-f0e420e8293c},0,-1,1
180163,nsIDOMDocumentType,{a6cf9077-15b3-11d2-932e-00805f8add32},0,-1,1
181164,nsIExternalProtocolService,{70f93b7a-3ec6-4bcb-b093-92d9984c9f83},0,-1,1
182165,nsIPrivateBrowsingService,{49d6f133-80c0-48c7-876d-0b70bbfd0289},0,-1,1
183166,nsIUTF8ConverterService,{249f52a3-2599-4b00-ba40-0481364831a2},0,-1,1
184167,nsIDOMXULLabelElement,{c987629e-6370-45f5-86ec-aa765fa861cd},0,-1,1
185168,nsIDOMDOMException,{a6cf910a-15b3-11d2-932e-00805f8add32},0,-1,1
186169,mozIStoragePendingStatement,{00da7d20-3768-4398-bedc-e310c324b3f0},0,-1,1
187170,nsIStreamConverter,{0b6e2c69-5cf5-48b0-9dfd-c95950e2cc7b},0,-1,1
188171,nsIContentViewerContainer,{ea2ce7a0-5c3d-11d4-90c2-0050041caf44},0,-1,1
189172,nsIAppStartup,{6799abed-4721-4f51-9304-d1a2ea1df5d5},0,-1,1
190173,nsICookie2,{05c420e5-03d0-4c7b-a605-df7ebe5ca326},0,-1,1
191174,nsIPKCS11ModuleDB,{ff9fbcd7-9517-4334-b97a-ceed78909974},0,-1,1
192175,nsIBrowserInstance,{8af0fa40-598d-11d3-806a-00600811a9c3},0,-1,1
193176,nsIOCSPResponder,{96b2f5ae-4334-11d5-ba27-00108303b117},0,-1,1
194177,nsIAddonUpdateCheckListener,{c946119f-9e7c-41aa-a794-803148045350},0,-1,1
195178,nsIRandomGenerator,{2362d97a-747a-4576-8863-697667309209},0,-1,1
196179,nsIAccessibleTextChangeEvent,{50a1e151-8e5f-4bcc-aaaf-a4bed1190e93},0,-1,1
197180,nsIDOMCDATASection,{a6cf9071-15b3-11d2-932e-00805f8add32},0,-1,1
198181,nsIXPCScriptable,{5d309b93-e9b4-4374-bcd5-44245c83408f},0,-1,0
199182,nsIProtocolProxyFilter,{f424abd3-32b4-456c-9f45-b7e3376cb0d1},0,-1,1
200183,nsIDOMXULContainerItemElement,{4650e55f-4777-4271-8b62-9603a7dd4614},0,-1,1
201184,nsISSLSocketControl,{a092097c-8386-4f1b-97b1-90eb70008c2d},0,-1,1
202185,nsISSLErrorListener,{99f8d972-bae4-414c-b39b-47587d3ded68},0,-1,1
203186,nsIContentHandler,{49439df2-b3d2-441c-bf62-866bdaf56fd2},0,-1,1
204187,nsIPKIParamBlock,{b6fe3d78-1dd1-11b2-9058-ced9016984c8},0,-1,1
205188,nsICache,{ec1c0063-197d-44bb-84ba-7525d50fc937},0,-1,1
206189,nsIBufEntropyCollector,{485b87a8-5dd7-4b8d-8ea8-dee53201f899},0,-1,0
207190,nsIDOMFile,{0845e8ae-56bd-4f0e-962a-3b3e92638a0b},0,-1,1
208191,nsIHTMLEditor,{afc36593-5787-4420-93d9-b2c0ccbf0cad},0,-1,1
209192,nsIDOMSVGPathSegLinetoRel,{7933a81a-72c5-4489-ba64-5635f4c23063},0,-1,1
210193,jsdIStackFrame,{0633ca73-105e-4e8e-bcc5-13405d61754a},0,-1,1
211194,nsISHEntry,{09fecea6-5453-43ba-bf91-3ff32618f037},0,-1,1
212195,nsISHistoryInternal,{7ca0fd71-437c-48ad-985d-11ce9e2429b4},0,-1,1
213196,nsIGnomeVFSService,{dea20bf0-4e4d-48c5-b932-dc3e116dc64b},0,-1,1
214197,nsITreeContentView,{5ef62896-0c0a-41f1-bb3c-44a60f5dfdab},0,-1,1
215198,nsIDOMSVGPathSegLinetoHorizontalRel,{8693268c-5180-43fd-acc3-5b9c09f43386},0,-1,1
216199,nsIXPIDialogService,{8cdd8baa-1dd2-11b2-909a-f0178da5c5ff},0,-1,1
217200,nsIDOMGeoPositionCallback,{527e8b53-6f29-4b6a-8d04-5c1666a4c4c1},0,-1,1
218201,nsIAutoCompleteSimpleResult,{f9841787-ad26-49e6-a2dd-ba9020ee1c64},0,-1,1
219202,nsIFocusManager,{cd6040a8-243f-412a-8a16-0bf2aa1083b9},0,-1,1
220203,nsIAccessibleEditableText,{52837507-202d-4e72-a482-5f068a1fd720},0,-1,1
221204,nsIWorkerMessagePort,{ab3725b8-3fca-40cc-a42c-92fb154ef01d},0,-1,1
222205,nsIAboutModule,{9575693c-60d9-4332-b6b8-6c29289339cb},0,-1,1
223206,nsIDOMNotation,{a6cf907e-15b3-11d2-932e-00805f8add32},0,-1,1
224207,nsIProxyObjectManager,{ee8ce1e3-0319-4bd9-8f70-7258b21c7733},0,-1,1
225208,fuelIApplication,{fe74cf80-aa2d-11db-abbd-0800200c9a66},0,-1,1
226209,nsIObserver,{db242e01-e4d9-11d2-9dde-000064657374},0,-1,1
227210,nsIAuthInformation,{0d73639c-2a92-4518-9f92-28f71fea5f20},0,-1,1
228211,nsIProfileLock,{50e07b0a-f338-4da3-bcdb-f4bb0db94dbe},0,-1,1
229212,nsIAutoCompleteSimpleResultListener,{004efdc5-1989-4874-8a7a-345bf2fa33af},0,-1,1
230213,nsINavHistoryObserver,{14065711-8a91-4d96-ba32-59512f5401b6},0,-1,1
231214,nsIFind,{75125d55-37ee-4575-b9b5-f33bfa68c2a1},0,-1,1
232215,nsIXTFPrivate,{13ef3d54-1dd1-4a5c-a8d5-a04a327fb9b6},0,-1,1
233216,nsIPlaintextEditor,{1480e196-0d5c-40cf-8563-ed8a33eabcf2},0,-1,1
234217,nsIDOMNSHTMLSelectElement,{a6cf9105-15b3-11d2-932e-00805f8add32},0,-1,1
235218,nsIDOMHTMLModElement,{a6cf90a9-15b3-11d2-932e-00805f8add32},0,-1,1
236219,nsIDOMFileInternal,{047ca6c4-52b3-46f1-8976-e198b724f72f},0,-1,1
237220,nsIPluginInputStream,{af160530-542a-11d2-8164-006008119d7a},0,-1,0
238221,nsICRLInfo,{c185d920-4a3e-11d5-ba27-00108303b117},0,-1,1
239222,nsIDOMCSSMozDocumentRule,{4eb9adac-afaf-4b8a-8640-7340863c1587},0,-1,1
240223,nsIAccessibleRelation,{f42a1589-70ab-4704-877f-4a9162bbe188},0,-1,1
241224,nsIDOMSVGEllipseElement,{5d1cd1e6-4a14-4056-acc0-2f78c1672898},0,-1,1
242225,jsdIContext,{3e5c934d-6863-4d81-96f5-76a3b962fc2b},0,-1,1
243226,nsIDOMDocumentTraversal,{13f236c0-47f8-11d5-b6a3-009027446e84},0,-1,1
244227,nsIFeedProcessor,{8a0b2908-21b0-45d7-b14d-30df0f92afc7},0,-1,1
245228,nsIXTFAttributeHandler,{72152f7f-7e8d-43fd-8477-3f29ae8d240d},0,-1,1
246229,nsISupportsWeakReference,{9188bc86-f92e-11d2-81ef-0060083a0bcf},0,-1,1
247230,nsIDOMSVGElement,{e0be7cbb-81c1-4663-8f95-109d96a60b6b},0,-1,1
248231,nsIDOM3DocumentEvent,{090ecc19-b7cb-4f47-ae47-ed68d4926249},0,-1,1
249232,nsIRDFRemoteDataSource,{1d297320-27f7-11d3-be01-000064657374},0,-1,1
250233,nsIDOMSVGPathSegLinetoHorizontalAbs,{4a54a4d2-edef-4e19-9600-2330311000f4},0,-1,1
251234,nsIAsyncInputStream,{a5f255ab-4801-4161-8816-277ac92f6ad1},0,-1,1
252235,nsIDOMText,{a6cf9082-15b3-11d2-932e-00805f8add32},0,-1,1
253236,nsIDOMRect,{71735f62-ac5c-4236-9a1f-5ffb280d531c},0,-1,1
254237,nsICRLManager,{486755db-627a-4678-a21b-f6a63bb9c56a},0,-1,1
255238,nsIHttpEventSink,{9475a6af-6352-4251-90f9-d65b1cd2ea15},0,-1,1
256239,nsIX509Cert3,{399004d8-b8c7-4eb9-8362-d99f4c0161fd},0,-1,1
257240,nsISearchEngine,{803e510b-4b27-4ba2-a16d-bb5fa953c166},0,-1,1
258241,nsIUrlListManagerCallback,{fa4caf12-d057-4e7e-81e9-ce066ceee90b},0,-1,1
259242,nsIDOMXPathNamespace,{75506f87-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
260243,nsIDOMHTMLHRElement,{a6cf90a8-15b3-11d2-932e-00805f8add32},0,-1,1
261244,fuelIBookmarkRoots,{c9a80870-eb3c-11dc-95ff-0800200c9a66},0,-1,1
262245,nsIXULTemplateRuleFilter,{819cd1ed-8010-42e1-a8b9-778b726a1ff3},0,-1,1
263246,nsIWebBrowserFocus,{9c5d3c58-1dd1-11b2-a1c9-f3699284657a},0,-1,1
264247,nsISAXErrorHandler,{e02b6693-6cca-11da-be43-001422106990},0,-1,1
265248,nsIHTMLObjectResizer,{8b396020-69d3-451f-80c1-1a96a7da25a9},0,-1,1
266249,nsIXMLContentBuilder,{e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f},0,-1,1
267250,nsIInputStreamCallback,{d1f28e94-3a6e-4050-a5f5-2e81b1fc2a43},0,-1,1
268251,nsISupportsPRUint64,{e13567c0-4a1c-11d3-9890-006008962422},0,-1,1
269252,nsIClipboard,{38984945-8674-4d04-b786-5c0ca9434457},0,-1,1
270253,nsPIPlacesHistoryListenersNotifier,{b96adaff-e02c-48da-a379-8af5d10e09af},0,-1,1
271254,inIDOMUtils,{78fd16c2-bdfb-4b1d-8738-d536d0a8f430},0,-1,1
272255,nsIToolkitProfileService,{9b434f48-438c-4f85-89de-b7f321a45341},0,-1,1
273256,nsIRandomAccessIterator,{9bd6fdb0-1dd1-11b2-9101-d15375968230},0,-1,1
274257,nsITransactionListener,{58e330c4-7b48-11d2-98b9-00805f297d89},0,-1,1
275258,nsICookiePermission,{4b1a775d-f6d3-4389-be2e-9dfbaf2ab47b},0,-1,1
276259,nsIContentPolicy,{344f9cb0-9a17-44c5-ab96-ee707884266c},0,-1,1
277260,nsIWyciwygChannel,{89b0674a-9e2f-4124-9b59-481444be841d},0,-1,1
278261,nsIHelperAppLauncher,{d9a19faf-497b-408c-b995-777d956b72c0},0,-1,1
279262,nsIDOMCharacterData,{a6cf9072-15b3-11d2-932e-00805f8add32},0,-1,1
280263,nsITransaction,{58e330c1-7b48-11d2-98b9-00805f297d89},0,-1,1
281264,nsIRDFContainerUtils,{d4214e91-fb94-11d2-bdd8-00104bde6048},0,-1,1
282265,nsIRelativeFilePref,{2f977d4e-5485-11d4-87e2-0010a4e75ef2},0,-1,1
283266,mozIStorageConnection,{ac3c486c-69a1-4cbe-8f25-2ad20880eab3},0,-1,1
284267,nsIDOMClientRect,{b2f824c4-d9d3-499b-8d3b-45c8245497c6},0,-1,1
285268,nsINavHistoryQueryResultNode,{ea17745a-1852-4155-a98f-d1dd1763b3df},0,-1,1
286269,nsIDOMDocumentStyle,{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9},0,-1,1
287270,nsIURIContentListener,{94928ab3-8b63-11d3-989d-001083010e9b},0,-1,1
288271,nsIRDFObserver,{3cc75360-484a-11d2-bc16-00805f912fe7},0,-1,1
289272,nsITransportEventSink,{eda4f520-67f7-484b-a691-8c3226a5b0a6},0,-1,1
290273,nsIDOMPlugin,{ff69a292-c74d-4ef5-9d0f-86112fff2d5b},0,-1,1
291274,nsIWebBrowser,{69e5df00-7b8b-11d3-af61-00a024ffc08c},0,-1,1
292275,nsIRDFXMLSource,{4da56f10-99fe-11d2-8ebb-00805f29f370},0,-1,1
293276,nsIDOMElement,{a6cf9078-15b3-11d2-932e-00805f8add32},0,-1,1
294277,nsICookieManager2,{d1e9e50f-b78b-4e3b-a474-f3cbca59b013},0,-1,1
295278,nsIDOMSVGTextElement,{6d43b1b4-efb6-426d-9e65-4420c3e24688},0,-1,1
296279,jsdIFilter,{0c9189d9-4287-47a4-bca6-6ed65aaf737f},0,-1,1
297280,nsIDOMCSSStyleRule,{a6cf90bf-15b3-11d2-932e-00805f8add32},0,-1,1
298281,nsIDOMClientInformation,{f8bbf8c3-c47b-465a-a221-22824449f689},0,-1,1
299282,nsIContentViewer,{08665a60-b398-11de-8a39-0800200c9a66},0,-1,1
300283,nsIDOMJSWindow,{14efb76c-5bd6-449e-b36f-0cbd22981f20},0,-1,1
301284,nsIDOMSVGAnimatedLengthList,{bfa6e42b-bc9d-404d-8688-729fdbfff801},0,-1,1
302285,nsIStreamConverterService,{f2b1ab53-f0bd-4adb-9365-e59b1701a258},0,-1,1
303286,nsIFastLoadReadControl,{652ecec6-d40b-45b6-afef-641d6c63a35b},0,-1,1
304287,nsIWebBrowserChrome2,{2585a7b1-7b47-43c4-bf17-c6bf84e09b7b},0,-1,1
305288,nsIBidiKeyboard,{0d8f8f10-c92d-4a6a-b2bb-e1921f3f4dda},0,-1,1
306289,nsIXPConnectWrappedJS,{bed52030-bca6-11d2-ba79-00805f8a5dd7},0,-1,0
307290,nsIHTMLInlineTableEditor,{eda2e65c-a758-451f-9b05-77cb8de74ed2},0,-1,1
308291,nsIAutoCompleteController,{46a86173-0ab5-44b2-ab51-722cb3db1b60},0,-1,1
309292,nsIDOMSVGAnimatedPreserveAspectRatio,{afcd7cd4-d74d-492f-b3b1-d71bfa36874f},0,-1,1
310293,nsIPrefBranch,{56c35506-f14b-11d3-99d3-ddbfac2ccf65},0,-1,1
311294,nsIBrowserHistory,{b333c6dd-3dbe-4c0b-8062-92ed92b7e7c9},0,-1,1
312295,nsISelectionListener,{a6cf90e2-15b3-11d2-932e-00805f8add32},0,-1,1
313296,nsIWebHandlerApp,{7521a093-c498-45ce-b462-df7ba0d882f6},0,-1,1
314297,nsIMIMEInputStream,{dcbce63c-1dd1-11b2-b94d-91f6d49a3161},0,-1,1
315298,jsdIScriptHook,{cf7ecc3f-361b-44af-84a7-4b0d6cdca204},0,-1,1
316299,nsIWindowDataSource,{3722a5b9-5323-4ed0-bb1a-8299f27a4e89},0,-1,1
317300,nsIDOMHTMLByteRanges,{992c540c-4d81-42df-80a6-f71ede2b59d8},0,-1,1
318301,nsIStreamLoaderObserver,{359f7990-d4e9-11d3-a1a5-0050041caf44},0,-1,1
319302,nsIDOMHTMLElement,{a6cf9085-15b3-11d2-932e-00805f8add32},0,-1,1
320303,nsIXTFElementFactory,{27c10dca-2efc-416b-ae36-9794380a661e},0,-1,1
321304,nsIXPInstallManager,{83fdd52f-2d34-4e22-981d-cf3c4ae76faa},0,-1,1
322305,nsIDOMHTMLMediaElement,{505b523e-4a27-4151-b0eb-750b7258760e},0,-1,1
323306,nsIDOMFileReader,{5db0ce80-de44-40c0-a346-e28aac4aa978},0,-1,1
324307,fuelIBookmarkFolder,{9f42fe20-52de-4a55-8632-a459c7716aa0},0,-1,1
325308,nsIBrowserHandler,{8d3f5a9d-118d-4548-a137-cf7718679069},0,-1,1
326309,nsIGeolocationPrompt,{2300c895-1bee-4297-912c-a57082f3e936},0,-1,1
327310,nsIInputStreamTee,{44e8b2c8-1ecb-4a63-8b23-3e3500c34f32},0,-1,1
328311,nsIDOMNodeSelector,{7cebc153-168a-416c-ba5a-56a8c2ddb2ec},0,-1,1
329312,nsIAbstractWorker,{b90b7561-b5e2-4545-84b0-280dbaaa94ea},0,-1,1
330313,nsIWritableVariant,{5586a590-8c82-11d5-90f3-0010a4e73d9a},0,-1,1
331314,nsIFontEnumerator,{924d98d9-3518-4cb4-8708-c74fe8e3ec3c},0,-1,1
332315,nsIDOMNode,{a6cf907c-15b3-11d2-932e-00805f8add32},0,-1,1
333316,nsIDOMSVGPathSegCurvetoCubicSmoothAbs,{5fa8fea8-bdd1-4315-ac44-a39b3ff347b5},0,-1,1
334317,nsIDOMDOMConfiguration,{cfb5b821-9016-4a79-9d98-87b57c3ea0c7},0,-1,1
335318,nsIPKCS11Module,{8a44bdf9-d1a5-4734-bd5a-34ed7fe564c2},0,-1,1
336319,nsIFormatConverter,{948a0023-e3a7-11d2-96cf-0060b0fb9956},0,-1,1
337320,nsIChannel,{c63a055a-a676-4e71-bf3c-6cfa11082018},0,-1,1
338321,nsIDOMDocumentFragment,{a6cf9076-15b3-11d2-932e-00805f8add32},0,-1,1
339322,nsIStreamListenerTee_1_9_2,{18b1e3d7-8083-4b19-a077-82ceea6fd296},0,-1,1
340323,nsIDOMParser,{5677f36e-1842-4c6f-a39c-2e5576ab8b40},0,-1,1
341324,imgILoader,{d2f50c69-1064-4ce3-a92d-01dc5f5b4842},0,-1,1
342325,nsIDOMCSSPageRule,{a6cf90bd-15b3-11d2-932e-00805f8add32},0,-1,1
343326,nsIDOMSVGAnimatedTransformList,{fd54c8c4-2eb4-4849-8df6-79985c2491da},0,-1,1
344327,nsISliderListener,{e5b3074e-ee18-4538-83b9-2487d90a2a34},0,-1,1
345328,nsIJSID,{baedc96a-9cee-4b6b-9160-90d257b3c8ef},0,-1,1
346329,nsIBrowserGlue,{781df699-17dc-4237-b3d7-876ddb7085e3},0,-1,1
347330,nsIExternalProtocolHandler,{0e61f3b2-34d7-4c79-bfdc-4860bc7341b7},0,-1,1
348331,nsIXTFElement,{4f144387-796d-4baf-8641-5db45dba1808},0,-1,1
349332,nsIFilePicker,{d24ef0aa-d555-4117-84af-9cbbb7406909},0,-1,1
350333,nsIPropertyElement,{283ee646-1aef-11d4-98b3-00c04fa0ce9a},0,-1,1
351334,nsIDOMGeoPositionErrorCallback,{7d9b09d9-4843-43eb-a7a7-67f7dda6b3c4},0,-1,1
352335,nsIStandardURL,{babd6cca-ebe7-4329-967c-d6b9e33caa81},0,-1,1
353336,nsIRDFPurgeableDataSource,{951700f0-fed0-11d2-bdd9-00104bde6048},0,-1,1
354337,nsIExtendedExpatSink,{0c2dc80f-7aa4-467a-9454-b89dba0e0779},0,-1,1
355338,nsIWorkerMessageEvent,{508f2d49-e9a0-4fe8-bd33-321820173b4a},0,-1,1
356339,nsISeekableStream,{8429d350-1040-4661-8b71-f2a6ba455980},0,-1,1
357340,nsIHandlerService,{53f0ad17-ec62-46a1-adbc-efccc06babcd},0,-1,1
358341,nsIScriptSecurityManager,{f8e350b9-9f31-451a-8c8f-d10fea26b780},0,-1,1
359342,nsIWindowMediator,{0659cb81-faad-11d2-8e19-b206620a657c},0,-1,1
360343,nsIMicrosummary,{6867dc21-077f-4462-937d-cd8b7c680e0c},0,-1,1
361344,nsIDocumentLoaderFactory,{5e7d2967-5a07-444f-95d5-25b533252d38},0,-1,1
362345,nsIProxiedChannel,{6238f134-8c3f-4354-958f-dfd9d54a4446},0,-1,1
363346,nsIUnicodeNormalizer,{b43a461f-1bcf-4329-820b-66e48c979e14},0,-1,1
364347,nsIStreamListenerTee,{fb683e76-d42b-41a4-8ae6-65a6c2b146e5},0,-1,1
365348,nsIDOM3Text,{bcca052e-46f4-4b8e-8859-a86776c2f1d7},0,-1,1
366349,nsIFeedGenerator,{0fecd56b-bd92-481b-a486-b8d489cdd385},0,-1,1
367350,nsISyncStreamListener,{7e1aa658-6e3f-4521-9946-9685a169f764},0,-1,1
368351,nsIDOMLSParserFilter,{10e8893d-ddf5-45d1-8872-615d72065fb4},0,-1,1
369352,nsIDOMNSDocument,{09a439ad-4079-46d5-a050-4d7015d1a108},0,-1,1
370353,nsIScriptError,{b0196fc7-1913-441a-882a-453c0d8b89b8},0,-1,1
371354,nsIXPConnectJSObjectHolder,{8916a320-d118-11d3-8f3a-0010a4e73d9a},0,-1,0
372355,nsIEditorMailSupport,{fdf23301-4a94-11d3-9ce4-9960496c41bc},0,-1,1
373356,nsIXULWindow,{c175a596-ee13-420a-aa74-13ad3a14deb1},0,-1,1
374357,nsIEventTarget,{4e8febe4-6631-49dc-8ac9-308c1cb9b09c},0,-1,1
375358,nsIURLParser,{7281076d-cf37-464a-815e-698235802604},0,-1,1
376359,nsIGeolocationUpdate,{b89d7227-9f04-4236-a582-25a3f2779d72},0,-1,1
377360,nsIX509CertValidity,{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad},0,-1,1
378361,extIExtensions,{de281930-aa5a-11db-abbd-0800200c9a66},0,-1,1
379362,nsIModule,{7392d032-5371-11d3-994e-00805fd26fee},0,-1,1
380363,nsINativeAppSupport,{5fdf8480-1f98-11d4-8077-00600811a9c3},0,-1,1
381364,nsIDOMSVGMetadataElement,{94558064-140c-41a1-9cc9-4e9cdbf5c124},0,-1,1
382365,nsINavHistoryQueryOptions,{b3d5de06-f8ef-4433-84c2-b8b237403b2a},0,-1,1
383366,nsIRDFDate,{e13a24e1-c77a-11d2-80be-006097b76b8e},0,-1,1
384367,nsIDOMSVGFEDisplacementMapElement,{80e1ea9c-eff3-490a-8c98-918963d2e7e9},0,-1,1
385368,nsIDocCharset,{9c18bb4e-1dd1-11b2-bf91-9cc82c275823},0,-1,1
386369,nsISignatureVerifier,{dea87f65-e91e-4119-aa13-aaa2be80cac2},0,-1,0
387370,nsISocketTransport,{ef3f4993-cfbc-4e5a-9509-16deafe16549},0,-1,1
388371,nsIASN1Object,{ba8bf582-1dd1-11b2-898c-f40246bc9a63},0,-1,1
389372,nsIPrintProgress,{7e46bc35-fb7d-4b45-ab35-82fd61015380},0,-1,1
390373,nsIDOMXULElement,{30a4a815-b42a-4f0b-9c10-1e7f727cd135},0,-1,1
391374,nsIXPCWrappedJSObjectGetter,{254bb2e0-6439-11d4-8fe0-0010a4e73d9a},0,-1,1
392375,nsIDOMMimeType,{f6134682-f28b-11d2-8360-c90899049c3c},0,-1,1
393376,nsIDOMMouseEvent,{ff751edc-8b02-aae7-0010-8301838a3123},0,-1,1
394377,nsIAccessibleEvent,{ba448f0e-a761-48c8-a0f5-1f25e23d4fe4},0,-1,1
395378,nsIDOMNSRGBAColor,{742dc816-5134-4214-adfa-cad9dd3377cd},0,-1,1
396379,nsIInterfaceRequestor,{033a1470-8b2a-11d3-af88-00a024ffc08c},0,-1,1
397380,nsINestedURI,{6de2c874-796c-46bf-b57f-0d7bd7d6cab0},0,-1,1
398381,nsIServiceManager,{8bb35ed9-e332-462d-9155-4a002ab5c958},0,-1,1
399382,nsIDOMHTMLOptGroupElement,{a6cf9091-15b3-11d2-932e-00805f8add32},0,-1,1
400383,nsICommandManager,{080d2001-f91e-11d4-a73c-f9242928207c},0,-1,1
401384,nsIIDNService,{a592a60e-3621-4f19-a318-2bf233cfad3e},0,-1,1
402385,nsIDOMHTMLTitleElement,{a6cf9089-15b3-11d2-932e-00805f8add32},0,-1,1
403386,nsIMemoryReporter,{d298b942-3e66-4cd3-9ff5-46abc69147a7},0,-1,1
404387,nsITraceRefcnt,{273dc92f-0fe6-4545-96a9-21be77828039},0,-1,0
405388,nsITimelineService,{93276790-3daf-11d5-b67d-000064657374},0,-1,1
406389,nsIUnicharOutputStream,{2d00b1bb-8b21-4a63-bcc6-7213f513ac2e},0,-1,1
407390,nsIAppShell,{501403e9-a091-4780-ba55-cfd1e21287a1},0,-1,0
408391,nsIDataType,{4d12e540-83d7-11d5-90ed-0010a4e73d9a},0,-1,1
409392,nsIChromeRegistry,{249fb5ad-ae29-4e2c-a728-ba5cf464d188},0,-1,1
410393,nsIJSON,{45464c36-efde-4cb5-8e00-07480533ff35},0,-1,1
411394,nsINavHistoryVisitResultNode,{8e2c5a86-b33d-4fa6-944b-559af7e95fcd},0,-1,1
412395,nsIDOMCryptoDialogs,{1f8fe77e-1dd2-11b2-8dd2-e55f8d3465b8},0,-1,1
413396,nsIDOMSVGGradientElement,{988b2de4-137b-4bb8-a15e-fe94038e9cf3},0,-1,1
414397,nsIDOMSVGFEImageElement,{3250f5c9-9c76-4e77-96d8-5f0cc85f41c4},0,-1,1
415398,nsIInputStreamPump,{400f5468-97e7-4d2b-9c65-a82aecc7ae82},0,-1,1
416399,nsIDOMLSParser,{2a31a3a0-be68-40af-9f64-914192f0fba2},0,-1,1
417400,nsIDOMCSSStyleDeclaration,{a6cf90be-15b3-11d2-932e-00805f8add32},0,-1,1
418401,nsIOfflineCacheUpdateService,{6fd2030f-7b00-4102-a0e3-d73078821eb1},0,-1,1
419402,nsIRequest,{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe},0,-1,1
420403,nsIJSIID,{e76ec564-a080-4705-8609-384c755ec91e},0,-1,1
421404,nsIDOMHTMLTableSectionElement,{a6cf90b5-15b3-11d2-932e-00805f8add32},0,-1,1
422405,nsIDirectoryEnumerator,{31f7f4ae-6916-4f2d-a81e-926a4e3022ee},0,-1,1
423406,imgICache,{f1b74aae-5661-4753-a21c-66dd644afebc},0,-1,1
424407,nsIDOMSVGZoomAndPan,{18967370-921a-4245-8158-a279b190abca},0,-1,1
425408,nsIContainerBoxObject,{35d4c04b-3bd3-4375-92e2-a818b4b4acb6},0,-1,1
426409,nsIProtocolProxyService,{e38ab577-786e-4a7f-936b-7ae4c7d877b2},0,-1,1
427410,nsIEventListenerInfo,{cbc2ea6e-4043-4435-ba8f-64cbf6638622},0,-1,1
428411,nsISupportsPRUint8,{dec2e4e0-4a1c-11d3-9890-006008962422},0,-1,1
429412,nsIDOMSVGStyleElement,{9af0d129-b366-4aa8-b7d8-8dce93148d91},0,-1,1
430413,nsIURILoader,{2f7e8051-f1c9-4bcc-8584-9cfd5849e343},0,-1,1
431414,nsIMIMEInfo,{1c21acef-c7a1-40c6-9d40-a20480ee53a1},0,-1,1
432415,nsIEditorLogging,{4805e681-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
433416,nsIIdentityInfo,{e9da87b8-b87c-4bd1-a6bc-5a9a2c7f6d8d},0,-1,1
434417,nsITransferable,{8b5314bc-db01-11d2-96ce-0060b0fb9956},0,-1,1
435418,nsIDOMNSEventTarget,{37ca0054-c715-42df-83c7-35c69e24a632},0,-1,1
436419,nsIEditingSession,{274cd32e-3675-47e1-9d8a-fc6504ded9ce},0,-1,1
437420,nsIDOMHTMLDocument,{a6cf9084-15b3-11d2-932e-00805f8add32},0,-1,1
438421,nsIStyleSheetService,{1f42a6a2-ab0a-45d4-8a96-396f58ea6c6d},0,-1,1
439422,nsIUrlClassifierUtils,{e4f0e59c-b922-48b0-a7b6-1735c1f96fed},0,-1,1
440423,nsIDOMSVGFESpecularLightingElement,{49c38287-a7c2-4895-a630-86d2b45df23c},0,-1,1
441424,nsIUrlListManager,{9c5598ec-9986-40cf-af40-b5e0d817a3a0},0,-1,1
442425,nsIDOMStorageWindow,{a44581fe-dd9b-4fd7-9893-00c4ab43f12e},0,-1,1
443426,imgIRequest,{a297d3fa-5e0c-4e59-9f30-a01c9d4f3f8b},0,-1,1
444427,nsILocaleService,{c2edc848-4219-4440-abbf-98119882c83f},0,-1,1
445428,nsIPluginDocument,{e4be1d0a-9f24-4d69-bec5-245726ab85fb},0,-1,0
446429,nsIRDFCompositeDataSource,{96343820-307c-11d2-bc15-00805f912fe7},0,-1,1
447430,nsIRequestObserver,{fd91e2e0-1481-11d3-9333-00104ba0fd40},0,-1,1
448431,nsIDOMSVGFEComponentTransferElement,{4de6b44a-f909-4948-bc43-5ee2ca6de55b},0,-1,1
449432,nsIRecyclingAllocator,{d064a04c-9cee-4319-be31-64d565bccba9},0,-1,1
450433,nsISelectionController,{b5c3ffc4-f48a-4f25-86e1-4cf79db1bcbb},0,-1,1
451434,nsIDOMSVGStylable,{ea8a6cb1-9176-45db-989d-d0e89f563d7e},0,-1,1
452435,nsIDOMHTMLIFrameElement,{a6cf90ba-15b3-11d2-932e-00805f8add32},0,-1,1
453436,nsIHttpAuthManager,{7ce8e9d1-8b4b-4883-a307-66fe12a50153},0,-1,1
454437,nsIXULBrowserWindow,{67a601df-f091-4894-a2e2-2e6cfebb35ea},0,-1,1
455438,nsIDOMSVGPointList,{4c12af24-0fc2-4fe7-b71d-5d6b41d463c1},0,-1,1
456439,nsIUserInfo,{6c1034f0-1dd2-11b2-aa14-e6657ed7bb0b},0,-1,1
457440,nsIDOMHTMLVideoElement,{edf468dc-42eb-4494-920b-56a315172640},0,-1,1
458441,nsICacheEntryDescriptor,{49c1a11d-f5d2-4f09-8262-551e64908ada},0,-1,1
459442,nsIHTMLAbsPosEditor,{91375f52-20e6-4757-9835-eb04fabe5498},0,-1,1
460443,nsIAutoCompleteObserver,{18c36504-9a4c-4ac3-8494-bd05e00ae27f},0,-1,1
461444,nsIFormHistory2,{5d7d84d1-9798-4016-bf61-a32acf09b29d},0,-1,1
462445,nsISecurityWarningDialogs,{1c399d06-1dd2-11b2-bc58-c87cbcacdb78},0,-1,1
463446,nsIImageDocument,{7b80eebc-c98e-4461-8bdb-6e3b6e828890},0,-1,1
464447,jsdIDebuggerService,{dc0a24db-f8ac-4889-80d0-6016545a2dda},0,-1,1
465448,nsITransport,{d8786c64-eb49-4a0b-b42c-0936a745fbe8},0,-1,1
466449,nsIMutable,{321578d0-03c1-4d95-8821-021ac612d18d},0,-1,1
467450,jsdICallHook,{191d2738-22e8-4756-b366-6c878c87d73b},0,-1,1
468451,nsIListBoxObject,{aa9def4e-2e59-412d-a6df-b76f52167795},0,-1,1
469452,nsIAccessibleScrollType,{05cd38b1-94b3-4cdf-8371-3935a9611405},0,-1,1
470453,nsICategoryManager,{3275b2cd-af6d-429a-80d7-f0c5120342ac},0,-1,1
471454,nsIBidirectionalIterator,{948defaa-1dd1-11b2-89f6-8ce81f5ebda9},0,-1,1
472455,nsIDOMDOMTokenList,{c6f1e160-eeeb-404a-98b0-6f1246520b6e},0,-1,1
473456,nsIURIClassifier,{2de5c563-1203-43dd-a212-f5d56d530b6f},0,-1,1
474457,nsIWindowMediatorListener,{2f276982-0d60-4377-a595-d350ba516395},0,-1,1
475458,nsISHistoryListener,{3b07f591-e8e1-11d4-9882-00c04fa02f40},0,-1,1
476459,nsIEditor,{96b60ba0-634a-41e4-928e-78ab0b3c4b46},0,-1,1
477460,nsIDOMHistory,{896d1d20-b4c4-11d2-bd93-00805f8ae3f4},0,-1,1
478461,nsIZipEntry,{e1c028bc-c478-11da-95a8-00e08161165f},0,-1,1
479462,nsIWebContentHandlerRegistrar,{e6a75410-c93e-42bf-84ca-a5c3ec34a2f1},0,-1,1
480463,mozIStorageStatementWrapper,{eee6f7c9-5586-4eaf-b35c-dca987c4ffd1},0,-1,1
481464,nsIDOMNodeList,{a6cf907d-15b3-11d2-932e-00805f8add32},0,-1,1
482465,nsIUnicharInputStream,{d5e3bd80-6723-4b92-b0c9-22f6162fd94f},0,-1,1
483466,rdfITripleVisitor,{aafea151-c271-4505-9978-a100d292800c},0,-1,1
484467,nsIDOMDOMImplementationLS,{e2c8b03c-a49a-4923-81b0-ba9a86da0e21},0,-1,1
485468,nsIDOMAbstractView,{f51ebade-8b1a-11d3-aae7-0010830123b4},0,-1,1
486469,nsIPopupBoxObject,{a41af368-9f73-4d73-a058-49dd7e41f9ea},0,-1,1
487470,nsIWorkerErrorEvent,{73d82c1d-05de-49c9-a23b-7121ff09a67a},0,-1,1
488471,nsIDOMXULSelectControlElement,{919d9808-8937-4cec-9390-91225eb8864b},0,-1,1
489472,nsIRDFLiteral,{e0c493d2-9542-11d2-8eb8-00805f29f370},0,-1,1
490473,nsIAccessible,{c81d8f8c-8585-4094-bc7c-71dd01494906},0,-1,1
491474,nsIDOMCanvasPattern,{21dea65c-5c08-4eb1-ac82-81fe95be77b8},0,-1,1
492475,nsISupportsVoid,{464484f0-568d-11d3-baf8-00805f8a5dd7},0,-1,1
493476,nsIDOMCSSImportRule,{a6cf90cf-15b3-11d2-932e-00805f8add32},0,-1,1
494477,nsIDOMScrollAreaEvent,{b2f49035-4a2f-4e62-8fb0-deb68b0de4d9},0,-1,1
495478,jsdIContextEnumerator,{d96af02e-3379-4db5-885d-fee28d178701},0,-1,1
496479,nsIConsoleMessage,{41bd8784-1dd2-11b2-9553-8606958fffe1},0,-1,1
497480,imgILoad,{e6273acc-1dd1-11b2-a08b-824ad1b1628d},0,-1,1
498481,nsISAXLocator,{7a307c6c-6cc9-11da-be43-001422106990},0,-1,1
499482,nsIDOMHTMLSourceElement,{be281029-7dd9-4268-963e-96f5196acc19},0,-1,1
500483,nsIDOMSVGMaskElement,{fdd7039c-35b6-465a-b7a3-c98a815b583e},0,-1,1
501484,nsICookiePromptService,{72f8bb14-2810-4f38-8d0d-290c5401f54e},0,-1,1
502485,extIApplication,{e53d6610-7468-11dd-ad8b-0800200c9a66},0,-1,1
503486,nsIDOMHTMLCollection,{a6cf9083-15b3-11d2-932e-00805f8add32},0,-1,1
504487,nsIFeedPerson,{29cbd45f-f2d3-4b28-b557-3ab7a61ecde4},0,-1,1
505488,mozIStorageFunction,{9ff02465-21cb-49f3-b975-7d5b38ceec73},0,-1,1
506489,nsINavHistoryService,{437f539b-d541-4a0f-a200-6f9a6d45cce2},0,-1,1
507490,nsIDOMHTMLBRElement,{a6cf90a5-15b3-11d2-932e-00805f8add32},0,-1,1
508491,nsINonBlockingAlertService,{e800ef97-ae37-46b7-a46c-31fbe79657ea},0,-1,1
509492,nsICertificateDialogs,{a03ca940-09be-11d5-ac5d-000064657374},0,-1,1
510493,nsIInputIterator,{85585e12-1dd2-11b2-a930-f6929058269a},0,-1,1
511494,nsIGlobalHistory,{9491c383-e3c4-11d2-bdbe-0050040a9b44},0,-1,1
512495,mozIStorageStatementParams,{e65fe6e2-2643-463c-97e2-27665efe2386},0,-1,1
513496,fuelIWindow,{207edb28-eb5e-424e-a862-b0e97c8de866},0,-1,1
514497,nsIPref,{a22ad7b0-ca86-11d1-a9a4-00805f8a7ac4},0,-1,1
515498,nsIAsyncStreamCopier,{5a19ca27-e041-4aca-8287-eb248d4c50c0},0,-1,1
516499,nsIDOMSVGPathSegLinetoAbs,{5c7ba7b0-c7c5-4a7b-bc1c-2d784153be77},0,-1,1
517500,nsIDOMSVGAnimatedEnumeration,{73b101bd-797b-470f-9308-c24c64278bcd},0,-1,1
518501,nsIAutoCompleteSearch,{de8db85f-c1de-4d87-94ba-7844890f91fe},0,-1,1
519502,nsIDOMComment,{a6cf9073-15b3-11d2-932e-00805f8add32},0,-1,1
520503,nsISecretDecoderRingConfig,{01d8c0f0-0ccc-11d4-9fdd-000064657374},0,-1,1
521504,nsIXULTreeBuilderObserver,{57ced9a7-ec0b-4a0e-8aeb-5da32ebe951c},0,-1,1
522505,nsIXPTLoader,{368a15d9-17a9-4c2b-ac3d-a35b3a22b876},0,-1,1
523506,nsIContentFilter,{c18c49a8-62f0-4045-9884-4aa91e388f14},0,-1,1
524507,nsIASN1Tree,{c727b2f2-1dd1-11b2-95df-f63c15b4cd35},0,-1,1
525508,nsIHttpAuthenticator_1_9_2,{923e7c35-6e0c-448c-81a1-39c93db597d9},0,-1,1
526509,extISessionStorage,{0787ac44-29b9-4889-b97f-13573aec6971},0,-1,1
527510,nsIComponentManagerObsolete,{8458a740-d5dc-11d2-92fb-00e09805570f},0,-1,1
528511,mozIStorageStatementRow,{02eeaf95-c3db-4182-9340-222c29f68f02},0,-1,1
529512,nsIInterfaceInfo,{215dbe04-94a7-11d2-ba58-00805f8a5dd7},0,-1,0
530513,nsIShellService,{bb477da4-dddf-4106-a562-f06c85c7f9a8},0,-1,1
531514,mozISpellCheckingEngine,{43987f7b-0faa-4019-811e-42becac73fc5},0,-1,1
532515,nsIApplicationCacheContainer,{bbb80700-1f7f-4258-aff4-1743cc5a7d23},0,-1,1
533516,nsISound,{86b75b05-db60-4c3e-97a7-82b363a41a01},0,-1,1
534517,nsIJSContextStack,{c67d8270-3189-11d3-9885-006008962422},0,-1,0
535518,nsIWindowCreator2,{f673ec81-a4b0-11d6-964b-eb5a2bf216fc},0,-1,1
536519,nsIDOMNSHTMLFrameElement,{d67bd267-f984-4993-b378-95851b71f0a3},0,-1,1
537520,nsIProfile,{02b0625a-e7f3-11d2-9f5a-006008a6efe9},0,-1,1
538521,nsIDOMSVGPathSegMovetoRel,{58ca7e86-661a-473a-96de-89682e7e24d6},0,-1,1
539522,nsISystemProxySettings,{a9f3ae38-b769-4e0b-9317-578388e326c9},0,-1,1
540523,nsIPromptService,{1630c61a-325e-49ca-8759-a31b16c47aa5},0,-1,1
541524,nsIJARProtocolHandler,{92c3b42c-98c4-11d3-8cd9-0060b0fc14a3},0,-1,1
542525,nsIRefreshURI,{cb0ad623-6b46-4c09-a473-c1d6ca63d3c7},0,-1,1
543526,nsIDOMAttr,{a6cf9070-15b3-11d2-932e-00805f8add32},0,-1,1
544527,nsIDOMXPathExpression,{75506f82-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
545528,nsIVariant,{6c9eb060-8c6a-11d5-90f3-0010a4e73d9a},0,-1,1
546529,nsIDOMSVGAnimatedBoolean,{7e325385-cc82-4763-bd14-e2c92edd5462},0,-1,1
547530,jsdIFilterEnumerator,{e391ba85-9379-4762-b387-558e38db730f},0,-1,1
548531,nsITreeColumn,{ae835ecf-6b32-4660-9b43-8a270df56e02},0,-1,1
549532,nsIAutoCompletePopup,{1b9d7d8a-6dd0-11dc-8314-0800200c9a66},0,-1,1
550533,nsIAccessibleCaretMoveEvent,{b9076dce-4cd3-4e3d-a7f6-7f33a7f40c31},0,-1,1
551534,nsIContentPrefService,{ea7d29eb-7095-476e-b5d9-13263f3ae243},0,-1,1
552535,nsIDOMNSCSS2Properties,{8c31e4a6-8f3a-4bb9-b180-8385ac2a4080},0,-1,1
553536,nsIDOMPkcs11,{9fd42950-25e7-11d4-8a7d-006008c844c3},0,-1,1
554537,nsIDocumentEncoderNodeFixup,{c0da5b87-0ba7-4d7c-8cb3-fcb02af4253d},0,-1,1
555538,nsIToolkitProfile,{7422b090-4a86-4407-972e-75468a625388},0,-1,1
556539,nsIWebBrowserPrint,{9a7ca4b0-fbba-11d4-a869-00105a183419},0,-1,1
557540,nsIDOMNameList,{faaf1b80-1ddd-11d9-8c46-000a95dc234c},0,-1,1
558541,nsIGlobalHistory2,{cf777d42-1270-4b34-be7b-2931c93feda5},0,-1,1
559542,rdfIDataSource,{ebce86bd-1568-4a34-a808-9ccf9cde8087},0,-1,1
560543,nsIWebBrowserFindInFrames,{e0f5d182-34bc-11d5-be5b-b760676c6ebc},0,-1,1
561544,nsIDynamicContainer,{7e85d97b-4109-4ea7-afd8-bc2cd3840d70},0,-1,1
562545,nsISAXXMLFilter,{77a22cf0-6cdf-11da-be43-001422106990},0,-1,1
563546,nsINavHistoryFullVisitResultNode,{c49fd9d5-56e2-43eb-932c-f933f28cba85},0,-1,1
564547,nsIAddonSearchResult,{a549a714-2ada-4bb9-8a47-be26e73d49a5},0,-1,1
565548,nsIDirIndexListener,{fae4e9a8-1dd1-11b2-b53c-8f3aa1bbf8f5},0,-1,1
566549,nsISAXContentHandler,{2a99c757-dfee-4806-bff3-f721440412e0},0,-1,1
567550,nsIExternalHelperAppService,{9e456297-ba3e-42b1-92bd-b7db014268cb},0,-1,1
568551,nsIDOMSVGTitleElement,{524564b0-13a3-459b-bbec-ad66aea9f789},0,-1,1
569552,nsISocketProvider,{00b3df92-e830-11d8-d48e-0004e22243f8},0,-1,1
570553,nsIThreadObserver,{81d0b509-f198-4417-8020-08eb4271491f},0,-1,1
571554,nsIStringInputStream,{450cd2d4-f0fd-424d-b365-b1251f80fd53},0,-1,1
572555,nsIPhonetic,{bc6ea726-ab56-46b6-a21a-aa7b76d6818f},0,-1,1
573556,nsIDOMLoadStatus,{2cb53a8a-d2f4-4ddf-874f-3bc2d595c41a},0,-1,1
574557,nsIXPCScriptNotify,{b804504d-0025-4d6b-8ced-d94e41102a7f},0,-1,0
575558,nsIInterfaceInfoSuperManager,{0ee22850-bc6a-11d5-9134-0010a4e73d9a},0,-1,0
576559,nsIObjectLoadingContent_MOZILLA_1_9_2_BRANCH,{2725a137-db4b-4e43-a096-a084aeaa8b0b},0,-1,1
577560,nsIDOMCSSValue,{009f7ea5-9e80-41be-b008-db62f10823f2},0,-1,1
578561,nsICookieAcceptDialog,{3f2f0d2c-bdea-4b5a-afc6-fcf18f66b97e},0,-1,1
579562,nsIDOMSVGFEBlendElement,{8f4daf4c-de2d-450f-a373-449ad62e3800},0,-1,1
580563,nsIMenuBoxObject,{f5099746-5049-4e81-a03e-945d5110fee2},0,-1,1
581564,nsIDOMSVGFEFuncRElement,{85719a5d-9688-4c5f-bad5-c21847515200},0,-1,1
582565,nsIDOMNSEvent,{9be8096b-f795-4045-9664-0c275f36fe5b},0,-1,1
583566,nsIDOMSVGPathSegClosePath,{4970505f-2cc0-4afa-92e6-0cf4bdbf5a53},0,-1,1
584567,nsIDOMLSException,{1cc8e4b3-1dbb-4adc-a913-1527bf67748c},0,-1,1
585568,nsIDOMHTMLTimeRanges,{5c9995a1-9fce-44e8-aa7f-de52ff4c3f46},0,-1,1
586569,nsIDOMSVGFEGaussianBlurElement,{43ff8d42-3380-4dbd-a916-7c2daa3ed7f4},0,-1,1
587570,nsIDOMHTMLFieldSetElement,{a6cf9097-15b3-11d2-932e-00805f8add32},0,-1,1
588571,nsIDOMSVGLinearGradientElement,{7e15fce5-b208-43e1-952a-c570ebad0619},0,-1,1
589572,nsIDOMStorage,{43e5edad-1e02-42c4-9d99-c3d9dee22a20},0,-1,1
590573,nsIStreamLoader,{8ea7e890-8211-11d9-8bde-f66bad1e3f3a},0,-1,1
591574,nsIDOMWindowCollection,{a6cf906f-15b3-11d2-932e-00805f8add32},0,-1,1
592575,nsIBinaryInputStream,{7b456cb0-8772-11d3-90cf-0040056a906e},0,-1,1
593576,nsIDOMSVGFEConvolveMatrixElement,{42109b58-a8c1-4078-b44c-ec1d5d6b9574},0,-1,1
594577,nsISSLStatus,{cfede939-def1-49be-81ed-d401b3a07d1c},0,-1,1
595578,nsITextScroll,{067b28a0-877f-11d3-af7e-00a024ffc08c},0,-1,1
596579,nsIDOMSVGRadialGradientElement,{d0262ae1-31a4-44be-b82e-85e4cfe280fd},0,-1,1
597580,nsIBidirectionalEnumerator,{75f158a0-cadd-11d2-8cca-0060b0fc14a3},0,-1,0
598581,nsIVersionComparator,{e6cd620a-edbb-41d2-9e42-9a2ffc8107f3},0,-1,1
599582,nsIUrlClassifierLookupCallback,{f1dc83c6-ad43-4f0f-a809-fd43de7de8a4},0,-1,0
600583,nsIControllerCommandTable,{d1a47834-6ad4-11d7-bfad-000393636592},0,-1,1
601584,nsIWindowWatcher,{002286a8-494b-43b3-8ddd-49e3fc50622b},0,-1,1
602585,nsIDOMXPathException,{75506f89-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
603586,nsIDOMXULCommandEvent,{f9fa8205-a988-4828-9228-f3332d5475ac},0,-1,1
604587,nsISHistory,{9883609f-cdd8-4d83-9b55-868ff08ad433},0,-1,1
605588,nsIAutoCompleteBaseResult,{e6396544-921d-4776-aa62-8bf2dc1ae058},0,-1,0
606589,nsIDOMCrypto,{12b6d899-2aed-4ea9-8c02-2223ab7ab592},0,-1,1
607590,nsIDOMSVGFEDiffuseLightingElement,{2e9eb422-2398-4be9-a9b8-b1cc7aa9dd6f},0,-1,1
608591,nsIWorkerLocation,{17a005c3-4f2f-4bb6-b169-c181fa6873de},0,-1,1
609592,nsISimpleUnicharStreamFactory,{8238cd2e-e8e3-43e8-b556-56e21389c766},0,-1,1
610593,nsIDOMMutationEvent,{8e440d86-886a-4e76-9e59-c13b939c9a4b},0,-1,1
611594,nsIDOMSVGTextPositioningElement,{5d052835-8cb0-442c-9754-a8e616db1f89},0,-1,1
612595,nsIDOMSVGPathSegArcAbs,{c9e222e5-31fd-4083-ae1f-fcf013681340},0,-1,1
613596,nsIDOMNSHTMLAnchorElement,{a6cf911c-15b3-11d2-932e-00805f8add32},0,-1,1
614597,nsILocalHandlerApp,{9812be73-273c-478c-8170-c3e0db08ae7c},0,-1,1
615598,nsIComponentRegistrar,{2417cbfe-65ad-48a6-b4b6-eb84db174392},0,-1,1
616599,nsIFileChannel,{06169120-136d-45a5-b535-498f1f755ab7},0,-1,1
617600,nsIPluginHost,{30c7c529-b05c-4950-b5b8-9af673e46521},0,-1,1
618601,nsIDOMSVGPathElement,{2b19e692-3338-440f-a998-3cb1e8474999},0,-1,1
619602,nsIHttpAuthenticator,{0f331436-8bc8-4c68-a124-d0253a19d06f},0,-1,1
620603,nsIPlugin,{0937fb08-16e8-4365-babf-88e09e4e33a4},0,-1,0
621604,nsICacheListener,{638c3848-778b-4851-8ff3-9400f65b8773},0,-1,1
622605,mozIStorageResultSet,{18dd7953-076d-4598-8105-3e32ad26ab24},0,-1,1
623606,mozIStorageValueArray,{07b5b93e-113c-4150-863c-d247b003a55d},0,-1,1
624607,nsIStreamCipher,{1d507cd6-1630-4710-af1b-4012dbcc514c},0,-1,1
625608,nsIProtocolProxyService2,{dbd9565d-29b1-437a-bff5-2fc339e2c5df},0,-1,1
626609,nsIDOMDocumentEvent,{46b91d66-28e2-11d4-ab1e-0010830123b4},0,-1,1
627610,nsICMSMessageErrors,{f2aec680-60a0-49f0-afe5-6cf1d3f15e0d},0,-1,1
628611,nsIXULAppInfo,{a61ede2a-ef09-11d9-a5ce-001124787b2e},0,-1,1
629612,nsIProxiedProtocolHandler,{0a24fed4-1dd2-11b2-a75c-9f8b9a8f9ba7},0,-1,1
630613,nsISupportsString,{d79dc970-4a1c-11d3-9890-006008962422},0,-1,1
631614,nsIDOMNSFeatureFactory,{dc5ba787-b648-4b01-a8e7-b293ffb044ef},0,-1,1
632615,nsISafeOutputStream,{5f914307-5c34-4e1f-8e32-ec749d25b27a},0,-1,1
633616,inIDeepTreeWalker,{91fca0e9-99d6-406b-9d78-4c96f11e9ee4},0,-1,1
634617,nsIComponentManager,{a88e5a60-205a-4bb1-94e1-2628daf51eae},0,-1,1
635618,nsIDocShellTreeItem,{09b54ec1-d98a-49a9-bc95-3219e8b55089},0,-1,1
636619,nsIDOMCSSFontFaceRule,{a6cf90bb-15b3-11d2-932e-00805f8add32},0,-1,1
637620,nsIPrincipal,{b8268b9a-2403-44ed-81e3-614075c92034},0,-1,1
638621,nsIAlertsService,{e177399e-2e31-4019-aed3-cba63ce9fa99},0,-1,1
639622,nsITaggingService,{e39cea60-7e6d-4c8b-80a3-997af1c2cbcb},0,-1,1
640623,nsIXMLHttpRequestEventTarget,{6ce0a193-b033-4c3d-b748-f851b09261f5},0,-1,1
641624,nsICMSMessage2,{a99a3203-39e3-45e1-909c-175b0e471c2b},0,-1,0
642625,nsIAutoCompleteMdbResult,{f7e7b341-2d5c-4d04-9f51-496cb2ce178c},0,-1,0
643626,nsIPrefBranch2,{74567534-eb94-4b1c-8f45-389643bfc555},0,-1,1
644627,nsIDOMDragEvent,{d52cf140-fb90-44df-8d69-4b2bab4d461f},0,-1,1
645628,inISearchObserver,{46226d9b-e398-4106-8d9b-225d4d0589f5},0,-1,1
646629,nsIDOMSVGAnimatedLength,{a52f0322-7f4d-418d-af6d-a7b14abd5cdf},0,-1,1
647630,nsIPasswordManager,{173562f0-2173-11d5-a54c-0010a401eb10},0,-1,1
648631,nsISupportsID,{d18290a0-4a1c-11d3-9890-006008962422},0,-1,1
649632,nsIRollupListener,{0ca103e5-80d4-4b81-a310-be0708f8eaa9},0,-1,0
650633,nsIResProtocolHandler,{067ca872-e947-4bd6-8946-a479cb6ba5dd},0,-1,1
651634,nsIServerSocketListener,{836d98ec-fee2-4bde-b609-abd5e966eabd},0,-1,1
652635,nsIAccessNode,{71a3b4e7-e83d-45cf-a20e-9ce292bcf19f},0,-1,1
653636,nsIDOMSVGPathSegCurvetoQuadraticAbs,{b7aef0f0-2830-4145-b04f-fe05789ccf8a},0,-1,1
654637,nsIWebNavigation,{f5d9e7b0-d930-11d3-b057-00a024ffc08c},0,-1,1
655638,nsISupportsPRInt64,{e3cb0ff0-4a1c-11d3-9890-006008962422},0,-1,1
656639,nsIXPCComponents_ID,{7994a6e0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
657640,nsITooltipTextProvider,{b128a1e6-44f3-4331-8fbe-5af360ff21ee},0,-1,1
658641,nsIXPCComponents_Classes,{978ff520-d26c-11d2-9842-006008962422},0,-1,1
659642,nsIFastLoadService,{759e475e-0c23-4dbf-b1b8-78c9369e3072},0,-1,1
660643,jsdIProperty,{4491ecd4-fb6b-43fb-bd6f-5d1473f1df24},0,-1,1
661644,nsIDOMHTMLDListElement,{a6cf909b-15b3-11d2-932e-00805f8add32},0,-1,1
662645,nsIWorkerGlobalScope,{c111e7d3-8044-4458-aa7b-637696ffb841},0,-1,1
663646,nsIDOMHTMLLegendElement,{a6cf9098-15b3-11d2-932e-00805f8add32},0,-1,1
664647,nsIAutoConfig,{80db54ae-13f2-11d5-be44-00108335a220},0,-1,0
665648,nsIDOMNSHTMLAreaElement2,{1859b16a-7c16-4ab7-bdb9-52792ba16cc1},0,-1,1
666649,nsIDOMSVGDefsElement,{a2e86036-f04c-4013-9f74-e7090a0aac0a},0,-1,1
667650,nsIBaseWindow,{046bc8a0-8015-11d3-af70-00a024ffc08c},0,-1,1
668651,nsIFastLoadFileControl,{8a1e2c63-af50-4147-af7e-26289dc180dd},0,-1,1
669652,nsIPrefService,{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2},0,-1,1
670653,nsIDOMLSProgressEvent,{b9a2371f-70e9-4657-b0e8-28e15b40857e},0,-1,1
671654,nsIMicrosummaryGenerator,{05b48344-d0a7-427e-934e-9a6e0d5ecced},0,-1,1
672655,mozIStorageRow,{62d1b6bd-cbfe-4f9b-aee1-0ead4af4e6dc},0,-1,1
673656,nsIDOMGeoPosition,{23e5269f-4dd7-41c4-b52a-75918694c2de},0,-1,1
674657,nsIDOMSVGPathSeg,{b9022da7-e26d-4df3-8c94-b45c4aedda7c},0,-1,1
675658,fuelIBrowserTab,{3073ceff-777c-41ce-9ace-ab37268147c1},0,-1,1
676659,nsISSLCertErrorDialog,{0729ce8e-8935-4989-ba72-a2d6307f2365},0,-1,1
677660,nsIThreadJSContextStack,{a1339ae0-05c1-11d4-8f92-0010a4e73d9a},0,-1,0
678661,nsIScriptChannel,{33234b99-9588-4c7d-9da6-86b8b7cba565},0,-1,1
679662,nsIDOMBarProp,{9eb2c150-1d56-11d3-8221-0060083a0bcf},0,-1,1
680663,nsIPluginInstanceOwner,{c4ed03f3-498b-4045-97c7-0b05838f886c},0,-1,0
681664,nsIDOMStorageList,{a4e9b257-5ccf-4b17-8721-23ac45c83128},0,-1,1
682665,nsIHttpHeaderVisitor,{0cf40717-d7c1-4a94-8c1e-d6c9734101bb},0,-1,1
683666,fuelIAnnotations,{335c9292-91a1-4ca0-ad0b-07d5f63ed6cd},0,-1,1
684667,nsIWindowProvider,{5119ac7f-81dd-4061-96a7-71f2cf5efee4},0,-1,1
685668,nsIPrintSettingsService,{841387c8-72e6-484b-9296-bf6eea80d58a},0,-1,1
686669,nsIDOMSVGFEColorMatrixElement,{0e966878-ebf1-4455-86fd-f4c7b1f24777},0,-1,1
687670,nsIPKCS11,{5743f870-958e-4f02-aef2-c0afeef67f05},0,-1,1
688671,nsIDOMSVGFEFuncAElement,{fa48511c-283a-437f-9507-c309ac6f0f57},0,-1,1
689672,nsIObjectInputStream,{6c248606-4eae-46fa-9df0-ba58502368eb},0,-1,1
690673,nsIDOMSVGFETileElement,{ed042a81-39fc-4c89-9385-75758a2434b5},0,-1,1
691674,nsIDOMGetSVGDocument,{b5d3074c-4f63-4936-bf39-49034efa26a5},0,-1,1
692675,nsIDirIndex,{23bbabd0-1dd2-11b2-86b7-aad68ae7d7e0},0,-1,1
693676,nsIPasswordManagerInternal,{a448531f-dc92-4dc1-9012-da841febcbe0},0,-1,1
694677,nsIDOMNSHTMLHRElement,{19b5879f-c125-447c-aaaf-719de3ef221a},0,-1,1
695678,nsIDOMSVGFEFloodElement,{2743af95-28c5-429d-9812-12b7b017887e},0,-1,1
696679,nsIFormFillController,{07f0a0dc-f6e9-4cdd-a55f-56d770523a4c},0,-1,1
697680,nsIRecentBadCertsService,{a5ae8b05-a76e-408f-b0ba-02a831265749},0,-1,1
698681,nsICommandHandler,{34a4fcf0-66fc-11d4-9528-0020183bf181},0,-1,1
699682,nsIDOMHTMLObjectElement,{a6cf90ac-15b3-11d2-932e-00805f8add32},0,-1,1
700683,nsIDOMLocation,{a6cf906d-15b3-11d2-932e-00805f8add32},0,-1,1
701684,nsIViewSourceChannel,{8b77d6e2-2ae9-11d5-be57-000064657374},0,-1,0
702685,nsISyncLoadDOMService,{8095998d-ae1c-4cfa-9b43-0973e5d77eb0},0,-1,1
703686,nsIDOMXULDescriptionElement,{c7b0b43c-1dd1-11b2-9e1c-ce5f6a660630},0,-1,1
704687,nsIURL,{d6116970-8034-11d3-9399-00104ba0fd40},0,-1,1
705688,nsIMultiplexInputStream,{a076fd12-1dd1-11b2-b19a-d53b5dffaade},0,-1,1
706689,nsIClipboardCommands,{b8100c90-73be-11d2-92a5-00105a1b0d64},0,-1,1
707690,nsIThreadEventFilter,{a0605c0b-17f5-4681-b8cd-a1cd75d42559},0,-1,1
708691,nsIXPCSecurityManager,{31431440-f1ce-11d2-985a-006008962422},0,-1,0
709692,nsIDOMXULMenuListElement,{3d49950e-04f9-4e35-a9a0-ffd51356a674},0,-1,1
710693,nsIDocShellTreeNode,{37f1ab73-f224-44b1-82f0-d2834ab1cec0},0,-1,1
711694,nsIWebBrowserChrome,{ba434c60-9d52-11d3-afb0-00a024ffc08c},0,-1,1
712695,nsIFastLoadWriteControl,{2ad6e9e6-1379-4e45-a899-a54b27ff915c},0,-1,1
713696,nsITreeView,{c06dc4d3-63a2-4422-a0a3-5f2eddeca8c1},0,-1,1
714697,nsIHandlerApp,{8d298761-0963-4c90-99e2-6ea498825e82},0,-1,1
715698,nsIByteRangeRequest,{c1b1f426-7e83-4759-9f88-0e1b17f49366},0,-1,1
716699,nsIPrintStatusFeedback,{19855dff-3248-4902-b196-93ee4c477880},0,-1,1
717700,nsINetUtil,{a50d5516-5c0a-4f08-b427-703ca0c44ac3},0,-1,1
718701,nsPIPlacesDatabase,{8e6d4f8a-4b8e-4026-9fca-517c4494ddb7},0,-1,1
719702,nsIDOMRange,{a6cf90ce-15b3-11d2-932e-00805f8add32},0,-1,1
720703,nsIAccessibleStates,{7fe1ee90-edaa-43f1-9f3b-071099b51f08},0,-1,1
721704,nsIAtomService,{9c1f50b9-f9eb-42d4-a8cb-2c7600aeb241},0,-1,1
722705,nsIExceptionProvider,{0577744c-c1d2-47f2-8bcc-ce7a9e5a88fc},0,-1,1
723706,nsIDOMJSNavigator,{4b4f8316-1dd2-11b2-b265-9a857376d159},0,-1,1
724707,nsIScriptableDateFormat,{0c89efb0-1aae-11d3-9141-006008a6edf6},0,-1,1
725708,nsIDOM3EventTarget,{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1},0,-1,1
726709,nsIDOMSVGAnimatedAngle,{c6ab8b9e-32db-464a-ae33-8691d44bc60a},0,-1,1
727710,nsIDOMXPathNSResolver,{75506f83-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
728711,nsIFTPChannel,{2315d831-8b40-446a-9138-fe09ebb1b720},0,-1,1
729712,nsIDOMCSSValueList,{8f09fa84-39b9-4dca-9b2f-db0eeb186286},0,-1,1
730713,nsIStackFrame,{91d82105-7c62-4f8b-9779-154277c0ee90},0,-1,1
731714,nsIDOMHTMLFontElement,{a6cf90a7-15b3-11d2-932e-00805f8add32},0,-1,1
732715,nsIEffectiveTLDService,{6852369e-baa9-4c9a-bbcd-5123fc54a297},0,-1,1
733716,imgIEncoder,{ba3a854b-fb8d-4881-8af9-5849df10e5e5},0,-1,1
734717,nsIToolkitChromeRegistry,{8727651c-9530-45a0-b81e-0e0690c30c50},0,-1,1
735718,nsIDOMSVGPathSegCurvetoQuadraticSmoothRel,{ac0b2007-04e4-4e70-a0e0-294f374b29c4},0,-1,1
736719,nsIPropertyBag,{bfcd37b0-a49f-11d5-910d-0010a4e73d9a},0,-1,1
737720,nsIFeedElementBase,{5215291e-fa0a-40c2-8ce7-e86cd1a1d3fa},0,-1,1
738721,nsIINIParserFactory,{ccae7ea5-1218-4b51-aecb-c2d8ecd46af9},0,-1,1
739722,nsIFormSigningDialog,{4fe04d6d-4b66-4023-a0bc-b43ce68b3e15},0,-1,1
740723,nsIDOMProgressEvent,{6af7022c-d7f8-414c-a11f-a7918f14052b},0,-1,1
741724,nsIAccessibleImage,{09086623-0f09-4310-ac56-c2cda7c29648},0,-1,1
742725,nsILiveTitleNotificationSubject,{f9e577a8-19d9-4ca0-a140-b9e43f014470},0,-1,1
743726,nsITypeAheadFind,{0749a445-19d3-4eb9-9d66-78eca8c6f604},0,-1,1
744727,nsIDOMFile_1_9_2_BRANCH,{fc41a294-8c9a-4639-b8ed-7c04f8017ef6},0,-1,1
745728,nsISSLStatusProvider,{8de811f0-1dd2-11b2-8bf1-e9aa324984b2},0,-1,1
746729,nsIProxyAutoConfig,{a42619df-0a1c-46fb-8154-0e9b8f8f1ea8},0,-1,1
747730,nsIMozIconURI,{1fb33f44-f522-4880-a225-4b75d09b04c6},0,-1,1
748731,nsIAuthPrompt2,{651395eb-8612-4876-8ac0-a88d4dce9e1e},0,-1,1
749732,nsIProfileChangeStatus,{2f977d43-5485-11d4-87e2-0010a4e75ef2},0,-1,1
750733,nsIDOMSVGComponentTransferFunctionElement,{cb615c0f-8d4a-4e30-9695-a3dd6f4216ee},0,-1,1
751734,nsISupportsArray,{791eafa0-b9e6-11d1-8031-006008159b5a},0,-1,1
752735,nsIThreadPoolListener,{ef194cab-3f86-4b61-b132-e5e96a79e5d1},0,-1,1
753736,nsIPromptFactory,{2532b748-75db-4732-9173-78d3bf34f694},0,-1,1
754737,nsIHttpActivityDistributor,{7c512cb8-582a-4625-b5b6-8639755271b5},0,-1,1
755738,nsIMemoryReporterManager,{7c62de18-1edd-40f8-9da2-a8c622763074},0,-1,1
756739,nsIWebBrowserPersist,{dd4e0a6a-210f-419a-ad85-40e8543b9465},0,-1,1
757740,nsIErrorService,{e72f94b2-5f85-11d4-9877-00c04fa0cf4a},0,-1,1
758741,nsIDOMCSSStyleSheet,{a6cf90c2-15b3-11d2-932e-00805f8add32},0,-1,1
759742,mozIPlacesAutoComplete,{a5ae8332-333c-412a-bb02-a35df8247714},0,-1,1
760743,nsIXULTemplateBuilder,{a583b676-5b02-4f9c-a0c9-cb850cb99818},0,-1,1
761744,nsIXPointerSchemeContext,{781f4aa1-ebb3-4667-b1c2-2b35e94c4281},0,-1,0
762745,nsISemanticUnitScanner,{9f620be4-e535-11d6-b254-00039310a47a},0,-1,1
763746,nsIAccessibleTableChangeEvent,{a9485c7b-5861-4695-8441-fab0235b205d},0,-1,1
764747,nsIDOMSVGTextPathElement,{5c29a76c-3489-48fe-b9ea-ea0f5b196dff},0,-1,1
765748,nsIDebug2,{9c9307ed-480a-4f2a-8f29-21378c03bcbc},0,-1,1
766749,nsIClientAuthDialogs,{fa4c7520-1433-11d5-ba24-00108303b117},0,-1,1
767750,nsIDOMBeforeUnloadEvent,{da19e9dc-dea2-4a1d-a958-9be375c9799c},0,-1,1
768751,nsIDOMNSHTMLElement,{7f142f9a-fba7-4949-93d6-cf08a974ac51},0,-1,1
769752,nsIDOMHTMLBodyElement,{a6cf908e-15b3-11d2-932e-00805f8add32},0,-1,1
770753,nsIEnumerator,{ad385286-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1
771754,nsIBufferedInputStream,{616f5b48-da09-11d3-8cda-0060b0fc14a3},0,-1,1
772755,nsIX509CertList,{a539759b-e22d-462f-94ea-2915b11b33e8},0,-1,1
773756,nsICMSDecoder,{65244a06-a342-11d5-ba47-00108303b117},0,-1,0
774757,nsISMimeVerificationListener,{56310af6-dffc-48b4-abca-85eae4059064},0,-1,0
775758,nsIInputStreamChannel,{274c4d7a-2447-4ceb-a6de-80db1b83f5d2},0,-1,1
776759,nsISecurityInfoProvider,{b8cc9126-9319-4415-afd9-b82220d453ed},0,-1,1
777760,nsIDOMKeyEvent,{028e0e6e-8b01-11d3-aae7-0010838a3123},0,-1,1
778761,nsIGeolocationProvider,{701413ed-0f51-64f7-71c7-4369d8e07d6e},0,-1,1
779762,nsIDOMSVGForeignObjectElement,{fd9c9871-23fd-48eb-a65b-3842e9b0acbd},0,-1,1
780763,nsIThread,{9c889946-a73a-4af3-ae9a-ea64f7d4e3ca},0,-1,1
781764,nsICommandController,{ebe55080-c8a9-11d5-a73c-dd620d6e04bc},0,-1,1
782765,nsIIOService2,{d44fe6d4-ee35-4789-886a-eb8f0554d04e},0,-1,1
783766,nsIEditorBoxObject,{e3800a23-5b83-49aa-b18c-efa1ac5416e0},0,-1,1
784767,nsIPrintSession,{2f977d52-5485-11d4-87e2-0010a4e75ef2},0,-1,0
785768,nsIStreamTransportService,{8268d474-efbf-494f-a152-e8a8616f4e52},0,-1,1
786769,nsIDOMSVGFilterElement,{9e81d4ae-190c-4b9d-a076-ebc52a7bf231},0,-1,1
787770,nsIDownloadHistory,{202533cd-a8f1-4ee4-8d20-3a6a0d2c6c51},0,-1,1
788771,nsIDOMHTMLButtonElement,{a6cf9095-15b3-11d2-932e-00805f8add32},0,-1,1
789772,nsIDOMDataContainerEvent,{3600d66c-b9ac-4c22-b39a-d64cce619921},0,-1,1
790773,nsIDOMPaintRequestList,{01627136-fdd8-44b4-aac0-7d613608a3d4},0,-1,1
791774,nsIModuleLoader,{9b328e24-4d85-4a9c-9cb7-f25e66f430c3},0,-1,1
792775,nsIDOMNSHTMLInputElement,{2cb61f32-b21f-4b87-904c-8876d8bb5f33},0,-1,1
793776,nsIDOMSVGFEDistantLightElement,{02141672-7f2c-412a-a7d7-4caa194842e9},0,-1,1
794777,nsITransfer,{23c51569-e9a1-4a92-adeb-3723db82ef7c},0,-1,1
795778,nsIOfflineCacheUpdateObserver,{a28abeaf-a0b4-4440-b2fe-bc78249710ea},0,-1,1
796779,nsIDOMHTMLTableColElement,{a6cf90b4-15b3-11d2-932e-00805f8add32},0,-1,1
797780,nsIScriptEventManager,{b6427ace-dc77-495b-ab21-43baeb52bc27},0,-1,0
798781,mozIStorageProgressHandler,{a3a6fcd4-bf89-4208-a837-bf2a73afd30c},0,-1,1
799782,nsIDOMSVGPathSegCurvetoQuadraticRel,{c46eb661-9c05-4d46-9b2a-c2ae5b166060},0,-1,1
800783,nsIXMLHttpRequestUpload,{09ff3682-7759-4441-a765-f70e1a1fabcf},0,-1,1
801784,nsIDOMSVGTSpanElement,{4a23cb1f-cf1e-437e-9524-8756f7928b2e},0,-1,1
802785,nsIControllerContext,{47b82b60-a36f-4167-8072-6f421151ed50},0,-1,1
803786,nsIUrlClassifierStreamUpdater,{daf3038a-556c-47d3-a3d2-36caa9a762a0},0,-1,1
804787,nsIDOMSVGClipPathElement,{0c3f45a4-e6d0-44e7-a2f8-d128ecf1db9b},0,-1,1
805788,nsICertTree,{a8cd1c89-a901-4735-831b-7198b7b8b6b1},0,-1,1
806789,nsIUTF8StringEnumerator,{9bdf1010-3695-4907-95ed-83d0410ec307},0,-1,1
807790,nsIExpatSink,{f61c56b5-ea5b-42b4-ad3c-17416e72e238},0,-1,1
808791,nsIDocShell,{8adfb831-1053-4a19-884d-bcdad7277b4b},0,-1,1
809792,extIEvents,{3a8ec9d0-ab19-11db-abbd-0800200c9a66},0,-1,1
810793,nsIINIParser,{7eb955f6-3e78-4d39-b72f-c1bf12a94bce},0,-1,1
811794,nsIXBLAccessible,{3716eb86-166b-445b-a94a-9b522fee96e6},0,-1,1
812795,nsIDOMEventListener,{df31c120-ded6-11d1-bd85-00805f8ae3f4},0,-1,1
813796,nsPICertNotification,{42cd7162-ea4a-4088-9888-63ea5095869e},0,-1,0
814797,nsIPermission,{28f16d80-157b-11d5-a542-0010a401eb10},0,-1,1
815798,nsIDOMStorageObsolete,{18013cf9-b104-49cf-9484-c2a7a845457e},0,-1,1
816799,nsIEditorObserver,{a6cf9125-15b3-11d2-932e-00805f8add32},0,-1,1
817800,nsIPrefSecurityCheck,{c73c9a05-92ce-46e1-8f69-90a2a3a36104},0,-1,0
818801,nsICertVerificationListener,{6684bce9-50db-48e1-81b7-98102bf81357},0,-1,1
819802,nsIDOMMessageEvent,{98150805-6a15-4667-815a-1a8c87cb4bbc},0,-1,1
820803,nsIIOService,{bddeda3f-9020-4d12-8c70-984ee9f7935e},0,-1,1
821804,nsIDOMCanvasGradient,{bbb20a59-524e-4662-981e-5e142814b20c},0,-1,1
822805,nsIDOMEventGroup,{33347bee-6620-4841-8152-36091ae80c7e},0,-1,1
823806,nsISidebarExternal,{4350fb73-9305-41df-a669-11d26222d420},0,-1,1
824807,nsITooltipListener,{44b78386-1dd2-11b2-9ad2-e4eee2ca1916},0,-1,1
825808,nsIDOMNSHTMLTextAreaElement,{ca066b44-9ddf-11d3-bccc-0060b0fc76bd},0,-1,1
826809,nsIDOMSVGNumberList,{59364ec4-faf1-460f-bf58-e6a6a2769a3a},0,-1,1
827810,nsIAccessibleStateChangeEvent,{444db51a-05fd-4576-8a64-32dbb2a83884},0,-1,1
828811,nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs,{ff5bbb58-b49a-450f-b91b-e50585c34b3d},0,-1,1
829812,nsISAXLexicalHandler,{23c26a56-adff-440c-8caf-95c2dc2e399b},0,-1,1
830813,nsISMimeCert,{66710f97-a4dd-49f1-a906-fe0ebc5924c0},0,-1,1
831814,nsIAppShellService,{361facd0-6e9a-4ff1-a0d4-450744cf0023},0,-1,1
832815,nsIDOMSVGPathSegArcRel,{49d0360d-bb66-4ab9-b9b0-f49b93398595},0,-1,1
833816,nsILoginInfo,{c41b7dff-6b9b-42fe-b78d-113051facb05},0,-1,1
834817,nsIDOMHTMLMetaElement,{a6cf908a-15b3-11d2-932e-00805f8add32},0,-1,1
835818,nsINavHistoryResultViewer,{af4ac418-a687-4775-8ffa-97c160196432},0,-1,1
836819,nsISaveAsCharset,{33b87f70-7a9c-11d3-915c-006008a6edf6},0,-1,1
837820,nsICMSSecureMessage,{14b4394a-1dd2-11b2-b4fd-ba4a194fe97e},0,-1,1
838821,nsIStringBundleService,{d85a17c0-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1
839822,nsIXULOverlayProvider,{1d5b5b94-dc47-4050-93b7-ac092e383cad},0,-1,1
840823,nsIAuthModule,{6e35dbc0-49ef-4e2c-b1ea-b72ec64450a2},0,-1,0
841824,nsICommandHandlerInit,{731c6c50-67d6-11d4-9529-0020183bf181},0,-1,1
842825,nsINavHistoryResult,{d1562f6f-8d5a-4042-8524-72f747a51b18},0,-1,1
843826,nsIDOMDOMImplementation,{a6cf9074-15b3-11d2-932e-00805f8add32},0,-1,1
844827,nsIFastLoadFileIO,{715577db-d9c5-464a-a32e-0a40c29b22d4},0,-1,1
845828,nsICollation,{b0132cc0-3786-4557-9874-910d7def5f93},0,-1,1
846829,nsIDOMLSOutput,{757e9971-8890-478d-a53a-07f9f6f6e0d3},0,-1,1
847830,nsIGConfService,{5009acae-6973-48c3-b6d6-52c692cc5d9d},0,-1,1
848831,nsIDOMSVGAnimatedNumber,{716e3b11-b03b-49f7-b82d-5383922b0ab3},0,-1,1
849832,nsIProfileStartup,{048e5ca1-0eb7-4bb1-a9a2-a36f7d4e0e3c},0,-1,1
850833,nsIUUIDGenerator,{138ad1b2-c694-41cc-b201-333ce936d8b8},0,-1,1
851834,nsIControllerCommandGroup,{9f82c404-1c7b-11d5-a73c-eca43ca836fc},0,-1,1
852835,nsIXSLTProcessor,{4a91aeb3-4100-43ee-a21e-9866268757c5},0,-1,1
853836,nsIDialogParamBlock,{f76c0901-437a-11d3-b7a0-e35db351b4bc},0,-1,1
854837,nsISessionStore,{70592a0d-87d3-459c-8db7-dcb8d47af78e},0,-1,1
855838,nsIRDFBlob,{237f85a2-1dd2-11b2-94af-8122582fc45e},0,-1,1
856839,nsIDOMHTMLHeadElement,{a6cf9087-15b3-11d2-932e-00805f8add32},0,-1,1
857840,nsIXPCComponents_Exception,{5bf039c0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
858841,nsIASN1PrintableItem,{114e1142-1dd2-11b2-ac26-b6db19d9184a},0,-1,1
859842,nsIDOMNSHTMLButtonElement,{c914d7a4-63b3-4d40-943f-91a3c7ab0d4d},0,-1,1
860843,nsIDOMHTMLMapElement,{a6cf90af-15b3-11d2-932e-00805f8add32},0,-1,1
861844,nsISupportsDouble,{b32523a0-4ac0-11d3-baea-00805f8a5dd7},0,-1,1
862845,nsINSSErrorsService,{3a5c7a0f-f5da-4a8b-a748-d7c5a528f33b},0,-1,1
863846,nsIProtocolProxyCallback,{a9967200-f95e-45c2-beb3-9b060d874bfd},0,-1,1
864847,nsIApplicationCache,{663e2e2e-04a0-47b6-87b3-a122be46cb53},0,-1,1
865848,nsIXULSortService,{f29270c8-3be5-4046-9b57-945a84dff132},0,-1,1
866849,nsIUploadChannel2,{8821e259-7252-4464-b874-a55d8ef6b222},0,-1,1
867850,nsIDOMNSHTMLOptionCollection,{1181207b-2337-41a7-8ddf-fbe96461256f},0,-1,1
868851,nsIXULTreeBuilder,{06b31b15-ebf5-4e74-a0e2-6bc0a18a3969},0,-1,1
869852,nsIModifyableXPointerResult,{2dc3be2e-642d-4d7e-b3c5-f3dac51afbee},0,-1,0
870853,nsIHistoryEntry,{a41661d4-1417-11d5-9882-00c04fa02f40},0,-1,1
871854,nsIBrowserDOMWindow,{f9691a49-7fb3-4b54-bb11-a4f2e0b6eddb},0,-1,1
872855,nsIDOMXULImageElement,{f73f4d77-a6fb-4ab5-b41e-15045a0cc6ff},0,-1,1
873856,nsIAnnotationObserver,{63fe98e0-6889-4c2c-ac9f-703e4bc25027},0,-1,1
874857,nsIFileURL,{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949},0,-1,1
875858,nsIFindService,{5060b801-340e-11d5-be5b-b3e063ec6a3c},0,-1,1
876859,nsIContentDispatchChooser,{456ca3b2-02be-4f97-89a2-08c08d3ad88f},0,-1,1
877860,nsIHandlerInfo,{325e56a7-3762-4312-aec7-f1fcf84b4145},0,-1,1
878861,nsIDOMHTMLOptionsCollection,{bce0213c-f70f-488f-b93f-688acca55d63},0,-1,1
879862,nsIDOMHTMLTableRowElement,{a6cf90b6-15b3-11d2-932e-00805f8add32},0,-1,1
880863,nsIClipboardHelper,{44073a98-1dd2-11b2-8600-d0ae854dbe93},0,-1,1
881864,nsIWebProgressListener,{570f39d1-efd0-11d3-b093-00a024ffc08c},0,-1,1
882865,nsIReadConfig,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},0,-1,0
883866,nsIUrlClassifierHashCompleter,{ade9b72b-3562-44f5-aba6-e63246be53ae},0,-1,1
884867,nsIDragService,{82b58ada-f490-4c3d-b737-1057c4f1d052},0,-1,1
885868,nsIDOMSVGException,{64e6f0e1-af99-4bb9-ab25-7e56012f0021},0,-1,1
886869,nsIDOMSVGTransformable,{b81f6e37-1842-4534-a546-1ab86e59a3c6},0,-1,1
887870,nsIDOMSVGFEMorphologyElement,{16154319-fb5f-4473-b360-5065b6096d33},0,-1,1
888871,nsILocale,{21035ee0-4556-11d3-91cd-00105aa3f7dc},0,-1,1
889872,nsIUpdateItem,{f559f340-5160-420f-abc8-19b251708e7e},0,-1,1
890873,nsICiter,{a6cf9102-15b3-11d2-932e-00805f8add32},0,-1,1
891874,nsIUrlClassifierUpdateObserver,{bbb33c65-e783-476c-8db0-6ddb91826c07},0,-1,1
892875,nsIXSLTException,{e06dfaea-92d5-47f7-a800-c5f5404d8771},0,-1,1
893876,nsIFormHistoryImporter,{9e811188-6a5b-4d96-a92d-1bac66a41898},0,-1,1
894877,nsISAXDTDHandler,{4d01f225-6cc5-11da-be43-001422106990},0,-1,1
895878,nsILivemarkService,{62a5fe00-d85c-4a63-aef7-176d8f1b189d},0,-1,1
896879,nsIDOMSVGDocument,{12d3b664-1dd2-11b2-a7cf-ceee7e90f396},0,-1,1
897880,nsIDOMHTMLLIElement,{a6cf909e-15b3-11d2-932e-00805f8add32},0,-1,1
898881,nsIDOMParserJS,{ba6bcd6c-63d8-49b3-bc8a-1e5e895645bc},0,-1,1
899882,nsIDOMHTMLUListElement,{a6cf9099-15b3-11d2-932e-00805f8add32},0,-1,1
900883,nsIDOMXULContainerElement,{bc07c626-4294-43ae-9b0a-e726de0adcad},0,-1,1
901884,nsIClipboardOwner,{5a31c7a1-e122-11d2-9a57-000064657374},0,-1,1
902885,nsIDOMSimpleGestureEvent,{cb68e879-f710-415d-a871-9a550860df01},0,-1,1
903886,nsIScriptableInterfaces,{01c78c65-31da-456b-90bf-da39d09fdcbf},0,-1,1
904887,nsIURI,{07a22cc0-0ce5-11d3-9331-00104ba0fd40},0,-1,1
905888,nsIDOMSVGMatrix,{ec2da3ef-5a99-49ed-aaef-b5af916c14ac},0,-1,1
906889,nsIChannelClassifier,{1481c5b5-9f6e-4995-8fe3-2aad5c06440d},0,-1,1
907890,nsIDOMHTMLTableElement,{a6cf90b2-15b3-11d2-932e-00805f8add32},0,-1,1
908891,nsIDOMSVGEvent,{13aed1cc-a505-45d5-bbc2-0052c6bf200f},0,-1,1
909892,nsIContextMenuListener2,{7fb719b3-d804-4964-9596-77cf924ee314},0,-1,1
910893,nsIIOUtil,{e8152f7f-4209-4c63-ad23-c3d2aa0c5a49},0,-1,1
911894,nsISimpleStreamListener,{a9b84f6a-0824-4278-bae6-bfca0570a26e},0,-1,1
912895,nsIDOMWindowUtils,{6a60fde5-a00a-4732-bbea-2787c174c04f},0,-1,1
913896,nsIDOMXULPopupElement,{c32390a8-2bd8-4d1b-bf9f-1b1d0a944d19},0,-1,1
914897,nsIDOMNSMouseEvent,{1b8e528d-7dca-44ee-8ee6-c44594ebcef1},0,-1,1
915898,mozIStorageBindingParamsArray,{e676e1a3-1dc6-4802-ac03-291fa9de7f93},0,-1,1
916899,nsICacheService,{de114eb4-29fc-4959-b2f7-2d03eb9bc771},0,-1,1
917900,nsIFileView,{60b320d2-1dd2-11b2-bd73-dc3575f78ddd},0,-1,1
918901,nsIConsoleService,{883472a0-ea9b-11da-8ad9-0800200c9a66},0,-1,1
919902,nsIDocShellTreeOwner,{bc0eb30e-656e-491e-a7ae-7f460b660c8d},0,-1,1
920903,nsIDOMHTMLOListElement,{a6cf909a-15b3-11d2-932e-00805f8add32},0,-1,1
921904,nsIContextMenuListener,{3478b6b0-3875-11d4-94ef-0020183bf181},0,-1,1
922905,nsIExceptionManager,{efc9d00b-231c-4feb-852c-ac017266a415},0,-1,1
923906,nsIDOMSVGViewSpec,{ede34b03-57b6-45bf-a259-3550b5697286},0,-1,1
924907,nsINativeTreeView,{38e0b44d-fa08-458c-83fb-3e10b12aeb45},0,-1,0
925908,nsIPluginTagInfo,{6d827df5-b5cd-416c-85cb-3cdd05c7aed1},0,-1,0
926909,nsIInlineSpellChecker,{07be036a-2355-4a92-b150-5c9b7e9fdf2f},0,-1,1
927910,nsIDOMSVGFEOffsetElement,{c080f191-b22c-4fc0-85d5-a79dc3fa7ec8},0,-1,1
928911,nsIJSRuntimeService,{e7d09265-4c23-4028-b1b0-c99e02aa78f8},0,-1,0
929912,nsIHelperAppLauncherDialog,{f3704fdc-8ae6-4eba-a3c3-f02958ac0649},0,-1,1
930913,xpcIJSModuleLoader,{89da3673-e699-4f26-9ed7-11a528011434},0,-1,1
931914,nsIPluginTag,{13a1b39e-72e5-442d-aa73-5905ffaf837b},0,-1,1
932915,nsIRDFInt,{e13a24e3-c77a-11d2-80be-006097b76b8e},0,-1,1
933916,nsIRDFInferDataSource,{2b04860f-4017-40f6-8a57-784a1e35077a},0,-1,1
934917,nsIDOMSVGCircleElement,{0f89f2a4-b168-4602-90f5-1874418c0a6a},0,-1,1
935918,nsIJSContextStackIterator,{c7e6b7aa-fc12-4ca7-b140-98c38b698961},0,-1,0
936919,nsIProperty,{6dcf9030-a49f-11d5-910d-0010a4e73d9a},0,-1,1
937920,nsIDOMStyleSheetList,{a6cf9081-15b3-11d2-932e-00805f8add32},0,-1,1
938921,nsIDNSRecord,{31c9c52e-1100-457d-abac-d2729e43f506},0,-1,1
939922,nsIDOMSVGPathSegCurvetoCubicSmoothRel,{dd5b4b00-edaa-493a-b477-bbc2576b4a98},0,-1,1
940923,nsIDOMCSSCharsetRule,{19fe78cc-65ff-4b1d-a5d7-9ea89692cec6},0,-1,1
941924,nsILoginManagerStorage,{e66c97cd-3bcf-4eee-9937-38f650372d77},0,-1,1
942925,nsIPrefetchService,{cba513eb-c457-4b93-832c-1a979e66edd1},0,-1,1
943926,nsIDOMNSDocumentStyle,{26311d10-7e24-4c7b-bb3d-17aad86f4d88},0,-1,1
944927,nsIObjectOutputStream,{92c898ac-5fde-4b99-87b3-5d486422094b},0,-1,1
945928,nsIDOMSVGAnimatedRect,{ca45959e-f1da-46f6-af19-1ecdc322285a},0,-1,1
946929,nsIDOMHTMLLabelElement,{a6cf9096-15b3-11d2-932e-00805f8add32},0,-1,1
947930,nsIResumableChannel,{4ad136fa-83af-4a22-a76e-503642c0f4a8},0,-1,1
948931,nsIScriptLoaderObserver,{7b787204-76fb-4764-96f1-fb7a666db4f4},0,-1,1
949932,nsIHttpChannelInternal,{0eb66361-faaa-4e52-8c7e-6c25f11f8e3c},0,-1,1
950933,nsICollationFactory,{04971e14-d6b3-4ada-8cbb-c3a13842b349},0,-1,1
951934,nsIXPointerResult,{d3992637-f474-4b65-83ed-323fe69c60d2},0,-1,1
952935,nsITXTToHTMLConv,{933355f6-1dd2-11b2-a9b0-d335b9e35983},0,-1,1
953936,mozIStorageError,{1f350f96-7023-434a-8864-40a1c493aac1},0,-1,1
954937,nsIRequestObserverProxy,{7df8845f-938a-4437-9ea4-b11b850048f1},0,-1,1
955938,nsIWorkerNavigator,{74fb665a-e477-4ce2-b3c6-c58b1b28b6c3},0,-1,1
956939,nsISAXXMLReader,{5556997e-d816-4218-8b54-803d4261206e},0,-1,1
957940,nsIDOMLSResourceResolver,{9e61c7c8-8698-4477-9971-0923513919bd},0,-1,1
958941,nsIWritablePropertyBag,{96fc4671-eeb4-4823-9421-e50fb70ad353},0,-1,1
959942,nsIDownloadManager,{bacca1ac-1b01-4a6f-9e91-c2ead1f7d2c0},0,-1,1
960943,nsIDOM3Document,{2e0e9ea1-72ab-4d9e-bdeb-ca64e1abeba4},0,-1,1
961944,nsIDOMPageTransitionEvent,{b712418b-376f-4f75-b156-5d9ad99fe51f},0,-1,1
962945,nsIArray,{114744d9-c369-456e-b55a-52fe52880d2d},0,-1,1
963946,nsIDOMDocumentView,{1acdb2ba-1dd2-11b2-95bc-9542495d2569},0,-1,1
964947,nsIOfflineCacheUpdate,{877261bb-b952-4d27-847e-859bdd47c0ec},0,-1,1
965948,nsIAccessibleRetrieval,{244e4c67-a1d3-44f2-9cab-cdaa31b68046},0,-1,1
966949,nsIDOMMimeTypeArray,{f6134683-f28b-11d2-8360-c90899049c3c},0,-1,1
967950,nsISidebar,{67cf6231-c303-4f7e-b9b1-a0e87772ecfd},0,-1,1
968951,nsIMutableArray,{af059da0-c85b-40ec-af07-ae4bfdc192cc},0,-1,1
969952,nsIDOMCSS2Properties,{529b987a-cb21-4d58-99d7-9586e7662801},0,-1,1
970953,nsIHashable,{17e595fa-b57a-4933-bd0f-b1812e8ab188},0,-1,1
971954,nsIDOMGeoPositionAddress_MOZILLA_1_9_2_BRANCH,{98808deb-c8e4-422c-ba97-08bf2031464c},0,-1,1
972955,nsIDOMNSUIEvent,{72c9f79c-98cd-4224-a467-86b59c0a38f7},0,-1,1
973956,fuelIBookmark,{808585b6-7568-4b26-8c62-545221bf2b8c},0,-1,1
974957,nsIDOMSVGMarkerElement,{6a3b7b40-e65a-4e9c-9ee7-ca03ed0a18c7},0,-1,1
975958,nsIDOMDOMConstructor,{0ccbcf19-d1b4-489e-984c-cd8c43672bb9},0,-1,1
976959,nsIDOMUIEvent,{a6cf90c3-15b3-11d2-932e-00805f8add32},0,-1,1
977960,nsIRDFResource,{fb9686a7-719a-49dc-9107-10dea5739341},0,-1,1
978961,nsIDOMFileException,{b52356e1-45c5-4d61-b61a-fb9bd91690e1},0,-1,1
979962,nsIXULTemplateResult,{ebea0230-36fa-41b7-8e31-760806057965},0,-1,1
980963,nsIDOMSVGLength,{2596325c-aed0-487e-96a1-0a6d589b9c6b},0,-1,1
981964,imgIContainerObserver,{e214c295-4b8e-4aa9-9907-45289e57295b},0,-1,1
982965,nsIDOMCSSRule,{a6cf90c1-15b3-11d2-932e-00805f8add32},0,-1,1
983966,nsIDOMSVGPreserveAspectRatio,{7ae42f27-4799-4e7c-86c6-e1dae6ad5157},0,-1,1
984967,nsIEditorDocShell,{3bdb8f01-f141-11d4-a73c-fba4aba8a3fc},0,-1,1
985968,nsIDocumentCharsetInfo,{2d40b291-01e1-11d4-9d0e-0050040007b2},0,-1,1
986969,nsIConsoleListener,{eaaf61d6-1dd1-11b2-bc6e-8fc96480f20d},0,-1,1
987970,nsIProgrammingLanguage,{ea604e90-40ba-11d5-90bb-0010a4e73d9a},0,-1,1
988971,nsIDOMNSHTMLImageElement,{a6cf90c7-15b3-11d2-932e-00805f8add32},0,-1,1
989972,nsIUnicharStreamLoader,{9037f476-7c08-4729-b690-3e425269802b},0,-1,1
990973,nsIFrameLoaderOwner,{641c2d90-4ada-4367-bdb1-80831614161d},0,-1,1
991974,nsIDOMHTMLAreaElement,{a6cf90b0-15b3-11d2-932e-00805f8add32},0,-1,1
992975,nsIKeyObject,{4b31f4ed-9424-4710-b946-79b7e33cf3a8},0,-1,1
993976,nsIMIMEService,{5b3675a1-02db-4f8f-a560-b34736635f47},0,-1,1
994977,nsIDOMWindow2,{73c5fa35-3add-4c87-a303-a850ccf4d65a},0,-1,1
995978,nsIDOMWindow,{a6cf906b-15b3-11d2-932e-00805f8add32},0,-1,1
996979,nsPISocketTransportService,{83123036-81c0-47cb-8d9c-bd85d29a1b3f},0,-1,1
997980,nsIDOMGeoPositionOptions,{453b72de-ea90-4f09-ae16-c2e7ee0dddc4},0,-1,1
998981,nsIURLFormatter,{4ab31d30-372d-11db-a98b-0800200c9a66},0,-1,1
999982,nsICacheEntryInfo,{fab51c92-95c3-4468-b317-7de4d7588254},0,-1,1
1000983,imgIContainer,{1bcf7a25-1356-47a8-bf80-e284989ea38f},0,-1,1
1001984,nsIDOMSVGPolylineElement,{7b6e15cf-9793-41ee-adcc-cc1c206c80e6},0,-1,1
1002985,nsPIWindowWatcher,{8624594a-28d7-4bc3-8d12-b1c2b9eefd90},0,-1,0
1003986,nsIFeedResult,{7a180b78-0f46-4569-8c22-f3d720ea1c57},0,-1,1
1004987,nsIDOMPaintRequest,{4802360b-f1c0-4d84-bb9e-9d2ccb9de461},0,-1,1
1005988,nsIDOMSVGSVGElement,{83b04425-9509-49f5-af75-1ae1f8f3e871},0,-1,1
1006989,nsIFormSubmitObserver,{0787d64a-44bf-4273-8438-61ff13ebec0c},0,-1,1
1007990,nsIDOMUserDataHandler,{91afebdd-a201-4db0-b728-9d59580f0cfd},0,-1,1
1008991,nsIDOMXULTreeElement,{1f8111b2-d44d-4d11-845a-a70ae06b7d04},0,-1,1
1009992,nsIDOMSVGTextContentElement,{87ad94bc-07c9-412b-b2d8-de245a2e84a5},0,-1,1
1010993,nsIDOM3Node,{29fb2a18-1dd2-11b2-8dd9-a6fd5d5ad12f},0,-1,1
1011994,nsIDirectoryServiceProvider2,{2f977d4b-5485-11d4-87e2-0010a4e75ef2},0,-1,1
1012995,nsIWebPageDescriptor,{6f30b676-3710-4c2c-80b1-0395fb26516e},0,-1,1
1013996,nsINetworkLinkService,{61618a52-ea91-4277-a4ab-ebe10d7b9a64},0,-1,1
1014997,nsIDOMHTMLParamElement,{a6cf90ad-15b3-11d2-932e-00805f8add32},0,-1,1
1015998,jsdIValue,{9cab158f-dc78-41dd-9d11-79e05cb3f2bd},0,-1,1
1016999,nsIDOMSVGFESpotLightElement,{5515dd05-3d9d-4d6c-8460-a04aaf5afe15},0,-1,1
10171000,jsdIScript,{18e09893-f461-4b4b-94d3-776fb0069c6f},0,-1,1
10181001,nsIFaviconService,{66f6b992-e2d3-43da-ba2a-d966e34a7654},0,-1,1
10191002,nsIClassInfo,{986c11d0-f340-11d4-9075-0010a4e73d9a},0,-1,1
10201003,nsIDOMFileError,{4bdafb64-15e2-49c1-a090-4315a7884a56},0,-1,1
10211004,nsISOCKSSocketInfo,{8f755c44-1dd2-11b2-a613-91117453fa95},0,-1,1
10221005,nsISupportsPriority,{aa578b44-abd5-4c19-8b14-36d4de6fdc36},0,-1,1
10231006,nsIKeyObjectFactory,{264eb54d-e20d-49a0-890c-1a5986ea81c4},0,-1,1
10241007,nsIWifiListener,{bcd4bede-f4a5-4a62-9071-d7a60174e376},0,-1,1
10251008,nsIInputStream,{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a},0,-1,1
10261009,nsISecurityCheckedComponent,{0dad9e8c-a12d-4dcb-9a6f-7d09839356e1},0,-1,1
10271010,nsIDOMSVGAnimatedPoints,{ebf334b3-86ef-4bf3-8a92-d775c72defa4},0,-1,1
10281011,nsIDOMHTMLFormElement,{a6cf908f-15b3-11d2-932e-00805f8add32},0,-1,1
10291012,nsIDOMCanvasRenderingContext2D,{3e7d5d06-8846-4cff-8739-44756cbf494f},0,-1,1
10301013,nsIScriptableInterfacesByID,{c99cffac-5aed-4267-ad2f-f4a4c9d4a081},0,-1,1
10311014,nsIConverterOutputStream,{4b71113a-cb0d-479f-8ed5-01daeba2e8d4},0,-1,1
10321015,nsIDOMViewCSS,{0b9341f3-95d4-4fa4-adcd-e119e0db2889},0,-1,1
10331016,nsIEnvironment,{101d5941-d820-4e85-a266-9a3469940807},0,-1,1
10341017,nsITreeColumns,{f8a8d6b4-6788-438d-9009-7142798767ab},0,-1,1
10351018,nsIDOMHTMLHtmlElement,{a6cf9086-15b3-11d2-932e-00805f8add32},0,-1,1
10361019,nsIHttpProtocolHandler,{415d4087-79d3-40fe-b194-0ada8471f895},0,-1,1
10371020,nsIDOMSVGUnitTypes,{154b572f-3d0b-49c0-8b5d-8864d05bd3d1},0,-1,1
10381021,nsIImageLoadingContent,{e036857e-3417-4812-a5f2-89668a616781},0,-1,1
10391022,nsIRDFXMLSerializer,{8ae1fbf8-1dd2-11b2-bd21-d728069cca92},0,-1,1
10401023,nsICookie,{e9fcb9a4-d376-458f-b720-e65e7df593bc},0,-1,1
10411024,nsICMSEncoder,{a15789aa-8903-462b-81e9-4aa2cff4d5cb},0,-1,0
10421025,nsISelectElement,{35bd8ed5-5f34-4126-8c4f-38ba01681836},0,-1,1
10431026,nsIAddonRepository,{c4d2ac29-6edc-43cd-8dc8-e4cf213aa1be},0,-1,1
10441027,extIEventListener,{2dfe3a50-ab2f-11db-abbd-0800200c9a66},0,-1,1
10451028,nsIRDFContainer,{d4214e90-fb94-11d2-bdd8-00104bde6048},0,-1,1
10461029,nsIXPIInstallInfo,{5a4a775c-e452-4cf2-8ff8-d327ae24aec6},0,-1,1
10471030,nsINavBookmarksService,{3b6ff5c5-0ab4-4aab-b1be-d569763a6ce0},0,-1,1
10481031,nsIThreadManager,{056216f5-8803-46b4-9199-d95bc1f0446f},0,-1,1
10491032,nsIDOMLinkStyle,{24d89a65-f598-481e-a297-23cc02599bbd},0,-1,1
10501033,nsIDOMSVGPoint,{45f18f8f-1315-4447-a7d5-8aeca77bdcaf},0,-1,1
10511034,nsIXMLHttpRequest,{ad78bf21-2227-447e-8ed5-824a017c265f},0,-1,1
10521035,nsISupportsCString,{d65ff270-4a1c-11d3-9890-006008962422},0,-1,1
10531036,nsIDebug,{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e},0,-1,1
10541037,IDispatch,{00020400-0000-0000-c000-000000000046},0,-1,1
10551038,nsIEntropyCollector,{6f883680-ab9d-11d4-9978-00b0d02354a0},0,-1,0
10561039,nsIDOMEvent,{a66b7b80-ff46-bd97-0080-5f8ae38add32},0,-1,1
10571040,nsIFeedResultListener,{4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce},0,-1,1
10581041,nsIDOMTreeWalker,{400af3ca-1dd2-11b2-a50a-887ecca2e63a},0,-1,1
10591042,inICSSValueSearch,{e0d39e48-1dd1-11b2-81bd-9a0c117f0736},0,-1,1
10601043,nsIProcess,{3c09efde-5f49-42b8-8520-57be02a5f84e},0,-1,1
10611044,nsIWindowCreator,{30465632-a777-44cc-90f9-8145475ef999},0,-1,1
10621045,nsIScriptSecurityManager_1_9_2,{8229dd23-47c5-4601-a80b-0166d595a21e},0,-1,1
10631046,nsIDOMDocumentXBL,{1a38762b-4da5-4f61-80fb-9317e198cb92},0,-1,1
10641047,nsIObserverService,{d07f5192-e3d1-11d2-8acd-00105a1b8860},0,-1,1
10651048,nsIApplicationCacheService,{611161c8-37d0-450f-a4fe-457c47bbaf64},0,-1,1
10661049,nsIDBusHandlerApp,{1ffc274b-4cbf-4bb5-a635-05ad2cbb6534},0,-1,1
10671050,nsIDOMHTMLFrameSetElement,{a6cf90b8-15b3-11d2-932e-00805f8add32},0,-1,1
10681051,nsICertOverrideService,{31738d2a-77d3-4359-84c9-4be2f38fb8c5},0,-1,1
10691052,nsIPipe,{f4211abc-61b3-11d4-9877-00c04fa0cf4a},0,-1,1
10701053,nsINavHistoryBatchCallback,{5143f2bb-be0a-4faf-9acb-b0ed3f82952c},0,-1,1
10711054,nsIFactory,{00000001-0000-0000-c000-000000000046},0,-1,1
10721055,nsILoadContext,{314d8a54-1caf-4721-94d7-f6c82d9b82ed},0,-1,1
10731056,nsIProtectedAuthThread,{4bb27cb7-8984-4cee-8ce7-9b014c3d091b},0,-1,1
10741057,nsIFIXptrEvaluator,{50d28211-8fb8-4323-b93d-08a6e80e559e},0,-1,0
10751058,nsISupportsPRTime,{e2563630-4a1c-11d3-9890-006008962422},0,-1,1
10761059,nsIDOMSVGStopElement,{93169940-7663-4eab-af23-94a8a08c2654},0,-1,1
10771060,inISearchProcess,{d5fa765b-2448-4686-b7c1-5ff13acb0fc9},0,-1,1
10781061,nsIDOMSVGRect,{5b912111-c10e-498f-a44c-c713c1843007},0,-1,1
10791062,nsISecurityPref,{94afd973-8045-4c6c-89e6-75bdced4209e},0,-1,0
10801063,nsIFeedTextConstruct,{fc97a2a9-d649-4494-931e-db81a156c873},0,-1,1
10811064,nsIIncrementalDownload,{6687823f-56c4-461d-93a1-7f6cb7dfbfba},0,-1,1
10821065,nsIDocShellHistory,{89caa9f0-8b1c-47fb-b0d3-f0aef0bff749},0,-1,1
10831066,nsICacheSession,{ae9e84b5-3e2d-457e-8fcd-5bbd2a8b832e},0,-1,1
10841067,txIFunctionEvaluationContext,{0ecbb00c-6a78-11d9-9791-000a95dc234c},0,-1,1
10851068,nsIDOMHTMLEmbedElement,{123f90ab-15b3-11d2-456e-00805f8add32},0,-1,1
10861069,nsIDOMHTMLAnchorElement,{a6cf90aa-15b3-11d2-932e-00805f8add32},0,-1,1
10871070,nsICharsetConverterManager,{f5323a76-c8f7-4c65-8d0c-1250e969c7d5},0,-1,1
10881071,nsIApplicationCacheNamespace,{96e4c264-2065-4ce9-93bb-43734c62c4eb},0,-1,1
10891072,nsIProfileMigrator,{24ce8b9d-b7ff-4279-aef4-26e158f03e34},0,-1,1
10901073,nsIRDFPropagatableDataSource,{5a9b4770-9fcb-4307-a12e-4b6708e78b97},0,-1,1
10911074,mozISpellI18NUtil,{b075d5dc-1df1-441a-bebf-680d8caaa19c},0,-1,1
10921075,nsIGlobalHistory3,{24306852-c60e-49c3-a455-90f6747118ba},0,-1,1
10931076,nsIScriptEventHandler,{375f787f-8d3a-4344-b540-293d5645c22c},0,-1,0
10941077,nsIDOMChromeWindow,{09b86cbd-9784-4fe4-9be6-70b9bbca3a9c},0,-1,1
10951078,nsISupports,{00000000-0000-0000-c000-000000000046},0,-1,1
10961079,nsIFileProtocolHandler,{1fb25bd5-4354-4dcd-8d97-621b7b3ed2e4},0,-1,1
10971080,nsILoginManagerIEMigrationHelper,{8a59ea3d-b8d0-48af-a3e2-63e27a02cde7},0,-1,1
10981081,nsIMicrosummarySet,{7111e88d-fecd-4b17-b7a9-1fa74e23153f},0,-1,1
10991082,nsIFeedEntry,{31bfd5b4-8ff5-4bfd-a8cb-b3dfbd4f0a5b},0,-1,1
11001083,nsIDragSession_1_9_2,{fde41f6a-c710-46f8-a0a8-1ff76ca4ff57},0,-1,1
11011084,nsIURIClassifierCallback,{8face46e-0c96-470f-af40-0037dcd797bd},0,-1,1
11021085,nsIXPCComponents_Constructor,{88655640-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
11031086,nsIXPCException,{cac29630-7bf2-4e22-811b-46855a7d5af0},0,-1,1
11041087,nsIRDFXMLSinkObserver,{eb1a5d30-ab33-11d2-8ec6-00805f29f370},0,-1,1
11051088,nsIDOMLSSerializer,{96ea4792-d362-4c28-a8c2-0337790d648a},0,-1,1
11061089,nsIDownloadProgressListener,{7acb07ea-cac2-4c15-a3ad-23aaa789ed51},0,-1,1
11071090,nsIOutputIterator,{7330650e-1dd2-11b2-a0c2-9ff86ee97bed},0,-1,1
11081091,nsIPluginStreamInfo,{3a5fa31d-1ac1-4ea7-b7a6-dc9db0000b79},0,-1,0
11091092,nsIDOMHTMLQuoteElement,{a6cf90a3-15b3-11d2-932e-00805f8add32},0,-1,1
11101093,nsIPlacesTransactionsService,{32eee5da-2bc7-4d18-8a54-a8ff0dec4d2a},0,-1,1
11111094,nsIX509Cert2,{5b62c61c-f898-4dab-8ace-51109bb459b4},0,-1,1
11121095,nsIFeedResultService,{950a829e-c20e-4dc3-b447-f8b753ae54da},0,-1,1
11131096,nsIMarkupDocumentViewer,{40b2282a-a882-4483-a634-dec468d88377},0,-1,1
11141097,txINodeSet,{15d424c0-6b47-11d9-9791-000a95dc234c},0,-1,1
11151098,nsIDOMSVGFEMergeNodeElement,{540c3447-4b07-4bd3-84df-30f66b68df14},0,-1,1
11161099,nsIAccelerometer,{4b04e228-0b33-43fc-971f-af60cedb1c21},0,-1,1
11171100,nsIDOMSVGPathSegMovetoAbs,{30cf7749-bf1f-4f9c-9558-8ee24da3a22c},0,-1,1
11181101,nsIScriptableInputStream,{a2a32f90-9b90-11d3-a189-0050041caf44},0,-1,1
11191102,nsIDOMLSInput,{165e7f61-5048-4c2c-b4bf-6b44bb617ee4},0,-1,1
11201103,nsIContentURIGrouper,{4bb38cb4-c3cb-4d17-9799-1b3132b39723},0,-1,1
11211104,nsIAutoCompleteResult,{d2fcba9a-3f5c-40fc-a9fc-4adc87dc61ef},0,-1,1
11221105,nsIScriptableUnicodeConverter,{1ea19c6c-c59f-4fd7-9fc7-151e946baca0},0,-1,1
11231106,nsIEditorIMESupport,{57032dcb-e8c7-4eb6-8ec6-a0f8e300809d},0,-1,1
11241107,nsISelection2,{5d21d5fe-3691-4716-a334-4691eea54d29},0,-1,1
11251108,nsIDOMHTMLHeadingElement,{a6cf90a2-15b3-11d2-932e-00805f8add32},0,-1,1
11261109,nsIWebNavigationInfo,{62a93afb-93a1-465c-84c8-0432264229de},0,-1,1
11271110,nsIAccessibleDocument,{b7ae45bd-21e9-4ed5-a67e-86448b25d56b},0,-1,1
11281111,nsIStreamListener,{1a637020-1482-11d3-9333-00104ba0fd40},0,-1,1
11291112,nsIOutputStreamCallback,{40dbcdff-9053-42c5-a57c-3ec910d0f148},0,-1,1
11301113,jsdIScriptEnumerator,{5ba76b99-acb1-4ed8-a4e4-a716a7d9097e},0,-1,1
11311114,nsIWebProgress,{570f39d0-efd0-11d3-b093-00a024ffc08c},0,-1,1
11321115,nsIBoxObject,{ce572460-b0f2-4650-a9e7-c53a99d3b6ad},0,-1,1
11331116,nsIXULChromeRegistry,{2860e205-490e-4b06-90b6-87160d35a5a7},0,-1,1
11341117,nsIScreenManager,{b92319e6-9a84-4ca7-a2cc-eec22ea9854e},0,-1,1
11351118,nsIUpdateTimerManager,{0765c92c-6145-4253-9db4-594d8023087e},0,-1,1
11361119,nsIJSCID,{26b2a374-6eaf-46d4-acaf-1c6be152d36b},0,-1,1
11371120,nsIDOMNSElement,{c9da11bc-32d4-425e-a91f-7e0939c39251},0,-1,1
11381121,nsIHttpChannel,{9277fe09-f0cc-4cd9-bbce-581dd94b0260},0,-1,1
11391122,txIEXSLTRegExFunctions,{c180e993-aced-4839-95a0-ecd5ff138be9},0,-1,1
11401123,nsIPrinterEnumerator,{5e738fff-404c-4c94-9189-e8f2cce93e94},0,-1,1
11411124,mozISpellI18NManager,{aeb8936f-219c-4d3c-8385-d9382daa551a},0,-1,1
11421125,nsIPluginInstance,{67d606f4-1d6d-4fe2-a2d6-10bda65788e1},0,-1,0
11431126,nsIIdleService,{cc52f19a-63ae-4a1c-9cc3-e79eace0b471},0,-1,1
11441127,nsIDownload,{c891111e-92a6-47b8-bc46-874ebb61ac9d},0,-1,1
11451128,nsIObjectLoadingContent,{90ab443e-3e99-405e-88c9-9c42adaa3217},0,-1,1
11461129,nsIAuthPromptProvider,{bd9dc0fa-68ce-47d0-8859-6418c2ae8576},0,-1,1
11471130,nsISelection,{b2c7ed59-8634-4352-9e37-5484c8b6e4e1},0,-1,1
11481131,nsIAccessibleRole,{6793ca5c-c7cb-41db-9fb9-c16c0525f962},0,-1,1
11491132,mozIStorageBindingParams,{a8d4827c-641c-45e3-a9ea-493570b4106b},0,-1,1
11501133,nsIXPointerSchemeProcessor,{093d3559-b56b-44d0-8764-c25815715080},0,-1,0
11511134,nsIDOMSVGLengthList,{a8760fcd-3de5-446a-a009-5cf877e7a4df},0,-1,1
11521135,nsIRDFDelegateFactory,{a1b89470-a124-11d3-be59-0020a6361667},0,-1,1
11531136,nsIWebContentConverterService,{de7cc06e-e778-45cb-b7db-7a114e1e75b1},0,-1,1
11541137,nsIUrlClassifierHashCompleterCallback,{bbd6c954-7cb4-4447-bc55-8cefd1ceed89},0,-1,1
11551138,nsIX509CertDB2,{e0df4784-6560-45bf-b1b7-86076a0e8381},0,-1,1
11561139,nsIDOMTextMetrics,{2d01715c-ec7d-424a-ab85-e0fd70c8665c},0,-1,1
11571140,nsILoadGroup,{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc},0,-1,1
11581141,nsIExtensionManager,{494e8302-8689-4a8a-a08d-0da17c649c7d},0,-1,1
11591142,nsICharsetResolver,{d143a084-b626-4614-845f-41f3ca43a674},0,-1,1
11601143,nsIEditActionListener,{b22907b1-ee93-11d2-8d50-000064657374},0,-1,1
11611144,nsIProperties,{78650582-4e93-4b60-8e85-26ebd3eb14ca},0,-1,1
11621145,nsIUserCertPicker,{06d018e0-d41b-4629-a4fc-daaa6029888e},0,-1,1
11631146,nsIAccessibilityService,{6a58f7e8-587c-40dd-b684-dc3e54f1342a},0,-1,0
11641147,nsIDOMSVGAElement,{35d3365a-3e6f-4cdf-983d-fdaed1564478},0,-1,1
11651148,nsIDOMSVGTransform,{29cc2e14-6d18-4710-bda9-a88d9d3bc8dc},0,-1,1
11661149,nsICommandLineRunner,{c1f4cfbf-a41f-4628-aa6c-9fb914478af8},0,-1,0
11671150,nsIPromptService2,{cf86d196-dbee-4482-9dfa-3477aa128319},0,-1,1
11681151,nsIDOMDocument,{a6cf9075-15b3-11d2-932e-00805f8add32},0,-1,1
11691152,nsIPluginStreamListener,{df055770-5448-11d2-8164-006008119d7a},0,-1,0
11701153,mozIStorageAggregateFunction,{763217b7-3123-11da-918d-000347412e16},0,-1,1
11711154,nsPIExternalAppLauncher,{d0b5d7d3-9565-403d-9fb5-e5089c4567c6},0,-1,1
11721155,nsIDOMProcessingInstruction,{a6cf907f-15b3-11d2-932e-00805f8add32},0,-1,1
11731156,nsITreeBoxObject,{64ba5199-c4f4-4498-bbdc-f8e4c369086c},0,-1,1
11741157,nsIDOMNSRange,{59188642-23b4-41d6-bde1-302c3906d1f0},0,-1,1
11751158,nsIDOMSVGAngle,{58b6190e-37b3-412a-ba02-1d5ad6c6ea7c},0,-1,1
11761159,nsIDOMXPathEvaluator,{75506f8a-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
11771160,nsIXPointerEvaluator,{addd0fe5-8555-45b7-b763-97d5898ce268},0,-1,0
11781161,nsISecretDecoderRing,{0ec80360-075c-11d4-9fd4-00c04f1b83d8},0,-1,1
11791162,nsIAutoCompleteMdbResult2,{148c9dc5-0fbb-408b-80fe-544f6a85b433},0,-1,0
11801163,nsIPrintOptions,{92597c2b-109b-40bb-8f93-9b9acfa31de8},0,-1,1
11811164,nsIHttpActivityObserver,{412880c8-6c36-48d8-bf8f-84f91f892503},0,-1,1
11821165,nsITraceableChannel,{68167b0b-ef34-4d79-a09a-8045f7c5140e},0,-1,1
11831166,nsIBrowserBoxObject,{db436f2f-c656-4754-b0fa-99bc353bd63f},0,-1,1
11841167,nsIAddonInstallListener,{2333b04c-f371-4dea-a2f1-d8fdb0c82866},0,-1,1
11851168,nsIDOMGeoPositionCoords,{b31702d0-6dac-4fa0-b93b-f043e71c8f9a},0,-1,1
11861169,nsIDOMElementCSSInlineStyle,{99715845-95fc-4a56-aa53-214b65c26e22},0,-1,1
11871170,nsIDOMSVGNumber,{98575762-a936-4ecf-a226-b74c3a2981b4},0,-1,1
11881171,nsICommandLine,{bc3173bd-aa46-46a0-9d25-d9867a9659b6},0,-1,1
11891172,nsIDOMModalContentWindow,{51aebd45-b979-4ec6-9d11-3a3fd3d5d59e},0,-1,1
11901173,nsIAccessibleTable,{035c0c0e-41e3-4985-8ad9-d9f14cdc667a},0,-1,1
11911174,nsICryptoHash,{1e5b7c43-4688-45ce-92e1-77ed931e3bbe},0,-1,1
11921175,nsIAnnotationService,{ba249b58-346f-42a9-a393-203ae34ec6c4},0,-1,1
11931176,nsIDOMHTMLStyleElement,{a6cf908d-15b3-11d2-932e-00805f8add32},0,-1,1
11941177,nsIDOMNSHTMLFormElement,{a6cf90c6-15b3-11d2-932e-00805f8add32},0,-1,1
11951178,nsIAuthPromptWrapper,{6228d644-17fe-11d4-8cee-0060b0fc14a3},0,-1,1
11961179,nsICollection,{83b6019c-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1
11971180,nsIStringBundleOverride,{965eb278-5678-456b-82a7-20a0c86a803c},0,-1,1
11981181,nsIAuthPromptCallback,{bdc387d7-2d29-4cac-92f1-dd75d786631d},0,-1,1
11991182,nsIJSXMLHttpRequest,{423fdd3d-41c9-4149-8fe5-b14a1d3912a0},0,-1,1
12001183,nsIDOMSVGFEFuncGElement,{28555e78-c6c2-4a98-af53-bfc2c6944295},0,-1,1
12011184,nsIProgressEventSink,{d974c99e-4148-4df9-8d98-de834a2f6462},0,-1,1
12021185,nsIDOMSVGFETurbulenceElement,{77bc4d70-0d49-4c81-b7a7-7432f0fe3e04},0,-1,1
12031186,nsIDOMXULControlElement,{007b8358-1dd2-11b2-8924-d209efc3f124},0,-1,1
12041187,nsICacheDeviceInfo,{31d1c294-1dd2-11b2-be3a-c79230dca297},0,-1,1
12051188,imgITools,{c395d8f1-c616-4a1b-adfd-747b4b1b2cbe},0,-1,1
12061189,nsIContentViewerFile,{6317f32c-9bc7-11d3-bccc-0060b0fc76bd},0,-1,1
12071190,nsIDOMSVGPatternElement,{bc435244-b748-4e14-9e4c-219d5d3cb218},0,-1,1
12081191,nsIAccessibleCoordinateType,{c9fbdf10-619e-436f-bf4b-8566686f1577},0,-1,1
12091192,nsIConverterInputStream,{fc66ffb6-5404-4908-a4a3-27f92fa0579d},0,-1,1
12101193,nsIScreen,{f728830e-1dd1-11b2-9598-fb9f414f2465},0,-1,1
12111194,nsIDOMCSSPrimitiveValue,{e249031f-8df9-4e7a-b644-18946dce0019},0,-1,1
12121195,nsIDOMXULTextBoxElement,{71135b6c-294e-4634-a8e4-a72398f1e72a},0,-1,1
12131196,nsIDirIndexParser,{38e3066c-1dd2-11b2-9b59-8be515c1ee3f},0,-1,1
12141197,nsIDOMRGBColor,{6aff3102-320d-4986-9790-12316bb87cf9},0,-1,1
12151198,nsIDOMHTMLTableCaptionElement,{a6cf90b3-15b3-11d2-932e-00805f8add32},0,-1,1
12161199,nsIIFrameBoxObject,{30114c44-d398-44a5-9e01-b48b711291cd},0,-1,1
12171200,nsIPopupWindowManager,{3210a6aa-b464-4f57-9335-b22815567cf1},0,-1,1
12181201,extIEventItem,{05281820-ab62-11db-abbd-0800200c9a66},0,-1,1
12191202,nsIDOM3TypeInfo,{2a1088c7-499a-49a7-9d3b-1970d21532ab},0,-1,1
12201203,nsIDOMFileList,{3bfef9fa-8ad3-4e49-bd62-d6cd75b29298},0,-1,1
12211204,nsIWebContentHandlerInfo,{eb361098-5158-4b21-8f98-50b445f1f0b2},0,-1,1
12221205,nsIDOMNSHTMLFormControlList,{a6cf911a-15b3-11d2-932e-00805f8add32},0,-1,1
12231206,nsINavHistoryResultTreeViewer,{fa77e4e9-9fc8-45d2-9507-0fe4f0602505},0,-1,1
12241207,nsIXPCComponents_ClassesByID,{336a9590-4d19-11d3-9893-006008962422},0,-1,1
12251208,nsIDOM3Attr,{a2216ddc-1bcd-4ec2-a292-371e09a6c377},0,-1,1
12261209,nsIPrintingPromptService,{75d1553d-63bf-4b5d-a8f7-e4e4cac21ba4},0,-1,1
12271210,nsIDOMNSXPathExpression,{ce600ca8-e98a-4419-ad61-2f6d0cb0ecc8},0,-1,1
12281211,nsINavHistoryResultNode,{464ae28f-3a9c-4483-afb2-bb0fb0ddb893},0,-1,1
12291212,nsIDragSession,{15860d52-fe2c-4ddd-ac50-9c23e24916c4},0,-1,1
12301213,nsITransactionList,{97f863f3-f886-11d4-9d39-0060b0f8baff},0,-1,1
12311214,nsIDOMSVGPathSegCurvetoCubicRel,{0e661233-0c4f-4e0d-94d3-fbc460ad1f88},0,-1,1
12321215,nsIClipboardDragDropHookList,{876a2015-6b66-11d7-8f18-0003938a9d96},0,-1,1
12331216,nsIScrollable,{919e792a-6490-40b8-bba5-f9e9ad5640c8},0,-1,1
12341217,gfxIFormats,{96d086e6-1dd1-11b2-b6b2-b77b59390247},0,-1,1
12351218,nsISupportsPRBool,{ddc3b490-4a1c-11d3-9890-006008962422},0,-1,1
12361219,nsIDOMNodeFilter,{e4723748-1dd1-11b2-8ee6-866a532a6237},0,-1,1
12371220,nsISocketTransportService,{185b3a5d-8729-436d-9693-7bdccb9c2216},0,-1,1
12381221,nsIDOMNavigatorGeolocation,{9f218d6a-42ec-4b8a-aee9-e29ca96a4eae},0,-1,1
12391222,nsISelectionDisplay,{0ddf9e1c-1dd2-11b2-a183-908a08aa75ae},0,-1,1
12401223,nsIEventListenerService,{551cac0f-31ed-45e0-8d67-bc0d6e117b31},0,-1,1
12411224,nsIDOMNSEditableElement,{b33eb56c-3120-418c-892b-774b00c7dde8},0,-1,1
12421225,nsIClipboardDragDropHooks,{e03e6c5e-0d84-4c0b-8739-e6b8d51922de},0,-1,1
12431226,nsIGnomeVFSMimeApp,{66009894-9877-405b-9321-bf30420e34e6},0,-1,1
12441227,nsIPrintProgressParams,{ca89b55b-6faf-4051-9645-1c03ef5108f8},0,-1,1
12451228,nsIDOMCSSRuleList,{a6cf90c0-15b3-11d2-932e-00805f8add32},0,-1,1
12461229,nsIProtocolHandler,{15fd6940-8ea7-11d3-93ad-00104ba0fd40},0,-1,1
12471230,nsIHTMLObjectResizeListener,{27b00295-349c-429f-ad0c-87b859e77130},0,-1,1
12481231,nsIKeygenThread,{8712a243-5539-447c-9f47-8653f40c3a09},0,-1,1
12491232,nsIPersistentProperties,{1a180f60-93b2-11d2-9b8b-00805f8a16d9},0,-1,1
12501233,nsIXPCComponents_utils_Sandbox,{4f8ae0dc-d266-4a32-875b-6a9de71a8ce9},0,-1,1
12511234,nsIScriptableUnescapeHTML,{3ab244a9-f09d-44da-9e3f-ee4d67367f2d},0,-1,1
12521235,nsITransactionManager,{58e330c2-7b48-11d2-98b9-00805f297d89},0,-1,1
12531236,nsIURIRefObject,{2226927e-1dd2-11b2-b57f-faab47288563},0,-1,1
12541237,nsIDOMNSHTMLOptionElement,{e2dfc89c-7ae0-4651-8aee-7f5edc2aa626},0,-1,1
12551238,imgIDecoderObserver,{1dfc9189-6421-4281-83b2-d9c1c9ba4d1b},0,-1,1
12561239,nsICookieService,{2aaa897a-293c-4d2b-a657-8c9b7136996d},0,-1,1
12571240,nsIDOMEventTarget,{1c773b30-d1cf-11d2-bd95-00805f8ae3f4},0,-1,1
12581241,nsIWorkerScope,{5c55ea4b-e4ac-4ceb-bfeb-46bd5e521b8a},0,-1,1
12591242,nsIDOMSVGScriptElement,{bbe0d0ee-e9ed-4f84-a6e4-e58f66530caa},0,-1,1
12601243,nsIFTPEventSink,{455d4234-0330-43d2-bbfb-99afbecbfeb0},0,-1,1
12611244,nsIPermissionManager,{00708302-684c-42d6-a5a3-995d51b1d17c},0,-1,1
12621245,nsIXPCComponents,{155809f1-71f1-47c5-be97-d812ba560405},0,-1,1
12631246,nsIBlocklistService,{8439f9c0-da03-4260-8b21-dc635eed28fb},0,-1,1
12641247,nsIDOMEntity,{a6cf9079-15b3-11d2-932e-00805f8add32},0,-1,1
12651248,nsIWifiMonitor,{f289701e-d9af-4685-bc2f-e4226ff7c018},0,-1,1
12661249,nsIDOMHTMLBaseElement,{a6cf908b-15b3-11d2-932e-00805f8add32},0,-1,1
12671250,nsIFileInputStream,{e3d56a20-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1
12681251,nsIDOMHTMLMenuElement,{a6cf909d-15b3-11d2-932e-00805f8add32},0,-1,1
12691252,nsIDOMHTMLDivElement,{a6cf90a0-15b3-11d2-932e-00805f8add32},0,-1,1
12701253,nsIPlacesImportExportService,{21c00314-fa63-11db-8314-0800200c9a66},0,-1,1
12711254,nsIRDFXMLSink,{eb1a5d31-ab33-11d2-8ec6-00805f29f370},0,-1,1
12721255,nsIDOMXULLabeledControlElement,{a457ea70-1dd1-11b2-9089-8fd894122084},0,-1,1
12731256,nsIZipWriter,{6d4ef074-206c-4649-9884-57bc355864d6},0,-1,1
12741257,nsIDOMSVGLineElement,{4ea07ef3-ed66-4b41-8119-4afc6d0ed5af},0,-1,1
12751258,nsIWifiAccessPoint,{e28e614f-8f86-44ff-bcf5-5f18225834a0},0,-1,1
12761259,nsISAXMutableAttributes,{8b1de83d-cebb-49fa-8245-c0fe319eb7b6},0,-1,1
12771260,nsIDOMXULSelectControlItemElement,{6aaaa30d-54ab-434a-8ae8-6d29a566d870},0,-1,1
12781261,nsIPrefBranchInternal,{d1d412d9-15d6-4a6a-9533-b949dc175ff5},0,-1,1
12791262,nsIDOMSVGPathSegList,{94a6db98-3f34-4529-a35f-89ef49713795},0,-1,1
12801263,nsISupportsPRUint16,{dfacb090-4a1c-11d3-9890-006008962422},0,-1,1
12811264,mozIStorageStatement,{20c45bdd-51d4-4f07-b70e-5feaa6302197},0,-1,1
12821265,nsIStringBundle,{d85a17c2-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1
12831266,nsIDOMLSLoadEvent,{6c16a810-a37d-4859-b557-337341631aee},0,-1,1
12841267,nsIDOMNavigator,{777bd8a1-38c1-4b12-ba8f-ff6c2eb8c56b},0,-1,1
12851268,nsIDOMHTMLVoidCallback,{4a17c0e2-fdd5-4855-a71c-b4c509dffa13},0,-1,1
12861269,nsPIEditorTransaction,{4f18ada2-0ddc-11d5-9d3a-0060b0f8baff},0,-1,1
12871270,nsISearchSubmission,{58e4f602-a7c8-4cd1-9dca-716705e826ef},0,-1,1
12881271,nsIDOMWindowInternal,{c2f4433a-8b4c-4676-ab30-3bffd26fb29e},0,-1,1
12891272,nsIDOMSVGFilterPrimitiveStandardAttributes,{ab68567a-b830-4c46-9f2f-a28513a9e980},0,-1,1
12901273,nsIDOMSVGAnimatedString,{36f18f12-61a9-4529-8fa9-30050bd6ac00},0,-1,1
12911274,nsIDOMOfflineResourceList,{f394a721-66e9-46fc-bb24-b980bb732dd0},0,-1,1
12921275,nsISupportsInterfacePointer,{995ea724-1dd1-11b2-9211-c21bdd3e7ed0},0,-1,1
12931276,nsIFlavorDataProvider,{7e225e5f-711c-11d7-9fae-000393636592},0,-1,1
12941277,nsIDOMSVGSymbolElement,{86092181-a5db-4a89-be03-07dcc14d426e},0,-1,1
12951278,nsIRDFXMLParser,{1831dd2e-1dd2-11b2-bdb3-86b7b50b70b5},0,-1,1
12961279,nsIServerSocket,{a5b64be0-d563-46bb-ae95-132e46fcd42f},0,-1,1
12971280,nsIDOMXULDocument,{d55c39b4-b54a-4df5-9e68-09919e4538f9},0,-1,1
12981281,nsIEditorSpellCheck,{90c93610-c116-44ab-9793-62dccb9f43ce},0,-1,1
12991282,nsIDOMHTMLScriptElement,{a6cf90b1-15b3-11d2-932e-00805f8add32},0,-1,1
13001283,nsIWebBrowserChromeFocus,{d2206418-1dd1-11b2-8e55-acddcd2bcfb8},0,-1,1
13011284,nsIEntityConverter,{d14c7111-55e0-11d3-91d9-00105aa3f7dc},0,-1,1
13021285,nsISimpleEnumerator,{d1899240-f9d2-11d2-bdd6-000064657374},0,-1,1
13031286,nsIEmbeddingSiteWindow2,{e932bf55-0a64-4beb-923a-1f32d3661044},0,-1,1
13041287,nsIBufferedOutputStream,{6476378a-da09-11d3-8cda-0060b0fc14a3},0,-1,1
13051288,nsIDocumentEncoder,{f85c5a20-258d-11db-a98b-0800200c9a66},0,-1,1
13061289,nsIChannelEventSink,{6757d790-2916-498e-aaca-6b668a956875},0,-1,1
13071290,nsIXPCComponents_Utils,{da2267f2-d4cc-448f-9d70-1c7fe134d2fe},0,-1,1
13081291,nsINavHistoryContainerResultNode,{f9c8e1c1-e701-44ad-893c-8504c3956929},0,-1,1
13091292,nsIPrintingPrompt,{44e314ca-75b1-4f3d-9553-9b3507912108},0,-1,1
13101293,nsIDOMHTMLOptionElement,{a6cf9092-15b3-11d2-932e-00805f8add32},0,-1,1
13111294,nsISupportsPRInt32,{e36c5250-4a1c-11d3-9890-006008962422},0,-1,1
13121295,nsIDOMWindowUtils_1_9_2,{b0f803f7-98c0-4152-812c-d6678ba23049},0,-1,1
13131296,nsIFrameLoader,{d675c531-6bdc-417c-b176-635060105f07},0,-1,1
13141297,nsIDOMSVGPathSegLinetoVerticalRel,{d3ef2128-8de3-4aac-a6b4-13c7563119a6},0,-1,1
13151298,nsIDOMXULCommandDispatcher,{f3c50361-14fe-11d3-bf87-00105a1b0627},0,-1,1
13161299,nsIDOMGeoGeolocation,{37687daf-b85f-4e4d-8881-85a0ad24cf78},0,-1,1
13171300,nsIX509CertDB,{da48b3c0-1284-11d5-ac67-000064657374},0,-1,1
13181301,nsIDOMRangeException,{0f807301-39d2-11d6-a7f2-8f504ff870dc},0,-1,1
13191302,extIPreference,{2c7462e2-72c2-4473-9007-0e6ae71e23ca},0,-1,1
13201303,nsICryptoHMAC,{8feb4c7c-1641-4a7b-bc6d-1964e2099497},0,-1,1
13211304,nsILineInputStream,{c97b466c-1e6e-4773-a4ab-2b2b3190a7a6},0,-1,1
13221305,nsIWeakReference,{9188bc85-f92e-11d2-81ef-0060083a0bcf},0,-1,1
13231306,nsIGeolocationRequest,{f2aefde1-8e38-48b3-bbb8-bd6c4ae1ac8a},0,-1,1
13241307,nsIAccessibleHyperLink,{38c60bfa-6040-4bfe-93f2-acd6a909bb60},0,-1,1
13251308,nsILoginMetaInfo,{867407d5-10e0-43a0-bc81-a324740534ca},0,-1,1
13261309,nsIForwardIterator,{8da01646-1dd2-11b2-98a7-c7009045be7e},0,-1,1
13271310,inIFlasher,{7b4a099f-6f6e-4565-977b-fb622adbff49},0,-1,1
13281311,nsIBadCertListener2,{2c3d268c-ad82-49f3-99aa-e9ffddd7a0dc},0,-1,1
13291312,nsIDOMClientRectList,{917da19d-62f5-441d-b47e-9e35f05639c9},0,-1,1
13301313,nsIDOMSmartCardEvent,{52bdc7ca-a934-4a40-a2e2-ac83a70b4019},0,-1,1
13311314,nsIXULRuntime,{17311145-97da-49eb-b984-965bdee8879c},0,-1,1
13321315,nsIRemoteService,{a2240f6a-f1e4-4548-9e1a-6f3bc9b2426c},0,-1,1
13331316,nsIDOMXPathResult,{75506f84-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
13341317,nsIDOMSVGLocatable,{9cf4fc9c-90b2-4d66-88f5-35049b558aee},0,-1,1
13351318,nsIWebBrowserFind,{2f977d44-5485-11d4-87e2-0010a4e75ef2},0,-1,1
13361319,nsICryptoFIPSInfo,{99e81922-7318-4431-b3aa-78b3cb4119bb},0,-1,1
13371320,nsIDOMGeoPositionError,{ad9fa4c8-ec71-4b2d-8294-9adf06ddec32},0,-1,1
13381321,nsICertVerificationResult,{2fd0a785-9f2d-4327-8871-8c3e0783891d},0,-1,1
13391322,nsIRDFService,{bfd05261-834c-11d2-8eac-00805f29f370},0,-1,1
13401323,nsIDOMXULMultiSelectControlElement,{82c72eca-9886-473e-94cd-9de5694b3f88},0,-1,1
13411324,nsIMicrosummaryService,{d58143a2-74fa-4b13-94ed-113af8936d80},0,-1,1
13421325,nsIControllers,{f36e3ec1-9197-4ad8-8d4c-d3b1927fd6df},0,-1,1
13431326,jsdIErrorHook,{cea9ab1a-4b5d-416f-a197-9ffa7046f2ce},0,-1,1
13441327,nsIDOMHTMLInputElement,{a6cf9093-15b3-11d2-932e-00805f8add32},0,-1,1
13451328,mozIStorageStatementCallback,{29383d00-d8c4-4ddd-9f8b-c2feb0f2fcfa},0,-1,1
13461329,nsIDOMSVGGElement,{0bd57cbd-a090-44aa-a61b-2fb876841194},0,-1,1
13471330,nsIDOMPluginArray,{f6134680-f28b-11d2-8360-c90899049c3c},0,-1,1
13481331,nsICipherInfo,{028e2b2a-1f0b-43a4-a1a7-365d2d7f35d0},0,-1,1
13491332,nsIDOMNamedNodeMap,{a6cf907b-15b3-11d2-932e-00805f8add32},0,-1,1
13501333,nsIDOMHTMLBaseFontElement,{a6cf90a6-15b3-11d2-932e-00805f8add32},0,-1,1
13511334,nsIDOMXULCheckboxElement,{5afaba88-1dd2-11b2-9249-dd65a129d0e4},0,-1,1
13521335,nsIDOMHTMLMediaError,{7bd8c29f-8a76-453f-9373-79f820f2dc01},0,-1,1
13531336,nsIFormAutoComplete,{997c0c05-5d1d-47e5-9cbc-765c0b8ec699},0,-1,1
13541337,nsIDOMHTMLDirectoryElement,{a6cf909c-15b3-11d2-932e-00805f8add32},0,-1,1
13551338,nsIBrowserProfileMigrator,{f8365b4a-da55-4e47-be7a-230142360f62},0,-1,1
13561339,nsIDOMSVGSwitchElement,{7676f306-22c9-427e-bd71-2b1315851c93},0,-1,1
13571340,nsIDOMOrientationEvent,{1618546a-c176-40a2-9086-2d973acceeb1},0,-1,1
13581341,nsIURIChecker,{4660c1a1-be2d-4c78-9baf-c22984176c28},0,-1,1
13591342,nsIDOMNSHTMLAreaElement,{3dce9071-f3b9-4280-a6ee-776cdfe3dd9e},0,-1,1
13601343,nsIDOMDataTransfer,{34042440-60a8-4992-ae5c-798e69148955},0,-1,1
13611344,nsIDOMHTMLImageElement,{a6cf90ab-15b3-11d2-932e-00805f8add32},0,-1,1
13621345,nsILocalFileWin,{def24611-88a1-2cac-74fd-4b0b12bcaed5},0,-1,1
13631346,nsIDOMHTMLTextAreaElement,{a6cf9094-15b3-11d2-932e-00805f8add32},0,-1,1
13641347,nsIDOMCommandEvent,{37fb1798-0f76-4870-af6f-0135b4d973c8},0,-1,1
13651348,nsIFeedContainer,{577a1b4c-b3d4-4c76-9cf8-753e6606114f},0,-1,1
13661349,nsIDOMXULButtonElement,{6852d9a6-1dd2-11b2-a29d-cd7977a91b1b},0,-1,1
13671350,nsIXULTemplateQueryProcessor,{970f1c36-5d2e-4cbc-a1cf-e3327b50df71},0,-1,1
13681351,nsIEmbeddingSiteWindow,{3e5432cd-9568-4bd1-8cbe-d50aba110743},0,-1,1
13691352,nsIDOMSVGFEPointLightElement,{557f128a-026b-4fa8-a44c-605df7bfd62e},0,-1,1
13701353,nsIDOMSVGFitToViewBox,{089410f3-9777-44f1-a882-ab4225696434},0,-1,1
13711354,nsISearchableInputStream,{8c39ef62-f7c9-11d4-98f5-001083010e9b},0,-1,1
13721355,nsINavHistoryQuery,{6f5668f0-da8e-4069-a0de-6680e5cd8570},0,-1,1
13731356,nsIXPConnectWrappedNative,{f819a95a-6ab5-4a02-bda6-32861e859581},0,-1,0
13741357,nsIAcceleration,{1b406e32-cf42-471e-a470-6fd600bf4c7b},0,-1,1
13751358,nsIPK11Token,{51191434-1dd2-11b2-a17c-e49c4e99a4e3},0,-1,1
13761359,nsIControllerCommand,{0eae9a46-1dd2-11b2-aca0-9176f05fe9db},0,-1,1
13771360,nsIXSLTProcessorPrivate,{b8d727f7-67f4-4dc1-a318-ec0c87280816},0,-1,1
13781361,nsISessionStartup,{c0b185e7-0d21-46ac-8eee-7b5065ee7ecd},0,-1,1
13791362,nsIDOMNSHTMLAnchorElement2,{d7627eda-6ec0-4326-87c4-c3067fe6e324},0,-1,1
13801363,nsIWebBrowserStream,{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8},0,-1,1
13811364,nsITimerCallback,{a796816d-7d47-4348-9ab8-c7aeb3216a7d},0,-1,1
13821365,nsINSSCertCache,{1b75bdae-1757-4322-9d1e-cfcaa18cb710},0,-1,1
13831366,nsISocketProviderService,{8f8a23d0-5472-11d3-bbc8-0000861d1237},0,-1,1
13841367,nsIZipReaderCache,{52c45d86-0cc3-11d4-986e-00c04fa0cf4a},0,-1,1
13851368,nsIWebProgressListener2,{dde39de0-e4e0-11da-8ad9-0800200c9a66},0,-1,1
13861369,nsIDOMHTMLFrameElement,{a6cf90b9-15b3-11d2-932e-00805f8add32},0,-1,1
13871370,nsIAuthPrompt,{358089f9-ee4b-4711-82fd-bcd07fc62061},0,-1,1
13881371,jsdINestCallback,{88bea60f-9b5d-4b39-b08b-1c3a278782c6},0,-1,1
13891372,nsIHTTPIndex,{6f2bdbd0-58c3-11d3-be36-00104bde6048},0,-1,1
13901373,nsIDOMDocumentRange,{7b9badc6-c9bc-447a-8670-dbd195aed24b},0,-1,1
13911374,nsICMSMessage,{a4557478-ae16-11d5-ba4b-00108303b117},0,-1,0
13921375,nsIProfileUnlocker,{08923af1-e7a3-4fae-ba02-128502193994},0,-1,1
13931376,nsIDOMNodeIterator,{5af83f50-c8d5-4824-be29-1aa9d640bacb},0,-1,1
13941377,nsIDOMSVGAnimatedPathData,{6ef2b400-dbf4-4c12-8787-fe15caac5648},0,-1,1
13951378,nsIEncodedChannel,{30d7ec3a-f376-4652-9276-3092ec57abb6},0,-1,1
13961379,nsIXPTLoaderSink,{6e48c500-8682-4730-add6-7db693b9e7ba},0,-1,1
13971380,nsIDOMNSHTMLDocument,{79beb289-3644-4b54-9432-9fb993945629},0,-1,1
13981381,nsIAccessibleValue,{42a1e1dc-58cf-419d-bff0-ed3314c70016},0,-1,1
13991382,nsIAtom,{3d1b15b0-93b4-11d1-895b-006008911b81},0,-1,1
14001383,nsIAsyncOutputStream,{beb632d3-d77a-4e90-9134-f9ece69e8200},0,-1,1
14011384,nsIDOMEntityReference,{a6cf907a-15b3-11d2-932e-00805f8add32},0,-1,1
14021385,nsIXTFElementWrapper,{0ad87068-c6fd-4122-a515-ffe8c4773b10},0,-1,1
14031386,nsIJSRuntimeService_MOZILLA_1_9_2,{d23f5479-39a1-4127-8cdd-0f7cb7e8054d},0,-1,0
14041387,nsIDOMSVGRectElement,{1695ca39-e40d-44dc-81db-a51b6fd234fa},0,-1,1
14051388,mozITXTToHTMLConv,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},0,-1,1
14061389,nsIMicrosummaryObserver,{560b0980-be95-47e9-81cc-4428c073127c},0,-1,1
14071390,mozIJSSubScriptLoader,{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916},0,-1,1
14081391,nsIDocShellLoadInfo,{92a0a637-373e-4647-9476-ead11e005c75},0,-1,1
14091392,nsIXPCComponents_Results,{2fc229a0-5860-11d3-9899-006008962422},0,-1,1
14101393,nsIPrintSettings,{343700dd-078b-42b6-a809-b9c1d7e951d0},0,-1,1
14111394,nsIContentViewerEdit,{1691a02f-53b2-4cb8-8769-48e7efc908b8},0,-1,1
14121395,nsISupportsPrimitive,{d0d4b136-1dd1-11b2-9371-f0727ef827c0},0,-1,1
14131396,nsIEditorStyleSheets,{4805e682-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
14141397,rdfISerializer,{f0edfcdd-8bca-4d32-9226-7421001396a4},0,-1,1
14151398,nsIDOMSVGPolygonElement,{9de04775-77c5-48b5-9f4a-8996a936bfb2},0,-1,1
14161399,nsIWritablePropertyBag2,{9cfd1587-360e-4957-a58f-4c2b1c5e7ed9},0,-1,1
14171400,nsIDocumentStateListener,{050cdc00-3b8e-11d3-9ce4-a458f454fcbc},0,-1,1
14181401,nsISHTransaction,{2edf705f-d252-4971-9f09-71dd0f760dc6},0,-1,1
14191402,nsIDOMHTMLIsIndexElement,{a6cf908c-15b3-11d2-932e-00805f8add32},0,-1,1
14201403,nsIASN1Sequence,{b6b957e6-1dd1-11b2-89d7-e30624f50b00},0,-1,1
14211404,nsIDOMHTMLAppletElement,{a6cf90ae-15b3-11d2-932e-00805f8add32},0,-1,1
14221405,nsIDOMToString,{2a72e20f-e337-4822-8994-2e35b5550d03},0,-1,1
14231406,nsIDOMScreen,{77947960-b4af-11d2-bd93-00805f8ae3f4},0,-1,1
14241407,nsICertTreeItem,{d0180863-606e-49e6-8324-cf45ed4dd891},0,-1,1
14251408,extIConsole,{ae8482e0-aa5a-11db-abbd-0800200c9a66},0,-1,1
14261409,nsISAXAttributes,{e347005e-6cd0-11da-be43-001422106990},0,-1,1
14271410,nsIXPConnect,{b76828b8-3ac5-469e-946d-3401c6a2104d},0,-1,0
14281411,nsIDOMSVGPathSegCurvetoCubicAbs,{380afecd-f884-4da7-a0d7-5ffc4531b70b},0,-1,1
14291412,nsIUploadChannel,{ddf633d8-e9a4-439d-ad88-de636fd9bb75},0,-1,1
14301413,nsIAccelerationListener,{3386bed8-7393-4704-8ffc-1eb2c35432ff},0,-1,1
14311414,nsIXPCFunctionThisTranslator,{039ef260-2a0d-11d5-90a7-0010a4e73d9a},0,-1,0
14321415,nsIController,{d5b61b82-1da4-11d3-bf87-00105a1b0627},0,-1,1
14331416,nsIDOMSVGURIReference,{8092b5f3-dc8a-459c-94f1-92f8011f2438},0,-1,1
14341417,nsIDOMStorageEvent,{fc540c28-8edd-4b7a-9c30-8638289b7a7d},0,-1,1
01435
=== added directory 'trunk/testing/autotests/psiphoneAutoTests'
=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files'
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,46 @@
1<?php
2
3class LanguageHelper {
4
5 public static function switchLanguage($selenium, $language = "ru_selection"){
6 $selenium->click("//form[@name='". $language. "']/input[3]");
7 $selenium->waitForPageToLoad(PsiphonTestConfig::$UrlTimeOut);
8 }
9
10 public static function checkTextsPresent($testCase, $selenium, array $texts){
11
12 for ($index = 0; $index < count($texts); $index++) {
13 $testCase->assertTrue($selenium->isTextPresent($texts[$index]), "Text must present: ". $texts[$index]);
14 }
15
16 }
17
18 public static function checkTextsNotPresent($testCase, $selenium, array $texts){
19
20 for ($index = 0; $index < count($texts); $index++) {
21 $testCase->assertFalse($selenium->isTextPresent($texts[$index]), "Text must not present: ". $texts[$index]);
22 }
23
24 }
25
26 public static function setLastLanguage($user, $language='en'){
27 $sqllink = mysql_connect(PsiphonTestConfig::$DBHost, PsiphonTestConfig::$DBLogin, PsiphonTestConfig::$DBPassword);
28
29 mysql_select_db(PsiphonTestConfig::$DBName, $sqllink);
30 mysql_query('Update user set where uname Like \''. $user.'\';', $sqllink);
31
32 mysql_close($sqllink);
33 }
34
35 public static function createLanguageUser(){
36 $sqllink = mysql_connect(PsiphonTestConfig::$DBHost, PsiphonTestConfig::$DBLogin, PsiphonTestConfig::$DBPassword);
37 mysql_select_db(PsiphonTestConfig::$DBName, $sqllink);
38 mysql_query('Delete from user where uname Like \'lang\';', $sqllink);
39 mysql_query("INSERT INTO `user` (email, pass, uname, session, last, last_reg, last_lang, grp, xml_html, locked, created, invited, inv_sent, inv_actv, home_page, home_page_locked, last_activity, consecutive_failed_logins, login_delay, email_candidate, email_candidate_token, email_candidate_date, welcome_email_sent, agreed_to_usage_terms, csrf_token, last_token_count, last_token_accrual_time, pass_salt, current_proxy)
40 VALUES (NULL,'e197a1cdf616ff3c2d48117a60b23b5967642d76','lang','1797432a14ff0244c8f2baa95d71134f',0,'','en',0,1,0,1283921512,0,0,0,'',0,0,0,0,NULL,NULL,NULL,0,0,NULL,0,NULL,'1b1d55e941ac82210fc88bbb7de1e5ad',NULL);", $sqllink);
41
42 echo mysql_error();
43 mysql_close($sqllink);
44 }
45}
46?>
047
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,14 @@
1<?php
2
3class NetworkTrafficHelper {
4 public static function checkAllTrafficThroughProxy($test, $selenium, $destinationHost){
5 $traffic = $selenium->captureNetworkTraffic("plain");
6 preg_match_all("/- Host => (.*)/", $traffic, $matches);
7
8 for ($index1 = 0; $index1 < count($matches[1]); $index1++) {
9 if ((!is_numeric(strpos($matches[1][$index1], PsiphonTestConfig::$psiphonHost)) || (strpos($matches[1][$index1], $destinationHost))))
10 $test->fail("Request to ".$matches[1][$index1]." present");
11 }
12 }
13}
14?>
015
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,26 @@
1<?php
2class PsiphonTestCase extends PHPUnit_Framework_TestCase{
3
4 protected $selenium;
5
6 public function setUp()
7 {
8 try {
9 $this->selenium = new Testing_Selenium(PsiphonTestConfig::$browser, PsiphonTestConfig::$browserURL, PsiphonTestConfig::$host, PsiphonTestConfig::$port, PsiphonTestConfig::$UrlTimeOut);
10 $this->selenium->start();
11 } catch (Testing_Selenium_Exception $e) {
12 echo $e;
13 $this->selenium->stop();
14 }
15 }
16
17 public function tearDown()
18 {
19 try {
20 $this->selenium->stop();
21 } catch (Testing_Selenium_Exception $e) {
22 echo $e;
23 }
24 }
25}
26?>
027
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,18 @@
1<?php
2class PsiphonTestConfig {
3 public static $psiphonLoginAddress = 'https://127.0.0.1/001/';
4
5 public static $host = 'localhost';
6 public static $port = 4444;
7 public static $browserURL = 'https://127.0.0.1/001/';
8 public static $psiphonHost = "127.0.0.1";
9 public static $browser = '*firefox';
10 public static $UrlTimeOut = '30000';
11
12 public static $DBHost = 'localhost';
13 public static $DBLogin = 'psiphon';
14 public static $DBPassword = 'psiphon';
15 public static $DBName = 'psiphon';
16
17}
18?>
019
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,31 @@
1<?php
2require_once 'PHPUnit/Framework/TestSuite.php';
3
4class AllTests {
5 public static function suite() {
6 $suite = new PHPUnit_Framework_TestSuite('PHPUnit');
7 $dir = dir(dirname(__FILE__).'/tests');
8 while (false !== ($entry = $dir->read())) {
9 $fileName =dirname(__FILE__).'/tests/'.$entry;
10 if (is_file($fileName)) {
11 include($fileName);
12 $fileContent = file_get_contents($fileName);
13 if (preg_match("/class\s+(\w+)/", $fileContent, $matches)){
14 $className = $matches[1];
15 if (preg_match_all("/function\s+(\w+)/", $fileContent, $functionMatches)){
16 $functioNames = $functionMatches[1];
17 for ($index = 0; $index < count($functioNames); $index++) {
18 if (is_numeric(strpos($functioNames[$index], "test"))) {
19 $suite->addTest(new $className($functioNames[$index]));
20 //print("$fileName:==========:$className($functioNames[$index]\n");
21 }
22 }
23 }
24 }
25 }
26 }
27 $dir->close();
28 return $suite;
29 }
30}
31?>
032
=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing'
=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium'
=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception'
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,40 @@
1<?php
2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
3
4/**
5 * Exception Class for Selenium
6 *
7 * PHP versions 5
8 *
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
12 *
13 * http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
20 *
21 */
22
23/**
24 * uses PEAR_Exception
25 */
26require_once 'PEAR/Exception.php';
27
28/**
29 * Testing_Selenium_Exception
30 *
31 * @category Testing
32 * @package Testing_Selenium
33 * @author Shin Ohno <ganchiku at gmail dot com>
34 * @author Bjoern Schotte <schotte at mayflower dot de>
35 * @version @package_version@
36 */
37class Testing_Selenium_Exception extends PEAR_Exception
38{
39}
40?>
0\ No newline at end of file41\ No newline at end of file
142
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,65 @@
1<?php
2
3require_once 'Selenium.php';
4
5/**
6 * Class, extends standart selenium php driver to enable starting browser session with optionString.
7 * Also, missing function CaptureNetworkTraffic is implemented.
8 *
9 * @package Selenium
10 * @author Dmitry Semyonov
11 */
12class ModifiedSelenium extends Testing_Selenium
13{
14 /**
15 * Constructor
16 *
17 * @param string $browser
18 * @param string $browserUrl
19 * @param string $host
20 * @param int $port
21 * @param int $timeout
22 * @access public
23 * @throws Testing_Selenium_Exception
24 */
25 public function __construct($browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000)
26 {
27 parent::__construct($browser, $browserUrl, $host, $port, $timeout);
28 }
29
30 /**
31 * Run the browser and set session id.
32 *
33 * @access public
34 * @return void
35 */
36 public function start($optionString = "")
37 {
38 if ($optionString != ""){
39 $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl, "", $optionString));
40 }else{
41 $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl));
42 }
43 return $this->sessionId;
44 }
45
46 /**
47 * Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings. When this function is called, the traffic log is cleared, so the returned content is only the traffic seen since the last call.
48 *
49 * @param String $type The type of data to return the network traffic as. Valid values are: json, xml, or plain.
50 * @return A string representation in the defined type of the network traffic seen by the browser.
51 */
52 public function captureNetworkTraffic($type)
53 {
54 return $this->getString("captureNetworkTraffic", array($type));
55 }
56
57
58 public function open($url)
59 {
60 $args = array($url);
61 $args[] = "true";
62 $this->doCommand("open", $args);
63 }
64}
65?>
0\ No newline at end of file66\ No newline at end of file
167
=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php'
--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php 1970-01-01 00:00:00 +0000
+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php 2010-11-15 05:23:58 +0000
@@ -0,0 +1,2755 @@
1<?php
2/** Copyright 2006 ThoughtWorks, Inc
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 * -----------------
17 * This file has been automatically generated via XSL
18 * -----------------
19 *
20 *
21 *
22 * @category Testing
23 * @package Selenium
24 * @author Shin Ohno <ganchiku at gmail dot com>
25 * @author Bjoern Schotte <schotte at mayflower dot de>
26 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
27 * @version @package_version@
28 * @see http://www.openqa.org/selenium-rc/
29 * @since 0.1
30 */
31
32/**
33 * Selenium exception class
34 */
35require_once 'Testing/Selenium/Exception/Exception.php';
36
37/**
38 * Defines an object that runs Selenium commands.
39 *
40 *
41 * <p>
42 * <b>Element Locators</b>
43 * </p><p>
44 *
45 * Element Locators tell Selenium which HTML element a command refers to.
46 * The format of a locator is:
47 * </p><p>
48 *
49 * <i>locatorType</i><b>=</b><i>argument</i>
50 * </p>
51 * <p>
52 *
53 * We support the following strategies for locating elements:
54 *
55 * </p>
56 * <ul>
57 *
58 * <li>
59 * <b>identifier</b>=<i>id</i>:
60 * Select the element with the specified @id attribute. If no match is
61 * found, select the first element whose @name attribute is <i>id</i>.
62 * (This is normally the default; see below.)
63 * </li>
64 * <li>
65 * <b>id</b>=<i>id</i>:
66 * Select the element with the specified @id attribute.
67 * </li>
68 * <li>
69 * <b>name</b>=<i>name</i>:
70 * Select the first element with the specified @name attribute.
71 *
72 * <ul>
73 *
74 * <li>
75 * username
76 * </li>
77 * <li>
78 * name=username
79 * </li>
80 * </ul>
81<p>
82 * The name may optionally be followed by one or more <i>element-filters</i>, separated from the name by whitespace. If the <i>filterType</i> is not specified, <b>value</b> is assumed.
83 * </p>
84 * <ul>
85 *
86 * <li>
87 * name=flavour value=chocolate
88 * </li>
89 * </ul>
90 * </li>
91 * <li>
92 * <b>dom</b>=<i>javascriptExpression</i>:
93 *
94 * Find an element by evaluating the specified string. This allows you to traverse the HTML Document Object
95 * Model using JavaScript. Note that you must not return a value in this string; simply make it the last expression in the block.
96 *
97 * <ul>
98 *
99 * <li>
100 * dom=document.forms['myForm'].myDropdown
101 * </li>
102 * <li>
103 * dom=document.images[56]
104 * </li>
105 * <li>
106 * dom=function foo() { return document.links[1]; }; foo();
107 * </li>
108 * </ul>
109 * </li>
110 * <li>
111 * <b>xpath</b>=<i>xpathExpression</i>:
112 * Locate an element using an XPath expression.
113 *
114 * <ul>
115 *
116 * <li>
117 * xpath=//img[@alt='The image alt text']
118 * </li>
119 * <li>
120 * xpath=//table[@id='table1']//tr[4]/td[2]
121 * </li>
122 * <li>
123 * xpath=//a[contains(@href,'#id1')]
124 * </li>
125 * <li>
126 * xpath=//a[contains(@href,'#id1')]/@class
127 * </li>
128 * <li>
129 * xpath=(//table[@class='stylee'])//th[text()='theHeaderText']/../td
130 * </li>
131 * <li>
132 * xpath=//input[@name='name2' and @value='yes']
133 * </li>
134 * <li>
135 * xpath=//*[text()="right"]
136 * </li>
137 * </ul>
138 * </li>
139 * <li>
140 * <b>link</b>=<i>textPattern</i>:
141 * Select the link (anchor) element which contains text matching the
142 * specified <i>pattern</i>.
143 *
144 * <ul>
145 *
146 * <li>
147 * link=The link text
148 * </li>
149 * </ul>
150 * </li>
151 * <li>
152 * <b>css</b>=<i>cssSelectorSyntax</i>:
153 * Select the element using css selectors. Please refer to CSS2 selectors, CSS3 selectors for more information. You can also check the TestCssLocators test in the selenium test suite for an example of usage, which is included in the downloaded selenium core package.
154 *
155 * <ul>
156 *
157 * <li>
158 * css=a[href="#id3"]
159 * </li>
160 * <li>
161 * css=span#firstChild + span
162 * </li>
163 * </ul>
164<p>
165 * Currently the css selector locator supports all css1, css2 and css3 selectors except namespace in css3, some pseudo classes(:nth-of-type, :nth-last-of-type, :first-of-type, :last-of-type, :only-of-type, :visited, :hover, :active, :focus, :indeterminate) and pseudo elements(::first-line, ::first-letter, ::selection, ::before, ::after).
166 * </p>
167 * </li>
168 * <li>
169 * <b>ui</b>=<i>uiSpecifierString</i>:
170 * Locate an element by resolving the UI specifier string to another locator, and evaluating it. See the Selenium UI-Element Reference for more details.
171 *
172 * <ul>
173 *
174 * <li>
175 * ui=loginPages::loginButton()
176 * </li>
177 * <li>
178 * ui=settingsPages::toggle(label=Hide Email)
179 * </li>
180 * <li>
181 * ui=forumPages::postBody(index=2)//a[2]
182 * </li>
183 * </ul>
184 * </li>
185 * </ul><p>
186 *
187 * Without an explicit locator prefix, Selenium uses the following default
188 * strategies:
189 *
190 * </p>
191 * <ul>
192 *
193 * <li>
194 * <b>dom</b>, for locators starting with "document."
195 * </li>
196 * <li>
197 * <b>xpath</b>, for locators starting with "//"
198 * </li>
199 * <li>
200 * <b>identifier</b>, otherwise
201 * </li>
202 * </ul>
203 * <p>
204 * <b>Element Filters</b>
205 * </p><p>
206 *
207 * <p>
208 * Element filters can be used with a locator to refine a list of candidate elements. They are currently used only in the 'name' element-locator.
209 * </p>
210<p>
211 * Filters look much like locators, ie.
212 * </p>
213<p>
214 *
215 * <i>filterType</i><b>=</b><i>argument</i>
216 * </p>
217 * <p>
218 * Supported element-filters are:
219 * </p>
220<p>
221 * <b>value=</b><i>valuePattern</i>
222 * </p>
223<p>
224 *
225 *
226 * Matches elements based on their values. This is particularly useful for refining a list of similarly-named toggle-buttons.
227 * </p>
228 * <p>
229 * <b>index=</b><i>index</i>
230 * </p>
231<p>
232 *
233 *
234 * Selects a single element based on its position in the list (offset from zero).
235 * </p>
236 *
237 * </p>
238 *
239 * <p>
240 * <b>String-match Patterns</b>
241 * </p><p>
242 *
243 * Various Pattern syntaxes are available for matching string values:
244 *
245 * </p>
246 * <ul>
247 *
248 * <li>
249 * <b>glob:</b><i>pattern</i>:
250 * Match a string against a "glob" (aka "wildmat") pattern. "Glob" is a
251 * kind of limited regular-expression syntax typically used in command-line
252 * shells. In a glob pattern, "*" represents any sequence of characters, and "?"
253 * represents any single character. Glob patterns match against the entire
254 * string.
255 * </li>
256 * <li>
257 * <b>regexp:</b><i>regexp</i>:
258 * Match a string using a regular-expression. The full power of JavaScript
259 * regular-expressions is available.
260 * </li>
261 * <li>
262 * <b>regexpi:</b><i>regexpi</i>:
263 * Match a string using a case-insensitive regular-expression.
264 * </li>
265 * <li>
266 * <b>exact:</b><i>string</i>:
267 *
268 * Match a string exactly, verbatim, without any of that fancy wildcard
269 * stuff.
270 * </li>
271 * </ul><p>
272 *
273 * If no pattern prefix is specified, Selenium assumes that it's a "glob"
274 * pattern.
275 *
276 * </p><p>
277 *
278 * For commands that return multiple values (such as verifySelectOptions),
279 * the string being matched is a comma-separated list of the return values,
280 * where both commas and backslashes in the values are backslash-escaped.
281 * When providing a pattern, the optional matching syntax (i.e. glob,
282 * regexp, etc.) is specified once, as usual, at the beginning of the
283 * pattern.
284 *
285 * </p>
286 *
287 * @package Selenium
288 * @author Shin Ohno <ganchiku at gmail dot com>
289 * @author Bjoern Schotte <schotte at mayflower dot de>
290 */
291class Testing_Selenium
292{
293 /**
294 * @var string
295 * @access private
296 */
297 protected $browser;
298
299 /**
300 * @var string
301 * @access private
302 */
303 protected $browserUrl;
304
305 /**
306 * @var string
307 * @access private
308 */
309 private $host;
310
311 /**
312 * @var int
313 * @access private
314 */
315 private $port;
316
317 /**
318 * @var string
319 * @access private
320 */
321 protected $sessionId;
322
323 /**
324 * @var string
325 * @access private
326 */
327 private $timeout;
328
329 /**
330 * Constructor
331 *
332 * @param string $browser
333 * @param string $browserUrl
334 * @param string $host
335 * @param int $port
336 * @param int $timeout
337 * @access public
338 * @throws Testing_Selenium_Exception
339 */
340 public function __construct($browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000)
341 {
342 $this->browser = $browser;
343 $this->browserUrl = $browserUrl;
344 $this->host = $host;
345 $this->port = $port;
346 $this->timeout = $timeout;
347 }
348
349 /**
350 * Run the browser and set session id.
351 *
352 * @access public
353 * @return void
354 */
355 public function start()
356 {
357 $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl));
358 return $this->sessionId;
359 }
360
361 /**
362 * Close the browser and set session id null
363 *
364 * @access public
365 * @return void
366 */
367 public function stop()
368 {
369 $this->doCommand("testComplete");
370 $this->sessionId = null;
371 }
372
373 /**
374 * Clicks on a link, button, checkbox or radio button. If the click action
375 * causes a new page to load (like a link usually does), call
376 * waitForPageToLoad.
377 *
378 * @access public
379 * @param string $locator an element locator
380 */
381 public function click($locator)
382 {
383 $this->doCommand("click", array($locator));
384 }
385
386
387 /**
388 * Double clicks on a link, button, checkbox or radio button. If the double click action
389 * causes a new page to load (like a link usually does), call
390 * waitForPageToLoad.
391 *
392 * @access public
393 * @param string $locator an element locator
394 */
395 public function doubleClick($locator)
396 {
397 $this->doCommand("doubleClick", array($locator));
398 }
399
400
401 /**
402 * Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
403 *
404 * @access public
405 * @param string $locator an element locator
406 */
407 public function contextMenu($locator)
408 {
409 $this->doCommand("contextMenu", array($locator));
410 }
411
412
413 /**
414 * Clicks on a link, button, checkbox or radio button. If the click action
415 * causes a new page to load (like a link usually does), call
416 * waitForPageToLoad.
417 *
418 * @access public
419 * @param string $locator an element locator
420 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
421 */
422 public function clickAt($locator, $coordString)
423 {
424 $this->doCommand("clickAt", array($locator, $coordString));
425 }
426
427
428 /**
429 * Doubleclicks on a link, button, checkbox or radio button. If the action
430 * causes a new page to load (like a link usually does), call
431 * waitForPageToLoad.
432 *
433 * @access public
434 * @param string $locator an element locator
435 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
436 */
437 public function doubleClickAt($locator, $coordString)
438 {
439 $this->doCommand("doubleClickAt", array($locator, $coordString));
440 }
441
442
443 /**
444 * Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
445 *
446 * @access public
447 * @param string $locator an element locator
448 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
449 */
450 public function contextMenuAt($locator, $coordString)
451 {
452 $this->doCommand("contextMenuAt", array($locator, $coordString));
453 }
454
455
456 /**
457 * Explicitly simulate an event, to trigger the corresponding "on<i>event</i>"
458 * handler.
459 *
460 * @access public
461 * @param string $locator an element locator
462 * @param string $eventName the event name, e.g. "focus" or "blur"
463 */
464 public function fireEvent($locator, $eventName)
465 {
466 $this->doCommand("fireEvent", array($locator, $eventName));
467 }
468
469
470 /**
471 * Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.
472 *
473 * @access public
474 * @param string $locator an element locator
475 */
476 public function focus($locator)
477 {
478 $this->doCommand("focus", array($locator));
479 }
480
481
482 /**
483 * Simulates a user pressing and releasing a key.
484 *
485 * @access public
486 * @param string $locator an element locator
487 * @param string $keySequence Either be a string("\" followed by the numeric keycode of the key to be pressed, normally the ASCII value of that key), or a single character. For example: "w", "\119".
488 */
489 public function keyPress($locator, $keySequence)
490 {
491 $this->doCommand("keyPress", array($locator, $keySequence));
492 }
493
494
495 /**
496 * Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
497 *
498 * @access public
499 */
500 public function shiftKeyDown()
501 {
502 $this->doCommand("shiftKeyDown", array());
503 }
504
505
506 /**
507 * Release the shift key.
508 *
509 * @access public
510 */
511 public function shiftKeyUp()
512 {
513 $this->doCommand("shiftKeyUp", array());
514 }
515
516
517 /**
518 * Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
519 *
520 * @access public
521 */
522 public function metaKeyDown()
523 {
524 $this->doCommand("metaKeyDown", array());
525 }
526
527
528 /**
529 * Release the meta key.
530 *
531 * @access public
532 */
533 public function metaKeyUp()
534 {
535 $this->doCommand("metaKeyUp", array());
536 }
537
538
539 /**
540 * Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
541 *
542 * @access public
543 */
544 public function altKeyDown()
545 {
546 $this->doCommand("altKeyDown", array());
547 }
548
549
550 /**
551 * Release the alt key.
552 *
553 * @access public
554 */
555 public function altKeyUp()
556 {
557 $this->doCommand("altKeyUp", array());
558 }
559
560
561 /**
562 * Press the control key and hold it down until doControlUp() is called or a new page is loaded.
563 *
564 * @access public
565 */
566 public function controlKeyDown()
567 {
568 $this->doCommand("controlKeyDown", array());
569 }
570
571
572 /**
573 * Release the control key.
574 *
575 * @access public
576 */
577 public function controlKeyUp()
578 {
579 $this->doCommand("controlKeyUp", array());
580 }
581
582
583 /**
584 * Simulates a user pressing a key (without releasing it yet).
585 *
586 * @access public
587 * @param string $locator an element locator
588 * @param string $keySequence Either be a string("\" followed by the numeric keycode of the key to be pressed, normally the ASCII value of that key), or a single character. For example: "w", "\119".
589 */
590 public function keyDown($locator, $keySequence)
591 {
592 $this->doCommand("keyDown", array($locator, $keySequence));
593 }
594
595
596 /**
597 * Simulates a user releasing a key.
598 *
599 * @access public
600 * @param string $locator an element locator
601 * @param string $keySequence Either be a string("\" followed by the numeric keycode of the key to be pressed, normally the ASCII value of that key), or a single character. For example: "w", "\119".
602 */
603 public function keyUp($locator, $keySequence)
604 {
605 $this->doCommand("keyUp", array($locator, $keySequence));
606 }
607
608
609 /**
610 * Simulates a user hovering a mouse over the specified element.
611 *
612 * @access public
613 * @param string $locator an element locator
614 */
615 public function mouseOver($locator)
616 {
617 $this->doCommand("mouseOver", array($locator));
618 }
619
620
621 /**
622 * Simulates a user moving the mouse pointer away from the specified element.
623 *
624 * @access public
625 * @param string $locator an element locator
626 */
627 public function mouseOut($locator)
628 {
629 $this->doCommand("mouseOut", array($locator));
630 }
631
632
633 /**
634 * Simulates a user pressing the left mouse button (without releasing it yet) on
635 * the specified element.
636 *
637 * @access public
638 * @param string $locator an element locator
639 */
640 public function mouseDown($locator)
641 {
642 $this->doCommand("mouseDown", array($locator));
643 }
644
645
646 /**
647 * Simulates a user pressing the right mouse button (without releasing it yet) on
648 * the specified element.
649 *
650 * @access public
651 * @param string $locator an element locator
652 */
653 public function mouseDownRight($locator)
654 {
655 $this->doCommand("mouseDownRight", array($locator));
656 }
657
658
659 /**
660 * Simulates a user pressing the left mouse button (without releasing it yet) at
661 * the specified location.
662 *
663 * @access public
664 * @param string $locator an element locator
665 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
666 */
667 public function mouseDownAt($locator, $coordString)
668 {
669 $this->doCommand("mouseDownAt", array($locator, $coordString));
670 }
671
672
673 /**
674 * Simulates a user pressing the right mouse button (without releasing it yet) at
675 * the specified location.
676 *
677 * @access public
678 * @param string $locator an element locator
679 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
680 */
681 public function mouseDownRightAt($locator, $coordString)
682 {
683 $this->doCommand("mouseDownRightAt", array($locator, $coordString));
684 }
685
686
687 /**
688 * Simulates the event that occurs when the user releases the mouse button (i.e., stops
689 * holding the button down) on the specified element.
690 *
691 * @access public
692 * @param string $locator an element locator
693 */
694 public function mouseUp($locator)
695 {
696 $this->doCommand("mouseUp", array($locator));
697 }
698
699
700 /**
701 * Simulates the event that occurs when the user releases the right mouse button (i.e., stops
702 * holding the button down) on the specified element.
703 *
704 * @access public
705 * @param string $locator an element locator
706 */
707 public function mouseUpRight($locator)
708 {
709 $this->doCommand("mouseUpRight", array($locator));
710 }
711
712
713 /**
714 * Simulates the event that occurs when the user releases the mouse button (i.e., stops
715 * holding the button down) at the specified location.
716 *
717 * @access public
718 * @param string $locator an element locator
719 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
720 */
721 public function mouseUpAt($locator, $coordString)
722 {
723 $this->doCommand("mouseUpAt", array($locator, $coordString));
724 }
725
726
727 /**
728 * Simulates the event that occurs when the user releases the right mouse button (i.e., stops
729 * holding the button down) at the specified location.
730 *
731 * @access public
732 * @param string $locator an element locator
733 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
734 */
735 public function mouseUpRightAt($locator, $coordString)
736 {
737 $this->doCommand("mouseUpRightAt", array($locator, $coordString));
738 }
739
740
741 /**
742 * Simulates a user pressing the mouse button (without releasing it yet) on
743 * the specified element.
744 *
745 * @access public
746 * @param string $locator an element locator
747 */
748 public function mouseMove($locator)
749 {
750 $this->doCommand("mouseMove", array($locator));
751 }
752
753
754 /**
755 * Simulates a user pressing the mouse button (without releasing it yet) on
756 * the specified element.
757 *
758 * @access public
759 * @param string $locator an element locator
760 * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
761 */
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches