This is just some static backup of the original site, don't expect every link to work!

Changeset 184c6c


Ignore:
Timestamp:
Nov 12, 2011, 1:11:06 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
db5435
Parents:
623401
Message:

rearranged tree structure / added build-script

Files:
4 added
1 edited
162 moved

Legend:

Unmodified
Added
Removed
  • chrome.manifest

    r623401 r184c6c  
    1 content v_identity jar:chrome/v_identity.jar!/content/v_identity/
    2 locale  v_identity  cs-CZ   jar:chrome/v_identity.jar!/locale/cs-CZ/v_identity/
    3 locale  v_identity  de-DE   jar:chrome/v_identity.jar!/locale/de-DE/v_identity/
    4 locale  v_identity  en-US   jar:chrome/v_identity.jar!/locale/en-US/v_identity/
    5 locale  v_identity  es-ES   jar:chrome/v_identity.jar!/locale/es-ES/v_identity/
    6 locale  v_identity  fr  jar:chrome/v_identity.jar!/locale/fr/v_identity/
    7 locale  v_identity  nl  jar:chrome/v_identity.jar!/locale/nl/v_identity/
    8 locale  v_identity  ru-RU   jar:chrome/v_identity.jar!/locale/ru-RU/v_identity/
    9 skin    v_identity  classic/1.0 jar:chrome/v_identity.jar!/skin/classic/v_identity/
     1content v_identity  content/
     2skin    v_identity  classic/1.0 skin/
     3resource v_identity modules/
     4
     5locale  v_identity  cs-CZ   locale/cs-CZ/
     6locale  v_identity  de-DE   locale/de-DE/
     7locale  v_identity  en-US   locale/en-US/
     8locale  v_identity  es-ES   locale/es-ES/
     9locale  v_identity  fr  locale/fr/
     10locale  v_identity  nl  locale/nl/
     11locale  v_identity  ru-RU   locale/ru-RU/
     12
    1013overlay chrome://messenger/content/messengercompose/messengercompose.xul    chrome://v_identity/content/v_identity.xul
    1114overlay chrome://messenger/content/messengercompose/messengercompose.xul    chrome://v_identity/content/vI_context.xul
  • content/vI_getHeader.js

    r623401 r184c6c  
    4040
    4141virtualIdentityExtension.ns(function() { with (virtualIdentityExtension.LIB) {
     42 
    4243// var storedHeaders = { };
    4344var getHeader = {
     
    8283   
    8384    getHeader: function(hdr) {
     85     
     86     
     87     
    8488        vI.notificationBar.clear_dump()
    8589        var index;
Note: See TracChangeset for help on using the changeset viewer.