proglog

主にプログラミングに関する断片的メモ

[firefox][tombloo] Fx 4.0でtomblooからEvernote と Twitter

httpsを使う二つのケース、twitterevernoteを使う時。
僕の環境ではクラッシュしてたので、以下のようにしてみた。

(PROFILE DIR)\extensions\tombloo@brasil.to\chrome\content\library\01_utility.js

の598行目付近

                  return this;

を、

	      return this.QueryInterface(iid);

に変えてみたところ、なんとなくうまくいってる感じ。

ぶっちゃけ、何を意味するのかよく分からん。

参考Creating Sandboxed HTTP Connections - MDC Doc Center