Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2ger

This commit is contained in:
Austin King 2014-02-10 23:13:59 -08:00
parent f26cdcf235
commit b1b481f3f3
7 changed files with 102 additions and 0 deletions

View file

@ -136,6 +136,9 @@ DOMInterfaces = {
'nativeType': 'ClientRectList',
}],
'Console': {
},
'CSS2Properties': {
'nativeType': 'nsDOMCSSDeclaration',
'prefable': True,