diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-03 18:34:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 18:34:45 +0200 |
commit | a003b2be94b2f32b1e7527227a39e3714f8168a3 (patch) | |
tree | 40fa0705d2497265f8585fb859e62118928de540 /application/basilisk/base/content/pageinfo/pageInfo.xul | |
parent | 51098794ed03568b7bf743739365f34840d93098 (diff) | |
parent | 1e48edfc97fa993372330c182bb4b0cd9c56b92e (diff) | |
download | UXP-a003b2be94b2f32b1e7527227a39e3714f8168a3.tar UXP-a003b2be94b2f32b1e7527227a39e3714f8168a3.tar.gz UXP-a003b2be94b2f32b1e7527227a39e3714f8168a3.tar.lz UXP-a003b2be94b2f32b1e7527227a39e3714f8168a3.tar.xz UXP-a003b2be94b2f32b1e7527227a39e3714f8168a3.zip |
Merge pull request #583 from janekptacijarabaci/_testBranch_pageInfo_permissions_indexedDB
Remove the UI for indexedDB in Page Info and Permissions Manager
Diffstat (limited to 'application/basilisk/base/content/pageinfo/pageInfo.xul')
-rw-r--r-- | application/basilisk/base/content/pageinfo/pageInfo.xul | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/application/basilisk/base/content/pageinfo/pageInfo.xul b/application/basilisk/base/content/pageinfo/pageInfo.xul index 8352a8aa7..42b4dff65 100644 --- a/application/basilisk/base/content/pageinfo/pageInfo.xul +++ b/application/basilisk/base/content/pageinfo/pageInfo.xul @@ -280,14 +280,6 @@ </hbox> <vbox id="permList" flex="1"> - <hbox id="perm-indexedDB-extras"> - <spacer flex="1"/> - <vbox id="permIndexedDBStatusBox" pack="center"> - <label id="indexedDBStatus" control="indexedDBClear" hidden="true"/> - </vbox> - <button id="indexedDBClear" label="&permClearStorage;" hidden="true" - accesskey="&permClearStorage.accesskey;" onclick="onIndexedDBClear();"/> - </hbox> <vbox class="permission" id="perm-plugins-row"> <label class="permissionLabel" id="permPluginsLabel" value="&permPlugins;" control="pluginsRadioGroup"/> |