~ubuntu-branches/ubuntu/hardy/epiphany-extensions/hardy-updates

« back to all changes in this revision

Viewing changes to extensions/error-viewer/mozilla/ErrorViewerURICheckerObserver.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-02-11 12:07:10 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20080211120710-mene00j2jh4ddwnz
Tags: 2.20.1svn20080211-0ubuntu1
* New SVN snapshot:
  - work with the hardy epiphany-browser version (lp: #178117)
* debian/control.in:
  - build using xulrunner
  - updated epiphany-browser requirement
* debian/patches/ephy-extensions.xul.1.9.patch:
  - patch from Alexander Sack to build using xulrunner1.9
* debian/patches/delicious.diff:
  - dropped, the change is in the svn version
* debian/rules:
  - build using libxul
  - updated installation directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *  along with this program; if not, write to the Free Software
16
16
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
17
 *
18
 
 *  $Id: ErrorViewerURICheckerObserver.h 1376 2006-09-13 19:01:42Z chpe $
 
18
 *  $Id: ErrorViewerURICheckerObserver.h 1629 2007-11-04 00:07:29Z cyrilbois $
19
19
 */
20
20
 
21
21
#include <nsIRequestObserver.h>
56
56
    0x4c25,                                             \
57
57
    {0xa1, 0x4b, 0x97, 0x7f, 0x7e, 0x4d, 0xdd, 0x58}    \
58
58
}
59
 
#define G_ERRORVIEWERURICHECKEROBSERVER_CLASSNAME "Error Viewer's URI Checker Observer"                                                                                
 
59
#define G_ERRORVIEWERURICHECKEROBSERVER_CLASSNAME "Error Viewer's URI Checker Observer"
60
60
class nsIFactory;
61
 
                                                                                
 
61
 
62
62
extern nsresult NS_NewErrorViewerURICheckerObserverFactory(nsIFactory** aFactory);