https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c4f51be60ad9c560d8ea89ff3e7aaaec06192b7 authored by seabld on 31 May 2012, 07:30:18 UTC
Added tag SEAMONKEY_2_10b3_RELEASE for changeset FIREFOX_13_0b6_BUILD1. CLOSED TREE a=release
Tip revision: 2c4f51b
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' ]
   ]

# 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