~ubuntu-branches/ubuntu/intrepid/xulrunner-1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to mozilla/xpinstall/src/nsXPITriggerInfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-03 12:23:16 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603122316-22yfnqutvffnp35n
Tags: 1.9.0.11+build2+nobinonly-0ubuntu0.8.10.2
* New upstream release v1.9.0.11 build2 (FIREFOX_3_0_11_BUILD2)
  - see USN-779-1
- adjust patches to changed upstream code base
  - update debian/patches/bz372826_att337031_about_style.patch
* fix build failure because of too low sqlite system lib; we backout patch landed
  in mbo #488710
  - add debian/patches/bz488710_sqlite_systemlib_backout.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    nsString    URL;
58
58
    PRInt32     status;
59
59
    JSContext*  cx;
60
 
    jsval       global;
61
60
    jsval       cbval;
62
61
    nsCOMPtr<nsISupports> ref;
63
62
    nsCOMPtr<nsIPrincipal> princ;
132
131
  private:
133
132
    nsVoidArray mItems;
134
133
    JSContext   *mCx;
135
 
    nsCOMPtr<nsIXPConnectJSObjectHolder> mGlobalWrapper;
 
134
    nsCOMPtr<nsISupports> mContextWrapper;
136
135
    jsval       mCbval;
137
136
    nsCOMPtr<nsIThread> mThread;
138
137