[Pkg-mozext-commits] [form-history-control] branch upstream updated (6e27dc4 -> 87e1f55)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Wed Jun 10 23:11:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a change to branch upstream
in repository form-history-control.

      from  6e27dc4   Imported Upstream version 1.3.3.0
       new  87e1f55   Imported Upstream version 1.4.0.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 META-INF/manifest.mf                               | 1012 +++++++++
 META-INF/mozilla.rsa                               |  Bin 0 -> 4178 bytes
 META-INF/mozilla.sf                                |    4 +
 chrome.manifest                                    |    3 +-
 chrome/content/CleanupProtectView.js               | 2068 ++++++++---------
 chrome/content/CleanupWindowControl.js             | 2392 ++++++++++----------
 ...ImportStatusDialog.js => FhcExportCSVDialog.js} |   64 +-
 chrome/content/FhcExportCSVDialog.xul              |   59 +
 chrome/content/FhcManageFhcListDialog.js           |   66 +-
 chrome/content/FhcMultilineListDialog.js           |   66 +-
 chrome/content/FhcPreferences.js                   |   14 +-
 chrome/content/FhcPreferences.xul                  |    4 +
 chrome/content/FhcRegexpView.js                    | 1995 ++++++++--------
 chrome/content/HistoryTreeView.js                  |  150 +-
 chrome/content/HistoryWindowControl.js             |   37 +-
 chrome/content/HistoryWindowControl.xul            |   44 +-
 chrome/content/MultilineWindowControl.js           | 1911 ++++++++--------
 .../content/overlay/FhcBrowserShutdownListener.js  |   15 +
 chrome/content/overlay/FhcContextMenu.js           |  167 +-
 chrome/content/overlay/FhcFormSaveOverlay.js       |  132 +-
 chrome/content/overlay/FhcMenuOverlay.xul          |    3 +-
 chrome/content/overlay/FhcPreferencesOverlay.js    |   18 +
 .../overlay/FhcSeaMonkeyPreferencesOverlay.js      |   18 +
 .../utils/FhcAlignFieldsHistoryWindowControl.js    |   87 +
 chrome/content/utils/FhcBrowserListener.js         |  252 +--
 chrome/content/utils/FhcCleanupFilter.js           |  370 +--
 chrome/content/utils/FhcDateHandler.js             | 1098 ++++-----
 chrome/content/utils/FhcDbHandler.js               |  409 +++-
 chrome/content/utils/FhcKeyBindings.js             |  550 ++---
 chrome/content/utils/FhcPreferenceHandler.js       |    6 +
 chrome/content/utils/FhcRdfExtensionHandler.js     |  634 +++---
 chrome/content/utils/FhcShowDialog.js              |   13 +
 chrome/content/utils/FhcUtil.js                    |   65 +-
 chrome/locale/cs/formhistory.dtd                   |  820 +++----
 chrome/locale/cs/formhistory.properties            |  287 ++-
 chrome/locale/cs/keybinding.properties             |   58 +-
 chrome/locale/da/formhistory.dtd                   |  820 +++----
 chrome/locale/da/formhistory.properties            |  244 +-
 chrome/locale/da/keybinding.properties             |   58 +-
 chrome/locale/de/formhistory.dtd                   |  820 +++----
 chrome/locale/de/formhistory.properties            |  315 ++-
 chrome/locale/de/keybinding.properties             |   58 +-
 chrome/locale/en-US/formhistory.dtd                |  941 ++++----
 chrome/locale/en-US/formhistory.properties         |    3 -
 chrome/locale/en-US/keybinding.properties          |   56 +-
 chrome/locale/es-ES/formhistory.dtd                |  820 +++----
 chrome/locale/es-ES/formhistory.properties         |  315 ++-
 chrome/locale/es-ES/keybinding.properties          |   58 +-
 chrome/locale/fr/formhistory.dtd                   |  820 +++----
 chrome/locale/fr/formhistory.properties            |  293 ++-
 chrome/locale/fr/keybinding.properties             |   58 +-
 chrome/locale/nl/formhistory.dtd                   |  941 ++++----
 chrome/locale/nl/formhistory.properties            |  315 ++-
 chrome/locale/nl/keybinding.properties             |   56 +-
 chrome/locale/pt-BR/formhistory.dtd                |  820 +++----
 chrome/locale/pt-BR/formhistory.properties         |  315 ++-
 chrome/locale/pt-BR/keybinding.properties          |   58 +-
 chrome/locale/ru/formhistory.dtd                   |  473 ++++
 chrome/locale/ru/formhistory.properties            |  156 ++
 chrome/locale/{en-US => ru}/keybinding.properties  |   14 +-
 chrome/locale/tr/formhistory.dtd                   |  820 +++----
 chrome/locale/tr/formhistory.properties            |  244 +-
 chrome/locale/tr/keybinding.properties             |   58 +-
 chrome/locale/zh-CN/formhistory.dtd                |  820 +++----
 chrome/locale/zh-CN/formhistory.properties         |  315 ++-
 chrome/locale/zh-CN/keybinding.properties          |   58 +-
 chrome/skin/classic/fh_icon_32.png                 |  Bin 2104 -> 3842 bytes
 chrome/skin/classic/fh_icon_32_dosave.png          |  Bin 2400 -> 4394 bytes
 chrome/skin/classic/fh_icon_32_neversave.png       |  Bin 2395 -> 4383 bytes
 chrome/skin/classic/fh_icon_32_nosave.png          |  Bin 2278 -> 4212 bytes
 chrome/skin/classic/img_sanitized.png              |   14 +-
 chrome/skin/classic/menu.css                       |   72 +-
 install.rdf                                        |  373 ++-
 73 files changed, 14543 insertions(+), 11949 deletions(-)
 create mode 100644 META-INF/manifest.mf
 create mode 100644 META-INF/mozilla.rsa
 create mode 100644 META-INF/mozilla.sf
 copy chrome/content/{FhcImportStatusDialog.js => FhcExportCSVDialog.js} (56%)
 create mode 100644 chrome/content/FhcExportCSVDialog.xul
 create mode 100644 chrome/content/utils/FhcAlignFieldsHistoryWindowControl.js
 create mode 100644 chrome/locale/ru/formhistory.dtd
 create mode 100644 chrome/locale/ru/formhistory.properties
 copy chrome/locale/{en-US => ru}/keybinding.properties (69%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/form-history-control.git



More information about the Pkg-mozext-commits mailing list