[Pkg-mozext-commits] [wot] 02/06: Merge tag 'upstream/20130917'

David Prévot taffit at alioth.debian.org
Sat Sep 21 19:38:54 UTC 2013


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

taffit pushed a commit to branch master
in repository wot.

commit 9db114fee89912c0f62d28f9ebdc4ecb68712b70
Merge: 72cdc32 08df920
Author: David Prévot <taffit at debian.org>
Date:   Sat Sep 21 13:00:59 2013 -0400

    Merge tag 'upstream/20130917'
    
    Upstream version 20130917
    
    # gpg: Signature faite le sam. 21 sept. 2013 13:00:55 AST avec la clef RSA d'identifiant 44F6BD3C
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #    Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 META-INF/manifest.mf                               |   12 +-
 META-INF/zigbert.rsa                               |  Bin 2610 -> 2772 bytes
 META-INF/zigbert.sf                                |   12 +-
 chrome.manifest                                    |    2 +-
 chrome/wot.jar!/content/api.js                     |  841 ++++++--
 chrome/wot.jar!/content/cache.js                   |  365 ++--
 chrome/wot.jar!/content/categories.js              |  299 +++
 chrome/wot.jar!/content/commands.js                |  314 +--
 chrome/wot.jar!/content/config.js                  |  149 +-
 chrome/wot.jar!/content/core.js                    |   85 +-
 chrome/wot.jar!/content/firstrun.js                |    6 +-
 chrome/wot.jar!/content/injections/ga_configure.js |   59 +-
 chrome/wot.jar!/content/injections/wot_proxy.js    |    2 +-
 .../{injections => libs}/jquery-ui-1.9.2.custom.js |    0
 .../content/{injections => libs}/jquery.js         |    0
 chrome/wot.jar!/content/libs/jquery.menu-aim.js    |  331 ++++
 chrome/wot.jar!/content/my.js                      |   17 +-
 chrome/wot.jar!/content/overlay.xul                |  520 ++---
 chrome/wot.jar!/content/popup.js                   |  375 ++--
 chrome/wot.jar!/content/prefs.js                   |   38 +-
 chrome/wot.jar!/content/ratingwindow.js            |  447 +++++
 chrome/wot.jar!/content/rw/keeper_constants.js     |   27 +
 chrome/wot.jar!/content/rw/proxies.js              |  288 +++
 chrome/wot.jar!/content/rw/ratingwindow.html       |  277 +++
 chrome/wot.jar!/content/rw/ratingwindow.js         | 2057 ++++++++++++++++++++
 chrome/wot.jar!/content/rw/wot.js                  | 1040 ++++++++++
 chrome/wot.jar!/content/search.js                  |   56 +-
 chrome/wot.jar!/content/settings.js                |  219 +--
 chrome/wot.jar!/content/surveys.js                 |   14 +-
 chrome/wot.jar!/content/ui.js                      |  389 +---
 chrome/wot.jar!/content/util.js                    |  211 +-
 chrome/wot.jar!/content/warning.js                 |  387 ++--
 chrome/wot.jar!/locale/cs-CZ/loading.html          |   48 +-
 chrome/wot.jar!/locale/cs-CZ/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/cs-CZ/wot.properties        |  193 +-
 chrome/wot.jar!/locale/de-DE/loading.html          |   48 +-
 chrome/wot.jar!/locale/de-DE/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/de-DE/wot.properties        |  193 +-
 chrome/wot.jar!/locale/en-US/wot.dtd               |   23 -
 chrome/wot.jar!/locale/en-US/wot.properties        |  193 +-
 chrome/wot.jar!/locale/es-ES/loading.html          |   48 +-
 chrome/wot.jar!/locale/es-ES/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/es-ES/wot.properties        |  193 +-
 chrome/wot.jar!/locale/fi-FI/loading.html          |   48 +-
 chrome/wot.jar!/locale/fi-FI/wot.dtd               |   60 +-
 chrome/wot.jar!/locale/fi-FI/wot.properties        |  193 +-
 chrome/wot.jar!/locale/fr-FR/loading.html          |   48 +-
 chrome/wot.jar!/locale/fr-FR/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/fr-FR/wot.properties        |  193 +-
 chrome/wot.jar!/locale/it-IT/loading.html          |   48 +-
 chrome/wot.jar!/locale/it-IT/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/it-IT/wot.properties        |  193 +-
 chrome/wot.jar!/locale/ja-JP/loading.html          |   48 +-
 chrome/wot.jar!/locale/ja-JP/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/ja-JP/wot.properties        |  193 +-
 chrome/wot.jar!/locale/ko-KR/loading.html          |   48 +-
 chrome/wot.jar!/locale/ko-KR/wot.dtd               |   25 +-
 chrome/wot.jar!/locale/ko-KR/wot.properties        |  193 +-
 chrome/wot.jar!/locale/pl-PL/loading.html          |   48 +-
 chrome/wot.jar!/locale/pl-PL/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/pl-PL/wot.properties        |  193 +-
 chrome/wot.jar!/locale/pt-BR/loading.html          |   48 +-
 chrome/wot.jar!/locale/pt-BR/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/pt-BR/wot.properties        |  193 +-
 chrome/wot.jar!/locale/ru-RU/loading.html          |   48 +-
 chrome/wot.jar!/locale/ru-RU/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/ru-RU/wot.properties        |  193 +-
 chrome/wot.jar!/locale/sv-SE/loading.html          |   46 +-
 chrome/wot.jar!/locale/sv-SE/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/sv-SE/wot.properties        |  193 +-
 chrome/wot.jar!/locale/tr-TR/wot.dtd               |   25 +-
 chrome/wot.jar!/locale/tr-TR/wot.properties        |  185 +-
 chrome/wot.jar!/locale/uk-UA/loading.html          |   48 +-
 chrome/wot.jar!/locale/uk-UA/wot.dtd               |   25 +-
 chrome/wot.jar!/locale/uk-UA/wot.properties        |  185 +-
 chrome/wot.jar!/locale/zh-CN/loading.html          |   46 +-
 chrome/wot.jar!/locale/zh-CN/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/zh-CN/wot.properties        |  193 +-
 chrome/wot.jar!/locale/zh-TW/loading.html          |   46 +-
 chrome/wot.jar!/locale/zh-TW/wot.dtd               |   59 +-
 chrome/wot.jar!/locale/zh-TW/wot.properties        |  193 +-
 chrome/wot.jar!/skin/b/accessible/donuts_150.png   |  Bin 0 -> 24860 bytes
 chrome/wot.jar!/skin/b/accessible/logo.png         |  Bin 5644 -> 0 bytes
 chrome/wot.jar!/skin/b/accessible/slider.png       |  Bin 0 -> 19341 bytes
 .../wot.jar!/skin/b/accessible/slider_handle.png   |  Bin 0 -> 8316 bytes
 chrome/wot.jar!/skin/b/bubl_speech_c_150.png       |  Bin 0 -> 2844 bytes
 chrome/wot.jar!/skin/b/bubl_speech_l_150.png       |  Bin 0 -> 3499 bytes
 chrome/wot.jar!/skin/b/bubl_speech_r_150.png       |  Bin 0 -> 3404 bytes
 chrome/wot.jar!/skin/b/checkbox.png                |  Bin 0 -> 3271 bytes
 chrome/wot.jar!/skin/b/confidence_150dpi.png       |  Bin 0 -> 17768 bytes
 chrome/wot.jar!/skin/b/delete-myrating.png         |  Bin 0 -> 3277 bytes
 chrome/wot.jar!/skin/b/delete-testimony.png        |  Bin 0 -> 5287 bytes
 chrome/wot.jar!/skin/b/donuts_150.png              |  Bin 0 -> 25005 bytes
 chrome/wot.jar!/skin/b/hands_150dpi.png            |  Bin 0 -> 3908 bytes
 chrome/wot.jar!/skin/b/input-icons.png             |  Bin 0 -> 5182 bytes
 chrome/wot.jar!/skin/b/slider.png                  |  Bin 0 -> 20912 bytes
 chrome/wot.jar!/skin/b/slider_handle.png           |  Bin 0 -> 8437 bytes
 chrome/wot.jar!/skin/b/thumbs.png                  |  Bin 0 -> 650 bytes
 chrome/wot.jar!/skin/b/welcometips/close_icon.png  |  Bin 0 -> 314 bytes
 chrome/wot.jar!/skin/b/welcometips/logo_WS.png     |  Bin 0 -> 4436 bytes
 .../wot.jar!/skin/b/welcometips/orange_badge.png   |  Bin 0 -> 2196 bytes
 chrome/wot.jar!/skin/b/welcometips/wt_intro_0.png  |  Bin 0 -> 8672 bytes
 .../wot.jar!/skin/b/welcometips/wt_intro_top.png   |  Bin 0 -> 3045 bytes
 .../wot.jar!/skin/b/welcometips/wt_left_corner.png |  Bin 0 -> 3527 bytes
 .../skin/b/welcometips/wt_left_corner_2.png        |  Bin 0 -> 3142 bytes
 chrome/wot.jar!/skin/b/ws/list_c.png               |  Bin 0 -> 2833 bytes
 chrome/wot.jar!/skin/b/ws/list_l.png               |  Bin 0 -> 3530 bytes
 chrome/wot.jar!/skin/b/ws/list_r.png               |  Bin 0 -> 3796 bytes
 chrome/wot.jar!/skin/b/ws/robot.png                |  Bin 0 -> 13266 bytes
 ...message_no_rep_available.png => message_r0.png} |  Bin 653 -> 653 bytes
 .../16_16/{message_danger.png => message_r1.png}   |  Bin 767 -> 767 bytes
 .../16_16/{message_not_safe.png => message_r2.png} |  Bin 837 -> 837 bytes
 .../16_16/{message_caution.png => message_r3.png}  |  Bin 782 -> 782 bytes
 .../16_16/{message_alright.png => message_r4.png}  |  Bin 864 -> 864 bytes
 .../16_16/{message_trusted.png => message_r5.png}  |  Bin 869 -> 869 bytes
 .../fusion/16_16/{new_danger.png => new_r1.png}    |  Bin 773 -> 773 bytes
 .../fusion/16_16/{new_not_safe.png => new_r2.png}  |  Bin 837 -> 837 bytes
 .../fusion/16_16/{new_caution.png => new_r3.png}   |  Bin 820 -> 820 bytes
 .../fusion/16_16/{new_alright.png => new_r4.png}   |  Bin 897 -> 897 bytes
 .../fusion/16_16/{new_trusted.png => new_r5.png}   |  Bin 895 -> 895 bytes
 .../wot.jar!/skin/fusion/16_16/plain/alright.png   |  Bin 834 -> 0 bytes
 .../wot.jar!/skin/fusion/16_16/plain/caution.png   |  Bin 729 -> 0 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/danger.png |  Bin 726 -> 0 bytes
 .../wot.jar!/skin/fusion/16_16/plain/excluded.png  |  Bin 698 -> 0 bytes
 .../skin/fusion/16_16/plain/no_rep_available.png   |  Bin 943 -> 0 bytes
 .../wot.jar!/skin/fusion/16_16/plain/not_safe.png  |  Bin 770 -> 0 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r0.png     |  Bin 0 -> 654 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r1.png     |  Bin 0 -> 558 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r2.png     |  Bin 0 -> 571 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r3.png     |  Bin 0 -> 567 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r4.png     |  Bin 0 -> 608 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/r5.png     |  Bin 0 -> 602 bytes
 chrome/wot.jar!/skin/fusion/16_16/plain/rx.png     |  Bin 0 -> 608 bytes
 .../wot.jar!/skin/fusion/16_16/plain/trusted.png   |  Bin 838 -> 0 bytes
 .../fusion/16_16/{no_rep_available.png => r0.png}  |  Bin 653 -> 653 bytes
 .../skin/fusion/16_16/{danger.png => r1.png}       |  Bin 723 -> 723 bytes
 .../skin/fusion/16_16/{not_safe.png => r2.png}     |  Bin 763 -> 763 bytes
 .../skin/fusion/16_16/{caution.png => r3.png}      |  Bin 725 -> 725 bytes
 .../skin/fusion/16_16/{alright.png => r4.png}      |  Bin 839 -> 839 bytes
 .../skin/fusion/16_16/{trusted.png => r5.png}      |  Bin 836 -> 836 bytes
 .../skin/fusion/16_16/{excluded.png => rx.png}     |  Bin 714 -> 714 bytes
 ...message_no_rep_available.png => message_r0.png} |  Bin 1617 -> 1617 bytes
 .../24_24/{message_danger.png => message_r1.png}   |  Bin 1316 -> 1316 bytes
 .../24_24/{message_not_safe.png => message_r2.png} |  Bin 1371 -> 1371 bytes
 .../24_24/{message_caution.png => message_r3.png}  |  Bin 1350 -> 1350 bytes
 .../24_24/{message_alright.png => message_r4.png}  |  Bin 1468 -> 1468 bytes
 .../24_24/{message_trusted.png => message_r5.png}  |  Bin 1431 -> 1431 bytes
 .../fusion/24_24/{new_danger.png => new_r1.png}    |  Bin 1558 -> 1558 bytes
 .../fusion/24_24/{new_not_safe.png => new_r2.png}  |  Bin 1587 -> 1587 bytes
 .../fusion/24_24/{new_caution.png => new_r3.png}   |  Bin 1559 -> 1559 bytes
 .../fusion/24_24/{new_alright.png => new_r4.png}   |  Bin 1618 -> 1618 bytes
 .../fusion/24_24/{new_trusted.png => new_r5.png}   |  Bin 1613 -> 1613 bytes
 .../fusion/24_24/{no_rep_available.png => r0.png}  |  Bin 1662 -> 1662 bytes
 .../skin/fusion/24_24/{danger.png => r1.png}       |  Bin 1221 -> 1221 bytes
 .../skin/fusion/24_24/{not_safe.png => r2.png}     |  Bin 1270 -> 1270 bytes
 .../skin/fusion/24_24/{caution.png => r3.png}      |  Bin 1230 -> 1230 bytes
 .../skin/fusion/24_24/{alright.png => r4.png}      |  Bin 1329 -> 1329 bytes
 .../skin/fusion/24_24/{trusted.png => r5.png}      |  Bin 1309 -> 1309 bytes
 .../skin/fusion/24_24/{excluded.png => rx.png}     |  Bin 1274 -> 1274 bytes
 .../fusion/28_28/{no_rep_available.png => r0.png}  |  Bin 1470 -> 1470 bytes
 .../skin/fusion/28_28/{danger.png => r1.png}       |  Bin 1416 -> 1416 bytes
 .../skin/fusion/28_28/{not_safe.png => r2.png}     |  Bin 1361 -> 1361 bytes
 .../skin/fusion/28_28/{caution.png => r3.png}      |  Bin 1482 -> 1482 bytes
 .../skin/fusion/28_28/{alright.png => r4.png}      |  Bin 1537 -> 1537 bytes
 .../skin/fusion/28_28/{trusted.png => r5.png}      |  Bin 1610 -> 1610 bytes
 .../skin/fusion/28_28/{excluded.png => rx.png}     |  Bin 1422 -> 1422 bytes
 .../fusion/32_32/{new_trusted.png => new_r5.png}   |  Bin 2378 -> 2378 bytes
 ...message_no_rep_available.png => message_r0.png} |  Bin 406 -> 406 bytes
 .../16_16/{message_danger.png => message_r1.png}   |  Bin 400 -> 400 bytes
 .../16_16/{message_not_safe.png => message_r2.png} |  Bin 695 -> 695 bytes
 .../16_16/{message_caution.png => message_r3.png}  |  Bin 671 -> 671 bytes
 .../16_16/{message_alright.png => message_r4.png}  |  Bin 650 -> 650 bytes
 .../16_16/{message_trusted.png => message_r5.png}  |  Bin 534 -> 534 bytes
 .../16_16/{new_danger.png => new_r1.png}           |  Bin 416 -> 416 bytes
 .../16_16/{new_not_safe.png => new_r2.png}         |  Bin 723 -> 723 bytes
 .../16_16/{new_caution.png => new_r3.png}          |  Bin 705 -> 705 bytes
 .../16_16/{new_alright.png => new_r4.png}          |  Bin 676 -> 676 bytes
 .../16_16/{new_trusted.png => new_r5.png}          |  Bin 549 -> 549 bytes
 .../16_16/plain/{no_rep_available.png => r0.png}   |  Bin 410 -> 410 bytes
 .../accessible/16_16/plain/{danger.png => r1.png}  |  Bin 390 -> 390 bytes
 .../16_16/plain/{not_safe.png => r2.png}           |  Bin 687 -> 687 bytes
 .../accessible/16_16/plain/{caution.png => r3.png} |  Bin 659 -> 659 bytes
 .../accessible/16_16/plain/{alright.png => r4.png} |  Bin 655 -> 655 bytes
 .../accessible/16_16/plain/{trusted.png => r5.png} |  Bin 540 -> 540 bytes
 .../16_16/{no_rep_available.png => r0.png}         |  Bin 410 -> 410 bytes
 .../fusion/accessible/16_16/{danger.png => r1.png} |  Bin 391 -> 391 bytes
 .../accessible/16_16/{not_safe.png => r2.png}      |  Bin 690 -> 690 bytes
 .../accessible/16_16/{caution.png => r3.png}       |  Bin 664 -> 664 bytes
 .../accessible/16_16/{alright.png => r4.png}       |  Bin 653 -> 653 bytes
 .../accessible/16_16/{trusted.png => r5.png}       |  Bin 540 -> 540 bytes
 .../24_24/{message_danger.png => message_r1.png}   |  Bin 744 -> 744 bytes
 .../24_24/{message_not_safe.png => message_r2.png} |  Bin 1317 -> 1317 bytes
 .../24_24/{message_caution.png => message_r3.png}  |  Bin 1375 -> 1375 bytes
 .../24_24/{message_alright.png => message_r4.png}  |  Bin 1375 -> 1375 bytes
 .../24_24/{message_trusted.png => message_r5.png}  |  Bin 1529 -> 1529 bytes
 .../24_24/{new_danger.png => new_r1.png}           |  Bin 703 -> 703 bytes
 .../24_24/{new_not_safe.png => new_r2.png}         |  Bin 1287 -> 1287 bytes
 .../24_24/{new_caution.png => new_r3.png}          |  Bin 1297 -> 1297 bytes
 .../24_24/{new_alright.png => new_r4.png}          |  Bin 1277 -> 1277 bytes
 .../24_24/{new_trusted.png => new_r5.png}          |  Bin 1468 -> 1468 bytes
 .../24_24/{no_rep_available.png => r0.png}         |  Bin 772 -> 772 bytes
 .../fusion/accessible/24_24/{danger.png => r1.png} |  Bin 624 -> 624 bytes
 .../accessible/24_24/{not_safe.png => r2.png}      |  Bin 1088 -> 1088 bytes
 .../accessible/24_24/{caution.png => r3.png}       |  Bin 1116 -> 1116 bytes
 .../accessible/24_24/{alright.png => r4.png}       |  Bin 1108 -> 1108 bytes
 .../accessible/24_24/{trusted.png => r5.png}       |  Bin 1440 -> 1440 bytes
 .../28_28/{no_rep_available.png => r0.png}         |  Bin 993 -> 993 bytes
 .../fusion/accessible/28_28/{danger.png => r1.png} |  Bin 868 -> 868 bytes
 .../accessible/28_28/{not_safe.png => r2.png}      |  Bin 1252 -> 1252 bytes
 .../accessible/28_28/{caution.png => r3.png}       |  Bin 1099 -> 1099 bytes
 .../accessible/28_28/{alright.png => r4.png}       |  Bin 1050 -> 1050 bytes
 .../accessible/28_28/{trusted.png => r5.png}       |  Bin 931 -> 931 bytes
 .../skin/fusion/accessible/close-active.png        |  Bin 311 -> 0 bytes
 .../skin/fusion/accessible/close-hover.png         |  Bin 214 -> 0 bytes
 chrome/wot.jar!/skin/fusion/accessible/close.png   |  Bin 215 -> 0 bytes
 chrome/wot.jar!/skin/fusion/accessible/logo.png    |  Bin 929 -> 0 bytes
 .../wot.jar!/skin/fusion/accessible/popup-logo.png |  Bin 1158 -> 0 bytes
 .../skin/fusion/accessible/scorecard-active.png    |  Bin 7601 -> 0 bytes
 .../skin/fusion/accessible/scorecard-hover.png     |  Bin 6568 -> 0 bytes
 .../wot.jar!/skin/fusion/accessible/scorecard.png  |  Bin 7285 -> 0 bytes
 .../skin/fusion/accessible/slider-active.png       |  Bin 1033 -> 0 bytes
 .../skin/fusion/accessible/slider-hover.png        |  Bin 568 -> 0 bytes
 chrome/wot.jar!/skin/fusion/accessible/slider.png  |  Bin 580 -> 0 bytes
 chrome/wot.jar!/skin/fusion/close-active.png       |  Bin 518 -> 0 bytes
 chrome/wot.jar!/skin/fusion/close-hover.png        |  Bin 261 -> 0 bytes
 chrome/wot.jar!/skin/fusion/close.png              |  Bin 267 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-0.png       |  Bin 265 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-1.png       |  Bin 385 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-2.png       |  Bin 408 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-3.png       |  Bin 404 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-4.png       |  Bin 381 -> 0 bytes
 chrome/wot.jar!/skin/fusion/confidence-5.png       |  Bin 281 -> 0 bytes
 chrome/wot.jar!/skin/fusion/indicator-hover.png    |  Bin 309 -> 0 bytes
 chrome/wot.jar!/skin/fusion/indicator.png          |  Bin 204 -> 0 bytes
 chrome/wot.jar!/skin/fusion/logo.png               |  Bin 1706 -> 1659 bytes
 chrome/wot.jar!/skin/fusion/message-background.png |  Bin 250 -> 0 bytes
 chrome/wot.jar!/skin/fusion/message-critical.png   |  Bin 191 -> 0 bytes
 chrome/wot.jar!/skin/fusion/message-important.png  |  Bin 191 -> 0 bytes
 chrome/wot.jar!/skin/fusion/popup-logo.png         |  Bin 1452 -> 0 bytes
 chrome/wot.jar!/skin/fusion/popup.png              |  Bin 464 -> 0 bytes
 chrome/wot.jar!/skin/fusion/scorecard-active.png   |  Bin 7630 -> 0 bytes
 chrome/wot.jar!/skin/fusion/scorecard-hover.png    |  Bin 6617 -> 0 bytes
 chrome/wot.jar!/skin/fusion/scorecard.png          |  Bin 7328 -> 0 bytes
 chrome/wot.jar!/skin/fusion/slider-active.png      |  Bin 3162 -> 0 bytes
 chrome/wot.jar!/skin/fusion/slider-hover.png       |  Bin 2240 -> 0 bytes
 chrome/wot.jar!/skin/fusion/slider.png             |  Bin 2464 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-0.png         |  Bin 176 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-1.png         |  Bin 203 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-10.png        |  Bin 185 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-2.png         |  Bin 207 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-3.png         |  Bin 209 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-4.png         |  Bin 208 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-5.png         |  Bin 206 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-6.png         |  Bin 207 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-7.png         |  Bin 207 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-8.png         |  Bin 204 -> 0 bytes
 chrome/wot.jar!/skin/fusion/user-bar-9.png         |  Bin 197 -> 0 bytes
 chrome/wot.jar!/skin/include/blocked.css           |  383 ----
 chrome/wot.jar!/skin/include/blocked.js            |   47 +-
 chrome/wot.jar!/skin/include/loading.css           |   14 +-
 chrome/wot.jar!/skin/include/popup.css             |  495 ++++-
 chrome/wot.jar!/skin/include/warning.css           |  752 +++++++
 chrome/wot.jar!/skin/ratingwindow.css              | 1726 ++++++++++++++++
 chrome/wot.jar!/skin/toolbar.css                   |    2 +-
 chrome/wot.jar!/skin/welcometips.css               |  214 ++
 chrome/wot.jar!/skin/wot.css                       |  721 +------
 install.rdf                                        |    6 +-
 267 files changed, 12932 insertions(+), 5112 deletions(-)

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



More information about the Pkg-mozext-commits mailing list