Bug-org 978023 Rename nsIMEStateManager and nsTextStateManager and move into mozilla::
初回投稿日時: 2014-03-10 22:55:30
カテゴリ: Mozilla Core Mozilla30 バグ修正
SNS:
Tweet (list)
dom/events配下のクラスのリネームバグです。このバグでは、nsIMEStateManagerをmozilla::IMEStateManagerに、nsTextStateManagerをIMEContentObserverに名前を変更し、後者は、nsIMEStateManager.cppから、独立したIMEContentObserver.cppと、IMEContentObserver.hに分離しています。
このバグで指摘されたのですが、ファイルを分割する場合、分割元のファイルをhg copyで複製後に不要な部分を削除することで、変更履歴が引き継げるらしいです。