トップ «前の日記(2009-10-23(金)) 最新 次の日記(2009-10-25(日))» 編集

新秀の介の日記

過去の日記

2009-10-24(土) 夜から雨になりそうだ

_ 散髪

柏に用足しに行った帰りに床屋によって散髪してきた。頭が軽くなって、いい感じになった。

_ Bug-org 517902 : Reimplement image properties, using the existing "Media" panel

Scene Side B経由。画像の上のコンテキストメニューで"View Image Info"を選択すると、"Page Info"の"Media"タブが表示されるようになった。該当する画像が選択されているので、簡単に保存することができる。使い勝手がアップした感じ。

_ Bug-org 253337 : Output of about:support's "Copy all to clipboard" looks really ugly

パッチがチェックインされ、FIXEDになった。Linuxにとっての肝は、

   // Actual CR/LF pairs are needed for some Windows text editors.
+#ifdef XP_WIN
   text = text.replace(/\n/g, "\r\n");
+#endif

の部分だろう。それ以外にも、

>+const ELLIPSIS = gPrefService.getComplexValue("intl.ellipsis", 
>+                                               Ci.nsIPrefLocalizedString).data;

I removed the trailing space and fixed the indentation before landing this.

とかの修正が入っていて、こちらはプラットフォームに依存しない修正のようだ。


Copyright (C) 2005-2012 by Hidenosuke. All rights reserved.
mailto: hidenosuke_at_hidenosuke_dot_org or hideo.oshima_at_gmail_dot_com