diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-02-11 21:26:24 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-02-11 21:26:24 +0000 |
| commit | 5581279c11e273149faa90a08dd5361dd6ae0a56 (patch) | |
| tree | 89862d3ddfce5d78a5bc61a8b40c65e88b598265 /packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc | |
| parent | b5e58f33ab8e4ecf5fb4c65fb1b3143ce1eb6084 (diff) | |
| download | fpc-5581279c11e273149faa90a08dd5361dd6ae0a56.tar.gz | |
* automatically comment out methods that take blocks as parameters or return
them
* handle inline protocol definitions in parameter lists (replace id<protocol>
with protocol, and class<protocol[,protocol,..]> with class), and made
some fixes to this support for fields (many "id" fields/parameters are
now protocols)
* fix from Phil Hess for parsing some read-only properties
* also translate ..._BUT_DEPRECATED macros (without any "_IN_VERSION..."
coming after it) into "deprecated" modifiers
* several fixes for handling deprecation macros (in several cases, half the
macro was mangled into the name of the symbol itself)
* default now to parsing the iOS 4.2 SDK headers, and fixed passing an
alternate SDK on the command line to make-ios-headers.sh
* updated Cocoa headers as parsed by the new parser, and with the headers
from Mac OS X 10.6.5/Safari 5.0.2 (contains some WebKit updates)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16908 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc')
| -rw-r--r-- | packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc index d7783d5915..648e41534b 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLBaseFontElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} |
