https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4266c573ec87a7965f0d7491a4c0b74160db00b1 authored by tbirdbld on 04 July 2012, 16:12:34 UTC
Added THUNDERBIRD_14_0b4_RELEASE THUNDERBIRD_14_0b4_BUILD1 tag(s) for changeset d1452658046f. DONTBUILD CLOSED TREE a=release
Tip revision: 4266c57
dictionary_helper_gen.conf
# Dictionary interface name, interface file name
dictionaries = [
     [ 'EventInit', 'nsIDOMEvent.idl' ],
     [ 'CustomEventInit', 'nsIDOMCustomEvent.idl' ],
     [ 'PopStateEventInit', 'nsIDOMPopStateEvent.idl' ],
     [ 'HashChangeEventInit', 'nsIDOMHashChangeEvent.idl' ],
     [ 'PageTransitionEventInit', 'nsIDOMPageTransitionEvent.idl' ],
     [ 'CloseEventInit', 'nsIDOMCloseEvent.idl' ],
     [ 'UIEventInit', 'nsIDOMUIEvent.idl' ],
     [ 'MouseEventInit', 'nsIDOMMouseEvent.idl' ],
     [ 'IDBObjectStoreParameters', 'nsIIDBDatabase.idl' ],
     [ 'IDBIndexParameters', 'nsIIDBObjectStore.idl' ],
     [ 'StorageEventInit', 'nsIDOMStorageEvent.idl' ],
     [ 'BlobPropertyBag', 'nsIDOMFile.idl' ],
     [ 'MutationObserverInit', 'nsIDOMMutationObserver.idl' ],
     [ 'SettingsEventInit', 'nsIDOMSettingsManager.idl' ],
     [ 'GeoPositionOptions', 'nsIDOMGeoGeolocation.idl']
   ]

# include file names
special_includes = [
    'nsContentUtils.h',
    'XPCQuickStubs.h'
  ]

# name of the type to not include using #include "typename.h"
exclude_automatic_type_include = [
    'nsISupports'
  ]
back to top