]> git.decadent.org.uk Git - videolink.git/commit
Added support for XULRunner/GRE 1.9:
authorBen Hutchings <ben@decadent.org.uk>
Sat, 12 Apr 2008 16:10:53 +0000 (16:10 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:58:16 +0000 (23:58 +0000)
commit9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112
treefc21ad064552613a535a1a750aef513276ed96e8
parent5586e3330c5c904a921dd4a9fb55cfa27a2cab9f
Added support for XULRunner/GRE 1.9:
- Use XPCOM and GtkMozEmbed glue code
  - Do not set rpath in executable
- Use <nsStringAPI.h> not <nsString.h> since the internal string API is not
  exported
  - Do not define MOZILLA_INTERNAL_API macro
- Do not use nsACString::{Begin,End}Reading since they are not exported (bug?)
- Do not add per-module directories to include search path, since they no
  longer exist
- Add NSPR header directory to include search path, since
  mozilla-gtkmozembed-embedding.pc doesn't do that (bug)
- Move use of nsPresContext to a separate source file since its header still
  requires MOZILLA_INTERNAL_API to be defined (bug?)
ChangeLog
Makefile
browser_widget.cpp
event_state_manager.cpp [new file with mode: 0644]
event_state_manager.hpp [new file with mode: 0644]
videolink.cpp