チェンジセット 58 : branches

差分発生行の前後
無視リスト:
更新日時:
2009/07/02 01:54:08 (3 年 前)
更新者:
h
ログメッセージ:

refs #10
プラットフォームごとのchrome階層を移動

パス:
branches/release-1.0
ファイル:
2 削除
16 変更
1 移動

凡例:

変更なし
追加
削除
  • branches/release-1.0/build.xml

    r53 r58  
    7676        </target> 
    7777 
    78         <target name="build" depends="chrome,WINNT,Linux,Darwin"> 
     78        <target name="build" depends="clean,chrome,WINNT,Linux,Darwin"> 
    7979                <zip destfile="${ant.project.name}.xpi" basedir="${objdir}"/> 
    8080        </target> 
  • branches/release-1.0/chrome/content/icons/back-button.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/back-button.css); 
     1@import url(chrome://vocalofx-platform/content/back-button.css); 
  • branches/release-1.0/chrome/content/icons/back-forward-dropmarker.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/back-forward-dropmarker.css); 
     1@import url(chrome://vocalofx-platform/content/back-forward-dropmarker.css); 
  • branches/release-1.0/chrome/content/icons/bookmark-item.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/bookmark-item.css); 
     1@import url(chrome://vocalofx-platform/content/bookmark-item.css); 
  • branches/release-1.0/chrome/content/icons/bookmarks-button.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/bookmarks-button.css); 
     1@import url(chrome://vocalofx-platform/content/bookmarks-button.css); 
  • branches/release-1.0/chrome/content/icons/favicon.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/favicon.css); 
     1@import url(chrome://vocalofx-platform/content/favicon.css); 
  • branches/release-1.0/chrome/content/icons/forward-button.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/forward-button.css); 
     1@import url(chrome://vocalofx-platform/content/forward-button.css); 
  • branches/release-1.0/chrome/content/icons/home-button.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/home-button.css); 
     1@import url(chrome://vocalofx-platform/content/home-button.css); 
  • branches/release-1.0/chrome/content/icons/sidebar-treechildren.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/sidebar-treechildren.css); 
     1@import url(chrome://vocalofx-platform/content/sidebar-treechildren.css); 
  • branches/release-1.0/chrome/content/icons/throbber.css

    r54 r58  
    1 @import url(chrome://vocalofx-platform/content/fx3/throbber.css); 
     1@import url(chrome://vocalofx-platform/content/throbber.css); 
  • branches/release-1.0/chrome/content/overlay.css

    r54 r58  
    11@import url(chrome://vocalofx-platform/content/overlay.css); 
    2 @import url(chrome://vocalofx-platform/content/fx3/overlay.css); 
    32@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    43 
  • branches/release-1.0/platform/Darwin/chrome.manifest

    r57 r58  
    1 content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/ 
     1content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/fx3/ 
    22 
    3 override chrome://browser/skin/urlbar/endcap-focused-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/endcap-focused-rtl.png 
    4 override chrome://browser/skin/urlbar/endcap-focused.png chrome://vocalofx-platform/content/fx3/urlbar/endcap-focused.png 
    5 override chrome://browser/skin/urlbar/endcap-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/endcap-rtl.png 
    6 override chrome://browser/skin/urlbar/endcap.png chrome://vocalofx-platform/content/fx3/urlbar/endcap.png 
    7 override chrome://browser/skin/urlbar/startcap-active-focused-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-active-focused-rtl.png 
    8 override chrome://browser/skin/urlbar/startcap-active-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-active-focused.png 
    9 override chrome://browser/skin/urlbar/startcap-active-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-active-rtl.png 
    10 override chrome://browser/skin/urlbar/startcap-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-active.png 
    11 override chrome://browser/skin/urlbar/startcap-focused-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-focused-rtl.png 
    12 override chrome://browser/skin/urlbar/startcap-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-focused.png 
    13 override chrome://browser/skin/urlbar/startcap-rtl.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-rtl.png 
    14 override chrome://browser/skin/urlbar/startcap-secure-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-active.png 
    15 override chrome://browser/skin/urlbar/startcap-secure-end-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-end-active.png 
    16 override chrome://browser/skin/urlbar/startcap-secure-end-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-end-focused.png 
    17 override chrome://browser/skin/urlbar/startcap-secure-end.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-end.png 
    18 override chrome://browser/skin/urlbar/startcap-secure-mid-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-mid-active.png 
    19 override chrome://browser/skin/urlbar/startcap-secure-mid-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-mid-focused.png 
    20 override chrome://browser/skin/urlbar/startcap-secure-mid.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-mid.png 
    21 override chrome://browser/skin/urlbar/startcap-secure-start-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-start-active.png 
    22 override chrome://browser/skin/urlbar/startcap-secure-start-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-start-focused.png 
    23 override chrome://browser/skin/urlbar/startcap-secure-start.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure-start.png 
    24 override chrome://browser/skin/urlbar/startcap-secure.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-secure.png 
    25 override chrome://browser/skin/urlbar/startcap-verified-end-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-end-active.png 
    26 override chrome://browser/skin/urlbar/startcap-verified-end-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-end-focused.png 
    27 override chrome://browser/skin/urlbar/startcap-verified-end.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-end.png 
    28 override chrome://browser/skin/urlbar/startcap-verified-mid-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-mid-active.png 
    29 override chrome://browser/skin/urlbar/startcap-verified-mid-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-mid-focused.png 
    30 override chrome://browser/skin/urlbar/startcap-verified-mid.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-mid.png 
    31 override chrome://browser/skin/urlbar/startcap-verified-start-active.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-start-active.png 
    32 override chrome://browser/skin/urlbar/startcap-verified-start-focused.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-start-focused.png 
    33 override chrome://browser/skin/urlbar/startcap-verified-start.png chrome://vocalofx-platform/content/fx3/urlbar/startcap-verified-start.png 
    34 override chrome://browser/skin/urlbar/startcap.png chrome://vocalofx-platform/content/fx3/urlbar/startcap.png 
    35 override chrome://browser/skin/urlbar/textfield-mid-focused.png chrome://vocalofx-platform/content/fx3/urlbar/textfield-mid-focused.png 
    36 override chrome://browser/skin/urlbar/textfield-mid.png chrome://vocalofx-platform/content/fx3/urlbar/textfield-mid.png 
     3override chrome://browser/skin/urlbar/endcap-focused-rtl.png chrome://vocalofx/content/icons/urlbar/endcap-focused-rtl.png 
     4override chrome://browser/skin/urlbar/endcap-focused.png chrome://vocalofx/content/icons/urlbar/endcap-focused.png 
     5override chrome://browser/skin/urlbar/endcap-rtl.png chrome://vocalofx/content/icons/urlbar/endcap-rtl.png 
     6override chrome://browser/skin/urlbar/endcap.png chrome://vocalofx/content/icons/urlbar/endcap.png 
     7override chrome://browser/skin/urlbar/startcap-active-focused-rtl.png chrome://vocalofx/content/icons/urlbar/startcap-active-focused-rtl.png 
     8override chrome://browser/skin/urlbar/startcap-active-focused.png chrome://vocalofx/content/icons/urlbar/startcap-active-focused.png 
     9override chrome://browser/skin/urlbar/startcap-active-rtl.png chrome://vocalofx/content/icons/urlbar/startcap-active-rtl.png 
     10override chrome://browser/skin/urlbar/startcap-active.png chrome://vocalofx/content/icons/urlbar/startcap-active.png 
     11override chrome://browser/skin/urlbar/startcap-focused-rtl.png chrome://vocalofx/content/icons/urlbar/startcap-focused-rtl.png 
     12override chrome://browser/skin/urlbar/startcap-focused.png chrome://vocalofx/content/icons/urlbar/startcap-focused.png 
     13override chrome://browser/skin/urlbar/startcap-rtl.png chrome://vocalofx/content/icons/urlbar/startcap-rtl.png 
     14override chrome://browser/skin/urlbar/startcap-secure-active.png chrome://vocalofx/content/icons/urlbar/startcap-secure-active.png 
     15override chrome://browser/skin/urlbar/startcap-secure-end-active.png chrome://vocalofx/content/icons/urlbar/startcap-secure-end-active.png 
     16override chrome://browser/skin/urlbar/startcap-secure-end-focused.png chrome://vocalofx/content/icons/urlbar/startcap-secure-end-focused.png 
     17override chrome://browser/skin/urlbar/startcap-secure-end.png chrome://vocalofx/content/icons/urlbar/startcap-secure-end.png 
     18override chrome://browser/skin/urlbar/startcap-secure-mid-active.png chrome://vocalofx/content/icons/urlbar/startcap-secure-mid-active.png 
     19override chrome://browser/skin/urlbar/startcap-secure-mid-focused.png chrome://vocalofx/content/icons/urlbar/startcap-secure-mid-focused.png 
     20override chrome://browser/skin/urlbar/startcap-secure-mid.png chrome://vocalofx/content/icons/urlbar/startcap-secure-mid.png 
     21override chrome://browser/skin/urlbar/startcap-secure-start-active.png chrome://vocalofx/content/icons/urlbar/startcap-secure-start-active.png 
     22override chrome://browser/skin/urlbar/startcap-secure-start-focused.png chrome://vocalofx/content/icons/urlbar/startcap-secure-start-focused.png 
     23override chrome://browser/skin/urlbar/startcap-secure-start.png chrome://vocalofx/content/icons/urlbar/startcap-secure-start.png 
     24override chrome://browser/skin/urlbar/startcap-secure.png chrome://vocalofx/content/icons/urlbar/startcap-secure.png 
     25override chrome://browser/skin/urlbar/startcap-verified-end-active.png chrome://vocalofx/content/icons/urlbar/startcap-verified-end-active.png 
     26override chrome://browser/skin/urlbar/startcap-verified-end-focused.png chrome://vocalofx/content/icons/urlbar/startcap-verified-end-focused.png 
     27override chrome://browser/skin/urlbar/startcap-verified-end.png chrome://vocalofx/content/icons/urlbar/startcap-verified-end.png 
     28override chrome://browser/skin/urlbar/startcap-verified-mid-active.png chrome://vocalofx/content/icons/urlbar/startcap-verified-mid-active.png 
     29override chrome://browser/skin/urlbar/startcap-verified-mid-focused.png chrome://vocalofx/content/icons/urlbar/startcap-verified-mid-focused.png 
     30override chrome://browser/skin/urlbar/startcap-verified-mid.png chrome://vocalofx/content/icons/urlbar/startcap-verified-mid.png 
     31override chrome://browser/skin/urlbar/startcap-verified-start-active.png chrome://vocalofx/content/icons/urlbar/startcap-verified-start-active.png 
     32override chrome://browser/skin/urlbar/startcap-verified-start-focused.png chrome://vocalofx/content/icons/urlbar/startcap-verified-start-focused.png 
     33override chrome://browser/skin/urlbar/startcap-verified-start.png chrome://vocalofx/content/icons/urlbar/startcap-verified-start.png 
     34override chrome://browser/skin/urlbar/startcap.png chrome://vocalofx/content/icons/urlbar/startcap.png 
     35override chrome://browser/skin/urlbar/textfield-mid-focused.png chrome://vocalofx/content/icons/urlbar/textfield-mid-focused.png 
     36override chrome://browser/skin/urlbar/textfield-mid.png chrome://vocalofx/content/icons/urlbar/textfield-mid.png 
  • branches/release-1.0/platform/Linux/chrome.manifest

    r57 r58  
    1 content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/ 
     1content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/fx3/ 
  • branches/release-1.0/platform/Linux/chrome/content/fx3/overlay.css

    r55 r58  
    11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
     2 
     3#find-field, .find-field-container 
     4, #urlbar, .searchbar-textbox 
     5, #bookmarksPanel 
     6        #search-box 
     7, #history-panel 
     8        #search-box 
     9{ 
     10        border: 1px solid !important; 
     11} 
     12 
     13#urlbar > .autocomplete-history-dropmarker 
     14{ 
     15        -moz-appearance: toolbarbutton-dropdown; 
     16} 
    217 
    318.tabbrowser-tab { 
  • branches/release-1.0/platform/WINNT/chrome.manifest

    r57 r58  
    1 content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/ 
     1content vocalofx-platform jar:chrome/vocalofx-platform.jar!/content/fx3/ 
  • branches/release-1.0/platform/WINNT/chrome/content/fx3/overlay.css

    r28 r58  
    11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
     2 
     3#find-field, .find-field-container 
     4, #urlbar, .searchbar-textbox 
     5, #bookmarksPanel 
     6        #search-box 
     7, #history-panel 
     8        #search-box 
     9{ 
     10        border: 1px solid !important; 
     11} 
    212 
    313#urlbar