goo blog サービス終了のお知らせ 

日々のDraft

回答原案集

愚痴

2012-04-04 17:03:53 | その他

何故かYou have requested an encrypted page that contains some unencrypted information. Information that you see or enter on this page could easily be read by a third party.と言われることが多発。https://bugzilla.mozilla.orgとかでも起こるので原因不明。リロードしていると言われなくなること多し


愚痴

2012-04-02 23:41:06 | その他

「Firefox Nightlyが何故かアップデートされない」トラブルを個人的に抱えていた。気まぐれにabout:configを見ていたのだが、app.update.channelが、なぜかdefaultをデフォルト値としていたため(Nightlyのデフォルト値はnightly)であるが、たとえこれを書き換えてFirefoxを再起動してもAbout Nightlyはdefault channelだと言い張り続けていた。面倒で避けていたが、面白みのない解決策「プロファイル初期化」で解決することにした。今アップデートできたんで一応報告。


愚痴

2012-03-23 18:59:18 | その他

TODO: MonoDevelopがどうやってコンパイラを見つけ出すかを調べる

  • https://github.com/mono/monodevelop/blob/master/main/src/addins/CSharpBinding/MonoDevelop.CSharp/CSharpBindingCompilerManager.cs#L81
  • https://github.com/mono/monodevelop/blob/master/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs
  • https://github.com/mono/monodevelop/blob/master/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/SystemAssemblyService.cs
  • https://github.com/mono/monodevelop/blob/master/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/TargetRuntime.cs
  • (本当はこの間に紆余曲折ある)
  • https://github.com/mono/monodevelop/blob/master/main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/TargetFrameworkBackend.cs#L69

愚痴

2012-03-21 17:30:18 | その他
codebase = uri [CT]
This attribute specifies the base URI for the applet. If this attribute is not specified, then it defaults the same base URI as for the current document. Values for this attribute may only refer to subdirectories of the directory containing the current document. Note. While the restriction on subdirectories is a departure from common practice and the HTML 3.2 specification, the HTML Working Group has chosen to leave the restriction in this version of the specification for security reasons.

nsObjectLoadingContent::GetObjectBaseURI

ここかなあ?bug 406541についてはよく知らんけども。

シリアライズ側は大丈夫なのかな?http://mxr.mozilla.org/mozilla-central/source/embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp#3176


愚痴

2012-03-19 19:05:57 | その他

このサイトにはJava Appletがある。npjp2.dll(JDK 8 b24[最新じゃないのは単に入れ替えが面倒でサボっているだけ])でアクセスすると、Safariでは表示されるのに対し、Nightlyでは表示されない。ログを見るとわかるのだが、何故か「http://www.asahi-net.or.jp/tsb.jar」を探している。(実際にあるのはhttp://www.asahi-net.or.jp/~va5t-sd/tumesyougi/tsb.jarなのに…