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
1=== added directory 'trunk/testing/autotests'
2=== added file 'trunk/testing/autotests/ReadMe'
3--- trunk/testing/autotests/ReadMe 1970-01-01 00:00:00 +0000
4+++ trunk/testing/autotests/ReadMe 2010-11-15 05:23:58 +0000
5@@ -0,0 +1,65 @@
6+
7+ Read me file for auto tests.
8+
9+1. Structure of the (..)/trunk/testing/autotests folder:
10+ - ReadMe - current file
11+ - selenium_start - command file to start selenium server
12+ - selenium_server - folder, contains selenium RC server files
13+ - ff_profile - folder, contains prepared firefox profile to run tests.
14+ - psiphoneAutoTests - netbeans project folder, contains all automated test cases.
15+
16+2. Preinstallation
17+ It is assumed, that Psiphon has been previously installed and configured.
18+ 2.1 Development IDE.
19+ IDE can be installed to ease test development and execution.
20+ 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".
21+ 2.2 PHP
22+ PHP language support must be set up.
23+ 2.2 PHPunit
24+ 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.
25+3. Configuring environment
26+ 3.1 PsiphonTestConfig
27+ 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.
28+ 3.2 Firefox profile.
29+ 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.
30+ To prepare firefox profile, follow steps:
31+ a. Make sure all your firefox instance are closed
32+ b. Click Start>Run
33+ c. Type “firefox -ProfileManager -no-remote”
34+ d. Select “Create Profile” (i.e. selenium)
35+ e. Click “Next”
36+ f. Enter new profile name
37+ g. Select a directory folder to store your new profile
38+ h. Click “Finish”
39+ i. Click “Start Firefox” and configure settings(Needed plugins, certificate exceptions, specific settings and other)
40+ j. Add command line option -firefoxProfileTemplate with created profile path as you start the Selenium Server
41+ 3.3 Starting selenium server.
42+ To start selenium server, you can use (..)/trunk/testing/autotests/selenium_start file. This command starts server for the prepared firefox profile.
43+ More options, how to start server: http://seleniumhq.org/docs/05_selenium_rc.html#running-selenium-server
44+4. Working with project
45+ 4.1 Project description
46+ - Testing folder contains Selenium Php driver, that is used to connect to Selenium RC server
47+ - tests folder contains Test cases
48+ - LanguageHelper.php, UserActions Auxillary files, contain common actions, used in many Test cases.
49+ - PsiphonTestCase.php contains super class for all Test cases. Contains functionality for selenium session management
50+ - PsiphonTestConfig.php file contains configuration constants.
51+ - bootstrap.php bootstrap file, currently contains includes.
52+ - Suite.php Contains Test suite initialization to run all tests.
53+ 4.2 Running test case from Netbeans
54+ 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.
55+ 4.3 Running test case from command line.
56+ 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:
57+ phpunit --configuration configuration.xml tests/Psiphon10TestCase.php ;To run # 10 Test case
58+ 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.
59+ 5. References
60+ http://seleniumhq.org/ - Selenium home site.
61+ http://seleniumhq.org/docs/04_selenese_commands.html - selenium RC commands
62+ http://www.phpunit.de/manual/3.4/en/index.html - PHPunit manual page
63+
64+
65+
66+
67+
68+
69+
70+
71
72=== added directory 'trunk/testing/autotests/ff_profile'
73=== added directory 'trunk/testing/autotests/ff_profile/Cache'
74=== added file 'trunk/testing/autotests/ff_profile/Cache/0A138D66d01'
75Binary 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
76=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_001_'
77Binary 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
78=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_002_'
79Binary 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
80=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_003_'
81Binary 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
82=== added file 'trunk/testing/autotests/ff_profile/Cache/_CACHE_MAP_'
83Binary 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
84=== added file 'trunk/testing/autotests/ff_profile/XPC.mfasl'
85Binary 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
86=== added file 'trunk/testing/autotests/ff_profile/XUL.mfasl'
87Binary 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
88=== added directory 'trunk/testing/autotests/ff_profile/bookmarkbackups'
89=== added file 'trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json'
90--- trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json 1970-01-01 00:00:00 +0000
91+++ trunk/testing/autotests/ff_profile/bookmarkbackups/bookmarks-2010-09-01.json 2010-11-15 05:23:58 +0000
92@@ -0,0 +1,1 @@
93+{"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":[]}]}
94\ No newline at end of file
95
96=== added file 'trunk/testing/autotests/ff_profile/cert8.db'
97Binary 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
98=== added file 'trunk/testing/autotests/ff_profile/cert_override.txt'
99--- trunk/testing/autotests/ff_profile/cert_override.txt 1970-01-01 00:00:00 +0000
100+++ trunk/testing/autotests/ff_profile/cert_override.txt 2010-11-15 05:23:58 +0000
101@@ -0,0 +1,4 @@
102+# PSM Certificate Override Settings file
103+# This is a generated file! Do not edit.
104+192.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=
105+127.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=
106
107=== added file 'trunk/testing/autotests/ff_profile/compatibility.ini'
108--- trunk/testing/autotests/ff_profile/compatibility.ini 1970-01-01 00:00:00 +0000
109+++ trunk/testing/autotests/ff_profile/compatibility.ini 2010-11-15 05:23:58 +0000
110@@ -0,0 +1,5 @@
111+[Compatibility]
112+LastVersion=3.6.6_20100628124739/20100628124739
113+LastOSABI=Linux_x86-gcc3
114+LastPlatformDir=/usr/lib/firefox-3.6.6
115+LastAppDir=/usr/lib/firefox-3.6.6
116
117=== added file 'trunk/testing/autotests/ff_profile/compreg.dat'
118--- trunk/testing/autotests/ff_profile/compreg.dat 1970-01-01 00:00:00 +0000
119+++ trunk/testing/autotests/ff_profile/compreg.dat 2010-11-15 05:23:58 +0000
120@@ -0,0 +1,1932 @@
121+Generated File. Do not edit.
122+
123+[HEADER]
124+Version,0,5
125+
126+[COMPONENTS]
127+rel:nsTaggingService.js,1277732717000
128+rel:nsProxyAutoConfig.js,1277732717000
129+rel:nsUpdateTimerManager.js,1277732717000
130+rel:nsLoginManager.js,1277732717000
131+rel:nsSafebrowsingApplication.js,1277732717000
132+rel:nsHandlerService.js,1277732717000
133+rel:libbrowserdirprovider.so,1277733028000
134+rel:nsLoginInfo.js,1277732717000
135+rel:GPSDGeolocationProvider.js,1277732717000
136+abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js,1271345178000
137+rel:nsWebHandlerApp.js,1277732717000
138+rel:nsUrlClassifierListManager.js,1277732717000
139+rel:nsSetDefaultBrowser.js,1277732717000
140+rel:nsSearchService.js,1277732717000
141+rel:jsconsole-clhandler.js,1277732717000
142+rel:nsSidebar.js,1277732717000
143+rel:nsAddonRepository.js,1277732717000
144+rel:nsBrowserGlue.js,1277732717000
145+rel:storage-mozStorage.js,1277732717000
146+rel:libimgicon.so,1277733028000
147+rel:nsContentDispatchChooser.js,1277732717000
148+rel:nsLivemarkService.js,1277732717000
149+rel:nsURLFormatter.js,1277732717000
150+rel:pluginGlue.js,1277732717000
151+rel:nsPlacesDBFlush.js,1277732717000
152+rel:txEXSLTRegExFunctions.js,1277732717000
153+rel:libnkgnomevfs.so,1277733045000
154+rel:nsHelperAppDlg.js,1277732717000
155+rel:nsSearchSuggestions.js,1277732717000
156+rel:nsPlacesAutoComplete.js,1277732717000
157+rel:nsLoginManagerPrompter.js,1277732717000
158+rel:nsBrowserContentHandler.js,1277732717000
159+rel:nsTryToClose.js,1277732717000
160+rel:nsDefaultCLH.js,1277732717000
161+rel:nsINIProcessor.js,1277732717000
162+rel:FeedConverter.js,1277732717000
163+rel:libbrowsercomps.so,1277733028000
164+rel:nsSessionStartup.js,1277732717000
165+rel:nsBlocklistService.js,1277732717000
166+rel:storage-Legacy.js,1277732717000
167+rel:nsUrlClassifierLib.js,1277732717000
168+rel:nsSessionStore.js,1277732717000
169+rel:nsPlacesTransactionsService.js,1277732717000
170+rel:FeedProcessor.js,1277732717000
171+rel:nsFormAutoComplete.js,1277732717000
172+rel:nsFilePicker.js,1277732717000
173+rel:nsMicrosummaryService.js,1277732717000
174+rel:NetworkGeolocationProvider.js,1277732717000
175+rel:nsExtensionManager.js,1277732717000
176+rel:nsBadCertHandler.js,1277732717000
177+rel:nsDownloadManagerUI.js,1277732717000
178+rel:nsContentPrefService.js,1277732717000
179+abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/pluginGlue.js,1271345178000
180+rel:fuelApplication.js,1277732717000
181+rel:libmozgnome.so,1277733045000
182+rel:nsPrivateBrowsingService.js,1277732717000
183+rel:WebContentConverter.js,1277732717000
184+rel:FeedWriter.js,1277732717000
185+rel:libdbusservice.so,1277733028000
186+
187+[CLASSIDS]
188+{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3},,application/x-mozilla-static,,nsLayoutModule
189+{a7f800e0-4306-11d4-98d0-001083010e9b},@mozilla.org/uriloader/external-helper-app-service;1,application/x-mozilla-static,Netscape External Helper App Service,docshell_provider
190+{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e},,application/x-mozilla-static,,NSS
191+{75656ad9-bd13-4c5d-939a-ec6351eea0cc},,application/x-mozilla-static,,nsComposerModule
192+{ba6151ad-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
193+{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd},,text/javascript,,rel:nsINIProcessor.js
194+{495eca42-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
195+{0cd233e0-7a86-11d3-915c-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
196+{73bb7c12-dbab-4ae2-aecf-a0331dec916f},,application/x-mozilla-static,,nsUCvMathModule
197+{cb6593e0-f9b2-11d2-bdd6-000064657374},@mozilla.org/js/xpc/XPConnect;1,application/x-mozilla-static,,xpconnect
198+{e768ebef-70f9-4fe3-8835-4f4f3fd996e2},,application/x-mozilla-static,,nsUCvMathModule
199+{229fa115-9412-4d32-baf3-2fc407f76fb1},,text/javascript,,rel:FeedConverter.js
200+{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606},,application/x-mozilla-static,,PKI
201+{f1299dc2-1dd1-11b2-a347-ee6b7660e048},,application/x-mozilla-static,,JavaScript_Debugger
202+{77da64d3-7458-4920-9491-86cc9914f904},,text/javascript,,rel:NetworkGeolocationProvider.js
203+{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6},,application/x-mozilla-static,,nsToolkitCompsModule
204+{6394eeae-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
205+{d4f2b600-b5c1-11d6-b483-cc97c63e567c},,application/x-mozilla-static,,nsLayoutModule
206+{748a1132-671a-409a-8d1d-f1cdf6b3a6b4},,application/x-mozilla-static,,nsI18nModule
207+{fcacef24-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
208+{a496d0a2-dff7-4e23-bd65-1ca742fa178a},,application/x-mozilla-static,,NSS
209+{2d524fd3-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
210+{8323fad0-2102-11d4-8142-000064657374},,application/x-mozilla-static,,nsParserModule
211+{16786594-0296-4471-8096-8f84497ca428},,application/x-mozilla-static,,NSS
212+{a5570462-1dd1-11b2-9d19-df30a27fbdc4},,application/x-mozilla-static,,nsFileViewModule
213+{c0773e90-5799-4eff-ad03-3ebcd85624ac},,application/x-mozilla-static,,RemoteServiceModule
214+{ba6151ba-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
215+{f7fa4581-238e-11d5-a73c-ab64fb68f2bc},,application/x-mozilla-static,,embedcomponents
216+{8b1ae382-51a9-4972-b930-56977a57919d},,text/javascript,,rel:nsWebHandlerApp.js
217+{10f2f5f0-f103-4901-980f-ba11bd70d60d},,application/x-mozilla-static,,nsToolkitCompsModule
218+{9416bfb4-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
219+{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3},@mozilla.org/network/file-input-stream;1,application/x-mozilla-static,nsFileInputStream,necko
220+{a0f827e1-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule
221+{a6cf9124-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
222+{d3f69889-e13a-4321-980c-a39332e21f34},,application/x-mozilla-static,,nsWidgetGtk2Module
223+{05bae29d-8aef-486d-84aa-53f48f146811},,application/x-mozilla-static,,xpconnect
224+{660d8ca8-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
225+{6394eebb-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
226+{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b},,application/x-mozilla-static,,NSS
227+{7b8556ac-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
228+{a15789aa-8903-462b-81e9-4aa2cff4d5cb},,application/x-mozilla-static,,NSS
229+{12663f3a-a311-4606-83eb-b6b9108dcc36},,text/javascript,,rel:pluginGlue.js
230+{bc0017e3-2438-47be-a567-41db58f17627},,application/x-mozilla-static,,docshell_provider
231+{ff41913b-546a-4bff-9201-dc9b2c032eba},@mozilla.org/network/url-parser;1?auth=maybe,application/x-mozilla-static,nsStdURLParser,necko
232+{7fa5237d-b0eb-438f-9e50-ca0166e63788},,application/x-mozilla-static,,necko
233+{3c1c0163-9bd0-11d3-9d09-0050040007b2},,application/x-mozilla-static,,nsUConvModule
234+{efc323e1-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
235+{95c963b7-20b2-11db-92f6-001422106990},,text/javascript,,rel:FeedProcessor.js
236+{d25e0511-2bae-11d4-9d10-0050040007b2},,application/x-mozilla-static,,nsChardetModule
237+{b69155f4-a8bf-453d-8653-91d1456e1d3d},,text/javascript,,rel:nsTryToClose.js
238+{7c657d14-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
239+{6394eea6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
240+{ba61519b-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
241+{5d0ce354-df01-421a-83fb-7ead0990c24e},,text/javascript,,rel:nsBrowserContentHandler.js
242+{831f8f13-7aa8-485f-b02e-77c881cc5773},,application/x-mozilla-static,,necko
243+{660d8ca6-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
244+{7294fe9c-14d8-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider
245+{eab9012e-5f74-4cbc-b2b5-a590235513cc},,text/javascript,,rel:nsBrowserGlue.js
246+{ba6151a3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
247+{eaca2576-0d4a-11d3-9d7e-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule
248+{b88a4712-eb52-4c10-9b85-bf5894b510f0},,application/x-mozilla-static,,nsLayoutModule
249+{ba6151b2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
250+{0c351177-0159-4500-86b0-a219dfde4258},,application/x-mozilla-static,,nsLayoutModule
251+{495eca47-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
252+{7dfdf0d1-aff6-4a34-bad1-d0fe74601642},,text/javascript,,rel:nsDownloadManagerUI.js
253+{da5b130a-1dd1-11b2-ad47-f455b1814a78},,application/x-mozilla-static,,nsGfxModule
254+{3ff8fb9f-ee63-48df-89f0-dace0242fd82},,application/x-mozilla-static,,necko
255+{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5},,application/x-mozilla-static,,necko
256+{98d41c21-ccf3-11d2-b3b1-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
257+{6803cac5-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
258+{a62af1ba-79b3-4896-8aaf-b148bfce4280},,application/x-mozilla-static,,necko
259+{18c2f98d-b09f-11d2-bcde-00805f0e1353},,application/x-mozilla-static,,nsSoftwareUpdate
260+{fb0bbc5c-452e-4783-b32c-80124693d871},,application/x-mozilla-static,,NSS
261+{e3fa9d0a-1dd1-11b2-bdef-8c720b597445},,application/x-mozilla-static,,nsToolkitCompsModule
262+{660d8ca0-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
263+{6394eeb3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
264+{ba6151b7-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
265+{019718e3-cdb5-11d2-8d3c-000000000000},,application/x-mozilla-static,,nsLayoutModule
266+{7b8556a4-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
267+{f34ff792-722e-4490-b195-47d242edca1c},,application/x-mozilla-native,,rel:libbrowsercomps.so
268+{9fe5d975-09bd-44aa-a01a-66402ea28657},,application/x-mozilla-static,,mozSpellCheckerModule
269+{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
270+{2d524fd8-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
271+{c31f4883-839b-45f6-82ad-a6a9bc5ad599},,text/javascript,,rel:nsPrivateBrowsingService.js
272+{12bb8f17-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
273+{6b8bdffc-3394-417d-be83-a81b7c0f63bf},,application/x-mozilla-static,,docshell_provider
274+{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
275+{de9472d0-8034-11d3-9399-00104ba0fd40},,application/x-mozilla-static,,necko
276+{c0844a84-5a12-4808-80a8-809cb002bb4f},,text/javascript,,rel:nsPlacesTransactionsService.js
277+{5060b803-340e-11d5-be5b-b3e063ec6a3c},,application/x-mozilla-static,,nsFindComponent
278+{a6cf9107-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule
279+{21dd6a02-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
280+{c5de4da2-d667-42d2-b8c2-efdbcf3302ef},,application/x-mozilla-static,,nsUConvModule
281+{57cf9383-3405-11d5-be5b-aa20fa2cf37c},,application/x-mozilla-static,,embedcomponents
282+{9445791f-fa4c-4669-b174-df5032bb67b3},,application/x-mozilla-static,,necko
283+{ccd0e960-7947-4635-b70e-4c661b63d675},,application/x-mozilla-static,,necko
284+{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c},,application/x-mozilla-native,,rel:libnkgnomevfs.so
285+{a6cf9129-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsWidgetGtk2Module
286+{2f977d53-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsWidgetGtk2Module
287+{d4214e92-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule
288+{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c},,application/x-mozilla-static,,nsWidgetGtk2Module
289+{aa892eb4-ffbf-477d-9f9a-06c995ae9f27},,text/javascript,,rel:nsSearchSuggestions.js
290+{24f92fae-f793-473b-8061-713408bd11d5},,application/x-mozilla-native,,rel:libbrowsercomps.so
291+{ba6151aa-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
292+{ce02d538-0217-47a3-a589-b51790fdd8ce},,application/x-mozilla-static,,docshell_provider
293+{2587e382-1324-11d4-a652-eadbb2be3484},,application/x-mozilla-static,,application
294+{2b026890-5a2e-4981-ada2-a600358947b4},,application/x-mozilla-static,,nsUConvModule
295+{214c48a0-b57f-11d4-959c-0020183bf181},,application/x-mozilla-static,,docshell_provider
296+{74b7a390-3b41-11d4-8a80-006008c844c3},,application/x-mozilla-static,,NSS
297+{f57899d0-4e2c-4ac6-9e29-50c736103b0c},,text/javascript,,rel:nsSetDefaultBrowser.js
298+{9de95a0c-39a4-4d64-9a53-17940dd7cabb},,application/x-mozilla-static,,nsPlacesModule
299+{66856477-6596-40eb-bb87-59ca2dabb6f7},,application/x-mozilla-static,,nsLayoutModule
300+{dbded6ec-edbf-4054-a834-287b82c260f9},,text/javascript,,rel:nsBadCertHandler.js
301+{892ffeb0-3f80-11d3-a16c-0050041caf44},,application/x-mozilla-static,,necko
302+{929d9320-251e-11d4-8a7c-006008c844c3},,application/x-mozilla-static,,NSS
303+{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a},,application/x-mozilla-static,,necko
304+{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980},,application/x-mozilla-native,,rel:libbrowsercomps.so
305+{6394eeab-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
306+{ab1da296-6125-40ba-96d0-47a8282ae3db},,application/x-mozilla-static,,nsParserModule
307+{d0272978-beab-4adc-a3d4-04b76acfa4e7},,text/javascript,,rel:nsPlacesAutoComplete.js
308+{f30bc0a2-958b-4287-bf62-ce38ba0c811e},,application/x-mozilla-static,,docshell_provider
309+{66634f68-be19-42d0-a4ca-d1c21fa059b8},,application/x-mozilla-static,,nsUConvModule
310+{2d524fd0-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
311+{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925},,application/x-mozilla-static,,nsUConvModule
312+{2002f784-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
313+{2d96b3d0-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
314+{67ba681d-5485-4fff-952c-2ee337ffdcd6},,application/x-mozilla-static,,NSS
315+{26acb1f0-28fc-43bc-867a-a46aabc85dd4},,text/javascript,,rel:FeedProcessor.js
316+{ff8fe7ec-2f74-4408-b742-6b7a546029a8},,application/x-mozilla-static,,necko
317+{62db0002-dbb6-43f4-8fb7-9d2538bc5747},,application/x-mozilla-static,,nsComposerModule
318+{5b256c10-22d8-4109-af92-1253035e9fcb},,application/x-mozilla-static,,NSS
319+{b57f97c1-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule
320+{4e4aae11-8901-46cc-8217-dad7c5415873},,application/x-mozilla-static,,embedcomponents
321+{7b8556a9-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
322+{439400d3-6f23-43db-8b06-8aafe1869bd8},,application/x-mozilla-static,,necko
323+{a578e0a4-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
324+{9416bfb1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
325+{78804a84-8173-42b6-bb94-789f0816a810},@mozilla.org/network/url-parser;1?auth=no,application/x-mozilla-static,nsNoAuthURLParser,necko
326+{bfd1a792-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider
327+{6803caca-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
328+{a47e9526-6e48-4574-9d6c-3164e271f74e},,application/x-mozilla-static,,nsLayoutModule
329+{948a0023-e3a7-11d2-96cf-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
330+{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a},,application/x-mozilla-static,,necko
331+{8b5314ba-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
332+{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4},,application/x-mozilla-static,,nsLayoutModule
333+{7d7008a0-c49a-11d3-9b22-0080c7cb1080},,application/x-mozilla-static,,necko
334+{77cfaaf1-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule
335+{6394eeb8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
336+{0099907d-123c-4853-a46a-43098b5fb68c},,application/x-mozilla-static,,appshell
337+{cb60980e-18a5-4a77-9110-8146614ca7f0},,application/x-mozilla-static,,nsFileViewModule
338+{ba6151a2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
339+{379c2771-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
340+{49b38f14-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
341+{12bb8f1c-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
342+{e6fd9940-899d-11d2-8eae-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
343+{9226888e-da08-11d3-8cda-0060b0fc14a3},@mozilla.org/network/buffered-input-stream;1,application/x-mozilla-static,nsBufferedInputStream,necko
344+{3a9cd622-264d-11d4-ba06-0060b0fc76dd},,application/x-mozilla-static,,nsLayoutModule
345+{3b581fd4-3497-426c-8f61-3658b971cb80},,application/x-mozilla-static,,nsLayoutModule
346+{36a1d3b3-d886-4317-96ff-87b0005cfef7},,application/x-mozilla-static,,NSS
347+{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9},,application/x-mozilla-static,,embedcomponents
348+{6a4d4c1e-a74a-4320-8124-16233a0183d6},,application/x-mozilla-static,,nsSoftwareUpdate
349+{920307b0-c6e8-11d2-8aa8-00600811a836},,application/x-mozilla-static,,nsUConvModule
350+{7c657d11-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
351+{6394eea3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
352+{9416bfbe-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
353+{2bf64764-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule
354+{fcacef23-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
355+{0885d4f8-f7b8-4cda-902e-94ba38bc256e},,application/x-mozilla-static,,necko
356+{7c02eadc-0076-4d03-998d-80d779c48589},,application/x-mozilla-static,,nsSecurityManagerModule
357+{895db6c7-dbdf-40ea-9f64-b175033243dc},,application/x-mozilla-static,,satchel
358+{e12752f0-ee9a-11d1-a82a-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
359+{47049e42-1d87-482a-984d-56ae185e367a},,application/x-mozilla-static,,nsChromeModule
360+{8df290ae-dcaa-4c11-98a5-2429a4dc97bb},,text/javascript,,rel:nsContentPrefService.js
361+{ba6151af-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
362+{ffc08380-256c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so
363+{376ff2c1-9bf6-418a-b143-3340c00112f7},,application/x-mozilla-static,,nsImageLib2Module
364+{495eca44-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
365+{972d8d8f-f0da-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
366+{56388dad-287b-4240-a785-85c394012503},,application/x-mozilla-static,,necko
367+{0f78da56-8321-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
368+{e56f5e01-c7cc-4675-a9d7-b8f1e4127295},,application/x-mozilla-static,,docshell_provider
369+{6394eec0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
370+{0404d02a-01ca-aaab-4762-944b1bf2f7b5},,application/x-mozilla-static,,nsLayoutModule
371+{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5},,application/x-mozilla-static,,nsLayoutModule
372+{0032d852-1dd2-11b2-95f7-e0a1910ed2da},,application/x-mozilla-static,,nsRDFModule
373+{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d},,text/javascript,,rel:GPSDGeolocationProvider.js
374+{87ed1160-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
375+{6394eeb0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
376+{7b8556a1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
377+{0cb0d9a0-f503-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
378+{a59da935-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
379+{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
380+{2d524fd5-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
381+{e332db00-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
382+{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
383+{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea},,application/x-mozilla-static,,nsPlacesModule
384+{f1eac762-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider
385+{ba6151bc-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
386+{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7},,text/javascript,,rel:nsContentPrefService.js
387+{2e9b69dd-9087-438c-8b5d-f77b553abefb},,application/x-mozilla-static,,docshell_provider
388+{e64f152a-9f07-11d3-8cda-0060b0fc14a3},@mozilla.org/network/protocol;1?name=resource,application/x-mozilla-static,nsResProtocolHandler,necko
389+{26a4a019-2827-4a89-a85c-5931a678823a},,text/javascript,,rel:nsUrlClassifierLib.js
390+{4a6212db-accb-11d3-b765-0060b0b6cecb},,application/x-mozilla-static,,nsSecurityManagerModule
391+{bbbb1d61-438f-4436-92ed-8308e5830fb0},,application/x-mozilla-static,,mozStorageModule
392+{7319788a-fe93-4db3-9f39-818cf08f4256},,text/javascript,,rel:nsSearchService.js
393+{841387c8-72e6-484b-9296-bf6eea80d58a},,application/x-mozilla-static,,nsWidgetGtk2Module
394+{7fbd2146-5ff4-4674-b069-a7bbce66e773},,application/x-mozilla-static,,nsComposerModule
395+{d0f9db12-249c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so
396+{6803cacf-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
397+{ed0244e0-c144-11d2-8f4c-006008159b0c},,application/x-mozilla-static,,nsLayoutModule
398+{14632191-ac21-4bdf-83e7-2363ad17e838},,application/x-mozilla-static,,nsLayoutModule
399+{a6cf9126-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
400+{5f43022c-6194-4b37-b26d-e41024625264},,application/x-mozilla-native,,rel:libmozgnome.so
401+{4d977f60-fbe7-4583-8cb7-f5ed882293ef},,application/x-mozilla-static,,nsLayoutModule
402+{c2710d40-6f4d-4b7f-9778-76ae5166648c},,application/x-mozilla-static,,nsLayoutModule
403+{6394eebd-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
404+{7b8556ae-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
405+{379c2776-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
406+{ea617873-3b73-4efd-a2c4-fc39bfab809d},,application/x-mozilla-static,,necko
407+{db340cc2-7f50-4ea3-8427-f529daf6dc87},,application/x-mozilla-static,,satchel
408+{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9},,application/x-mozilla-static,,tkAutoCompleteModule
409+{6987230e-0098-4e78-bc5f-1493ee7519fa},,application/x-mozilla-static,,nsWidgetGtk2Module
410+{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c},,application/x-mozilla-static,,nsUCvMathModule
411+{af7a9952-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
412+{8c2023b9-175c-477e-9761-44ae7b549756},,text/javascript,,rel:storage-mozStorage.js
413+{4ca6b67b-5cc7-4e71-a98a-97af1c134862},,application/x-mozilla-static,,nsPermissionsModule
414+{64f300a1-c88c-11d3-97fb-00400553eef0},,application/x-mozilla-static,,nsLayoutModule
415+{a4bd2161-7892-4389-8d5a-3111a6d17ec7},,application/x-mozilla-static,,PKI
416+{66230b2b-17fa-4bd3-abf4-07986151022d},,application/x-mozilla-static,,necko
417+{1dcc23b0-d4cb-11dc-9ad6-479d56d89593},,text/javascript,,rel:nsTaggingService.js
418+{5d0fcdd0-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
419+{a431b276-f77d-4b83-9b37-872cf2fbcc2a},,application/x-mozilla-static,,nsUConvModule
420+{8f666a11-04a0-11d3-b3b9-00805f8a6670},,application/x-mozilla-static,,nsI18nModule
421+{1cd91b88-1dd2-11b2-92e1-ed22ed298000},@mozilla.org/preferences-service;1,application/x-mozilla-static,Preferences Server,nsPrefModule
422+{dab3a846-3a59-4fc2-9745-c6ff48776f00},,application/x-mozilla-static,,mozStorageModule
423+{6394eea8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
424+{0958b101-9ada-11d2-8ebc-00805f29f370},,application/x-mozilla-static,,nsRDFModule
425+{9158c470-86e4-11d4-9be2-00e09872a416},,application/x-mozilla-static,,necko
426+{b9507aec-1dd1-11b2-8cd5-c48ee0c50307},,application/x-mozilla-static,,NSS
427+{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5},,text/javascript,,rel:nsSafebrowsingApplication.js
428+{b6ed3030-6183-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko
429+{c07e81e0-ef12-11d2-92b6-00105a1b0d64},@mozilla.org/network/socket-transport-service;1,application/x-mozilla-static,nsSocketTransportService,necko
430+{64d6174c-1496-4ffd-87f2-da2670f88934},,application/x-mozilla-static,,mozSpellCheckerModule
431+{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e},,application/x-mozilla-static,,nsLayoutModule
432+{2002f781-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
433+{1f34bc80-1bc7-11d6-a384-d705dd0746fc},,application/x-mozilla-static,,nsLayoutModule
434+{ba61519a-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
435+{8b042e22-6f87-11d3-b3c8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
436+{4dc30689-929d-425e-a709-082c6294e542},,application/x-mozilla-static,,nsLayoutModule
437+{ba6151b4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
438+{660d8ca5-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
439+{4f6b5e00-0c36-11d5-a535-0010a401eb10},,application/x-mozilla-static,,nsCookieModule
440+{495eca49-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
441+{a578e0a1-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
442+{aeb8936f-219c-4d3c-8385-d9382daa551a},,application/x-mozilla-static,,mozSpellCheckerModule
443+{bacd8ad0-552f-11d3-a9f7-000064657374},,application/x-mozilla-static,,nsLayoutModule
444+{6803cac7-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
445+{0bec75a8-1dd2-11b2-863a-f69f77c31371},,application/x-mozilla-static,,PKI
446+{d5eb483c-67c0-4286-a4a6-330e58a82300},,application/x-mozilla-static,,nsUCvMathModule
447+{9286e71a-621a-4b91-851e-9984c1a2e81a},,application/x-mozilla-static,,nsLayoutModule
448+{0704e7c0-a758-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
449+{4aef38b7-6364-4e23-a5e7-12f837fbbd9c},,application/x-mozilla-static,,nsLayoutModule
450+{660d8ca2-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
451+{6394eeb5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
452+{7b8556a6-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
453+{ba61519f-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
454+{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c},,application/x-mozilla-static,,nsLayoutModule
455+{2d524fda-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
456+{7baf62e0-8e61-11d2-8eb1-00805f29f370},,application/x-mozilla-static,,nsRDFModule
457+{136e2c4d-c5a4-477c-b131-d93d7d704f64},,application/x-mozilla-native,,rel:libbrowsercomps.so
458+{0f2f347c-1e4f-40cc-8efd-792dea70a85e},,text/javascript,,rel:nsLoginInfo.js
459+{2ee83680-2af0-4bcb-bfa0-c9705f6554f1},,application/x-mozilla-static,,docshell_provider
460+{414af362-9ad8-4296-898e-62247f25a20e},,text/javascript,,rel:FeedProcessor.js
461+{2d524fdd-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
462+{aaab6710-0f2c-11d5-a53b-0010a401eb10},,application/x-mozilla-static,,necko
463+{e9b301c0-e0e4-11d3-a1a8-0050041caf44},,application/x-mozilla-static,,necko
464+{23e8fd98-a625-4b08-be1a-f7cc18a5b106},,application/x-mozilla-static,,nsPluginModule
465+{77cfaaf2-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule
466+{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule
467+{929814d6-1dd2-11b2-8e08-82fa0a339b00},,application/x-mozilla-static,,xpconnect
468+{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},,application/x-mozilla-static,,nsAutoConfigModule
469+{e7caf8c0-3570-47fe-aa1b-da47539b5d07},,application/x-mozilla-static,,NSS
470+{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
471+{2f277c00-0eaf-4ddb-b936-41326ba48aae},,application/x-mozilla-static,,necko
472+{1423e739-782c-4081-b5d8-fe6fba68c0ef},,application/x-mozilla-static,,necko
473+{0ae53c0f-8ea2-4916-bedc-717443c3e185},,application/x-mozilla-static,,NSS
474+{0ddf4df8-4dbb-4133-8b79-9afb966514f5},,application/x-mozilla-static,,nsLayoutModule
475+{0de2fbfa-6b7f-11d7-bbba-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule
476+{ba6151ac-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
477+{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1},,application/x-mozilla-static,,nsImageLib2Module
478+{c94f4a30-64d7-11d4-9960-00b0d02354a0},,application/x-mozilla-static,,NSS
479+{56ad2981-8a87-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule
480+{822bcd11-6432-48be-9e9d-36f7804b7747},,application/x-mozilla-static,,nsCookieModule
481+{6ddb050c-0d04-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,necko
482+{1691e1f4-ee41-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
483+{379c2774-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
484+{a6cf90f5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
485+{49bb6593-3aff-4eb3-a068-2712c28bd58e},,text/javascript,,rel:FeedWriter.js
486+{e6156350-2be8-11db-a98b-0800200c9a66},,text/javascript,,rel:nsURLFormatter.js
487+{6394eead-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
488+{42c52b81-a200-11d3-9d0b-0050040007b2},,application/x-mozilla-static,,nsXPIntlModule
489+{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a},,text/javascript,,rel:FeedProcessor.js
490+{a59da932-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
491+{bfcb82c2-5611-4318-90d6-baf4a7864252},,application/x-mozilla-static,,nsLayoutModule
492+{9d3f70da-86e9-11d4-95ec-00b0d03e37b7},,application/x-mozilla-static,,nsLayoutModule
493+{2d524fd2-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
494+{a2112d6a-0e28-421f-b46a-25c0b308cbd0},,application/x-mozilla-static,,embedcomponents
495+{2ce606b0-bee6-11d1-aad9-00805f8a3e14},,application/x-mozilla-static,,nsParserModule
496+{7526a738-9632-11d3-8cd9-0060b0fc14a3},,application/x-mozilla-static,,nsJarModule
497+{ff8c4d10-3194-11d3-9885-006008962422},@mozilla.org/js/xpc/ContextStack;1,application/x-mozilla-static,,xpconnect
498+{d2800356-c2d7-4e05-a884-79fe566af1cf},,application/x-mozilla-static,,nsUConvModule
499+{9868b4ce-da08-11d3-8cda-0060b0fc14a3},,application/x-mozilla-static,,necko
500+{ba6151b9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
501+{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule
502+{bc54f001-6eb0-4e32-9f49-7e064d8e70ef},,application/x-mozilla-static,,nsAuthModule
503+{26fb965c-9de6-11d3-bccc-0060b0fc76bd},,application/x-mozilla-static,,nsLayoutModule
504+{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7},,application/x-mozilla-static,,nsLayoutModule
505+{62b778a6-bce3-456b-8c31-2865fbb68c91},@mozilla.org/network/idn-service;1,application/x-mozilla-static,nsIDNService,necko
506+{9416bfb3-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
507+{6030f7ef-32ed-46a7-9a63-6a5d3f90445f},,application/x-mozilla-static,,nsLayoutModule
508+{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91},,application/x-mozilla-static,,nsLayoutModule
509+{6803cacc-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
510+{9f6d5d40-90e7-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider
511+{8b5314bc-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
512+{660d8ca7-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
513+{7b8556a2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
514+{bd1326a6-5a14-48de-97cc-95b5195f4fb9},,application/x-mozilla-static,,nsUCvMathModule
515+{ba6151a4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
516+{75c80fd0-accb-432c-af59-ec60668c3990},,application/x-mozilla-static,,nsAuthModule
517+{6deb193c-f87d-4078-bc78-5e64655b4d62},,application/x-mozilla-native,,rel:libbrowserdirprovider.so
518+{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7},,application/x-mozilla-static,,necko
519+{45c23a20-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
520+{a6cf9112-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule
521+{f916ebfb-78ef-464b-94d0-a6f2ca3200ae},,application/x-mozilla-static,,nsWidgetGtk2Module
522+{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a},,text/javascript,,rel:nsPlacesDBFlush.js
523+{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5},,text/javascript,,rel:nsBrowserGlue.js
524+{0e4e7d00-f71a-439f-9178-1a71ff11b55f},,application/x-mozilla-static,,nsLayoutModule
525+{7b8556b2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
526+{7c657d13-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
527+{6394eea5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
528+{9416bfc0-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
529+{2e363d60-872e-11d2-b531-000000000000},,application/x-mozilla-static,,nsLayoutModule
530+{d930e29b-6909-44e5-ab4b-af10d6923705},,application/x-mozilla-static,,nsWidgetGtk2Module
531+{a1b72850-a999-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
532+{3a0a0fc1-8349-11d3-be47-00104bde6048},,application/x-mozilla-static,,nsLayoutModule
533+{6049b263-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
534+{670ee5da-6ad5-11d7-9950-000393636592},,application/x-mozilla-static,,embedcomponents
535+{ec693a6f-0832-49dd-877c-89f6552df5de},,application/x-mozilla-static,,NSS
536+{dccbe7e4-7750-466b-a557-5ea36c8ff24e},,application/x-mozilla-static,,necko
537+{1f59b001-02c9-11d5-ae76-cc92f7db9e03},,application/x-mozilla-static,,embedcomponents
538+{18a03189-067b-4978-b4f1-bafe35292ed6},,text/javascript,,rel:txEXSLTRegExFunctions.js
539+{ba6151b1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
540+{47433d1d-d9a7-4954-994f-f7a05cf87c2e},,application/x-mozilla-static,,nsUConvModule
541+{cb9e0de8-3598-4ed7-857b-827f011ad5d8},,text/javascript,,rel:nsLoginManager.js
542+{495eca46-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
543+{0e6892c1-a9ad-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
544+{d4214e93-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule
545+{58f089ee-512a-42d2-a935-d0c874128930},,application/x-mozilla-static,,nsLayoutModule
546+{6316c6ce-12d3-479e-8f53-e289351412b8},@mozilla.org/intl/stringbundle/text-override;1,application/x-mozilla-static,String Textfile Overrides,nsI18nModule
547+{6803cac4-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
548+{34587f4a-be18-43c0-9112-b782b08c0add},,application/x-mozilla-static,,BOOT
549+{5ba6d920-d4e9-11d3-a1a5-0050041caf44},,application/x-mozilla-static,,necko
550+{822cb9ae-6421-4484-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
551+{6803cac9-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
552+{1b117e16-0cad-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,nsJarModule
553+{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0},,application/x-mozilla-static,,nsLayoutModule
554+{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f},,text/javascript,,rel:FeedProcessor.js
555+{6394eeb2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
556+{6803cacd-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
557+{b992ddcd-3899-4320-9909-924b3e72c922},,text/javascript,,rel:FeedProcessor.js
558+{7b8556a3-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
559+{471f4944-1dd2-11b2-87ac-90be0a51d609},,application/x-mozilla-static,,embedcomponents
560+{14c13684-1dd2-11b2-9463-bb10ba742554},,application/x-mozilla-static,,nsToolkitCompsModule
561+{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f},,application/x-mozilla-static,,necko
562+{2d524fd7-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
563+{b148eed2-236d-11d3-b35c-00a0cc3c1cde},,application/x-mozilla-static,,nsWidgetGtk2Module
564+{12bb8f16-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
565+{ed394ba0-5472-11d3-bbc8-0000861d1237},,application/x-mozilla-static,,necko
566+{e638d761-8687-11d2-b530-000000000000},,application/x-mozilla-static,,nsRDFModule
567+{a41661d5-1417-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider
568+{9e9b565a-8e52-4c1a-8805-b2b91655f874},,application/x-mozilla-static,,nsI18nModule
569+{057b04d0-0ccf-11d2-beba-00805f8a66dc},,application/x-mozilla-static,,docshell_provider
570+{0a698c44-3bff-11d4-9649-00c0ca135b4e},,application/x-mozilla-static,,nsUConvModule
571+{bfd1a791-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider
572+{36102b6b-7b62-451a-a1c8-a0d456c92dc5},,application/x-mozilla-static,,nsSecurityManagerModule
573+{63c7b9f4-0cc8-43f8-b666-0a661655cb73},,application/x-mozilla-native,,rel:libbrowsercomps.so
574+{8aa66d77-1bbb-45a6-991e-b8f47751c291},,text/javascript,,rel:nsLoginManagerPrompter.js
575+{9eb760f0-4380-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
576+{2e41ada0-62b7-4902-b9a6-e4542aa458ba},,application/x-mozilla-static,,embedcomponents
577+{320706d2-2e81-42c6-89c3-8d83b17d3fb4},,application/x-mozilla-static,,necko
578+{1f5c1721-7dc3-11d3-bf87-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule
579+{f1eac761-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,Browser_Embedding_Module
580+{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b},,application/x-mozilla-static,,nsLayoutModule
581+{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e},,application/x-mozilla-static,,necko
582+{5632bf70-51ec-11d3-9896-006008962422},@mozilla.org/js/xpc/Exception;1,application/x-mozilla-static,,xpconnect
583+{36b63ef3-e0fa-4c49-9fd4-e065e85568f4},,application/x-mozilla-static,,necko
584+{6394eebf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
585+{ba6151a9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
586+{379c2778-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
587+{dc8e21a0-03e4-11da-8cd6-0800200c9a66},,application/x-mozilla-static,,nsAuthModule
588+{17491ba4-1dd2-11b2-aae3-de6b92dab620},,application/x-mozilla-static,,necko
589+{d6008c40-4dad-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
590+{3a8a3a50-512c-11d4-9a54-000064657374},,application/x-mozilla-static,,nsLayoutModule
591+{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0},,text/javascript,,rel:FeedConverter.js
592+{54ae32f8-1dd2-11b2-a209-df7c505370f8},,text/javascript,,rel:nsFilePicker.js
593+{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7},,application/x-mozilla-static,,nsImageLib2Module
594+{94f1de09-d0e5-4ca8-94c2-98b049316b7f},,application/x-mozilla-static,,nsSystemPrefModule
595+{a4557478-ae16-11d5-ba4b-00108303b117},,application/x-mozilla-static,,NSS
596+{adf42751-1cef-4ad2-aa8e-bcb849d8d31f},,application/x-mozilla-static,,nsI18nModule
597+{a39e0e9d-e567-41e3-b12c-5df67f18174d},,application/x-mozilla-static,,NSS
598+{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67},,application/x-mozilla-static,,necko
599+{feca3c34-205e-4ae5-bd1c-03c686ff012b},,application/x-mozilla-static,,nsLayoutModule
600+{7c657d18-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
601+{f66bc334-1dd1-11b2-bab2-90e04fe15c19},,application/x-mozilla-static,,Browser_Embedding_Module
602+{a772eee4-0464-405d-a329-a29dfda3791a},,application/x-mozilla-static,,docshell_provider
603+{3a449110-66fd-11d4-9528-0020183bf181},,application/x-mozilla-static,,Browser_Embedding_Module
604+{6fb0c970-e1b1-11db-8314-0800200c9a66},,application/x-mozilla-native,,rel:libbrowsercomps.so
605+{b5e65b52-1dd1-11b2-ae8f-f0928ed88482},@mozilla.org/js/xpc/RuntimeService;1,application/x-mozilla-static,,xpconnect
606+{38d1592e-b81e-432b-86f8-471878bbfe07},,application/x-mozilla-static,,nsImageLib2Module
607+{01e1c3ff-094a-d048-44b4-62d29c7b4f39},,application/x-mozilla-static,,nsLayoutModule
608+{0fa3158c-d5a7-43de-9181-a285e74cf1d4},,application/x-mozilla-static,,nsUnixProxyModule
609+{2002f783-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
610+{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344},,text/javascript,,rel:nsDefaultCLH.js
611+{22117140-9c6e-11d3-aaf1-00805f8a4905},,text/javascript,,rel:nsSidebar.js
612+{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc},,application/x-mozilla-static,,nsLayoutModule
613+{e09af32d-2a54-4d76-9ef0-3070e83f8be7},,application/x-mozilla-static,,nsLayoutModule
614+{a665e49a-f3e6-4fed-9f31-f7c568a29899},@mozilla.org/intl/unicodenormalizer;1,application/x-mozilla-static,Unicode Normlization,nsI18nModule
615+{ba6151b6-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
616+{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2},,application/x-mozilla-static,,necko
617+{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1},,application/x-mozilla-static,,NSS
618+{0c797702-1c60-4051-9dd7-4d7405605642},,application/x-mozilla-static,,jsctypes
619+{13e50d8d-9cee-4ad1-a3a2-4a442fdf7dfa},,application/x-mozilla-static,,nsComposerModule
620+{a1fde867-e802-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
621+{a578e0a3-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
622+{f96f5ec9-755b-447e-b1f3-717d1a84bb41},,application/x-mozilla-static,,nsLayoutModule
623+{84e11f80-ca55-11dd-ad8b-0800200c9a66},,application/x-mozilla-native,,rel:libmozgnome.so
624+{776588a6-86d5-47e2-b6b3-992810078202},,application/x-mozilla-static,,nsUConvModule
625+{f6913e2e-1dd1-11b2-84be-f455dee342af},,application/x-mozilla-static,,necko
626+{a6cf9120-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsI18nModule
627+{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713},,application/x-mozilla-static,,nsLayoutModule
628+{ba61519d-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
629+{660d8ca4-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
630+{6394eeb7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
631+{69bb8313-2d4f-45ec-97e0-d39da58ecce9},,text/javascript,,rel:nsExtensionManager.js
632+{7b8556a8-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
633+{ba6151a1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
634+{830b5f80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
635+{2d524fdc-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
636+{cc10c750-9ec3-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsI18nModule
637+{12bb8f1b-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
638+{d9783472-8fe9-11d2-9d3c-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule
639+{09f689e0-b4da-11d2-a68b-00104bde6048},,application/x-mozilla-static,,nsLayoutModule
640+{eae599aa-ecef-49c6-a8af-6ddcc6feb484},,application/x-mozilla-static,,NSS
641+{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3},,application/x-mozilla-static,,nsLayoutModule
642+{218f2ac0-0a48-11d3-b3ba-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
643+{51fa28c7-74c0-4b85-9c46-d03faa7b696b},,application/x-mozilla-static,,necko
644+{663ca4a8-d219-4000-925d-d8f66406b626},,application/x-mozilla-static,,nsAccessibilityModule
645+{6394eea2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
646+{bfd05264-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
647+{ca200860-4696-40d7-88fa-4490d423a8ef},,application/x-mozilla-static,,embedcomponents
648+{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527},,application/x-mozilla-static,,nsUConvModule
649+{1f1ce501-663a-11d3-b7a0-be426e4e69bc},,application/x-mozilla-static,,appshell
650+{3f429a14-dffe-417d-8cb8-fdf09bacd09e},,application/x-mozilla-static,,NSS
651+{a2059c0e-5a58-4c55-ab7c-26f0557546ef},,application/x-mozilla-static,,satchel
652+{a61e6398-2057-40fd-9c81-873b908d24e7},,application/x-mozilla-static,,nsWidgetGtk2Module
653+{8d995d4f-adcc-4159-b7f1-e94af72eeb88},,application/x-mozilla-static,,BOOT
654+{2ee3039b-2de4-43d9-93b0-649beacff39a},,application/x-mozilla-static,,tkAutoCompleteModule
655+{75a500a2-0030-40f7-86f8-63f225b940ae},,application/x-mozilla-native,,rel:libdbusservice.so
656+{67671792-8e25-4487-b1b7-5073cfa95fee},,application/x-mozilla-static,,nsUCvMathModule
657+{ba6151ae-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
658+{1f13b201-39fa-11d6-a7f2-df501ff820dc},,application/x-mozilla-static,,nsLayoutModule
659+{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
660+{a3254cb0-8e20-11d2-8a98-00600811a836},,application/x-mozilla-static,,nsUConvModule
661+{9dcef3a4-a3bc-11d5-ba47-00108303b117},,application/x-mozilla-static,,NSS
662+{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1},,application/x-mozilla-static,,nsLayoutModule
663+{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
664+{7dd4d320-c84b-4624-8d45-7bb9b2356977},,application/x-mozilla-static,,nsToolkitCompsModule
665+{374e0cde-f605-4259-8c92-e639c6c2eeef},,application/x-mozilla-static,,nsUniversalCharDetModule
666+{2a898043-180f-4c8b-8e54-410c7a540f27},,application/x-mozilla-static,,nsWidgetGtk2Module
667+{2376201c-bbc6-472f-9b62-7548040a61c6},,text/javascript,,rel:FeedConverter.js
668+{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko
669+{a181af0d-68b8-4308-94db-d4f859058215},,application/x-mozilla-static,,necko
670+{461cd5dd-73c6-47a4-8cc3-603b37d84a61},,application/x-mozilla-static,,ZipWriterModule
671+{5534ddc0-dd96-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
672+{84b0f182-c6c7-11d2-b3b0-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
673+{6394eeaf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
674+{460a9792-b154-4f26-a922-0f653e2c8f91},,text/javascript,,rel:nsMicrosummaryService.js
675+{a2027ec6-ba0d-4c72-805d-148233f5f33c},,application/x-mozilla-static,,necko
676+{ba615199-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
677+{495eca43-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
678+{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
679+{296d76aa-275b-4f3c-af8a-30a4026c18fc},,application/x-mozilla-static,,NSS
680+{2d524fd4-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
681+{a6cf90e5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
682+{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},,application/x-mozilla-static,,necko
683+{7bb40992-77eb-43db-9a4e-39d3bcc383ae},,application/x-mozilla-static,,nsParserModule
684+{8a0dce80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
685+{a4048e94-1dd1-11b2-a676-8a06c086cc7d},,application/x-mozilla-static,,nsRDFModule
686+{549abb24-7c9d-4aba-915e-7ce0b716b32f},,application/x-mozilla-static,,nsSystemPrefModule
687+{815e42e0-72cc-480f-934b-148e33c228a6},,application/x-mozilla-static,,nsAuthModule
688+{ba6151bb-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
689+{95f46161-d177-11d2-bf86-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule
690+{072a5c3d-30c6-4f07-b87f-9f63d51403f2},,text/javascript,,rel:FeedProcessor.js
691+{e1c61582-2a84-11d3-8cce-0060b0fc14a3},,application/x-mozilla-static,,necko
692+{a0f827e2-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule
693+{6803cace-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
694+{32314cc8-22f7-4f7f-a645-1a45453ba6a6},,text/javascript,,rel:nsHandlerService.js
695+{1c31ed79-accd-4b94-b517-06e0c81999d5},,text/javascript,,rel:FeedConverter.js
696+{2f977d4f-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsPrefModule
697+{fe74cf80-aa2d-11db-abbd-0800200c9a66},,text/javascript,,rel:fuelApplication.js
698+{660d8ca9-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
699+{6394eebc-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
700+{7b8556ad-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
701+{379c2775-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
702+{a4e5888f-4fe4-4632-8e7e-745196ea7c70},,application/x-mozilla-static,,NSS
703+{541afcb2-a9a3-11d2-8ec5-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
704+{bfd0526d-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule
705+{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3},,application/x-mozilla-static,,necko
706+{64edb481-0c04-11d5-a73c-e964b968b0bc},,application/x-mozilla-static,,embedcomponents
707+{7e677795-c582-4cd1-9e8d-8271b3474d2a},,application/x-mozilla-static,,embedcomponents
708+{af7a9951-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
709+{797bec5a-1dd2-11b2-a7f8-ca397e0179c4},,application/x-mozilla-static,,nsImageLib2Module
710+{27aecc62-7777-428e-b34c-5973a47b8298},,application/x-mozilla-static,,nsLayoutModule
711+{d96d5985-a13a-4bdc-9386-ef348d7a97a1},,application/x-mozilla-native,,rel:libmozgnome.so
712+{efc323e2-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
713+{fca3766a-434a-4ae7-83cf-0909e18a093a},,application/x-mozilla-static,,necko
714+{95d89e3e-a169-41a3-8e56-719978e15b12},@mozilla.org/xre/app-info;1,application/x-mozilla-static,nsXULAppInfo,Apprunner
715+{fcacef22-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
716+{9ac9e770-18bc-11d3-9337-00104ba0fd40},@mozilla.org/network/io-service;1,application/x-mozilla-static,nsIOService,necko
717+{7c657d15-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
718+{edb0490e-1dd1-11b2-83b8-dbf8d85906a6},,application/x-mozilla-static,,nsToolkitCompsModule
719+{6394eea7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
720+{a21bfa01-f349-4394-a84c-8de5cf0737d0},,application/x-mozilla-static,,embedcomponents
721+{63ac8c66-1dd2-11b2-b070-84d00d3eaece},,text/javascript,,rel:nsProxyAutoConfig.js
722+{ba615191-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
723+{fe4f7592-c1fc-4662-ac83-538841318803},,application/x-mozilla-static,,xpconnect
724+{fc2389b8-c650-4093-9e42-b05e5f0685b7},,application/x-mozilla-static,,nsWidgetGtk2Module
725+{58a1c31c-1dd2-11b2-a3f6-d36949d48268},,application/x-mozilla-static,,necko
726+{c7e410d4-85f2-11d3-9f63-006008a6efe9},,application/x-mozilla-static,,nsJarModule
727+{4ca3c946-5408-49f0-9eca-3a97d5c67750},,application/x-mozilla-native,,rel:libbrowsercomps.so
728+{7b8556b1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
729+{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2},@mozilla.org/scriptsecuritymanager;1,application/x-mozilla-static,scriptsecuritymanager,nsSecurityManagerModule
730+{ba6151b3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
731+{ca168834-cc00-48f9-b83c-fd018e58cae3},,text/javascript,,rel:nsUrlClassifierListManager.js
732+{ec7a6c20-e081-11da-8ad9-0800200c9a66},,text/javascript,,rel:nsSessionStartup.js
733+{77221d5a-1dd2-11b2-8c69-c710f15d2ed5},,application/x-mozilla-static,,nsWidgetGtk2Module
734+{5280606b-2510-4fe0-97ef-9b5a22eafe6b},,text/javascript,,rel:nsSessionStore.js
735+{495eca48-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
736+{6049b262-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
737+{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f},,application/x-mozilla-static,,necko
738+{bfd05264-834c-11d2-8eac-00805f29f371},,application/x-mozilla-static,,nsLayoutModule
739+{e746a8b1-c97a-4fc5-baa4-66607521bd08},,application/x-mozilla-static,,necko
740+{a6cf9063-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
741+{6803cac6-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
742+{fcacef21-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
743+{518e071f-1dd2-11b2-937e-c45f14def778},,application/x-mozilla-static,,PKI
744+{f24a14f0-4fa1-11d3-9894-006008962422},,application/x-mozilla-static,,xpconnect
745+{e35d5067-95bc-4029-8432-e8f1e431148d},,text/javascript,,rel:nsContentDispatchChooser.js
746+{660d8ca1-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
747+{6394eeb4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
748+{14c0e880-623e-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko
749+{7a2a7a56-827f-4b38-bdac-31aa7ec2971d},,text/javascript,,abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js
750+{ba61519e-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
751+{4f5e62b8-d659-4156-84fc-2f6099400369},,application/x-mozilla-static,,nsLayoutModule
752+{6c84aec9-29a5-4264-8fbc-bee8f922ea67},,application/x-mozilla-static,,necko
753+{2d524fd9-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
754+{47cd0651-b1be-4a0f-b5c4-10e5a573ef71},,text/javascript,,rel:nsBrowserContentHandler.js
755+{e91f9440-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
756+{06beec76-a183-4d9f-85dd-085f26da565a},,application/x-mozilla-static,,nsWidgetGtk2Module
757+{fd9a9e8a-a77b-496a-b7bb-263df9715149},,application/x-mozilla-static,,nsImageLib2Module
758+{e7f70966-9a37-48d7-8aeb-35998f31090e},,application/x-mozilla-static,,nsToolkitCompsModule
759+{a0ccaaf8-09da-44d8-b250-9ac3e93c8117},,application/x-mozilla-static,,nsToolkitCompsModule
760+{21dd6a03-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
761+{ecba5203-77da-465a-865e-78b7af10d8f7},,application/x-mozilla-static,,nsWidgetGtk2Module
762+{5551a1e0-5a66-11d3-806a-00600811a9c3},,application/x-mozilla-static,,application
763+{50e95301-17a8-11d4-9f7e-dd530d5f057c},,application/x-mozilla-static,,nsComposerModule
764+{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535},,application/x-mozilla-static,,docshell_provider
765+{25029490-f132-11d2-9588-00805f369f95},,application/x-mozilla-static,,necko
766+{30dcd313-73e1-447d-8339-37744952154e},,application/x-mozilla-static,,nsUConvModule
767+{e638d760-8687-11d2-b530-000000000001},,application/x-mozilla-static,,nsRDFModule
768+{fc886801-e768-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule
769+{ac2bb8fe-eeeb-4572-b40f-be03932b56e0},,application/x-mozilla-static,,nsImageLib2Module
770+{4ea60761-31d6-491d-9e34-4b53a26c416c},,application/x-mozilla-static,,NSS
771+{aa40253b-4c42-4056-8132-37bcd07862fd},,application/x-mozilla-static,,nsLayoutModule
772+{baa34652-f1f1-4185-b224-244ee82a413a},,application/x-mozilla-static,,nsLayoutModule
773+{fbc81170-1f69-11d3-9344-00104ba0fd40},@mozilla.org/network/protocol;1?name=file,application/x-mozilla-static,nsFileProtocolHandler,necko
774+{a0d6ad32-1dd1-11b2-aa55-a40187b54036},,application/x-mozilla-static,,necko
775+{984e3259-9266-49cf-b605-60b022a00756},,application/x-mozilla-static,,nsPlacesModule
776+{ba6151ab-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
777+{7584ce90-5b25-11d3-a175-0050041caf44},,application/x-mozilla-static,,necko
778+{0a5cd734-eb65-4d14-88a0-9f0bb2aba206},,application/x-mozilla-static,,nsRDFModule
779+{749e62f4-60ae-4569-a8a2-de78b649660e},,text/javascript,,rel:nsLoginManagerPrompter.js
780+{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b},,application/x-mozilla-native,,rel:libbrowsercomps.so
781+{2d96b3df-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
782+{a6cf9115-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsGfxModule
783+{5c337258-a580-472e-8615-f277ddc5bb06},,application/x-mozilla-static,,nsWidgetGtk2Module
784+{0e3afd3d-eb60-4c2b-963b-56d7c439f124},,application/x-mozilla-static,,nsLayoutModule
785+{8eaaf524-7d6d-4f7d-ae8b-9277b324008d},,text/javascript,,rel:nsAddonRepository.js
786+{6394eeac-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
787+{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed},,application/x-mozilla-static,,nsImageLib2Module
788+{275d800e-3f60-4896-adb7-d7f390ce0e42},@mozilla.org/network/url-parser;1?auth=yes,application/x-mozilla-static,nsAuthURLParser,necko
789+{a59da931-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
790+{0659cb83-faad-11d2-8e19-b206620a657c},,application/x-mozilla-static,,appshell
791+{f3294b1c-89f4-46f8-98a0-44e1eae92518},,text/javascript,,rel:nsExtensionManager.js
792+{2d524fd1-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
793+{20557898-1dd2-11b2-8f65-9c462ee2bc95},,application/x-mozilla-static,,nsImageLib2Module
794+{2d96b3d1-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module
795+{13111d00-ce81-11d6-8082-ecf3665af67c},,application/x-mozilla-static,,nsLayoutModule
796+{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc},,application/x-mozilla-static,,nsComposerModule
797+{06893e69-71d8-4b23-81eb-80314daf3e66},,application/x-mozilla-native,,rel:libbrowsercomps.so
798+{ba6151b8-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
799+{b57f97c2-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule
800+{c87a37fc-8109-4ce2-a322-8cdec925379f},,application/x-mozilla-static,,nsLayoutModule
801+{9416bfb2-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
802+{e7ba1480-1dea-11d3-830f-00104bed045e},,application/x-mozilla-static,,nsLayoutModule
803+{6803cacb-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
804+{f68578eb-6ec2-4169-ae19-8c6243f0abe1},,text/javascript,,rel:nsHelperAppDlg.js
805+{d92d57c5-ba1d-11d2-af0c-0060089fe59b},,application/x-mozilla-static,,nsI18nModule
806+{e036c738-1dd1-11b2-9392-9d94aa74b0c5},,application/x-mozilla-static,,nsAutoConfigModule
807+{8b5314bb-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module
808+{e7509b46-2eb2-410a-9d7c-c3ce73284d01},,application/x-mozilla-static,,nsLayoutModule
809+{d673255d-1184-400a-b0b5-ee9d1295bd85},,application/x-mozilla-static,,nsUConvModule
810+{6394eeb9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
811+{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc},,application/x-mozilla-static,,nsLayoutModule
812+{a33982d3-1adf-4162-9941-f734bc45e4ed},,application/x-mozilla-static,,nsComposerModule
813+{7b8556aa-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
814+{bd6390c8-fbea-11d4-98f6-001083010e9b},,application/x-mozilla-static,,docshell_provider
815+{c375fa80-150f-11d6-a618-0010a401eb10},,application/x-mozilla-static,,necko
816+{660d8ca3-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
817+{d750a964-2d14-484c-b3aa-8ed7823b5c7b},,application/x-mozilla-static,,nsLayoutModule
818+{786e0a0e-e035-4600-8ee0-365a63a80b80},,application/x-mozilla-static,,nsToolkitCompsModule
819+{b0ff4572-dae4-4bef-a092-83c1b88f6be9},@mozilla.org/network/dns-service;1,application/x-mozilla-static,nsDNSService,necko
820+{bbc23860-2553-479d-8b78-94d9038334f7},,text/javascript,,rel:nsTaggingService.js
821+{064d9cee-1dd2-11b2-83e3-d25ab0193c26},,application/x-mozilla-static,,nsPrefModule
822+{6394eea4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
823+{6ee5301a-3981-49bd-85f8-1a2cc228cf3e},,application/x-mozilla-static,,nsUniversalCharDetModule
824+{9416bfbf-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
825+{2bf64765-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule
826+{9c8f9601-801a-11d2-98ba-00805f297d89},,application/x-mozilla-static,,nsTransactionManagerModule
827+{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a},,application/x-mozilla-static,,nsLayoutModule
828+{2cd0c310-e127-44d0-88fc-4435c9ab4d4b},,text/javascript,,rel:jsconsole-clhandler.js
829+{b7b2ccec-7912-4ea6-a548-b038447004bd},,application/x-mozilla-static,,nsToolkitCompsModule
830+{d899a152-9412-46b2-b651-2e71c5c2f05f},,application/x-mozilla-static,,nsLayoutModule
831+{217d014a-1dd2-11b2-999c-b0c4df79b324},,application/x-mozilla-static,,NSS
832+{80d7e247-d4b8-45d7-bb59-6f1dd56f384c},,application/x-mozilla-static,,nsLayoutModule
833+{ba6151b0-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
834+{df71c6f0-ec53-11d2-bdca-000064657374},,application/x-mozilla-static,,nsRDFModule
835+{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6},,application/x-mozilla-static,,nsToolkitCompsModule
836+{792a7e82-06a0-437c-af63-b2d12e808acc},,text/javascript,,rel:WebContentConverter.js
837+{495eca45-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule
838+{78c61626-4d1f-4843-9364-4652d98ff6e1},,application/x-mozilla-static,,nsImageLib2Module
839+{6356aa16-7916-4215-a825-cbc2692ca87a},,application/x-mozilla-static,,application
840+{e11a6080-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule
841+{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
842+{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
843+{5871a422-1dd2-11b2-ab3f-e2e56be5da9c},,application/x-mozilla-static,,nsImageLib2Module
844+{15629ada-a41c-4a09-961f-6553cd60b1a2},,application/x-mozilla-static,,necko
845+{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f},,application/x-mozilla-static,,nsLayoutModule
846+{2ea2e7d0-4095-11d3-9144-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
847+{dd156d62-d26f-4441-9cdb-e8f09107c273},,application/x-mozilla-static,,nsSecurityManagerModule
848+{6394eeb1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
849+{c272fee0-c7e9-11d3-8cda-0060b0fc14a3},,application/x-mozilla-static,,necko
850+{96ec4163-efc8-407a-8735-007fb26be4e8},,application/x-mozilla-static,,nsAuthModule
851+{e38e53b9-5bb0-456a-b553-579370cb1567},,application/x-mozilla-static,,xpconnect
852+{a6cf90e3-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule
853+{d164e770-4157-11d4-9a42-000064657374},,application/x-mozilla-static,,nsLayoutModule
854+{2d524fd6-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
855+{78481e4a-50e4-4489-b68a-ef82670ed63f},,application/x-mozilla-native,,rel:libbrowsercomps.so
856+{301dea42-6850-4cda-8945-81f7dbc2186b},,application/x-mozilla-static,,necko
857+{b322a5c0-a419-484e-96ba-d7182163899f},,text/javascript,,rel:nsUpdateTimerManager.js
858+{9c47c121-1c6e-4d8f-b904-3ac968116e88},,application/x-mozilla-static,,docshell_provider
859+{8b449142-1eab-4bfa-9830-fab6ebb09774},,application/x-mozilla-static,,nsLayoutModule
860+{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6},@mozilla.org/moz/jsloader;1,application/x-mozilla-static,JS component loader,xpconnect
861+{c8e518c1-47ae-11d3-91cd-00105aa3f7dc},,application/x-mozilla-static,,nsI18nModule
862+{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe},,application/x-mozilla-static,,JavaScript_Debugger
863+{ff9fbcd7-9517-4334-b97a-ceed78909974},,application/x-mozilla-static,,NSS
864+{510a86bb-6019-4ed1-bb4f-965cffd23ece},,application/x-mozilla-static,,necko
865+{b084a2ce-1dd1-11b2-bf10-8324f8e065cc},,application/x-mozilla-static,,NSS
866+{3d262d00-8b5a-11d2-8eb0-00805f29f370},,application/x-mozilla-static,,nsLayoutModule
867+{dca61eb5-c7cd-4df1-b0fb-d0722baba251},,text/javascript,,rel:nsLivemarkService.js
868+{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule
869+{660a3226-915c-4ffb-bb20-8985a632df05},,application/x-mozilla-static,,NSS
870+{2ec62893-3b35-48fa-ab1d-5e68a9f45f08},,application/x-mozilla-static,,necko
871+{ce002b28-92b7-4701-8621-cc925866fb87},,application/x-mozilla-static,,nsCookieModule
872+{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},,application/x-mozilla-static,,mozSpellCheckerModule
873+{c95f1831-c376-11d1-b721-00600891d8c9},,application/x-mozilla-static,,nsLayoutModule
874+{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02},,application/x-mozilla-static,,necko
875+{e09e4ca6-276b-4bb4-8b71-0635a3a2a007},,text/javascript,,rel:storage-Legacy.js
876+{56c778e4-1bee-45f3-a689-886692a97fe7},,application/x-mozilla-static,,mozSpellCheckerModule
877+{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a},,application/x-mozilla-static,,docshell_provider
878+{7bd05c78-6a26-11d7-b16f-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule
879+{6394eebe-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
880+{7b8556af-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
881+{379c2777-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
882+{de401c37-9a7f-4278-a6f8-3de2833989ef},,application/x-mozilla-static,,nsAccessibilityModule
883+{4ec832da-6ae7-4185-807b-daddcb5da37a},,application/x-mozilla-static,,nsLayoutModule
884+{f0acde16-1dd1-11b2-9e35-f5786fff5a66},,application/x-mozilla-static,,docshell_provider
885+{56e2ada8-4631-11d4-ba11-001083023c1e},,application/x-mozilla-static,,nsLayoutModule
886+{8a115faa-7dcb-4e8f-979b-5f53472f51cf},,text/javascript,,rel:nsExtensionManager.js
887+{61ba33c0-3031-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,nsChromeModule
888+{e042570c-62de-4bb6-a6e0-798e3c07b4df},,application/x-mozilla-static,,embedcomponents
889+{bbef8185-c628-4cc1-b53e-e61e74c2451a},,application/x-mozilla-static,,necko
890+{9416bfc1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
891+{aa13e4a0-a5ac-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule
892+{7c657d17-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
893+{6394eea9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
894+{66354bc9-7ed1-4692-ae1d-8da97d6b205e},,text/javascript,,rel:nsBlocklistService.js
895+{171e72db-0f8a-412a-8461-e4c927a3a2ac},,application/x-mozilla-static,,nsComposerModule
896+{ef565d0a-ab9a-4a13-9160-0644cdfd859a},,application/x-mozilla-static,,nsCookieModule
897+{735959a1-af01-447e-b02d-56e968fa52b4},,application/x-mozilla-static,,NSS
898+{5e8d4751-1852-434b-a992-2c6d2a25fa46},,application/x-mozilla-static,,nsPlacesModule
899+{ecd55a01-2780-11d5-a73c-ca641a6813bc},,application/x-mozilla-static,,embedcomponents
900+{2002f782-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule
901+{c11c21b2-71c9-4f87-a0f8-5e13f50495fd},,text/javascript,,rel:nsFormAutoComplete.js
902+{8227f019-afc7-461e-b030-9f185d7a0e29},,application/x-mozilla-static,,mozSpellCheckerModule
903+{1d40026b-4c44-4f6f-b158-26bb5e9c65e9},,application/x-mozilla-static,,nsLayoutModule
904+{e28ab250-d66d-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
905+{ba6151b5-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
906+{4f76e100-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
907+{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69},,application/x-mozilla-static,,nsPlacesModule
908+{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9},@mozilla.org/intl/stringbundle;1,application/x-mozilla-static,String Bundle,nsI18nModule
909+{a578e0a2-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule
910+{f7c9f5f4-4451-41c3-a28a-5ba2447fbace},,application/x-mozilla-static,,necko
911+{7b8556b0-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule
912+{1147d32c-215b-4014-b180-07fe7aedf915},,application/x-mozilla-static,,nsLayoutModule
913+{905f80f1-8a7b-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule
914+{6803cac8-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule
915+{758e4f20-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule
916+{6394eea1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
917+{6049b261-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule
918+{6394eeb6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
919+{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3},,application/x-mozilla-static,,nsWidgetGtk2Module
920+{9c0ff6f4-deda-40e5-806c-b6cc449c21ce},,application/x-mozilla-static,,nsUConvModule
921+{49b38f12-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule
922+{2d524fdb-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule
923+{7f915b01-98fc-11d4-8eb0-a803f80ff1bc},,application/x-mozilla-static,,nsLayoutModule
924+{430d416c-a722-4ad1-be98-d9a445f85e3f},,application/x-mozilla-static,,ZipWriterModule
925+{245abae2-b947-4ded-a46d-9829d3cca462},,application/x-mozilla-static,,nsJarModule
926+{cb9abbae-66b6-4609-8594-5c4ff300888e},,application/x-mozilla-static,,necko
927+{82776710-5690-11d3-be36-00104bde6048},,application/x-mozilla-static,,application
928+{2c3837af-8b85-4a68-b0d8-0aed88985b32},,application/x-mozilla-static,,NSS
929+{23bcc750-dc20-460b-b2d4-74d8f58d3615},,application/x-mozilla-static,,CommandLineModule
930+{cc75499a-1dd1-11b2-8a82-ca410ac907b8},,application/x-mozilla-static,,BOOT
931+{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21},,application/x-mozilla-static,,NSS
932+{c744ca3d-840b-460a-8d70-7ce63c51c958},,application/x-mozilla-static,,nsWindowDataSourceModule
933+{be65e2b7-fe46-4e0f-88e0-4b385db4d68a},,application/x-mozilla-static,,NSS
934+{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd},,application/x-mozilla-static,,nsLayoutModule
935+{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4},,application/x-mozilla-static,,nsPrefModule
936+{b7f44954-11d1-11b2-8c2e-c2feab4186bc},,application/x-mozilla-static,,nsLayoutModule
937+{9f1800ab-f428-4207-b40c-e832e77b01fc},,application/x-mozilla-static,,nsWidgetGtk2Module
938+{0320e073-79c7-4dae-8055-81bed8b8db96},,application/x-mozilla-static,,nsJarModule
939+{93ad72a6-02cd-4716-9626-d47d5ec275ec},,application/x-mozilla-static,,nsLayoutModule
940+
941+[CONTRACTIDS]
942+@mozilla.org/intl/unicode/encoder;1?charset=Big5,{efc323e2-ec62-11d2-8aac-00600811a836}
943+@mozilla.org/gfx/region/nsThebes;1,{e12752f0-ee9a-11d1-a82a-0040959a28c9}
944+@mozilla.org/image/tools;1,{fd9a9e8a-a77b-496a-b7bb-263df9715149}
945+@mozilla.org/network/effective-tld-service;1,{cb9abbae-66b6-4609-8594-5c4ff300888e}
946+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-greek,{7b8556b1-ec79-11d2-8aac-00600811a836}
947+@mozilla.org/extensions/addon-repository;1,{8eaaf524-7d6d-4f7d-ae8b-9277b324008d}
948+@mozilla.org/inspector/dom-utils;1,{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b}
949+@mozilla.org/xtf/xml-contentbuilder;1,{e09af32d-2a54-4d76-9ef0-3070e83f8be7}
950+@mozilla.org/intl/unicharcategory;1,{748a1132-671a-409a-8d1d-f1cdf6b3a6b4}
951+@mozilla.org/intl/unicode/decoder;1?charset=x-windows-949,{9416bfbf-1f93-11d3-b3bf-00805f8a6670}
952+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6,{660d8ca8-f763-11d2-8aad-00600811a836}
953+@mozilla.org/intl/unicode/decoder;1?charset=UTF-32,{30dcd313-73e1-447d-8339-37744952154e}
954+@mozilla.org/content/post-content-iterator;1,{a6cf90e3-15b3-11d2-932e-00805f8add32}
955+@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmmi,{bd1326a6-5a14-48de-97cc-95b5195f4fb9}
956+@mozilla.org/network/mime-hdrparam;1,{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a}
957+@mozilla.org/network/protocol/about;1?what=config,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
958+@mozilla.org/network/sync-stream-listener;1,{439400d3-6f23-43db-8b06-8aafe1869bd8}
959+@mozilla.org/intl/unicode/decoder;1?charset=x-viet-tcvn5712,{6394eead-fc3d-11d2-b3b8-00805f8a6670}
960+@mozilla.org/download-manager-ui;1,{7dfdf0d1-aff6-4a34-bad1-d0fe74601642}
961+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-arabic,{6803cac7-1e3b-11d5-a145-005004832142}
962+@mozilla.org/url-classifier/streamupdater;1,{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6}
963+@mozilla.org/xmlextras/domparser;1,{3a8a3a50-512c-11d4-9a54-000064657374}
964+@mozilla.org/streamconv;1?from=x-compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
965+@mozilla.org/network/protocol-proxy-service;1,{e9b301c0-e0e4-11d3-a1a8-0050041caf44}
966+@mozilla.org/storage/service;1,{bbbb1d61-438f-4436-92ed-8308e5830fb0}
967+@mozilla.org/image/decoder;2?type=image/icon,{ffc08380-256c-11d5-9905-001083010e9b}
968+@mozilla.org/widget/clipboardhelper;1,{77221d5a-1dd2-11b2-8c69-c710f15d2ed5}
969+@mozilla.org/network/server-socket;1,{2ec62893-3b35-48fa-ab1d-5e68a9f45f08}
970+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-14,{6394eeb1-fc3d-11d2-b3b8-00805f8a6670}
971+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-turkish,{7b8556a4-ec79-11d2-8aac-00600811a836}
972+@mozilla.org/uriloader/web-handler-app;1,{8b1ae382-51a9-4972-b930-56977a57919d}
973+@mozilla.org/intl/saveascharset;1,{0cd233e0-7a86-11d3-915c-006008a6edf6}
974+@mozilla.org/network/http-authenticator;1?scheme=basic,{fca3766a-434a-4ae7-83cf-0909e18a093a}
975+@mozilla.org/sidebar;1,{22117140-9c6e-11d3-aaf1-00805f8a4905}
976+@mozilla.org/streamconv;1?from=text/plain&to=text/html,{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e}
977+@mozilla.org/webnavigation-info;1,{f30bc0a2-958b-4287-bf62-ce38ba0c811e}
978+@mozilla.org/intl/charsetdetect;1?type=ukprob,{2002f782-3960-11d3-b3c3-00805f8a6670}
979+@mozilla.org/intl/unicode/decoder;1?charset=windows-1251,{a578e0a1-f76b-11d2-8aad-00600811a836}
980+@mozilla.org/storage/statement-wrapper;1,{dab3a846-3a59-4fc2-9745-c6ff48776f00}
981+@mozilla.org/layout/contentserializer;1?mimetype=application/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
982+@mozilla.org/system-proxy-settings;1,{0fa3158c-d5a7-43de-9181-a285e74cf1d4}
983+@mozilla.org/gfx/renderingcontext;1,{6049b261-c1e6-11d1-a827-0040959a28c9}
984+@mozilla.org/image/decoder;2?type=image/jpg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
985+@mozilla.org/security/crlmanager;1,{5b256c10-22d8-4109-af92-1253035e9fcb}
986+@mozilla.org/layout/contentserializer;1?mimetype=image/svg+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
987+@mozilla.org/network/mime-input-stream;1,{58a1c31c-1dd2-11b2-a3f6-d36949d48268}
988+@mozilla.org/intl/unicode/decoder;1?charset=UTF-8,{5534ddc0-dd96-11d2-8aac-00600811a836}
989+@mozilla.org/dom/storage;1,{8b449142-1eab-4bfa-9830-fab6ebb09774}
990+@mozilla.org/embedding/browser/nsCommandHandler;1,{3a449110-66fd-11d4-9528-0020183bf181}
991+@mozilla.org/intl/unicode/encoder;1?charset=IBM850,{2d524fd6-ae74-11d3-abf7-0004aceefa51}
992+@mozilla.org/intl/unicode/encoder;1?charset=windows-1254,{7b8556ae-ec79-11d2-8aac-00600811a836}
993+@mozilla.org/sound;1,{b148eed2-236d-11d3-b35c-00a0cc3c1cde}
994+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-devanagari,{6803cac5-1e3b-11d5-a145-005004832142}
995+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6,{660d8ca3-f763-11d2-8aad-00600811a836}
996+@mozilla.org/xpinstall/install-manager;1,{6a4d4c1e-a74a-4320-8124-16233a0183d6}
997+@mozilla.org/passwordmanager/authpromptfactory;1,{749e62f4-60ae-4569-a8a2-de78b649660e}
998+@mozilla.org/extensions/blocklist;1,{66354bc9-7ed1-4692-ae1d-8da97d6b205e}
999+@mozilla.org/widget/bidikeyboard;1,{9f1800ab-f428-4207-b40c-e832e77b01fc}
1000+@mozilla.org/permissions/contentblocker;1,{4ca6b67b-5cc7-4e71-a98a-97af1c134862}
1001+@mozilla.org/appshell/component/browser-status-filter;1,{6356aa16-7916-4215-a825-cbc2692ca87a}
1002+@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-CN,{ba615199-1dfa-11d3-b3bf-00805f8a6670}
1003+@mozilla.org/security/nsASN1Tree;1,{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606}
1004+@mozilla.org/intl/texttransform;1?type=hankakutozenkaku,{8f666a11-04a0-11d3-b3b9-00805f8a6670}
1005+@mozilla.org/intl/charsetdetect;1?type=ruprob,{2002f781-3960-11d3-b3c3-00805f8a6670}
1006+@mozilla.org/uriloader/content-handler;1?type=text/css,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1007+@mozilla.org/widget/native-key-bindings;1?type=input,{5c337258-a580-472e-8615-f277ddc5bb06}
1008+@mozilla.org/streamconv;1?from=text/gopher-dir&to=application/http-index-format,{ea617873-3b73-4efd-a2c4-fc39bfab809d}
1009+@mozilla.org/editor/editorcontroller;1,{26fb965c-9de6-11d3-bccc-0060b0fc76bd}
1010+@mozilla.org/layout/documentEncoder;1?type=application/xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1011+@mozilla.org/image/decoder;2?type=image/gif,{797bec5a-1dd2-11b2-a7f8-ca397e0179c4}
1012+@mozilla.org/intl/texttosuburi;1,{8b042e22-6f87-11d3-b3c8-00805f8a6670}
1013+@mozilla.org/network/http-activity-distributor;1,{15629ada-a41c-4a09-961f-6553cd60b1a2}
1014+@mozilla.org/network/protocol/about;1?what=buildconfig,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1015+@mozilla.org/widget/htmlformatconverter;1,{948a0023-e3a7-11d2-96cf-0060b0fb9956}
1016+@mozilla.org/intl/unicode/encoder;1?charset=Shift_JIS,{e28ab250-d66d-11d2-8aac-00600811a836}
1017+@mozilla.org/nsCertificateDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1018+@mozilla.org/streamconv;1?from=application/http-index-format&to=text/html,{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2}
1019+@mozilla.org/network/stream-transport-service;1,{0885d4f8-f7b8-4cda-902e-94ba38bc256e}
1020+@mozilla.org/js/xpc/RuntimeService;1,{b5e65b52-1dd1-11b2-ae8f-f0928ed88482}
1021+@mozilla.org/network/binary-detector;1,{a2027ec6-ba0d-4c72-805d-148233f5f33c}
1022+@mozilla.org/intl/charsetalias;1,{98d41c21-ccf3-11d2-b3b1-00805f8a6670}
1023+@mozilla.org/browser/favicon-service;1,{984e3259-9266-49cf-b605-60b022a00756}
1024+@mozilla.org/globalprefsecuritycheck;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
1025+@mozilla.org/js/xpc/Exception;1,{5632bf70-51ec-11d3-9896-006008962422}
1026+@mozilla.org/feed-person;1,{95c963b7-20b2-11db-92f6-001422106990}
1027+@mozilla.org/xul/xul-popup-manager;1,{14632191-ac21-4bdf-83e7-2363ad17e838}
1028+@mozilla.org/content/plugin/document-loader-factory;1,{0ddf4df8-4dbb-4133-8b79-9afb966514f5}
1029+@mozilla.org/network/request-observer-proxy;1,{51fa28c7-74c0-4b85-9c46-d03faa7b696b}
1030+@mozilla.org/browser/clh;1,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1031+@mozilla.org/embedcomp/controller-command-group;1,{ecd55a01-2780-11d5-a73c-ca641a6813bc}
1032+@mozilla.org/uriloader/content-handler;1?type=text/plain,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1033+@mozilla.org/network/socket;2?type=starttls,{b9507aec-1dd1-11b2-8cd5-c48ee0c50307}
1034+@mozilla.org/uriloader/external-helper-app-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
1035+@mozilla.org/scriptsecuritymanager;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
1036+@mozilla.org/browser/browserglue;1,{eab9012e-5f74-4cbc-b2b5-a590235513cc}
1037+@mozilla.org/network/protocol;1?name=ftp,{25029490-f132-11d2-9588-00805f369f95}
1038+@mozilla.org/js/xpc/XPConnect;1,{cb6593e0-f9b2-11d2-bdd6-000064657374}
1039+@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica3,{830b5f80-e2f2-11d3-b32f-004005a7a7e4}
1040+@mozilla.org/intl/unicode/decoder;1?charset=Big5-HKSCS,{ba6151bb-ec62-11d2-8aac-00600811a836}
1041+@mozilla.org/security/psmdownload;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0}
1042+@mozilla.org/image/container;2,{376ff2c1-9bf6-418a-b143-3340c00112f7}
1043+@mozilla.org/embedcomp/find;1,{57cf9383-3405-11d5-be5b-aa20fa2cf37c}
1044+@mozilla.org/autocomplete/controller;1,{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9}
1045+@mozilla.org/network/unichar-stream-loader;1,{9445791f-fa4c-4669-b174-df5032bb67b3}
1046+@mozilla.org/nsTokenDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1047+@mozilla.org/intl/scriptabledateformat;1,{2ea2e7d0-4095-11d3-9144-006008a6edf6}
1048+@mozilla.org/network/application-cache-service;1,{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5}
1049+@mozilla.org/network/http-authenticator;1?scheme=ntlm,{bbef8185-c628-4cc1-b53e-e61e74c2451a}
1050+@mozilla.org/intl/unicode/encoder;1?charset=gb18030,{a59da932-4091-11d5-a145-005004832142}
1051+@mozilla.org/geolocation/provider;1,{77da64d3-7458-4920-9491-86cc9914f904}
1052+@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine,{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670}
1053+@mozilla.org/inspector/search;1?type=cssvalue,{4d977f60-fbe7-4583-8cb7-f5ed882293ef}
1054+@mozilla.org/network/socket;2?type=socks,{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a}
1055+@mozilla.org/intl/platformcharset;1,{84b0f182-c6c7-11d2-b3b0-00805f8a6670}
1056+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-arabic,{6803cac6-1e3b-11d5-a145-005004832142}
1057+@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine,{fcacef24-2b40-11d3-b3bf-00805f8a6670}
1058+@mozilla.org/intl/unicode/decoder;1?charset=KOI8-U,{6394eea6-fc3d-11d2-b3b8-00805f8a6670}
1059+@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmr,{d5eb483c-67c0-4286-a4a6-330e58a82300}
1060+@mozilla.org/browser/sessionstore;1,{5280606b-2510-4fe0-97ef-9b5a22eafe6b}
1061+@mozilla.org/pref-localizedstring;1,{064d9cee-1dd2-11b2-83e3-d25ab0193c26}
1062+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-E,{495eca45-0a5c-11d4-a135-005004832142}
1063+@mozilla.org/security/nsscertcache;1,{3f429a14-dffe-417d-8cb8-fdf09bacd09e}
1064+@mozilla.org/libjar/zip-reader-cache;1,{1b117e16-0cad-11d4-986e-00c04fa0cf4a}
1065+@mozilla.org/url-classifier/utils;1,{b7b2ccec-7912-4ea6-a548-b038447004bd}
1066+@mozilla.org/network/protocol/about;1?what=home,{7a2a7a56-827f-4b38-bdac-31aa7ec2971d}
1067+@mozilla.org/intl/unicode/encoder;1?charset=windows-936,{9416bfc1-1f93-11d3-b3bf-00805f8a6670}
1068+@mozilla.org/editor/txtsrvfilter;1,{171e72db-0f8a-412a-8461-e4c927a3a2ac}
1069+@mozilla.org/nsDOMCryptoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1070+@mozilla.org/intl/unicode/decoder;1?charset=armscii-8,{6394eeac-fc3d-11d2-b3b8-00805f8a6670}
1071+@mozilla.org/jsctypes;1,{0c797702-1c60-4051-9dd7-4d7405605642}
1072+@mozilla.org/intl/unicode/encoder;1?charset=windows-874,{6394eeb4-fc3d-11d2-b3b8-00805f8a6670}
1073+@mozilla.org/network/protocol;1?name=resource,{e64f152a-9f07-11d3-8cda-0060b0fc14a3}
1074+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-3,{660d8ca5-f763-11d2-8aad-00600811a836}
1075+@mozilla.org/accelerometer;1,{ecba5203-77da-465a-865e-78b7af10d8f7}
1076+@mozilla.org/network/url-parser;1?auth=yes,{275d800e-3f60-4896-adb7-d7f390ce0e42}
1077+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-I,{495eca48-0a5c-11d4-a135-005004832142}
1078+@mozilla.org/embedcomp/cookieprompt-service;1,{ce002b28-92b7-4701-8621-cc925866fb87}
1079+@mozilla.org/intl/unicode/encoder;1?charset=x-zapf-dingbats,{21dd6a03-413c-11d3-b3c3-00805f8a6670}
1080+@mozilla.org/network/idn-service;1,{62b778a6-bce3-456b-8c31-2865fbb68c91}
1081+@mozilla.org/network/input-stream-channel;1,{6ddb050c-0d04-11d4-986e-00c04fa0cf4a}
1082+@mozilla.org/microsummary/service;1,{460a9792-b154-4f26-a922-0f653e2c8f91}
1083+@mozilla.org/toolkit/app-startup;1,{7dd4d320-c84b-4624-8d45-7bb9b2356977}
1084+@mozilla.org/url-classifier/listmanager;1,{ca168834-cc00-48f9-b83c-fd018e58cae3}
1085+@mozilla.org/network/auth-module;1?name=ntlm,{a4e5888f-4fe4-4632-8e7e-745196ea7c70}
1086+@mozilla.org/intl/xmlencoding;1,{12bb8f16-2389-11d3-b3bf-00805f8a6670}
1087+@mozilla.org/network/socket;2?type=udp,{320706d2-2e81-42c6-89c3-8d83b17d3fb4}
1088+@mozilla.org/intl/unicode/encoder;1?charset=x-johab,{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc}
1089+@mozilla.org/spellchecker/personaldictionary;1,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048}
1090+@mozilla.org/browser/global-history;1,{a772eee4-0464-405d-a329-a29dfda3791a}
1091+@mozilla.org/widget/idleservice;1,{6987230e-0098-4e78-bc5f-1493ee7519fa}
1092+@mozilla.org/xpinstall/installtrigger;1,{18c2f98d-b09f-11d2-bcde-00805f0e1353}
1093+@mozilla.org/layout/documentEncoder;1?type=application/xhtml+xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1094+@mozilla.org/network/protocol;1?name=http,{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3}
1095+@mozilla.org/intl/unicode/decoder;1?charset=windows-1252,{7c657d15-ec5e-11d2-8aac-00600811a836}
1096+@mozilla.org/intl/unicode/encoder;1?charset=UTF-32,{49b38f14-6193-11d3-b3c5-00805f8a6670}
1097+@mozilla.org/intl/semanticunitscanner;1,{adf42751-1cef-4ad2-aa8e-bcb849d8d31f}
1098+@mozilla.org/rdf/datasource;1?name=in-memory-datasource,{bfd0526d-834c-11d2-8eac-00805f29f370}
1099+@mozilla.org/intl/unicode/decoder;1?charset=UTF-16LE,{ba6151b7-1dfa-11d3-b3bf-00805f8a6670}
1100+@mozilla.org/streamconv;1?from=compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1101+@mozilla.org/intl/unicode/decoder;1?charset=us-ascii,{ba6151b9-1dfa-11d3-b3bf-00805f8a6670}
1102+@mozilla.org/network/stream-loader;1,{5ba6d920-d4e9-11d3-a1a5-0050041caf44}
1103+@mozilla.org/content/canvas-rendering-context;1?id=2d,{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5}
1104+@mozilla.org/layout/contentserializer;1?mimetype=text/html,{9d3f70da-86e9-11d4-95ec-00b0d03e37b7}
1105+@mozilla.org/network/socket;2?type=ssl,{217d014a-1dd2-11b2-999c-b0c4df79b324}
1106+@mozilla.org/intl/unicode/encoder;1?charset=x-windows-949,{9416bfbe-1f93-11d3-b3bf-00805f8a6670}
1107+@mozilla.org/security/hash;1,{36a1d3b3-d886-4317-96ff-87b0005cfef7}
1108+@mozilla.org/network/auth-module;1?name=sasl-gssapi,{815e42e0-72cc-480f-934b-148e33c228a6}
1109+@mozilla.org/intl/unicode/encoder;1?charset=windows-1251,{a578e0a3-f76b-11d2-8aac-00600811a836}
1110+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-15,{6394eea2-fc3d-11d2-b3b8-00805f8a6670}
1111+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-3,{660d8ca0-f763-11d2-8aad-00600811a836}
1112+@mozilla.org/intl/unicode/encoder;1?charset=UTF-32LE,{ba6151b6-1dfa-11d3-b3bf-00805f8a6670}
1113+@mozilla.org/dom/storagemanager;1,{b88a4712-eb52-4c10-9b85-bf5894b510f0}
1114+@mozilla.org/psm;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e}
1115+@mozilla.org/docloaderservice;1,{057b04d0-0ccf-11d2-beba-00805f8a66dc}
1116+@mozilla.org/streamconv;1?from=application/mac-binhex40&to=*/*,{301dea42-6850-4cda-8945-81f7dbc2186b}
1117+@mozilla.org/network/protocol/about;1?what=cache,{9158c470-86e4-11d4-9be2-00e09872a416}
1118+@mozilla.org/gfx/printsettings-service;1,{841387c8-72e6-484b-9296-bf6eea80d58a}
1119+@mozilla.org/intl/unicode/decoder;1?charset=IBM866,{ba6151a9-1dfa-11d3-b3bf-00805f8a6670}
1120+@mozilla.org/content/syncload-dom-service;1,{0e4e7d00-f71a-439f-9178-1a71ff11b55f}
1121+@mozilla.org/intl/unicode/encoder;1?charset=us-ascii,{ba6151ba-1dfa-11d3-b3bf-00805f8a6670}
1122+@mozilla.org/intl/unicode/encoder;1?charset=TIS-620,{c5de4da2-d667-42d2-b8c2-efdbcf3302ef}
1123+@mozilla.org/uriloader/content-handler;1?type=text/html,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1124+@mozilla.org/security/nsCertTree;1,{4ea60761-31d6-491d-9e34-4b53a26c416c}
1125+@mozilla.org/xul/xul-template-builder;1,{3d262d00-8b5a-11d2-8eb0-00805f29f370}
1126+@mozilla.org/inspector/flasher;1,{9286e71a-621a-4b91-851e-9984c1a2e81a}
1127+@mozilla.org/security/crypto;1,{929d9320-251e-11d4-8a7c-006008c844c3}
1128+@mozilla.org/fuel/application;1,{fe74cf80-aa2d-11db-abbd-0800200c9a66}
1129+@mozilla.org/url-classifier/hashcompleter;1,{786e0a0e-e035-4600-8ee0-365a63a80b80}
1130+@mozilla.org/intl/converter-output-stream;1,{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925}
1131+@mozilla.org/embeddor.implemented/bookmark-charset-resolver;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1132+@mozilla.org/intl/stringcharsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670}
1133+@mozilla.org/find/find_service;1,{5060b803-340e-11d5-be5b-b3e063ec6a3c}
1134+@mozilla.org/editor/editingsession;1,{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc}
1135+@mozilla.org/xbl;1,{64f300a1-c88c-11d3-97fb-00400553eef0}
1136+@mozilla.org/uriloader/dbus-handler-app;1,{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535}
1137+@mozilla.org/intl/unicode/encoder;1?charset=GEOSTD8,{6394eebe-fc3d-11d2-b3b8-00805f8a6670}
1138+@mozilla.org/content-pref/hostname-grouper;1,{8df290ae-dcaa-4c11-98a5-2429a4dc97bb}
1139+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-romanian,{6394eeb8-fc3d-11d2-b3b8-00805f8a6670}
1140+@mozilla.org/network/util;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40}
1141+@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmex,{e91f9440-e076-11d3-b32f-004005a7a7e4}
1142+@mozilla.org/intl/converter-input-stream;1,{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527}
1143+@mozilla.org/network/url-parser;1?auth=maybe,{ff41913b-546a-4bff-9201-dc9b2c032eba}
1144+@mozilla.org/netwerk/global-channel-event-sink;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2}
1145+@mozilla.org/layout/documentEncoder;1?type=image/svg+xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1146+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-ce,{7b8556b0-ec79-11d2-8aac-00600811a836}
1147+@mozilla.org/permissionmanager;1,{4f6b5e00-0c36-11d5-a535-0010a401eb10}
1148+@mozilla.org/safebrowsing/application;1,{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5}
1149+@mozilla.org/network/application-cache-namespace;1,{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f}
1150+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8,{660d8ca9-f763-11d2-8aad-00600811a836}
1151+@mozilla.org/uriloader/content-handler;1?type=image/x-icon,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1152+@mozilla.org/accessibleRetrieval;1,{663ca4a8-d219-4000-925d-d8f66406b626}
1153+@mozilla.org/intl/stringcharsetdetect;1?type=cjk_parallel_state_machine,{fcacef22-2b40-11d3-b3bf-00805f8a6670}
1154+@mozilla.org/js/jsd/debugger-service;1,{f1299dc2-1dd1-11b2-a347-ee6b7660e048}
1155+@mozilla.org/docshell;1,{f1eac762-87e9-11d3-af80-00a024ffc08c}
1156+@mozilla.org/image/encoder;2?type=image/png,{38d1592e-b81e-432b-86f8-471878bbfe07}
1157+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-cyrillic,{6394eeb9-fc3d-11d2-b3b8-00805f8a6670}
1158+@mozilla.org/gfx/devicecontextspec;1,{d3f69889-e13a-4321-980c-a39332e21f34}
1159+@mozilla.org/nsGeneratingKeypairInfoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1160+@mozilla.org/cookie/permission;1,{ef565d0a-ab9a-4a13-9160-0644cdfd859a}
1161+@mozilla.org/uriloader/content-handler;1?type=image/bmp,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1162+@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica4,{87ed1160-e2f2-11d3-b32f-004005a7a7e4}
1163+@mozilla.org/gnome-gconf-service;1,{d96d5985-a13a-4bdc-9386-ef348d7a97a1}
1164+@mozilla.org/widget/appshell/gtk;1,{2d96b3df-c051-11d1-a827-0040959a28c9}
1165+@mozilla.org/xhtmlparanoidfragmentsink;1,{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7}
1166+@mozilla.org/intl/unicode/decoder;1?charset=GB2312,{379c2774-ec77-11d2-8aac-00600811a836}
1167+@mozilla.org/image/loader;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7}
1168+@mozilla.org/profile/migrator;1?app=browser&type=seamonkey,{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b}
1169+@mozilla.org/uriloader/psm-external-content-listener;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0}
1170+@mozilla.org/uriloader/content-handler;1?type=image/vnd.microsoft.icon,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1171+@mozilla.org/intl/unicode/encoder;1?charset=x-koreanjamo-0,{47433d1d-d9a7-4954-994f-f7a05cf87c2e}
1172+@mozilla.org/intl/unicode/decoder;1?charset=windows-1257,{a578e0a2-f76b-11d2-8aad-00600811a836}
1173+@mozilla.org/widget/window/gtk;1,{2d96b3d0-c051-11d1-a827-0040959a28c9}
1174+@mozilla.org/widget/printdialog-service;1,{06beec76-a183-4d9f-85dd-085f26da565a}
1175+@mozilla.org/login-manager/prompter;1,{8aa66d77-1bbb-45a6-991e-b8f47751c291}
1176+@mozilla.org/network/protocol;1?name=gopher,{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7}
1177+@mozilla.org/intl/unicode/decoder;1?charset=KOI8-R,{6394eea5-fc3d-11d2-b3b8-00805f8a6670}
1178+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-romanian,{6394eea8-fc3d-11d2-b3b8-00805f8a6670}
1179+@mozilla.org/network/standard-url;1,{de9472d0-8034-11d3-9399-00104ba0fd40}
1180+@mozilla.org/updates/item;1,{f3294b1c-89f4-46f8-98a0-44e1eae92518}
1181+@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670}
1182+@mozilla.org/feed-processor;1,{26acb1f0-28fc-43bc-867a-a46aabc85dd4}
1183+@mozilla.org/security/cipherinfo;1,{ec693a6f-0832-49dd-877c-89f6552df5de}
1184+@mozilla.org/network/protocol;1?name=moz-anno,{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea}
1185+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gujarati,{6803cacb-1e3b-11d5-a145-005004832142}
1186+@mozilla.org/xmlextras/xmlserializer;1,{a6cf9124-15b3-11d2-932e-00805f8add32}
1187+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8,{660d8ca4-f763-11d2-8aad-00600811a836}
1188+@mozilla.org/layout/xul-boxobject-container;1,{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd}
1189+@mozilla.org/streamconv;1?from=multipart/mixed&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1190+@mozilla.org/network/auth-module;1?name=kerb-gss,{dc8e21a0-03e4-11da-8cd6-0800200c9a66}
1191+@mozilla.org/layout/contentserializer;1?mimetype=application/xhtml+xml,{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91}
1192+@mozilla.org/appshell/appShellService;1,{0099907d-123c-4853-a46a-43098b5fb68c}
1193+@mozilla.org/network/protocol/about;1?what=mozilla,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1194+@mozilla.org/js/jsd/app-start-observer;2,{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe}
1195+@mozilla.org/network/protocol/about;1?what=plugins,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1196+@mozilla.org/intl/unicharutil;1,{cc10c750-9ec3-11d2-b3ae-00805f8a6670}
1197+@mozilla.org/browser/search-service;1,{7319788a-fe93-4db3-9f39-818cf08f4256}
1198+@mozilla.org/intl/unicode/decoder;1?charset=gb18030,{a59da935-4091-11d5-a145-005004832142}
1199+@mozilla.org/browser/feeds/sniffer;1,{06893e69-71d8-4b23-81eb-80314daf3e66}
1200+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-greek,{7b8556a3-ec79-11d2-8aac-00600811a836}
1201+@mozilla.org/system-alerts-service;1,{84e11f80-ca55-11dd-ad8b-0800200c9a66}
1202+@mozilla.org/network/protocol/about;1?what=logo,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1203+@mozilla.org/intl/unicode/encoder;1?charset=T.61-8bit,{ba6151af-1dfa-11d3-b3bf-00805f8a6670}
1204+@mozilla.org/login-manager/loginInfo;1,{0f2f347c-1e4f-40cc-8efd-792dea70a85e}
1205+@mozilla.org/intl/unicode/decoder;1?charset=T.61-8bit,{ba6151b4-1dfa-11d3-b3bf-00805f8a6670}
1206+@mozilla.org/embedcomp/appstartup-notifier;1,{1f59b001-02c9-11d5-ae76-cc92f7db9e03}
1207+@mozilla.org/intl/unicode/encoder;1?charset=IBM855,{2d524fd8-ae74-11d3-abf7-0004aceefa51}
1208+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-ce,{7b8556a2-ec79-11d2-8aac-00600811a836}
1209+@mozilla.org/rdf/datasource;1?name=composite-datasource,{e638d761-8687-11d2-b530-000000000000}
1210+@mozilla.org/satchel/form-history;1,{a2059c0e-5a58-4c55-ab7c-26f0557546ef}
1211+@mozilla.org/nsClientAuthDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1212+@mozilla.org/intl/datetimeformat;1,{0704e7c0-a758-11d2-9119-006008a6edf6}
1213+@mozilla.org/nullprincipal;1,{dd156d62-d26f-4441-9cdb-e8f09107c273}
1214+@mozilla.org/dom/window-controller;1,{7bd05c78-6a26-11d7-b16f-0003938a9d96}
1215+@mozilla.org/inspector/deep-tree-walker;1,{bfcb82c2-5611-4318-90d6-baf4a7864252}
1216+@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine,{fcacef23-2b40-11d3-b3bf-00805f8a6670}
1217+@mozilla.org/intl/collation-factory;1,{a1b72850-a999-11d2-9119-006008a6edf6}
1218+@mozilla.org/layout/contentserializer;1?mimetype=text/plain,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f}
1219+@mozilla.org/inspector/dom-view;1,{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e}
1220+@mozilla.org/embeddor.implemented/web-content-handler-registrar;1,{792a7e82-06a0-437c-af63-b2d12e808acc}
1221+@mozilla.org/uriloader/content-handler;1?type=image/gif,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1222+@mozilla.org/offlinecacheupdate;1,{e56f5e01-c7cc-4675-a9d7-b8f1e4127295}
1223+@mozilla.org/geolocation;1,{01e1c3ff-094a-d048-44b4-62d29c7b4f39}
1224+@mozilla.org/embedcomp/controller-command-table;1,{670ee5da-6ad5-11d7-9950-000393636592}
1225+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-roman,{7b8556a1-ec79-11d2-8aac-00600811a836}
1226+@mozilla.org/image/request;1,{20557898-1dd2-11b2-8f65-9c462ee2bc95}
1227+@mozilla.org/autoconfiguration;1,{e036c738-1dd1-11b2-9392-9d94aa74b0c5}
1228+@mozilla.org/network/protocol;1?name=wyciwyg,{e7509b46-2eb2-410a-9d7c-c3ce73284d01}
1229+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-turkish,{7b8556b2-ec79-11d2-8aac-00600811a836}
1230+@mozilla.org/streamconv;1?from=uncompressed&to=deflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1231+@mozilla.org/svg/svg-document;1,{b7f44954-11d1-11b2-8c2e-c2feab4186bc}
1232+@mozilla.org/rdf/serializer;1?format=ntriples,{0a5cd734-eb65-4d14-88a0-9f0bb2aba206}
1233+@mozilla.org/intl/unicode/encoder;1?charset=windows-1252,{7b8556ac-ec79-11d2-8aac-00600811a836}
1234+@mozilla.org/network/protocol;1?name=moz-gnomevfs,{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c}
1235+@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670}
1236+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-10,{ba6151b0-1dfa-11d3-b3bf-00805f8a6670}
1237+@mozilla.org/uriloader/content-handler;1?type=application/http-index-format,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1238+@mozilla.org/network/simple-stream-listener;1,{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67}
1239+@mozilla.org/browser/directory-provider;1,{6deb193c-f87d-4078-bc78-5e64655b4d62}
1240+@mozilla.org/layout/xmlfragmentsink;1,{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0}
1241+@mozilla.org/content-pref/service;1,{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7}
1242+@mozilla.org/intl/unicode/decoder;1?charset=VISCII,{6394eeae-fc3d-11d2-b3b8-00805f8a6670}
1243+@mozilla.org/layout/xul-boxobject-scrollbox;1,{56e2ada8-4631-11d4-ba11-001083023c1e}
1244+@mozilla.org/network/load-group;1,{e1c61582-2a84-11d3-8cce-0060b0fc14a3}
1245+@mozilla.org/layout/xul-boxobject-tree;1,{3b581fd4-3497-426c-8f61-3658b971cb80}
1246+@mozilla.org/alerts-service;1,{a0ccaaf8-09da-44d8-b250-9ac3e93c8117}
1247+@mozilla.org/intl/unicode/encoder;1?charset=x-euc-tw,{379c2776-ec77-11d2-8aac-00600811a836}
1248+@mozilla.org/browser/shell-service;1,{63c7b9f4-0cc8-43f8-b666-0a661655cb73}
1249+@mozilla.org/intl/unicode/encoder;1?charset=x-adobe-euro,{822cb9ae-6421-4484-b3c3-00805f8a6670}
1250+@mozilla.org/widget/lookandfeel;1,{a61e6398-2057-40fd-9c81-873b908d24e7}
1251+@mozilla.org/browser/placesTransactionsService;1,{c0844a84-5a12-4808-80a8-809cb002bb4f}
1252+@mozilla.org/intl/unicode/encoder;1?charset=IBM862,{2d524fda-ae74-11d3-abf7-0004aceefa51}
1253+@mozilla.org/network/file-output-stream;1,{c272fee0-c7e9-11d3-8cda-0060b0fc14a3}
1254+@mozilla.org/network/protocol/about;1?what=credits,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1255+@mozilla.org/intl/unicode/decoder;1?charset=windows-1258,{6394eea3-fc3d-11d2-b3b8-00805f8a6670}
1256+@mozilla.org/network/protocol;1?name=about,{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3}
1257+@mozilla.org/content/style-sheet-service;1,{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3}
1258+@mozilla.org/uriloader/content-handler;1?type=image/png,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1259+@mozilla.org/chrome/chrome-registry;1,{47049e42-1d87-482a-984d-56ae185e367a}
1260+@mozilla.org/appshell/trytoclose;1,{b69155f4-a8bf-453d-8653-91d1456e1d3d}
1261+@mozilla.org/image/decoder;2?type=image/x-png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed}
1262+@mozilla.org/cookieService;1,{c375fa80-150f-11d6-a618-0010a401eb10}
1263+@mozilla.org/xpcom/ini-processor-factory;1,{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd}
1264+@mozilla.org/principal;1,{36102b6b-7b62-451a-a1c8-a0d456c92dc5}
1265+@mozilla.org/nsCMSDecoder;1,{9dcef3a4-a3bc-11d5-ba47-00108303b117}
1266+@mozilla.org/intl/unicode/encoder;1?charset=EUC-JP,{45c23a20-d71c-11d2-8aac-00600811a836}
1267+@mozilla.org/crypto/fips-info-service;1,{ff9fbcd7-9517-4334-b97a-ceed78909974}
1268+@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine,{12bb8f1b-2389-11d3-b3bf-00805f8a6670}
1269+@mozilla.org/content/element/html;1?name=audio,{1d40026b-4c44-4f6f-b158-26bb5e9c65e9}
1270+@mozilla.org/security/script/nameset;1,{7c02eadc-0076-4d03-998d-80d779c48589}
1271+@mozilla.org/network/protocol;1?name=moz-icon,{d0f9db12-249c-11d5-9905-001083010e9b}
1272+@mozilla.org/uriloader/handler-service;1,{32314cc8-22f7-4f7f-a645-1a45453ba6a6}
1273+@mozilla.org/security/pkcs11moduledb;1,{ff9fbcd7-9517-4334-b97a-ceed78909974}
1274+@mozilla.org/widgets/child_window/gtk;1,{2d96b3d1-c051-11d1-a827-0040959a28c9}
1275+@mozilla.org/autocomplete/search;1?name=form-history,{895db6c7-dbdf-40ea-9f64-b175033243dc}
1276+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-5,{660d8ca7-f763-11d2-8aad-00600811a836}
1277+@mozilla.org/browser/places/import-export-service;1,{6fb0c970-e1b1-11db-8314-0800200c9a66}
1278+@mozilla.org/toolkit/URLFormatterService;1,{e6156350-2be8-11db-a98b-0800200c9a66}
1279+@mozilla.org/xml/xml-document;1,{a6cf9063-15b3-11d2-932e-00805f8add32}
1280+@mozilla.org/image/decoder;2?type=image/pjpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
1281+@mozilla.org/network/buffered-input-stream;1,{9226888e-da08-11d3-8cda-0060b0fc14a3}
1282+@mozilla.org/intl/nslanguageatomservice;1,{a6cf9120-15b3-11d2-932e-00805f8add32}
1283+@mozilla.org/feed-textconstruct;1,{b992ddcd-3899-4320-9909-924b3e72c922}
1284+@mozilla.org/intl/unicode/encoder;1?charset=Adobe-Symbol-Encoding,{21dd6a02-413c-11d3-b3c3-00805f8a6670}
1285+@mozilla.org/image/decoder;2?type=image/x-icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1}
1286+@mozilla.org/uriloader/content-handler;1?type=application/xhtml+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1287+@mozilla.org/security/keyobjectfactory;1,{a39e0e9d-e567-41e3-b12c-5df67f18174d}
1288+@mozilla.org/intl/unicode/encoder;1?charset=UTF-16LE,{ba6151b5-1dfa-11d3-b3bf-00805f8a6670}
1289+@mozilla.org/widget/native-key-bindings;1?type=textarea,{2a898043-180f-4c8b-8e54-410c7a540f27}
1290+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-15,{6394eeb2-fc3d-11d2-b3b8-00805f8a6670}
1291+@mozilla.org/spellchecker-inline;1,{9fe5d975-09bd-44aa-a01a-66402ea28657}
1292+@mozilla.org/network/safe-file-output-stream;1,{a181af0d-68b8-4308-94db-d4f859058215}
1293+@mozilla.org/streamconv;1?from=uncompressed&to=gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1294+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-E,{495eca47-0a5c-11d4-a135-005004832142}
1295+@mozilla.org/content/css-parser;1,{2e363d60-872e-11d2-b531-000000000000}
1296+@mozilla.org/rdf/datasource;1?name=window-mediator,{c744ca3d-840b-460a-8d70-7ce63c51c958}
1297+@mozilla.org/intl/unicode/decoder;1?charset=windows-1250,{7c657d14-ec5e-11d2-8aac-00600811a836}
1298+@mozilla.org/toolkit/console-clh;1,{2cd0c310-e127-44d0-88fc-4435c9ab4d4b}
1299+@mozilla.org/transformiix-nodeset;1,{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c}
1300+@mozilla.org/uriloader/content-handler;1?type=image/svg+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1301+@mozilla.org/intl/unicode/decoder;1?charset=UTF-32BE,{ba6151b3-1dfa-11d3-b3bf-00805f8a6670}
1302+@mozilla.org/intl/nslocaleservice;1,{c8e518c1-47ae-11d3-91cd-00105aa3f7dc}
1303+@mozilla.org/rdf/content-sink;1,{0958b101-9ada-11d2-8ebc-00805f29f370}
1304+@mozilla.org/network/urichecker;1,{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02}
1305+@mozilla.org/dom/storage;2,{27aecc62-7777-428e-b34c-5973a47b8298}
1306+@mozilla.org/intl/unicode/encoder;1?charset=x-mtextra,{0cb0d9a0-f503-11d3-b32f-004005a7a7e4}
1307+@mozilla.org/uriloader/content-handler;1?type=application/vnd.mozilla.xul+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1308+@mozilla.org/browser/livemark-service;2,{dca61eb5-c7cd-4df1-b0fb-d0722baba251}
1309+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-5,{660d8ca2-f763-11d2-8aad-00600811a836}
1310+@mozilla.org/intl/unicode/decoder;1?charset=x-user-defined,{9416bfb2-1f93-11d3-b3bf-00805f8a6670}
1311+@mozilla.org/preferences;1,{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4}
1312+@mozilla.org/uriloader/content-handler;1?type=image/jpg,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1313+@mozilla.org/network/protocol;1?name=data,{b6ed3030-6183-11d3-a178-0050041caf44}
1314+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-E,{495eca42-0a5c-11d4-a135-005004832142}
1315+@mozilla.org/parser/parser-service;1,{a6cf9112-15b3-11d2-932e-00805f8add32}
1316+@mozilla.org/intl/unicode/encoder;1?charset=x-viet-tcvn5712,{6394eebd-fc3d-11d2-b3b8-00805f8a6670}
1317+@mozilla.org/browser/httpindex-service;1,{2587e382-1324-11d4-a652-eadbb2be3484}
1318+@mozilla.org/gfx/fontmetrics;1,{6049b263-c1e6-11d1-a827-0040959a28c9}
1319+@mozilla.org/intl/stringcharsetdetect;1?type=ukprob,{2002f784-3960-11d3-b3c3-00805f8a6670}
1320+@mozilla.org/network/protocol/about;1?what=blocked,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1321+@mozilla.org/widget/native-key-bindings;1?type=editor,{f916ebfb-78ef-464b-94d0-a6f2ca3200ae}
1322+@mozilla.org/js/xpc/ContextStackIterator;1,{05bae29d-8aef-486d-84aa-53f48f146811}
1323+@mozilla.org/browser/session-history-entry;1,{bfd1a791-ad9f-11d3-bdc7-0050040a9b44}
1324+@mozilla.org/feed-result;1,{072a5c3d-30c6-4f07-b87f-9f63d51403f2}
1325+@mozilla.org/userinfo;1,{14c13684-1dd2-11b2-9463-bb10ba742554}
1326+@mozilla.org/xpfe/http-index-format-factory-constructor,{82776710-5690-11d3-be36-00104bde6048}
1327+@mozilla.org/intl/unicode/encoder;1?charset=IBM852,{2d524fd7-ae74-11d3-abf7-0004aceefa51}
1328+@mozilla.org/browser/nav-history-service;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1329+@mozilla.org/gnome-vfs-service;1,{5f43022c-6194-4b37-b26d-e41024625264}
1330+@mozilla.org/nsFormSigningDialog;1,{a4bd2161-7892-4389-8d5a-3111a6d17ec7}
1331+@mozilla.org/security/hmac;1,{a496d0a2-dff7-4e23-bd65-1ca742fa178a}
1332+@mozilla.org/js/xpc/ID;1,{f24a14f0-4fa1-11d3-9894-006008962422}
1333+@mozilla.org/geolocation/service;1,{0404d02a-01ca-aaab-4762-944b1bf2f7b5}
1334+@mozilla.org/intl/stringcharsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670}
1335+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-roman,{7b8556af-ec79-11d2-8aac-00600811a836}
1336+@mozilla.org/nsCMSSecureMessage;1,{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1}
1337+@mozilla.org/embedding/browser/nsWebBrowserPersist;1,{7e677795-c582-4cd1-9e8d-8271b3474d2a}
1338+@mozilla.org/toolkit/remote-service;1,{c0773e90-5799-4eff-ad03-3ebcd85624ac}
1339+@mozilla.org/exslt/regexp;1,{18a03189-067b-4978-b4f1-bafe35292ed6}
1340+@mozilla.org/intl/stringbundle;1,{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9}
1341+@mozilla.org/user_cert_picker;1,{735959a1-af01-447e-b02d-56e968fa52b4}
1342+@mozilla.org/browser/shistory;1,{7294fe9c-14d8-11d5-9882-00c04fa02f40}
1343+@mozilla.org/intl/unicode/encoder;1?charset=UTF-7,{77cfaaf2-1cf4-11d3-8aaf-00600811a836}
1344+@mozilla.org/gfx/devicecontext;1,{6049b262-c1e6-11d1-a827-0040959a28c9}
1345+@mozilla.org/browser/final-clh;1,{47cd0651-b1be-4a0f-b5c4-10e5a573ef71}
1346+@mozilla.org/network/input-stream-pump;1,{ccd0e960-7947-4635-b70e-4c661b63d675}
1347+@mozilla.org/embedcomp/prompt-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0}
1348+@mozilla.org/intl/entityconverter;1,{9e9b565a-8e52-4c1a-8805-b2b91655f874}
1349+@mozilla.org/intl/unicode/decoder;1?charset=x-imap4-modified-utf7,{b57f97c1-0d70-11d3-8aae-00600811a836}
1350+@mozilla.org/intl/unicode/encoder;1?charset=x-user-defined,{9416bfb4-1f93-11d3-b3bf-00805f8a6670}
1351+@mozilla.org/typeaheadfind;1,{e7f70966-9a37-48d7-8aeb-35998f31090e}
1352+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-13,{ba6151b1-1dfa-11d3-b3bf-00805f8a6670}
1353+@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica2,{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4}
1354+@mozilla.org/intl/unicode/decoder;1?charset=x-johab,{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc}
1355+@mozilla.org/prefetch-service;1,{6b8bdffc-3394-417d-be83-a81b7c0f63bf}
1356+@mozilla.org/embedcomp/nbalert-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0}
1357+@mozilla.org/network/socket-provider-service;1,{ed394ba0-5472-11d3-bbc8-0000861d1237}
1358+@mozilla.org/zipwriter;1,{430d416c-a722-4ad1-be98-d9a445f85e3f}
1359+@mozilla.org/rdf/datasource;1?name=local-store,{df71c6f0-ec53-11d2-bdca-000064657374}
1360+@mozilla.org/preferences-service;1,{1cd91b88-1dd2-11b2-92e1-ed22ed298000}
1361+@mozilla.org/nsSSLCertErrorDialog;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1362+@mozilla.org/streamconv;1?from=gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1363+@mozilla.org/intl/unicode/decoder;1?charset=windows-1255,{ba6151a1-1dfa-11d3-b3bf-00805f8a6670}
1364+@mozilla.org/intl/scriptableunicodeconverter,{0a698c44-3bff-11d4-9649-00c0ca135b4e}
1365+@mozilla.org/nsCertPickDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1366+@mozilla.org/content/range-utils;1,{a6cf9126-15b3-11d2-932e-00805f8add32}
1367+@mozilla.org/editor/txtsrvfiltermail;1,{7fbd2146-5ff4-4674-b069-a7bbce66e773}
1368+@mozilla.org/network/protocol;1?name=jar,{c7e410d4-85f2-11d3-9f63-006008a6efe9}
1369+@mozilla.org/pref-relativefile;1,{2f977d4f-5485-11d4-87e2-0010a4e75ef2}
1370+@mozilla.org/gfx/printsession;1,{2f977d53-5485-11d4-87e2-0010a4e75ef2}
1371+@mozilla.org/mime;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
1372+@mozilla.org/browser/global-history;2,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1373+@mozilla.org/intl/unicode/encoder;1?charset=windows-1258,{6394eeb3-fc3d-11d2-b3b8-00805f8a6670}
1374+@mozilla.org/intl/charsetdetectionadaptor;1,{12bb8f17-2389-11d3-b3bf-00805f8a6670}
1375+@mozilla.org/intl/unicode/encoder;1?charset=VISCII,{6394eebf-fc3d-11d2-b3b8-00805f8a6670}
1376+@mozilla.org/profile/migrator;1?app=browser&type=phoenix,{78481e4a-50e4-4489-b68a-ef82670ed63f}
1377+@mozilla.org/intl/unicode/encoder;1?charset=Big5-HKSCS,{ba6151bc-ec62-11d2-8aac-00600811a836}
1378+@mozilla.org/streamconv;1?from=deflate&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1379+@mozilla.org/layout/htmlsanitizer;1,{feca3c34-205e-4ae5-bd1c-03c686ff012b}
1380+@mozilla.org/cookiemanager;1,{aaab6710-0f2c-11d5-a53b-0010a401eb10}
1381+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-2,{7b8556a6-ec79-11d2-8aac-00600811a836}
1382+@mozilla.org/autocomplete/search;1?name=search-autocomplete,{aa892eb4-ffbf-477d-9f9a-06c995ae9f27}
1383+@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica1,{758e4f20-e2f2-11d3-b32f-004005a7a7e4}
1384+@mozilla.org/network/url-parser;1?auth=no,{78804a84-8173-42b6-bb94-789f0816a810}
1385+@mozilla.org/embedcomp/printingprompt-service;1,{e042570c-62de-4bb6-a6e0-798e3c07b4df}
1386+@mozilla.org/image/encoder;2?type=image/jpeg,{ac2bb8fe-eeeb-4572-b40f-be03932b56e0}
1387+@mozilla.org/network/network-link-service;1,{75a500a2-0030-40f7-86f8-63f225b940ae}
1388+@mozilla.org/intl/wbrk;1,{2bf64765-997f-450d-af96-3028d1a902b0}
1389+@mozilla.org/charset-converter-manager;1,{3c1c0163-9bd0-11d3-9d09-0050040007b2}
1390+@mozilla.org/security/streamcipher;1,{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21}
1391+@mozilla.org/eventlistenerservice;1,{baa34652-f1f1-4185-b224-244ee82a413a}
1392+@mozilla.org:/content/content-area-dragdrop;1,{1f34bc80-1bc7-11d6-a384-d705dd0746fc}
1393+@mozilla.org/layout/documentEncoder;1?type=text/html,{e7ba1480-1dea-11d3-830f-00104bed045e}
1394+@mozilla.org/rdf/rdf-service;1,{bfd05264-834c-11d2-8eac-00805f29f370}
1395+@mozilla.org/security/certoverride;1,{67ba681d-5485-4fff-952c-2ee337ffdcd6}
1396+@mozilla.org/layout/content-policy;1,{0e3afd3d-eb60-4c2b-963b-56d7c439f124}
1397+@mozilla.org/secure_browser_ui;1,{cc75499a-1dd1-11b2-8a82-ca410ac907b8}
1398+@mozilla.org/browser/history-entry;1,{a41661d5-1417-11d5-9882-00c04fa02f40}
1399+@mozilla.org/htmlparanoidfragmentsink;1,{a47e9526-6e48-4574-9d6c-3164e271f74e}
1400+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-10,{ba6151ab-1dfa-11d3-b3bf-00805f8a6670}
1401+@mozilla.org/widget/dragservice;1,{8b5314bb-db01-11d2-96ce-0060b0fb9956}
1402+@mozilla.org/channelclassifier,{ce02d538-0217-47a3-a589-b51790fdd8ce}
1403+@mozilla.org/layout/xul-boxobject-menu;1,{aa40253b-4c42-4056-8132-37bcd07862fd}
1404+@mozilla.org/embedcomp/base-command-controller;1,{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9}
1405+@mozilla.org/intl/unicode/decoder;1?charset=IBM864i,{2d524fdc-ae74-11d3-abf7-0004aceefa51}
1406+@mozilla.org/wifi/monitor;1,{3ff8fb9f-ee63-48df-89f0-dace0242fd82}
1407+@mozilla.org/plugin/host;1,{23e8fd98-a625-4b08-be1a-f7cc18a5b106}
1408+@mozilla.org/embedcomp/command-params;1,{f7fa4581-238e-11d5-a73c-ab64fb68f2bc}
1409+@mozilla.org/uriloader/content-handler;1?type=text/xml,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1410+@mozilla.org/intl/unicode/encoder;1?charset=IBM857,{2d524fd9-ae74-11d3-abf7-0004aceefa51}
1411+@mozilla.org/layout/xul-boxobject-listbox;1,{c2710d40-6f4d-4b7f-9778-76ae5166648c}
1412+@mozilla.org/uriloader;1,{9f6d5d40-90e7-11d3-af80-00a024ffc08c}
1413+@mozilla.org/intl/unicode/encoder;1?charset=windows-1255,{ba6151a3-1dfa-11d3-b3bf-00805f8a6670}
1414+@mozilla.org/intl/unicode/encoder;1?charset=x-tamilttf-0,{a431b276-f77d-4b83-9b37-872cf2fbcc2a}
1415+@mozilla.org/feed-generator;1,{414af362-9ad8-4296-898e-62247f25a20e}
1416+@mozilla.org/intl/lbrk;1,{2bf64764-997f-450d-af96-3028d1a902b0}
1417+@mozilla.org/uriloader/local-handler-app;1,{bc0017e3-2438-47be-a567-41db58f17627}
1418+@mozilla.org/intl/unicode/encoder;1?charset=EUC-KR,{379c2778-ec77-11d2-8aac-00600811a836}
1419+@mozilla.org/xmlextras/xmlhttprequest;1,{d164e770-4157-11d4-9a42-000064657374}
1420+@mozilla.org/layout/documentEncoder;1?type=text/plain,{e7ba1480-1dea-11d3-830f-00104bed045e}
1421+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-hebrew,{6803cacd-1e3b-11d5-a145-005004832142}
1422+@mozilla.org/filepicker;1,{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3}
1423+@mozilla.org/accessibilityService;1,{de401c37-9a7f-4278-a6f8-3de2833989ef}
1424+@mozilla.org/xml/xpointer;1?scheme=xpath1,{0c351177-0159-4500-86b0-a219dfde4258}
1425+@mozilla.org/network/protocol/about;1?what=sessionrestore,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1426+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gurmukhi,{6803cace-1e3b-11d5-a145-005004832142}
1427+@mozilla.org/intl/unicode/encoder;1?charset=windows-1250,{7b8556aa-ec79-11d2-8aac-00600811a836}
1428+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-16,{a0f827e1-8ab6-11d5-a14b-005004832142}
1429+@mozilla.org/content/xmlhttprequest-bad-cert-handler;1,{dbded6ec-edbf-4054-a834-287b82c260f9}
1430+@mozilla.org/layout/htmlfragmentsink;2,{13111d00-ce81-11d6-8082-ecf3665af67c}
1431+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-2,{7c657d11-ec5e-11d2-8aac-00600811a836}
1432+@mozilla.org/image/decoder;2?type=image/bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1}
1433+@mozilla.org/image/decoder;2?type=image/jpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c}
1434+@mozilla.org/feed-entry;1,{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f}
1435+@mozilla.org/streamconv;1?from=x-gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d}
1436+@mozilla.org/intl/unicode/encoder;1?charset=ISO-IR-111,{9416bfb3-1f93-11d3-b3bf-00805f8a6670}
1437+@mozilla.org/intl/unicode/encoder;1?charset=IBM864,{2d524fdb-ae74-11d3-abf7-0004aceefa51}
1438+@mozilla.org/content/namespacemanager;1,{d9783472-8fe9-11d2-9d3c-0060088f9ff7}
1439+@mozilla.org/rdf/datasource;1?name=xml-datasource,{7baf62e0-8e61-11d2-8eb1-00805f29f370}
1440+@mozilla.org/uriloader/content-handler;1?type=image/jpeg,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1441+@mozilla.org/embedding/browser/nsWebBrowser;1,{f1eac761-87e9-11d3-af80-00a024ffc08c}
1442+@mozilla.org/network/proxy-auto-config;1,{63ac8c66-1dd2-11b2-b070-84d00d3eaece}
1443+@mozilla.org/system-preferences;1,{549abb24-7c9d-4aba-915e-7ce0b716b32f}
1444+@mozilla.org/systemprincipal;1,{4a6212db-accb-11d3-b765-0060b0b6cecb}
1445+@mozilla.org/network/protocol/about;1?what=neterror,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1446+@mozilla.org/login-manager/storage/legacy;1,{e09e4ca6-276b-4bb4-8b71-0635a3a2a007}
1447+@mozilla.org/streamconv;1?from=uncompressed&to=x-gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1448+@mozilla.org/network/incremental-download;1,{a62af1ba-79b3-4896-8aaf-b148bfce4280}
1449+@mozilla.org/xtf/xtf-service;1,{4ec832da-6ae7-4185-807b-daddcb5da37a}
1450+@mozilla.org/embedcomp/command-manager;1,{64edb481-0c04-11d5-a73c-e964b968b0bc}
1451+@mozilla.org/intl/unicode/decoder;1?charset=IBM850,{2d524fd0-ae74-11d3-abf7-0004aceefa51}
1452+@mozilla.org/intl/stringcharsetdetect;1?type=ruprob,{2002f783-3960-11d3-b3c3-00805f8a6670}
1453+@mozilla.org/network/file-input-stream;1,{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3}
1454+@mozilla.org/no-data-protocol-content-policy;1,{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1}
1455+@mozilla.org/libjar/zip-reader;1,{7526a738-9632-11d3-8cd9-0060b0fc14a3}
1456+@mozilla.org/document-charset-info;1,{d25e0511-2bae-11d4-9d10-0050040007b2}
1457+@mozilla.org/network/protocol/about;1?what=privatebrowsing,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1458+@mozilla.org/download-manager;1,{edb0490e-1dd1-11b2-83b8-dbf8d85906a6}
1459+@mozilla.org/xre/runtime;1,{95d89e3e-a169-41a3-8e56-719978e15b12}
1460+@mozilla.org/readconfig;1,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339}
1461+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-7,{7b8556a8-ec79-11d2-8aac-00600811a836}
1462+@mozilla.org/content/subtree-content-iterator;1,{a6cf90e5-15b3-11d2-932e-00805f8add32}
1463+@mozilla.org/intl/unicode/decoder;1?charset=UTF-16BE,{ba6151b2-1dfa-11d3-b3bf-00805f8a6670}
1464+@mozilla.org/network/protocol;1?name=file,{fbc81170-1f69-11d3-9344-00104ba0fd40}
1465+@mozilla.org/offlinecacheupdate-service;1,{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a}
1466+@mozilla.org/browser/nav-bookmarks-service;1,{9de95a0c-39a4-4d64-9a53-17940dd7cabb}
1467+@mozilla.org/widget/image-to-gdk-pixbuf;1,{fc2389b8-c650-4093-9e42-b05e5f0685b7}
1468+@mozilla.org/txttohtmlconv;1,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b}
1469+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-devanagari,{6803cac4-1e3b-11d5-a145-005004832142}
1470+@mozilla.org/network/protocol/about;1?what=memory,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1471+@mozilla.org/network/protocol;1?name=https,{dccbe7e4-7750-466b-a557-5ea36c8ff24e}
1472+@mozilla.org/intl/unicode/decoder;1?charset=Shift_JIS,{0e6892c1-a9ad-11d2-b3ae-00805f8a6670}
1473+@mozilla.org/network/http-authenticator;1?scheme=negotiate,{75c80fd0-accb-432c-af59-ec60668c3990}
1474+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-cyrillic,{6394eea9-fc3d-11d2-b3b8-00805f8a6670}
1475+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-hebrew,{6803cacc-1e3b-11d5-a145-005004832142}
1476+@mozilla.org/streamconv;1?from=application/x-unknown-content-type&to=*/*,{7d7008a0-c49a-11d3-9b22-0080c7cb1080}
1477+@mozilla.org/rdf/resource-factory;1,{0f78da56-8321-11d2-8eac-00805f29f370}
1478+@mozilla.org/intl/unicode/encoder;1?charset=UTF-32BE,{ba6151ae-1dfa-11d3-b3bf-00805f8a6670}
1479+@mozilla.org/rdf/datasource;1?name=charset-menu,{42c52b81-a200-11d3-9d0b-0050040007b2}
1480+@mozilla.org/intl/metacharset;1,{218f2ac0-0a48-11d3-b3ba-00805f8a6670}
1481+@mozilla.org/feed;1,{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a}
1482+@mozilla.org/content/pre-content-iterator;1,{80d7e247-d4b8-45d7-bb59-6f1dd56f384c}
1483+@mozilla.org/security/x509certdb;1,{fb0bbc5c-452e-4783-b32c-80124693d871}
1484+@mozilla.org/view-manager;1,{c95f1831-c376-11d1-b721-00600891d8c9}
1485+@mozilla.org/image/decoder;2?type=image/png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed}
1486+@mozilla.org/moz/jssubscript-loader;1,{929814d6-1dd2-11b2-8e08-82fa0a339b00}
1487+@mozilla.org/security/sdr;1,{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b}
1488+@mozilla.org/intl/unicode/decoder;1?charset=windows-1256,{ba6151a2-1dfa-11d3-b3bf-00805f8a6670}
1489+@mozilla.org/extensions/manager;1,{8a115faa-7dcb-4e8f-979b-5f53472f51cf}
1490+@mozilla.org/spellchecker/i18nmanager;1,{aeb8936f-219c-4d3c-8385-d9382daa551a}
1491+@mozilla.org/intl/unicode/decoder;1?charset=x-gbk,{ba61519e-1dfa-11d3-b3bf-00805f8a6670}
1492+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-I,{495eca44-0a5c-11d4-a135-005004832142}
1493+@mozilla.org/dirIndex;1,{f6913e2e-1dd1-11b2-84be-f455dee342af}
1494+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-croatian,{6394eea7-fc3d-11d2-b3b8-00805f8a6670}
1495+@mozilla.org/appshell/window-mediator;1,{0659cb83-faad-11d2-8e19-b206620a657c}
1496+@mozilla.org/network/protocol/about;1?what=rights,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1497+@mozilla.org/network/simple-uri;1,{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3}
1498+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gujarati,{6803caca-1e3b-11d5-a145-005004832142}
1499+@mozilla.org/intl/unicode/decoder;1?charset=GEOSTD8,{6394eeaf-fc3d-11d2-b3b8-00805f8a6670}
1500+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-7,{af7a9951-aa48-11d2-b3ae-00805f8a6670}
1501+@mozilla.org/security/datasignatureverifier;1,{296d76aa-275b-4f3c-af8a-30a4026c18fc}
1502+@mozilla.org/content/range;1,{56ad2981-8a87-11d2-918c-0080c8e44db5}
1503+@mozilla.org/network/default-auth-prompt;1,{ca200860-4696-40d7-88fa-4490d423a8ef}
1504+@mozilla.org/places/sync;1,{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a}
1505+@mozilla.org/network/protocol/about;1?what=robots,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1506+@mozilla.org/embedcomp/window-watcher;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0}
1507+@mozilla.org/network/protocol/about;1?what=licence,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1508+@mozilla.org/browser/default-browser-clh;1,{f57899d0-4e2c-4ac6-9e29-50c736103b0c}
1509+@mozilla.org/layout/documentEncoder;1?type=text/xml,{e7ba1480-1dea-11d3-830f-00104bed045e}
1510+@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1511+@mozilla.org/intl/stringcharsetdetect;1?type=ko_parallel_state_machine,{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670}
1512+@mozilla.org/appshell/component/browser/instance;1,{5551a1e0-5a66-11d3-806a-00600811a9c3}
1513+@mozilla.org/updates/timer-manager;1,{b322a5c0-a419-484e-96ba-d7182163899f}
1514+@mozilla.org/uriloader/content-handler;1?type=text/rdf,{5d0ce354-df01-421a-83fb-7ead0990c24e}
1515+@mozilla.org/widget/clipboard;1,{8b5314ba-db01-11d2-96ce-0060b0fb9956}
1516+@mozilla.org/scripterror;1,{e38e53b9-5bb0-456a-b553-579370cb1567}
1517+@mozilla.org/nsCMSEncoder;1,{a15789aa-8903-462b-81e9-4aa2cff4d5cb}
1518+@mozilla.org/content/element/html;1?name=option,{a6cf90f5-15b3-11d2-932e-00805f8add32}
1519+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-13,{ba6151ac-1dfa-11d3-b3bf-00805f8a6670}
1520+@mozilla.org/spellchecker;1,{8227f019-afc7-461e-b030-9f185d7a0e29}
1521+@mozilla.org/network/async-stream-copier;1,{e746a8b1-c97a-4fc5-baa4-66607521bd08}
1522+@mozilla.org/image/cache;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7}
1523+@mozilla.org/intl/unicodenormalizer;1,{a665e49a-f3e6-4fed-9f31-f7c568a29899}
1524+@mozilla.org/editor/editordocstatecontroller;1,{50e95301-17a8-11d4-9f7e-dd530d5f057c}
1525+@mozilla.org/intl/unicode/decoder;1?charset=UTF-16,{d673255d-1184-400a-b0b5-ee9d1295bd85}
1526+@mozilla.org/uriclassifierservice,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6}
1527+@mozilla.org/textservices/textservicesdocument;1,{019718e3-cdb5-11d2-8d3c-000000000000}
1528+@mozilla.org/spellcheck/dir-provider;1,{64d6174c-1496-4ffd-87f2-da2670f88934}
1529+@mozilla.org/embedcomp/rangefind;1,{471f4944-1dd2-11b2-87ac-90be0a51d609}
1530+@mozilla.org/login-manager;1,{cb9e0de8-3598-4ed7-857b-827f011ad5d8}
1531+@mozilla.org/streamconv;1?from=multipart/byteranges&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1532+@mozilla.org/network/protocol;1?name=javascript,{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3}
1533+@mozilla.org/geolocation/prompt;1,{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5}
1534+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-E,{495eca49-0a5c-11d4-a135-005004832142}
1535+@mozilla.org/network/protocol;1?name=chrome,{61ba33c0-3031-11d3-8cd0-0060b0fc14a3}
1536+@mozilla.org/toolkit/command-line;1,{23bcc750-dc20-460b-b2d4-74d8f58d3615}
1537+@mozilla.org/intl/unicode/encoder;1?charset=x-tscii,{d2800356-c2d7-4e05-a884-79fe566af1cf}
1538+@mozilla.org/uriloader/external-protocol-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b}
1539+@mozilla.org/rdf/datasource;1?name=extensions,{69bb8313-2d4f-45ec-97e0-d39da58ecce9}
1540+@mozilla.org/intl/unicode/decoder;1?charset=UTF-7,{77cfaaf1-1cf4-11d3-8aaf-00600811a836}
1541+@mozilla.org/browser/annotation-service;1,{5e8d4751-1852-434b-a992-2c6d2a25fa46}
1542+@mozilla.org/system-preference-service;1,{94f1de09-d0e5-4ca8-94c2-98b049316b7f}
1543+@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmsy,{e332db00-e076-11d3-b32f-004005a7a7e4}
1544+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-11,{776588a6-86d5-47e2-b6b3-992810078202}
1545+@mozilla.org/intl/unicode/encoder;1?charset=x-imap4-modified-utf7,{b57f97c2-0d70-11d3-8aae-00600811a836}
1546+@mozilla.org/intl/unicode/decoder;1?charset=x-viet-vps,{6394eeb0-fc3d-11d2-b3b8-00805f8a6670}
1547+@mozilla.org/layout/htmlfragmentsink;1,{d4f2b600-b5c1-11d6-b483-cc97c63e567c}
1548+@mozilla.org/security/pkcs11;1,{74b7a390-3b41-11d4-8a80-006008c844c3}
1549+@mozilla.org/layout/xmlfragmentsink;2,{4dc30689-929d-425e-a709-082c6294e542}
1550+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-croatian,{6394eeb7-fc3d-11d2-b3b8-00805f8a6670}
1551+@mozilla.org/network/protocol/about;1?what=support,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1552+@mozilla.org/plugin-bindings;1,{12663f3a-a311-4606-83eb-b6b9108dcc36}
1553+@mozilla.org/url-classifier/dbservice;1,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6}
1554+@mozilla.org/intl/unicode/decoder;1?charset=IBM862,{2d524fd4-ae74-11d3-abf7-0004aceefa51}
1555+@mozilla.org/document-transformer;1?type=xslt,{bacd8ad0-552f-11d3-a9f7-000064657374}
1556+@mozilla.org/image/decoder;2?type=image/vnd.microsoft.icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1}
1557+@mozilla.org/intl/unicode/decoder;1?charset=ISO-IR-111,{9416bfb1-1f93-11d3-b3bf-00805f8a6670}
1558+@mozilla.org/editor/htmleditor;1,{ed0244e0-c144-11d2-8f4c-006008159b0c}
1559+@mozilla.org/network/http-auth-manager;1,{36b63ef3-e0fa-4c49-9fd4-e065e85568f4}
1560+@mozilla.org/xul/xul-document;1,{541afcb2-a9a3-11d2-8ec5-00805f29f370}
1561+@mozilla.org/url-classifier/jslib;1,{26a4a019-2827-4a89-a85c-5931a678823a}
1562+@mozilla.org/saxparser/attributes;1,{7bb40992-77eb-43db-9a4e-39d3bcc383ae}
1563+@mozilla.org/intl/unicode/encoder;1?charset=KOI8-U,{6394eeb6-fc3d-11d2-b3b8-00805f8a6670}
1564+@mozilla.org/focus-manager;1,{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4}
1565+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gurmukhi,{6803cacf-1e3b-11d5-a145-005004832142}
1566+@mozilla.org/intl/unicode/decoder;1?charset=windows-936,{9416bfc0-1f93-11d3-b3bf-00805f8a6670}
1567+@mozilla.org/transfer;1,{e3fa9d0a-1dd1-11b2-bdef-8c720b597445}
1568+@mozilla.org/rdf/container-utils;1,{d4214e92-fb94-11d2-bdd8-00104bde6048}
1569+@mozilla.org/rdf/datasource;1?name=httpindex,{2587e382-1324-11d4-a652-eadbb2be3484}
1570+@mozilla.org/intl/unicode/decoder;1?charset=windows-874,{6394eea4-fc3d-11d2-b3b8-00805f8a6670}
1571+@mozilla.org/browser/session-history-transaction;1,{bfd1a792-ad9f-11d3-bdc7-0050040a9b44}
1572+@mozilla.org/autocomplete/simple-result;1,{2ee3039b-2de4-43d9-93b0-649beacff39a}
1573+@mozilla.org/scriptableinterfaces;1,{fe4f7592-c1fc-4662-ac83-538841318803}
1574+@mozilla.org/security/random-generator;1,{be65e2b7-fe46-4e0f-88e0-4b385db4d68a}
1575+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-4,{660d8ca6-f763-11d2-8aad-00600811a836}
1576+@mozilla.org/profile/migrator;1?app=browser&type=dogbert,{24f92fae-f793-473b-8061-713408bd11d5}
1577+@mozilla.org/network/content-sniffer;1,{7d7008a0-c49a-11d3-9b22-0080c7cb1080}
1578+@mozilla.org/intl/unicode/decoder;1?charset=HZ-GB-2312,{ba61519a-1dfa-11d3-b3bf-00805f8a6670}
1579+@mozilla.org/rdf/xml-parser;1,{a4048e94-1dd1-11b2-a676-8a06c086cc7d}
1580+@mozilla.org/nsTokenPasswordDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778}
1581+@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmsy,{e768ebef-70f9-4fe3-8835-4f4f3fd996e2}
1582+@mozilla.org/intl/unicode/decoder;1?charset=TIS-620,{66634f68-be19-42d0-a4ca-d1c21fa059b8}
1583+@mozilla.org/network/protocol;1?name=default,{bd6390c8-fbea-11d4-98f6-001083010e9b}
1584+@mozilla.org/toolkit/default-clh;1,{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344}
1585+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-icelandic,{6394eebb-fc3d-11d2-b3b8-00805f8a6670}
1586+@mozilla.org/intl/unicode/encoder;1?charset=ISO-2022-JP,{4f76e100-d71c-11d2-8aac-00600811a836}
1587+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-16,{a0f827e2-8ab6-11d5-a14b-005004832142}
1588+@mozilla.org/gfx/fontenumerator;1,{a6cf9115-15b3-11d2-932e-00805f8add32}
1589+@mozilla.org/network/socket-transport-service;1,{c07e81e0-ef12-11d2-92b6-00105a1b0d64}
1590+@mozilla.org/content/element/html;1?name=img,{d6008c40-4dad-11d2-b328-00805f8a3859}
1591+@mozilla.org/intl/unicode/encoder;1?charset=windows-1257,{a578e0a4-f76b-11d2-8aac-00600811a836}
1592+@mozilla.org/browser/download-history;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69}
1593+@mozilla.org/intl/unicode/encoder;1?charset=x-mac-farsi,{6803cac9-1e3b-11d5-a145-005004832142}
1594+@mozilla.org/security/keyobject;1,{eae599aa-ecef-49c6-a8af-6ddcc6feb484}
1595+@mozilla.org/network/stream-listener-tee;1,{831f8f13-7aa8-485f-b02e-77c881cc5773}
1596+@mozilla.org/gfx/printerenumerator;1,{a6cf9129-15b3-11d2-932e-00805f8add32}
1597+@mozilla.org/browser/feeds/result-service;1,{2376201c-bbc6-472f-9b62-7548040a61c6}
1598+@mozilla.org/intl/unicode/decoder;1?charset=windows-1253,{af7a9952-aa48-11d2-b3ae-00805f8a6670}
1599+@mozilla.org/network/protocol/about;1?what=,{1f1ce501-663a-11d3-b7a0-be426e4e69bc}
1600+@mozilla.org/layout/xul-boxobject-popup;1,{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a}
1601+@mozilla.org/nsSecurityWarningDialogs;1,{8d995d4f-adcc-4159-b7f1-e94af72eeb88}
1602+@mozilla.org/data-document-content-policy;1,{1147d32c-215b-4014-b180-07fe7aedf915}
1603+@mozilla.org/filepicker/fileview;1,{a5570462-1dd1-11b2-9d19-df30a27fbdc4}
1604+@mozilla.org/xul/xul-controllers;1,{1f5c1721-7dc3-11d3-bf87-00105a1b0627}
1605+@mozilla.org/embedcomp/dialogparam;1,{4e4aae11-8901-46cc-8217-dad7c5415873}
1606+@mozilla.org/layout/xul-boxobject;1,{d750a964-2d14-484c-b3aa-8ed7823b5c7b}
1607+@mozilla.org/layout/form-processor;1,{0ae53c0f-8ea2-4916-bedc-717443c3e185}
1608+@mozilla.org/intl/unicode/encoder;1?charset=UTF-8,{7c657d18-ec5e-11d2-8aac-00600811a836}
1609+@mozilla.org/gfx/screenmanager;1,{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c}
1610+@mozilla.org/rdf/container;1,{d4214e93-fb94-11d2-bdd8-00104bde6048}
1611+@mozilla.org/moz/jsloader;1,{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6}
1612+@mozilla.org/network/protocol/about;1?what=feeds,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1613+@mozilla.org/rdf/xml-serializer;1,{0032d852-1dd2-11b2-95f7-e0a1910ed2da}
1614+@mozilla.org/network/dns-service;1,{b0ff4572-dae4-4bef-a092-83c1b88f6be9}
1615+@mozilla.org/intl/unicode/encoder;1?charset=windows-1256,{ba6151a4-1dfa-11d3-b3bf-00805f8a6670}
1616+@mozilla.org/content/document-loader-factory;1,{fc886801-e768-11d4-9885-00c04fa0cf4b}
1617+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-14,{6394eea1-fc3d-11d2-b3b8-00805f8a6670}
1618+@mozilla.org/intl/unicode/decoder;1?charset=Big5,{efc323e1-ec62-11d2-8aac-00600811a836}
1619+@mozilla.org/helperapplauncherdialog;1,{f68578eb-6ec2-4169-ae19-8c6243f0abe1}
1620+@mozilla.org/streamConverters;1,{892ffeb0-3f80-11d3-a16c-0050041caf44}
1621+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-4,{660d8ca1-f763-11d2-8aad-00600811a836}
1622+@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.video.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1623+@mozilla.org/intl/unicode/decoder;1?charset=EUC-JP,{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670}
1624+@mozilla.org/intl/stringbundle/text-override;1,{6316c6ce-12d3-479e-8f53-e289351412b8}
1625+@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-JP,{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670}
1626+@mozilla.org/intl/unicode/encoder;1?charset=HZ-GB-2312,{ba61519d-1dfa-11d3-b3bf-00805f8a6670}
1627+@mozilla.org/browser/shistory-internal;1,{9c47c121-1c6e-4d8f-b904-3ac968116e88}
1628+@mozilla.org/network/socket;2?type=socks4,{f7c9f5f4-4451-41c3-a28a-5ba2447fbace}
1629+@mozilla.org/network/buffered-output-stream;1,{9868b4ce-da08-11d3-8cda-0060b0fc14a3}
1630+@mozilla.org/intl/unicode/encoder;1?charset=IBM866,{ba6151aa-1dfa-11d3-b3bf-00805f8a6670}
1631+@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmmi,{73bb7c12-dbab-4ae2-aecf-a0331dec916f}
1632+@mozilla.org/editor/editorspellchecker;1,{75656ad9-bd13-4c5d-939a-ec6351eea0cc}
1633+@mozilla.org/intl/collation;1,{aa13e4a0-a5ac-11d2-9119-006008a6edf6}
1634+@mozilla.org/widget/transferable;1,{8b5314bc-db01-11d2-96ce-0060b0fb9956}
1635+@mozilla.org/intl/unicode/encoder;1?charset=UTF-16BE,{ba6151ad-1dfa-11d3-b3bf-00805f8a6670}
1636+@mozilla.org/login-manager/storage/mozStorage;1,{8c2023b9-175c-477e-9761-44ae7b549756}
1637+@mozilla.org/network/auth-module;1?name=sys-ntlm,{bc54f001-6eb0-4e32-9f49-7e064d8e70ef}
1638+@mozilla.org/intl/unicode/encoder;1?charset=hkscs-1,{a59da931-4091-11d5-a145-005004832142}
1639+@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmex,{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c}
1640+@mozilla.org/satchel/form-autocomplete;1,{c11c21b2-71c9-4f87-a0f8-5e13f50495fd}
1641+@mozilla.org/intl/unicode/decoder;1?charset=IBM852,{2d524fd1-ae74-11d3-abf7-0004aceefa51}
1642+@mozilla.org/network/protocol;1?name=feed,{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0}
1643+@mozilla.org/layout/contentserializer;1?mimetype=application/vnd.mozilla.xul+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
1644+@mozilla.org/intl/unicode/encoder;1?charset=x-gbk,{ba61519b-1dfa-11d3-b3bf-00805f8a6670}
1645+@mozilla.org/intl/unicode/decoder;1?charset=IBM855,{2d524fd2-ae74-11d3-abf7-0004aceefa51}
1646+@mozilla.org/satchel/form-fill-controller;1,{895db6c7-dbdf-40ea-9f64-b175033243dc}
1647+@mozilla.org/editor/texteditor;1,{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f}
1648+@mozilla.org/privatebrowsing-wrapper;1,{136e2c4d-c5a4-477c-b131-d93d7d704f64}
1649+@mozilla.org/chrome/chrome-native-theme;1,{d930e29b-6909-44e5-ab4b-af10d6923705}
1650+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-9,{7b8556a9-ec79-11d2-8aac-00600811a836}
1651+@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmr,{67671792-8e25-4487-b1b7-5073cfa95fee}
1652+@mozilla.org/nsCMSMessage;1,{a4557478-ae16-11d5-ba4b-00108303b117}
1653+@mozilla.org/content/dom-selection;1,{c87a37fc-8109-4ce2-a322-8cdec925379f}
1654+@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-KR,{ba61519f-1dfa-11d3-b3bf-00805f8a6670}
1655+@mozilla.org/editor/htmleditorcontroller;1,{62db0002-dbb6-43f4-8fb7-9d2538bc5747}
1656+@mozilla.org/profile/migrator;1?app=browser&type=opera,{f34ff792-722e-4490-b195-47d242edca1c}
1657+@mozilla.org/streamconv;1?from=multipart/x-mixed-replace&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44}
1658+@mozilla.org/streamconv;1?from=text/ftp-dir&to=application/http-index-format,{14c0e880-623e-11d3-a178-0050041caf44}
1659+@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica5,{8a0dce80-e2f2-11d3-b32f-004005a7a7e4}
1660+@mozilla.org/intl/unicode/encoder;1?charset=IBM864i,{2d524fdd-ae74-11d3-abf7-0004aceefa51}
1661+@mozilla.org/xul/xul-prototype-cache;1,{3a0a0fc1-8349-11d3-be47-00104bde6048}
1662+@mozilla.org/intl/unicode/encoder;1?charset=UTF-16,{49b38f12-6193-11d3-b3c5-00805f8a6670}
1663+@mozilla.org/network/default-prompt;1,{2e41ada0-62b7-4902-b9a6-e4542aa458ba}
1664+@mozilla.org/intl/unicode/encoder;1?charset=GB2312,{379c2777-ec77-11d2-8aac-00600811a836}
1665+@mozilla.org/security/pkiparamblock;1,{0bec75a8-1dd2-11b2-863a-f69f77c31371}
1666+@mozilla.org/toolkit/profile-migrator;1,{4ca3c946-5408-49f0-9eca-3a97d5c67750}
1667+@mozilla.org/network/auth-module;1?name=negotiate-gss,{96ec4163-efc8-407a-8735-007fb26be4e8}
1668+@mozilla.org/embedding/browser/content-policy;1,{f66bc334-1dd1-11b2-bab2-90e04fe15c19}
1669+@mozilla.org/browser/tagging-service;1,{bbc23860-2553-479d-8b78-94d9038334f7}
1670+@mozilla.org/network/protocol/about;1?what=certerror,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980}
1671+@mozilla.org/js/xpc/ContextStack;1,{ff8c4d10-3194-11d3-9885-006008962422}
1672+@mozilla.org/intl/unicode/encoder;1?charset=jis_0201,{ba615191-1dfa-11d3-b3bf-00805f8a6670}
1673+@mozilla.org/intl/unicode/decoder;1?charset=windows-1254,{7c657d17-ec5e-11d2-8aac-00600811a836}
1674+@mozilla.org/streamconv;1?from=uncompressed&to=rawdeflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61}
1675+@mozilla.org/xre/app-info;1,{95d89e3e-a169-41a3-8e56-719978e15b12}
1676+@mozilla.org/xptinfo/loader;1&type=zip,{0320e073-79c7-4dae-8055-81bed8b8db96}
1677+@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.audio.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1}
1678+@mozilla.org/intl/unicode/encoder;1?charset=KOI8-R,{6394eeb5-fc3d-11d2-b3b8-00805f8a6670}
1679+@mozilla.org/network/protocol/about;1?what=license,{f0acde16-1dd1-11b2-9e35-f5786fff5a66}
1680+@mozilla.org/intl/utf8converterservice;1,{2b026890-5a2e-4981-ada2-a600358947b4}
1681+@mozilla.org/transactionmanager;1,{9c8f9601-801a-11d2-98ba-00805f297d89}
1682+@mozilla.org/nss_errors_service;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e}
1683+@mozilla.org/saxparser/xmlreader;1,{ab1da296-6125-40ba-96d0-47a8282ae3db}
1684+@mozilla.org/locale/posix-locale;1,{d92d57c5-ba1d-11d2-af0c-0060089fe59b}
1685+@mozilla.org/content-dispatch-chooser;1,{e35d5067-95bc-4029-8432-e8f1e431148d}
1686+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-9,{7c657d13-ec5e-11d2-8aac-00600811a836}
1687+@mozilla.org/network/authprompt-adapter-factory;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0}
1688+@mozilla.org/layout/plaintextsink;1,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f}
1689+@mozilla.org/gfx/region;1,{da5b130a-1dd1-11b2-ad47-f455b1814a78}
1690+@mozilla.org/geolocation/gpsd/provider;1,{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d}
1691+@mozilla.org/network/http-authenticator;1?scheme=digest,{17491ba4-1dd2-11b2-aae3-de6b92dab620}
1692+@mozilla.org/network/cache-service;1,{6c84aec9-29a5-4264-8fbc-bee8f922ea67}
1693+@mozilla.org/security/entropy;1,{34587f4a-be18-43c0-9112-b782b08c0add}
1694+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-1,{920307b0-c6e8-11d2-8aa8-00600811a836}
1695+@mozilla.org/satchel/form-history-importer;1,{db340cc2-7f50-4ea3-8427-f529daf6dc87}
1696+@mozilla.org/spellchecker/engine;1,{56c778e4-1bee-45f3-a689-886692a97fe7}
1697+@mozilla.org/intl/unicode/decoder;1?charset=x-euc-tw,{379c2771-ec77-11d2-8aac-00600811a836}
1698+@mozilla.org/network/protocol/about;1?what=blank,{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3}
1699+@mozilla.org/autocomplete/search;1?name=file,{cb60980e-18a5-4a77-9110-8146614ca7f0}
1700+@mozilla.org/autocomplete/search;1?name=places-tag-autocomplete,{1dcc23b0-d4cb-11dc-9ad6-479d56d89593}
1701+@mozilla.org/network/protocol/about;1?what=cache-entry,{7fa5237d-b0eb-438f-9e50-ca0166e63788}
1702+@mozilla.org/security/pk11tokendb;1,{b084a2ce-1dd1-11b2-bf10-8324f8e065cc}
1703+@mozilla.org/network/protocol;1?name=view-source,{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f}
1704+@mozilla.org/intl/stringcharsetdetect;1?type=ja_parallel_state_machine,{12bb8f1c-2389-11d3-b3bf-00805f8a6670}
1705+@mozilla.org/rdf/datasource;1?name=files,{e638d760-8687-11d2-b530-000000000001}
1706+@mozilla.org/intl/unicode/encoder;1?charset=armscii-8,{6394eebc-fc3d-11d2-b3b8-00805f8a6670}
1707+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-11,{9c0ff6f4-deda-40e5-806c-b6cc449c21ce}
1708+@mozilla.org/intl/stringcharsetdetect;1?type=universal_charset_detector,{6ee5301a-3981-49bd-85f8-1a2cc228cf3e}
1709+@mozilla.org/feed-unescapehtml;1,{10f2f5f0-f103-4901-980f-ba11bd70d60d}
1710+@mozilla.org/dom/xpath-evaluator;1,{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc}
1711+@mozilla.org/layout/contentserializer;1?mimetype=text/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c}
1712+@mozilla.org/intl/unicode/decoder;1?charset=IBM857,{2d524fd3-ae74-11d3-abf7-0004aceefa51}
1713+@mozilla.org/browser/sessionstartup;1,{ec7a6c20-e081-11da-8ad9-0800200c9a66}
1714+@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-I,{495eca46-0a5c-11d4-a135-005004832142}
1715+@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector,{374e0cde-f605-4259-8c92-e639c6c2eeef}
1716+@mozilla.org/dirIndexParser;1,{a0d6ad32-1dd1-11b2-aa55-a40187b54036}
1717+@mozilla.org/autocomplete/search;1?name=history,{d0272978-beab-4adc-a3d4-04b76acfa4e7}
1718+@mozilla.org/network/downloader;1,{510a86bb-6019-4ed1-bb4f-965cffd23ece}
1719+@mozilla.org/intl/unicode/decoder;1?charset=EUC-KR,{379c2775-ec77-11d2-8aac-00600811a836}
1720+@mozilla.org/files/filereader;1,{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713}
1721+@mozilla.org/PopupWindowManager;1,{822bcd11-6432-48be-9e9d-36f7804b7747}
1722+@mozilla.org/security/recentbadcerts;1,{e7caf8c0-3570-47fe-aa1b-da47539b5d07}
1723+@mozilla.org/dom/json;1,{93ad72a6-02cd-4716-9626-d47d5ec275ec}
1724+@mozilla.org/browser/feeds/result-writer;1,{49bb6593-3aff-4eb3-a068-2712c28bd58e}
1725+@mozilla.org/intl/unicode/encoder;1?charset=x-viet-vps,{6394eec0-fc3d-11d2-b3b8-00805f8a6670}
1726+@mozilla.org/intl/unicode/encoder;1?charset=windows-1253,{7b8556ad-ec79-11d2-8aac-00600811a836}
1727+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-I,{495eca43-0a5c-11d4-a135-005004832142}
1728+@mozilla.org/network/protocol;1?name=pcast,{1c31ed79-accd-4b94-b517-06e0c81999d5}
1729+@mozilla.org/network/io-service;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40}
1730+@mozilla.org/uriloader/content-handler;1?type=application/x-xpinstall,{18c2f98d-b09f-11d2-bcde-00805f0e1353}
1731+@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-1,{a3254cb0-8e20-11d2-8a98-00600811a836}
1732+@mozilla.org/intl/unicode/decoder;1?charset=IBM864,{2d524fd5-ae74-11d3-abf7-0004aceefa51}
1733+@mozilla.org/xul/xul-tree-builder;1,{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc}
1734+@mozilla.org/privatebrowsing;1,{c31f4883-839b-45f6-82ad-a6a9bc5ad599}
1735+@mozilla.org/docshell/urifixup;1,{214c48a0-b57f-11d4-959c-0020183bf181}
1736+@mozilla.org/intl/stringcharsetdetect;1?type=zh_parallel_state_machine,{fcacef21-2b40-11d3-b3bf-00805f8a6670}
1737+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-icelandic,{6394eeab-fc3d-11d2-b3b8-00805f8a6670}
1738+@mozilla.org/network/protocol;1?name=moz-safe-about,{1423e739-782c-4081-b5d8-fe6fba68c0ef}
1739+@mozilla.org/xul/xul-sort-service;1,{bfd05264-834c-11d2-8eac-00805f29f371}
1740+@mozilla.org/intl/unicode/decoder;1?charset=x-mac-farsi,{6803cac8-1e3b-11d5-a145-005004832142}
1741+@mozilla.org/image/decoder;2?type=image/x-ms-bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1}
1742+@mozilla.org/layout/htmlCopyEncoder;1,{7f915b01-98fc-11d4-8eb0-a803f80ff1bc}
1743+@mozilla.org/intl/unicode/decoder;1?charset=UTF-32LE,{ba6151b8-1dfa-11d3-b3bf-00805f8a6670}
1744+
1745+[CATEGORIES]
1746+content-sniffing-services,@mozilla.org/image/loader;1,@mozilla.org/image/loader;1
1747+Charset Encoders,UTF-16,
1748+Charset Encoders,ISO-8859-8-E,
1749+Charset Encoders,ISO-8859-4,
1750+Charset Encoders,ISO-8859-16,
1751+Charset Encoders,x-mac-gurmukhi,
1752+Charset Encoders,x-ttf-cmex,
1753+Charset Encoders,TIS-620,
1754+Charset Encoders,ISO-IR-111,
1755+Charset Encoders,EUC-JP,
1756+Charset Encoders,windows-1251,
1757+Charset Encoders,HZ-GB-2312,
1758+Charset Encoders,x-t1-cmex,
1759+Charset Encoders,x-mac-roman,
1760+Charset Encoders,ISO-8859-7,
1761+Charset Encoders,x-mac-hebrew,
1762+Charset Encoders,ISO-8859-15,
1763+Charset Encoders,Adobe-Symbol-Encoding,
1764+Charset Encoders,IBM857,
1765+Charset Encoders,x-ttf-cmsy,
1766+Charset Encoders,x-mathematica5,
1767+Charset Encoders,hkscs-1,
1768+Charset Encoders,x-mac-ce,
1769+Charset Encoders,windows-1252,
1770+Charset Encoders,KOI8-U,
1771+Charset Encoders,ISO-8859-10,
1772+Charset Encoders,GB2312,
1773+Charset Encoders,UTF-8,
1774+Charset Encoders,x-viet-tcvn5712,
1775+Charset Encoders,gb18030,
1776+Charset Encoders,ISO-8859-2,
1777+Charset Encoders,windows-1257,
1778+Charset Encoders,x-mathematica1,
1779+Charset Encoders,x-windows-949,
1780+Charset Encoders,x-tamilttf-0,
1781+Charset Encoders,ISO-8859-6-I,
1782+Charset Encoders,ISO-8859-5,
1783+Charset Encoders,KOI8-R,
1784+Charset Encoders,x-imap4-modified-utf7,
1785+Charset Encoders,VISCII,
1786+Charset Encoders,windows-1258,
1787+Charset Encoders,ISO-8859-8,
1788+Charset Encoders,IBM855,
1789+Charset Encoders,EUC-KR,
1790+Charset Encoders,x-ttf-cmmi,
1791+Charset Encoders,x-mathematica3,
1792+Charset Encoders,UTF-32LE,
1793+Charset Encoders,windows-1250,
1794+Charset Encoders,armscii-8,
1795+Charset Encoders,IBM864i,
1796+Charset Encoders,IBM852,
1797+Charset Encoders,x-euc-tw,
1798+Charset Encoders,ISO-8859-8-I,
1799+Charset Encoders,x-johab,
1800+Charset Encoders,UTF-16LE,
1801+Charset Encoders,x-user-defined,
1802+Charset Encoders,x-mac-icelandic,
1803+Charset Encoders,windows-874,
1804+Charset Encoders,windows-1255,
1805+Charset Encoders,x-mac-romanian,
1806+Charset Encoders,x-ttf-cmr,
1807+Charset Encoders,x-mathematica4,
1808+Charset Encoders,ISO-8859-3,
1809+Charset Encoders,ISO-8859-11,
1810+Charset Encoders,Big5,
1811+Charset Encoders,UTF-7,
1812+Charset Encoders,Shift_JIS,
1813+Charset Encoders,IBM866,
1814+Charset Encoders,x-mac-devanagari,
1815+Charset Encoders,x-mtextra,
1816+Charset Encoders,x-mac-turkish,
1817+Charset Encoders,x-gbk,
1818+Charset Encoders,UTF-32BE,
1819+Charset Encoders,x-t1-cmr,
1820+Charset Encoders,windows-1256,
1821+Charset Encoders,x-mac-farsi,
1822+Charset Encoders,GEOSTD8,
1823+Charset Encoders,UTF-32,
1824+Charset Encoders,x-koreanjamo-0,
1825+Charset Encoders,x-t1-cmsy,
1826+Charset Encoders,x-mac-croatian,
1827+Charset Encoders,UTF-16BE,
1828+Charset Encoders,ISO-8859-6,
1829+Charset Encoders,us-ascii,
1830+Charset Encoders,x-mac-greek,
1831+Charset Encoders,T.61-8bit,
1832+Charset Encoders,ISO-8859-9,
1833+Charset Encoders,jis_0201,
1834+Charset Encoders,x-mac-gujarati,
1835+Charset Encoders,ISO-8859-6-E,
1836+Charset Encoders,x-mathematica2,
1837+Charset Encoders,Big5-HKSCS,
1838+Charset Encoders,windows-1253,
1839+Charset Encoders,ISO-8859-1,
1840+Charset Encoders,IBM864,
1841+Charset Encoders,ISO-8859-13,
1842+Charset Encoders,IBM850,
1843+Charset Encoders,x-zapf-dingbats,
1844+Charset Encoders,ISO-8859-14,
1845+Charset Encoders,x-mac-arabic,
1846+Charset Encoders,IBM862,
1847+Charset Encoders,windows-936,
1848+Charset Encoders,windows-1254,
1849+Charset Encoders,x-t1-cmmi,
1850+Charset Encoders,x-tscii,
1851+Charset Encoders,ISO-2022-JP,
1852+Charset Encoders,x-viet-vps,
1853+Charset Encoders,x-mac-cyrillic,
1854+net-content-sniffers,Feed Sniffer,@mozilla.org/browser/feeds/sniffer;1
1855+net-content-sniffers,Binary Detector,@mozilla.org/network/binary-detector;1
1856+JavaScript global static nameset,PrivilegeManager,@mozilla.org/security/script/nameset;1
1857+JavaScript global constructor,BrowserFeedWriter,@mozilla.org/browser/feeds/result-writer;1
1858+JavaScript global constructor,Image,@mozilla.org/content/element/html;1?name=img
1859+JavaScript global constructor,Audio,@mozilla.org/content/element/html;1?name=audio
1860+JavaScript global constructor,Option,@mozilla.org/content/element/html;1?name=option
1861+xpcom-directory-providers,spellcheck-directory-provider,@mozilla.org/spellcheck/dir-provider;1
1862+xpcom-directory-providers,browser-directory-provider,@mozilla.org/browser/directory-provider;1
1863+uconv-charset-titles,chrome://global/locale/charsetTitles.properties,
1864+uconv-charset-data,resource://gre/res/charsetData.properties,
1865+command-line-handler,x-default,@mozilla.org/browser/final-clh;1
1866+command-line-handler,m-privatebrowsing,@mozilla.org/privatebrowsing;1
1867+command-line-handler,b-jsconsole,@mozilla.org/toolkit/console-clh;1
1868+command-line-handler,m-setdefaultbrowser,@mozilla.org/browser/default-browser-clh;1
1869+command-line-handler,m-browser,@mozilla.org/browser/clh;1
1870+command-line-handler,y-default,@mozilla.org/toolkit/default-clh;1
1871+content-policy,@mozilla.org/data-document-content-policy;1,@mozilla.org/data-document-content-policy;1
1872+content-policy,@mozilla.org/no-data-protocol-content-policy;1,@mozilla.org/no-data-protocol-content-policy;1
1873+content-policy,@mozilla.org/permissions/contentblocker;1,@mozilla.org/permissions/contentblocker;1
1874+content-policy,@mozilla.org/embedding/browser/content-policy;1,@mozilla.org/embedding/browser/content-policy;1
1875+@mozilla.org/streamconv;1,?from=multipart/x-mixed-replace&to=*/*,
1876+@mozilla.org/streamconv;1,?from=multipart/mixed&to=*/*,
1877+@mozilla.org/streamconv;1,?from=deflate&to=uncompressed,
1878+@mozilla.org/streamconv;1,?from=application/http-index-format&to=text/html,
1879+@mozilla.org/streamconv;1,?from=gzip&to=uncompressed,
1880+@mozilla.org/streamconv;1,?from=text/gopher-dir&to=application/http-index-format,
1881+@mozilla.org/streamconv;1,?from=application/x-unknown-content-type&to=*/*,
1882+@mozilla.org/streamconv;1,?from=text/plain&to=text/html,
1883+@mozilla.org/streamconv;1,?from=x-compress&to=uncompressed,
1884+@mozilla.org/streamconv;1,?from=compress&to=uncompressed,
1885+@mozilla.org/streamconv;1,?from=application/mac-binhex40&to=*/*,
1886+@mozilla.org/streamconv;1,?from=text/ftp-dir&to=application/http-index-format,
1887+@mozilla.org/streamconv;1,?from=x-gzip&to=uncompressed,
1888+@mozilla.org/streamconv;1,?from=multipart/byteranges&to=*/*,
1889+pref-config-startup,ReadConfig Module,@mozilla.org/readconfig;1
1890+charset-detectors,cjk_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine
1891+charset-detectors,ko_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine
1892+charset-detectors,ruprob,@mozilla.org/intl/charsetdetect;1?type=ruprob
1893+charset-detectors,off,off
1894+charset-detectors,universal_charset_detector,@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector
1895+charset-detectors,zhcn_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine
1896+charset-detectors,zhtw_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine
1897+charset-detectors,zh_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine
1898+charset-detectors,ja_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine
1899+charset-detectors,ukprob,@mozilla.org/intl/charsetdetect;1?type=ukprob
1900+JavaScript global property,InstallTrigger,@mozilla.org/xpinstall/installtrigger;1
1901+JavaScript global property,external,@mozilla.org/sidebar;1
1902+JavaScript global property,sidebar,@mozilla.org/sidebar;1
1903+command-line-validator,b-browser,@mozilla.org/browser/clh;1
1904+profile-after-change,Extension Manager,@mozilla.org/extensions/manager;1
1905+profile-after-change,Timer Manager,@mozilla.org/updates/timer-manager;1
1906+Gecko-Content-Viewers,application/xml,@mozilla.org/content/document-loader-factory;1
1907+Gecko-Content-Viewers,application/x-javascript,@mozilla.org/content/document-loader-factory;1
1908+Gecko-Content-Viewers,application/javascript,@mozilla.org/content/document-loader-factory;1
1909+Gecko-Content-Viewers,text/plain,@mozilla.org/content/document-loader-factory;1
1910+Gecko-Content-Viewers,image/jpg,@mozilla.org/content/document-loader-factory;1
1911+Gecko-Content-Viewers,image/gif,@mozilla.org/content/document-loader-factory;1
1912+Gecko-Content-Viewers,image/bmp,@mozilla.org/content/document-loader-factory;1
1913+Gecko-Content-Viewers,application/x-view-source,@mozilla.org/content/document-loader-factory;1
1914+Gecko-Content-Viewers,image/icon,@mozilla.org/content/document-loader-factory;1
1915+Gecko-Content-Viewers,image/jpeg,@mozilla.org/content/document-loader-factory;1
1916+Gecko-Content-Viewers,image/pjpeg,@mozilla.org/content/document-loader-factory;1
1917+Gecko-Content-Viewers,application/ecmascript,@mozilla.org/content/document-loader-factory;1
1918+Gecko-Content-Viewers,mozilla.application/cached-xul,@mozilla.org/content/document-loader-factory;1
1919+Gecko-Content-Viewers,image/x-png,@mozilla.org/content/document-loader-factory;1
1920+Gecko-Content-Viewers,application/http-index-format,@mozilla.org/xpfe/http-index-format-factory-constructor
1921+Gecko-Content-Viewers,text/rdf,@mozilla.org/content/document-loader-factory;1
1922+Gecko-Content-Viewers,image/png,@mozilla.org/content/document-loader-factory;1
1923+Gecko-Content-Viewers,text/css,@mozilla.org/content/document-loader-factory;1
1924+Gecko-Content-Viewers,text/html,@mozilla.org/content/document-loader-factory;1
1925+Gecko-Content-Viewers,application/rdf+xml,@mozilla.org/content/document-loader-factory;1
1926+Gecko-Content-Viewers,image/x-icon,@mozilla.org/content/document-loader-factory;1
1927+Gecko-Content-Viewers,text/ecmascript,@mozilla.org/content/document-loader-factory;1
1928+Gecko-Content-Viewers,text/javascript,@mozilla.org/content/document-loader-factory;1
1929+Gecko-Content-Viewers,application/xhtml+xml,@mozilla.org/content/document-loader-factory;1
1930+Gecko-Content-Viewers,application/vnd.mozilla.xul+xml,@mozilla.org/content/document-loader-factory;1
1931+Gecko-Content-Viewers,text/xml,@mozilla.org/content/document-loader-factory;1
1932+Gecko-Content-Viewers,image/vnd.microsoft.icon,@mozilla.org/content/document-loader-factory;1
1933+Gecko-Content-Viewers,image/x-ms-bmp,@mozilla.org/content/document-loader-factory;1
1934+agent-style-sheets,pluginproblem xbl binding,chrome://mozapps/content/plugins/pluginProblemBinding.css
1935+agent-style-sheets,pluginfinder xbl binding,chrome://ubufox/content/alternatePluginsBinding.css
1936+geolocation-provider,Returns a geolocation from a GPSD source,@mozilla.org/geolocation/gpsd/provider;1
1937+JavaScript global constructor prototype alias,Image,HTMLImageElement
1938+JavaScript global constructor prototype alias,Audio,HTMLAudioElement
1939+JavaScript global constructor prototype alias,Option,HTMLOptionElement
1940+module-loader,text/javascript,@mozilla.org/moz/jsloader;1
1941+app-startup,PrivateBrowsing Service,service,@mozilla.org/privatebrowsing;1
1942+app-startup,tryToClose Service,service,@mozilla.org/appshell/trytoclose;1
1943+app-startup,Web Content Handler Registrar,service,@mozilla.org/embeddor.implemented/web-content-handler-registrar;1
1944+app-startup,Application,service,@mozilla.org/fuel/application;1
1945+app-startup,Window Data Source,service,@mozilla.org/rdf/datasource;1?name=window-mediator
1946+app-startup,Firefox Browser Glue Service,service,@mozilla.org/browser/browserglue;1
1947+app-startup,Browser Session Startup Service,service,@mozilla.org/browser/sessionstartup;1
1948+app-startup,SystemPref Module,@mozilla.org/system-preferences;1
1949+app-startup,Script Security Manager,service,@mozilla.org/scriptsecuritymanager;1
1950+bookmark-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1
1951+external-uricontentlisteners,application/x-x509-user-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1952+external-uricontentlisteners,application/x-x509-email-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1953+external-uricontentlisteners,application/x-x509-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1954+external-uricontentlisteners,application/pkix-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1955+external-uricontentlisteners,application/x-pkcs7-crl,@mozilla.org/uriloader/psm-external-content-listener;1
1956+external-uricontentlisteners,application/x-x509-ca-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1957+external-uricontentlisteners,application/x-x509-server-cert,@mozilla.org/uriloader/psm-external-content-listener;1
1958+JavaScript global privileged property,Application,@mozilla.org/fuel/application;1
1959+update-timer,Extension Manager,@mozilla.org/extensions/manager;1,getService,addon-background-update-timer,extensions.update.interval,86400
1960+update-timer,Microsummary Service,@mozilla.org/microsummary/service;1,getService,microsummary-generator-update-timer,browser.microsummary.generatorUpdateInterval,604800
1961+update-timer,Blocklist Service,@mozilla.org/extensions/blocklist;1,getService,blocklist-background-update-timer,extensions.blocklist.interval,86400
1962+XSLT extension functions,http://exslt.org/regular-expressions,@mozilla.org/exslt/regexp;1
1963+parser-service-category,Meta Charset Service,@mozilla.org/intl/metacharset;1
1964+Charset Decoders,UTF-16,
1965+Charset Decoders,ISO-8859-8-E,
1966+Charset Decoders,ISO-8859-4,
1967+Charset Decoders,ISO-8859-16,
1968+Charset Decoders,UTF-32LE,
1969+Charset Decoders,TIS-620,
1970+Charset Decoders,ISO-IR-111,
1971+Charset Decoders,windows-1252,
1972+Charset Decoders,windows-1251,
1973+Charset Decoders,UTF-16BE,
1974+Charset Decoders,IBM852,
1975+Charset Decoders,x-mac-roman,
1976+Charset Decoders,ISO-8859-7,
1977+Charset Decoders,x-mac-ce,
1978+Charset Decoders,ISO-8859-15,
1979+Charset Decoders,IBM857,
1980+Charset Decoders,gb18030,
1981+Charset Decoders,x-viet-tcvn5712,
1982+Charset Decoders,IBM862,
1983+Charset Decoders,KOI8-U,
1984+Charset Decoders,ISO-8859-2,
1985+Charset Decoders,armscii-8,
1986+Charset Decoders,ISO-8859-10,
1987+Charset Decoders,UTF-8,
1988+Charset Decoders,us-ascii,
1989+Charset Decoders,HZ-GB-2312,
1990+Charset Decoders,ISO-2022-JP,
1991+Charset Decoders,x-gbk,
1992+Charset Decoders,windows-1257,
1993+Charset Decoders,ISO-8859-14,
1994+Charset Decoders,x-mac-hebrew,
1995+Charset Decoders,ISO-8859-6-I,
1996+Charset Decoders,x-johab,
1997+Charset Decoders,ISO-8859-5,
1998+Charset Decoders,KOI8-R,
1999+Charset Decoders,x-imap4-modified-utf7,
2000+Charset Decoders,VISCII,
2001+Charset Decoders,windows-1258,
2002+Charset Decoders,ISO-8859-8,
2003+Charset Decoders,EUC-KR,
2004+Charset Decoders,x-mac-gurmukhi,
2005+Charset Decoders,Big5,
2006+Charset Decoders,IBM864,
2007+Charset Decoders,windows-1250,
2008+Charset Decoders,EUC-JP,
2009+Charset Decoders,IBM864i,
2010+Charset Decoders,x-euc-tw,
2011+Charset Decoders,ISO-8859-8-I,
2012+Charset Decoders,UTF-16LE,
2013+Charset Decoders,x-mac-icelandic,
2014+Charset Decoders,GB2312,
2015+Charset Decoders,windows-1255,
2016+Charset Decoders,x-windows-949,
2017+Charset Decoders,ISO-2022-KR,
2018+Charset Decoders,x-mac-romanian,
2019+Charset Decoders,T.61-8bit,
2020+Charset Decoders,ISO-8859-3,
2021+Charset Decoders,ISO-8859-11,
2022+Charset Decoders,UTF-7,
2023+Charset Decoders,Shift_JIS,
2024+Charset Decoders,x-mac-devanagari,
2025+Charset Decoders,ISO-2022-CN,
2026+Charset Decoders,UTF-32BE,
2027+Charset Decoders,x-mac-turkish,
2028+Charset Decoders,IBM866,
2029+Charset Decoders,windows-1256,
2030+Charset Decoders,x-mac-farsi,
2031+Charset Decoders,GEOSTD8,
2032+Charset Decoders,UTF-32,
2033+Charset Decoders,x-mac-croatian,
2034+Charset Decoders,ISO-8859-6,
2035+Charset Decoders,x-mac-greek,
2036+Charset Decoders,ISO-8859-9,
2037+Charset Decoders,x-mac-cyrillic,
2038+Charset Decoders,x-mac-gujarati,
2039+Charset Decoders,ISO-8859-6-E,
2040+Charset Decoders,Big5-HKSCS,
2041+Charset Decoders,windows-1253,
2042+Charset Decoders,ISO-8859-1,
2043+Charset Decoders,ISO-8859-13,
2044+Charset Decoders,IBM850,
2045+Charset Decoders,x-user-defined,
2046+Charset Decoders,x-mac-arabic,
2047+Charset Decoders,windows-874,
2048+Charset Decoders,windows-936,
2049+Charset Decoders,windows-1254,
2050+Charset Decoders,IBM855,
2051+Charset Decoders,x-viet-vps,
2052+history-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1
2053
2054=== added file 'trunk/testing/autotests/ff_profile/content-prefs.sqlite'
2055Binary 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
2056=== added file 'trunk/testing/autotests/ff_profile/cookies.sqlite'
2057Binary 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
2058=== added file 'trunk/testing/autotests/ff_profile/downloads.sqlite'
2059Binary 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
2060=== added directory 'trunk/testing/autotests/ff_profile/extensions'
2061=== added file 'trunk/testing/autotests/ff_profile/extensions.cache'
2062--- trunk/testing/autotests/ff_profile/extensions.cache 1970-01-01 00:00:00 +0000
2063+++ trunk/testing/autotests/ff_profile/extensions.cache 2010-11-15 05:23:58 +0000
2064@@ -0,0 +1,4 @@
2065+app-global langpack-en-GB@firefox-3.6.ubuntu.com rel%langpack-en-GB@firefox-3.6.ubuntu.com 1279615210
2066+app-global {972ce4c6-7e08-4474-a285-3208198ce6fd} rel%{972ce4c6-7e08-4474-a285-3208198ce6fd} 1279615357
2067+app-system-share ubufox@ubuntu.com rel%ubufox@ubuntu.com 1272543894
2068+app-profile RCE@jerryqian.com rel%RCE@jerryqian.com 1283342364
2069
2070=== added file 'trunk/testing/autotests/ff_profile/extensions.ini'
2071--- trunk/testing/autotests/ff_profile/extensions.ini 1970-01-01 00:00:00 +0000
2072+++ trunk/testing/autotests/ff_profile/extensions.ini 2010-11-15 05:23:58 +0000
2073@@ -0,0 +1,6 @@
2074+[ExtensionDirs]
2075+Extension0=/usr/lib/firefox-3.6.6/extensions/langpack-en-GB@firefox-3.6.ubuntu.com
2076+Extension1=/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com
2077+Extension2=/home/grl/PsiphonFFProfile/extensions/RCE@jerryqian.com
2078+[ThemeDirs]
2079+Extension0=/usr/lib/firefox-3.6.6/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
2080
2081=== added file 'trunk/testing/autotests/ff_profile/extensions.rdf'
2082--- trunk/testing/autotests/ff_profile/extensions.rdf 1970-01-01 00:00:00 +0000
2083+++ trunk/testing/autotests/ff_profile/extensions.rdf 2010-11-15 05:23:58 +0000
2084@@ -0,0 +1,75 @@
2085+<?xml version="1.0"?>
2086+<RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#"
2087+ xmlns:NC="http://home.netscape.com/NC-rdf#"
2088+ xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2089+ <RDF:Description RDF:about="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}"
2090+ NS1:installLocation="app-global"
2091+ NS1:version="3.6.6"
2092+ NS1:internalName="classic/1.0"
2093+ NS1:locked="true"
2094+ NS1:appManaged="true"
2095+ NS1:name="Default"
2096+ NS1:description="The default theme."
2097+ NS1:creator="Mozilla"
2098+ NS1:contributor="Mozilla Contributors">
2099+ <NS1:type NC:parseType="Integer">4</NS1:type>
2100+ <NS1:targetApplication RDF:resource="rdf:#$pnDlG1"/>
2101+ </RDF:Description>
2102+ <RDF:Description RDF:about="rdf:#$wnDlG1"
2103+ NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
2104+ NS1:minVersion="3.6"
2105+ NS1:maxVersion="3.6.*" />
2106+ <RDF:Description RDF:about="rdf:#$+0vNJ1"
2107+ NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
2108+ NS1:minVersion="3.0"
2109+ NS1:maxVersion="3.6.*" />
2110+ <RDF:Description RDF:about="rdf:#$pnDlG1"
2111+ NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
2112+ NS1:minVersion="3.6.6"
2113+ NS1:maxVersion="3.6.6" />
2114+ <RDF:Description RDF:about="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com"
2115+ NS1:installLocation="app-global"
2116+ NS1:version="3.6"
2117+ NS1:name="Firefox (en-GB)"
2118+ NS1:creator="http://translations.launchpad.net">
2119+ <NS1:type NC:parseType="Integer">8</NS1:type>
2120+ <NS1:targetApplication RDF:resource="rdf:#$wnDlG1"/>
2121+ </RDF:Description>
2122+ <RDF:Description RDF:about="urn:mozilla:item:RCE@jerryqian.com"
2123+ NS1:installLocation="app-profile"
2124+ NS1:version="1.0.0"
2125+ NS1:optionsURL="chrome://rce/content/optionDialog.xul"
2126+ NS1:iconURL="chrome://rce/content/rce.png"
2127+ NS1:name="Remember Certificate Exception"
2128+ NS1:description="Auto complete Firefox3 SSL certificate exception override."
2129+ NS1:creator="Jerry Qian"
2130+ NS1:contributor="Jerry Qian">
2131+ <NS1:type NC:parseType="Integer">2</NS1:type>
2132+ <NS1:targetApplication RDF:resource="rdf:#$+0vNJ1"/>
2133+ </RDF:Description>
2134+ <RDF:Description RDF:about="rdf:#$anDlG1"
2135+ NS1:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
2136+ NS1:minVersion="1.5"
2137+ NS1:maxVersion="3.7.*" />
2138+ <RDF:Description RDF:about="urn:mozilla:item:ubufox@ubuntu.com"
2139+ NS1:installLocation="app-system-share"
2140+ NS1:version="0.9rc2"
2141+ NS1:iconURL="chrome://ubufox/content/ubuntulogo32.png"
2142+ NS1:name="Ubuntu Firefox Modifications"
2143+ NS1:description="Ubuntu configuration defaults and apt support for firefox extensions/plugins."
2144+ NS1:creator="Canonical Ltd.">
2145+ <NS1:type NC:parseType="Integer">2</NS1:type>
2146+ <NS1:contributor>Alexander Sack &lt;asac@ubuntu.com&gt;</NS1:contributor>
2147+ <NS1:contributor>Sasa Bodiroza &lt;jazzva@gmail.com&gt;</NS1:contributor>
2148+ <NS1:contributor>Daniel Abramov &lt;ex@vingrad.ru&gt;</NS1:contributor>
2149+ <NS1:contributor>Arzhel Younsi &lt;xionox@gmail.com&gt;</NS1:contributor>
2150+ <NS1:contributor>Saïvann Carignan &lt;oxmosys@gmail.com&gt;</NS1:contributor>
2151+ <NS1:targetApplication RDF:resource="rdf:#$anDlG1"/>
2152+ </RDF:Description>
2153+ <RDF:Seq RDF:about="urn:mozilla:item:root">
2154+ <RDF:li RDF:resource="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com"/>
2155+ <RDF:li RDF:resource="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}"/>
2156+ <RDF:li RDF:resource="urn:mozilla:item:ubufox@ubuntu.com"/>
2157+ <RDF:li RDF:resource="urn:mozilla:item:RCE@jerryqian.com"/>
2158+ </RDF:Seq>
2159+</RDF:RDF>
2160
2161=== added directory 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com'
2162=== added directory 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome'
2163=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest'
2164--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest 1970-01-01 00:00:00 +0000
2165+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome.manifest 2010-11-15 05:23:58 +0000
2166@@ -0,0 +1,6 @@
2167+content rce jar:chrome/rce.jar!/content/
2168+locale rce en-US jar:chrome/rce.jar!/locale/en-US/
2169+locale rce zh-CN jar:chrome/rce.jar!/locale/zh-CN/
2170+overlay chrome://browser/content/browser.xul chrome://rce/content/rce-overlay.xul
2171+overlay chrome://pippki/content/exceptionDialog.xul chrome://rce/content/exceptionDialog.xul
2172+
2173
2174=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/chrome/rce.jar'
2175Binary 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
2176=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf'
2177--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf 1970-01-01 00:00:00 +0000
2178+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/install.rdf 2010-11-15 05:23:58 +0000
2179@@ -0,0 +1,30 @@
2180+<?xml version="1.0"?>
2181+
2182+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2183+ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
2184+
2185+ <Description about="urn:mozilla:install-manifest">
2186+ <em:id>RCE@jerryqian.com</em:id>
2187+ <em:version>1.0.0</em:version>
2188+ <em:type>2</em:type>
2189+
2190+ <em:targetApplication>
2191+ <Description>
2192+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2193+ <em:minVersion>3.0</em:minVersion>
2194+ <em:maxVersion>3.6.*</em:maxVersion>
2195+ </Description>
2196+ </em:targetApplication>
2197+
2198+ <em:name>Remember Certificate Exception</em:name>
2199+ <em:description>Auto complete Firefox3 SSL certificate exception override.</em:description>
2200+ <em:creator>Jerry Qian</em:creator>
2201+ <em:contributor>Jerry Qian</em:contributor>
2202+ <em:iconURL>chrome://rce/content/rce.png</em:iconURL>
2203+ <em:optionsURL>chrome://rce/content/optionDialog.xul</em:optionsURL>
2204+ <!--em:aboutURL></em:aboutURL-->
2205+ </Description>
2206+
2207+</RDF>
2208+
2209+
2210
2211=== added file 'trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt'
2212--- trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt 1970-01-01 00:00:00 +0000
2213+++ trunk/testing/autotests/ff_profile/extensions/RCE@jerryqian.com/license.txt 2010-11-15 05:23:58 +0000
2214@@ -0,0 +1,13 @@
2215+Copyright 2008 Jerry Qian (http://sejq.blogspot.com)
2216+
2217+Licensed under the Apache License, Version 2.0 (the "License");
2218+you may not use this file except in compliance with the License.
2219+You may obtain a copy of the License at
2220+
2221+ http://www.apache.org/licenses/LICENSE-2.0
2222+
2223+Unless required by applicable law or agreed to in writing, software
2224+distributed under the License is distributed on an "AS IS" BASIS,
2225+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2226+See the License for the specific language governing permissions and
2227+limitations under the License.
2228\ No newline at end of file
2229
2230=== added file 'trunk/testing/autotests/ff_profile/formhistory.sqlite'
2231Binary 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
2232=== added file 'trunk/testing/autotests/ff_profile/key3.db'
2233Binary 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
2234=== added file 'trunk/testing/autotests/ff_profile/localstore.rdf'
2235--- trunk/testing/autotests/ff_profile/localstore.rdf 1970-01-01 00:00:00 +0000
2236+++ trunk/testing/autotests/ff_profile/localstore.rdf 2010-11-15 05:23:58 +0000
2237@@ -0,0 +1,57 @@
2238+<?xml version="1.0"?>
2239+<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
2240+ xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2241+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#viewGroup"
2242+ last-selected="extensions" />
2243+ <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-box"
2244+ sidebarcommand=""
2245+ width=""
2246+ src="" />
2247+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#extensions-view"
2248+ last-selected="urn:mozilla:item:RCE@jerryqian.com"
2249+ selected="true" />
2250+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#extensionsManager"
2251+ width="520"
2252+ height="380"
2253+ sizemode="normal"
2254+ screenX="0"
2255+ screenY="51" />
2256+ <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-title"
2257+ value="" />
2258+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#search-view"
2259+ 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" />
2260+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#themes-view"
2261+ last-selected="urn:mozilla:item:{972ce4c6-7e08-4474-a285-3208198ce6fd}" />
2262+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul">
2263+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#search-view"/>
2264+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#extensionsManager"/>
2265+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#extensions-view"/>
2266+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#viewGroup"/>
2267+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#plugins-view"/>
2268+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#themes-view"/>
2269+ <NC:persist RDF:resource="chrome://mozapps/content/extensions/extensions.xul#locales-view"/>
2270+ </RDF:Description>
2271+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#plugins-view"
2272+ last-selected="urn:mozilla:item:libtotem-mully-plugin.so" />
2273+ <RDF:Description RDF:about="chrome://pippki/content/exceptionDialog.xul">
2274+ <NC:persist RDF:resource="chrome://pippki/content/exceptionDialog.xul#exceptiondialog"/>
2275+ </RDF:Description>
2276+ <RDF:Description RDF:about="chrome://mozapps/content/extensions/extensions.xul#locales-view"
2277+ last-selected="urn:mozilla:item:langpack-en-GB@firefox-3.6.ubuntu.com" />
2278+ <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
2279+ width="994"
2280+ height="686"
2281+ screenY="24"
2282+ screenX="0"
2283+ sizemode="maximized" />
2284+ <RDF:Description RDF:about="chrome://browser/content/browser.xul">
2285+ <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"/>
2286+ <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/>
2287+ <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/>
2288+ </RDF:Description>
2289+ <RDF:Description RDF:about="chrome://pippki/content/exceptionDialog.xul#exceptiondialog"
2290+ screenX="453"
2291+ screenY="108"
2292+ width="501"
2293+ height="480" />
2294+</RDF:RDF>
2295
2296=== added file 'trunk/testing/autotests/ff_profile/mimeTypes.rdf'
2297--- trunk/testing/autotests/ff_profile/mimeTypes.rdf 1970-01-01 00:00:00 +0000
2298+++ trunk/testing/autotests/ff_profile/mimeTypes.rdf 2010-11-15 05:23:58 +0000
2299@@ -0,0 +1,67 @@
2300+<?xml version="1.0"?>
2301+<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
2302+ xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2303+ <RDF:Description RDF:about="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"
2304+ NC:prettyName="Yahoo! Mail"
2305+ NC:uriTemplate="http://compose.mail.yahoo.com/?To=%s" />
2306+ <RDF:Description RDF:about="urn:handler:web:http://30boxes.com/external/widget?refer=ff&amp;url=%s"
2307+ NC:prettyName="30 Boxes"
2308+ NC:uriTemplate="http://30boxes.com/external/widget?refer=ff&amp;url=%s" />
2309+ <RDF:Seq RDF:about="urn:schemes:root">
2310+ <RDF:li RDF:resource="urn:scheme:mailto"/>
2311+ <RDF:li RDF:resource="urn:scheme:irc"/>
2312+ <RDF:li RDF:resource="urn:scheme:ircs"/>
2313+ <RDF:li RDF:resource="urn:scheme:webcal"/>
2314+ </RDF:Seq>
2315+ <RDF:Description RDF:about="urn:scheme:handler:irc"
2316+ NC:alwaysAsk="true">
2317+ <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
2318+ </RDF:Description>
2319+ <RDF:Seq RDF:about="urn:mimetypes:root">
2320+ </RDF:Seq>
2321+ <RDF:Description RDF:about="urn:schemes">
2322+ <NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
2323+ </RDF:Description>
2324+ <RDF:Description RDF:about="urn:scheme:mailto"
2325+ NC:value="mailto">
2326+ <NC:handlerProp RDF:resource="urn:scheme:handler:mailto"/>
2327+ </RDF:Description>
2328+ <RDF:Description RDF:about="urn:scheme:ircs"
2329+ NC:value="ircs">
2330+ <NC:handlerProp RDF:resource="urn:scheme:handler:ircs"/>
2331+ </RDF:Description>
2332+ <RDF:Description RDF:about="urn:scheme:webcal"
2333+ NC:value="webcal">
2334+ <NC:handlerProp RDF:resource="urn:scheme:handler:webcal"/>
2335+ </RDF:Description>
2336+ <RDF:Description RDF:about="urn:scheme:handler:mailto"
2337+ NC:useSystemDefault="true"
2338+ NC:alwaysAsk="false">
2339+ <NC:possibleApplication RDF:resource="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"/>
2340+ <NC:possibleApplication RDF:resource="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"/>
2341+ </RDF:Description>
2342+ <RDF:Description RDF:about="urn:mimetypes">
2343+ <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
2344+ </RDF:Description>
2345+ <RDF:Description RDF:about="urn:scheme:irc"
2346+ NC:value="irc">
2347+ <NC:handlerProp RDF:resource="urn:scheme:handler:irc"/>
2348+ </RDF:Description>
2349+ <RDF:Description RDF:about="urn:root"
2350+ NC:en-US_defaultHandlersVersion="3" />
2351+ <RDF:Description RDF:about="urn:scheme:handler:webcal"
2352+ NC:useSystemDefault="true"
2353+ NC:alwaysAsk="true">
2354+ <NC:possibleApplication RDF:resource="urn:handler:web:http://30boxes.com/external/widget?refer=ff&amp;url=%s"/>
2355+ </RDF:Description>
2356+ <RDF:Description RDF:about="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"
2357+ NC:prettyName="Gmail"
2358+ NC:uriTemplate="https://mail.google.com/mail/?extsrc=mailto&amp;url=%s" />
2359+ <RDF:Description RDF:about="urn:handler:web:https://www.mibbit.com/?url=%s"
2360+ NC:prettyName="Mibbit"
2361+ NC:uriTemplate="https://www.mibbit.com/?url=%s" />
2362+ <RDF:Description RDF:about="urn:scheme:handler:ircs"
2363+ NC:alwaysAsk="true">
2364+ <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
2365+ </RDF:Description>
2366+</RDF:RDF>
2367
2368=== added file 'trunk/testing/autotests/ff_profile/permissions.sqlite'
2369Binary 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
2370=== added file 'trunk/testing/autotests/ff_profile/places.sqlite'
2371Binary 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
2372=== added file 'trunk/testing/autotests/ff_profile/places.sqlite-journal'
2373=== added file 'trunk/testing/autotests/ff_profile/pluginreg.dat'
2374--- trunk/testing/autotests/ff_profile/pluginreg.dat 1970-01-01 00:00:00 +0000
2375+++ trunk/testing/autotests/ff_profile/pluginreg.dat 2010-11-15 05:23:58 +0000
2376@@ -0,0 +1,80 @@
2377+Generated File. Do not edit.
2378+
2379+[HEADER]
2380+Version:0.11:$
2381+
2382+[PLUGINS]
2383+librhythmbox-itms-detection-plugin.so:$
2384+/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so:$
2385+:$
2386+1277463660000:1:1:$
2387+This plug-in detects the presence of iTunes when opening iTunes Store URLs in a web page with Firefox.:$
2388+iTunes Application Detector:$
2389+1
2390+0:application/itunes-plugin:::$
2391+libtotem-narrowspace-plugin.so:$
2392+/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so:$
2393+:$
2394+1274279893000:1:1:$
2395+The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
2396+QuickTime Plug-in 7.6.6:$
2397+5
2398+0:video/quicktime:QuickTime video:mov:$
2399+1:video/mp4:MPEG-4 video:mp4:$
2400+2:image/x-macpaint:MacPaint Bitmap image:pntg:$
2401+3:image/x-quicktime:Macintosh Quickdraw/PICT drawing:pict, pict1, pict2:$
2402+4:video/x-m4v:MPEG-4 video:m4v:$
2403+libtotem-mully-plugin.so:$
2404+/usr/lib/mozilla/plugins/libtotem-mully-plugin.so:$
2405+:$
2406+1274279893000:1:1:$
2407+DivX Web Player version 1.4.0.233:$
2408+DivX® Web Player:$
2409+1
2410+0:video/divx:AVI video:divx:$
2411+libtotem-gmp-plugin.so:$
2412+/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so:$
2413+:$
2414+1274279893000:1:1:$
2415+The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
2416+Windows Media Player Plug-in 10 (compatible; Totem):$
2417+13
2418+0:application/x-mplayer2:AVI video:avi, wma, wmv:$
2419+1:video/x-ms-asf-plugin:ASF video:asf, wmv:$
2420+2:video/x-msvideo:AVI video:asf, wmv:$
2421+3:video/x-ms-asf:ASF video:asf:$
2422+4:video/x-ms-wmv:Windows Media video:wmv:$
2423+5:video/x-wmv:Windows Media video:wmv:$
2424+6:video/x-ms-wvx:Windows Media video:wmv:$
2425+7:video/x-ms-wm:Windows Media video:wmv:$
2426+8:video/x-ms-wmp:Windows Media video:wmv:$
2427+9:application/x-ms-wms:Windows Media video:wms:$
2428+10:application/x-ms-wmp:Windows Media video:wmp:$
2429+11:application/asx:Microsoft ASX playlist:asx:$
2430+12:audio/x-ms-wma:Windows Media audio:wma:$
2431+libtotem-cone-plugin.so:$
2432+/usr/lib/mozilla/plugins/libtotem-cone-plugin.so:$
2433+:$
2434+1274279893000:1:1:$
2435+The <a href="http://www.gnome.org/projects/totem/">Totem</a> 2.30.2 plugin handles video and audio streams.:$
2436+VLC Multimedia Plugin (compatible Totem 2.30.2):$
2437+19
2438+0:application/x-vlc-plugin:VLC Multimedia Plugin::$
2439+1:application/vlc:VLC Multimedia Plugin::$
2440+2:video/x-google-vlc-plugin:VLC Multimedia Plugin::$
2441+3:application/x-ogg:Ogg multimedia file:ogg:$
2442+4:application/ogg:Ogg multimedia file:ogg:$
2443+5:audio/ogg:Ogg Audio:oga:$
2444+6:audio/x-ogg:Ogg Audio:ogg:$
2445+7:video/ogg:Ogg Video:ogv:$
2446+8:video/x-ogg:Ogg Video:ogg:$
2447+9:application/annodex:Annodex exchange format:anx:$
2448+10:audio/annodex:Annodex Audio:axa:$
2449+11:video/annodex:Annodex Video:axv:$
2450+12:video/mpeg:MPEG video:mpg, mpeg, mpe:$
2451+13:audio/wav:WAV audio:wav:$
2452+14:audio/x-wav:WAV audio:wav:$
2453+15:audio/mpeg:MP3 audio:mp3:$
2454+16:application/x-nsv-vp3-mp3:NullSoft video:nsv:$
2455+17:video/flv:Flash video:flv:$
2456+18:application/x-totem-plugin:Totem Multimedia plugin::$
2457
2458=== added file 'trunk/testing/autotests/ff_profile/prefs.js'
2459--- trunk/testing/autotests/ff_profile/prefs.js 1970-01-01 00:00:00 +0000
2460+++ trunk/testing/autotests/ff_profile/prefs.js 2010-11-15 05:23:58 +0000
2461@@ -0,0 +1,28 @@
2462+# Mozilla User Preferences
2463+
2464+/* Do not edit this file.
2465+ *
2466+ * If you make changes to this file while the application is running,
2467+ * the changes will be overwritten when the application exits.
2468+ *
2469+ * To make a manual change to preferences, you can visit the URL about:config
2470+ * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
2471+ */
2472+
2473+user_pref("app.update.lastUpdateTime.places-maintenance-timer", 1283342758);
2474+user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1283342661);
2475+user_pref("browser.bookmarks.restore_default_bookmarks", false);
2476+user_pref("browser.migration.version", 1);
2477+user_pref("browser.places.smartBookmarksVersion", 2);
2478+user_pref("browser.startup.homepage_override.mstone", "rv:1.9.2.6");
2479+user_pref("distribution.canonical.bookmarksProcessed", true);
2480+user_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");
2481+user_pref("extensions.lastAppVersion", "3.6.6");
2482+user_pref("extensions.rce.autoAddException", true);
2483+user_pref("extensions.update.notifyUser", false);
2484+user_pref("intl.charsetmenu.browser.cache", "UTF-8");
2485+user_pref("network.cookie.prefsMigrated", true);
2486+user_pref("privacy.sanitize.migrateFx3Prefs", true);
2487+user_pref("urlclassifier.keyupdatetime.https://sb-ssl.google.com/safebrowsing/newkey", 1285934310);
2488+user_pref("xpinstall.whitelist.add", "");
2489+user_pref("xpinstall.whitelist.add.36", "");
2490
2491=== added file 'trunk/testing/autotests/ff_profile/search.json'
2492--- trunk/testing/autotests/ff_profile/search.json 1970-01-01 00:00:00 +0000
2493+++ trunk/testing/autotests/ff_profile/search.json 2010-11-15 05:23:58 +0000
2494@@ -0,0 +1,1 @@
2495+{"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"}]}}}
2496\ No newline at end of file
2497
2498=== added file 'trunk/testing/autotests/ff_profile/search.sqlite'
2499Binary 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
2500=== added file 'trunk/testing/autotests/ff_profile/secmod.db'
2501Binary 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
2502=== added file 'trunk/testing/autotests/ff_profile/signons.sqlite'
2503Binary 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
2504=== added file 'trunk/testing/autotests/ff_profile/urlclassifier3.sqlite'
2505Binary 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
2506=== added file 'trunk/testing/autotests/ff_profile/urlclassifierkey3.txt'
2507--- trunk/testing/autotests/ff_profile/urlclassifierkey3.txt 1970-01-01 00:00:00 +0000
2508+++ trunk/testing/autotests/ff_profile/urlclassifierkey3.txt 2010-11-15 05:23:58 +0000
2509@@ -0,0 +1,2 @@
2510+clientkey:24:hiYsVs4EqzBqWJ_eCzmM0A==
2511+wrappedkey:100:AKEgNivnulCWMzebHiGuqmkI5IGLoULpRSO2fkA2D_tS4qJAIaLlPPx3Gv9Xh63TrpQXCqekD-_QxPrW6HiA-96Ri5stu7tefA==
2512
2513=== added file 'trunk/testing/autotests/ff_profile/webappsstore.sqlite'
2514Binary 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
2515=== added file 'trunk/testing/autotests/ff_profile/xpti.dat'
2516--- trunk/testing/autotests/ff_profile/xpti.dat 1970-01-01 00:00:00 +0000
2517+++ trunk/testing/autotests/ff_profile/xpti.dat 2010-11-15 05:23:58 +0000
2518@@ -0,0 +1,1434 @@
2519+# Generated file. ** DO NOT EDIT! **
2520+
2521+[Header,2]
2522+0,Version,2,0
2523+1,AppDir,/usr/lib/firefox-3.6.6
2524+
2525+[Directories,2]
2526+0,/usr/lib/firefox-3.6.6/components
2527+1,/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components
2528+
2529+[Files,1]
2530+0,browser.xpt,0,363469,1277732717000
2531+
2532+[ArchiveItems,0]
2533+
2534+[Interfaces,1418]
2535+0,nsIDOMStyleSheet,{a6cf9080-15b3-11d2-932e-00805f8add32},0,-1,1
2536+1,nsIAddonSearchResultsCallback,{a6f70917-dd30-4eb6-8b3d-453204f96f33},0,-1,1
2537+2,inIDOMView,{fbb67442-27a3-483c-8eb2-29c3eed7514c},0,-1,1
2538+3,txIXPathObject,{67706346-dece-4c9b-9fc2-57cf19071014},0,-1,1
2539+4,nsIUnicharStreamListener,{4a7e9b62-fef8-400d-9865-d6820f630b4c},0,-1,1
2540+5,nsIContentSniffer,{a5772d1b-fc63-495e-a169-96e8d3311af0},0,-1,1
2541+6,extIPreferenceBranch,{ce697d40-aa5a-11db-abbd-0800200c9a66},0,-1,1
2542+7,nsIDOMMediaList,{9b0c2ed7-111c-4824-adf9-ef0da6dad371},0,-1,1
2543+8,nsISHContainer,{65281ba2-988a-11d3-bdc7-0050040a9b44},0,-1,1
2544+9,nsITimer,{193fc37a-8aa4-4d29-aa57-1acd87c26b66},0,-1,1
2545+10,nsIBrowserSearchService,{8307b8f2-08ea-45b8-96bf-b1dc7688fe3b},0,-1,1
2546+11,nsIDOMHTMLAudioElement,{5ecd8913-a738-41be-8597-7f3a4ffba017},0,-1,1
2547+12,nsIDOMNSDataTransfer,{990758e9-fd38-4444-a1e8-395195802bda},0,-1,1
2548+13,nsIThreadPool,{d628159b-1a03-4985-aa77-43122eb23bfc},0,-1,1
2549+14,nsIScrollBoxObject,{56e2ada8-4631-11d4-ba11-001083023c1e},0,-1,1
2550+15,nsICachingChannel,{830d4bcb-3e46-4011-9bda-51a5d1af891f},0,-1,1
2551+16,nsIDNSService,{c1a56a45-8fa3-44e6-9f01-38c91c858cf9},0,-1,1
2552+17,nsIDOMCSSUnknownRule,{a6cf90d0-15b3-11d2-932e-00805f8add32},0,-1,1
2553+18,nsIDragDropHandler,{4f418f58-f834-4736-a755-e0395bedca9d},0,-1,1
2554+19,nsIDOMSVGAnimatedInteger,{7b196db6-955e-4a9f-8f42-645ebc2ce938},0,-1,1
2555+20,nsIJARURI,{b0922a89-f87b-4cb5-8612-305a285fcca7},0,-1,1
2556+21,nsITableEditor,{4805e684-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
2557+22,nsIZipReader,{5cce7f53-23b3-47f8-be05-122c0ba703fd},0,-1,1
2558+23,nsIDOMStorageManager,{c8e54beb-48f3-4538-a0ce-d6229f4d8f45},0,-1,1
2559+24,nsIPropertyBag2,{625cfd1e-da1e-4417-9ee9-dbc8e0b3fd79},0,-1,1
2560+25,nsILocalFile,{aa610f20-a889-11d3-8c81-000064657374},0,-1,1
2561+26,nsIURIFixup,{773081ac-9f81-4bdb-9e7a-5e87b4361f09},0,-1,1
2562+27,nsIDOMStorageItem,{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4},0,-1,1
2563+28,nsISupportsPRInt16,{e30d94b0-4a1c-11d3-9890-006008962422},0,-1,1
2564+29,nsIStorageStream,{604ad9d0-753e-11d3-90ca-34278643278f},0,-1,1
2565+30,nsIMemory,{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3},0,-1,1
2566+31,nsITreeSelection,{ab6fe746-300b-4ab4-abb9-1c0e3977874c},0,-1,1
2567+32,nsIDownloadObserver,{44b3153e-a54e-4077-a527-b0325e40924e},0,-1,1
2568+33,nsIUnicharStreamLoaderObserver,{6bb3e55b-69c0-4fc9-87e5-bed780d997ce},0,-1,1
2569+34,nsIFile,{c8c0a080-0868-11d3-915f-d9d889d48e3c},0,-1,1
2570+35,nsIDocumentLoader,{bbe961ee-59e9-42bb-be50-0331979bb79f},0,-1,1
2571+36,nsIDOMHTMLTableCellElement,{a6cf90b7-15b3-11d2-932e-00805f8add32},0,-1,1
2572+37,nsIException,{f3a8d3b4-c424-4edc-8bf6-8974c983ba78},0,-1,1
2573+38,nsIContentPrefObserver,{746c7a02-f6c1-4869-b434-7c8b86e60e61},0,-1,1
2574+39,nsICommandParams,{83f892cf-7ed3-490e-967a-62640f3158e1},0,-1,1
2575+40,nsIUrlClassifierDBService,{7aae3f3a-527d-488b-a448-45dca6db0e80},0,-1,1
2576+41,nsIRDFDataSource,{0f78da58-8321-11d2-8eac-00805f29f370},0,-1,1
2577+42,nsIPrefLocalizedString,{ae419e24-1dd1-11b2-b39a-d3e5e7073802},0,-1,1
2578+43,nsIDOMNotifyPaintEvent,{792e5779-7c39-4817-91a7-fdb3fba6428f},0,-1,1
2579+44,nsIDOMSVGFEMergeElement,{b860512c-2547-4d1f-bb43-b57b54d39014},0,-1,1
2580+45,nsIDOMCRMFObject,{16da46c0-208d-11d4-8a7c-006008c844c3},0,-1,1
2581+46,nsIInterfaceInfoManager,{8b161900-be2b-11d2-9831-006008962422},0,-1,0
2582+47,nsITextServicesFilter,{5bec321f-59ac-413a-a4ad-8a8d7c50a0d0},0,-1,1
2583+48,nsIJAR,{04501db2-0409-11d3-bcf8-00805f0e1353},0,-1,1
2584+49,nsIClientAuthUserDecision,{95c4373e-bdd4-4a63-b431-f5b000367721},0,-1,1
2585+50,nsILoginManagerPrompter,{68b3cb59-51b8-4c57-bd7f-b2ce955a593d},0,-1,1
2586+51,nsISearchContext,{31aba0f0-2d93-11d3-8069-00600811a9c3},0,-1,1
2587+52,nsIDirectoryServiceProvider,{bbf8cab0-d43a-11d3-8cc2-00609792278c},0,-1,1
2588+53,nsIX509Cert,{f0980f60-ee3d-11d4-998b-00b0d02354a0},0,-1,1
2589+54,nsISecurityEventSink,{a71aee68-dd38-4736-bd79-035fea1a1ec6},0,-1,1
2590+55,nsIRDFNode,{0f78da50-8321-11d2-8eac-00805f29f370},0,-1,1
2591+56,nsIDOMSVGDescElement,{56f539b7-0b3d-4bac-b60d-9efe220216ea},0,-1,1
2592+57,nsIDOMSVGFEFuncBElement,{8b139fe7-5d21-4af3-beda-414aa089b3fb},0,-1,1
2593+58,nsIProxyInfo,{3fe9308b-1608-4fa0-933c-c5ec2c6175fd},0,-1,1
2594+59,nsIDOMHTMLLinkElement,{a6cf9088-15b3-11d2-932e-00805f8add32},0,-1,1
2595+60,nsISupportsPRUint32,{e01dc470-4a1c-11d3-9890-006008962422},0,-1,1
2596+61,nsIDOMXMLDocument,{8816d003-e7c8-4065-8827-829b8d07b6e0},0,-1,1
2597+62,nsIDOMSVGImageElement,{43ae4efe-2610-4cce-8242-279e556a78fa},0,-1,1
2598+63,nsIUrlClassifierDBServiceWorker,{2af84c09-269e-4fc2-b28f-af56717db118},0,-1,1
2599+64,nsIXSLTProcessorObsolete,{3fbff728-2d20-11d3-aef3-00108300ff91},0,-1,1
2600+65,nsIWebBrowserSetup,{f15398a0-8018-11d3-af70-00a024ffc08c},0,-1,1
2601+66,nsIDOMHTMLParagraphElement,{a6cf90a1-15b3-11d2-932e-00805f8add32},0,-1,1
2602+67,nsIAssociatedContentSecurity,{8db92dde-799f-4d33-80f7-459cac800dc9},0,-1,1
2603+68,nsIRunnable,{4a2abaf0-6886-11d3-9382-00104ba0fd40},0,-1,1
2604+69,nsIDirectoryService,{57a66a60-d43a-11d3-8cc2-00609792278c},0,-1,1
2605+70,extIExtension,{10cee02c-f6e0-4d61-ab27-c16572b18c46},0,-1,1
2606+71,nsIDNSListener,{41466a9f-f027-487d-a96c-af39e629b8d2},0,-1,1
2607+72,nsIPK11TokenDB,{4ee28c82-1dd2-11b2-aabf-bb4017abe395},0,-1,1
2608+73,nsIDOMSVGAnimatedNumberList,{93ebb030-f82d-4f8e-b133-d1b5abb73cf3},0,-1,1
2609+74,nsIAccessibleText,{0f4633b1-550c-4b50-8c04-0eb1005eef2f},0,-1,1
2610+75,nsICommandLineValidator,{5ecaa593-7660-4a3a-957a-92d5770671c7},0,-1,1
2611+76,nsICommandLineHandler,{d4b123df-51ee-48b1-a663-002180e60d3b},0,-1,1
2612+77,nsICookieManager,{aaab6710-0f2c-11d5-a53b-0010a401eb10},0,-1,1
2613+78,mozIStorageService,{fe8e95cb-b377-4c8d-bccb-d9198c67542b},0,-1,1
2614+79,nsPIDNSService,{a26c5b45-7707-4412-bbc1-2462b890848d},0,-1,1
2615+80,nsIMIMEHeaderParam,{ddbbdfb8-a1c0-4dd5-a31b-5d2a7a3bb6ec},0,-1,1
2616+81,xpcIJSWeakReference,{5b776cd4-952b-45a2-b363-84e99e8fe608},0,-1,1
2617+82,mozIPersonalDictionary,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},0,-1,1
2618+83,nsIInstallLocation,{32a74707-ec7c-af19-f4d8-d0cd8cb6a948},0,-1,1
2619+84,nsISerializable,{91cca981-c26d-44a8-bebe-d9ed4891503a},0,-1,1
2620+85,nsICurrentCharsetListener,{cf9428c1-df50-11d3-9d0c-0050040007b2},0,-1,1
2621+86,nsIStringEnumerator,{50d3ef6c-9380-4f06-9fb2-95488f7d141c},0,-1,1
2622+87,nsICipherInfoService,{766d47cb-6d8c-4e71-b6b7-336917629a69},0,-1,1
2623+88,nsIDOMSerializer,{9fd4ba15-e67c-4c98-b52c-7715f62c9196},0,-1,1
2624+89,nsICacheMetaDataVisitor,{22f9a49c-3cf8-4c23-8006-54efb11ac562},0,-1,1
2625+90,nsIDownloadManagerUI,{ca7663d5-69e3-4c4a-b754-f462bd36b05f},0,-1,1
2626+91,nsIPKCS11Slot,{c2d4f296-ee60-11d4-998b-00b0d02354a0},0,-1,1
2627+92,nsIGeneratingKeypairInfoDialogs,{11bf5cdc-1dd2-11b2-ba6a-c76afb326fa1},0,-1,1
2628+93,jsdIEphemeral,{46f1e23e-1dd2-11b2-9ceb-8285f2e95e69},0,-1,1
2629+94,nsIWorker,{daf945c3-8d29-4724-8939-dd383f7d27a7},0,-1,1
2630+95,nsIPrompt,{a63f70c0-148b-11d3-9333-00104ba0fd40},0,-1,1
2631+96,nsIAuthPromptAdapterFactory,{60e46383-bb9a-4860-8962-80d9c5c05ddc},0,-1,1
2632+97,nsIDOMNSHTMLScriptElement,{5b2065d7-7888-4529-8a29-e58390a40bd2},0,-1,1
2633+98,nsIUrlClassifierCallback,{4ca27b6b-a674-4b3d-ab30-d21e2da2dffb},0,-1,1
2634+99,nsIApplicationCacheChannel,{9acfd21c-9c07-459f-8dae-ed2ffba23ddc},0,-1,1
2635+100,nsIXULBuilderListener,{ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4},0,-1,1
2636+101,nsIDownloader,{fafe41a9-a531-4d6d-89bc-588a6522fb4e},0,-1,1
2637+102,nsICacheVisitor,{f8c08c4b-d778-49d1-a59b-866fdc500d95},0,-1,1
2638+103,nsIOutputStream,{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a},0,-1,1
2639+104,nsIDOMCounter,{31adb439-0055-402d-9b1d-d5ca94f3f55b},0,-1,1
2640+105,nsIHTTPHeaderListener,{ea51e0b8-871c-4b85-92da-6f400394c5ec},0,-1,1
2641+106,jsdIObject,{a735a94c-9d41-4997-8fcb-cfa8b649a5b7},0,-1,1
2642+107,nsIDOMSVGTransformList,{cee0a9d4-8554-4bf6-bf9b-7d0cebb4269d},0,-1,1
2643+108,nsISecureBrowserUI,{081e31e0-a144-11d3-8c7c-00609792278c},0,-1,1
2644+109,nsIAppStartup2,{3012668f-44b6-49b1-89fb-761a912a78c1},0,-1,1
2645+110,nsICertPickDialogs,{51d59b08-1dd2-11b2-ad4a-a51b92f8a184},0,-1,1
2646+111,nsIToolkit,{18032bd0-b265-11d1-aa2a-000000000000},0,-1,0
2647+112,nsISupportsFloat,{abeaa390-4ac0-11d3-baea-00805f8a5dd7},0,-1,1
2648+113,nsIDOMHTMLSelectElement,{a6cf9090-15b3-11d2-932e-00805f8add32},0,-1,1
2649+114,nsIAutoCompleteInput,{f5eddd39-f8e0-43b7-bc3d-03623f595e52},0,-1,1
2650+115,nsIContextMenuInfo,{2f977d56-5485-11d4-87e2-0010a4e75ef2},0,-1,1
2651+116,nsIMultiPartChannel,{ba78db7b-b88c-4b76-baf9-3c2296a585ae},0,-1,1
2652+117,nsIUnicharLineInputStream,{67f42475-ba80-40f8-ac0b-649c89230184},0,-1,1
2653+118,nsIDOMGeoPositionAddress,{0df49c5c-9845-42f9-a76c-62e09c110986},0,-1,1
2654+119,nsIINIParserWriter,{712dc5da-8d09-45d0-ba2e-de27eb384c4c},0,-1,1
2655+120,nsITokenDialogs,{a1cbc159-468c-495d-8068-61dd538cbcca},0,-1,1
2656+121,nsILoginManager,{30534ff7-fb95-45c5-8336-5448638f2aa1},0,-1,1
2657+122,nsIDOMDocumentCSS,{39f76c23-45b2-428a-9240-a981e5abf148},0,-1,1
2658+123,nsIScriptableRegion,{4d179656-a5bd-42a6-a937-c81f820dcf2f},0,-1,1
2659+124,nsITransportSecurityInfo,{0d0a6b62-d4a9-402e-a197-6bc6e358fec9},0,-1,1
2660+125,nsPIPromptService,{c60a1955-6cb3-4827-8ef8-4f5c668af0b3},0,-1,0
2661+126,nsITextToSubURI,{8b042e24-6f87-11d3-b3c8-00805f8a6670},0,-1,1
2662+127,nsIAccessibleTableCell,{654e296d-fae6-452b-987d-746b20b9514b},0,-1,1
2663+128,nsITokenPasswordDialogs,{be26b580-1dd1-11b2-9946-c598d0d07727},0,-1,1
2664+129,nsIDataSignatureVerifier,{0a84b3d5-6ba9-432d-89da-4fbd0b0f2aec},0,-1,1
2665+130,jsdIExecutionHook,{3a722496-9d78-4f0a-a797-293d9e8cb8d2},0,-1,1
2666+131,nsINavBookmarkObserver,{1f7e9032-b2c0-4561-b35b-94ba3f8344e2},0,-1,1
2667+132,nsIDOMPopupBlockedEvent,{05be571f-c3ea-4959-a340-c57b1591ae4b},0,-1,1
2668+133,nsIFeedWriter,{67003393-018c-4e96-af10-c6c51a049fad},0,-1,1
2669+134,nsIDOMSVGFECompositeElement,{6ff3c539-1a3b-4a3f-8acd-354d349eb7fc},0,-1,1
2670+135,nsIXPIProgressDialog,{ce8f744e-d5a5-41b3-911f-0fee3008b64e},0,-1,1
2671+136,nsISupportsChar,{e2b05e40-4a1c-11d3-9890-006008962422},0,-1,1
2672+137,nsISelectionPrivate,{98552206-ad7a-4d2d-8ce3-b6fa2389298b},0,-1,1
2673+138,nsIXPCConstructor,{c814ca20-e0dc-11d3-8f5f-0010a4e73d9a},0,-1,1
2674+139,nsIDOMSVGZoomEvent,{339a8c7a-552e-4cbc-8d96-8370a3939358},0,-1,1
2675+140,nsICancelable,{d94ac0a0-bb18-46b8-844e-84159064b0bd},0,-1,1
2676+141,nsIDOMHTMLCanvasElement,{d87394af-d31a-484e-8b7c-75381045384d},0,-1,1
2677+142,nsIJARChannel,{6e6cc56d-51eb-4299-a795-dcfd1229ab3d},0,-1,1
2678+143,nsIFeedProgressListener,{ebfd5de5-713c-40c0-ad7c-f095117fa580},0,-1,1
2679+144,nsIDOMLSSerializerFilter,{b9b6ec85-f69f-4a5a-a96a-8a7a8f07e2b4},0,-1,1
2680+145,nsIBinaryOutputStream,{204ee610-8765-11d3-90cf-0040056a906e},0,-1,1
2681+146,nsIDOMDOMStringList,{0bbae65c-1dde-11d9-8c46-000a95dc234c},0,-1,1
2682+147,nsIAccessibleHyperText,{d56bd454-8ff3-4edc-b266-baeada00267b},0,-1,1
2683+148,nsIExceptionService,{35a88f54-f267-4414-92a7-191f6454ab52},0,-1,1
2684+149,nsIDOMSVGPathSegLinetoVerticalAbs,{fd5ffb7b-7279-4c09-abfd-b733dc872e80},0,-1,1
2685+150,nsIFileOutputStream,{e6f68040-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1
2686+151,nsIStreamBufferAccess,{ac923b72-ac87-4892-ac7a-ca385d429435},0,-1,0
2687+152,nsIThreadInternal,{f89b5063-b06d-42f8-bf23-4dfcf2d80d6a},0,-1,1
2688+153,nsIDOMCSSMediaRule,{a6cf90bc-15b3-11d2-932e-00805f8add32},0,-1,1
2689+154,imgIDecoder,{9eebf43a-1dd1-11b2-953e-f1782f4cbad3},0,-1,1
2690+155,nsIRDFInMemoryDataSource,{17c4e0aa-1dd2-11b2-8029-bf6f668de500},0,-1,1
2691+156,nsIFeed,{3b8aae33-80e2-4efa-99c8-a6c5b99f76ea},0,-1,1
2692+157,nsIAccessibleProvider,{3f7f9194-c625-4a85-8148-6d92d34897fa},0,-1,1
2693+158,nsIDOMHTMLPreElement,{a6cf90a4-15b3-11d2-932e-00805f8add32},0,-1,1
2694+159,nsIDOMMouseScrollEvent,{ba8d1a7e-b475-4542-8d32-01e7ea7b8091},0,-1,1
2695+160,nsIDOMSVGUseElement,{d49a3ac7-e779-46c8-ae92-214420aa1b71},0,-1,1
2696+161,nsIAccessibleSelectable,{34d268d6-1dd2-11b2-9d63-83a5e0ada290},0,-1,1
2697+162,nsPICommandUpdater,{b135f602-0bfe-11d5-a73c-f0e420e8293c},0,-1,1
2698+163,nsIDOMDocumentType,{a6cf9077-15b3-11d2-932e-00805f8add32},0,-1,1
2699+164,nsIExternalProtocolService,{70f93b7a-3ec6-4bcb-b093-92d9984c9f83},0,-1,1
2700+165,nsIPrivateBrowsingService,{49d6f133-80c0-48c7-876d-0b70bbfd0289},0,-1,1
2701+166,nsIUTF8ConverterService,{249f52a3-2599-4b00-ba40-0481364831a2},0,-1,1
2702+167,nsIDOMXULLabelElement,{c987629e-6370-45f5-86ec-aa765fa861cd},0,-1,1
2703+168,nsIDOMDOMException,{a6cf910a-15b3-11d2-932e-00805f8add32},0,-1,1
2704+169,mozIStoragePendingStatement,{00da7d20-3768-4398-bedc-e310c324b3f0},0,-1,1
2705+170,nsIStreamConverter,{0b6e2c69-5cf5-48b0-9dfd-c95950e2cc7b},0,-1,1
2706+171,nsIContentViewerContainer,{ea2ce7a0-5c3d-11d4-90c2-0050041caf44},0,-1,1
2707+172,nsIAppStartup,{6799abed-4721-4f51-9304-d1a2ea1df5d5},0,-1,1
2708+173,nsICookie2,{05c420e5-03d0-4c7b-a605-df7ebe5ca326},0,-1,1
2709+174,nsIPKCS11ModuleDB,{ff9fbcd7-9517-4334-b97a-ceed78909974},0,-1,1
2710+175,nsIBrowserInstance,{8af0fa40-598d-11d3-806a-00600811a9c3},0,-1,1
2711+176,nsIOCSPResponder,{96b2f5ae-4334-11d5-ba27-00108303b117},0,-1,1
2712+177,nsIAddonUpdateCheckListener,{c946119f-9e7c-41aa-a794-803148045350},0,-1,1
2713+178,nsIRandomGenerator,{2362d97a-747a-4576-8863-697667309209},0,-1,1
2714+179,nsIAccessibleTextChangeEvent,{50a1e151-8e5f-4bcc-aaaf-a4bed1190e93},0,-1,1
2715+180,nsIDOMCDATASection,{a6cf9071-15b3-11d2-932e-00805f8add32},0,-1,1
2716+181,nsIXPCScriptable,{5d309b93-e9b4-4374-bcd5-44245c83408f},0,-1,0
2717+182,nsIProtocolProxyFilter,{f424abd3-32b4-456c-9f45-b7e3376cb0d1},0,-1,1
2718+183,nsIDOMXULContainerItemElement,{4650e55f-4777-4271-8b62-9603a7dd4614},0,-1,1
2719+184,nsISSLSocketControl,{a092097c-8386-4f1b-97b1-90eb70008c2d},0,-1,1
2720+185,nsISSLErrorListener,{99f8d972-bae4-414c-b39b-47587d3ded68},0,-1,1
2721+186,nsIContentHandler,{49439df2-b3d2-441c-bf62-866bdaf56fd2},0,-1,1
2722+187,nsIPKIParamBlock,{b6fe3d78-1dd1-11b2-9058-ced9016984c8},0,-1,1
2723+188,nsICache,{ec1c0063-197d-44bb-84ba-7525d50fc937},0,-1,1
2724+189,nsIBufEntropyCollector,{485b87a8-5dd7-4b8d-8ea8-dee53201f899},0,-1,0
2725+190,nsIDOMFile,{0845e8ae-56bd-4f0e-962a-3b3e92638a0b},0,-1,1
2726+191,nsIHTMLEditor,{afc36593-5787-4420-93d9-b2c0ccbf0cad},0,-1,1
2727+192,nsIDOMSVGPathSegLinetoRel,{7933a81a-72c5-4489-ba64-5635f4c23063},0,-1,1
2728+193,jsdIStackFrame,{0633ca73-105e-4e8e-bcc5-13405d61754a},0,-1,1
2729+194,nsISHEntry,{09fecea6-5453-43ba-bf91-3ff32618f037},0,-1,1
2730+195,nsISHistoryInternal,{7ca0fd71-437c-48ad-985d-11ce9e2429b4},0,-1,1
2731+196,nsIGnomeVFSService,{dea20bf0-4e4d-48c5-b932-dc3e116dc64b},0,-1,1
2732+197,nsITreeContentView,{5ef62896-0c0a-41f1-bb3c-44a60f5dfdab},0,-1,1
2733+198,nsIDOMSVGPathSegLinetoHorizontalRel,{8693268c-5180-43fd-acc3-5b9c09f43386},0,-1,1
2734+199,nsIXPIDialogService,{8cdd8baa-1dd2-11b2-909a-f0178da5c5ff},0,-1,1
2735+200,nsIDOMGeoPositionCallback,{527e8b53-6f29-4b6a-8d04-5c1666a4c4c1},0,-1,1
2736+201,nsIAutoCompleteSimpleResult,{f9841787-ad26-49e6-a2dd-ba9020ee1c64},0,-1,1
2737+202,nsIFocusManager,{cd6040a8-243f-412a-8a16-0bf2aa1083b9},0,-1,1
2738+203,nsIAccessibleEditableText,{52837507-202d-4e72-a482-5f068a1fd720},0,-1,1
2739+204,nsIWorkerMessagePort,{ab3725b8-3fca-40cc-a42c-92fb154ef01d},0,-1,1
2740+205,nsIAboutModule,{9575693c-60d9-4332-b6b8-6c29289339cb},0,-1,1
2741+206,nsIDOMNotation,{a6cf907e-15b3-11d2-932e-00805f8add32},0,-1,1
2742+207,nsIProxyObjectManager,{ee8ce1e3-0319-4bd9-8f70-7258b21c7733},0,-1,1
2743+208,fuelIApplication,{fe74cf80-aa2d-11db-abbd-0800200c9a66},0,-1,1
2744+209,nsIObserver,{db242e01-e4d9-11d2-9dde-000064657374},0,-1,1
2745+210,nsIAuthInformation,{0d73639c-2a92-4518-9f92-28f71fea5f20},0,-1,1
2746+211,nsIProfileLock,{50e07b0a-f338-4da3-bcdb-f4bb0db94dbe},0,-1,1
2747+212,nsIAutoCompleteSimpleResultListener,{004efdc5-1989-4874-8a7a-345bf2fa33af},0,-1,1
2748+213,nsINavHistoryObserver,{14065711-8a91-4d96-ba32-59512f5401b6},0,-1,1
2749+214,nsIFind,{75125d55-37ee-4575-b9b5-f33bfa68c2a1},0,-1,1
2750+215,nsIXTFPrivate,{13ef3d54-1dd1-4a5c-a8d5-a04a327fb9b6},0,-1,1
2751+216,nsIPlaintextEditor,{1480e196-0d5c-40cf-8563-ed8a33eabcf2},0,-1,1
2752+217,nsIDOMNSHTMLSelectElement,{a6cf9105-15b3-11d2-932e-00805f8add32},0,-1,1
2753+218,nsIDOMHTMLModElement,{a6cf90a9-15b3-11d2-932e-00805f8add32},0,-1,1
2754+219,nsIDOMFileInternal,{047ca6c4-52b3-46f1-8976-e198b724f72f},0,-1,1
2755+220,nsIPluginInputStream,{af160530-542a-11d2-8164-006008119d7a},0,-1,0
2756+221,nsICRLInfo,{c185d920-4a3e-11d5-ba27-00108303b117},0,-1,1
2757+222,nsIDOMCSSMozDocumentRule,{4eb9adac-afaf-4b8a-8640-7340863c1587},0,-1,1
2758+223,nsIAccessibleRelation,{f42a1589-70ab-4704-877f-4a9162bbe188},0,-1,1
2759+224,nsIDOMSVGEllipseElement,{5d1cd1e6-4a14-4056-acc0-2f78c1672898},0,-1,1
2760+225,jsdIContext,{3e5c934d-6863-4d81-96f5-76a3b962fc2b},0,-1,1
2761+226,nsIDOMDocumentTraversal,{13f236c0-47f8-11d5-b6a3-009027446e84},0,-1,1
2762+227,nsIFeedProcessor,{8a0b2908-21b0-45d7-b14d-30df0f92afc7},0,-1,1
2763+228,nsIXTFAttributeHandler,{72152f7f-7e8d-43fd-8477-3f29ae8d240d},0,-1,1
2764+229,nsISupportsWeakReference,{9188bc86-f92e-11d2-81ef-0060083a0bcf},0,-1,1
2765+230,nsIDOMSVGElement,{e0be7cbb-81c1-4663-8f95-109d96a60b6b},0,-1,1
2766+231,nsIDOM3DocumentEvent,{090ecc19-b7cb-4f47-ae47-ed68d4926249},0,-1,1
2767+232,nsIRDFRemoteDataSource,{1d297320-27f7-11d3-be01-000064657374},0,-1,1
2768+233,nsIDOMSVGPathSegLinetoHorizontalAbs,{4a54a4d2-edef-4e19-9600-2330311000f4},0,-1,1
2769+234,nsIAsyncInputStream,{a5f255ab-4801-4161-8816-277ac92f6ad1},0,-1,1
2770+235,nsIDOMText,{a6cf9082-15b3-11d2-932e-00805f8add32},0,-1,1
2771+236,nsIDOMRect,{71735f62-ac5c-4236-9a1f-5ffb280d531c},0,-1,1
2772+237,nsICRLManager,{486755db-627a-4678-a21b-f6a63bb9c56a},0,-1,1
2773+238,nsIHttpEventSink,{9475a6af-6352-4251-90f9-d65b1cd2ea15},0,-1,1
2774+239,nsIX509Cert3,{399004d8-b8c7-4eb9-8362-d99f4c0161fd},0,-1,1
2775+240,nsISearchEngine,{803e510b-4b27-4ba2-a16d-bb5fa953c166},0,-1,1
2776+241,nsIUrlListManagerCallback,{fa4caf12-d057-4e7e-81e9-ce066ceee90b},0,-1,1
2777+242,nsIDOMXPathNamespace,{75506f87-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
2778+243,nsIDOMHTMLHRElement,{a6cf90a8-15b3-11d2-932e-00805f8add32},0,-1,1
2779+244,fuelIBookmarkRoots,{c9a80870-eb3c-11dc-95ff-0800200c9a66},0,-1,1
2780+245,nsIXULTemplateRuleFilter,{819cd1ed-8010-42e1-a8b9-778b726a1ff3},0,-1,1
2781+246,nsIWebBrowserFocus,{9c5d3c58-1dd1-11b2-a1c9-f3699284657a},0,-1,1
2782+247,nsISAXErrorHandler,{e02b6693-6cca-11da-be43-001422106990},0,-1,1
2783+248,nsIHTMLObjectResizer,{8b396020-69d3-451f-80c1-1a96a7da25a9},0,-1,1
2784+249,nsIXMLContentBuilder,{e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f},0,-1,1
2785+250,nsIInputStreamCallback,{d1f28e94-3a6e-4050-a5f5-2e81b1fc2a43},0,-1,1
2786+251,nsISupportsPRUint64,{e13567c0-4a1c-11d3-9890-006008962422},0,-1,1
2787+252,nsIClipboard,{38984945-8674-4d04-b786-5c0ca9434457},0,-1,1
2788+253,nsPIPlacesHistoryListenersNotifier,{b96adaff-e02c-48da-a379-8af5d10e09af},0,-1,1
2789+254,inIDOMUtils,{78fd16c2-bdfb-4b1d-8738-d536d0a8f430},0,-1,1
2790+255,nsIToolkitProfileService,{9b434f48-438c-4f85-89de-b7f321a45341},0,-1,1
2791+256,nsIRandomAccessIterator,{9bd6fdb0-1dd1-11b2-9101-d15375968230},0,-1,1
2792+257,nsITransactionListener,{58e330c4-7b48-11d2-98b9-00805f297d89},0,-1,1
2793+258,nsICookiePermission,{4b1a775d-f6d3-4389-be2e-9dfbaf2ab47b},0,-1,1
2794+259,nsIContentPolicy,{344f9cb0-9a17-44c5-ab96-ee707884266c},0,-1,1
2795+260,nsIWyciwygChannel,{89b0674a-9e2f-4124-9b59-481444be841d},0,-1,1
2796+261,nsIHelperAppLauncher,{d9a19faf-497b-408c-b995-777d956b72c0},0,-1,1
2797+262,nsIDOMCharacterData,{a6cf9072-15b3-11d2-932e-00805f8add32},0,-1,1
2798+263,nsITransaction,{58e330c1-7b48-11d2-98b9-00805f297d89},0,-1,1
2799+264,nsIRDFContainerUtils,{d4214e91-fb94-11d2-bdd8-00104bde6048},0,-1,1
2800+265,nsIRelativeFilePref,{2f977d4e-5485-11d4-87e2-0010a4e75ef2},0,-1,1
2801+266,mozIStorageConnection,{ac3c486c-69a1-4cbe-8f25-2ad20880eab3},0,-1,1
2802+267,nsIDOMClientRect,{b2f824c4-d9d3-499b-8d3b-45c8245497c6},0,-1,1
2803+268,nsINavHistoryQueryResultNode,{ea17745a-1852-4155-a98f-d1dd1763b3df},0,-1,1
2804+269,nsIDOMDocumentStyle,{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9},0,-1,1
2805+270,nsIURIContentListener,{94928ab3-8b63-11d3-989d-001083010e9b},0,-1,1
2806+271,nsIRDFObserver,{3cc75360-484a-11d2-bc16-00805f912fe7},0,-1,1
2807+272,nsITransportEventSink,{eda4f520-67f7-484b-a691-8c3226a5b0a6},0,-1,1
2808+273,nsIDOMPlugin,{ff69a292-c74d-4ef5-9d0f-86112fff2d5b},0,-1,1
2809+274,nsIWebBrowser,{69e5df00-7b8b-11d3-af61-00a024ffc08c},0,-1,1
2810+275,nsIRDFXMLSource,{4da56f10-99fe-11d2-8ebb-00805f29f370},0,-1,1
2811+276,nsIDOMElement,{a6cf9078-15b3-11d2-932e-00805f8add32},0,-1,1
2812+277,nsICookieManager2,{d1e9e50f-b78b-4e3b-a474-f3cbca59b013},0,-1,1
2813+278,nsIDOMSVGTextElement,{6d43b1b4-efb6-426d-9e65-4420c3e24688},0,-1,1
2814+279,jsdIFilter,{0c9189d9-4287-47a4-bca6-6ed65aaf737f},0,-1,1
2815+280,nsIDOMCSSStyleRule,{a6cf90bf-15b3-11d2-932e-00805f8add32},0,-1,1
2816+281,nsIDOMClientInformation,{f8bbf8c3-c47b-465a-a221-22824449f689},0,-1,1
2817+282,nsIContentViewer,{08665a60-b398-11de-8a39-0800200c9a66},0,-1,1
2818+283,nsIDOMJSWindow,{14efb76c-5bd6-449e-b36f-0cbd22981f20},0,-1,1
2819+284,nsIDOMSVGAnimatedLengthList,{bfa6e42b-bc9d-404d-8688-729fdbfff801},0,-1,1
2820+285,nsIStreamConverterService,{f2b1ab53-f0bd-4adb-9365-e59b1701a258},0,-1,1
2821+286,nsIFastLoadReadControl,{652ecec6-d40b-45b6-afef-641d6c63a35b},0,-1,1
2822+287,nsIWebBrowserChrome2,{2585a7b1-7b47-43c4-bf17-c6bf84e09b7b},0,-1,1
2823+288,nsIBidiKeyboard,{0d8f8f10-c92d-4a6a-b2bb-e1921f3f4dda},0,-1,1
2824+289,nsIXPConnectWrappedJS,{bed52030-bca6-11d2-ba79-00805f8a5dd7},0,-1,0
2825+290,nsIHTMLInlineTableEditor,{eda2e65c-a758-451f-9b05-77cb8de74ed2},0,-1,1
2826+291,nsIAutoCompleteController,{46a86173-0ab5-44b2-ab51-722cb3db1b60},0,-1,1
2827+292,nsIDOMSVGAnimatedPreserveAspectRatio,{afcd7cd4-d74d-492f-b3b1-d71bfa36874f},0,-1,1
2828+293,nsIPrefBranch,{56c35506-f14b-11d3-99d3-ddbfac2ccf65},0,-1,1
2829+294,nsIBrowserHistory,{b333c6dd-3dbe-4c0b-8062-92ed92b7e7c9},0,-1,1
2830+295,nsISelectionListener,{a6cf90e2-15b3-11d2-932e-00805f8add32},0,-1,1
2831+296,nsIWebHandlerApp,{7521a093-c498-45ce-b462-df7ba0d882f6},0,-1,1
2832+297,nsIMIMEInputStream,{dcbce63c-1dd1-11b2-b94d-91f6d49a3161},0,-1,1
2833+298,jsdIScriptHook,{cf7ecc3f-361b-44af-84a7-4b0d6cdca204},0,-1,1
2834+299,nsIWindowDataSource,{3722a5b9-5323-4ed0-bb1a-8299f27a4e89},0,-1,1
2835+300,nsIDOMHTMLByteRanges,{992c540c-4d81-42df-80a6-f71ede2b59d8},0,-1,1
2836+301,nsIStreamLoaderObserver,{359f7990-d4e9-11d3-a1a5-0050041caf44},0,-1,1
2837+302,nsIDOMHTMLElement,{a6cf9085-15b3-11d2-932e-00805f8add32},0,-1,1
2838+303,nsIXTFElementFactory,{27c10dca-2efc-416b-ae36-9794380a661e},0,-1,1
2839+304,nsIXPInstallManager,{83fdd52f-2d34-4e22-981d-cf3c4ae76faa},0,-1,1
2840+305,nsIDOMHTMLMediaElement,{505b523e-4a27-4151-b0eb-750b7258760e},0,-1,1
2841+306,nsIDOMFileReader,{5db0ce80-de44-40c0-a346-e28aac4aa978},0,-1,1
2842+307,fuelIBookmarkFolder,{9f42fe20-52de-4a55-8632-a459c7716aa0},0,-1,1
2843+308,nsIBrowserHandler,{8d3f5a9d-118d-4548-a137-cf7718679069},0,-1,1
2844+309,nsIGeolocationPrompt,{2300c895-1bee-4297-912c-a57082f3e936},0,-1,1
2845+310,nsIInputStreamTee,{44e8b2c8-1ecb-4a63-8b23-3e3500c34f32},0,-1,1
2846+311,nsIDOMNodeSelector,{7cebc153-168a-416c-ba5a-56a8c2ddb2ec},0,-1,1
2847+312,nsIAbstractWorker,{b90b7561-b5e2-4545-84b0-280dbaaa94ea},0,-1,1
2848+313,nsIWritableVariant,{5586a590-8c82-11d5-90f3-0010a4e73d9a},0,-1,1
2849+314,nsIFontEnumerator,{924d98d9-3518-4cb4-8708-c74fe8e3ec3c},0,-1,1
2850+315,nsIDOMNode,{a6cf907c-15b3-11d2-932e-00805f8add32},0,-1,1
2851+316,nsIDOMSVGPathSegCurvetoCubicSmoothAbs,{5fa8fea8-bdd1-4315-ac44-a39b3ff347b5},0,-1,1
2852+317,nsIDOMDOMConfiguration,{cfb5b821-9016-4a79-9d98-87b57c3ea0c7},0,-1,1
2853+318,nsIPKCS11Module,{8a44bdf9-d1a5-4734-bd5a-34ed7fe564c2},0,-1,1
2854+319,nsIFormatConverter,{948a0023-e3a7-11d2-96cf-0060b0fb9956},0,-1,1
2855+320,nsIChannel,{c63a055a-a676-4e71-bf3c-6cfa11082018},0,-1,1
2856+321,nsIDOMDocumentFragment,{a6cf9076-15b3-11d2-932e-00805f8add32},0,-1,1
2857+322,nsIStreamListenerTee_1_9_2,{18b1e3d7-8083-4b19-a077-82ceea6fd296},0,-1,1
2858+323,nsIDOMParser,{5677f36e-1842-4c6f-a39c-2e5576ab8b40},0,-1,1
2859+324,imgILoader,{d2f50c69-1064-4ce3-a92d-01dc5f5b4842},0,-1,1
2860+325,nsIDOMCSSPageRule,{a6cf90bd-15b3-11d2-932e-00805f8add32},0,-1,1
2861+326,nsIDOMSVGAnimatedTransformList,{fd54c8c4-2eb4-4849-8df6-79985c2491da},0,-1,1
2862+327,nsISliderListener,{e5b3074e-ee18-4538-83b9-2487d90a2a34},0,-1,1
2863+328,nsIJSID,{baedc96a-9cee-4b6b-9160-90d257b3c8ef},0,-1,1
2864+329,nsIBrowserGlue,{781df699-17dc-4237-b3d7-876ddb7085e3},0,-1,1
2865+330,nsIExternalProtocolHandler,{0e61f3b2-34d7-4c79-bfdc-4860bc7341b7},0,-1,1
2866+331,nsIXTFElement,{4f144387-796d-4baf-8641-5db45dba1808},0,-1,1
2867+332,nsIFilePicker,{d24ef0aa-d555-4117-84af-9cbbb7406909},0,-1,1
2868+333,nsIPropertyElement,{283ee646-1aef-11d4-98b3-00c04fa0ce9a},0,-1,1
2869+334,nsIDOMGeoPositionErrorCallback,{7d9b09d9-4843-43eb-a7a7-67f7dda6b3c4},0,-1,1
2870+335,nsIStandardURL,{babd6cca-ebe7-4329-967c-d6b9e33caa81},0,-1,1
2871+336,nsIRDFPurgeableDataSource,{951700f0-fed0-11d2-bdd9-00104bde6048},0,-1,1
2872+337,nsIExtendedExpatSink,{0c2dc80f-7aa4-467a-9454-b89dba0e0779},0,-1,1
2873+338,nsIWorkerMessageEvent,{508f2d49-e9a0-4fe8-bd33-321820173b4a},0,-1,1
2874+339,nsISeekableStream,{8429d350-1040-4661-8b71-f2a6ba455980},0,-1,1
2875+340,nsIHandlerService,{53f0ad17-ec62-46a1-adbc-efccc06babcd},0,-1,1
2876+341,nsIScriptSecurityManager,{f8e350b9-9f31-451a-8c8f-d10fea26b780},0,-1,1
2877+342,nsIWindowMediator,{0659cb81-faad-11d2-8e19-b206620a657c},0,-1,1
2878+343,nsIMicrosummary,{6867dc21-077f-4462-937d-cd8b7c680e0c},0,-1,1
2879+344,nsIDocumentLoaderFactory,{5e7d2967-5a07-444f-95d5-25b533252d38},0,-1,1
2880+345,nsIProxiedChannel,{6238f134-8c3f-4354-958f-dfd9d54a4446},0,-1,1
2881+346,nsIUnicodeNormalizer,{b43a461f-1bcf-4329-820b-66e48c979e14},0,-1,1
2882+347,nsIStreamListenerTee,{fb683e76-d42b-41a4-8ae6-65a6c2b146e5},0,-1,1
2883+348,nsIDOM3Text,{bcca052e-46f4-4b8e-8859-a86776c2f1d7},0,-1,1
2884+349,nsIFeedGenerator,{0fecd56b-bd92-481b-a486-b8d489cdd385},0,-1,1
2885+350,nsISyncStreamListener,{7e1aa658-6e3f-4521-9946-9685a169f764},0,-1,1
2886+351,nsIDOMLSParserFilter,{10e8893d-ddf5-45d1-8872-615d72065fb4},0,-1,1
2887+352,nsIDOMNSDocument,{09a439ad-4079-46d5-a050-4d7015d1a108},0,-1,1
2888+353,nsIScriptError,{b0196fc7-1913-441a-882a-453c0d8b89b8},0,-1,1
2889+354,nsIXPConnectJSObjectHolder,{8916a320-d118-11d3-8f3a-0010a4e73d9a},0,-1,0
2890+355,nsIEditorMailSupport,{fdf23301-4a94-11d3-9ce4-9960496c41bc},0,-1,1
2891+356,nsIXULWindow,{c175a596-ee13-420a-aa74-13ad3a14deb1},0,-1,1
2892+357,nsIEventTarget,{4e8febe4-6631-49dc-8ac9-308c1cb9b09c},0,-1,1
2893+358,nsIURLParser,{7281076d-cf37-464a-815e-698235802604},0,-1,1
2894+359,nsIGeolocationUpdate,{b89d7227-9f04-4236-a582-25a3f2779d72},0,-1,1
2895+360,nsIX509CertValidity,{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad},0,-1,1
2896+361,extIExtensions,{de281930-aa5a-11db-abbd-0800200c9a66},0,-1,1
2897+362,nsIModule,{7392d032-5371-11d3-994e-00805fd26fee},0,-1,1
2898+363,nsINativeAppSupport,{5fdf8480-1f98-11d4-8077-00600811a9c3},0,-1,1
2899+364,nsIDOMSVGMetadataElement,{94558064-140c-41a1-9cc9-4e9cdbf5c124},0,-1,1
2900+365,nsINavHistoryQueryOptions,{b3d5de06-f8ef-4433-84c2-b8b237403b2a},0,-1,1
2901+366,nsIRDFDate,{e13a24e1-c77a-11d2-80be-006097b76b8e},0,-1,1
2902+367,nsIDOMSVGFEDisplacementMapElement,{80e1ea9c-eff3-490a-8c98-918963d2e7e9},0,-1,1
2903+368,nsIDocCharset,{9c18bb4e-1dd1-11b2-bf91-9cc82c275823},0,-1,1
2904+369,nsISignatureVerifier,{dea87f65-e91e-4119-aa13-aaa2be80cac2},0,-1,0
2905+370,nsISocketTransport,{ef3f4993-cfbc-4e5a-9509-16deafe16549},0,-1,1
2906+371,nsIASN1Object,{ba8bf582-1dd1-11b2-898c-f40246bc9a63},0,-1,1
2907+372,nsIPrintProgress,{7e46bc35-fb7d-4b45-ab35-82fd61015380},0,-1,1
2908+373,nsIDOMXULElement,{30a4a815-b42a-4f0b-9c10-1e7f727cd135},0,-1,1
2909+374,nsIXPCWrappedJSObjectGetter,{254bb2e0-6439-11d4-8fe0-0010a4e73d9a},0,-1,1
2910+375,nsIDOMMimeType,{f6134682-f28b-11d2-8360-c90899049c3c},0,-1,1
2911+376,nsIDOMMouseEvent,{ff751edc-8b02-aae7-0010-8301838a3123},0,-1,1
2912+377,nsIAccessibleEvent,{ba448f0e-a761-48c8-a0f5-1f25e23d4fe4},0,-1,1
2913+378,nsIDOMNSRGBAColor,{742dc816-5134-4214-adfa-cad9dd3377cd},0,-1,1
2914+379,nsIInterfaceRequestor,{033a1470-8b2a-11d3-af88-00a024ffc08c},0,-1,1
2915+380,nsINestedURI,{6de2c874-796c-46bf-b57f-0d7bd7d6cab0},0,-1,1
2916+381,nsIServiceManager,{8bb35ed9-e332-462d-9155-4a002ab5c958},0,-1,1
2917+382,nsIDOMHTMLOptGroupElement,{a6cf9091-15b3-11d2-932e-00805f8add32},0,-1,1
2918+383,nsICommandManager,{080d2001-f91e-11d4-a73c-f9242928207c},0,-1,1
2919+384,nsIIDNService,{a592a60e-3621-4f19-a318-2bf233cfad3e},0,-1,1
2920+385,nsIDOMHTMLTitleElement,{a6cf9089-15b3-11d2-932e-00805f8add32},0,-1,1
2921+386,nsIMemoryReporter,{d298b942-3e66-4cd3-9ff5-46abc69147a7},0,-1,1
2922+387,nsITraceRefcnt,{273dc92f-0fe6-4545-96a9-21be77828039},0,-1,0
2923+388,nsITimelineService,{93276790-3daf-11d5-b67d-000064657374},0,-1,1
2924+389,nsIUnicharOutputStream,{2d00b1bb-8b21-4a63-bcc6-7213f513ac2e},0,-1,1
2925+390,nsIAppShell,{501403e9-a091-4780-ba55-cfd1e21287a1},0,-1,0
2926+391,nsIDataType,{4d12e540-83d7-11d5-90ed-0010a4e73d9a},0,-1,1
2927+392,nsIChromeRegistry,{249fb5ad-ae29-4e2c-a728-ba5cf464d188},0,-1,1
2928+393,nsIJSON,{45464c36-efde-4cb5-8e00-07480533ff35},0,-1,1
2929+394,nsINavHistoryVisitResultNode,{8e2c5a86-b33d-4fa6-944b-559af7e95fcd},0,-1,1
2930+395,nsIDOMCryptoDialogs,{1f8fe77e-1dd2-11b2-8dd2-e55f8d3465b8},0,-1,1
2931+396,nsIDOMSVGGradientElement,{988b2de4-137b-4bb8-a15e-fe94038e9cf3},0,-1,1
2932+397,nsIDOMSVGFEImageElement,{3250f5c9-9c76-4e77-96d8-5f0cc85f41c4},0,-1,1
2933+398,nsIInputStreamPump,{400f5468-97e7-4d2b-9c65-a82aecc7ae82},0,-1,1
2934+399,nsIDOMLSParser,{2a31a3a0-be68-40af-9f64-914192f0fba2},0,-1,1
2935+400,nsIDOMCSSStyleDeclaration,{a6cf90be-15b3-11d2-932e-00805f8add32},0,-1,1
2936+401,nsIOfflineCacheUpdateService,{6fd2030f-7b00-4102-a0e3-d73078821eb1},0,-1,1
2937+402,nsIRequest,{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe},0,-1,1
2938+403,nsIJSIID,{e76ec564-a080-4705-8609-384c755ec91e},0,-1,1
2939+404,nsIDOMHTMLTableSectionElement,{a6cf90b5-15b3-11d2-932e-00805f8add32},0,-1,1
2940+405,nsIDirectoryEnumerator,{31f7f4ae-6916-4f2d-a81e-926a4e3022ee},0,-1,1
2941+406,imgICache,{f1b74aae-5661-4753-a21c-66dd644afebc},0,-1,1
2942+407,nsIDOMSVGZoomAndPan,{18967370-921a-4245-8158-a279b190abca},0,-1,1
2943+408,nsIContainerBoxObject,{35d4c04b-3bd3-4375-92e2-a818b4b4acb6},0,-1,1
2944+409,nsIProtocolProxyService,{e38ab577-786e-4a7f-936b-7ae4c7d877b2},0,-1,1
2945+410,nsIEventListenerInfo,{cbc2ea6e-4043-4435-ba8f-64cbf6638622},0,-1,1
2946+411,nsISupportsPRUint8,{dec2e4e0-4a1c-11d3-9890-006008962422},0,-1,1
2947+412,nsIDOMSVGStyleElement,{9af0d129-b366-4aa8-b7d8-8dce93148d91},0,-1,1
2948+413,nsIURILoader,{2f7e8051-f1c9-4bcc-8584-9cfd5849e343},0,-1,1
2949+414,nsIMIMEInfo,{1c21acef-c7a1-40c6-9d40-a20480ee53a1},0,-1,1
2950+415,nsIEditorLogging,{4805e681-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
2951+416,nsIIdentityInfo,{e9da87b8-b87c-4bd1-a6bc-5a9a2c7f6d8d},0,-1,1
2952+417,nsITransferable,{8b5314bc-db01-11d2-96ce-0060b0fb9956},0,-1,1
2953+418,nsIDOMNSEventTarget,{37ca0054-c715-42df-83c7-35c69e24a632},0,-1,1
2954+419,nsIEditingSession,{274cd32e-3675-47e1-9d8a-fc6504ded9ce},0,-1,1
2955+420,nsIDOMHTMLDocument,{a6cf9084-15b3-11d2-932e-00805f8add32},0,-1,1
2956+421,nsIStyleSheetService,{1f42a6a2-ab0a-45d4-8a96-396f58ea6c6d},0,-1,1
2957+422,nsIUrlClassifierUtils,{e4f0e59c-b922-48b0-a7b6-1735c1f96fed},0,-1,1
2958+423,nsIDOMSVGFESpecularLightingElement,{49c38287-a7c2-4895-a630-86d2b45df23c},0,-1,1
2959+424,nsIUrlListManager,{9c5598ec-9986-40cf-af40-b5e0d817a3a0},0,-1,1
2960+425,nsIDOMStorageWindow,{a44581fe-dd9b-4fd7-9893-00c4ab43f12e},0,-1,1
2961+426,imgIRequest,{a297d3fa-5e0c-4e59-9f30-a01c9d4f3f8b},0,-1,1
2962+427,nsILocaleService,{c2edc848-4219-4440-abbf-98119882c83f},0,-1,1
2963+428,nsIPluginDocument,{e4be1d0a-9f24-4d69-bec5-245726ab85fb},0,-1,0
2964+429,nsIRDFCompositeDataSource,{96343820-307c-11d2-bc15-00805f912fe7},0,-1,1
2965+430,nsIRequestObserver,{fd91e2e0-1481-11d3-9333-00104ba0fd40},0,-1,1
2966+431,nsIDOMSVGFEComponentTransferElement,{4de6b44a-f909-4948-bc43-5ee2ca6de55b},0,-1,1
2967+432,nsIRecyclingAllocator,{d064a04c-9cee-4319-be31-64d565bccba9},0,-1,1
2968+433,nsISelectionController,{b5c3ffc4-f48a-4f25-86e1-4cf79db1bcbb},0,-1,1
2969+434,nsIDOMSVGStylable,{ea8a6cb1-9176-45db-989d-d0e89f563d7e},0,-1,1
2970+435,nsIDOMHTMLIFrameElement,{a6cf90ba-15b3-11d2-932e-00805f8add32},0,-1,1
2971+436,nsIHttpAuthManager,{7ce8e9d1-8b4b-4883-a307-66fe12a50153},0,-1,1
2972+437,nsIXULBrowserWindow,{67a601df-f091-4894-a2e2-2e6cfebb35ea},0,-1,1
2973+438,nsIDOMSVGPointList,{4c12af24-0fc2-4fe7-b71d-5d6b41d463c1},0,-1,1
2974+439,nsIUserInfo,{6c1034f0-1dd2-11b2-aa14-e6657ed7bb0b},0,-1,1
2975+440,nsIDOMHTMLVideoElement,{edf468dc-42eb-4494-920b-56a315172640},0,-1,1
2976+441,nsICacheEntryDescriptor,{49c1a11d-f5d2-4f09-8262-551e64908ada},0,-1,1
2977+442,nsIHTMLAbsPosEditor,{91375f52-20e6-4757-9835-eb04fabe5498},0,-1,1
2978+443,nsIAutoCompleteObserver,{18c36504-9a4c-4ac3-8494-bd05e00ae27f},0,-1,1
2979+444,nsIFormHistory2,{5d7d84d1-9798-4016-bf61-a32acf09b29d},0,-1,1
2980+445,nsISecurityWarningDialogs,{1c399d06-1dd2-11b2-bc58-c87cbcacdb78},0,-1,1
2981+446,nsIImageDocument,{7b80eebc-c98e-4461-8bdb-6e3b6e828890},0,-1,1
2982+447,jsdIDebuggerService,{dc0a24db-f8ac-4889-80d0-6016545a2dda},0,-1,1
2983+448,nsITransport,{d8786c64-eb49-4a0b-b42c-0936a745fbe8},0,-1,1
2984+449,nsIMutable,{321578d0-03c1-4d95-8821-021ac612d18d},0,-1,1
2985+450,jsdICallHook,{191d2738-22e8-4756-b366-6c878c87d73b},0,-1,1
2986+451,nsIListBoxObject,{aa9def4e-2e59-412d-a6df-b76f52167795},0,-1,1
2987+452,nsIAccessibleScrollType,{05cd38b1-94b3-4cdf-8371-3935a9611405},0,-1,1
2988+453,nsICategoryManager,{3275b2cd-af6d-429a-80d7-f0c5120342ac},0,-1,1
2989+454,nsIBidirectionalIterator,{948defaa-1dd1-11b2-89f6-8ce81f5ebda9},0,-1,1
2990+455,nsIDOMDOMTokenList,{c6f1e160-eeeb-404a-98b0-6f1246520b6e},0,-1,1
2991+456,nsIURIClassifier,{2de5c563-1203-43dd-a212-f5d56d530b6f},0,-1,1
2992+457,nsIWindowMediatorListener,{2f276982-0d60-4377-a595-d350ba516395},0,-1,1
2993+458,nsISHistoryListener,{3b07f591-e8e1-11d4-9882-00c04fa02f40},0,-1,1
2994+459,nsIEditor,{96b60ba0-634a-41e4-928e-78ab0b3c4b46},0,-1,1
2995+460,nsIDOMHistory,{896d1d20-b4c4-11d2-bd93-00805f8ae3f4},0,-1,1
2996+461,nsIZipEntry,{e1c028bc-c478-11da-95a8-00e08161165f},0,-1,1
2997+462,nsIWebContentHandlerRegistrar,{e6a75410-c93e-42bf-84ca-a5c3ec34a2f1},0,-1,1
2998+463,mozIStorageStatementWrapper,{eee6f7c9-5586-4eaf-b35c-dca987c4ffd1},0,-1,1
2999+464,nsIDOMNodeList,{a6cf907d-15b3-11d2-932e-00805f8add32},0,-1,1
3000+465,nsIUnicharInputStream,{d5e3bd80-6723-4b92-b0c9-22f6162fd94f},0,-1,1
3001+466,rdfITripleVisitor,{aafea151-c271-4505-9978-a100d292800c},0,-1,1
3002+467,nsIDOMDOMImplementationLS,{e2c8b03c-a49a-4923-81b0-ba9a86da0e21},0,-1,1
3003+468,nsIDOMAbstractView,{f51ebade-8b1a-11d3-aae7-0010830123b4},0,-1,1
3004+469,nsIPopupBoxObject,{a41af368-9f73-4d73-a058-49dd7e41f9ea},0,-1,1
3005+470,nsIWorkerErrorEvent,{73d82c1d-05de-49c9-a23b-7121ff09a67a},0,-1,1
3006+471,nsIDOMXULSelectControlElement,{919d9808-8937-4cec-9390-91225eb8864b},0,-1,1
3007+472,nsIRDFLiteral,{e0c493d2-9542-11d2-8eb8-00805f29f370},0,-1,1
3008+473,nsIAccessible,{c81d8f8c-8585-4094-bc7c-71dd01494906},0,-1,1
3009+474,nsIDOMCanvasPattern,{21dea65c-5c08-4eb1-ac82-81fe95be77b8},0,-1,1
3010+475,nsISupportsVoid,{464484f0-568d-11d3-baf8-00805f8a5dd7},0,-1,1
3011+476,nsIDOMCSSImportRule,{a6cf90cf-15b3-11d2-932e-00805f8add32},0,-1,1
3012+477,nsIDOMScrollAreaEvent,{b2f49035-4a2f-4e62-8fb0-deb68b0de4d9},0,-1,1
3013+478,jsdIContextEnumerator,{d96af02e-3379-4db5-885d-fee28d178701},0,-1,1
3014+479,nsIConsoleMessage,{41bd8784-1dd2-11b2-9553-8606958fffe1},0,-1,1
3015+480,imgILoad,{e6273acc-1dd1-11b2-a08b-824ad1b1628d},0,-1,1
3016+481,nsISAXLocator,{7a307c6c-6cc9-11da-be43-001422106990},0,-1,1
3017+482,nsIDOMHTMLSourceElement,{be281029-7dd9-4268-963e-96f5196acc19},0,-1,1
3018+483,nsIDOMSVGMaskElement,{fdd7039c-35b6-465a-b7a3-c98a815b583e},0,-1,1
3019+484,nsICookiePromptService,{72f8bb14-2810-4f38-8d0d-290c5401f54e},0,-1,1
3020+485,extIApplication,{e53d6610-7468-11dd-ad8b-0800200c9a66},0,-1,1
3021+486,nsIDOMHTMLCollection,{a6cf9083-15b3-11d2-932e-00805f8add32},0,-1,1
3022+487,nsIFeedPerson,{29cbd45f-f2d3-4b28-b557-3ab7a61ecde4},0,-1,1
3023+488,mozIStorageFunction,{9ff02465-21cb-49f3-b975-7d5b38ceec73},0,-1,1
3024+489,nsINavHistoryService,{437f539b-d541-4a0f-a200-6f9a6d45cce2},0,-1,1
3025+490,nsIDOMHTMLBRElement,{a6cf90a5-15b3-11d2-932e-00805f8add32},0,-1,1
3026+491,nsINonBlockingAlertService,{e800ef97-ae37-46b7-a46c-31fbe79657ea},0,-1,1
3027+492,nsICertificateDialogs,{a03ca940-09be-11d5-ac5d-000064657374},0,-1,1
3028+493,nsIInputIterator,{85585e12-1dd2-11b2-a930-f6929058269a},0,-1,1
3029+494,nsIGlobalHistory,{9491c383-e3c4-11d2-bdbe-0050040a9b44},0,-1,1
3030+495,mozIStorageStatementParams,{e65fe6e2-2643-463c-97e2-27665efe2386},0,-1,1
3031+496,fuelIWindow,{207edb28-eb5e-424e-a862-b0e97c8de866},0,-1,1
3032+497,nsIPref,{a22ad7b0-ca86-11d1-a9a4-00805f8a7ac4},0,-1,1
3033+498,nsIAsyncStreamCopier,{5a19ca27-e041-4aca-8287-eb248d4c50c0},0,-1,1
3034+499,nsIDOMSVGPathSegLinetoAbs,{5c7ba7b0-c7c5-4a7b-bc1c-2d784153be77},0,-1,1
3035+500,nsIDOMSVGAnimatedEnumeration,{73b101bd-797b-470f-9308-c24c64278bcd},0,-1,1
3036+501,nsIAutoCompleteSearch,{de8db85f-c1de-4d87-94ba-7844890f91fe},0,-1,1
3037+502,nsIDOMComment,{a6cf9073-15b3-11d2-932e-00805f8add32},0,-1,1
3038+503,nsISecretDecoderRingConfig,{01d8c0f0-0ccc-11d4-9fdd-000064657374},0,-1,1
3039+504,nsIXULTreeBuilderObserver,{57ced9a7-ec0b-4a0e-8aeb-5da32ebe951c},0,-1,1
3040+505,nsIXPTLoader,{368a15d9-17a9-4c2b-ac3d-a35b3a22b876},0,-1,1
3041+506,nsIContentFilter,{c18c49a8-62f0-4045-9884-4aa91e388f14},0,-1,1
3042+507,nsIASN1Tree,{c727b2f2-1dd1-11b2-95df-f63c15b4cd35},0,-1,1
3043+508,nsIHttpAuthenticator_1_9_2,{923e7c35-6e0c-448c-81a1-39c93db597d9},0,-1,1
3044+509,extISessionStorage,{0787ac44-29b9-4889-b97f-13573aec6971},0,-1,1
3045+510,nsIComponentManagerObsolete,{8458a740-d5dc-11d2-92fb-00e09805570f},0,-1,1
3046+511,mozIStorageStatementRow,{02eeaf95-c3db-4182-9340-222c29f68f02},0,-1,1
3047+512,nsIInterfaceInfo,{215dbe04-94a7-11d2-ba58-00805f8a5dd7},0,-1,0
3048+513,nsIShellService,{bb477da4-dddf-4106-a562-f06c85c7f9a8},0,-1,1
3049+514,mozISpellCheckingEngine,{43987f7b-0faa-4019-811e-42becac73fc5},0,-1,1
3050+515,nsIApplicationCacheContainer,{bbb80700-1f7f-4258-aff4-1743cc5a7d23},0,-1,1
3051+516,nsISound,{86b75b05-db60-4c3e-97a7-82b363a41a01},0,-1,1
3052+517,nsIJSContextStack,{c67d8270-3189-11d3-9885-006008962422},0,-1,0
3053+518,nsIWindowCreator2,{f673ec81-a4b0-11d6-964b-eb5a2bf216fc},0,-1,1
3054+519,nsIDOMNSHTMLFrameElement,{d67bd267-f984-4993-b378-95851b71f0a3},0,-1,1
3055+520,nsIProfile,{02b0625a-e7f3-11d2-9f5a-006008a6efe9},0,-1,1
3056+521,nsIDOMSVGPathSegMovetoRel,{58ca7e86-661a-473a-96de-89682e7e24d6},0,-1,1
3057+522,nsISystemProxySettings,{a9f3ae38-b769-4e0b-9317-578388e326c9},0,-1,1
3058+523,nsIPromptService,{1630c61a-325e-49ca-8759-a31b16c47aa5},0,-1,1
3059+524,nsIJARProtocolHandler,{92c3b42c-98c4-11d3-8cd9-0060b0fc14a3},0,-1,1
3060+525,nsIRefreshURI,{cb0ad623-6b46-4c09-a473-c1d6ca63d3c7},0,-1,1
3061+526,nsIDOMAttr,{a6cf9070-15b3-11d2-932e-00805f8add32},0,-1,1
3062+527,nsIDOMXPathExpression,{75506f82-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
3063+528,nsIVariant,{6c9eb060-8c6a-11d5-90f3-0010a4e73d9a},0,-1,1
3064+529,nsIDOMSVGAnimatedBoolean,{7e325385-cc82-4763-bd14-e2c92edd5462},0,-1,1
3065+530,jsdIFilterEnumerator,{e391ba85-9379-4762-b387-558e38db730f},0,-1,1
3066+531,nsITreeColumn,{ae835ecf-6b32-4660-9b43-8a270df56e02},0,-1,1
3067+532,nsIAutoCompletePopup,{1b9d7d8a-6dd0-11dc-8314-0800200c9a66},0,-1,1
3068+533,nsIAccessibleCaretMoveEvent,{b9076dce-4cd3-4e3d-a7f6-7f33a7f40c31},0,-1,1
3069+534,nsIContentPrefService,{ea7d29eb-7095-476e-b5d9-13263f3ae243},0,-1,1
3070+535,nsIDOMNSCSS2Properties,{8c31e4a6-8f3a-4bb9-b180-8385ac2a4080},0,-1,1
3071+536,nsIDOMPkcs11,{9fd42950-25e7-11d4-8a7d-006008c844c3},0,-1,1
3072+537,nsIDocumentEncoderNodeFixup,{c0da5b87-0ba7-4d7c-8cb3-fcb02af4253d},0,-1,1
3073+538,nsIToolkitProfile,{7422b090-4a86-4407-972e-75468a625388},0,-1,1
3074+539,nsIWebBrowserPrint,{9a7ca4b0-fbba-11d4-a869-00105a183419},0,-1,1
3075+540,nsIDOMNameList,{faaf1b80-1ddd-11d9-8c46-000a95dc234c},0,-1,1
3076+541,nsIGlobalHistory2,{cf777d42-1270-4b34-be7b-2931c93feda5},0,-1,1
3077+542,rdfIDataSource,{ebce86bd-1568-4a34-a808-9ccf9cde8087},0,-1,1
3078+543,nsIWebBrowserFindInFrames,{e0f5d182-34bc-11d5-be5b-b760676c6ebc},0,-1,1
3079+544,nsIDynamicContainer,{7e85d97b-4109-4ea7-afd8-bc2cd3840d70},0,-1,1
3080+545,nsISAXXMLFilter,{77a22cf0-6cdf-11da-be43-001422106990},0,-1,1
3081+546,nsINavHistoryFullVisitResultNode,{c49fd9d5-56e2-43eb-932c-f933f28cba85},0,-1,1
3082+547,nsIAddonSearchResult,{a549a714-2ada-4bb9-8a47-be26e73d49a5},0,-1,1
3083+548,nsIDirIndexListener,{fae4e9a8-1dd1-11b2-b53c-8f3aa1bbf8f5},0,-1,1
3084+549,nsISAXContentHandler,{2a99c757-dfee-4806-bff3-f721440412e0},0,-1,1
3085+550,nsIExternalHelperAppService,{9e456297-ba3e-42b1-92bd-b7db014268cb},0,-1,1
3086+551,nsIDOMSVGTitleElement,{524564b0-13a3-459b-bbec-ad66aea9f789},0,-1,1
3087+552,nsISocketProvider,{00b3df92-e830-11d8-d48e-0004e22243f8},0,-1,1
3088+553,nsIThreadObserver,{81d0b509-f198-4417-8020-08eb4271491f},0,-1,1
3089+554,nsIStringInputStream,{450cd2d4-f0fd-424d-b365-b1251f80fd53},0,-1,1
3090+555,nsIPhonetic,{bc6ea726-ab56-46b6-a21a-aa7b76d6818f},0,-1,1
3091+556,nsIDOMLoadStatus,{2cb53a8a-d2f4-4ddf-874f-3bc2d595c41a},0,-1,1
3092+557,nsIXPCScriptNotify,{b804504d-0025-4d6b-8ced-d94e41102a7f},0,-1,0
3093+558,nsIInterfaceInfoSuperManager,{0ee22850-bc6a-11d5-9134-0010a4e73d9a},0,-1,0
3094+559,nsIObjectLoadingContent_MOZILLA_1_9_2_BRANCH,{2725a137-db4b-4e43-a096-a084aeaa8b0b},0,-1,1
3095+560,nsIDOMCSSValue,{009f7ea5-9e80-41be-b008-db62f10823f2},0,-1,1
3096+561,nsICookieAcceptDialog,{3f2f0d2c-bdea-4b5a-afc6-fcf18f66b97e},0,-1,1
3097+562,nsIDOMSVGFEBlendElement,{8f4daf4c-de2d-450f-a373-449ad62e3800},0,-1,1
3098+563,nsIMenuBoxObject,{f5099746-5049-4e81-a03e-945d5110fee2},0,-1,1
3099+564,nsIDOMSVGFEFuncRElement,{85719a5d-9688-4c5f-bad5-c21847515200},0,-1,1
3100+565,nsIDOMNSEvent,{9be8096b-f795-4045-9664-0c275f36fe5b},0,-1,1
3101+566,nsIDOMSVGPathSegClosePath,{4970505f-2cc0-4afa-92e6-0cf4bdbf5a53},0,-1,1
3102+567,nsIDOMLSException,{1cc8e4b3-1dbb-4adc-a913-1527bf67748c},0,-1,1
3103+568,nsIDOMHTMLTimeRanges,{5c9995a1-9fce-44e8-aa7f-de52ff4c3f46},0,-1,1
3104+569,nsIDOMSVGFEGaussianBlurElement,{43ff8d42-3380-4dbd-a916-7c2daa3ed7f4},0,-1,1
3105+570,nsIDOMHTMLFieldSetElement,{a6cf9097-15b3-11d2-932e-00805f8add32},0,-1,1
3106+571,nsIDOMSVGLinearGradientElement,{7e15fce5-b208-43e1-952a-c570ebad0619},0,-1,1
3107+572,nsIDOMStorage,{43e5edad-1e02-42c4-9d99-c3d9dee22a20},0,-1,1
3108+573,nsIStreamLoader,{8ea7e890-8211-11d9-8bde-f66bad1e3f3a},0,-1,1
3109+574,nsIDOMWindowCollection,{a6cf906f-15b3-11d2-932e-00805f8add32},0,-1,1
3110+575,nsIBinaryInputStream,{7b456cb0-8772-11d3-90cf-0040056a906e},0,-1,1
3111+576,nsIDOMSVGFEConvolveMatrixElement,{42109b58-a8c1-4078-b44c-ec1d5d6b9574},0,-1,1
3112+577,nsISSLStatus,{cfede939-def1-49be-81ed-d401b3a07d1c},0,-1,1
3113+578,nsITextScroll,{067b28a0-877f-11d3-af7e-00a024ffc08c},0,-1,1
3114+579,nsIDOMSVGRadialGradientElement,{d0262ae1-31a4-44be-b82e-85e4cfe280fd},0,-1,1
3115+580,nsIBidirectionalEnumerator,{75f158a0-cadd-11d2-8cca-0060b0fc14a3},0,-1,0
3116+581,nsIVersionComparator,{e6cd620a-edbb-41d2-9e42-9a2ffc8107f3},0,-1,1
3117+582,nsIUrlClassifierLookupCallback,{f1dc83c6-ad43-4f0f-a809-fd43de7de8a4},0,-1,0
3118+583,nsIControllerCommandTable,{d1a47834-6ad4-11d7-bfad-000393636592},0,-1,1
3119+584,nsIWindowWatcher,{002286a8-494b-43b3-8ddd-49e3fc50622b},0,-1,1
3120+585,nsIDOMXPathException,{75506f89-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
3121+586,nsIDOMXULCommandEvent,{f9fa8205-a988-4828-9228-f3332d5475ac},0,-1,1
3122+587,nsISHistory,{9883609f-cdd8-4d83-9b55-868ff08ad433},0,-1,1
3123+588,nsIAutoCompleteBaseResult,{e6396544-921d-4776-aa62-8bf2dc1ae058},0,-1,0
3124+589,nsIDOMCrypto,{12b6d899-2aed-4ea9-8c02-2223ab7ab592},0,-1,1
3125+590,nsIDOMSVGFEDiffuseLightingElement,{2e9eb422-2398-4be9-a9b8-b1cc7aa9dd6f},0,-1,1
3126+591,nsIWorkerLocation,{17a005c3-4f2f-4bb6-b169-c181fa6873de},0,-1,1
3127+592,nsISimpleUnicharStreamFactory,{8238cd2e-e8e3-43e8-b556-56e21389c766},0,-1,1
3128+593,nsIDOMMutationEvent,{8e440d86-886a-4e76-9e59-c13b939c9a4b},0,-1,1
3129+594,nsIDOMSVGTextPositioningElement,{5d052835-8cb0-442c-9754-a8e616db1f89},0,-1,1
3130+595,nsIDOMSVGPathSegArcAbs,{c9e222e5-31fd-4083-ae1f-fcf013681340},0,-1,1
3131+596,nsIDOMNSHTMLAnchorElement,{a6cf911c-15b3-11d2-932e-00805f8add32},0,-1,1
3132+597,nsILocalHandlerApp,{9812be73-273c-478c-8170-c3e0db08ae7c},0,-1,1
3133+598,nsIComponentRegistrar,{2417cbfe-65ad-48a6-b4b6-eb84db174392},0,-1,1
3134+599,nsIFileChannel,{06169120-136d-45a5-b535-498f1f755ab7},0,-1,1
3135+600,nsIPluginHost,{30c7c529-b05c-4950-b5b8-9af673e46521},0,-1,1
3136+601,nsIDOMSVGPathElement,{2b19e692-3338-440f-a998-3cb1e8474999},0,-1,1
3137+602,nsIHttpAuthenticator,{0f331436-8bc8-4c68-a124-d0253a19d06f},0,-1,1
3138+603,nsIPlugin,{0937fb08-16e8-4365-babf-88e09e4e33a4},0,-1,0
3139+604,nsICacheListener,{638c3848-778b-4851-8ff3-9400f65b8773},0,-1,1
3140+605,mozIStorageResultSet,{18dd7953-076d-4598-8105-3e32ad26ab24},0,-1,1
3141+606,mozIStorageValueArray,{07b5b93e-113c-4150-863c-d247b003a55d},0,-1,1
3142+607,nsIStreamCipher,{1d507cd6-1630-4710-af1b-4012dbcc514c},0,-1,1
3143+608,nsIProtocolProxyService2,{dbd9565d-29b1-437a-bff5-2fc339e2c5df},0,-1,1
3144+609,nsIDOMDocumentEvent,{46b91d66-28e2-11d4-ab1e-0010830123b4},0,-1,1
3145+610,nsICMSMessageErrors,{f2aec680-60a0-49f0-afe5-6cf1d3f15e0d},0,-1,1
3146+611,nsIXULAppInfo,{a61ede2a-ef09-11d9-a5ce-001124787b2e},0,-1,1
3147+612,nsIProxiedProtocolHandler,{0a24fed4-1dd2-11b2-a75c-9f8b9a8f9ba7},0,-1,1
3148+613,nsISupportsString,{d79dc970-4a1c-11d3-9890-006008962422},0,-1,1
3149+614,nsIDOMNSFeatureFactory,{dc5ba787-b648-4b01-a8e7-b293ffb044ef},0,-1,1
3150+615,nsISafeOutputStream,{5f914307-5c34-4e1f-8e32-ec749d25b27a},0,-1,1
3151+616,inIDeepTreeWalker,{91fca0e9-99d6-406b-9d78-4c96f11e9ee4},0,-1,1
3152+617,nsIComponentManager,{a88e5a60-205a-4bb1-94e1-2628daf51eae},0,-1,1
3153+618,nsIDocShellTreeItem,{09b54ec1-d98a-49a9-bc95-3219e8b55089},0,-1,1
3154+619,nsIDOMCSSFontFaceRule,{a6cf90bb-15b3-11d2-932e-00805f8add32},0,-1,1
3155+620,nsIPrincipal,{b8268b9a-2403-44ed-81e3-614075c92034},0,-1,1
3156+621,nsIAlertsService,{e177399e-2e31-4019-aed3-cba63ce9fa99},0,-1,1
3157+622,nsITaggingService,{e39cea60-7e6d-4c8b-80a3-997af1c2cbcb},0,-1,1
3158+623,nsIXMLHttpRequestEventTarget,{6ce0a193-b033-4c3d-b748-f851b09261f5},0,-1,1
3159+624,nsICMSMessage2,{a99a3203-39e3-45e1-909c-175b0e471c2b},0,-1,0
3160+625,nsIAutoCompleteMdbResult,{f7e7b341-2d5c-4d04-9f51-496cb2ce178c},0,-1,0
3161+626,nsIPrefBranch2,{74567534-eb94-4b1c-8f45-389643bfc555},0,-1,1
3162+627,nsIDOMDragEvent,{d52cf140-fb90-44df-8d69-4b2bab4d461f},0,-1,1
3163+628,inISearchObserver,{46226d9b-e398-4106-8d9b-225d4d0589f5},0,-1,1
3164+629,nsIDOMSVGAnimatedLength,{a52f0322-7f4d-418d-af6d-a7b14abd5cdf},0,-1,1
3165+630,nsIPasswordManager,{173562f0-2173-11d5-a54c-0010a401eb10},0,-1,1
3166+631,nsISupportsID,{d18290a0-4a1c-11d3-9890-006008962422},0,-1,1
3167+632,nsIRollupListener,{0ca103e5-80d4-4b81-a310-be0708f8eaa9},0,-1,0
3168+633,nsIResProtocolHandler,{067ca872-e947-4bd6-8946-a479cb6ba5dd},0,-1,1
3169+634,nsIServerSocketListener,{836d98ec-fee2-4bde-b609-abd5e966eabd},0,-1,1
3170+635,nsIAccessNode,{71a3b4e7-e83d-45cf-a20e-9ce292bcf19f},0,-1,1
3171+636,nsIDOMSVGPathSegCurvetoQuadraticAbs,{b7aef0f0-2830-4145-b04f-fe05789ccf8a},0,-1,1
3172+637,nsIWebNavigation,{f5d9e7b0-d930-11d3-b057-00a024ffc08c},0,-1,1
3173+638,nsISupportsPRInt64,{e3cb0ff0-4a1c-11d3-9890-006008962422},0,-1,1
3174+639,nsIXPCComponents_ID,{7994a6e0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
3175+640,nsITooltipTextProvider,{b128a1e6-44f3-4331-8fbe-5af360ff21ee},0,-1,1
3176+641,nsIXPCComponents_Classes,{978ff520-d26c-11d2-9842-006008962422},0,-1,1
3177+642,nsIFastLoadService,{759e475e-0c23-4dbf-b1b8-78c9369e3072},0,-1,1
3178+643,jsdIProperty,{4491ecd4-fb6b-43fb-bd6f-5d1473f1df24},0,-1,1
3179+644,nsIDOMHTMLDListElement,{a6cf909b-15b3-11d2-932e-00805f8add32},0,-1,1
3180+645,nsIWorkerGlobalScope,{c111e7d3-8044-4458-aa7b-637696ffb841},0,-1,1
3181+646,nsIDOMHTMLLegendElement,{a6cf9098-15b3-11d2-932e-00805f8add32},0,-1,1
3182+647,nsIAutoConfig,{80db54ae-13f2-11d5-be44-00108335a220},0,-1,0
3183+648,nsIDOMNSHTMLAreaElement2,{1859b16a-7c16-4ab7-bdb9-52792ba16cc1},0,-1,1
3184+649,nsIDOMSVGDefsElement,{a2e86036-f04c-4013-9f74-e7090a0aac0a},0,-1,1
3185+650,nsIBaseWindow,{046bc8a0-8015-11d3-af70-00a024ffc08c},0,-1,1
3186+651,nsIFastLoadFileControl,{8a1e2c63-af50-4147-af7e-26289dc180dd},0,-1,1
3187+652,nsIPrefService,{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2},0,-1,1
3188+653,nsIDOMLSProgressEvent,{b9a2371f-70e9-4657-b0e8-28e15b40857e},0,-1,1
3189+654,nsIMicrosummaryGenerator,{05b48344-d0a7-427e-934e-9a6e0d5ecced},0,-1,1
3190+655,mozIStorageRow,{62d1b6bd-cbfe-4f9b-aee1-0ead4af4e6dc},0,-1,1
3191+656,nsIDOMGeoPosition,{23e5269f-4dd7-41c4-b52a-75918694c2de},0,-1,1
3192+657,nsIDOMSVGPathSeg,{b9022da7-e26d-4df3-8c94-b45c4aedda7c},0,-1,1
3193+658,fuelIBrowserTab,{3073ceff-777c-41ce-9ace-ab37268147c1},0,-1,1
3194+659,nsISSLCertErrorDialog,{0729ce8e-8935-4989-ba72-a2d6307f2365},0,-1,1
3195+660,nsIThreadJSContextStack,{a1339ae0-05c1-11d4-8f92-0010a4e73d9a},0,-1,0
3196+661,nsIScriptChannel,{33234b99-9588-4c7d-9da6-86b8b7cba565},0,-1,1
3197+662,nsIDOMBarProp,{9eb2c150-1d56-11d3-8221-0060083a0bcf},0,-1,1
3198+663,nsIPluginInstanceOwner,{c4ed03f3-498b-4045-97c7-0b05838f886c},0,-1,0
3199+664,nsIDOMStorageList,{a4e9b257-5ccf-4b17-8721-23ac45c83128},0,-1,1
3200+665,nsIHttpHeaderVisitor,{0cf40717-d7c1-4a94-8c1e-d6c9734101bb},0,-1,1
3201+666,fuelIAnnotations,{335c9292-91a1-4ca0-ad0b-07d5f63ed6cd},0,-1,1
3202+667,nsIWindowProvider,{5119ac7f-81dd-4061-96a7-71f2cf5efee4},0,-1,1
3203+668,nsIPrintSettingsService,{841387c8-72e6-484b-9296-bf6eea80d58a},0,-1,1
3204+669,nsIDOMSVGFEColorMatrixElement,{0e966878-ebf1-4455-86fd-f4c7b1f24777},0,-1,1
3205+670,nsIPKCS11,{5743f870-958e-4f02-aef2-c0afeef67f05},0,-1,1
3206+671,nsIDOMSVGFEFuncAElement,{fa48511c-283a-437f-9507-c309ac6f0f57},0,-1,1
3207+672,nsIObjectInputStream,{6c248606-4eae-46fa-9df0-ba58502368eb},0,-1,1
3208+673,nsIDOMSVGFETileElement,{ed042a81-39fc-4c89-9385-75758a2434b5},0,-1,1
3209+674,nsIDOMGetSVGDocument,{b5d3074c-4f63-4936-bf39-49034efa26a5},0,-1,1
3210+675,nsIDirIndex,{23bbabd0-1dd2-11b2-86b7-aad68ae7d7e0},0,-1,1
3211+676,nsIPasswordManagerInternal,{a448531f-dc92-4dc1-9012-da841febcbe0},0,-1,1
3212+677,nsIDOMNSHTMLHRElement,{19b5879f-c125-447c-aaaf-719de3ef221a},0,-1,1
3213+678,nsIDOMSVGFEFloodElement,{2743af95-28c5-429d-9812-12b7b017887e},0,-1,1
3214+679,nsIFormFillController,{07f0a0dc-f6e9-4cdd-a55f-56d770523a4c},0,-1,1
3215+680,nsIRecentBadCertsService,{a5ae8b05-a76e-408f-b0ba-02a831265749},0,-1,1
3216+681,nsICommandHandler,{34a4fcf0-66fc-11d4-9528-0020183bf181},0,-1,1
3217+682,nsIDOMHTMLObjectElement,{a6cf90ac-15b3-11d2-932e-00805f8add32},0,-1,1
3218+683,nsIDOMLocation,{a6cf906d-15b3-11d2-932e-00805f8add32},0,-1,1
3219+684,nsIViewSourceChannel,{8b77d6e2-2ae9-11d5-be57-000064657374},0,-1,0
3220+685,nsISyncLoadDOMService,{8095998d-ae1c-4cfa-9b43-0973e5d77eb0},0,-1,1
3221+686,nsIDOMXULDescriptionElement,{c7b0b43c-1dd1-11b2-9e1c-ce5f6a660630},0,-1,1
3222+687,nsIURL,{d6116970-8034-11d3-9399-00104ba0fd40},0,-1,1
3223+688,nsIMultiplexInputStream,{a076fd12-1dd1-11b2-b19a-d53b5dffaade},0,-1,1
3224+689,nsIClipboardCommands,{b8100c90-73be-11d2-92a5-00105a1b0d64},0,-1,1
3225+690,nsIThreadEventFilter,{a0605c0b-17f5-4681-b8cd-a1cd75d42559},0,-1,1
3226+691,nsIXPCSecurityManager,{31431440-f1ce-11d2-985a-006008962422},0,-1,0
3227+692,nsIDOMXULMenuListElement,{3d49950e-04f9-4e35-a9a0-ffd51356a674},0,-1,1
3228+693,nsIDocShellTreeNode,{37f1ab73-f224-44b1-82f0-d2834ab1cec0},0,-1,1
3229+694,nsIWebBrowserChrome,{ba434c60-9d52-11d3-afb0-00a024ffc08c},0,-1,1
3230+695,nsIFastLoadWriteControl,{2ad6e9e6-1379-4e45-a899-a54b27ff915c},0,-1,1
3231+696,nsITreeView,{c06dc4d3-63a2-4422-a0a3-5f2eddeca8c1},0,-1,1
3232+697,nsIHandlerApp,{8d298761-0963-4c90-99e2-6ea498825e82},0,-1,1
3233+698,nsIByteRangeRequest,{c1b1f426-7e83-4759-9f88-0e1b17f49366},0,-1,1
3234+699,nsIPrintStatusFeedback,{19855dff-3248-4902-b196-93ee4c477880},0,-1,1
3235+700,nsINetUtil,{a50d5516-5c0a-4f08-b427-703ca0c44ac3},0,-1,1
3236+701,nsPIPlacesDatabase,{8e6d4f8a-4b8e-4026-9fca-517c4494ddb7},0,-1,1
3237+702,nsIDOMRange,{a6cf90ce-15b3-11d2-932e-00805f8add32},0,-1,1
3238+703,nsIAccessibleStates,{7fe1ee90-edaa-43f1-9f3b-071099b51f08},0,-1,1
3239+704,nsIAtomService,{9c1f50b9-f9eb-42d4-a8cb-2c7600aeb241},0,-1,1
3240+705,nsIExceptionProvider,{0577744c-c1d2-47f2-8bcc-ce7a9e5a88fc},0,-1,1
3241+706,nsIDOMJSNavigator,{4b4f8316-1dd2-11b2-b265-9a857376d159},0,-1,1
3242+707,nsIScriptableDateFormat,{0c89efb0-1aae-11d3-9141-006008a6edf6},0,-1,1
3243+708,nsIDOM3EventTarget,{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1},0,-1,1
3244+709,nsIDOMSVGAnimatedAngle,{c6ab8b9e-32db-464a-ae33-8691d44bc60a},0,-1,1
3245+710,nsIDOMXPathNSResolver,{75506f83-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
3246+711,nsIFTPChannel,{2315d831-8b40-446a-9138-fe09ebb1b720},0,-1,1
3247+712,nsIDOMCSSValueList,{8f09fa84-39b9-4dca-9b2f-db0eeb186286},0,-1,1
3248+713,nsIStackFrame,{91d82105-7c62-4f8b-9779-154277c0ee90},0,-1,1
3249+714,nsIDOMHTMLFontElement,{a6cf90a7-15b3-11d2-932e-00805f8add32},0,-1,1
3250+715,nsIEffectiveTLDService,{6852369e-baa9-4c9a-bbcd-5123fc54a297},0,-1,1
3251+716,imgIEncoder,{ba3a854b-fb8d-4881-8af9-5849df10e5e5},0,-1,1
3252+717,nsIToolkitChromeRegistry,{8727651c-9530-45a0-b81e-0e0690c30c50},0,-1,1
3253+718,nsIDOMSVGPathSegCurvetoQuadraticSmoothRel,{ac0b2007-04e4-4e70-a0e0-294f374b29c4},0,-1,1
3254+719,nsIPropertyBag,{bfcd37b0-a49f-11d5-910d-0010a4e73d9a},0,-1,1
3255+720,nsIFeedElementBase,{5215291e-fa0a-40c2-8ce7-e86cd1a1d3fa},0,-1,1
3256+721,nsIINIParserFactory,{ccae7ea5-1218-4b51-aecb-c2d8ecd46af9},0,-1,1
3257+722,nsIFormSigningDialog,{4fe04d6d-4b66-4023-a0bc-b43ce68b3e15},0,-1,1
3258+723,nsIDOMProgressEvent,{6af7022c-d7f8-414c-a11f-a7918f14052b},0,-1,1
3259+724,nsIAccessibleImage,{09086623-0f09-4310-ac56-c2cda7c29648},0,-1,1
3260+725,nsILiveTitleNotificationSubject,{f9e577a8-19d9-4ca0-a140-b9e43f014470},0,-1,1
3261+726,nsITypeAheadFind,{0749a445-19d3-4eb9-9d66-78eca8c6f604},0,-1,1
3262+727,nsIDOMFile_1_9_2_BRANCH,{fc41a294-8c9a-4639-b8ed-7c04f8017ef6},0,-1,1
3263+728,nsISSLStatusProvider,{8de811f0-1dd2-11b2-8bf1-e9aa324984b2},0,-1,1
3264+729,nsIProxyAutoConfig,{a42619df-0a1c-46fb-8154-0e9b8f8f1ea8},0,-1,1
3265+730,nsIMozIconURI,{1fb33f44-f522-4880-a225-4b75d09b04c6},0,-1,1
3266+731,nsIAuthPrompt2,{651395eb-8612-4876-8ac0-a88d4dce9e1e},0,-1,1
3267+732,nsIProfileChangeStatus,{2f977d43-5485-11d4-87e2-0010a4e75ef2},0,-1,1
3268+733,nsIDOMSVGComponentTransferFunctionElement,{cb615c0f-8d4a-4e30-9695-a3dd6f4216ee},0,-1,1
3269+734,nsISupportsArray,{791eafa0-b9e6-11d1-8031-006008159b5a},0,-1,1
3270+735,nsIThreadPoolListener,{ef194cab-3f86-4b61-b132-e5e96a79e5d1},0,-1,1
3271+736,nsIPromptFactory,{2532b748-75db-4732-9173-78d3bf34f694},0,-1,1
3272+737,nsIHttpActivityDistributor,{7c512cb8-582a-4625-b5b6-8639755271b5},0,-1,1
3273+738,nsIMemoryReporterManager,{7c62de18-1edd-40f8-9da2-a8c622763074},0,-1,1
3274+739,nsIWebBrowserPersist,{dd4e0a6a-210f-419a-ad85-40e8543b9465},0,-1,1
3275+740,nsIErrorService,{e72f94b2-5f85-11d4-9877-00c04fa0cf4a},0,-1,1
3276+741,nsIDOMCSSStyleSheet,{a6cf90c2-15b3-11d2-932e-00805f8add32},0,-1,1
3277+742,mozIPlacesAutoComplete,{a5ae8332-333c-412a-bb02-a35df8247714},0,-1,1
3278+743,nsIXULTemplateBuilder,{a583b676-5b02-4f9c-a0c9-cb850cb99818},0,-1,1
3279+744,nsIXPointerSchemeContext,{781f4aa1-ebb3-4667-b1c2-2b35e94c4281},0,-1,0
3280+745,nsISemanticUnitScanner,{9f620be4-e535-11d6-b254-00039310a47a},0,-1,1
3281+746,nsIAccessibleTableChangeEvent,{a9485c7b-5861-4695-8441-fab0235b205d},0,-1,1
3282+747,nsIDOMSVGTextPathElement,{5c29a76c-3489-48fe-b9ea-ea0f5b196dff},0,-1,1
3283+748,nsIDebug2,{9c9307ed-480a-4f2a-8f29-21378c03bcbc},0,-1,1
3284+749,nsIClientAuthDialogs,{fa4c7520-1433-11d5-ba24-00108303b117},0,-1,1
3285+750,nsIDOMBeforeUnloadEvent,{da19e9dc-dea2-4a1d-a958-9be375c9799c},0,-1,1
3286+751,nsIDOMNSHTMLElement,{7f142f9a-fba7-4949-93d6-cf08a974ac51},0,-1,1
3287+752,nsIDOMHTMLBodyElement,{a6cf908e-15b3-11d2-932e-00805f8add32},0,-1,1
3288+753,nsIEnumerator,{ad385286-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1
3289+754,nsIBufferedInputStream,{616f5b48-da09-11d3-8cda-0060b0fc14a3},0,-1,1
3290+755,nsIX509CertList,{a539759b-e22d-462f-94ea-2915b11b33e8},0,-1,1
3291+756,nsICMSDecoder,{65244a06-a342-11d5-ba47-00108303b117},0,-1,0
3292+757,nsISMimeVerificationListener,{56310af6-dffc-48b4-abca-85eae4059064},0,-1,0
3293+758,nsIInputStreamChannel,{274c4d7a-2447-4ceb-a6de-80db1b83f5d2},0,-1,1
3294+759,nsISecurityInfoProvider,{b8cc9126-9319-4415-afd9-b82220d453ed},0,-1,1
3295+760,nsIDOMKeyEvent,{028e0e6e-8b01-11d3-aae7-0010838a3123},0,-1,1
3296+761,nsIGeolocationProvider,{701413ed-0f51-64f7-71c7-4369d8e07d6e},0,-1,1
3297+762,nsIDOMSVGForeignObjectElement,{fd9c9871-23fd-48eb-a65b-3842e9b0acbd},0,-1,1
3298+763,nsIThread,{9c889946-a73a-4af3-ae9a-ea64f7d4e3ca},0,-1,1
3299+764,nsICommandController,{ebe55080-c8a9-11d5-a73c-dd620d6e04bc},0,-1,1
3300+765,nsIIOService2,{d44fe6d4-ee35-4789-886a-eb8f0554d04e},0,-1,1
3301+766,nsIEditorBoxObject,{e3800a23-5b83-49aa-b18c-efa1ac5416e0},0,-1,1
3302+767,nsIPrintSession,{2f977d52-5485-11d4-87e2-0010a4e75ef2},0,-1,0
3303+768,nsIStreamTransportService,{8268d474-efbf-494f-a152-e8a8616f4e52},0,-1,1
3304+769,nsIDOMSVGFilterElement,{9e81d4ae-190c-4b9d-a076-ebc52a7bf231},0,-1,1
3305+770,nsIDownloadHistory,{202533cd-a8f1-4ee4-8d20-3a6a0d2c6c51},0,-1,1
3306+771,nsIDOMHTMLButtonElement,{a6cf9095-15b3-11d2-932e-00805f8add32},0,-1,1
3307+772,nsIDOMDataContainerEvent,{3600d66c-b9ac-4c22-b39a-d64cce619921},0,-1,1
3308+773,nsIDOMPaintRequestList,{01627136-fdd8-44b4-aac0-7d613608a3d4},0,-1,1
3309+774,nsIModuleLoader,{9b328e24-4d85-4a9c-9cb7-f25e66f430c3},0,-1,1
3310+775,nsIDOMNSHTMLInputElement,{2cb61f32-b21f-4b87-904c-8876d8bb5f33},0,-1,1
3311+776,nsIDOMSVGFEDistantLightElement,{02141672-7f2c-412a-a7d7-4caa194842e9},0,-1,1
3312+777,nsITransfer,{23c51569-e9a1-4a92-adeb-3723db82ef7c},0,-1,1
3313+778,nsIOfflineCacheUpdateObserver,{a28abeaf-a0b4-4440-b2fe-bc78249710ea},0,-1,1
3314+779,nsIDOMHTMLTableColElement,{a6cf90b4-15b3-11d2-932e-00805f8add32},0,-1,1
3315+780,nsIScriptEventManager,{b6427ace-dc77-495b-ab21-43baeb52bc27},0,-1,0
3316+781,mozIStorageProgressHandler,{a3a6fcd4-bf89-4208-a837-bf2a73afd30c},0,-1,1
3317+782,nsIDOMSVGPathSegCurvetoQuadraticRel,{c46eb661-9c05-4d46-9b2a-c2ae5b166060},0,-1,1
3318+783,nsIXMLHttpRequestUpload,{09ff3682-7759-4441-a765-f70e1a1fabcf},0,-1,1
3319+784,nsIDOMSVGTSpanElement,{4a23cb1f-cf1e-437e-9524-8756f7928b2e},0,-1,1
3320+785,nsIControllerContext,{47b82b60-a36f-4167-8072-6f421151ed50},0,-1,1
3321+786,nsIUrlClassifierStreamUpdater,{daf3038a-556c-47d3-a3d2-36caa9a762a0},0,-1,1
3322+787,nsIDOMSVGClipPathElement,{0c3f45a4-e6d0-44e7-a2f8-d128ecf1db9b},0,-1,1
3323+788,nsICertTree,{a8cd1c89-a901-4735-831b-7198b7b8b6b1},0,-1,1
3324+789,nsIUTF8StringEnumerator,{9bdf1010-3695-4907-95ed-83d0410ec307},0,-1,1
3325+790,nsIExpatSink,{f61c56b5-ea5b-42b4-ad3c-17416e72e238},0,-1,1
3326+791,nsIDocShell,{8adfb831-1053-4a19-884d-bcdad7277b4b},0,-1,1
3327+792,extIEvents,{3a8ec9d0-ab19-11db-abbd-0800200c9a66},0,-1,1
3328+793,nsIINIParser,{7eb955f6-3e78-4d39-b72f-c1bf12a94bce},0,-1,1
3329+794,nsIXBLAccessible,{3716eb86-166b-445b-a94a-9b522fee96e6},0,-1,1
3330+795,nsIDOMEventListener,{df31c120-ded6-11d1-bd85-00805f8ae3f4},0,-1,1
3331+796,nsPICertNotification,{42cd7162-ea4a-4088-9888-63ea5095869e},0,-1,0
3332+797,nsIPermission,{28f16d80-157b-11d5-a542-0010a401eb10},0,-1,1
3333+798,nsIDOMStorageObsolete,{18013cf9-b104-49cf-9484-c2a7a845457e},0,-1,1
3334+799,nsIEditorObserver,{a6cf9125-15b3-11d2-932e-00805f8add32},0,-1,1
3335+800,nsIPrefSecurityCheck,{c73c9a05-92ce-46e1-8f69-90a2a3a36104},0,-1,0
3336+801,nsICertVerificationListener,{6684bce9-50db-48e1-81b7-98102bf81357},0,-1,1
3337+802,nsIDOMMessageEvent,{98150805-6a15-4667-815a-1a8c87cb4bbc},0,-1,1
3338+803,nsIIOService,{bddeda3f-9020-4d12-8c70-984ee9f7935e},0,-1,1
3339+804,nsIDOMCanvasGradient,{bbb20a59-524e-4662-981e-5e142814b20c},0,-1,1
3340+805,nsIDOMEventGroup,{33347bee-6620-4841-8152-36091ae80c7e},0,-1,1
3341+806,nsISidebarExternal,{4350fb73-9305-41df-a669-11d26222d420},0,-1,1
3342+807,nsITooltipListener,{44b78386-1dd2-11b2-9ad2-e4eee2ca1916},0,-1,1
3343+808,nsIDOMNSHTMLTextAreaElement,{ca066b44-9ddf-11d3-bccc-0060b0fc76bd},0,-1,1
3344+809,nsIDOMSVGNumberList,{59364ec4-faf1-460f-bf58-e6a6a2769a3a},0,-1,1
3345+810,nsIAccessibleStateChangeEvent,{444db51a-05fd-4576-8a64-32dbb2a83884},0,-1,1
3346+811,nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs,{ff5bbb58-b49a-450f-b91b-e50585c34b3d},0,-1,1
3347+812,nsISAXLexicalHandler,{23c26a56-adff-440c-8caf-95c2dc2e399b},0,-1,1
3348+813,nsISMimeCert,{66710f97-a4dd-49f1-a906-fe0ebc5924c0},0,-1,1
3349+814,nsIAppShellService,{361facd0-6e9a-4ff1-a0d4-450744cf0023},0,-1,1
3350+815,nsIDOMSVGPathSegArcRel,{49d0360d-bb66-4ab9-b9b0-f49b93398595},0,-1,1
3351+816,nsILoginInfo,{c41b7dff-6b9b-42fe-b78d-113051facb05},0,-1,1
3352+817,nsIDOMHTMLMetaElement,{a6cf908a-15b3-11d2-932e-00805f8add32},0,-1,1
3353+818,nsINavHistoryResultViewer,{af4ac418-a687-4775-8ffa-97c160196432},0,-1,1
3354+819,nsISaveAsCharset,{33b87f70-7a9c-11d3-915c-006008a6edf6},0,-1,1
3355+820,nsICMSSecureMessage,{14b4394a-1dd2-11b2-b4fd-ba4a194fe97e},0,-1,1
3356+821,nsIStringBundleService,{d85a17c0-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1
3357+822,nsIXULOverlayProvider,{1d5b5b94-dc47-4050-93b7-ac092e383cad},0,-1,1
3358+823,nsIAuthModule,{6e35dbc0-49ef-4e2c-b1ea-b72ec64450a2},0,-1,0
3359+824,nsICommandHandlerInit,{731c6c50-67d6-11d4-9529-0020183bf181},0,-1,1
3360+825,nsINavHistoryResult,{d1562f6f-8d5a-4042-8524-72f747a51b18},0,-1,1
3361+826,nsIDOMDOMImplementation,{a6cf9074-15b3-11d2-932e-00805f8add32},0,-1,1
3362+827,nsIFastLoadFileIO,{715577db-d9c5-464a-a32e-0a40c29b22d4},0,-1,1
3363+828,nsICollation,{b0132cc0-3786-4557-9874-910d7def5f93},0,-1,1
3364+829,nsIDOMLSOutput,{757e9971-8890-478d-a53a-07f9f6f6e0d3},0,-1,1
3365+830,nsIGConfService,{5009acae-6973-48c3-b6d6-52c692cc5d9d},0,-1,1
3366+831,nsIDOMSVGAnimatedNumber,{716e3b11-b03b-49f7-b82d-5383922b0ab3},0,-1,1
3367+832,nsIProfileStartup,{048e5ca1-0eb7-4bb1-a9a2-a36f7d4e0e3c},0,-1,1
3368+833,nsIUUIDGenerator,{138ad1b2-c694-41cc-b201-333ce936d8b8},0,-1,1
3369+834,nsIControllerCommandGroup,{9f82c404-1c7b-11d5-a73c-eca43ca836fc},0,-1,1
3370+835,nsIXSLTProcessor,{4a91aeb3-4100-43ee-a21e-9866268757c5},0,-1,1
3371+836,nsIDialogParamBlock,{f76c0901-437a-11d3-b7a0-e35db351b4bc},0,-1,1
3372+837,nsISessionStore,{70592a0d-87d3-459c-8db7-dcb8d47af78e},0,-1,1
3373+838,nsIRDFBlob,{237f85a2-1dd2-11b2-94af-8122582fc45e},0,-1,1
3374+839,nsIDOMHTMLHeadElement,{a6cf9087-15b3-11d2-932e-00805f8add32},0,-1,1
3375+840,nsIXPCComponents_Exception,{5bf039c0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
3376+841,nsIASN1PrintableItem,{114e1142-1dd2-11b2-ac26-b6db19d9184a},0,-1,1
3377+842,nsIDOMNSHTMLButtonElement,{c914d7a4-63b3-4d40-943f-91a3c7ab0d4d},0,-1,1
3378+843,nsIDOMHTMLMapElement,{a6cf90af-15b3-11d2-932e-00805f8add32},0,-1,1
3379+844,nsISupportsDouble,{b32523a0-4ac0-11d3-baea-00805f8a5dd7},0,-1,1
3380+845,nsINSSErrorsService,{3a5c7a0f-f5da-4a8b-a748-d7c5a528f33b},0,-1,1
3381+846,nsIProtocolProxyCallback,{a9967200-f95e-45c2-beb3-9b060d874bfd},0,-1,1
3382+847,nsIApplicationCache,{663e2e2e-04a0-47b6-87b3-a122be46cb53},0,-1,1
3383+848,nsIXULSortService,{f29270c8-3be5-4046-9b57-945a84dff132},0,-1,1
3384+849,nsIUploadChannel2,{8821e259-7252-4464-b874-a55d8ef6b222},0,-1,1
3385+850,nsIDOMNSHTMLOptionCollection,{1181207b-2337-41a7-8ddf-fbe96461256f},0,-1,1
3386+851,nsIXULTreeBuilder,{06b31b15-ebf5-4e74-a0e2-6bc0a18a3969},0,-1,1
3387+852,nsIModifyableXPointerResult,{2dc3be2e-642d-4d7e-b3c5-f3dac51afbee},0,-1,0
3388+853,nsIHistoryEntry,{a41661d4-1417-11d5-9882-00c04fa02f40},0,-1,1
3389+854,nsIBrowserDOMWindow,{f9691a49-7fb3-4b54-bb11-a4f2e0b6eddb},0,-1,1
3390+855,nsIDOMXULImageElement,{f73f4d77-a6fb-4ab5-b41e-15045a0cc6ff},0,-1,1
3391+856,nsIAnnotationObserver,{63fe98e0-6889-4c2c-ac9f-703e4bc25027},0,-1,1
3392+857,nsIFileURL,{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949},0,-1,1
3393+858,nsIFindService,{5060b801-340e-11d5-be5b-b3e063ec6a3c},0,-1,1
3394+859,nsIContentDispatchChooser,{456ca3b2-02be-4f97-89a2-08c08d3ad88f},0,-1,1
3395+860,nsIHandlerInfo,{325e56a7-3762-4312-aec7-f1fcf84b4145},0,-1,1
3396+861,nsIDOMHTMLOptionsCollection,{bce0213c-f70f-488f-b93f-688acca55d63},0,-1,1
3397+862,nsIDOMHTMLTableRowElement,{a6cf90b6-15b3-11d2-932e-00805f8add32},0,-1,1
3398+863,nsIClipboardHelper,{44073a98-1dd2-11b2-8600-d0ae854dbe93},0,-1,1
3399+864,nsIWebProgressListener,{570f39d1-efd0-11d3-b093-00a024ffc08c},0,-1,1
3400+865,nsIReadConfig,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},0,-1,0
3401+866,nsIUrlClassifierHashCompleter,{ade9b72b-3562-44f5-aba6-e63246be53ae},0,-1,1
3402+867,nsIDragService,{82b58ada-f490-4c3d-b737-1057c4f1d052},0,-1,1
3403+868,nsIDOMSVGException,{64e6f0e1-af99-4bb9-ab25-7e56012f0021},0,-1,1
3404+869,nsIDOMSVGTransformable,{b81f6e37-1842-4534-a546-1ab86e59a3c6},0,-1,1
3405+870,nsIDOMSVGFEMorphologyElement,{16154319-fb5f-4473-b360-5065b6096d33},0,-1,1
3406+871,nsILocale,{21035ee0-4556-11d3-91cd-00105aa3f7dc},0,-1,1
3407+872,nsIUpdateItem,{f559f340-5160-420f-abc8-19b251708e7e},0,-1,1
3408+873,nsICiter,{a6cf9102-15b3-11d2-932e-00805f8add32},0,-1,1
3409+874,nsIUrlClassifierUpdateObserver,{bbb33c65-e783-476c-8db0-6ddb91826c07},0,-1,1
3410+875,nsIXSLTException,{e06dfaea-92d5-47f7-a800-c5f5404d8771},0,-1,1
3411+876,nsIFormHistoryImporter,{9e811188-6a5b-4d96-a92d-1bac66a41898},0,-1,1
3412+877,nsISAXDTDHandler,{4d01f225-6cc5-11da-be43-001422106990},0,-1,1
3413+878,nsILivemarkService,{62a5fe00-d85c-4a63-aef7-176d8f1b189d},0,-1,1
3414+879,nsIDOMSVGDocument,{12d3b664-1dd2-11b2-a7cf-ceee7e90f396},0,-1,1
3415+880,nsIDOMHTMLLIElement,{a6cf909e-15b3-11d2-932e-00805f8add32},0,-1,1
3416+881,nsIDOMParserJS,{ba6bcd6c-63d8-49b3-bc8a-1e5e895645bc},0,-1,1
3417+882,nsIDOMHTMLUListElement,{a6cf9099-15b3-11d2-932e-00805f8add32},0,-1,1
3418+883,nsIDOMXULContainerElement,{bc07c626-4294-43ae-9b0a-e726de0adcad},0,-1,1
3419+884,nsIClipboardOwner,{5a31c7a1-e122-11d2-9a57-000064657374},0,-1,1
3420+885,nsIDOMSimpleGestureEvent,{cb68e879-f710-415d-a871-9a550860df01},0,-1,1
3421+886,nsIScriptableInterfaces,{01c78c65-31da-456b-90bf-da39d09fdcbf},0,-1,1
3422+887,nsIURI,{07a22cc0-0ce5-11d3-9331-00104ba0fd40},0,-1,1
3423+888,nsIDOMSVGMatrix,{ec2da3ef-5a99-49ed-aaef-b5af916c14ac},0,-1,1
3424+889,nsIChannelClassifier,{1481c5b5-9f6e-4995-8fe3-2aad5c06440d},0,-1,1
3425+890,nsIDOMHTMLTableElement,{a6cf90b2-15b3-11d2-932e-00805f8add32},0,-1,1
3426+891,nsIDOMSVGEvent,{13aed1cc-a505-45d5-bbc2-0052c6bf200f},0,-1,1
3427+892,nsIContextMenuListener2,{7fb719b3-d804-4964-9596-77cf924ee314},0,-1,1
3428+893,nsIIOUtil,{e8152f7f-4209-4c63-ad23-c3d2aa0c5a49},0,-1,1
3429+894,nsISimpleStreamListener,{a9b84f6a-0824-4278-bae6-bfca0570a26e},0,-1,1
3430+895,nsIDOMWindowUtils,{6a60fde5-a00a-4732-bbea-2787c174c04f},0,-1,1
3431+896,nsIDOMXULPopupElement,{c32390a8-2bd8-4d1b-bf9f-1b1d0a944d19},0,-1,1
3432+897,nsIDOMNSMouseEvent,{1b8e528d-7dca-44ee-8ee6-c44594ebcef1},0,-1,1
3433+898,mozIStorageBindingParamsArray,{e676e1a3-1dc6-4802-ac03-291fa9de7f93},0,-1,1
3434+899,nsICacheService,{de114eb4-29fc-4959-b2f7-2d03eb9bc771},0,-1,1
3435+900,nsIFileView,{60b320d2-1dd2-11b2-bd73-dc3575f78ddd},0,-1,1
3436+901,nsIConsoleService,{883472a0-ea9b-11da-8ad9-0800200c9a66},0,-1,1
3437+902,nsIDocShellTreeOwner,{bc0eb30e-656e-491e-a7ae-7f460b660c8d},0,-1,1
3438+903,nsIDOMHTMLOListElement,{a6cf909a-15b3-11d2-932e-00805f8add32},0,-1,1
3439+904,nsIContextMenuListener,{3478b6b0-3875-11d4-94ef-0020183bf181},0,-1,1
3440+905,nsIExceptionManager,{efc9d00b-231c-4feb-852c-ac017266a415},0,-1,1
3441+906,nsIDOMSVGViewSpec,{ede34b03-57b6-45bf-a259-3550b5697286},0,-1,1
3442+907,nsINativeTreeView,{38e0b44d-fa08-458c-83fb-3e10b12aeb45},0,-1,0
3443+908,nsIPluginTagInfo,{6d827df5-b5cd-416c-85cb-3cdd05c7aed1},0,-1,0
3444+909,nsIInlineSpellChecker,{07be036a-2355-4a92-b150-5c9b7e9fdf2f},0,-1,1
3445+910,nsIDOMSVGFEOffsetElement,{c080f191-b22c-4fc0-85d5-a79dc3fa7ec8},0,-1,1
3446+911,nsIJSRuntimeService,{e7d09265-4c23-4028-b1b0-c99e02aa78f8},0,-1,0
3447+912,nsIHelperAppLauncherDialog,{f3704fdc-8ae6-4eba-a3c3-f02958ac0649},0,-1,1
3448+913,xpcIJSModuleLoader,{89da3673-e699-4f26-9ed7-11a528011434},0,-1,1
3449+914,nsIPluginTag,{13a1b39e-72e5-442d-aa73-5905ffaf837b},0,-1,1
3450+915,nsIRDFInt,{e13a24e3-c77a-11d2-80be-006097b76b8e},0,-1,1
3451+916,nsIRDFInferDataSource,{2b04860f-4017-40f6-8a57-784a1e35077a},0,-1,1
3452+917,nsIDOMSVGCircleElement,{0f89f2a4-b168-4602-90f5-1874418c0a6a},0,-1,1
3453+918,nsIJSContextStackIterator,{c7e6b7aa-fc12-4ca7-b140-98c38b698961},0,-1,0
3454+919,nsIProperty,{6dcf9030-a49f-11d5-910d-0010a4e73d9a},0,-1,1
3455+920,nsIDOMStyleSheetList,{a6cf9081-15b3-11d2-932e-00805f8add32},0,-1,1
3456+921,nsIDNSRecord,{31c9c52e-1100-457d-abac-d2729e43f506},0,-1,1
3457+922,nsIDOMSVGPathSegCurvetoCubicSmoothRel,{dd5b4b00-edaa-493a-b477-bbc2576b4a98},0,-1,1
3458+923,nsIDOMCSSCharsetRule,{19fe78cc-65ff-4b1d-a5d7-9ea89692cec6},0,-1,1
3459+924,nsILoginManagerStorage,{e66c97cd-3bcf-4eee-9937-38f650372d77},0,-1,1
3460+925,nsIPrefetchService,{cba513eb-c457-4b93-832c-1a979e66edd1},0,-1,1
3461+926,nsIDOMNSDocumentStyle,{26311d10-7e24-4c7b-bb3d-17aad86f4d88},0,-1,1
3462+927,nsIObjectOutputStream,{92c898ac-5fde-4b99-87b3-5d486422094b},0,-1,1
3463+928,nsIDOMSVGAnimatedRect,{ca45959e-f1da-46f6-af19-1ecdc322285a},0,-1,1
3464+929,nsIDOMHTMLLabelElement,{a6cf9096-15b3-11d2-932e-00805f8add32},0,-1,1
3465+930,nsIResumableChannel,{4ad136fa-83af-4a22-a76e-503642c0f4a8},0,-1,1
3466+931,nsIScriptLoaderObserver,{7b787204-76fb-4764-96f1-fb7a666db4f4},0,-1,1
3467+932,nsIHttpChannelInternal,{0eb66361-faaa-4e52-8c7e-6c25f11f8e3c},0,-1,1
3468+933,nsICollationFactory,{04971e14-d6b3-4ada-8cbb-c3a13842b349},0,-1,1
3469+934,nsIXPointerResult,{d3992637-f474-4b65-83ed-323fe69c60d2},0,-1,1
3470+935,nsITXTToHTMLConv,{933355f6-1dd2-11b2-a9b0-d335b9e35983},0,-1,1
3471+936,mozIStorageError,{1f350f96-7023-434a-8864-40a1c493aac1},0,-1,1
3472+937,nsIRequestObserverProxy,{7df8845f-938a-4437-9ea4-b11b850048f1},0,-1,1
3473+938,nsIWorkerNavigator,{74fb665a-e477-4ce2-b3c6-c58b1b28b6c3},0,-1,1
3474+939,nsISAXXMLReader,{5556997e-d816-4218-8b54-803d4261206e},0,-1,1
3475+940,nsIDOMLSResourceResolver,{9e61c7c8-8698-4477-9971-0923513919bd},0,-1,1
3476+941,nsIWritablePropertyBag,{96fc4671-eeb4-4823-9421-e50fb70ad353},0,-1,1
3477+942,nsIDownloadManager,{bacca1ac-1b01-4a6f-9e91-c2ead1f7d2c0},0,-1,1
3478+943,nsIDOM3Document,{2e0e9ea1-72ab-4d9e-bdeb-ca64e1abeba4},0,-1,1
3479+944,nsIDOMPageTransitionEvent,{b712418b-376f-4f75-b156-5d9ad99fe51f},0,-1,1
3480+945,nsIArray,{114744d9-c369-456e-b55a-52fe52880d2d},0,-1,1
3481+946,nsIDOMDocumentView,{1acdb2ba-1dd2-11b2-95bc-9542495d2569},0,-1,1
3482+947,nsIOfflineCacheUpdate,{877261bb-b952-4d27-847e-859bdd47c0ec},0,-1,1
3483+948,nsIAccessibleRetrieval,{244e4c67-a1d3-44f2-9cab-cdaa31b68046},0,-1,1
3484+949,nsIDOMMimeTypeArray,{f6134683-f28b-11d2-8360-c90899049c3c},0,-1,1
3485+950,nsISidebar,{67cf6231-c303-4f7e-b9b1-a0e87772ecfd},0,-1,1
3486+951,nsIMutableArray,{af059da0-c85b-40ec-af07-ae4bfdc192cc},0,-1,1
3487+952,nsIDOMCSS2Properties,{529b987a-cb21-4d58-99d7-9586e7662801},0,-1,1
3488+953,nsIHashable,{17e595fa-b57a-4933-bd0f-b1812e8ab188},0,-1,1
3489+954,nsIDOMGeoPositionAddress_MOZILLA_1_9_2_BRANCH,{98808deb-c8e4-422c-ba97-08bf2031464c},0,-1,1
3490+955,nsIDOMNSUIEvent,{72c9f79c-98cd-4224-a467-86b59c0a38f7},0,-1,1
3491+956,fuelIBookmark,{808585b6-7568-4b26-8c62-545221bf2b8c},0,-1,1
3492+957,nsIDOMSVGMarkerElement,{6a3b7b40-e65a-4e9c-9ee7-ca03ed0a18c7},0,-1,1
3493+958,nsIDOMDOMConstructor,{0ccbcf19-d1b4-489e-984c-cd8c43672bb9},0,-1,1
3494+959,nsIDOMUIEvent,{a6cf90c3-15b3-11d2-932e-00805f8add32},0,-1,1
3495+960,nsIRDFResource,{fb9686a7-719a-49dc-9107-10dea5739341},0,-1,1
3496+961,nsIDOMFileException,{b52356e1-45c5-4d61-b61a-fb9bd91690e1},0,-1,1
3497+962,nsIXULTemplateResult,{ebea0230-36fa-41b7-8e31-760806057965},0,-1,1
3498+963,nsIDOMSVGLength,{2596325c-aed0-487e-96a1-0a6d589b9c6b},0,-1,1
3499+964,imgIContainerObserver,{e214c295-4b8e-4aa9-9907-45289e57295b},0,-1,1
3500+965,nsIDOMCSSRule,{a6cf90c1-15b3-11d2-932e-00805f8add32},0,-1,1
3501+966,nsIDOMSVGPreserveAspectRatio,{7ae42f27-4799-4e7c-86c6-e1dae6ad5157},0,-1,1
3502+967,nsIEditorDocShell,{3bdb8f01-f141-11d4-a73c-fba4aba8a3fc},0,-1,1
3503+968,nsIDocumentCharsetInfo,{2d40b291-01e1-11d4-9d0e-0050040007b2},0,-1,1
3504+969,nsIConsoleListener,{eaaf61d6-1dd1-11b2-bc6e-8fc96480f20d},0,-1,1
3505+970,nsIProgrammingLanguage,{ea604e90-40ba-11d5-90bb-0010a4e73d9a},0,-1,1
3506+971,nsIDOMNSHTMLImageElement,{a6cf90c7-15b3-11d2-932e-00805f8add32},0,-1,1
3507+972,nsIUnicharStreamLoader,{9037f476-7c08-4729-b690-3e425269802b},0,-1,1
3508+973,nsIFrameLoaderOwner,{641c2d90-4ada-4367-bdb1-80831614161d},0,-1,1
3509+974,nsIDOMHTMLAreaElement,{a6cf90b0-15b3-11d2-932e-00805f8add32},0,-1,1
3510+975,nsIKeyObject,{4b31f4ed-9424-4710-b946-79b7e33cf3a8},0,-1,1
3511+976,nsIMIMEService,{5b3675a1-02db-4f8f-a560-b34736635f47},0,-1,1
3512+977,nsIDOMWindow2,{73c5fa35-3add-4c87-a303-a850ccf4d65a},0,-1,1
3513+978,nsIDOMWindow,{a6cf906b-15b3-11d2-932e-00805f8add32},0,-1,1
3514+979,nsPISocketTransportService,{83123036-81c0-47cb-8d9c-bd85d29a1b3f},0,-1,1
3515+980,nsIDOMGeoPositionOptions,{453b72de-ea90-4f09-ae16-c2e7ee0dddc4},0,-1,1
3516+981,nsIURLFormatter,{4ab31d30-372d-11db-a98b-0800200c9a66},0,-1,1
3517+982,nsICacheEntryInfo,{fab51c92-95c3-4468-b317-7de4d7588254},0,-1,1
3518+983,imgIContainer,{1bcf7a25-1356-47a8-bf80-e284989ea38f},0,-1,1
3519+984,nsIDOMSVGPolylineElement,{7b6e15cf-9793-41ee-adcc-cc1c206c80e6},0,-1,1
3520+985,nsPIWindowWatcher,{8624594a-28d7-4bc3-8d12-b1c2b9eefd90},0,-1,0
3521+986,nsIFeedResult,{7a180b78-0f46-4569-8c22-f3d720ea1c57},0,-1,1
3522+987,nsIDOMPaintRequest,{4802360b-f1c0-4d84-bb9e-9d2ccb9de461},0,-1,1
3523+988,nsIDOMSVGSVGElement,{83b04425-9509-49f5-af75-1ae1f8f3e871},0,-1,1
3524+989,nsIFormSubmitObserver,{0787d64a-44bf-4273-8438-61ff13ebec0c},0,-1,1
3525+990,nsIDOMUserDataHandler,{91afebdd-a201-4db0-b728-9d59580f0cfd},0,-1,1
3526+991,nsIDOMXULTreeElement,{1f8111b2-d44d-4d11-845a-a70ae06b7d04},0,-1,1
3527+992,nsIDOMSVGTextContentElement,{87ad94bc-07c9-412b-b2d8-de245a2e84a5},0,-1,1
3528+993,nsIDOM3Node,{29fb2a18-1dd2-11b2-8dd9-a6fd5d5ad12f},0,-1,1
3529+994,nsIDirectoryServiceProvider2,{2f977d4b-5485-11d4-87e2-0010a4e75ef2},0,-1,1
3530+995,nsIWebPageDescriptor,{6f30b676-3710-4c2c-80b1-0395fb26516e},0,-1,1
3531+996,nsINetworkLinkService,{61618a52-ea91-4277-a4ab-ebe10d7b9a64},0,-1,1
3532+997,nsIDOMHTMLParamElement,{a6cf90ad-15b3-11d2-932e-00805f8add32},0,-1,1
3533+998,jsdIValue,{9cab158f-dc78-41dd-9d11-79e05cb3f2bd},0,-1,1
3534+999,nsIDOMSVGFESpotLightElement,{5515dd05-3d9d-4d6c-8460-a04aaf5afe15},0,-1,1
3535+1000,jsdIScript,{18e09893-f461-4b4b-94d3-776fb0069c6f},0,-1,1
3536+1001,nsIFaviconService,{66f6b992-e2d3-43da-ba2a-d966e34a7654},0,-1,1
3537+1002,nsIClassInfo,{986c11d0-f340-11d4-9075-0010a4e73d9a},0,-1,1
3538+1003,nsIDOMFileError,{4bdafb64-15e2-49c1-a090-4315a7884a56},0,-1,1
3539+1004,nsISOCKSSocketInfo,{8f755c44-1dd2-11b2-a613-91117453fa95},0,-1,1
3540+1005,nsISupportsPriority,{aa578b44-abd5-4c19-8b14-36d4de6fdc36},0,-1,1
3541+1006,nsIKeyObjectFactory,{264eb54d-e20d-49a0-890c-1a5986ea81c4},0,-1,1
3542+1007,nsIWifiListener,{bcd4bede-f4a5-4a62-9071-d7a60174e376},0,-1,1
3543+1008,nsIInputStream,{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a},0,-1,1
3544+1009,nsISecurityCheckedComponent,{0dad9e8c-a12d-4dcb-9a6f-7d09839356e1},0,-1,1
3545+1010,nsIDOMSVGAnimatedPoints,{ebf334b3-86ef-4bf3-8a92-d775c72defa4},0,-1,1
3546+1011,nsIDOMHTMLFormElement,{a6cf908f-15b3-11d2-932e-00805f8add32},0,-1,1
3547+1012,nsIDOMCanvasRenderingContext2D,{3e7d5d06-8846-4cff-8739-44756cbf494f},0,-1,1
3548+1013,nsIScriptableInterfacesByID,{c99cffac-5aed-4267-ad2f-f4a4c9d4a081},0,-1,1
3549+1014,nsIConverterOutputStream,{4b71113a-cb0d-479f-8ed5-01daeba2e8d4},0,-1,1
3550+1015,nsIDOMViewCSS,{0b9341f3-95d4-4fa4-adcd-e119e0db2889},0,-1,1
3551+1016,nsIEnvironment,{101d5941-d820-4e85-a266-9a3469940807},0,-1,1
3552+1017,nsITreeColumns,{f8a8d6b4-6788-438d-9009-7142798767ab},0,-1,1
3553+1018,nsIDOMHTMLHtmlElement,{a6cf9086-15b3-11d2-932e-00805f8add32},0,-1,1
3554+1019,nsIHttpProtocolHandler,{415d4087-79d3-40fe-b194-0ada8471f895},0,-1,1
3555+1020,nsIDOMSVGUnitTypes,{154b572f-3d0b-49c0-8b5d-8864d05bd3d1},0,-1,1
3556+1021,nsIImageLoadingContent,{e036857e-3417-4812-a5f2-89668a616781},0,-1,1
3557+1022,nsIRDFXMLSerializer,{8ae1fbf8-1dd2-11b2-bd21-d728069cca92},0,-1,1
3558+1023,nsICookie,{e9fcb9a4-d376-458f-b720-e65e7df593bc},0,-1,1
3559+1024,nsICMSEncoder,{a15789aa-8903-462b-81e9-4aa2cff4d5cb},0,-1,0
3560+1025,nsISelectElement,{35bd8ed5-5f34-4126-8c4f-38ba01681836},0,-1,1
3561+1026,nsIAddonRepository,{c4d2ac29-6edc-43cd-8dc8-e4cf213aa1be},0,-1,1
3562+1027,extIEventListener,{2dfe3a50-ab2f-11db-abbd-0800200c9a66},0,-1,1
3563+1028,nsIRDFContainer,{d4214e90-fb94-11d2-bdd8-00104bde6048},0,-1,1
3564+1029,nsIXPIInstallInfo,{5a4a775c-e452-4cf2-8ff8-d327ae24aec6},0,-1,1
3565+1030,nsINavBookmarksService,{3b6ff5c5-0ab4-4aab-b1be-d569763a6ce0},0,-1,1
3566+1031,nsIThreadManager,{056216f5-8803-46b4-9199-d95bc1f0446f},0,-1,1
3567+1032,nsIDOMLinkStyle,{24d89a65-f598-481e-a297-23cc02599bbd},0,-1,1
3568+1033,nsIDOMSVGPoint,{45f18f8f-1315-4447-a7d5-8aeca77bdcaf},0,-1,1
3569+1034,nsIXMLHttpRequest,{ad78bf21-2227-447e-8ed5-824a017c265f},0,-1,1
3570+1035,nsISupportsCString,{d65ff270-4a1c-11d3-9890-006008962422},0,-1,1
3571+1036,nsIDebug,{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e},0,-1,1
3572+1037,IDispatch,{00020400-0000-0000-c000-000000000046},0,-1,1
3573+1038,nsIEntropyCollector,{6f883680-ab9d-11d4-9978-00b0d02354a0},0,-1,0
3574+1039,nsIDOMEvent,{a66b7b80-ff46-bd97-0080-5f8ae38add32},0,-1,1
3575+1040,nsIFeedResultListener,{4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce},0,-1,1
3576+1041,nsIDOMTreeWalker,{400af3ca-1dd2-11b2-a50a-887ecca2e63a},0,-1,1
3577+1042,inICSSValueSearch,{e0d39e48-1dd1-11b2-81bd-9a0c117f0736},0,-1,1
3578+1043,nsIProcess,{3c09efde-5f49-42b8-8520-57be02a5f84e},0,-1,1
3579+1044,nsIWindowCreator,{30465632-a777-44cc-90f9-8145475ef999},0,-1,1
3580+1045,nsIScriptSecurityManager_1_9_2,{8229dd23-47c5-4601-a80b-0166d595a21e},0,-1,1
3581+1046,nsIDOMDocumentXBL,{1a38762b-4da5-4f61-80fb-9317e198cb92},0,-1,1
3582+1047,nsIObserverService,{d07f5192-e3d1-11d2-8acd-00105a1b8860},0,-1,1
3583+1048,nsIApplicationCacheService,{611161c8-37d0-450f-a4fe-457c47bbaf64},0,-1,1
3584+1049,nsIDBusHandlerApp,{1ffc274b-4cbf-4bb5-a635-05ad2cbb6534},0,-1,1
3585+1050,nsIDOMHTMLFrameSetElement,{a6cf90b8-15b3-11d2-932e-00805f8add32},0,-1,1
3586+1051,nsICertOverrideService,{31738d2a-77d3-4359-84c9-4be2f38fb8c5},0,-1,1
3587+1052,nsIPipe,{f4211abc-61b3-11d4-9877-00c04fa0cf4a},0,-1,1
3588+1053,nsINavHistoryBatchCallback,{5143f2bb-be0a-4faf-9acb-b0ed3f82952c},0,-1,1
3589+1054,nsIFactory,{00000001-0000-0000-c000-000000000046},0,-1,1
3590+1055,nsILoadContext,{314d8a54-1caf-4721-94d7-f6c82d9b82ed},0,-1,1
3591+1056,nsIProtectedAuthThread,{4bb27cb7-8984-4cee-8ce7-9b014c3d091b},0,-1,1
3592+1057,nsIFIXptrEvaluator,{50d28211-8fb8-4323-b93d-08a6e80e559e},0,-1,0
3593+1058,nsISupportsPRTime,{e2563630-4a1c-11d3-9890-006008962422},0,-1,1
3594+1059,nsIDOMSVGStopElement,{93169940-7663-4eab-af23-94a8a08c2654},0,-1,1
3595+1060,inISearchProcess,{d5fa765b-2448-4686-b7c1-5ff13acb0fc9},0,-1,1
3596+1061,nsIDOMSVGRect,{5b912111-c10e-498f-a44c-c713c1843007},0,-1,1
3597+1062,nsISecurityPref,{94afd973-8045-4c6c-89e6-75bdced4209e},0,-1,0
3598+1063,nsIFeedTextConstruct,{fc97a2a9-d649-4494-931e-db81a156c873},0,-1,1
3599+1064,nsIIncrementalDownload,{6687823f-56c4-461d-93a1-7f6cb7dfbfba},0,-1,1
3600+1065,nsIDocShellHistory,{89caa9f0-8b1c-47fb-b0d3-f0aef0bff749},0,-1,1
3601+1066,nsICacheSession,{ae9e84b5-3e2d-457e-8fcd-5bbd2a8b832e},0,-1,1
3602+1067,txIFunctionEvaluationContext,{0ecbb00c-6a78-11d9-9791-000a95dc234c},0,-1,1
3603+1068,nsIDOMHTMLEmbedElement,{123f90ab-15b3-11d2-456e-00805f8add32},0,-1,1
3604+1069,nsIDOMHTMLAnchorElement,{a6cf90aa-15b3-11d2-932e-00805f8add32},0,-1,1
3605+1070,nsICharsetConverterManager,{f5323a76-c8f7-4c65-8d0c-1250e969c7d5},0,-1,1
3606+1071,nsIApplicationCacheNamespace,{96e4c264-2065-4ce9-93bb-43734c62c4eb},0,-1,1
3607+1072,nsIProfileMigrator,{24ce8b9d-b7ff-4279-aef4-26e158f03e34},0,-1,1
3608+1073,nsIRDFPropagatableDataSource,{5a9b4770-9fcb-4307-a12e-4b6708e78b97},0,-1,1
3609+1074,mozISpellI18NUtil,{b075d5dc-1df1-441a-bebf-680d8caaa19c},0,-1,1
3610+1075,nsIGlobalHistory3,{24306852-c60e-49c3-a455-90f6747118ba},0,-1,1
3611+1076,nsIScriptEventHandler,{375f787f-8d3a-4344-b540-293d5645c22c},0,-1,0
3612+1077,nsIDOMChromeWindow,{09b86cbd-9784-4fe4-9be6-70b9bbca3a9c},0,-1,1
3613+1078,nsISupports,{00000000-0000-0000-c000-000000000046},0,-1,1
3614+1079,nsIFileProtocolHandler,{1fb25bd5-4354-4dcd-8d97-621b7b3ed2e4},0,-1,1
3615+1080,nsILoginManagerIEMigrationHelper,{8a59ea3d-b8d0-48af-a3e2-63e27a02cde7},0,-1,1
3616+1081,nsIMicrosummarySet,{7111e88d-fecd-4b17-b7a9-1fa74e23153f},0,-1,1
3617+1082,nsIFeedEntry,{31bfd5b4-8ff5-4bfd-a8cb-b3dfbd4f0a5b},0,-1,1
3618+1083,nsIDragSession_1_9_2,{fde41f6a-c710-46f8-a0a8-1ff76ca4ff57},0,-1,1
3619+1084,nsIURIClassifierCallback,{8face46e-0c96-470f-af40-0037dcd797bd},0,-1,1
3620+1085,nsIXPCComponents_Constructor,{88655640-e028-11d3-8f5d-0010a4e73d9a},0,-1,1
3621+1086,nsIXPCException,{cac29630-7bf2-4e22-811b-46855a7d5af0},0,-1,1
3622+1087,nsIRDFXMLSinkObserver,{eb1a5d30-ab33-11d2-8ec6-00805f29f370},0,-1,1
3623+1088,nsIDOMLSSerializer,{96ea4792-d362-4c28-a8c2-0337790d648a},0,-1,1
3624+1089,nsIDownloadProgressListener,{7acb07ea-cac2-4c15-a3ad-23aaa789ed51},0,-1,1
3625+1090,nsIOutputIterator,{7330650e-1dd2-11b2-a0c2-9ff86ee97bed},0,-1,1
3626+1091,nsIPluginStreamInfo,{3a5fa31d-1ac1-4ea7-b7a6-dc9db0000b79},0,-1,0
3627+1092,nsIDOMHTMLQuoteElement,{a6cf90a3-15b3-11d2-932e-00805f8add32},0,-1,1
3628+1093,nsIPlacesTransactionsService,{32eee5da-2bc7-4d18-8a54-a8ff0dec4d2a},0,-1,1
3629+1094,nsIX509Cert2,{5b62c61c-f898-4dab-8ace-51109bb459b4},0,-1,1
3630+1095,nsIFeedResultService,{950a829e-c20e-4dc3-b447-f8b753ae54da},0,-1,1
3631+1096,nsIMarkupDocumentViewer,{40b2282a-a882-4483-a634-dec468d88377},0,-1,1
3632+1097,txINodeSet,{15d424c0-6b47-11d9-9791-000a95dc234c},0,-1,1
3633+1098,nsIDOMSVGFEMergeNodeElement,{540c3447-4b07-4bd3-84df-30f66b68df14},0,-1,1
3634+1099,nsIAccelerometer,{4b04e228-0b33-43fc-971f-af60cedb1c21},0,-1,1
3635+1100,nsIDOMSVGPathSegMovetoAbs,{30cf7749-bf1f-4f9c-9558-8ee24da3a22c},0,-1,1
3636+1101,nsIScriptableInputStream,{a2a32f90-9b90-11d3-a189-0050041caf44},0,-1,1
3637+1102,nsIDOMLSInput,{165e7f61-5048-4c2c-b4bf-6b44bb617ee4},0,-1,1
3638+1103,nsIContentURIGrouper,{4bb38cb4-c3cb-4d17-9799-1b3132b39723},0,-1,1
3639+1104,nsIAutoCompleteResult,{d2fcba9a-3f5c-40fc-a9fc-4adc87dc61ef},0,-1,1
3640+1105,nsIScriptableUnicodeConverter,{1ea19c6c-c59f-4fd7-9fc7-151e946baca0},0,-1,1
3641+1106,nsIEditorIMESupport,{57032dcb-e8c7-4eb6-8ec6-a0f8e300809d},0,-1,1
3642+1107,nsISelection2,{5d21d5fe-3691-4716-a334-4691eea54d29},0,-1,1
3643+1108,nsIDOMHTMLHeadingElement,{a6cf90a2-15b3-11d2-932e-00805f8add32},0,-1,1
3644+1109,nsIWebNavigationInfo,{62a93afb-93a1-465c-84c8-0432264229de},0,-1,1
3645+1110,nsIAccessibleDocument,{b7ae45bd-21e9-4ed5-a67e-86448b25d56b},0,-1,1
3646+1111,nsIStreamListener,{1a637020-1482-11d3-9333-00104ba0fd40},0,-1,1
3647+1112,nsIOutputStreamCallback,{40dbcdff-9053-42c5-a57c-3ec910d0f148},0,-1,1
3648+1113,jsdIScriptEnumerator,{5ba76b99-acb1-4ed8-a4e4-a716a7d9097e},0,-1,1
3649+1114,nsIWebProgress,{570f39d0-efd0-11d3-b093-00a024ffc08c},0,-1,1
3650+1115,nsIBoxObject,{ce572460-b0f2-4650-a9e7-c53a99d3b6ad},0,-1,1
3651+1116,nsIXULChromeRegistry,{2860e205-490e-4b06-90b6-87160d35a5a7},0,-1,1
3652+1117,nsIScreenManager,{b92319e6-9a84-4ca7-a2cc-eec22ea9854e},0,-1,1
3653+1118,nsIUpdateTimerManager,{0765c92c-6145-4253-9db4-594d8023087e},0,-1,1
3654+1119,nsIJSCID,{26b2a374-6eaf-46d4-acaf-1c6be152d36b},0,-1,1
3655+1120,nsIDOMNSElement,{c9da11bc-32d4-425e-a91f-7e0939c39251},0,-1,1
3656+1121,nsIHttpChannel,{9277fe09-f0cc-4cd9-bbce-581dd94b0260},0,-1,1
3657+1122,txIEXSLTRegExFunctions,{c180e993-aced-4839-95a0-ecd5ff138be9},0,-1,1
3658+1123,nsIPrinterEnumerator,{5e738fff-404c-4c94-9189-e8f2cce93e94},0,-1,1
3659+1124,mozISpellI18NManager,{aeb8936f-219c-4d3c-8385-d9382daa551a},0,-1,1
3660+1125,nsIPluginInstance,{67d606f4-1d6d-4fe2-a2d6-10bda65788e1},0,-1,0
3661+1126,nsIIdleService,{cc52f19a-63ae-4a1c-9cc3-e79eace0b471},0,-1,1
3662+1127,nsIDownload,{c891111e-92a6-47b8-bc46-874ebb61ac9d},0,-1,1
3663+1128,nsIObjectLoadingContent,{90ab443e-3e99-405e-88c9-9c42adaa3217},0,-1,1
3664+1129,nsIAuthPromptProvider,{bd9dc0fa-68ce-47d0-8859-6418c2ae8576},0,-1,1
3665+1130,nsISelection,{b2c7ed59-8634-4352-9e37-5484c8b6e4e1},0,-1,1
3666+1131,nsIAccessibleRole,{6793ca5c-c7cb-41db-9fb9-c16c0525f962},0,-1,1
3667+1132,mozIStorageBindingParams,{a8d4827c-641c-45e3-a9ea-493570b4106b},0,-1,1
3668+1133,nsIXPointerSchemeProcessor,{093d3559-b56b-44d0-8764-c25815715080},0,-1,0
3669+1134,nsIDOMSVGLengthList,{a8760fcd-3de5-446a-a009-5cf877e7a4df},0,-1,1
3670+1135,nsIRDFDelegateFactory,{a1b89470-a124-11d3-be59-0020a6361667},0,-1,1
3671+1136,nsIWebContentConverterService,{de7cc06e-e778-45cb-b7db-7a114e1e75b1},0,-1,1
3672+1137,nsIUrlClassifierHashCompleterCallback,{bbd6c954-7cb4-4447-bc55-8cefd1ceed89},0,-1,1
3673+1138,nsIX509CertDB2,{e0df4784-6560-45bf-b1b7-86076a0e8381},0,-1,1
3674+1139,nsIDOMTextMetrics,{2d01715c-ec7d-424a-ab85-e0fd70c8665c},0,-1,1
3675+1140,nsILoadGroup,{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc},0,-1,1
3676+1141,nsIExtensionManager,{494e8302-8689-4a8a-a08d-0da17c649c7d},0,-1,1
3677+1142,nsICharsetResolver,{d143a084-b626-4614-845f-41f3ca43a674},0,-1,1
3678+1143,nsIEditActionListener,{b22907b1-ee93-11d2-8d50-000064657374},0,-1,1
3679+1144,nsIProperties,{78650582-4e93-4b60-8e85-26ebd3eb14ca},0,-1,1
3680+1145,nsIUserCertPicker,{06d018e0-d41b-4629-a4fc-daaa6029888e},0,-1,1
3681+1146,nsIAccessibilityService,{6a58f7e8-587c-40dd-b684-dc3e54f1342a},0,-1,0
3682+1147,nsIDOMSVGAElement,{35d3365a-3e6f-4cdf-983d-fdaed1564478},0,-1,1
3683+1148,nsIDOMSVGTransform,{29cc2e14-6d18-4710-bda9-a88d9d3bc8dc},0,-1,1
3684+1149,nsICommandLineRunner,{c1f4cfbf-a41f-4628-aa6c-9fb914478af8},0,-1,0
3685+1150,nsIPromptService2,{cf86d196-dbee-4482-9dfa-3477aa128319},0,-1,1
3686+1151,nsIDOMDocument,{a6cf9075-15b3-11d2-932e-00805f8add32},0,-1,1
3687+1152,nsIPluginStreamListener,{df055770-5448-11d2-8164-006008119d7a},0,-1,0
3688+1153,mozIStorageAggregateFunction,{763217b7-3123-11da-918d-000347412e16},0,-1,1
3689+1154,nsPIExternalAppLauncher,{d0b5d7d3-9565-403d-9fb5-e5089c4567c6},0,-1,1
3690+1155,nsIDOMProcessingInstruction,{a6cf907f-15b3-11d2-932e-00805f8add32},0,-1,1
3691+1156,nsITreeBoxObject,{64ba5199-c4f4-4498-bbdc-f8e4c369086c},0,-1,1
3692+1157,nsIDOMNSRange,{59188642-23b4-41d6-bde1-302c3906d1f0},0,-1,1
3693+1158,nsIDOMSVGAngle,{58b6190e-37b3-412a-ba02-1d5ad6c6ea7c},0,-1,1
3694+1159,nsIDOMXPathEvaluator,{75506f8a-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
3695+1160,nsIXPointerEvaluator,{addd0fe5-8555-45b7-b763-97d5898ce268},0,-1,0
3696+1161,nsISecretDecoderRing,{0ec80360-075c-11d4-9fd4-00c04f1b83d8},0,-1,1
3697+1162,nsIAutoCompleteMdbResult2,{148c9dc5-0fbb-408b-80fe-544f6a85b433},0,-1,0
3698+1163,nsIPrintOptions,{92597c2b-109b-40bb-8f93-9b9acfa31de8},0,-1,1
3699+1164,nsIHttpActivityObserver,{412880c8-6c36-48d8-bf8f-84f91f892503},0,-1,1
3700+1165,nsITraceableChannel,{68167b0b-ef34-4d79-a09a-8045f7c5140e},0,-1,1
3701+1166,nsIBrowserBoxObject,{db436f2f-c656-4754-b0fa-99bc353bd63f},0,-1,1
3702+1167,nsIAddonInstallListener,{2333b04c-f371-4dea-a2f1-d8fdb0c82866},0,-1,1
3703+1168,nsIDOMGeoPositionCoords,{b31702d0-6dac-4fa0-b93b-f043e71c8f9a},0,-1,1
3704+1169,nsIDOMElementCSSInlineStyle,{99715845-95fc-4a56-aa53-214b65c26e22},0,-1,1
3705+1170,nsIDOMSVGNumber,{98575762-a936-4ecf-a226-b74c3a2981b4},0,-1,1
3706+1171,nsICommandLine,{bc3173bd-aa46-46a0-9d25-d9867a9659b6},0,-1,1
3707+1172,nsIDOMModalContentWindow,{51aebd45-b979-4ec6-9d11-3a3fd3d5d59e},0,-1,1
3708+1173,nsIAccessibleTable,{035c0c0e-41e3-4985-8ad9-d9f14cdc667a},0,-1,1
3709+1174,nsICryptoHash,{1e5b7c43-4688-45ce-92e1-77ed931e3bbe},0,-1,1
3710+1175,nsIAnnotationService,{ba249b58-346f-42a9-a393-203ae34ec6c4},0,-1,1
3711+1176,nsIDOMHTMLStyleElement,{a6cf908d-15b3-11d2-932e-00805f8add32},0,-1,1
3712+1177,nsIDOMNSHTMLFormElement,{a6cf90c6-15b3-11d2-932e-00805f8add32},0,-1,1
3713+1178,nsIAuthPromptWrapper,{6228d644-17fe-11d4-8cee-0060b0fc14a3},0,-1,1
3714+1179,nsICollection,{83b6019c-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1
3715+1180,nsIStringBundleOverride,{965eb278-5678-456b-82a7-20a0c86a803c},0,-1,1
3716+1181,nsIAuthPromptCallback,{bdc387d7-2d29-4cac-92f1-dd75d786631d},0,-1,1
3717+1182,nsIJSXMLHttpRequest,{423fdd3d-41c9-4149-8fe5-b14a1d3912a0},0,-1,1
3718+1183,nsIDOMSVGFEFuncGElement,{28555e78-c6c2-4a98-af53-bfc2c6944295},0,-1,1
3719+1184,nsIProgressEventSink,{d974c99e-4148-4df9-8d98-de834a2f6462},0,-1,1
3720+1185,nsIDOMSVGFETurbulenceElement,{77bc4d70-0d49-4c81-b7a7-7432f0fe3e04},0,-1,1
3721+1186,nsIDOMXULControlElement,{007b8358-1dd2-11b2-8924-d209efc3f124},0,-1,1
3722+1187,nsICacheDeviceInfo,{31d1c294-1dd2-11b2-be3a-c79230dca297},0,-1,1
3723+1188,imgITools,{c395d8f1-c616-4a1b-adfd-747b4b1b2cbe},0,-1,1
3724+1189,nsIContentViewerFile,{6317f32c-9bc7-11d3-bccc-0060b0fc76bd},0,-1,1
3725+1190,nsIDOMSVGPatternElement,{bc435244-b748-4e14-9e4c-219d5d3cb218},0,-1,1
3726+1191,nsIAccessibleCoordinateType,{c9fbdf10-619e-436f-bf4b-8566686f1577},0,-1,1
3727+1192,nsIConverterInputStream,{fc66ffb6-5404-4908-a4a3-27f92fa0579d},0,-1,1
3728+1193,nsIScreen,{f728830e-1dd1-11b2-9598-fb9f414f2465},0,-1,1
3729+1194,nsIDOMCSSPrimitiveValue,{e249031f-8df9-4e7a-b644-18946dce0019},0,-1,1
3730+1195,nsIDOMXULTextBoxElement,{71135b6c-294e-4634-a8e4-a72398f1e72a},0,-1,1
3731+1196,nsIDirIndexParser,{38e3066c-1dd2-11b2-9b59-8be515c1ee3f},0,-1,1
3732+1197,nsIDOMRGBColor,{6aff3102-320d-4986-9790-12316bb87cf9},0,-1,1
3733+1198,nsIDOMHTMLTableCaptionElement,{a6cf90b3-15b3-11d2-932e-00805f8add32},0,-1,1
3734+1199,nsIIFrameBoxObject,{30114c44-d398-44a5-9e01-b48b711291cd},0,-1,1
3735+1200,nsIPopupWindowManager,{3210a6aa-b464-4f57-9335-b22815567cf1},0,-1,1
3736+1201,extIEventItem,{05281820-ab62-11db-abbd-0800200c9a66},0,-1,1
3737+1202,nsIDOM3TypeInfo,{2a1088c7-499a-49a7-9d3b-1970d21532ab},0,-1,1
3738+1203,nsIDOMFileList,{3bfef9fa-8ad3-4e49-bd62-d6cd75b29298},0,-1,1
3739+1204,nsIWebContentHandlerInfo,{eb361098-5158-4b21-8f98-50b445f1f0b2},0,-1,1
3740+1205,nsIDOMNSHTMLFormControlList,{a6cf911a-15b3-11d2-932e-00805f8add32},0,-1,1
3741+1206,nsINavHistoryResultTreeViewer,{fa77e4e9-9fc8-45d2-9507-0fe4f0602505},0,-1,1
3742+1207,nsIXPCComponents_ClassesByID,{336a9590-4d19-11d3-9893-006008962422},0,-1,1
3743+1208,nsIDOM3Attr,{a2216ddc-1bcd-4ec2-a292-371e09a6c377},0,-1,1
3744+1209,nsIPrintingPromptService,{75d1553d-63bf-4b5d-a8f7-e4e4cac21ba4},0,-1,1
3745+1210,nsIDOMNSXPathExpression,{ce600ca8-e98a-4419-ad61-2f6d0cb0ecc8},0,-1,1
3746+1211,nsINavHistoryResultNode,{464ae28f-3a9c-4483-afb2-bb0fb0ddb893},0,-1,1
3747+1212,nsIDragSession,{15860d52-fe2c-4ddd-ac50-9c23e24916c4},0,-1,1
3748+1213,nsITransactionList,{97f863f3-f886-11d4-9d39-0060b0f8baff},0,-1,1
3749+1214,nsIDOMSVGPathSegCurvetoCubicRel,{0e661233-0c4f-4e0d-94d3-fbc460ad1f88},0,-1,1
3750+1215,nsIClipboardDragDropHookList,{876a2015-6b66-11d7-8f18-0003938a9d96},0,-1,1
3751+1216,nsIScrollable,{919e792a-6490-40b8-bba5-f9e9ad5640c8},0,-1,1
3752+1217,gfxIFormats,{96d086e6-1dd1-11b2-b6b2-b77b59390247},0,-1,1
3753+1218,nsISupportsPRBool,{ddc3b490-4a1c-11d3-9890-006008962422},0,-1,1
3754+1219,nsIDOMNodeFilter,{e4723748-1dd1-11b2-8ee6-866a532a6237},0,-1,1
3755+1220,nsISocketTransportService,{185b3a5d-8729-436d-9693-7bdccb9c2216},0,-1,1
3756+1221,nsIDOMNavigatorGeolocation,{9f218d6a-42ec-4b8a-aee9-e29ca96a4eae},0,-1,1
3757+1222,nsISelectionDisplay,{0ddf9e1c-1dd2-11b2-a183-908a08aa75ae},0,-1,1
3758+1223,nsIEventListenerService,{551cac0f-31ed-45e0-8d67-bc0d6e117b31},0,-1,1
3759+1224,nsIDOMNSEditableElement,{b33eb56c-3120-418c-892b-774b00c7dde8},0,-1,1
3760+1225,nsIClipboardDragDropHooks,{e03e6c5e-0d84-4c0b-8739-e6b8d51922de},0,-1,1
3761+1226,nsIGnomeVFSMimeApp,{66009894-9877-405b-9321-bf30420e34e6},0,-1,1
3762+1227,nsIPrintProgressParams,{ca89b55b-6faf-4051-9645-1c03ef5108f8},0,-1,1
3763+1228,nsIDOMCSSRuleList,{a6cf90c0-15b3-11d2-932e-00805f8add32},0,-1,1
3764+1229,nsIProtocolHandler,{15fd6940-8ea7-11d3-93ad-00104ba0fd40},0,-1,1
3765+1230,nsIHTMLObjectResizeListener,{27b00295-349c-429f-ad0c-87b859e77130},0,-1,1
3766+1231,nsIKeygenThread,{8712a243-5539-447c-9f47-8653f40c3a09},0,-1,1
3767+1232,nsIPersistentProperties,{1a180f60-93b2-11d2-9b8b-00805f8a16d9},0,-1,1
3768+1233,nsIXPCComponents_utils_Sandbox,{4f8ae0dc-d266-4a32-875b-6a9de71a8ce9},0,-1,1
3769+1234,nsIScriptableUnescapeHTML,{3ab244a9-f09d-44da-9e3f-ee4d67367f2d},0,-1,1
3770+1235,nsITransactionManager,{58e330c2-7b48-11d2-98b9-00805f297d89},0,-1,1
3771+1236,nsIURIRefObject,{2226927e-1dd2-11b2-b57f-faab47288563},0,-1,1
3772+1237,nsIDOMNSHTMLOptionElement,{e2dfc89c-7ae0-4651-8aee-7f5edc2aa626},0,-1,1
3773+1238,imgIDecoderObserver,{1dfc9189-6421-4281-83b2-d9c1c9ba4d1b},0,-1,1
3774+1239,nsICookieService,{2aaa897a-293c-4d2b-a657-8c9b7136996d},0,-1,1
3775+1240,nsIDOMEventTarget,{1c773b30-d1cf-11d2-bd95-00805f8ae3f4},0,-1,1
3776+1241,nsIWorkerScope,{5c55ea4b-e4ac-4ceb-bfeb-46bd5e521b8a},0,-1,1
3777+1242,nsIDOMSVGScriptElement,{bbe0d0ee-e9ed-4f84-a6e4-e58f66530caa},0,-1,1
3778+1243,nsIFTPEventSink,{455d4234-0330-43d2-bbfb-99afbecbfeb0},0,-1,1
3779+1244,nsIPermissionManager,{00708302-684c-42d6-a5a3-995d51b1d17c},0,-1,1
3780+1245,nsIXPCComponents,{155809f1-71f1-47c5-be97-d812ba560405},0,-1,1
3781+1246,nsIBlocklistService,{8439f9c0-da03-4260-8b21-dc635eed28fb},0,-1,1
3782+1247,nsIDOMEntity,{a6cf9079-15b3-11d2-932e-00805f8add32},0,-1,1
3783+1248,nsIWifiMonitor,{f289701e-d9af-4685-bc2f-e4226ff7c018},0,-1,1
3784+1249,nsIDOMHTMLBaseElement,{a6cf908b-15b3-11d2-932e-00805f8add32},0,-1,1
3785+1250,nsIFileInputStream,{e3d56a20-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1
3786+1251,nsIDOMHTMLMenuElement,{a6cf909d-15b3-11d2-932e-00805f8add32},0,-1,1
3787+1252,nsIDOMHTMLDivElement,{a6cf90a0-15b3-11d2-932e-00805f8add32},0,-1,1
3788+1253,nsIPlacesImportExportService,{21c00314-fa63-11db-8314-0800200c9a66},0,-1,1
3789+1254,nsIRDFXMLSink,{eb1a5d31-ab33-11d2-8ec6-00805f29f370},0,-1,1
3790+1255,nsIDOMXULLabeledControlElement,{a457ea70-1dd1-11b2-9089-8fd894122084},0,-1,1
3791+1256,nsIZipWriter,{6d4ef074-206c-4649-9884-57bc355864d6},0,-1,1
3792+1257,nsIDOMSVGLineElement,{4ea07ef3-ed66-4b41-8119-4afc6d0ed5af},0,-1,1
3793+1258,nsIWifiAccessPoint,{e28e614f-8f86-44ff-bcf5-5f18225834a0},0,-1,1
3794+1259,nsISAXMutableAttributes,{8b1de83d-cebb-49fa-8245-c0fe319eb7b6},0,-1,1
3795+1260,nsIDOMXULSelectControlItemElement,{6aaaa30d-54ab-434a-8ae8-6d29a566d870},0,-1,1
3796+1261,nsIPrefBranchInternal,{d1d412d9-15d6-4a6a-9533-b949dc175ff5},0,-1,1
3797+1262,nsIDOMSVGPathSegList,{94a6db98-3f34-4529-a35f-89ef49713795},0,-1,1
3798+1263,nsISupportsPRUint16,{dfacb090-4a1c-11d3-9890-006008962422},0,-1,1
3799+1264,mozIStorageStatement,{20c45bdd-51d4-4f07-b70e-5feaa6302197},0,-1,1
3800+1265,nsIStringBundle,{d85a17c2-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1
3801+1266,nsIDOMLSLoadEvent,{6c16a810-a37d-4859-b557-337341631aee},0,-1,1
3802+1267,nsIDOMNavigator,{777bd8a1-38c1-4b12-ba8f-ff6c2eb8c56b},0,-1,1
3803+1268,nsIDOMHTMLVoidCallback,{4a17c0e2-fdd5-4855-a71c-b4c509dffa13},0,-1,1
3804+1269,nsPIEditorTransaction,{4f18ada2-0ddc-11d5-9d3a-0060b0f8baff},0,-1,1
3805+1270,nsISearchSubmission,{58e4f602-a7c8-4cd1-9dca-716705e826ef},0,-1,1
3806+1271,nsIDOMWindowInternal,{c2f4433a-8b4c-4676-ab30-3bffd26fb29e},0,-1,1
3807+1272,nsIDOMSVGFilterPrimitiveStandardAttributes,{ab68567a-b830-4c46-9f2f-a28513a9e980},0,-1,1
3808+1273,nsIDOMSVGAnimatedString,{36f18f12-61a9-4529-8fa9-30050bd6ac00},0,-1,1
3809+1274,nsIDOMOfflineResourceList,{f394a721-66e9-46fc-bb24-b980bb732dd0},0,-1,1
3810+1275,nsISupportsInterfacePointer,{995ea724-1dd1-11b2-9211-c21bdd3e7ed0},0,-1,1
3811+1276,nsIFlavorDataProvider,{7e225e5f-711c-11d7-9fae-000393636592},0,-1,1
3812+1277,nsIDOMSVGSymbolElement,{86092181-a5db-4a89-be03-07dcc14d426e},0,-1,1
3813+1278,nsIRDFXMLParser,{1831dd2e-1dd2-11b2-bdb3-86b7b50b70b5},0,-1,1
3814+1279,nsIServerSocket,{a5b64be0-d563-46bb-ae95-132e46fcd42f},0,-1,1
3815+1280,nsIDOMXULDocument,{d55c39b4-b54a-4df5-9e68-09919e4538f9},0,-1,1
3816+1281,nsIEditorSpellCheck,{90c93610-c116-44ab-9793-62dccb9f43ce},0,-1,1
3817+1282,nsIDOMHTMLScriptElement,{a6cf90b1-15b3-11d2-932e-00805f8add32},0,-1,1
3818+1283,nsIWebBrowserChromeFocus,{d2206418-1dd1-11b2-8e55-acddcd2bcfb8},0,-1,1
3819+1284,nsIEntityConverter,{d14c7111-55e0-11d3-91d9-00105aa3f7dc},0,-1,1
3820+1285,nsISimpleEnumerator,{d1899240-f9d2-11d2-bdd6-000064657374},0,-1,1
3821+1286,nsIEmbeddingSiteWindow2,{e932bf55-0a64-4beb-923a-1f32d3661044},0,-1,1
3822+1287,nsIBufferedOutputStream,{6476378a-da09-11d3-8cda-0060b0fc14a3},0,-1,1
3823+1288,nsIDocumentEncoder,{f85c5a20-258d-11db-a98b-0800200c9a66},0,-1,1
3824+1289,nsIChannelEventSink,{6757d790-2916-498e-aaca-6b668a956875},0,-1,1
3825+1290,nsIXPCComponents_Utils,{da2267f2-d4cc-448f-9d70-1c7fe134d2fe},0,-1,1
3826+1291,nsINavHistoryContainerResultNode,{f9c8e1c1-e701-44ad-893c-8504c3956929},0,-1,1
3827+1292,nsIPrintingPrompt,{44e314ca-75b1-4f3d-9553-9b3507912108},0,-1,1
3828+1293,nsIDOMHTMLOptionElement,{a6cf9092-15b3-11d2-932e-00805f8add32},0,-1,1
3829+1294,nsISupportsPRInt32,{e36c5250-4a1c-11d3-9890-006008962422},0,-1,1
3830+1295,nsIDOMWindowUtils_1_9_2,{b0f803f7-98c0-4152-812c-d6678ba23049},0,-1,1
3831+1296,nsIFrameLoader,{d675c531-6bdc-417c-b176-635060105f07},0,-1,1
3832+1297,nsIDOMSVGPathSegLinetoVerticalRel,{d3ef2128-8de3-4aac-a6b4-13c7563119a6},0,-1,1
3833+1298,nsIDOMXULCommandDispatcher,{f3c50361-14fe-11d3-bf87-00105a1b0627},0,-1,1
3834+1299,nsIDOMGeoGeolocation,{37687daf-b85f-4e4d-8881-85a0ad24cf78},0,-1,1
3835+1300,nsIX509CertDB,{da48b3c0-1284-11d5-ac67-000064657374},0,-1,1
3836+1301,nsIDOMRangeException,{0f807301-39d2-11d6-a7f2-8f504ff870dc},0,-1,1
3837+1302,extIPreference,{2c7462e2-72c2-4473-9007-0e6ae71e23ca},0,-1,1
3838+1303,nsICryptoHMAC,{8feb4c7c-1641-4a7b-bc6d-1964e2099497},0,-1,1
3839+1304,nsILineInputStream,{c97b466c-1e6e-4773-a4ab-2b2b3190a7a6},0,-1,1
3840+1305,nsIWeakReference,{9188bc85-f92e-11d2-81ef-0060083a0bcf},0,-1,1
3841+1306,nsIGeolocationRequest,{f2aefde1-8e38-48b3-bbb8-bd6c4ae1ac8a},0,-1,1
3842+1307,nsIAccessibleHyperLink,{38c60bfa-6040-4bfe-93f2-acd6a909bb60},0,-1,1
3843+1308,nsILoginMetaInfo,{867407d5-10e0-43a0-bc81-a324740534ca},0,-1,1
3844+1309,nsIForwardIterator,{8da01646-1dd2-11b2-98a7-c7009045be7e},0,-1,1
3845+1310,inIFlasher,{7b4a099f-6f6e-4565-977b-fb622adbff49},0,-1,1
3846+1311,nsIBadCertListener2,{2c3d268c-ad82-49f3-99aa-e9ffddd7a0dc},0,-1,1
3847+1312,nsIDOMClientRectList,{917da19d-62f5-441d-b47e-9e35f05639c9},0,-1,1
3848+1313,nsIDOMSmartCardEvent,{52bdc7ca-a934-4a40-a2e2-ac83a70b4019},0,-1,1
3849+1314,nsIXULRuntime,{17311145-97da-49eb-b984-965bdee8879c},0,-1,1
3850+1315,nsIRemoteService,{a2240f6a-f1e4-4548-9e1a-6f3bc9b2426c},0,-1,1
3851+1316,nsIDOMXPathResult,{75506f84-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1
3852+1317,nsIDOMSVGLocatable,{9cf4fc9c-90b2-4d66-88f5-35049b558aee},0,-1,1
3853+1318,nsIWebBrowserFind,{2f977d44-5485-11d4-87e2-0010a4e75ef2},0,-1,1
3854+1319,nsICryptoFIPSInfo,{99e81922-7318-4431-b3aa-78b3cb4119bb},0,-1,1
3855+1320,nsIDOMGeoPositionError,{ad9fa4c8-ec71-4b2d-8294-9adf06ddec32},0,-1,1
3856+1321,nsICertVerificationResult,{2fd0a785-9f2d-4327-8871-8c3e0783891d},0,-1,1
3857+1322,nsIRDFService,{bfd05261-834c-11d2-8eac-00805f29f370},0,-1,1
3858+1323,nsIDOMXULMultiSelectControlElement,{82c72eca-9886-473e-94cd-9de5694b3f88},0,-1,1
3859+1324,nsIMicrosummaryService,{d58143a2-74fa-4b13-94ed-113af8936d80},0,-1,1
3860+1325,nsIControllers,{f36e3ec1-9197-4ad8-8d4c-d3b1927fd6df},0,-1,1
3861+1326,jsdIErrorHook,{cea9ab1a-4b5d-416f-a197-9ffa7046f2ce},0,-1,1
3862+1327,nsIDOMHTMLInputElement,{a6cf9093-15b3-11d2-932e-00805f8add32},0,-1,1
3863+1328,mozIStorageStatementCallback,{29383d00-d8c4-4ddd-9f8b-c2feb0f2fcfa},0,-1,1
3864+1329,nsIDOMSVGGElement,{0bd57cbd-a090-44aa-a61b-2fb876841194},0,-1,1
3865+1330,nsIDOMPluginArray,{f6134680-f28b-11d2-8360-c90899049c3c},0,-1,1
3866+1331,nsICipherInfo,{028e2b2a-1f0b-43a4-a1a7-365d2d7f35d0},0,-1,1
3867+1332,nsIDOMNamedNodeMap,{a6cf907b-15b3-11d2-932e-00805f8add32},0,-1,1
3868+1333,nsIDOMHTMLBaseFontElement,{a6cf90a6-15b3-11d2-932e-00805f8add32},0,-1,1
3869+1334,nsIDOMXULCheckboxElement,{5afaba88-1dd2-11b2-9249-dd65a129d0e4},0,-1,1
3870+1335,nsIDOMHTMLMediaError,{7bd8c29f-8a76-453f-9373-79f820f2dc01},0,-1,1
3871+1336,nsIFormAutoComplete,{997c0c05-5d1d-47e5-9cbc-765c0b8ec699},0,-1,1
3872+1337,nsIDOMHTMLDirectoryElement,{a6cf909c-15b3-11d2-932e-00805f8add32},0,-1,1
3873+1338,nsIBrowserProfileMigrator,{f8365b4a-da55-4e47-be7a-230142360f62},0,-1,1
3874+1339,nsIDOMSVGSwitchElement,{7676f306-22c9-427e-bd71-2b1315851c93},0,-1,1
3875+1340,nsIDOMOrientationEvent,{1618546a-c176-40a2-9086-2d973acceeb1},0,-1,1
3876+1341,nsIURIChecker,{4660c1a1-be2d-4c78-9baf-c22984176c28},0,-1,1
3877+1342,nsIDOMNSHTMLAreaElement,{3dce9071-f3b9-4280-a6ee-776cdfe3dd9e},0,-1,1
3878+1343,nsIDOMDataTransfer,{34042440-60a8-4992-ae5c-798e69148955},0,-1,1
3879+1344,nsIDOMHTMLImageElement,{a6cf90ab-15b3-11d2-932e-00805f8add32},0,-1,1
3880+1345,nsILocalFileWin,{def24611-88a1-2cac-74fd-4b0b12bcaed5},0,-1,1
3881+1346,nsIDOMHTMLTextAreaElement,{a6cf9094-15b3-11d2-932e-00805f8add32},0,-1,1
3882+1347,nsIDOMCommandEvent,{37fb1798-0f76-4870-af6f-0135b4d973c8},0,-1,1
3883+1348,nsIFeedContainer,{577a1b4c-b3d4-4c76-9cf8-753e6606114f},0,-1,1
3884+1349,nsIDOMXULButtonElement,{6852d9a6-1dd2-11b2-a29d-cd7977a91b1b},0,-1,1
3885+1350,nsIXULTemplateQueryProcessor,{970f1c36-5d2e-4cbc-a1cf-e3327b50df71},0,-1,1
3886+1351,nsIEmbeddingSiteWindow,{3e5432cd-9568-4bd1-8cbe-d50aba110743},0,-1,1
3887+1352,nsIDOMSVGFEPointLightElement,{557f128a-026b-4fa8-a44c-605df7bfd62e},0,-1,1
3888+1353,nsIDOMSVGFitToViewBox,{089410f3-9777-44f1-a882-ab4225696434},0,-1,1
3889+1354,nsISearchableInputStream,{8c39ef62-f7c9-11d4-98f5-001083010e9b},0,-1,1
3890+1355,nsINavHistoryQuery,{6f5668f0-da8e-4069-a0de-6680e5cd8570},0,-1,1
3891+1356,nsIXPConnectWrappedNative,{f819a95a-6ab5-4a02-bda6-32861e859581},0,-1,0
3892+1357,nsIAcceleration,{1b406e32-cf42-471e-a470-6fd600bf4c7b},0,-1,1
3893+1358,nsIPK11Token,{51191434-1dd2-11b2-a17c-e49c4e99a4e3},0,-1,1
3894+1359,nsIControllerCommand,{0eae9a46-1dd2-11b2-aca0-9176f05fe9db},0,-1,1
3895+1360,nsIXSLTProcessorPrivate,{b8d727f7-67f4-4dc1-a318-ec0c87280816},0,-1,1
3896+1361,nsISessionStartup,{c0b185e7-0d21-46ac-8eee-7b5065ee7ecd},0,-1,1
3897+1362,nsIDOMNSHTMLAnchorElement2,{d7627eda-6ec0-4326-87c4-c3067fe6e324},0,-1,1
3898+1363,nsIWebBrowserStream,{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8},0,-1,1
3899+1364,nsITimerCallback,{a796816d-7d47-4348-9ab8-c7aeb3216a7d},0,-1,1
3900+1365,nsINSSCertCache,{1b75bdae-1757-4322-9d1e-cfcaa18cb710},0,-1,1
3901+1366,nsISocketProviderService,{8f8a23d0-5472-11d3-bbc8-0000861d1237},0,-1,1
3902+1367,nsIZipReaderCache,{52c45d86-0cc3-11d4-986e-00c04fa0cf4a},0,-1,1
3903+1368,nsIWebProgressListener2,{dde39de0-e4e0-11da-8ad9-0800200c9a66},0,-1,1
3904+1369,nsIDOMHTMLFrameElement,{a6cf90b9-15b3-11d2-932e-00805f8add32},0,-1,1
3905+1370,nsIAuthPrompt,{358089f9-ee4b-4711-82fd-bcd07fc62061},0,-1,1
3906+1371,jsdINestCallback,{88bea60f-9b5d-4b39-b08b-1c3a278782c6},0,-1,1
3907+1372,nsIHTTPIndex,{6f2bdbd0-58c3-11d3-be36-00104bde6048},0,-1,1
3908+1373,nsIDOMDocumentRange,{7b9badc6-c9bc-447a-8670-dbd195aed24b},0,-1,1
3909+1374,nsICMSMessage,{a4557478-ae16-11d5-ba4b-00108303b117},0,-1,0
3910+1375,nsIProfileUnlocker,{08923af1-e7a3-4fae-ba02-128502193994},0,-1,1
3911+1376,nsIDOMNodeIterator,{5af83f50-c8d5-4824-be29-1aa9d640bacb},0,-1,1
3912+1377,nsIDOMSVGAnimatedPathData,{6ef2b400-dbf4-4c12-8787-fe15caac5648},0,-1,1
3913+1378,nsIEncodedChannel,{30d7ec3a-f376-4652-9276-3092ec57abb6},0,-1,1
3914+1379,nsIXPTLoaderSink,{6e48c500-8682-4730-add6-7db693b9e7ba},0,-1,1
3915+1380,nsIDOMNSHTMLDocument,{79beb289-3644-4b54-9432-9fb993945629},0,-1,1
3916+1381,nsIAccessibleValue,{42a1e1dc-58cf-419d-bff0-ed3314c70016},0,-1,1
3917+1382,nsIAtom,{3d1b15b0-93b4-11d1-895b-006008911b81},0,-1,1
3918+1383,nsIAsyncOutputStream,{beb632d3-d77a-4e90-9134-f9ece69e8200},0,-1,1
3919+1384,nsIDOMEntityReference,{a6cf907a-15b3-11d2-932e-00805f8add32},0,-1,1
3920+1385,nsIXTFElementWrapper,{0ad87068-c6fd-4122-a515-ffe8c4773b10},0,-1,1
3921+1386,nsIJSRuntimeService_MOZILLA_1_9_2,{d23f5479-39a1-4127-8cdd-0f7cb7e8054d},0,-1,0
3922+1387,nsIDOMSVGRectElement,{1695ca39-e40d-44dc-81db-a51b6fd234fa},0,-1,1
3923+1388,mozITXTToHTMLConv,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},0,-1,1
3924+1389,nsIMicrosummaryObserver,{560b0980-be95-47e9-81cc-4428c073127c},0,-1,1
3925+1390,mozIJSSubScriptLoader,{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916},0,-1,1
3926+1391,nsIDocShellLoadInfo,{92a0a637-373e-4647-9476-ead11e005c75},0,-1,1
3927+1392,nsIXPCComponents_Results,{2fc229a0-5860-11d3-9899-006008962422},0,-1,1
3928+1393,nsIPrintSettings,{343700dd-078b-42b6-a809-b9c1d7e951d0},0,-1,1
3929+1394,nsIContentViewerEdit,{1691a02f-53b2-4cb8-8769-48e7efc908b8},0,-1,1
3930+1395,nsISupportsPrimitive,{d0d4b136-1dd1-11b2-9371-f0727ef827c0},0,-1,1
3931+1396,nsIEditorStyleSheets,{4805e682-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1
3932+1397,rdfISerializer,{f0edfcdd-8bca-4d32-9226-7421001396a4},0,-1,1
3933+1398,nsIDOMSVGPolygonElement,{9de04775-77c5-48b5-9f4a-8996a936bfb2},0,-1,1
3934+1399,nsIWritablePropertyBag2,{9cfd1587-360e-4957-a58f-4c2b1c5e7ed9},0,-1,1
3935+1400,nsIDocumentStateListener,{050cdc00-3b8e-11d3-9ce4-a458f454fcbc},0,-1,1
3936+1401,nsISHTransaction,{2edf705f-d252-4971-9f09-71dd0f760dc6},0,-1,1
3937+1402,nsIDOMHTMLIsIndexElement,{a6cf908c-15b3-11d2-932e-00805f8add32},0,-1,1
3938+1403,nsIASN1Sequence,{b6b957e6-1dd1-11b2-89d7-e30624f50b00},0,-1,1
3939+1404,nsIDOMHTMLAppletElement,{a6cf90ae-15b3-11d2-932e-00805f8add32},0,-1,1
3940+1405,nsIDOMToString,{2a72e20f-e337-4822-8994-2e35b5550d03},0,-1,1
3941+1406,nsIDOMScreen,{77947960-b4af-11d2-bd93-00805f8ae3f4},0,-1,1
3942+1407,nsICertTreeItem,{d0180863-606e-49e6-8324-cf45ed4dd891},0,-1,1
3943+1408,extIConsole,{ae8482e0-aa5a-11db-abbd-0800200c9a66},0,-1,1
3944+1409,nsISAXAttributes,{e347005e-6cd0-11da-be43-001422106990},0,-1,1
3945+1410,nsIXPConnect,{b76828b8-3ac5-469e-946d-3401c6a2104d},0,-1,0
3946+1411,nsIDOMSVGPathSegCurvetoCubicAbs,{380afecd-f884-4da7-a0d7-5ffc4531b70b},0,-1,1
3947+1412,nsIUploadChannel,{ddf633d8-e9a4-439d-ad88-de636fd9bb75},0,-1,1
3948+1413,nsIAccelerationListener,{3386bed8-7393-4704-8ffc-1eb2c35432ff},0,-1,1
3949+1414,nsIXPCFunctionThisTranslator,{039ef260-2a0d-11d5-90a7-0010a4e73d9a},0,-1,0
3950+1415,nsIController,{d5b61b82-1da4-11d3-bf87-00105a1b0627},0,-1,1
3951+1416,nsIDOMSVGURIReference,{8092b5f3-dc8a-459c-94f1-92f8011f2438},0,-1,1
3952+1417,nsIDOMStorageEvent,{fc540c28-8edd-4b7a-9c30-8638289b7a7d},0,-1,1
3953
3954=== added directory 'trunk/testing/autotests/psiphoneAutoTests'
3955=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files'
3956=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php'
3957--- trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php 1970-01-01 00:00:00 +0000
3958+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/LanguageHelper.php 2010-11-15 05:23:58 +0000
3959@@ -0,0 +1,46 @@
3960+<?php
3961+
3962+class LanguageHelper {
3963+
3964+ public static function switchLanguage($selenium, $language = "ru_selection"){
3965+ $selenium->click("//form[@name='". $language. "']/input[3]");
3966+ $selenium->waitForPageToLoad(PsiphonTestConfig::$UrlTimeOut);
3967+ }
3968+
3969+ public static function checkTextsPresent($testCase, $selenium, array $texts){
3970+
3971+ for ($index = 0; $index < count($texts); $index++) {
3972+ $testCase->assertTrue($selenium->isTextPresent($texts[$index]), "Text must present: ". $texts[$index]);
3973+ }
3974+
3975+ }
3976+
3977+ public static function checkTextsNotPresent($testCase, $selenium, array $texts){
3978+
3979+ for ($index = 0; $index < count($texts); $index++) {
3980+ $testCase->assertFalse($selenium->isTextPresent($texts[$index]), "Text must not present: ". $texts[$index]);
3981+ }
3982+
3983+ }
3984+
3985+ public static function setLastLanguage($user, $language='en'){
3986+ $sqllink = mysql_connect(PsiphonTestConfig::$DBHost, PsiphonTestConfig::$DBLogin, PsiphonTestConfig::$DBPassword);
3987+
3988+ mysql_select_db(PsiphonTestConfig::$DBName, $sqllink);
3989+ mysql_query('Update user set where uname Like \''. $user.'\';', $sqllink);
3990+
3991+ mysql_close($sqllink);
3992+ }
3993+
3994+ public static function createLanguageUser(){
3995+ $sqllink = mysql_connect(PsiphonTestConfig::$DBHost, PsiphonTestConfig::$DBLogin, PsiphonTestConfig::$DBPassword);
3996+ mysql_select_db(PsiphonTestConfig::$DBName, $sqllink);
3997+ mysql_query('Delete from user where uname Like \'lang\';', $sqllink);
3998+ 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)
3999+ 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);
4000+
4001+ echo mysql_error();
4002+ mysql_close($sqllink);
4003+ }
4004+}
4005+?>
4006
4007=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php'
4008--- trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php 1970-01-01 00:00:00 +0000
4009+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/NetworkTrafficHelper.php 2010-11-15 05:23:58 +0000
4010@@ -0,0 +1,14 @@
4011+<?php
4012+
4013+class NetworkTrafficHelper {
4014+ public static function checkAllTrafficThroughProxy($test, $selenium, $destinationHost){
4015+ $traffic = $selenium->captureNetworkTraffic("plain");
4016+ preg_match_all("/- Host => (.*)/", $traffic, $matches);
4017+
4018+ for ($index1 = 0; $index1 < count($matches[1]); $index1++) {
4019+ if ((!is_numeric(strpos($matches[1][$index1], PsiphonTestConfig::$psiphonHost)) || (strpos($matches[1][$index1], $destinationHost))))
4020+ $test->fail("Request to ".$matches[1][$index1]." present");
4021+ }
4022+ }
4023+}
4024+?>
4025
4026=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php'
4027--- trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php 1970-01-01 00:00:00 +0000
4028+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestCase.php 2010-11-15 05:23:58 +0000
4029@@ -0,0 +1,26 @@
4030+<?php
4031+class PsiphonTestCase extends PHPUnit_Framework_TestCase{
4032+
4033+ protected $selenium;
4034+
4035+ public function setUp()
4036+ {
4037+ try {
4038+ $this->selenium = new Testing_Selenium(PsiphonTestConfig::$browser, PsiphonTestConfig::$browserURL, PsiphonTestConfig::$host, PsiphonTestConfig::$port, PsiphonTestConfig::$UrlTimeOut);
4039+ $this->selenium->start();
4040+ } catch (Testing_Selenium_Exception $e) {
4041+ echo $e;
4042+ $this->selenium->stop();
4043+ }
4044+ }
4045+
4046+ public function tearDown()
4047+ {
4048+ try {
4049+ $this->selenium->stop();
4050+ } catch (Testing_Selenium_Exception $e) {
4051+ echo $e;
4052+ }
4053+ }
4054+}
4055+?>
4056
4057=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php'
4058--- trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php 1970-01-01 00:00:00 +0000
4059+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/PsiphonTestConfig.php 2010-11-15 05:23:58 +0000
4060@@ -0,0 +1,18 @@
4061+<?php
4062+class PsiphonTestConfig {
4063+ public static $psiphonLoginAddress = 'https://127.0.0.1/001/';
4064+
4065+ public static $host = 'localhost';
4066+ public static $port = 4444;
4067+ public static $browserURL = 'https://127.0.0.1/001/';
4068+ public static $psiphonHost = "127.0.0.1";
4069+ public static $browser = '*firefox';
4070+ public static $UrlTimeOut = '30000';
4071+
4072+ public static $DBHost = 'localhost';
4073+ public static $DBLogin = 'psiphon';
4074+ public static $DBPassword = 'psiphon';
4075+ public static $DBName = 'psiphon';
4076+
4077+}
4078+?>
4079
4080=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php'
4081--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php 1970-01-01 00:00:00 +0000
4082+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Suite.php 2010-11-15 05:23:58 +0000
4083@@ -0,0 +1,31 @@
4084+<?php
4085+require_once 'PHPUnit/Framework/TestSuite.php';
4086+
4087+class AllTests {
4088+ public static function suite() {
4089+ $suite = new PHPUnit_Framework_TestSuite('PHPUnit');
4090+ $dir = dir(dirname(__FILE__).'/tests');
4091+ while (false !== ($entry = $dir->read())) {
4092+ $fileName =dirname(__FILE__).'/tests/'.$entry;
4093+ if (is_file($fileName)) {
4094+ include($fileName);
4095+ $fileContent = file_get_contents($fileName);
4096+ if (preg_match("/class\s+(\w+)/", $fileContent, $matches)){
4097+ $className = $matches[1];
4098+ if (preg_match_all("/function\s+(\w+)/", $fileContent, $functionMatches)){
4099+ $functioNames = $functionMatches[1];
4100+ for ($index = 0; $index < count($functioNames); $index++) {
4101+ if (is_numeric(strpos($functioNames[$index], "test"))) {
4102+ $suite->addTest(new $className($functioNames[$index]));
4103+ //print("$fileName:==========:$className($functioNames[$index]\n");
4104+ }
4105+ }
4106+ }
4107+ }
4108+ }
4109+ }
4110+ $dir->close();
4111+ return $suite;
4112+ }
4113+}
4114+?>
4115
4116=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing'
4117=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium'
4118=== added directory 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception'
4119=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php'
4120--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php 1970-01-01 00:00:00 +0000
4121+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Exception/Exception.php 2010-11-15 05:23:58 +0000
4122@@ -0,0 +1,40 @@
4123+<?php
4124+/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
4125+
4126+/**
4127+ * Exception Class for Selenium
4128+ *
4129+ * PHP versions 5
4130+ *
4131+ * Licensed under the Apache License, Version 2.0 (the "License");
4132+ * you may not use this file except in compliance with the License.
4133+ * You may obtain a copy of the License at
4134+ *
4135+ * http://www.apache.org/licenses/LICENSE-2.0
4136+ *
4137+ * Unless required by applicable law or agreed to in writing, software
4138+ * distributed under the License is distributed on an "AS IS" BASIS,
4139+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4140+ * See the License for the specific language governing permissions and
4141+ * limitations under the License.
4142+ *
4143+ */
4144+
4145+/**
4146+ * uses PEAR_Exception
4147+ */
4148+require_once 'PEAR/Exception.php';
4149+
4150+/**
4151+ * Testing_Selenium_Exception
4152+ *
4153+ * @category Testing
4154+ * @package Testing_Selenium
4155+ * @author Shin Ohno <ganchiku at gmail dot com>
4156+ * @author Bjoern Schotte <schotte at mayflower dot de>
4157+ * @version @package_version@
4158+ */
4159+class Testing_Selenium_Exception extends PEAR_Exception
4160+{
4161+}
4162+?>
4163\ No newline at end of file
4164
4165=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php'
4166--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php 1970-01-01 00:00:00 +0000
4167+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/ModifiedSelenium.php 2010-11-15 05:23:58 +0000
4168@@ -0,0 +1,65 @@
4169+<?php
4170+
4171+require_once 'Selenium.php';
4172+
4173+/**
4174+ * Class, extends standart selenium php driver to enable starting browser session with optionString.
4175+ * Also, missing function CaptureNetworkTraffic is implemented.
4176+ *
4177+ * @package Selenium
4178+ * @author Dmitry Semyonov
4179+ */
4180+class ModifiedSelenium extends Testing_Selenium
4181+{
4182+ /**
4183+ * Constructor
4184+ *
4185+ * @param string $browser
4186+ * @param string $browserUrl
4187+ * @param string $host
4188+ * @param int $port
4189+ * @param int $timeout
4190+ * @access public
4191+ * @throws Testing_Selenium_Exception
4192+ */
4193+ public function __construct($browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000)
4194+ {
4195+ parent::__construct($browser, $browserUrl, $host, $port, $timeout);
4196+ }
4197+
4198+ /**
4199+ * Run the browser and set session id.
4200+ *
4201+ * @access public
4202+ * @return void
4203+ */
4204+ public function start($optionString = "")
4205+ {
4206+ if ($optionString != ""){
4207+ $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl, "", $optionString));
4208+ }else{
4209+ $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl));
4210+ }
4211+ return $this->sessionId;
4212+ }
4213+
4214+ /**
4215+ * 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.
4216+ *
4217+ * @param String $type The type of data to return the network traffic as. Valid values are: json, xml, or plain.
4218+ * @return A string representation in the defined type of the network traffic seen by the browser.
4219+ */
4220+ public function captureNetworkTraffic($type)
4221+ {
4222+ return $this->getString("captureNetworkTraffic", array($type));
4223+ }
4224+
4225+
4226+ public function open($url)
4227+ {
4228+ $args = array($url);
4229+ $args[] = "true";
4230+ $this->doCommand("open", $args);
4231+ }
4232+}
4233+?>
4234\ No newline at end of file
4235
4236=== added file 'trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php'
4237--- trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php 1970-01-01 00:00:00 +0000
4238+++ trunk/testing/autotests/psiphoneAutoTests/Test Files/Testing/Selenium/Selenium.php 2010-11-15 05:23:58 +0000
4239@@ -0,0 +1,2755 @@
4240+<?php
4241+/** Copyright 2006 ThoughtWorks, Inc
4242+ *
4243+ * Licensed under the Apache License, Version 2.0 (the "License");
4244+ * you may not use this file except in compliance with the License.
4245+ * You may obtain a copy of the License at
4246+ *
4247+ * http://www.apache.org/licenses/LICENSE-2.0
4248+ *
4249+ * Unless required by applicable law or agreed to in writing, software
4250+ * distributed under the License is distributed on an "AS IS" BASIS,
4251+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4252+ * See the License for the specific language governing permissions and
4253+ * limitations under the License.
4254+ *
4255+ * -----------------
4256+ * This file has been automatically generated via XSL
4257+ * -----------------
4258+ *
4259+ *
4260+ *
4261+ * @category Testing
4262+ * @package Selenium
4263+ * @author Shin Ohno <ganchiku at gmail dot com>
4264+ * @author Bjoern Schotte <schotte at mayflower dot de>
4265+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
4266+ * @version @package_version@
4267+ * @see http://www.openqa.org/selenium-rc/
4268+ * @since 0.1
4269+ */
4270+
4271+/**
4272+ * Selenium exception class
4273+ */
4274+require_once 'Testing/Selenium/Exception/Exception.php';
4275+
4276+/**
4277+ * Defines an object that runs Selenium commands.
4278+ *
4279+ *
4280+ * <p>
4281+ * <b>Element Locators</b>
4282+ * </p><p>
4283+ *
4284+ * Element Locators tell Selenium which HTML element a command refers to.
4285+ * The format of a locator is:
4286+ * </p><p>
4287+ *
4288+ * <i>locatorType</i><b>=</b><i>argument</i>
4289+ * </p>
4290+ * <p>
4291+ *
4292+ * We support the following strategies for locating elements:
4293+ *
4294+ * </p>
4295+ * <ul>
4296+ *
4297+ * <li>
4298+ * <b>identifier</b>=<i>id</i>:
4299+ * Select the element with the specified @id attribute. If no match is
4300+ * found, select the first element whose @name attribute is <i>id</i>.
4301+ * (This is normally the default; see below.)
4302+ * </li>
4303+ * <li>
4304+ * <b>id</b>=<i>id</i>:
4305+ * Select the element with the specified @id attribute.
4306+ * </li>
4307+ * <li>
4308+ * <b>name</b>=<i>name</i>:
4309+ * Select the first element with the specified @name attribute.
4310+ *
4311+ * <ul>
4312+ *
4313+ * <li>
4314+ * username
4315+ * </li>
4316+ * <li>
4317+ * name=username
4318+ * </li>
4319+ * </ul>
4320+<p>
4321+ * 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.
4322+ * </p>
4323+ * <ul>
4324+ *
4325+ * <li>
4326+ * name=flavour value=chocolate
4327+ * </li>
4328+ * </ul>
4329+ * </li>
4330+ * <li>
4331+ * <b>dom</b>=<i>javascriptExpression</i>:
4332+ *
4333+ * Find an element by evaluating the specified string. This allows you to traverse the HTML Document Object
4334+ * Model using JavaScript. Note that you must not return a value in this string; simply make it the last expression in the block.
4335+ *
4336+ * <ul>
4337+ *
4338+ * <li>
4339+ * dom=document.forms['myForm'].myDropdown
4340+ * </li>
4341+ * <li>
4342+ * dom=document.images[56]
4343+ * </li>
4344+ * <li>
4345+ * dom=function foo() { return document.links[1]; }; foo();
4346+ * </li>
4347+ * </ul>
4348+ * </li>
4349+ * <li>
4350+ * <b>xpath</b>=<i>xpathExpression</i>:
4351+ * Locate an element using an XPath expression.
4352+ *
4353+ * <ul>
4354+ *
4355+ * <li>
4356+ * xpath=//img[@alt='The image alt text']
4357+ * </li>
4358+ * <li>
4359+ * xpath=//table[@id='table1']//tr[4]/td[2]
4360+ * </li>
4361+ * <li>
4362+ * xpath=//a[contains(@href,'#id1')]
4363+ * </li>
4364+ * <li>
4365+ * xpath=//a[contains(@href,'#id1')]/@class
4366+ * </li>
4367+ * <li>
4368+ * xpath=(//table[@class='stylee'])//th[text()='theHeaderText']/../td
4369+ * </li>
4370+ * <li>
4371+ * xpath=//input[@name='name2' and @value='yes']
4372+ * </li>
4373+ * <li>
4374+ * xpath=//*[text()="right"]
4375+ * </li>
4376+ * </ul>
4377+ * </li>
4378+ * <li>
4379+ * <b>link</b>=<i>textPattern</i>:
4380+ * Select the link (anchor) element which contains text matching the
4381+ * specified <i>pattern</i>.
4382+ *
4383+ * <ul>
4384+ *
4385+ * <li>
4386+ * link=The link text
4387+ * </li>
4388+ * </ul>
4389+ * </li>
4390+ * <li>
4391+ * <b>css</b>=<i>cssSelectorSyntax</i>:
4392+ * 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.
4393+ *
4394+ * <ul>
4395+ *
4396+ * <li>
4397+ * css=a[href="#id3"]
4398+ * </li>
4399+ * <li>
4400+ * css=span#firstChild + span
4401+ * </li>
4402+ * </ul>
4403+<p>
4404+ * 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).
4405+ * </p>
4406+ * </li>
4407+ * <li>
4408+ * <b>ui</b>=<i>uiSpecifierString</i>:
4409+ * Locate an element by resolving the UI specifier string to another locator, and evaluating it. See the Selenium UI-Element Reference for more details.
4410+ *
4411+ * <ul>
4412+ *
4413+ * <li>
4414+ * ui=loginPages::loginButton()
4415+ * </li>
4416+ * <li>
4417+ * ui=settingsPages::toggle(label=Hide Email)
4418+ * </li>
4419+ * <li>
4420+ * ui=forumPages::postBody(index=2)//a[2]
4421+ * </li>
4422+ * </ul>
4423+ * </li>
4424+ * </ul><p>
4425+ *
4426+ * Without an explicit locator prefix, Selenium uses the following default
4427+ * strategies:
4428+ *
4429+ * </p>
4430+ * <ul>
4431+ *
4432+ * <li>
4433+ * <b>dom</b>, for locators starting with "document."
4434+ * </li>
4435+ * <li>
4436+ * <b>xpath</b>, for locators starting with "//"
4437+ * </li>
4438+ * <li>
4439+ * <b>identifier</b>, otherwise
4440+ * </li>
4441+ * </ul>
4442+ * <p>
4443+ * <b>Element Filters</b>
4444+ * </p><p>
4445+ *
4446+ * <p>
4447+ * 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.
4448+ * </p>
4449+<p>
4450+ * Filters look much like locators, ie.
4451+ * </p>
4452+<p>
4453+ *
4454+ * <i>filterType</i><b>=</b><i>argument</i>
4455+ * </p>
4456+ * <p>
4457+ * Supported element-filters are:
4458+ * </p>
4459+<p>
4460+ * <b>value=</b><i>valuePattern</i>
4461+ * </p>
4462+<p>
4463+ *
4464+ *
4465+ * Matches elements based on their values. This is particularly useful for refining a list of similarly-named toggle-buttons.
4466+ * </p>
4467+ * <p>
4468+ * <b>index=</b><i>index</i>
4469+ * </p>
4470+<p>
4471+ *
4472+ *
4473+ * Selects a single element based on its position in the list (offset from zero).
4474+ * </p>
4475+ *
4476+ * </p>
4477+ *
4478+ * <p>
4479+ * <b>String-match Patterns</b>
4480+ * </p><p>
4481+ *
4482+ * Various Pattern syntaxes are available for matching string values:
4483+ *
4484+ * </p>
4485+ * <ul>
4486+ *
4487+ * <li>
4488+ * <b>glob:</b><i>pattern</i>:
4489+ * Match a string against a "glob" (aka "wildmat") pattern. "Glob" is a
4490+ * kind of limited regular-expression syntax typically used in command-line
4491+ * shells. In a glob pattern, "*" represents any sequence of characters, and "?"
4492+ * represents any single character. Glob patterns match against the entire
4493+ * string.
4494+ * </li>
4495+ * <li>
4496+ * <b>regexp:</b><i>regexp</i>:
4497+ * Match a string using a regular-expression. The full power of JavaScript
4498+ * regular-expressions is available.
4499+ * </li>
4500+ * <li>
4501+ * <b>regexpi:</b><i>regexpi</i>:
4502+ * Match a string using a case-insensitive regular-expression.
4503+ * </li>
4504+ * <li>
4505+ * <b>exact:</b><i>string</i>:
4506+ *
4507+ * Match a string exactly, verbatim, without any of that fancy wildcard
4508+ * stuff.
4509+ * </li>
4510+ * </ul><p>
4511+ *
4512+ * If no pattern prefix is specified, Selenium assumes that it's a "glob"
4513+ * pattern.
4514+ *
4515+ * </p><p>
4516+ *
4517+ * For commands that return multiple values (such as verifySelectOptions),
4518+ * the string being matched is a comma-separated list of the return values,
4519+ * where both commas and backslashes in the values are backslash-escaped.
4520+ * When providing a pattern, the optional matching syntax (i.e. glob,
4521+ * regexp, etc.) is specified once, as usual, at the beginning of the
4522+ * pattern.
4523+ *
4524+ * </p>
4525+ *
4526+ * @package Selenium
4527+ * @author Shin Ohno <ganchiku at gmail dot com>
4528+ * @author Bjoern Schotte <schotte at mayflower dot de>
4529+ */
4530+class Testing_Selenium
4531+{
4532+ /**
4533+ * @var string
4534+ * @access private
4535+ */
4536+ protected $browser;
4537+
4538+ /**
4539+ * @var string
4540+ * @access private
4541+ */
4542+ protected $browserUrl;
4543+
4544+ /**
4545+ * @var string
4546+ * @access private
4547+ */
4548+ private $host;
4549+
4550+ /**
4551+ * @var int
4552+ * @access private
4553+ */
4554+ private $port;
4555+
4556+ /**
4557+ * @var string
4558+ * @access private
4559+ */
4560+ protected $sessionId;
4561+
4562+ /**
4563+ * @var string
4564+ * @access private
4565+ */
4566+ private $timeout;
4567+
4568+ /**
4569+ * Constructor
4570+ *
4571+ * @param string $browser
4572+ * @param string $browserUrl
4573+ * @param string $host
4574+ * @param int $port
4575+ * @param int $timeout
4576+ * @access public
4577+ * @throws Testing_Selenium_Exception
4578+ */
4579+ public function __construct($browser, $browserUrl, $host = 'localhost', $port = 4444, $timeout = 30000)
4580+ {
4581+ $this->browser = $browser;
4582+ $this->browserUrl = $browserUrl;
4583+ $this->host = $host;
4584+ $this->port = $port;
4585+ $this->timeout = $timeout;
4586+ }
4587+
4588+ /**
4589+ * Run the browser and set session id.
4590+ *
4591+ * @access public
4592+ * @return void
4593+ */
4594+ public function start()
4595+ {
4596+ $this->sessionId = $this->getString("getNewBrowserSession", array($this->browser, $this->browserUrl));
4597+ return $this->sessionId;
4598+ }
4599+
4600+ /**
4601+ * Close the browser and set session id null
4602+ *
4603+ * @access public
4604+ * @return void
4605+ */
4606+ public function stop()
4607+ {
4608+ $this->doCommand("testComplete");
4609+ $this->sessionId = null;
4610+ }
4611+
4612+ /**
4613+ * Clicks on a link, button, checkbox or radio button. If the click action
4614+ * causes a new page to load (like a link usually does), call
4615+ * waitForPageToLoad.
4616+ *
4617+ * @access public
4618+ * @param string $locator an element locator
4619+ */
4620+ public function click($locator)
4621+ {
4622+ $this->doCommand("click", array($locator));
4623+ }
4624+
4625+
4626+ /**
4627+ * Double clicks on a link, button, checkbox or radio button. If the double click action
4628+ * causes a new page to load (like a link usually does), call
4629+ * waitForPageToLoad.
4630+ *
4631+ * @access public
4632+ * @param string $locator an element locator
4633+ */
4634+ public function doubleClick($locator)
4635+ {
4636+ $this->doCommand("doubleClick", array($locator));
4637+ }
4638+
4639+
4640+ /**
4641+ * Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
4642+ *
4643+ * @access public
4644+ * @param string $locator an element locator
4645+ */
4646+ public function contextMenu($locator)
4647+ {
4648+ $this->doCommand("contextMenu", array($locator));
4649+ }
4650+
4651+
4652+ /**
4653+ * Clicks on a link, button, checkbox or radio button. If the click action
4654+ * causes a new page to load (like a link usually does), call
4655+ * waitForPageToLoad.
4656+ *
4657+ * @access public
4658+ * @param string $locator an element locator
4659+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4660+ */
4661+ public function clickAt($locator, $coordString)
4662+ {
4663+ $this->doCommand("clickAt", array($locator, $coordString));
4664+ }
4665+
4666+
4667+ /**
4668+ * Doubleclicks on a link, button, checkbox or radio button. If the action
4669+ * causes a new page to load (like a link usually does), call
4670+ * waitForPageToLoad.
4671+ *
4672+ * @access public
4673+ * @param string $locator an element locator
4674+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4675+ */
4676+ public function doubleClickAt($locator, $coordString)
4677+ {
4678+ $this->doCommand("doubleClickAt", array($locator, $coordString));
4679+ }
4680+
4681+
4682+ /**
4683+ * Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
4684+ *
4685+ * @access public
4686+ * @param string $locator an element locator
4687+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4688+ */
4689+ public function contextMenuAt($locator, $coordString)
4690+ {
4691+ $this->doCommand("contextMenuAt", array($locator, $coordString));
4692+ }
4693+
4694+
4695+ /**
4696+ * Explicitly simulate an event, to trigger the corresponding "on<i>event</i>"
4697+ * handler.
4698+ *
4699+ * @access public
4700+ * @param string $locator an element locator
4701+ * @param string $eventName the event name, e.g. "focus" or "blur"
4702+ */
4703+ public function fireEvent($locator, $eventName)
4704+ {
4705+ $this->doCommand("fireEvent", array($locator, $eventName));
4706+ }
4707+
4708+
4709+ /**
4710+ * Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.
4711+ *
4712+ * @access public
4713+ * @param string $locator an element locator
4714+ */
4715+ public function focus($locator)
4716+ {
4717+ $this->doCommand("focus", array($locator));
4718+ }
4719+
4720+
4721+ /**
4722+ * Simulates a user pressing and releasing a key.
4723+ *
4724+ * @access public
4725+ * @param string $locator an element locator
4726+ * @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".
4727+ */
4728+ public function keyPress($locator, $keySequence)
4729+ {
4730+ $this->doCommand("keyPress", array($locator, $keySequence));
4731+ }
4732+
4733+
4734+ /**
4735+ * Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
4736+ *
4737+ * @access public
4738+ */
4739+ public function shiftKeyDown()
4740+ {
4741+ $this->doCommand("shiftKeyDown", array());
4742+ }
4743+
4744+
4745+ /**
4746+ * Release the shift key.
4747+ *
4748+ * @access public
4749+ */
4750+ public function shiftKeyUp()
4751+ {
4752+ $this->doCommand("shiftKeyUp", array());
4753+ }
4754+
4755+
4756+ /**
4757+ * Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
4758+ *
4759+ * @access public
4760+ */
4761+ public function metaKeyDown()
4762+ {
4763+ $this->doCommand("metaKeyDown", array());
4764+ }
4765+
4766+
4767+ /**
4768+ * Release the meta key.
4769+ *
4770+ * @access public
4771+ */
4772+ public function metaKeyUp()
4773+ {
4774+ $this->doCommand("metaKeyUp", array());
4775+ }
4776+
4777+
4778+ /**
4779+ * Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
4780+ *
4781+ * @access public
4782+ */
4783+ public function altKeyDown()
4784+ {
4785+ $this->doCommand("altKeyDown", array());
4786+ }
4787+
4788+
4789+ /**
4790+ * Release the alt key.
4791+ *
4792+ * @access public
4793+ */
4794+ public function altKeyUp()
4795+ {
4796+ $this->doCommand("altKeyUp", array());
4797+ }
4798+
4799+
4800+ /**
4801+ * Press the control key and hold it down until doControlUp() is called or a new page is loaded.
4802+ *
4803+ * @access public
4804+ */
4805+ public function controlKeyDown()
4806+ {
4807+ $this->doCommand("controlKeyDown", array());
4808+ }
4809+
4810+
4811+ /**
4812+ * Release the control key.
4813+ *
4814+ * @access public
4815+ */
4816+ public function controlKeyUp()
4817+ {
4818+ $this->doCommand("controlKeyUp", array());
4819+ }
4820+
4821+
4822+ /**
4823+ * Simulates a user pressing a key (without releasing it yet).
4824+ *
4825+ * @access public
4826+ * @param string $locator an element locator
4827+ * @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".
4828+ */
4829+ public function keyDown($locator, $keySequence)
4830+ {
4831+ $this->doCommand("keyDown", array($locator, $keySequence));
4832+ }
4833+
4834+
4835+ /**
4836+ * Simulates a user releasing a key.
4837+ *
4838+ * @access public
4839+ * @param string $locator an element locator
4840+ * @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".
4841+ */
4842+ public function keyUp($locator, $keySequence)
4843+ {
4844+ $this->doCommand("keyUp", array($locator, $keySequence));
4845+ }
4846+
4847+
4848+ /**
4849+ * Simulates a user hovering a mouse over the specified element.
4850+ *
4851+ * @access public
4852+ * @param string $locator an element locator
4853+ */
4854+ public function mouseOver($locator)
4855+ {
4856+ $this->doCommand("mouseOver", array($locator));
4857+ }
4858+
4859+
4860+ /**
4861+ * Simulates a user moving the mouse pointer away from the specified element.
4862+ *
4863+ * @access public
4864+ * @param string $locator an element locator
4865+ */
4866+ public function mouseOut($locator)
4867+ {
4868+ $this->doCommand("mouseOut", array($locator));
4869+ }
4870+
4871+
4872+ /**
4873+ * Simulates a user pressing the left mouse button (without releasing it yet) on
4874+ * the specified element.
4875+ *
4876+ * @access public
4877+ * @param string $locator an element locator
4878+ */
4879+ public function mouseDown($locator)
4880+ {
4881+ $this->doCommand("mouseDown", array($locator));
4882+ }
4883+
4884+
4885+ /**
4886+ * Simulates a user pressing the right mouse button (without releasing it yet) on
4887+ * the specified element.
4888+ *
4889+ * @access public
4890+ * @param string $locator an element locator
4891+ */
4892+ public function mouseDownRight($locator)
4893+ {
4894+ $this->doCommand("mouseDownRight", array($locator));
4895+ }
4896+
4897+
4898+ /**
4899+ * Simulates a user pressing the left mouse button (without releasing it yet) at
4900+ * the specified location.
4901+ *
4902+ * @access public
4903+ * @param string $locator an element locator
4904+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4905+ */
4906+ public function mouseDownAt($locator, $coordString)
4907+ {
4908+ $this->doCommand("mouseDownAt", array($locator, $coordString));
4909+ }
4910+
4911+
4912+ /**
4913+ * Simulates a user pressing the right mouse button (without releasing it yet) at
4914+ * the specified location.
4915+ *
4916+ * @access public
4917+ * @param string $locator an element locator
4918+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4919+ */
4920+ public function mouseDownRightAt($locator, $coordString)
4921+ {
4922+ $this->doCommand("mouseDownRightAt", array($locator, $coordString));
4923+ }
4924+
4925+
4926+ /**
4927+ * Simulates the event that occurs when the user releases the mouse button (i.e., stops
4928+ * holding the button down) on the specified element.
4929+ *
4930+ * @access public
4931+ * @param string $locator an element locator
4932+ */
4933+ public function mouseUp($locator)
4934+ {
4935+ $this->doCommand("mouseUp", array($locator));
4936+ }
4937+
4938+
4939+ /**
4940+ * Simulates the event that occurs when the user releases the right mouse button (i.e., stops
4941+ * holding the button down) on the specified element.
4942+ *
4943+ * @access public
4944+ * @param string $locator an element locator
4945+ */
4946+ public function mouseUpRight($locator)
4947+ {
4948+ $this->doCommand("mouseUpRight", array($locator));
4949+ }
4950+
4951+
4952+ /**
4953+ * Simulates the event that occurs when the user releases the mouse button (i.e., stops
4954+ * holding the button down) at the specified location.
4955+ *
4956+ * @access public
4957+ * @param string $locator an element locator
4958+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4959+ */
4960+ public function mouseUpAt($locator, $coordString)
4961+ {
4962+ $this->doCommand("mouseUpAt", array($locator, $coordString));
4963+ }
4964+
4965+
4966+ /**
4967+ * Simulates the event that occurs when the user releases the right mouse button (i.e., stops
4968+ * holding the button down) at the specified location.
4969+ *
4970+ * @access public
4971+ * @param string $locator an element locator
4972+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
4973+ */
4974+ public function mouseUpRightAt($locator, $coordString)
4975+ {
4976+ $this->doCommand("mouseUpRightAt", array($locator, $coordString));
4977+ }
4978+
4979+
4980+ /**
4981+ * Simulates a user pressing the mouse button (without releasing it yet) on
4982+ * the specified element.
4983+ *
4984+ * @access public
4985+ * @param string $locator an element locator
4986+ */
4987+ public function mouseMove($locator)
4988+ {
4989+ $this->doCommand("mouseMove", array($locator));
4990+ }
4991+
4992+
4993+ /**
4994+ * Simulates a user pressing the mouse button (without releasing it yet) on
4995+ * the specified element.
4996+ *
4997+ * @access public
4998+ * @param string $locator an element locator
4999+ * @param string $coordString specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
5000+ */
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches