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