├── README.md ├── _locales ├── ar │ ├── messages.json │ └── store.description ├── bg │ ├── messages.json │ └── store.description ├── bn │ └── messages.json ├── ca │ ├── messages.json │ └── store.description ├── cs │ ├── messages.json │ └── store.description ├── da │ └── messages.json ├── de │ ├── messages.json │ └── store.description ├── el │ └── messages.json ├── en_GB │ └── messages.json ├── en_US │ ├── messages.json │ └── store.description ├── es │ ├── messages.json │ └── store.description ├── es_419 │ ├── messages.json │ └── store.description ├── et │ ├── messages.json │ └── store.description ├── fa │ ├── messages.json │ └── store.description ├── fi │ └── messages.json ├── fil │ ├── messages.json │ └── store.description ├── fr │ ├── messages.json │ └── store.description ├── he │ ├── messages.json │ └── store.description ├── hi │ └── store.description ├── hr │ ├── messages.json │ └── store.description ├── hu │ ├── messages.json │ └── store.description ├── id │ └── messages.json ├── it │ ├── messages.json │ └── store.description ├── ja │ ├── messages.json │ └── store.description ├── ko │ └── messages.json ├── lt │ ├── messages.json │ └── store.description ├── lv │ └── messages.json ├── ms │ └── messages.json ├── nb │ └── messages.json ├── nl │ ├── messages.json │ └── store.description ├── pl │ ├── messages.json │ └── store.description ├── pt_BR │ ├── messages.json │ └── store.description ├── pt_PT │ ├── messages.json │ └── store.description ├── ro │ ├── messages.json │ └── store.description ├── ru │ ├── messages.json │ └── store.description ├── sk │ ├── messages.json │ └── store.description ├── sl │ ├── messages.json │ └── store.description ├── sr │ └── messages.json ├── sv │ └── messages.json ├── th │ ├── messages.json │ └── store.description ├── tr │ ├── messages.json │ └── store.description ├── uk │ ├── messages.json │ └── store.description ├── vi │ └── messages.json ├── zh_CN │ ├── messages.json │ └── store.description └── zh_TW │ ├── messages.json │ └── store.description ├── adblockplus ├── .hg │ ├── 00changelog.i │ ├── branch │ ├── cache │ │ └── branchheads │ ├── dirstate │ ├── hgrc │ ├── requires │ ├── store │ │ ├── 00changelog.d │ │ ├── 00changelog.i │ │ ├── 00manifest.d │ │ ├── 00manifest.i │ │ ├── data │ │ │ ├── _i_adblock_plus.idl.i │ │ │ ├── _public.jsm.i │ │ │ ├── add_checksum.pl.i │ │ │ ├── add_checksum.py.i │ │ │ ├── app_support.js.i │ │ │ ├── build.py.i │ │ │ ├── build__xpt.pl.i │ │ │ ├── chrome.manifest.i │ │ │ ├── chrome │ │ │ │ ├── content │ │ │ │ │ ├── about.js.i │ │ │ │ │ ├── about.xul.i │ │ │ │ │ ├── browser_window.js.i │ │ │ │ │ ├── composer.js.i │ │ │ │ │ ├── composer.xul.i │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ ├── data.js.i │ │ │ │ │ ├── editor.xul.i │ │ │ │ │ ├── elemhide.js.i │ │ │ │ │ ├── errors.html.i │ │ │ │ │ ├── fennec_content.js.i │ │ │ │ │ ├── fennec_overlay.xul.i │ │ │ │ │ ├── filter_classes.js.i │ │ │ │ │ ├── filter_listener.js.i │ │ │ │ │ ├── filter_storage.js.i │ │ │ │ │ ├── findbar.js.i │ │ │ │ │ ├── flasher.js.i │ │ │ │ │ ├── local-panels.rdf.i │ │ │ │ │ ├── mail_overlay.xul.i │ │ │ │ │ ├── matcher.js.i │ │ │ │ │ ├── menulist.xml.i │ │ │ │ │ ├── mochitest │ │ │ │ │ │ ├── _mochi_kit │ │ │ │ │ │ │ ├── ____package____.js.i │ │ │ │ │ │ │ ├── _async.js.i │ │ │ │ │ │ │ ├── _base.js.i │ │ │ │ │ │ │ ├── _color.js.i │ │ │ │ │ │ │ ├── _controls.js.i │ │ │ │ │ │ │ ├── _d_o_m.js.i │ │ │ │ │ │ │ ├── _date_time.js.i │ │ │ │ │ │ │ ├── _drag_and_drop.js.i │ │ │ │ │ │ │ ├── _format.js.i │ │ │ │ │ │ │ ├── _iter.js.i │ │ │ │ │ │ │ ├── _l_i_c_e_n_s_e.txt.i │ │ │ │ │ │ │ ├── _logging.js.i │ │ │ │ │ │ │ ├── _logging_pane.js.i │ │ │ │ │ │ │ ├── _mochi_kit.js.i │ │ │ │ │ │ │ ├── _mock_d_o_m.js.i │ │ │ │ │ │ │ ├── _new.js.i │ │ │ │ │ │ │ ├── _signal.js.i │ │ │ │ │ │ │ ├── _sortable.js.i │ │ │ │ │ │ │ ├── _style.js.i │ │ │ │ │ │ │ ├── _test.js.i │ │ │ │ │ │ │ ├── _visual.js.i │ │ │ │ │ │ │ └── packed.js.i │ │ │ │ │ │ ├── harness-abp.xul.i │ │ │ │ │ │ ├── harness-overlay.xul.i │ │ │ │ │ │ ├── httpd.js.i │ │ │ │ │ │ ├── server.js.i │ │ │ │ │ │ ├── static │ │ │ │ │ │ │ └── harness.css.i │ │ │ │ │ │ └── tests │ │ │ │ │ │ │ ├── _simple_test │ │ │ │ │ │ │ ├── _event_utils.js.i │ │ │ │ │ │ │ ├── _mozilla_file_logger.js.i │ │ │ │ │ │ │ ├── _simple_test.js.i │ │ │ │ │ │ │ ├── _test_runner.js.i │ │ │ │ │ │ │ ├── _window_snapshot.js.i │ │ │ │ │ │ │ ├── quit.js.i │ │ │ │ │ │ │ ├── setup.js.i │ │ │ │ │ │ │ └── test.css.i │ │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ │ ├── performance │ │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ │ ├── addresses.txt.i │ │ │ │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ │ │ │ ├── filters.txt.i │ │ │ │ │ │ │ │ ├── testpages.jar.d │ │ │ │ │ │ │ │ └── testpages.jar.i │ │ │ │ │ │ │ ├── elemhide__selectors.html.i │ │ │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ │ │ ├── filter__from_text.html.i │ │ │ │ │ │ │ ├── matcher__init.html.i │ │ │ │ │ │ │ ├── matching.html.i │ │ │ │ │ │ │ ├── memory__use1.html.i │ │ │ │ │ │ │ ├── memory__use2.html.i │ │ │ │ │ │ │ └── page__load__overhead.html.i │ │ │ │ │ │ │ ├── test__domain_restrictions.html.i │ │ │ │ │ │ │ ├── test__elemhide.html.i │ │ │ │ │ │ │ ├── test__filter_classes.html.i │ │ │ │ │ │ │ ├── test__filter_listener.html.i │ │ │ │ │ │ │ ├── test__filter_storage.html.i │ │ │ │ │ │ │ ├── test__filter_storage__readwrite.html.d │ │ │ │ │ │ │ ├── test__filter_storage__readwrite.html.i │ │ │ │ │ │ │ ├── test__matcher.html.i │ │ │ │ │ │ │ ├── test__policy.html.i │ │ │ │ │ │ │ ├── test__regexp_filters__domains.html.i │ │ │ │ │ │ │ ├── test__regexp_filters__matching.html.i │ │ │ │ │ │ │ ├── test__request_list.html.i │ │ │ │ │ │ │ ├── test__request_list__memory.html.i │ │ │ │ │ │ │ ├── test__subscription_classes.html.i │ │ │ │ │ │ │ ├── test__synchronizer.html.i │ │ │ │ │ │ │ └── ui │ │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ │ └── test__icon__status.html.i │ │ │ │ │ ├── objecttab.xml.i │ │ │ │ │ ├── objtabs.css.i │ │ │ │ │ ├── objtabs.js.i │ │ │ │ │ ├── overlay.js.i │ │ │ │ │ ├── overlay.xul.i │ │ │ │ │ ├── overlay_general.xul.i │ │ │ │ │ ├── policy.js.i │ │ │ │ │ ├── prefs.js.i │ │ │ │ │ ├── prism_overlay.xul.i │ │ │ │ │ ├── protocol.js.i │ │ │ │ │ ├── requests.js.i │ │ │ │ │ ├── security.js.i │ │ │ │ │ ├── settings.js.i │ │ │ │ │ ├── settings.xul.i │ │ │ │ │ ├── sidebar.js.i │ │ │ │ │ ├── sidebar.xul.i │ │ │ │ │ ├── sidebar_detached.xul.i │ │ │ │ │ ├── songbird_overlay.xul.i │ │ │ │ │ ├── subscription.js.i │ │ │ │ │ ├── subscription.xul.i │ │ │ │ │ ├── subscription_classes.js.i │ │ │ │ │ ├── subscriptions.rdf.i │ │ │ │ │ ├── synchronizer.js.i │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── elemhide__test.html.i │ │ │ │ │ │ ├── filter_classes__test.html.i │ │ │ │ │ │ ├── filter_listener__test.html.i │ │ │ │ │ │ ├── filter_storage__readwrite__test.html.i │ │ │ │ │ │ ├── filter_storage__test.html.i │ │ │ │ │ │ ├── framework.js.i │ │ │ │ │ │ ├── httpd.js.i │ │ │ │ │ │ ├── index.html.i │ │ │ │ │ │ ├── matcher__test.html.i │ │ │ │ │ │ ├── regexp_filters__matching__test.html.i │ │ │ │ │ │ ├── subscription_classes__test.html.i │ │ │ │ │ │ └── synchronizer__test.html.i │ │ │ │ │ ├── tip__subscriptions.js.i │ │ │ │ │ ├── tip__subscriptions.xul.i │ │ │ │ │ ├── ui │ │ │ │ │ │ ├── about.js.i │ │ │ │ │ │ ├── about.xul.i │ │ │ │ │ │ ├── browser_window.js.i │ │ │ │ │ │ ├── composer.js.i │ │ │ │ │ │ ├── composer.xul.i │ │ │ │ │ │ ├── fake_options.xul.i │ │ │ │ │ │ ├── fennec_native_overlay.xul.i │ │ │ │ │ │ ├── fennec_overlay.js.i │ │ │ │ │ │ ├── fennec_overlay.xul.i │ │ │ │ │ │ ├── fennec_settings.xul.i │ │ │ │ │ │ ├── fennec_subscription.xul.i │ │ │ │ │ │ ├── filters-backup.js.i │ │ │ │ │ │ ├── filters-filteractions.js.i │ │ │ │ │ │ ├── filters-filterview.js.i │ │ │ │ │ │ ├── filters-search.js.i │ │ │ │ │ │ ├── filters-subscriptionactions.js.i │ │ │ │ │ │ ├── filters-subscriptionview.js.i │ │ │ │ │ │ ├── filters.js.i │ │ │ │ │ │ ├── filters.xul.i │ │ │ │ │ │ ├── findbar.js.i │ │ │ │ │ │ ├── firefox_overlay.xul.i │ │ │ │ │ │ ├── first_run.html.i │ │ │ │ │ │ ├── first_run.js.i │ │ │ │ │ │ ├── first_run.xhtml.i │ │ │ │ │ │ ├── first_run.xul.i │ │ │ │ │ │ ├── flasher.js.i │ │ │ │ │ │ ├── i18n.js.i │ │ │ │ │ │ ├── mail_overlay.xul.i │ │ │ │ │ │ ├── overlay.js.i │ │ │ │ │ │ ├── overlay.xul.i │ │ │ │ │ │ ├── overlay_general.xul.i │ │ │ │ │ │ ├── prism_overlay.xul.i │ │ │ │ │ │ ├── progress_bar.js.i │ │ │ │ │ │ ├── progress_bar.xml.i │ │ │ │ │ │ ├── progress_bar.xul.i │ │ │ │ │ │ ├── seamonkey_overlay.xul.i │ │ │ │ │ │ ├── send_report.js.i │ │ │ │ │ │ ├── send_report.xul.i │ │ │ │ │ │ ├── settings.js.i │ │ │ │ │ │ ├── settings.xul.i │ │ │ │ │ │ ├── sidebar.js.i │ │ │ │ │ │ ├── sidebar.xul.i │ │ │ │ │ │ ├── sidebar_detached.xul.i │ │ │ │ │ │ ├── subscription.js.i │ │ │ │ │ │ ├── subscription.xul.i │ │ │ │ │ │ ├── subscription_fennec.js.i │ │ │ │ │ │ ├── subscription_fennec.xul.i │ │ │ │ │ │ ├── subscription_selection.js.i │ │ │ │ │ │ ├── subscription_selection.xul.i │ │ │ │ │ │ ├── subscriptions.rdf.i │ │ │ │ │ │ ├── subscriptions.xml.i │ │ │ │ │ │ ├── thunderbird_overlay.xul.i │ │ │ │ │ │ ├── tip__subscriptions.js.i │ │ │ │ │ │ ├── tip__subscriptions.xul.i │ │ │ │ │ │ ├── typo_settings.js.i │ │ │ │ │ │ └── utils.js.i │ │ │ │ │ ├── utils.js.i │ │ │ │ │ └── weave_integration.js.i │ │ │ │ ├── locale │ │ │ │ │ ├── af-_z_a │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── af │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ar │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── be-_b_y │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── be │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── bg-_b_g │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── bg │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── bn-_b_d │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── bn-_i_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── br-_f_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── br │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── bs │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ca-_a_d │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── ca │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── cs-_c_z │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── cs │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── cy-_g_b │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── cy │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── da-_d_k │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── da │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── de-_d_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── de │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── dsb │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── el-_g_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── el │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── en-_g_b │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── en-_u_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── eo │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── es-_a_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── es-_e_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── es-_m_x │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── et-_e_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── et │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── eu-_e_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── eu │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── fa-_i_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── fa │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── fi-_f_i │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── fi │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── fr-_f_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── fr │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── fy-_n_l │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ga-_i_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── gl-_e_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── gl │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── he-_i_l │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── he │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── hi-_i_n │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── hr-_h_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── hr │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── hsb-_d_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ └── subscription_selection.dtd.i │ │ │ │ │ ├── hsb │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── hu-_h_u │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── hu │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── hy-_a_m │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── id-_i_d │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── id │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── is-_i_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── is │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── it-_i_t │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── it │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ja-_j_p │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── overlay.dtd~7e.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── ja │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ka-_g_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ka │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── kk-_k_z │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── kk │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── kn-_i_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── kn │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ko-_k_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── ko │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ku │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── lt-_l_t │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── lt │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── lv │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── mk │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── mn-_m_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── mn │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ └── subscription_selection.dtd.i │ │ │ │ │ ├── ms-_m_y │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ms │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── nb-_n_o │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── nl-_n_l │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── nl │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── nn-_n_o │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── pa-_i_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── pl-_p_l │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── pl │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── pt-_b_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── pt-_p_t │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── rm │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── ro-_r_o │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── ro │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ru-_r_u │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── ru │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── si-_l_k │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── sk-_s_k │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── sk │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── sl-_s_i │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── sl │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── sq-_a_l │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── sq │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── typo.properties.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── sr-_r_s │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── sr │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── sv-_s_e │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── ta-_l_k │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ └── ~2eincomplete.i │ │ │ │ │ ├── th-_t_h │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── th │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── tr-_t_r │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── tr │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── uk-_u_a │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── uk │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── first_run.properties.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── vi-_v_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── tip__subscriptions.dtd.i │ │ │ │ │ ├── vi │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ ├── zh-_c_n │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ │ └── zh-_t_w │ │ │ │ │ │ ├── about.dtd.i │ │ │ │ │ │ ├── composer.dtd.i │ │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ │ ├── filters.dtd.i │ │ │ │ │ │ ├── findbar.dtd.i │ │ │ │ │ │ ├── first_run.dtd.i │ │ │ │ │ │ ├── global.properties.i │ │ │ │ │ │ ├── meta.properties.i │ │ │ │ │ │ ├── overlay.dtd.i │ │ │ │ │ │ ├── send_report.dtd.i │ │ │ │ │ │ ├── settings.dtd.i │ │ │ │ │ │ ├── sidebar.dtd.i │ │ │ │ │ │ ├── subscription.dtd.i │ │ │ │ │ │ ├── subscription_selection.dtd.i │ │ │ │ │ │ ├── tip__subscriptions.dtd.i │ │ │ │ │ │ └── typo.properties.i │ │ │ │ └── skin │ │ │ │ │ ├── about.css.i │ │ │ │ │ ├── abp-icon-big.png.i │ │ │ │ │ ├── abp-status-16.png.i │ │ │ │ │ ├── abp-status.png.i │ │ │ │ │ ├── adblockplus.png.i │ │ │ │ │ ├── ajax-loader.gif.i │ │ │ │ │ ├── background.png.i │ │ │ │ │ ├── checkbox.png.i │ │ │ │ │ ├── classic │ │ │ │ │ ├── about.css.i │ │ │ │ │ ├── abp-defunc-16.png.i │ │ │ │ │ ├── abp-defunc.png.i │ │ │ │ │ ├── abp-disabled-16.png.i │ │ │ │ │ ├── abp-disabled.png.i │ │ │ │ │ ├── abp-enabled-16.png.i │ │ │ │ │ ├── abp-enabled.png.i │ │ │ │ │ ├── abp-status-16.png.i │ │ │ │ │ ├── abp-status-fennec.png.i │ │ │ │ │ ├── abp-status.png.i │ │ │ │ │ ├── abp-whitelisted-16.png.i │ │ │ │ │ ├── abp-whitelisted.png.i │ │ │ │ │ ├── adblockplus.png.i │ │ │ │ │ ├── blocked.png.i │ │ │ │ │ ├── checkbox-checked.gif.i │ │ │ │ │ ├── checkbox.gif.i │ │ │ │ │ ├── checkbox.png.i │ │ │ │ │ ├── checked-green.png.i │ │ │ │ │ ├── checked-red.png.i │ │ │ │ │ ├── close.png.i │ │ │ │ │ ├── composer.css.i │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ ├── fennec_overlay.css.i │ │ │ │ │ ├── findbar │ │ │ │ │ │ ├── close.png.i │ │ │ │ │ │ ├── find.png.i │ │ │ │ │ │ ├── find_bar.css.i │ │ │ │ │ │ ├── notfound.png.i │ │ │ │ │ │ └── wrap.png.i │ │ │ │ │ ├── item-blocked.png.i │ │ │ │ │ ├── item-state.png.i │ │ │ │ │ ├── item-whitelisted.png.i │ │ │ │ │ ├── overlay.css.i │ │ │ │ │ ├── regexp.gif.i │ │ │ │ │ ├── settings.css.i │ │ │ │ │ ├── sidebar.css.i │ │ │ │ │ ├── subscription.css.i │ │ │ │ │ ├── tip__subscriptions.css.i │ │ │ │ │ └── unchecked.gif.i │ │ │ │ │ ├── close.png.i │ │ │ │ │ ├── composer.css.i │ │ │ │ │ ├── contents.rdf.i │ │ │ │ │ ├── features │ │ │ │ │ ├── malware.png.i │ │ │ │ │ ├── social.png.i │ │ │ │ │ ├── tracking.png.i │ │ │ │ │ └── typo.png.i │ │ │ │ │ ├── filters.css.i │ │ │ │ │ ├── findbar │ │ │ │ │ ├── close.png.i │ │ │ │ │ ├── find.png.i │ │ │ │ │ ├── find_bar.css.i │ │ │ │ │ ├── notfound.png.i │ │ │ │ │ └── wrap.png.i │ │ │ │ │ ├── first_run.css.i │ │ │ │ │ ├── icon16.png.i │ │ │ │ │ ├── item-state.png.i │ │ │ │ │ ├── overlay.css.i │ │ │ │ │ ├── regexp.gif.i │ │ │ │ │ ├── sea_monkey_hack.css.i │ │ │ │ │ ├── send_report.css.i │ │ │ │ │ ├── settings.css.i │ │ │ │ │ ├── sidebar.css.i │ │ │ │ │ ├── slow.png.i │ │ │ │ │ ├── social │ │ │ │ │ ├── facebook.png.i │ │ │ │ │ ├── gplus.png.i │ │ │ │ │ └── twitter.png.i │ │ │ │ │ ├── subscription.css.i │ │ │ │ │ ├── subscription_selection.css.i │ │ │ │ │ ├── subscription_selection_fennec.css.i │ │ │ │ │ └── tip__subscriptions.css.i │ │ │ ├── components │ │ │ │ ├── _adblock_plus.js.i │ │ │ │ ├── _initializer.js.i │ │ │ │ ├── ns_adblock_plus.js.i │ │ │ │ └── ns_adblock_plus.xpt.i │ │ │ ├── content_policy.js.i │ │ │ ├── create__xpi.pl.i │ │ │ ├── defaults │ │ │ │ ├── patterns.ini.i │ │ │ │ ├── preferences │ │ │ │ │ ├── adblockplus.js.i │ │ │ │ │ └── prefs.js.i │ │ │ │ ├── prefs.js.i │ │ │ │ └── typo_rules.json.i │ │ │ ├── elem_hide.js.i │ │ │ ├── filter_classes.js.i │ │ │ ├── filter_listener.js.i │ │ │ ├── filter_notifier.js.i │ │ │ ├── filter_storage.js.i │ │ │ ├── generate_docs.pl.i │ │ │ ├── generate_locale_contents_r_d_f.pl.i │ │ │ ├── icon.png.i │ │ │ ├── icon64.png.i │ │ │ ├── install.js.i │ │ │ ├── install.rdf.i │ │ │ ├── io.js.i │ │ │ ├── kmeleon │ │ │ │ ├── _app_integration_k_meleon.jsm.i │ │ │ │ ├── adblockplus.cpp.i │ │ │ │ ├── adblockplus.h.i │ │ │ │ ├── adblockplus.js.i │ │ │ │ ├── adblockplus.kmm.i │ │ │ │ ├── adblockplus__extra.js.i │ │ │ │ ├── browser.js.i │ │ │ │ ├── build.pl.i │ │ │ │ ├── build__all.pl.i │ │ │ │ ├── build__devbuild.pl.i │ │ │ │ ├── build__devbuilds.pl.i │ │ │ │ ├── callbacks.cpp.i │ │ │ │ ├── contextmenu.js.i │ │ │ │ ├── document.js.i │ │ │ │ ├── dtdreader.js.i │ │ │ │ ├── element.js.i │ │ │ │ ├── global.js.i │ │ │ │ ├── globals.cpp.i │ │ │ │ ├── imgdecoder.cpp.i │ │ │ │ ├── imgobserver.cpp.i │ │ │ │ ├── initialization.cpp.i │ │ │ │ ├── jsdefs.cpp.i │ │ │ │ ├── jstools.cpp.i │ │ │ │ ├── listener.cpp.i │ │ │ │ ├── mediator.js.i │ │ │ │ ├── misc.cpp.i │ │ │ │ ├── plugin__defs.cpp.i │ │ │ │ ├── plugindefs.cpp.i │ │ │ │ ├── scriptable.cpp.i │ │ │ │ └── window.js.i │ │ │ ├── lib │ │ │ │ ├── _public.jsm.i │ │ │ │ ├── app_support.js.i │ │ │ │ ├── content_policy.js.i │ │ │ │ ├── elem_hide.js.i │ │ │ │ ├── elem_hide_hit_registration.js.i │ │ │ │ ├── filter_classes.js.i │ │ │ │ ├── filter_listener.js.i │ │ │ │ ├── filter_notifier.js.i │ │ │ │ ├── filter_storage.js.i │ │ │ │ ├── io.js.i │ │ │ │ ├── main.js.i │ │ │ │ ├── matcher.js.i │ │ │ │ ├── object_tabs.js.i │ │ │ │ ├── request_notifier.js.i │ │ │ │ ├── subscription_classes.js.i │ │ │ │ ├── sync.js.i │ │ │ │ ├── synchronizer.js.i │ │ │ │ ├── timeline.js.i │ │ │ │ ├── typo_app_integration.js.i │ │ │ │ ├── typo_bootstrap.js.i │ │ │ │ ├── typo_collector.js.i │ │ │ │ ├── typo_fixer.js.i │ │ │ │ ├── typo_net_error.js.i │ │ │ │ ├── typo_rules.js.i │ │ │ │ ├── typo_survey.js.i │ │ │ │ ├── ui.js.i │ │ │ │ └── utils.js.i │ │ │ ├── main.js.i │ │ │ ├── make__babelzilla__build.pl.i │ │ │ ├── make__debug.pl.i │ │ │ ├── make__devbuild.pl.i │ │ │ ├── make__release.pl.i │ │ │ ├── matcher.js.i │ │ │ ├── metadata.gecko.i │ │ │ ├── metadata.i │ │ │ ├── mochitest │ │ │ │ ├── _mochi_kit │ │ │ │ │ ├── ____package____.js.i │ │ │ │ │ ├── _async.js.i │ │ │ │ │ ├── _base.js.i │ │ │ │ │ ├── _color.js.i │ │ │ │ │ ├── _controls.js.i │ │ │ │ │ ├── _d_o_m.js.i │ │ │ │ │ ├── _date_time.js.i │ │ │ │ │ ├── _drag_and_drop.js.i │ │ │ │ │ ├── _format.js.i │ │ │ │ │ ├── _iter.js.i │ │ │ │ │ ├── _l_i_c_e_n_s_e.txt.i │ │ │ │ │ ├── _logging.js.i │ │ │ │ │ ├── _logging_pane.js.i │ │ │ │ │ ├── _mochi_kit.js.i │ │ │ │ │ ├── _mock_d_o_m.js.i │ │ │ │ │ ├── _new.js.i │ │ │ │ │ ├── _signal.js.i │ │ │ │ │ ├── _sortable.js.i │ │ │ │ │ ├── _style.js.i │ │ │ │ │ ├── _test.js.i │ │ │ │ │ ├── _visual.js.i │ │ │ │ │ └── packed.js.i │ │ │ │ ├── harness-abp.xul.i │ │ │ │ ├── harness-overlay.xul.i │ │ │ │ ├── httpd.js.i │ │ │ │ ├── server.js.i │ │ │ │ ├── static │ │ │ │ │ └── harness.css.i │ │ │ │ └── tests │ │ │ │ │ ├── _simple_test │ │ │ │ │ ├── _event_utils.js.i │ │ │ │ │ ├── _mozilla_file_logger.js.i │ │ │ │ │ ├── _simple_test.js.i │ │ │ │ │ ├── _test_runner.js.i │ │ │ │ │ ├── _window_snapshot.js.i │ │ │ │ │ ├── quit.js.i │ │ │ │ │ ├── setup.js.i │ │ │ │ │ └── test.css.i │ │ │ │ │ ├── common.js.i │ │ │ │ │ ├── performance │ │ │ │ │ ├── common.js.i │ │ │ │ │ ├── data │ │ │ │ │ │ ├── addresses.txt.i │ │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ │ ├── filters.txt.i │ │ │ │ │ │ ├── testpages.jar.d │ │ │ │ │ │ └── testpages.jar.i │ │ │ │ │ ├── elemhide__selectors.html.i │ │ │ │ │ ├── filter__from_text.html.i │ │ │ │ │ ├── matcher__init.html.i │ │ │ │ │ ├── matching.html.i │ │ │ │ │ ├── memory__use1.html.i │ │ │ │ │ ├── memory__use2.html.i │ │ │ │ │ └── page__load__overhead.html.i │ │ │ │ │ ├── test__domain_restrictions.html.i │ │ │ │ │ ├── test__elemhide.html.i │ │ │ │ │ ├── test__filter_classes.html.i │ │ │ │ │ ├── test__filter_listener.html.i │ │ │ │ │ ├── test__filter_storage.html.i │ │ │ │ │ ├── test__filter_storage__readwrite.html.i │ │ │ │ │ ├── test__matcher.html.i │ │ │ │ │ ├── test__policy.html.i │ │ │ │ │ ├── test__regexp_filters__matching.html.i │ │ │ │ │ ├── test__request_list.html.i │ │ │ │ │ ├── test__subscription_classes.html.i │ │ │ │ │ ├── test__synchronizer.html.i │ │ │ │ │ └── ui │ │ │ │ │ ├── common.js.i │ │ │ │ │ └── test__icon__status.html.i │ │ │ ├── modules │ │ │ │ ├── _app_integration.jsm.i │ │ │ │ ├── _app_integration_fennec.jsm.i │ │ │ │ ├── _app_integration_fennec_native.jsm.i │ │ │ │ ├── _bootstrap.jsm.i │ │ │ │ ├── _content_policy.jsm.i │ │ │ │ ├── _content_policy_remote.jsm.i │ │ │ │ ├── _elem_hide.jsm.i │ │ │ │ ├── _elem_hide_remote.jsm.i │ │ │ │ ├── _filter_classes.jsm.i │ │ │ │ ├── _filter_listener.jsm.i │ │ │ │ ├── _filter_notifier.jsm.i │ │ │ │ ├── _filter_storage.jsm.i │ │ │ │ ├── _i_o.jsm.i │ │ │ │ ├── _matcher.jsm.i │ │ │ │ ├── _object_tabs.jsm.i │ │ │ │ ├── _prefs.jsm.i │ │ │ │ ├── _public.jsm.i │ │ │ │ ├── _request_list.jsm.i │ │ │ │ ├── _request_notifier.jsm.i │ │ │ │ ├── _subscription_classes.jsm.i │ │ │ │ ├── _survey.jsm.i │ │ │ │ ├── _sync.jsm.i │ │ │ │ ├── _synchronizer.jsm.i │ │ │ │ ├── _time_line.jsm.i │ │ │ │ └── _utils.jsm.i │ │ │ ├── normalize_locales.pl.i │ │ │ ├── ns_adblock_plus.idl.i │ │ │ ├── object_tabs.js.i │ │ │ ├── remove__string.pl.i │ │ │ ├── request_notifier.js.i │ │ │ ├── search__and__replace.pl.i │ │ │ ├── setup_test_environment.pl.i │ │ │ ├── subscription_classes.js.i │ │ │ ├── sync.js.i │ │ │ ├── synchronizer.js.i │ │ │ ├── test__locales.pl.i │ │ │ ├── timeline.js.i │ │ │ ├── ui.js.i │ │ │ ├── update__locales.py.i │ │ │ ├── update_findbar_d_t_d.pl.i │ │ │ ├── utils.js.i │ │ │ ├── validate_checksum.pl.i │ │ │ ├── validate_checksum.py.i │ │ │ ├── version.i │ │ │ ├── ~2ehgignore.i │ │ │ ├── ~2ehgsub.i │ │ │ ├── ~2ehgsubstate.i │ │ │ └── ~2ehgtags.i │ │ ├── fncache │ │ └── undo │ ├── undo.bookmarks │ ├── undo.branch │ ├── undo.desc │ └── undo.dirstate ├── .hgignore ├── .hgsub ├── .hgsubstate ├── .hgtags ├── addChecksum.py ├── build.py ├── buildtools │ ├── .hg │ │ ├── 00changelog.i │ │ ├── branch │ │ ├── cache │ │ │ └── branchheads │ │ ├── dirstate │ │ ├── hgrc │ │ ├── requires │ │ ├── store │ │ │ ├── 00changelog.i │ │ │ ├── 00manifest.i │ │ │ ├── data │ │ │ │ ├── ____init____.py.i │ │ │ │ ├── _locale_tester.pm.i │ │ │ │ ├── _packager.pm.i │ │ │ │ ├── bootstrap.js.tmpl.i │ │ │ │ ├── build.py.i │ │ │ │ ├── chainedconfigparser.py.i │ │ │ │ ├── chrome_devenv_poller____.js.tmpl.i │ │ │ │ ├── create__xpi.pl.i │ │ │ │ ├── install.rdf.tmpl.i │ │ │ │ ├── key_selector.js.i │ │ │ │ ├── lib │ │ │ │ │ ├── hooks.js.i │ │ │ │ │ ├── key_selector.js.i │ │ │ │ │ ├── prefs.js.i │ │ │ │ │ └── window_observer.js.i │ │ │ │ ├── locale_sync_chrome.py.i │ │ │ │ ├── locale_tools.py.i │ │ │ │ ├── make__babelzilla__build.pl.i │ │ │ │ ├── make__devbuild.pl.i │ │ │ │ ├── make__release.pl.i │ │ │ │ ├── manifest.json.tmpl.i │ │ │ │ ├── packager.py.i │ │ │ │ ├── packager_chrome.py.i │ │ │ │ ├── packager_gecko.py.i │ │ │ │ ├── packager_k_meleon.py.i │ │ │ │ ├── prefs.js.i │ │ │ │ ├── public_suffix_list_updater.py.i │ │ │ │ ├── release_automation.py.i │ │ │ │ ├── release_automation_gecko.py.i │ │ │ │ ├── release_automation_k_meleon.py.i │ │ │ │ ├── setup_test_environment.pl.i │ │ │ │ ├── show__descriptions.pl.i │ │ │ │ ├── window_observer.js.i │ │ │ │ ├── ~2ehgignore.i │ │ │ │ ├── ~2ehgsub.i │ │ │ │ ├── ~2ehgsubstate.i │ │ │ │ └── ~2ehgtags.i │ │ │ ├── fncache │ │ │ └── undo │ │ ├── undo.bookmarks │ │ ├── undo.branch │ │ ├── undo.desc │ │ └── undo.dirstate │ ├── .hgignore │ ├── .hgsub │ ├── .hgsubstate │ ├── .hgtags │ ├── LocaleTester.pm │ ├── __init__.py │ ├── bootstrap.js.tmpl │ ├── build.py │ ├── chainedconfigparser.py │ ├── chromeDevenvPoller__.js.tmpl │ ├── install.rdf.tmpl │ ├── jshydra │ │ ├── .hg │ │ │ ├── 00changelog.i │ │ │ ├── branch │ │ │ ├── cache │ │ │ │ └── branchheads │ │ │ ├── dirstate │ │ │ ├── hgrc │ │ │ ├── requires │ │ │ ├── store │ │ │ │ ├── 00changelog.i │ │ │ │ ├── 00manifest.i │ │ │ │ ├── data │ │ │ │ │ ├── ____init____.py.i │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ │ ├── abp__rewrite.py.i │ │ │ │ │ ├── autotest.py.i │ │ │ │ │ ├── autotest │ │ │ │ │ │ ├── abprewrite__source.js.i │ │ │ │ │ │ ├── test__abprewrite.js.expected.i │ │ │ │ │ │ ├── test__abprewrite.js.i │ │ │ │ │ │ ├── test__abprewrite__module.js.expected.i │ │ │ │ │ │ ├── test__abprewrite__module.js.i │ │ │ │ │ │ ├── test__comments.js.expected.i │ │ │ │ │ │ ├── test__comments.js.i │ │ │ │ │ │ ├── test__globals.js.expected.i │ │ │ │ │ │ ├── test__globals.js.i │ │ │ │ │ │ ├── test__trueast.js.expected.i │ │ │ │ │ │ ├── test__trueast.js.i │ │ │ │ │ │ ├── ~7etest__comments.js.i │ │ │ │ │ │ ├── ~7etest__globals.js.i │ │ │ │ │ │ └── ~7etest__trueast.js.i │ │ │ │ │ ├── check.py.i │ │ │ │ │ ├── configure.i │ │ │ │ │ ├── fake__js.sh.i │ │ │ │ │ ├── jshydra.c.i │ │ │ │ │ ├── jshydra.cpp.i │ │ │ │ │ ├── jshydra.js.i │ │ │ │ │ ├── jshydra__bridge.c.i │ │ │ │ │ ├── jshydra__bridge.cpp.i │ │ │ │ │ ├── jshydra__bridge.h.i │ │ │ │ │ ├── jshydra__funcs.c.i │ │ │ │ │ ├── jshydra__funcs.cpp.i │ │ │ │ │ ├── jshydra__funcs.h.i │ │ │ │ │ ├── jshydra__tokens.h.i │ │ │ │ │ ├── scripts │ │ │ │ │ │ ├── abprewrite-module.js.i │ │ │ │ │ │ ├── abprewrite.js.i │ │ │ │ │ │ ├── ast.js.i │ │ │ │ │ │ ├── ast_decompile.js.i │ │ │ │ │ │ ├── basic.js.i │ │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ │ ├── decompile.js.i │ │ │ │ │ │ ├── doxygen.js.i │ │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ │ ├── find_interfaces.js.i │ │ │ │ │ │ └── out_a_s_t_m_l.js.i │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── ast.js.i │ │ │ │ │ │ ├── basic.js.i │ │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ │ └── find_interfaces.js.i │ │ │ │ │ ├── utils.py.i │ │ │ │ │ ├── utils │ │ │ │ │ │ ├── astml.js.i │ │ │ │ │ │ ├── beautify.js.i │ │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ │ ├── comments.js.i │ │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ │ └── jstypes.js.i │ │ │ │ │ └── ~2ehgignore.i │ │ │ │ ├── fncache │ │ │ │ └── undo │ │ │ ├── undo.bookmarks │ │ │ ├── undo.branch │ │ │ ├── undo.desc │ │ │ └── undo.dirstate │ │ ├── .hgignore │ │ ├── README │ │ ├── __init__.py │ │ ├── abp_rewrite.py │ │ ├── autotest.py │ │ ├── autotest │ │ │ ├── abprewrite_source.js │ │ │ ├── test_abprewrite.js │ │ │ ├── test_abprewrite.js.expected │ │ │ ├── test_abprewrite_module.js │ │ │ ├── test_abprewrite_module.js.expected │ │ │ ├── test_comments.js.expected │ │ │ ├── test_globals.js.expected │ │ │ ├── test_trueast.js.expected │ │ │ ├── ~test_comments.js │ │ │ ├── ~test_globals.js │ │ │ └── ~test_trueast.js │ │ ├── jshydra.js │ │ ├── scripts │ │ │ ├── abprewrite.js │ │ │ ├── ast.js │ │ │ ├── astDecompile.js │ │ │ ├── basic.js │ │ │ ├── decompile.js │ │ │ ├── doxygen.js │ │ │ ├── dxr.js │ │ │ ├── findInterfaces.js │ │ │ └── outASTML.js │ │ ├── utils.py │ │ └── utils │ │ │ ├── astml.js │ │ │ ├── beautify.js │ │ │ ├── cleanast.js │ │ │ ├── comments.js │ │ │ ├── dumpast.js │ │ │ └── jstypes.js │ ├── lib │ │ ├── hooks.js │ │ ├── keySelector.js │ │ ├── prefs.js │ │ └── windowObserver.js │ ├── localeTools.py │ ├── manifest.json.tmpl │ ├── packager.py │ ├── packagerChrome.py │ ├── packagerGecko.py │ ├── publicSuffixListUpdater.py │ └── releaseAutomationGecko.py ├── chrome.manifest ├── chrome │ ├── content │ │ ├── errors.html │ │ ├── objtabs.css │ │ └── ui │ │ │ ├── composer.js │ │ │ ├── composer.xul │ │ │ ├── fennecSettings.xul │ │ │ ├── filters-backup.js │ │ │ ├── filters-filteractions.js │ │ │ ├── filters-filterview.js │ │ │ ├── filters-search.js │ │ │ ├── filters-subscriptionactions.js │ │ │ ├── filters-subscriptionview.js │ │ │ ├── filters.js │ │ │ ├── filters.xul │ │ │ ├── firstRun.html │ │ │ ├── firstRun.js │ │ │ ├── flasher.js │ │ │ ├── i18n.js │ │ │ ├── overlay.xul │ │ │ ├── progressBar.js │ │ │ ├── progressBar.xul │ │ │ ├── sendReport.js │ │ │ ├── sendReport.xul │ │ │ ├── settings.xul │ │ │ ├── sidebar.js │ │ │ ├── sidebar.xul │ │ │ ├── sidebarDetached.xul │ │ │ ├── subscriptionSelection.js │ │ │ ├── subscriptionSelection.xul │ │ │ ├── subscriptions.xml │ │ │ └── utils.js │ ├── locale │ │ └── en-US │ │ │ ├── composer.dtd │ │ │ ├── filters.dtd │ │ │ ├── firstRun.properties │ │ │ ├── global.properties │ │ │ ├── meta.properties │ │ │ ├── overlay.dtd │ │ │ ├── sendReport.dtd │ │ │ ├── sidebar.dtd │ │ │ └── subscriptionSelection.dtd │ └── skin │ │ ├── abp-icon-big.png │ │ ├── ajax-loader.gif │ │ ├── background.png │ │ ├── composer.css │ │ ├── features │ │ ├── malware.png │ │ ├── social.png │ │ └── tracking.png │ │ ├── filters.css │ │ ├── firstRun.css │ │ ├── mad-scientist.jpg │ │ ├── oldskin │ │ ├── abp-icon-big.png │ │ ├── abp-status-16.png │ │ ├── abp-status.png │ │ ├── background.png │ │ ├── checkbox.png │ │ ├── close.png │ │ ├── item-state.png │ │ └── slow.png │ │ ├── overlay.css │ │ ├── sendReport.css │ │ ├── sidebar.css │ │ ├── social │ │ ├── facebook.png │ │ ├── gplus.png │ │ └── twitter.png │ │ └── subscriptionSelection.css ├── defaults │ ├── patterns.ini │ └── prefs.js ├── icon.png ├── icon64.png ├── lib │ ├── Public.jsm │ ├── appSupport.js │ ├── contentPolicy.js │ ├── elemHide.js │ ├── elemHideHitRegistration.js │ ├── filterClasses.js │ ├── filterListener.js │ ├── filterNotifier.js │ ├── filterStorage.js │ ├── io.js │ ├── main.js │ ├── matcher.js │ ├── objectTabs.js │ ├── requestNotifier.js │ ├── subscriptionClasses.js │ ├── sync.js │ ├── synchronizer.js │ ├── timeline.js │ ├── ui.js │ └── utils.js ├── metadata.gecko ├── normalizeLocales.pl ├── search_and_replace.pl ├── test_locales.pl ├── update_locales.py └── validateChecksum.py ├── adblockplustests ├── .hg │ ├── 00changelog.i │ ├── branch │ ├── cache │ │ └── branchheads │ ├── dirstate │ ├── hgrc │ ├── requires │ ├── store │ │ ├── 00changelog.i │ │ ├── 00manifest.i │ │ ├── data │ │ │ ├── build.py.i │ │ │ ├── chrome.manifest.i │ │ │ ├── chrome │ │ │ │ ├── content │ │ │ │ │ ├── _mochi_kit │ │ │ │ │ │ ├── ____package____.js.i │ │ │ │ │ │ ├── _async.js.i │ │ │ │ │ │ ├── _base.js.i │ │ │ │ │ │ ├── _color.js.i │ │ │ │ │ │ ├── _controls.js.i │ │ │ │ │ │ ├── _d_o_m.js.i │ │ │ │ │ │ ├── _date_time.js.i │ │ │ │ │ │ ├── _drag_and_drop.js.i │ │ │ │ │ │ ├── _format.js.i │ │ │ │ │ │ ├── _iter.js.i │ │ │ │ │ │ ├── _l_i_c_e_n_s_e.txt.i │ │ │ │ │ │ ├── _logging.js.i │ │ │ │ │ │ ├── _logging_pane.js.i │ │ │ │ │ │ ├── _mochi_kit.js.i │ │ │ │ │ │ ├── _mock_d_o_m.js.i │ │ │ │ │ │ ├── _new.js.i │ │ │ │ │ │ ├── _position.js.i │ │ │ │ │ │ ├── _selector.js.i │ │ │ │ │ │ ├── _signal.js.i │ │ │ │ │ │ ├── _sortable.js.i │ │ │ │ │ │ ├── _style.js.i │ │ │ │ │ │ ├── _test.js.i │ │ │ │ │ │ ├── _visual.js.i │ │ │ │ │ │ └── packed.js.i │ │ │ │ │ ├── _mock_file_picker.jsm.i │ │ │ │ │ ├── chrome-harness.js.i │ │ │ │ │ ├── common.js.i │ │ │ │ │ ├── data │ │ │ │ │ │ ├── patterns.ini.d │ │ │ │ │ │ └── patterns.ini.i │ │ │ │ │ ├── harness-abp.xul.i │ │ │ │ │ ├── harness-overlay.xul.i │ │ │ │ │ ├── httpd.js.i │ │ │ │ │ ├── index.html.i │ │ │ │ │ ├── jquery-1.7.1.min.js.i │ │ │ │ │ ├── qunit.css.i │ │ │ │ │ ├── qunit.js.i │ │ │ │ │ ├── server.js.i │ │ │ │ │ ├── static │ │ │ │ │ │ └── harness.css.i │ │ │ │ │ └── tests │ │ │ │ │ │ ├── _simple_test │ │ │ │ │ │ ├── _chrome_powers.js.i │ │ │ │ │ │ ├── _chrome_utils.js.i │ │ │ │ │ │ ├── _event_utils.js.i │ │ │ │ │ │ ├── _log_controller.js.i │ │ │ │ │ │ ├── _mock_objects.js.i │ │ │ │ │ │ ├── _mozilla_file_logger.js.i │ │ │ │ │ │ ├── _mozilla_logger.js.i │ │ │ │ │ │ ├── _simple_test.js.i │ │ │ │ │ │ ├── _special_powers_observer_a_p_i.js.i │ │ │ │ │ │ ├── _test_runner.js.i │ │ │ │ │ │ ├── _window_snapshot.js.i │ │ │ │ │ │ ├── quit.js.i │ │ │ │ │ │ ├── setup.js.i │ │ │ │ │ │ ├── specialpowers_a_p_i.js.i │ │ │ │ │ │ └── test.css.i │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ ├── domain_restrictions.js.i │ │ │ │ │ │ ├── elemhide.js.i │ │ │ │ │ │ ├── filter_classes.js.i │ │ │ │ │ │ ├── filter_listener.js.i │ │ │ │ │ │ ├── filter_notifier.js.i │ │ │ │ │ │ ├── filter_storage.js.i │ │ │ │ │ │ ├── filter_storage__readwrite.js.i │ │ │ │ │ │ ├── matcher.js.i │ │ │ │ │ │ ├── performance │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ ├── data │ │ │ │ │ │ │ ├── addresses.txt.i │ │ │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ │ │ ├── filters.txt.i │ │ │ │ │ │ │ ├── testpages.jar.d │ │ │ │ │ │ │ └── testpages.jar.i │ │ │ │ │ │ ├── elemhide__selectors.html.i │ │ │ │ │ │ ├── filter__from_text.html.i │ │ │ │ │ │ ├── matcher__init.html.i │ │ │ │ │ │ ├── matching.html.i │ │ │ │ │ │ ├── memory__use1.html.i │ │ │ │ │ │ ├── memory__use2.html.i │ │ │ │ │ │ └── page__load__overhead.html.i │ │ │ │ │ │ ├── policy.js.i │ │ │ │ │ │ ├── popup_blocker.js.i │ │ │ │ │ │ ├── regexp_filters__matching.js.i │ │ │ │ │ │ ├── subscription_classes.js.i │ │ │ │ │ │ ├── test__domain_restrictions.html.i │ │ │ │ │ │ ├── test__elemhide.html.i │ │ │ │ │ │ ├── test__filter_classes.html.i │ │ │ │ │ │ ├── test__filter_listener.html.i │ │ │ │ │ │ ├── test__filter_storage.html.i │ │ │ │ │ │ ├── test__filter_storage__readwrite.html.i │ │ │ │ │ │ ├── test__matcher.html.i │ │ │ │ │ │ ├── test__policy.html.i │ │ │ │ │ │ ├── test__regexp_filters__matching.html.i │ │ │ │ │ │ ├── test__request_list.html.i │ │ │ │ │ │ ├── test__subscription_classes.html.i │ │ │ │ │ │ ├── test__synchronizer.html.i │ │ │ │ │ │ └── ui │ │ │ │ │ │ ├── common.js.i │ │ │ │ │ │ ├── icon__position.js.i │ │ │ │ │ │ └── test__icon__status.html.i │ │ │ │ └── locale │ │ │ │ │ └── en-_u_s │ │ │ │ │ └── meta.properties.i │ │ │ ├── lib │ │ │ │ └── main.js.i │ │ │ ├── metadata.gecko.i │ │ │ ├── metadata.i │ │ │ ├── mochitest │ │ │ │ ├── _mochi_kit │ │ │ │ │ ├── ____package____.js.i │ │ │ │ │ ├── _async.js.i │ │ │ │ │ ├── _base.js.i │ │ │ │ │ ├── _color.js.i │ │ │ │ │ ├── _controls.js.i │ │ │ │ │ ├── _d_o_m.js.i │ │ │ │ │ ├── _date_time.js.i │ │ │ │ │ ├── _drag_and_drop.js.i │ │ │ │ │ ├── _format.js.i │ │ │ │ │ ├── _iter.js.i │ │ │ │ │ ├── _l_i_c_e_n_s_e.txt.i │ │ │ │ │ ├── _logging.js.i │ │ │ │ │ ├── _logging_pane.js.i │ │ │ │ │ ├── _mochi_kit.js.i │ │ │ │ │ ├── _mock_d_o_m.js.i │ │ │ │ │ ├── _new.js.i │ │ │ │ │ ├── _signal.js.i │ │ │ │ │ ├── _sortable.js.i │ │ │ │ │ ├── _style.js.i │ │ │ │ │ ├── _test.js.i │ │ │ │ │ ├── _visual.js.i │ │ │ │ │ └── packed.js.i │ │ │ │ ├── harness-abp.xul.i │ │ │ │ ├── harness-overlay.xul.i │ │ │ │ ├── httpd.js.i │ │ │ │ ├── server.js.i │ │ │ │ ├── static │ │ │ │ │ └── harness.css.i │ │ │ │ └── tests │ │ │ │ │ ├── _simple_test │ │ │ │ │ ├── _event_utils.js.i │ │ │ │ │ ├── _mozilla_file_logger.js.i │ │ │ │ │ ├── _simple_test.js.i │ │ │ │ │ ├── _test_runner.js.i │ │ │ │ │ ├── _window_snapshot.js.i │ │ │ │ │ ├── quit.js.i │ │ │ │ │ ├── setup.js.i │ │ │ │ │ └── test.css.i │ │ │ │ │ ├── common.js.i │ │ │ │ │ ├── performance │ │ │ │ │ ├── common.js.i │ │ │ │ │ ├── data │ │ │ │ │ │ ├── addresses.txt.i │ │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ │ ├── filters.txt.i │ │ │ │ │ │ ├── testpages.jar.d │ │ │ │ │ │ └── testpages.jar.i │ │ │ │ │ ├── elemhide__selectors.html.i │ │ │ │ │ ├── elemhide__selectors__testdata.html.i │ │ │ │ │ ├── filter__from_text.html.i │ │ │ │ │ ├── matcher__init.html.i │ │ │ │ │ ├── matching.html.i │ │ │ │ │ ├── memory__use1.html.i │ │ │ │ │ ├── memory__use2.html.i │ │ │ │ │ └── page__load__overhead.html.i │ │ │ │ │ ├── test__domain_restrictions.html.i │ │ │ │ │ ├── test__elemhide.html.i │ │ │ │ │ ├── test__filter_classes.html.i │ │ │ │ │ ├── test__filter_listener.html.i │ │ │ │ │ ├── test__filter_storage.html.i │ │ │ │ │ ├── test__filter_storage__readwrite.html.d │ │ │ │ │ ├── test__filter_storage__readwrite.html.i │ │ │ │ │ ├── test__matcher.html.i │ │ │ │ │ ├── test__policy.html.i │ │ │ │ │ ├── test__regexp_filters__domains.html.i │ │ │ │ │ ├── test__regexp_filters__matching.html.i │ │ │ │ │ ├── test__request_list.html.i │ │ │ │ │ ├── test__request_list__memory.html.i │ │ │ │ │ ├── test__subscription_classes.html.i │ │ │ │ │ ├── test__synchronizer.html.i │ │ │ │ │ └── ui │ │ │ │ │ ├── common.js.i │ │ │ │ │ └── test__icon__status.html.i │ │ │ ├── ~2ehgignore.i │ │ │ ├── ~2ehgsub.i │ │ │ ├── ~2ehgsubstate.i │ │ │ └── ~2ehgtags.i │ │ ├── fncache │ │ └── undo │ ├── undo.bookmarks │ ├── undo.branch │ ├── undo.desc │ └── undo.dirstate ├── .hgignore ├── .hgsub ├── .hgsubstate ├── .hgtags ├── build.py ├── buildtools │ ├── .hg │ │ ├── 00changelog.i │ │ ├── branch │ │ ├── cache │ │ │ └── branchheads │ │ ├── dirstate │ │ ├── hgrc │ │ ├── requires │ │ ├── store │ │ │ ├── 00changelog.i │ │ │ ├── 00manifest.i │ │ │ ├── data │ │ │ │ ├── ____init____.py.i │ │ │ │ ├── _locale_tester.pm.i │ │ │ │ ├── _packager.pm.i │ │ │ │ ├── bootstrap.js.tmpl.i │ │ │ │ ├── build.py.i │ │ │ │ ├── chainedconfigparser.py.i │ │ │ │ ├── chrome_devenv_poller____.js.tmpl.i │ │ │ │ ├── create__xpi.pl.i │ │ │ │ ├── install.rdf.tmpl.i │ │ │ │ ├── key_selector.js.i │ │ │ │ ├── lib │ │ │ │ │ ├── hooks.js.i │ │ │ │ │ ├── key_selector.js.i │ │ │ │ │ ├── prefs.js.i │ │ │ │ │ └── window_observer.js.i │ │ │ │ ├── locale_sync_chrome.py.i │ │ │ │ ├── locale_tools.py.i │ │ │ │ ├── make__babelzilla__build.pl.i │ │ │ │ ├── make__devbuild.pl.i │ │ │ │ ├── make__release.pl.i │ │ │ │ ├── manifest.json.tmpl.i │ │ │ │ ├── packager.py.i │ │ │ │ ├── packager_chrome.py.i │ │ │ │ ├── packager_gecko.py.i │ │ │ │ ├── packager_k_meleon.py.i │ │ │ │ ├── prefs.js.i │ │ │ │ ├── public_suffix_list_updater.py.i │ │ │ │ ├── release_automation.py.i │ │ │ │ ├── release_automation_gecko.py.i │ │ │ │ ├── release_automation_k_meleon.py.i │ │ │ │ ├── setup_test_environment.pl.i │ │ │ │ ├── show__descriptions.pl.i │ │ │ │ ├── window_observer.js.i │ │ │ │ ├── ~2ehgignore.i │ │ │ │ ├── ~2ehgsub.i │ │ │ │ ├── ~2ehgsubstate.i │ │ │ │ └── ~2ehgtags.i │ │ │ ├── fncache │ │ │ └── undo │ │ ├── undo.bookmarks │ │ ├── undo.branch │ │ ├── undo.desc │ │ └── undo.dirstate │ ├── .hgignore │ ├── .hgsub │ ├── .hgsubstate │ ├── .hgtags │ ├── LocaleTester.pm │ ├── __init__.py │ ├── bootstrap.js.tmpl │ ├── build.py │ ├── chainedconfigparser.py │ ├── chromeDevenvPoller__.js.tmpl │ ├── install.rdf.tmpl │ ├── jshydra │ │ ├── .hg │ │ │ ├── 00changelog.i │ │ │ ├── branch │ │ │ ├── cache │ │ │ │ └── branchheads │ │ │ ├── dirstate │ │ │ ├── hgrc │ │ │ ├── requires │ │ │ ├── store │ │ │ │ ├── 00changelog.i │ │ │ │ ├── 00manifest.i │ │ │ │ ├── data │ │ │ │ │ ├── ____init____.py.i │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ │ ├── abp__rewrite.py.i │ │ │ │ │ ├── autotest.py.i │ │ │ │ │ ├── autotest │ │ │ │ │ │ ├── abprewrite__source.js.i │ │ │ │ │ │ ├── test__abprewrite.js.expected.i │ │ │ │ │ │ ├── test__abprewrite.js.i │ │ │ │ │ │ ├── test__abprewrite__module.js.expected.i │ │ │ │ │ │ ├── test__abprewrite__module.js.i │ │ │ │ │ │ ├── test__comments.js.expected.i │ │ │ │ │ │ ├── test__comments.js.i │ │ │ │ │ │ ├── test__globals.js.expected.i │ │ │ │ │ │ ├── test__globals.js.i │ │ │ │ │ │ ├── test__trueast.js.expected.i │ │ │ │ │ │ ├── test__trueast.js.i │ │ │ │ │ │ ├── ~7etest__comments.js.i │ │ │ │ │ │ ├── ~7etest__globals.js.i │ │ │ │ │ │ └── ~7etest__trueast.js.i │ │ │ │ │ ├── check.py.i │ │ │ │ │ ├── configure.i │ │ │ │ │ ├── fake__js.sh.i │ │ │ │ │ ├── jshydra.c.i │ │ │ │ │ ├── jshydra.cpp.i │ │ │ │ │ ├── jshydra.js.i │ │ │ │ │ ├── jshydra__bridge.c.i │ │ │ │ │ ├── jshydra__bridge.cpp.i │ │ │ │ │ ├── jshydra__bridge.h.i │ │ │ │ │ ├── jshydra__funcs.c.i │ │ │ │ │ ├── jshydra__funcs.cpp.i │ │ │ │ │ ├── jshydra__funcs.h.i │ │ │ │ │ ├── jshydra__tokens.h.i │ │ │ │ │ ├── scripts │ │ │ │ │ │ ├── abprewrite-module.js.i │ │ │ │ │ │ ├── abprewrite.js.i │ │ │ │ │ │ ├── ast.js.i │ │ │ │ │ │ ├── ast_decompile.js.i │ │ │ │ │ │ ├── basic.js.i │ │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ │ ├── decompile.js.i │ │ │ │ │ │ ├── doxygen.js.i │ │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ │ ├── find_interfaces.js.i │ │ │ │ │ │ └── out_a_s_t_m_l.js.i │ │ │ │ │ ├── tests │ │ │ │ │ │ ├── ast.js.i │ │ │ │ │ │ ├── basic.js.i │ │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ │ └── find_interfaces.js.i │ │ │ │ │ ├── utils.py.i │ │ │ │ │ ├── utils │ │ │ │ │ │ ├── astml.js.i │ │ │ │ │ │ ├── beautify.js.i │ │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ │ ├── comments.js.i │ │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ │ └── jstypes.js.i │ │ │ │ │ └── ~2ehgignore.i │ │ │ │ ├── fncache │ │ │ │ └── undo │ │ │ ├── undo.bookmarks │ │ │ ├── undo.branch │ │ │ ├── undo.desc │ │ │ └── undo.dirstate │ │ ├── .hgignore │ │ ├── README │ │ ├── __init__.py │ │ ├── abp_rewrite.py │ │ ├── autotest.py │ │ ├── autotest │ │ │ ├── abprewrite_source.js │ │ │ ├── test_abprewrite.js │ │ │ ├── test_abprewrite.js.expected │ │ │ ├── test_abprewrite_module.js │ │ │ ├── test_abprewrite_module.js.expected │ │ │ ├── test_comments.js.expected │ │ │ ├── test_globals.js.expected │ │ │ ├── test_trueast.js.expected │ │ │ ├── ~test_comments.js │ │ │ ├── ~test_globals.js │ │ │ └── ~test_trueast.js │ │ ├── jshydra.js │ │ ├── scripts │ │ │ ├── abprewrite.js │ │ │ ├── ast.js │ │ │ ├── astDecompile.js │ │ │ ├── basic.js │ │ │ ├── decompile.js │ │ │ ├── doxygen.js │ │ │ ├── dxr.js │ │ │ ├── findInterfaces.js │ │ │ └── outASTML.js │ │ ├── utils.py │ │ └── utils │ │ │ ├── astml.js │ │ │ ├── beautify.js │ │ │ ├── cleanast.js │ │ │ ├── comments.js │ │ │ ├── dumpast.js │ │ │ └── jstypes.js │ ├── lib │ │ ├── hooks.js │ │ ├── keySelector.js │ │ ├── prefs.js │ │ └── windowObserver.js │ ├── localeTools.py │ ├── manifest.json.tmpl │ ├── packager.py │ ├── packagerChrome.py │ ├── packagerGecko.py │ ├── publicSuffixListUpdater.py │ └── releaseAutomationGecko.py ├── chrome.manifest ├── chrome │ ├── content │ │ ├── common.js │ │ ├── data │ │ │ └── patterns.ini │ │ ├── httpd.js │ │ ├── index.html │ │ ├── jquery-1.7.1.min.js │ │ ├── qunit.css │ │ ├── qunit.js │ │ └── tests │ │ │ ├── domainRestrictions.js │ │ │ ├── elemhide.js │ │ │ ├── filterClasses.js │ │ │ ├── filterListener.js │ │ │ ├── filterNotifier.js │ │ │ ├── filterStorage.js │ │ │ ├── filterStorage_readwrite.js │ │ │ ├── matcher.js │ │ │ ├── performance │ │ │ ├── common.js │ │ │ ├── data │ │ │ │ ├── addresses.txt │ │ │ │ ├── elemhide_selectors_testdata.html │ │ │ │ ├── filters.txt │ │ │ │ └── testpages.jar │ │ │ ├── elemhide_selectors.html │ │ │ ├── filter_fromText.html │ │ │ ├── matcher_init.html │ │ │ ├── matching.html │ │ │ ├── memory_use1.html │ │ │ ├── memory_use2.html │ │ │ └── page_load_overhead.html │ │ │ ├── policy.js │ │ │ ├── popupBlocker.js │ │ │ ├── regexpFilters_matching.js │ │ │ ├── subscriptionClasses.js │ │ │ ├── test_requestList.html │ │ │ ├── test_synchronizer.html │ │ │ └── ui │ │ │ ├── icon_position.js │ │ │ └── test_icon_status.html │ └── locale │ │ └── en-US │ │ └── meta.properties ├── lib │ └── main.js └── metadata.gecko ├── background.js ├── block.html ├── block.js ├── build.py ├── buildcrx.sh ├── buildtools ├── .hg │ ├── 00changelog.i │ ├── branch │ ├── cache │ │ └── branchheads │ ├── dirstate │ ├── hgrc │ ├── requires │ ├── store │ │ ├── 00changelog.i │ │ ├── 00manifest.i │ │ ├── data │ │ │ ├── ____init____.py.i │ │ │ ├── _locale_tester.pm.i │ │ │ ├── _packager.pm.i │ │ │ ├── bootstrap.js.tmpl.i │ │ │ ├── build.py.i │ │ │ ├── chainedconfigparser.py.i │ │ │ ├── chrome_devenv_poller____.js.tmpl.i │ │ │ ├── create__xpi.pl.i │ │ │ ├── install.rdf.tmpl.i │ │ │ ├── key_selector.js.i │ │ │ ├── lib │ │ │ │ ├── hooks.js.i │ │ │ │ ├── key_selector.js.i │ │ │ │ ├── prefs.js.i │ │ │ │ └── window_observer.js.i │ │ │ ├── locale_sync_chrome.py.i │ │ │ ├── locale_tools.py.i │ │ │ ├── make__babelzilla__build.pl.i │ │ │ ├── make__devbuild.pl.i │ │ │ ├── make__release.pl.i │ │ │ ├── manifest.json.tmpl.i │ │ │ ├── packager.py.i │ │ │ ├── packager_chrome.py.i │ │ │ ├── packager_gecko.py.i │ │ │ ├── packager_k_meleon.py.i │ │ │ ├── prefs.js.i │ │ │ ├── public_suffix_list_updater.py.i │ │ │ ├── release_automation.py.i │ │ │ ├── release_automation_gecko.py.i │ │ │ ├── release_automation_k_meleon.py.i │ │ │ ├── setup_test_environment.pl.i │ │ │ ├── show__descriptions.pl.i │ │ │ ├── window_observer.js.i │ │ │ ├── ~2ehgignore.i │ │ │ ├── ~2ehgsub.i │ │ │ ├── ~2ehgsubstate.i │ │ │ └── ~2ehgtags.i │ │ ├── fncache │ │ └── undo │ ├── undo.bookmarks │ ├── undo.branch │ ├── undo.desc │ └── undo.dirstate ├── .hgignore ├── .hgsub ├── .hgsubstate ├── .hgtags ├── LocaleTester.pm ├── __init__.py ├── bootstrap.js.tmpl ├── build.py ├── chainedconfigparser.py ├── chromeDevenvPoller__.js.tmpl ├── install.rdf.tmpl ├── jshydra │ ├── .hg │ │ ├── 00changelog.i │ │ ├── branch │ │ ├── cache │ │ │ └── branchheads │ │ ├── dirstate │ │ ├── hgrc │ │ ├── requires │ │ ├── store │ │ │ ├── 00changelog.i │ │ │ ├── 00manifest.i │ │ │ ├── data │ │ │ │ ├── ____init____.py.i │ │ │ │ ├── _makefile.i │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ ├── abp__rewrite.py.i │ │ │ │ ├── autotest.py.i │ │ │ │ ├── autotest │ │ │ │ │ ├── abprewrite__source.js.i │ │ │ │ │ ├── test__abprewrite.js.expected.i │ │ │ │ │ ├── test__abprewrite.js.i │ │ │ │ │ ├── test__abprewrite__module.js.expected.i │ │ │ │ │ ├── test__abprewrite__module.js.i │ │ │ │ │ ├── test__comments.js.expected.i │ │ │ │ │ ├── test__comments.js.i │ │ │ │ │ ├── test__globals.js.expected.i │ │ │ │ │ ├── test__globals.js.i │ │ │ │ │ ├── test__trueast.js.expected.i │ │ │ │ │ ├── test__trueast.js.i │ │ │ │ │ ├── ~7etest__comments.js.i │ │ │ │ │ ├── ~7etest__globals.js.i │ │ │ │ │ └── ~7etest__trueast.js.i │ │ │ │ ├── check.py.i │ │ │ │ ├── configure.i │ │ │ │ ├── fake__js.sh.i │ │ │ │ ├── jshydra.c.i │ │ │ │ ├── jshydra.cpp.i │ │ │ │ ├── jshydra.js.i │ │ │ │ ├── jshydra__bridge.c.i │ │ │ │ ├── jshydra__bridge.cpp.i │ │ │ │ ├── jshydra__bridge.h.i │ │ │ │ ├── jshydra__funcs.c.i │ │ │ │ ├── jshydra__funcs.cpp.i │ │ │ │ ├── jshydra__funcs.h.i │ │ │ │ ├── jshydra__tokens.h.i │ │ │ │ ├── scripts │ │ │ │ │ ├── abprewrite-module.js.i │ │ │ │ │ ├── abprewrite.js.i │ │ │ │ │ ├── ast.js.i │ │ │ │ │ ├── ast_decompile.js.i │ │ │ │ │ ├── basic.js.i │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ ├── decompile.js.i │ │ │ │ │ ├── doxygen.js.i │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ ├── find_interfaces.js.i │ │ │ │ │ └── out_a_s_t_m_l.js.i │ │ │ │ ├── tests │ │ │ │ │ ├── ast.js.i │ │ │ │ │ ├── basic.js.i │ │ │ │ │ ├── dxr.js.i │ │ │ │ │ └── find_interfaces.js.i │ │ │ │ ├── utils.py.i │ │ │ │ ├── utils │ │ │ │ │ ├── astml.js.i │ │ │ │ │ ├── beautify.js.i │ │ │ │ │ ├── cleanast.js.i │ │ │ │ │ ├── comments.js.i │ │ │ │ │ ├── dumpast.js.i │ │ │ │ │ └── jstypes.js.i │ │ │ │ └── ~2ehgignore.i │ │ │ ├── fncache │ │ │ └── undo │ │ ├── undo.bookmarks │ │ ├── undo.branch │ │ ├── undo.desc │ │ └── undo.dirstate │ ├── .hgignore │ ├── README │ ├── __init__.py │ ├── abp_rewrite.py │ ├── autotest.py │ ├── autotest │ │ ├── abprewrite_source.js │ │ ├── test_abprewrite.js │ │ ├── test_abprewrite.js.expected │ │ ├── test_abprewrite_module.js │ │ ├── test_abprewrite_module.js.expected │ │ ├── test_comments.js.expected │ │ ├── test_globals.js.expected │ │ ├── test_trueast.js.expected │ │ ├── ~test_comments.js │ │ ├── ~test_globals.js │ │ └── ~test_trueast.js │ ├── jshydra.js │ ├── scripts │ │ ├── abprewrite.js │ │ ├── ast.js │ │ ├── astDecompile.js │ │ ├── basic.js │ │ ├── decompile.js │ │ ├── doxygen.js │ │ ├── dxr.js │ │ ├── findInterfaces.js │ │ └── outASTML.js │ ├── utils.py │ └── utils │ │ ├── astml.js │ │ ├── beautify.js │ │ ├── cleanast.js │ │ ├── comments.js │ │ ├── dumpast.js │ │ └── jstypes.js ├── lib │ ├── hooks.js │ ├── keySelector.js │ ├── prefs.js │ └── windowObserver.js ├── localeTools.py ├── manifest.json.tmpl ├── packager.py ├── packagerChrome.py ├── packagerGecko.py ├── publicSuffixListUpdater.py └── releaseAutomationGecko.py ├── dataschema.sql ├── dummy-chromium.pem ├── heuristicblocking.js ├── heuristicblocking ├── background.html ├── background.js ├── basedomain.js ├── manifest.json ├── publicSuffixList.js └── punycode.js ├── i18n.js ├── icons ├── abp-128.png ├── abp-16.png ├── abp-19-whitelisted.png ├── abp-19.png ├── abp-32.png ├── abp-48.png ├── test-128.png ├── test-16.png ├── test-19-whitelisted.png ├── test-19.png ├── test-32.png └── test-48.png ├── include.postload.js ├── include.preload.js ├── jquery-ui ├── css │ └── smoothness │ │ ├── images │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ └── ui-icons_cd0a0a_256x240.png │ │ └── jquery-ui-1.8.16.custom.css └── js │ ├── jquery-1.7.1.min.js │ └── jquery-ui-1.8.16.custom.min.js ├── lib ├── basedomain.js ├── compat.js ├── elemHideHitRegistration.js ├── filesystem │ └── io.js ├── info.js ├── jsbn.js ├── localstorage │ └── io.js ├── prefs.js ├── publicSuffixList.js ├── punycode.js ├── rsa.js ├── sha1.js └── utils.js ├── metadata.chrome ├── metadata.opera ├── options.html ├── options.js ├── popup.html ├── popup.js ├── popupBlocker.js ├── qunit ├── common.js ├── index.html ├── qunit.css ├── qunit.js └── tests │ ├── baseDomain.js │ ├── signatures.js │ └── versionComparator.js ├── sample_whitelist.txt ├── utils.js └── webrequest.js /_locales/bn/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "add": { 3 | "message": "key" 4 | }, 5 | "add_domain_button": { 6 | "message": "home" 7 | } 8 | } -------------------------------------------------------------------------------- /_locales/sr/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "subscriptionSelection_subscriptionSelector_label": { 3 | "message": "Изаберите једну претплату на филтер са списка:" 4 | } 5 | } -------------------------------------------------------------------------------- /_locales/th/messages.json: -------------------------------------------------------------------------------- 1 | { 2 | "subscriptionSelection_subscriptionSelector_label": { 3 | "message": "กรุณาเลือกนามข้างท้ายตัวกรองจากรายชื่อ:" 4 | } 5 | } -------------------------------------------------------------------------------- /adblockplus/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplus/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplus/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/dirstate -------------------------------------------------------------------------------- /adblockplus/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/adblockplus 3 | -------------------------------------------------------------------------------- /adblockplus/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplus/.hg/store/00changelog.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/00changelog.d -------------------------------------------------------------------------------- /adblockplus/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/00changelog.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/00manifest.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/00manifest.d -------------------------------------------------------------------------------- /adblockplus/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/00manifest.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/_i_adblock_plus.idl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/_i_adblock_plus.idl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/_public.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/_public.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/add_checksum.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/add_checksum.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/add_checksum.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/add_checksum.py.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/app_support.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/app_support.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/build.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/build.py.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/build__xpt.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/build__xpt.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome.manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome.manifest.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/about.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/about.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/about.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/about.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/composer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/composer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/composer.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/composer.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/contents.rdf.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/contents.rdf.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/data.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/data.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/editor.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/editor.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/elemhide.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/elemhide.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/errors.html.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/errors.html.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/findbar.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/findbar.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/flasher.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/flasher.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/matcher.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/matcher.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/menulist.xml.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/menulist.xml.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/objecttab.xml.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/objecttab.xml.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/objtabs.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/objtabs.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/objtabs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/objtabs.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/overlay.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/overlay.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/overlay.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/overlay.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/policy.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/policy.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/prefs.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/protocol.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/protocol.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/requests.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/requests.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/security.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/security.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/settings.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/settings.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/settings.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/settings.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/sidebar.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/sidebar.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/sidebar.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/sidebar.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/subscription.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/subscription.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/synchronizer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/synchronizer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/tests/httpd.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/tests/httpd.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/about.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/about.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/about.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/about.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/composer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/composer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/composer.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/composer.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/filters.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/filters.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/filters.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/filters.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/findbar.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/findbar.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/first_run.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/first_run.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/flasher.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/flasher.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/i18n.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/i18n.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/overlay.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/overlay.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/overlay.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/overlay.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/settings.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/settings.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/settings.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/settings.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/sidebar.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/sidebar.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/sidebar.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/sidebar.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/ui/utils.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/ui/utils.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/content/utils.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/content/utils.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/af/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/af/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/af/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/af/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/af/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/af/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/contents.rdf.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/contents.rdf.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/findbar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/findbar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ar/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ar/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/be/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/be/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bg/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bg/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/br/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/br/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/br/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/br/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/br/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/br/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/br/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/br/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/br/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/br/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bs/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bs/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bs/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bs/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/bs/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/bs/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ca/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ca/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cs/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cs/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/cy/~2eincomplete.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/cy/~2eincomplete.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/da/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/da/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/settings.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/settings.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/de/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/de/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/dsb/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/dsb/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/dsb/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/dsb/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/dsb/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/dsb/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/dsb/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/dsb/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/composer.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/composer.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/first_run.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/first_run.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/el/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/el/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eo/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eo/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eo/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eo/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eo/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eo/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eo/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eo/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/et/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/et/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/et/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/et/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/et/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/et/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/et/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/et/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eu/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eu/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eu/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eu/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eu/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eu/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/eu/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/eu/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fa/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fa/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fa/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fa/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fa/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fa/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fa/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fa/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fi/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fi/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fi/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fi/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fi/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fi/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fi/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fi/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fr/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fr/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fr/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fr/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fr/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fr/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/fr/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/fr/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/gl/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/gl/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/gl/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/gl/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/gl/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/gl/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/gl/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/gl/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/he/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/he/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/he/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/he/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/he/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/he/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/he/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/he/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hr/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hr/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hr/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hr/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hr/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hr/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hr/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hr/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hsb/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hsb/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hu/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hu/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hu/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hu/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hu/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hu/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/hu/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/hu/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/id/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/id/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/id/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/id/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/id/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/id/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/id/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/id/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/is/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/is/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/is/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/is/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/is/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/is/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/is/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/is/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/it/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/it/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/it/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/it/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/it/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/it/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/it/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/it/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ja/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ja/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ja/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ja/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ja/findbar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ja/findbar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ja/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ja/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ja/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ja/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ka/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ka/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ka/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ka/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ka/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ka/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ka/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ka/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kk/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kk/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kk/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kk/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kk/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kk/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kn/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kn/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kn/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kn/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kn/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kn/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/kn/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/kn/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ko/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ko/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ko/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ko/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ko/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ko/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ko/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ko/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lt/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lt/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lt/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lt/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lt/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lt/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lt/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lt/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lv/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lv/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lv/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lv/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lv/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lv/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/lv/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/lv/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/mn/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/mn/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/mn/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/mn/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/mn/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/mn/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/mn/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/mn/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ms/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ms/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ms/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ms/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ms/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ms/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/nl/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/nl/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/nl/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/nl/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/nl/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/nl/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/nl/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/nl/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/pl/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/pl/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/pl/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/pl/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/pl/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/pl/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/pl/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/pl/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ro/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ro/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ro/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ro/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ro/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ro/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ro/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ro/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ru/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ru/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ru/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ru/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ru/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ru/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/ru/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/ru/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sk/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sk/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sk/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sk/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sk/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sk/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sk/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sk/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sl/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sl/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sl/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sl/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sl/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sl/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sl/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sl/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sq/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sq/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sq/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sq/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sq/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sq/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sq/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sq/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sr/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sr/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sr/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sr/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sr/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sr/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/sr/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/sr/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/th/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/th/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/th/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/th/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/th/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/th/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/th/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/th/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/tr/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/tr/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/tr/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/tr/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/tr/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/tr/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/tr/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/tr/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/uk/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/uk/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/uk/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/uk/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/uk/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/uk/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/uk/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/uk/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/vi/about.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/vi/about.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/vi/filters.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/vi/filters.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/vi/overlay.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/vi/overlay.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/locale/vi/sidebar.dtd.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/locale/vi/sidebar.dtd.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/about.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/about.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/abp-icon-big.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/abp-icon-big.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/abp-status.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/abp-status.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/adblockplus.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/adblockplus.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/ajax-loader.gif.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/ajax-loader.gif.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/background.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/background.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/checkbox.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/checkbox.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/close.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/close.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/composer.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/composer.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/contents.rdf.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/contents.rdf.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/filters.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/filters.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/findbar/find.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/findbar/find.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/findbar/wrap.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/findbar/wrap.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/first_run.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/first_run.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/icon16.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/icon16.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/item-state.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/item-state.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/overlay.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/overlay.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/regexp.gif.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/regexp.gif.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/send_report.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/send_report.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/settings.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/settings.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/sidebar.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/sidebar.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/slow.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/slow.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/social/gplus.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/social/gplus.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/chrome/skin/subscription.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/chrome/skin/subscription.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/components/_adblock_plus.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/components/_adblock_plus.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/components/_initializer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/components/_initializer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/content_policy.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/content_policy.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/create__xpi.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/create__xpi.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/defaults/patterns.ini.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/defaults/patterns.ini.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/defaults/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/defaults/prefs.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/defaults/typo_rules.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/defaults/typo_rules.json.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/elem_hide.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/elem_hide.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/filter_classes.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/filter_classes.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/filter_listener.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/filter_listener.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/filter_notifier.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/filter_notifier.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/filter_storage.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/filter_storage.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/generate_docs.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/generate_docs.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/icon.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/icon.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/icon64.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/icon64.png.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/install.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/install.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/install.rdf.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/install.rdf.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/io.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/io.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/adblockplus.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/adblockplus.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/adblockplus.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/adblockplus.h.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/adblockplus.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/adblockplus.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/adblockplus.kmm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/adblockplus.kmm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/browser.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/browser.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/build.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/build.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/build__all.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/build__all.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/build__devbuild.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/build__devbuild.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/build__devbuilds.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/build__devbuilds.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/callbacks.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/callbacks.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/contextmenu.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/contextmenu.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/document.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/document.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/dtdreader.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/dtdreader.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/element.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/element.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/global.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/global.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/globals.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/globals.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/imgdecoder.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/imgdecoder.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/imgobserver.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/imgobserver.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/initialization.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/initialization.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/jsdefs.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/jsdefs.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/jstools.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/jstools.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/listener.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/listener.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/mediator.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/mediator.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/misc.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/misc.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/plugin__defs.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/plugin__defs.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/plugindefs.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/plugindefs.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/scriptable.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/scriptable.cpp.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/kmeleon/window.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/kmeleon/window.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/_public.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/_public.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/app_support.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/app_support.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/content_policy.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/content_policy.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/elem_hide.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/elem_hide.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/filter_classes.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/filter_classes.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/filter_listener.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/filter_listener.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/filter_notifier.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/filter_notifier.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/filter_storage.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/filter_storage.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/io.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/io.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/main.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/main.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/matcher.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/matcher.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/object_tabs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/object_tabs.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/request_notifier.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/request_notifier.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/subscription_classes.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/subscription_classes.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/sync.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/sync.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/synchronizer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/synchronizer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/timeline.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/timeline.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_app_integration.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_app_integration.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_bootstrap.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_bootstrap.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_collector.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_collector.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_fixer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_fixer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_net_error.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_net_error.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_rules.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_rules.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/typo_survey.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/typo_survey.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/ui.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/ui.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/lib/utils.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/lib/utils.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/main.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/main.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/make__babelzilla__build.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/make__babelzilla__build.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/make__debug.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/make__debug.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/make__devbuild.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/make__devbuild.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/make__release.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/make__release.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/matcher.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/matcher.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/metadata.gecko.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/metadata.gecko.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/metadata.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/metadata.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/_mochi_kit/_new.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/_mochi_kit/_new.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/harness-abp.xul.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/harness-abp.xul.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/httpd.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/httpd.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/server.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/server.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/static/harness.css.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/static/harness.css.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/tests/common.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/tests/common.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/mochitest/tests/ui/common.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/mochitest/tests/ui/common.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_app_integration.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_app_integration.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_bootstrap.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_bootstrap.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_content_policy.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_content_policy.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_elem_hide.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_elem_hide.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_filter_classes.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_filter_classes.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_filter_listener.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_filter_listener.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_filter_notifier.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_filter_notifier.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_filter_storage.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_filter_storage.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_i_o.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_i_o.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_matcher.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_matcher.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_object_tabs.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_object_tabs.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_prefs.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_prefs.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_public.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_public.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_request_list.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_request_list.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_survey.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_survey.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_sync.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_sync.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_synchronizer.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_synchronizer.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_time_line.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_time_line.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/modules/_utils.jsm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/modules/_utils.jsm.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/normalize_locales.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/normalize_locales.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/ns_adblock_plus.idl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/ns_adblock_plus.idl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/object_tabs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/object_tabs.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/remove__string.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/remove__string.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/request_notifier.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/request_notifier.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/search__and__replace.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/search__and__replace.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/setup_test_environment.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/setup_test_environment.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/subscription_classes.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/subscription_classes.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/sync.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/sync.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/synchronizer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/synchronizer.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/test__locales.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/test__locales.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/timeline.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/timeline.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/ui.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/ui.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/update__locales.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/update__locales.py.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/update_findbar_d_t_d.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/update_findbar_d_t_d.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/utils.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/utils.js.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/validate_checksum.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/validate_checksum.pl.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/validate_checksum.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/validate_checksum.py.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/version.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/version.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/~2ehgsub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/~2ehgsub.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/~2ehgsubstate.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/~2ehgsubstate.i -------------------------------------------------------------------------------- /adblockplus/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /adblockplus/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplus/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplus/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/adblockplus 4 | -------------------------------------------------------------------------------- /adblockplus/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplus/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | 3 | *.xpi 4 | *.zip 5 | *.pyc 6 | *.sh 7 | -------------------------------------------------------------------------------- /adblockplus/.hgsub: -------------------------------------------------------------------------------- 1 | buildtools = ../buildtools 2 | -------------------------------------------------------------------------------- /adblockplus/.hgsubstate: -------------------------------------------------------------------------------- 1 | 370c51009095d8245ba7777bd177b729323da2b4 buildtools 2 | -------------------------------------------------------------------------------- /adblockplus/build.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # coding: utf-8 3 | 4 | import os, sys, subprocess 5 | 6 | import buildtools.build 7 | buildtools.build.processArgs('.', sys.argv) 8 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/dirstate -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/buildtools 3 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/00changelog.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/00manifest.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/____init____.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/____init____.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/_locale_tester.pm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/_locale_tester.pm.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/_packager.pm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/_packager.pm.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/bootstrap.js.tmpl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/bootstrap.js.tmpl.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/build.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/build.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/create__xpi.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/create__xpi.pl.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/install.rdf.tmpl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/install.rdf.tmpl.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/key_selector.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/key_selector.js.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/lib/hooks.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/lib/hooks.js.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/lib/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/lib/prefs.js.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/locale_tools.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/locale_tools.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/make__devbuild.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/make__devbuild.pl.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/make__release.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/make__release.pl.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/packager.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/packager.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/packager_gecko.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/packager_gecko.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/prefs.js.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/~2ehgsub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/~2ehgsub.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/~2ehgsubstate.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/~2ehgsubstate.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/buildtools 4 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplus/buildtools/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | 3 | *.pyc 4 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hgsub: -------------------------------------------------------------------------------- 1 | jshydra = ../jshydra 2 | -------------------------------------------------------------------------------- /adblockplus/buildtools/.hgsubstate: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 jshydra 2 | -------------------------------------------------------------------------------- /adblockplus/buildtools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/__init__.py -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/cache/branchheads: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 102 2 | 6737deead473f5b2290c3e039e935669d732ded1 default 3 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/dirstate -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/jshydra 3 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/00changelog.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/00manifest.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/data/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/data/_makefile.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/data/check.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/data/check.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/data/configure.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/data/configure.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/data/jshydra.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/data/jshydra.c.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/store/data/utils.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/store/data/utils.py.i -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/jshydra 4 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/.hgignore: -------------------------------------------------------------------------------- 1 | ^mozilla/ 2 | ^jstest/ 3 | 4 | \.pyc$ 5 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/buildtools/jshydra/__init__.py -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/autotest/test_abprewrite.js: -------------------------------------------------------------------------------- 1 | // Arguments: --trueast autotest/abprewrite_source.js 2 | // Name: ABP rewriting test 3 | 4 | include("../scripts/abprewrite.js"); 5 | -------------------------------------------------------------------------------- /adblockplus/buildtools/jshydra/autotest/test_globals.js.expected: -------------------------------------------------------------------------------- 1 | Global variables: 2 | glob at 6:0 3 | Global constants: 4 | LS at 7:0 5 | Global functions: 6 | process_js at 9:9 7 | -------------------------------------------------------------------------------- /adblockplus/chrome/skin/abp-icon-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/abp-icon-big.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/ajax-loader.gif -------------------------------------------------------------------------------- /adblockplus/chrome/skin/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/background.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/features/malware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/features/malware.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/features/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/features/social.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/features/tracking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/features/tracking.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/mad-scientist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/mad-scientist.jpg -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/abp-icon-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/abp-icon-big.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/abp-status-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/abp-status-16.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/abp-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/abp-status.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/background.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/checkbox.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/close.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/item-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/item-state.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/oldskin/slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/oldskin/slow.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/social/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/social/facebook.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/social/gplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/social/gplus.png -------------------------------------------------------------------------------- /adblockplus/chrome/skin/social/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/chrome/skin/social/twitter.png -------------------------------------------------------------------------------- /adblockplus/defaults/patterns.ini: -------------------------------------------------------------------------------- 1 | # Adblock Plus preferences 2 | version=4 3 | -------------------------------------------------------------------------------- /adblockplus/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/icon.png -------------------------------------------------------------------------------- /adblockplus/icon64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplus/icon64.png -------------------------------------------------------------------------------- /adblockplustests/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplustests/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplustests/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/dirstate -------------------------------------------------------------------------------- /adblockplustests/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/adblockplustests 3 | -------------------------------------------------------------------------------- /adblockplustests/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplustests/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/00changelog.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/00manifest.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/build.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/build.py.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/chrome.manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/chrome.manifest.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/chrome/content/httpd.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/chrome/content/httpd.js.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/chrome/content/qunit.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/chrome/content/qunit.js.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/lib/main.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/lib/main.js.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/metadata.gecko.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/metadata.gecko.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/metadata.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/metadata.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/mochitest/httpd.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/mochitest/httpd.js.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/mochitest/server.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/mochitest/server.js.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/~2ehgsub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/~2ehgsub.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/~2ehgsubstate.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/~2ehgsubstate.i -------------------------------------------------------------------------------- /adblockplustests/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /adblockplustests/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplustests/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplustests/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/adblockplustests 4 | -------------------------------------------------------------------------------- /adblockplustests/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplustests/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | 3 | *.xpi 4 | *.zip 5 | *.pyc 6 | *.sh 7 | -------------------------------------------------------------------------------- /adblockplustests/.hgsub: -------------------------------------------------------------------------------- 1 | buildtools = ../buildtools 2 | -------------------------------------------------------------------------------- /adblockplustests/.hgsubstate: -------------------------------------------------------------------------------- 1 | 370c51009095d8245ba7777bd177b729323da2b4 buildtools 2 | -------------------------------------------------------------------------------- /adblockplustests/build.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # coding: utf-8 3 | 4 | import os, sys, subprocess 5 | 6 | import buildtools.build 7 | buildtools.build.processArgs('.', sys.argv) 8 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/dirstate -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/buildtools 3 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/00changelog.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/00manifest.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/_packager.pm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/_packager.pm.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/build.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/build.py.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/lib/hooks.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/lib/hooks.js.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/lib/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/lib/prefs.js.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/packager.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/packager.py.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/prefs.js.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/~2ehgsub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/~2ehgsub.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/buildtools 4 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | 3 | *.pyc 4 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hgsub: -------------------------------------------------------------------------------- 1 | jshydra = ../jshydra 2 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/.hgsubstate: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 jshydra 2 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/__init__.py -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/cache/branchheads: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 102 2 | 6737deead473f5b2290c3e039e935669d732ded1 default 3 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/jshydra/.hg/dirstate -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/jshydra 3 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/jshydra/.hg/undo.bookmarks -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/jshydra 4 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/jshydra/.hg/undo.dirstate -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/.hgignore: -------------------------------------------------------------------------------- 1 | ^mozilla/ 2 | ^jstest/ 3 | 4 | \.pyc$ 5 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/buildtools/jshydra/__init__.py -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/autotest/test_abprewrite.js: -------------------------------------------------------------------------------- 1 | // Arguments: --trueast autotest/abprewrite_source.js 2 | // Name: ABP rewriting test 3 | 4 | include("../scripts/abprewrite.js"); 5 | -------------------------------------------------------------------------------- /adblockplustests/buildtools/jshydra/autotest/test_globals.js.expected: -------------------------------------------------------------------------------- 1 | Global variables: 2 | glob at 6:0 3 | Global constants: 4 | LS at 7:0 5 | Global functions: 6 | process_js at 9:9 7 | -------------------------------------------------------------------------------- /adblockplustests/chrome.manifest: -------------------------------------------------------------------------------- 1 | content adblockplustests chrome/content/ 2 | -------------------------------------------------------------------------------- /adblockplustests/chrome/locale/en-US/meta.properties: -------------------------------------------------------------------------------- 1 | name=Adblock Plus unit tests 2 | -------------------------------------------------------------------------------- /adblockplustests/lib/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/adblockplustests/lib/main.js -------------------------------------------------------------------------------- /build.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # coding: utf-8 3 | 4 | import os, sys, subprocess 5 | 6 | import buildtools.build 7 | buildtools.build.processArgs('.', sys.argv) 8 | -------------------------------------------------------------------------------- /buildcrx.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | python build.py -t chrome build -k dummy-chromium.pem $1 4 | -------------------------------------------------------------------------------- /buildtools/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /buildtools/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /buildtools/.hg/cache/branchheads: -------------------------------------------------------------------------------- 1 | 33d3680b07d12be530f6556f14cc1ea47a0bb6cb 292 2 | 33d3680b07d12be530f6556f14cc1ea47a0bb6cb default 3 | 9848472061f31d10fca992d63cb825f1d11ca741 ADBLOCK_PLUS_1_2_BRANCH 4 | -------------------------------------------------------------------------------- /buildtools/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/dirstate -------------------------------------------------------------------------------- /buildtools/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/buildtools 3 | -------------------------------------------------------------------------------- /buildtools/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /buildtools/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/00changelog.i -------------------------------------------------------------------------------- /buildtools/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/00manifest.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/____init____.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/____init____.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/_locale_tester.pm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/_locale_tester.pm.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/_packager.pm.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/_packager.pm.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/bootstrap.js.tmpl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/bootstrap.js.tmpl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/build.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/build.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/chainedconfigparser.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/chainedconfigparser.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/create__xpi.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/create__xpi.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/install.rdf.tmpl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/install.rdf.tmpl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/key_selector.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/key_selector.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/lib/hooks.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/lib/hooks.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/lib/key_selector.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/lib/key_selector.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/lib/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/lib/prefs.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/lib/window_observer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/lib/window_observer.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/locale_sync_chrome.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/locale_sync_chrome.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/locale_tools.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/locale_tools.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/make__babelzilla__build.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/make__babelzilla__build.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/make__devbuild.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/make__devbuild.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/make__release.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/make__release.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/manifest.json.tmpl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/manifest.json.tmpl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/packager.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/packager.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/packager_chrome.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/packager_chrome.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/packager_gecko.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/packager_gecko.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/packager_k_meleon.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/packager_k_meleon.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/prefs.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/prefs.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/public_suffix_list_updater.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/public_suffix_list_updater.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/release_automation.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/release_automation.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/release_automation_gecko.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/release_automation_gecko.py.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/setup_test_environment.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/setup_test_environment.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/show__descriptions.pl.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/show__descriptions.pl.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/window_observer.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/window_observer.js.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/~2ehgsub.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/~2ehgsub.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/~2ehgsubstate.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/~2ehgsubstate.i -------------------------------------------------------------------------------- /buildtools/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /buildtools/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/undo.bookmarks -------------------------------------------------------------------------------- /buildtools/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /buildtools/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/buildtools 4 | -------------------------------------------------------------------------------- /buildtools/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/.hg/undo.dirstate -------------------------------------------------------------------------------- /buildtools/.hgignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | 3 | *.pyc 4 | -------------------------------------------------------------------------------- /buildtools/.hgsub: -------------------------------------------------------------------------------- 1 | jshydra = ../jshydra 2 | -------------------------------------------------------------------------------- /buildtools/.hgsubstate: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 jshydra 2 | -------------------------------------------------------------------------------- /buildtools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/__init__.py -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/cache/branchheads: -------------------------------------------------------------------------------- 1 | 6737deead473f5b2290c3e039e935669d732ded1 102 2 | 6737deead473f5b2290c3e039e935669d732ded1 default 3 | -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/dirstate -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://hg.adblockplus.org/jshydra 3 | -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/requires: -------------------------------------------------------------------------------- 1 | revlogv1 2 | fncache 3 | store 4 | dotencode 5 | -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/00changelog.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/00manifest.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/____init____.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/____init____.py.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/_makefile.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/abp__rewrite.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/abp__rewrite.py.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/autotest.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/autotest.py.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/check.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/check.py.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/configure.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/configure.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/fake__js.sh.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/fake__js.sh.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra.c.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra.cpp.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__bridge.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__bridge.c.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__bridge.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__bridge.cpp.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__bridge.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__bridge.h.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__funcs.c.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__funcs.c.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__funcs.cpp.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__funcs.cpp.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__funcs.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__funcs.h.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/jshydra__tokens.h.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/jshydra__tokens.h.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/abprewrite.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/abprewrite.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/ast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/ast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/basic.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/basic.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/cleanast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/cleanast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/decompile.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/decompile.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/doxygen.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/doxygen.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/dumpast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/dumpast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/scripts/dxr.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/scripts/dxr.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/tests/ast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/tests/ast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/tests/basic.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/tests/basic.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/tests/dxr.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/tests/dxr.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils.py.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/astml.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/astml.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/beautify.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/beautify.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/cleanast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/cleanast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/comments.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/comments.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/dumpast.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/dumpast.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/utils/jstypes.js.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/utils/jstypes.js.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/undo.bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/undo.bookmarks -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://hg.adblockplus.org/jshydra 4 | -------------------------------------------------------------------------------- /buildtools/jshydra/.hg/undo.dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/.hg/undo.dirstate -------------------------------------------------------------------------------- /buildtools/jshydra/.hgignore: -------------------------------------------------------------------------------- 1 | ^mozilla/ 2 | ^jstest/ 3 | 4 | \.pyc$ 5 | -------------------------------------------------------------------------------- /buildtools/jshydra/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/buildtools/jshydra/__init__.py -------------------------------------------------------------------------------- /buildtools/jshydra/autotest/test_abprewrite.js: -------------------------------------------------------------------------------- 1 | // Arguments: --trueast autotest/abprewrite_source.js 2 | // Name: ABP rewriting test 3 | 4 | include("../scripts/abprewrite.js"); 5 | -------------------------------------------------------------------------------- /buildtools/jshydra/autotest/test_globals.js.expected: -------------------------------------------------------------------------------- 1 | Global variables: 2 | glob at 6:0 3 | Global constants: 4 | LS at 7:0 5 | Global functions: 6 | process_js at 9:9 7 | -------------------------------------------------------------------------------- /buildtools/jshydra/scripts/ast.js: -------------------------------------------------------------------------------- 1 | // This just dumps out an ast for your viewing pleasure. 2 | 3 | include("../utils/dumpast.js"); 4 | 5 | function process_js(ast) { 6 | dump_ast(ast); 7 | } 8 | -------------------------------------------------------------------------------- /buildtools/jshydra/scripts/outASTML.js: -------------------------------------------------------------------------------- 1 | include("../utils/astml.js"); 2 | 3 | function process_js(pn, file) { 4 | dump_ast(pn); 5 | let ast = makeAST(pn); 6 | dump_trueast(ast); 7 | } 8 | -------------------------------------------------------------------------------- /icons/abp-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-128.png -------------------------------------------------------------------------------- /icons/abp-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-16.png -------------------------------------------------------------------------------- /icons/abp-19-whitelisted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-19-whitelisted.png -------------------------------------------------------------------------------- /icons/abp-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-19.png -------------------------------------------------------------------------------- /icons/abp-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-32.png -------------------------------------------------------------------------------- /icons/abp-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/abp-48.png -------------------------------------------------------------------------------- /icons/test-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-128.png -------------------------------------------------------------------------------- /icons/test-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-16.png -------------------------------------------------------------------------------- /icons/test-19-whitelisted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-19-whitelisted.png -------------------------------------------------------------------------------- /icons/test-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-19.png -------------------------------------------------------------------------------- /icons/test-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-32.png -------------------------------------------------------------------------------- /icons/test-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EFForg/trackerlab/1bd3ef5f1465721c29e039e178a02d70ed5854ee/icons/test-48.png --------------------------------------------------------------------------------