Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/filters.xul

Issue 11027049: Removed typo correction feature (Closed)
Patch Set: Created June 27, 2013, 4:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/ui/filters.js ('k') | chrome/content/ui/firstRun.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/filters.xul
===================================================================
--- a/chrome/content/ui/filters.xul
+++ b/chrome/content/ui/filters.xul
@@ -41,7 +41,6 @@
<script type="application/x-javascript;version=1.7" src="filters-filteractions.js"/>
<script type="application/x-javascript;version=1.7" src="filters-backup.js"/>
<script type="application/x-javascript;version=1.7" src="filters-search.js"/>
-<script type="application/x-javascript;version=1.7" src="typoSettings.js"/>
<keyset id="filtersKeyset">
<key id="subscription-update-key" key="T" modifiers="accel" command="subscription-update-command"/>
@@ -145,7 +144,6 @@
<tabs onselect="onTabChange(this.parentNode);">
<tab label="&subscriptions.tab.label;"/>
<tab label="&filters.tab.label;"/>
- <tab label="&typoCorrections.tab.label;"/>
</tabs>
<tabpanels flex="1">
<tabpanel id="subscriptionsTab" orient="vertical" flex="1">
@@ -316,22 +314,6 @@
</richlistbox>
</deck>
</tabpanel>
- <tabpanel id="typoCorrectionsTab" orient="vertical" flex="1">
- <checkbox id="typo_enable" label="&typoCorrections.enableLabel;" oncommand="TypoActions.setEnabled(this.checked)"/>
- <groupbox id="typo_whitelist_container" flex="1">
- <listbox id="typo_whitelist" class="initialFocus" flex="1" seltype="multiple" onselect="TypoActions.onItemSelected(this);" _removeButton="typo_whitelist_remove-button" _emptyLabel="&typoCorrections.whitelistEmptyLabel;">
- <listhead>
- <listheader label="&typoCorrections.whitelistLabel;"/>
- </listhead>
- <listcols>
- <listcol flex="1" />
- </listcols>
- </listbox>
- <hbox align="right">
- <button label="&typoCorrections.removeButtonLabel;" onclick="TypoActions.removeRule(this, 'whitelist');" disabled="true" id="typo_whitelist_remove-button" _list="typo_whitelist" />
- </hbox>
- </groupbox>
- </tabpanel>
</tabpanels>
</tabbox>
« no previous file with comments | « chrome/content/ui/filters.js ('k') | chrome/content/ui/firstRun.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld