もずはっく日記からの検索結果
発見した件数: 27件 | 再検索タイトル | 最終更新日 |
---|---|
内容(最初の段落のみ) | |
Bug-org 666903 uriloader should use mozilla::Preferences | 2011年07月29日 |
uriloader も Preferences のユーティリティメソッドを利用するように修正終わりました。 | |
Bug-org 666901 docshell should use mozilla::Preferences | 2011年06月30日 |
docshell/ 配下のコードも置換終了です。 (続く……) | |
Bug-org 664908 xpinstall should use mozilla::Preferences | 2011年06月30日 |
xpinstall/ 配下のコードの置換作業だったのですが、今はもう使ってないらしく、削除されるコードだということで却下されました。 | |
Bug-org 664969 xpfe should use mozilla::Preferences | 2011年06月30日 |
昔懐かしい、 xpfe/ 配下のpref関連コードも置換が終わりました。 (続く……) | |
Bug-org 664917 Add Preferences API for getting default pref values | 2011年06月30日 |
Borisからの要望で、デフォルト値にアクセスするためのAPIも一通り用意しました。 (続く……) | |
Bug-org 664906 nsViewManager.cpp includes unnecessary pref headers | 2011年06月30日 |
view/ 配下のコードのpref関連のコードの置換をしようとしたところ、既に利用していたコードは全て無くなっていました。 #include だけ放置されていたので、それだけ削除しています。 | |
Bug-org 664437 editor should use mozilla::Preferences | 2011年06月30日 |
editor/ 以下のコードのprefs関連コードの置換です。 (続く……) | |
Bug-org 660770 caps should use mozilla::Preferences | 2011年06月30日 |
まだまだ、こつこつとpref関連のコードのメンテを続けています。 (続く……) | |
Bug-org 663036 gfx should use mozilla::Preferences | 2011年06月14日 |
gfx も全て、 mozilla::Preferences を利用するようになりました。 (続く……) | |
Bug-org 663041 layout should use mozilla::Preferences | 2011年06月14日 |
layout のコードも mozilla::Preferences を利用するように修正しました。 | |
Bug-org 661101 widget should use mozilla::Preferences (except win/cocoa/gtk2/xpwidgets) | 2011年06月14日 |
tier-1以外のプラットフォームの widget のコードも全て、 mozilla::Preferences を利用するように修正しました。 | |
Bug-org 662191 Profile name are blank in the listbox of Profile manager when scroll the listbox by mouse wheel. | 2011年06月14日 |
高精度スクロールでXULのリストボックスをスクロールさせると一行単位ではなく、ピクセル単位でスクロールして、さらに再描画がうまくいかない、というバグです。 (続く……) | |
Bug-org 660640 Preferences spams lots of failing NS_ENSURE_TRUE at shutdown | 2011年06月14日 |
mozilla::Preferences に登録されていたobserverはXPCOMのシャットダウンを mozilla::Preferences 自身が知った際に削除し、自身のシングルトンインスタンスもリリースしていたため、これよりも後からXPCOMのシャットダウンを知ることになるモジュールからのobserverの登録解除が無用な警告を大量に出力するようになっていました。 (続く……) | |
Bug-org 660568 nsImageFrame::IconLoad doesn't remove pref observers | 2011年06月14日 |
nsImageFrame::IconLoad がprefのobserverを登録しているのに、それを解除することがなかった、というバグです。ただ、インスタンスがひとつだけしか作られず、XPCOMのシャットダウンまで破棄されないので実害はないと思われます。 (続く……) | |
Bug-org 660771 parser should use mozilla::Preferences | 2011年06月14日 |
View Source の実装も mozilla::Preferences を利用するようになりました。 | |
Bug-org 660743 storage should use mozilla::Preferences | 2011年06月14日 |
mozilla/storage 以下のソースコードも mozilla::Preferences を利用するように修正が終わりました。 | |
Bug-org 660768 modules should use mozilla::Preferences | 2011年06月14日 |
mozilla/modules 以下のソースコードもprefへのアクセスに mozilla::Preferences を利用するようになりました。 | |
Bug-org 660742 accessible should use mozilla::Preferences | 2011年06月14日 |
mozilla/accessible 以下のファイルのprefへのアクセス部分は mozilla::Preferences を利用するように置換されました。 (続く……) | |
Bug-org 660121 Remove all other nsContentUtils methods related to pref | 2011年05月30日 |
残る、 nsContentUtils::RegisterPrefCallback() 、 nsContentUtils::UnregisterPrefCallback() 、 nsContentUtils::AddBoolPrefVarCache() 、 nsContentUtils::AddIntPrefVarCache() を削除しました。 (続く……) | |
Bug-org 659913 Remove nsContentUtils::GetPrefBranch() | 2011年05月30日 |
nsContentUtils がキャッシュしていた、 nsIPrefBranch のポインタを外部に公開しているこのメソッドを削除しました。 (続く……) | |
Bug-org 658705 widget/src/cocoa should use new pref utilities | 2011年05月27日 |
Mac用の widget のコードからの pref へのアクセスも全て Preferences を利用するように修正しました。 | |
Bug-org 658704 widget/src/gtk2 should use new pref utilities | 2011年05月27日 |
Linux用(GTK2)の widget のコードからの pref へのアクセスも全て Preferences を利用するように修正しました。 | |
Bug-org 658703 widget/src/windows should use new pref utilities | 2011年05月27日 |
Windows用の widget のコードからの pref へのアクセスは全て Preferences を利用するように修正しました。 | |
Bug-org 659821 Replace nsContentUtils::GetLocalizedStringPref() with Preferences::GetLocalizedCString() or Preferences::GetLocalizedString() | 2011年05月27日 |
この修正で、 nsContentUtils::GetLocalizedStringPref() は削除されました。 | |
Bug-org 659820 Replace nsContentUtils::GetCharPref() and nsContentUtils::GetStringPref() with Preferences::GetCString() and Preferences::GetString() | 2011年05月27日 |
この修正で nsContentUtils::GetCharPref() と nsContentUtils::GetStringPref() は削除されました。 (続く……) | |
Bug-org 659536 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() | 2011年05月25日 |
nsContentUtils::GetIntPref() も削除しました。また、この際に一部、キャストの手間を省くためと、より符号の違いを意識するように、 Preferences::GetUint() と、 Preferences::SetUint() を追加しました。 | |
Bug-org 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() | 2011年05月25日 |
早速、 nsContentUtils::GetBoolPref() は削除しました。 |
発見した件数: 27件 | 再検索