|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-01-17 Sam Weinig <sam@webkit.org> |
| 2 |
|
| 3 |
Add helper macro for forward declaring objective-c classes |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=76485 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
* accessibility/AccessibilityObject.h: |
| 9 |
* bindings/js/ScriptController.h: |
| 10 |
* bridge/objc/objc_utility.h: |
| 11 |
* page/DragClient.h: |
| 12 |
* page/EditorClient.h: |
| 13 |
* platform/AutodrainedPool.h: |
| 14 |
* platform/ContextMenuItem.h: |
| 15 |
* platform/Cursor.h: |
| 16 |
* platform/DragData.h: |
| 17 |
* platform/DragImage.h: |
| 18 |
* platform/KURL.h: |
| 19 |
* platform/Pasteboard.h: |
| 20 |
* platform/PlatformKeyboardEvent.h: |
| 21 |
* platform/PlatformMenuDescription.h: |
| 22 |
* platform/PlatformScreen.h: |
| 23 |
* platform/SharedBuffer.h: |
| 24 |
* platform/Widget.h: |
| 25 |
* platform/cf/SchedulePair.h: |
| 26 |
* platform/graphics/BitmapImage.h: |
| 27 |
* platform/graphics/FontPlatformData.h: |
| 28 |
* platform/graphics/GraphicsContext3D.h: |
| 29 |
* platform/graphics/GraphicsLayer.h: |
| 30 |
* platform/graphics/Icon.h: |
| 31 |
* platform/graphics/Image.h: |
| 32 |
* platform/graphics/MediaPlayer.h: |
| 33 |
* platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h: |
| 34 |
* platform/graphics/ca/PlatformCAAnimation.h: |
| 35 |
* platform/graphics/ca/mac/TileCache.h: |
| 36 |
* platform/graphics/mac/ColorMac.h: |
| 37 |
* platform/graphics/mac/MediaPlayerPrivateQTKit.h: |
| 38 |
* platform/graphics/mac/MediaPlayerProxy.h: |
| 39 |
* platform/mac/ClipboardMac.h: |
| 40 |
* platform/mac/LocalCurrentGraphicsContext.h: |
| 41 |
* platform/mac/PasteboardHelper.h: |
| 42 |
* platform/mac/PopupMenuMac.h: |
| 43 |
* platform/mac/ScrollAnimatorMac.h: |
| 44 |
* platform/mac/WebCoreSystemInterface.h: |
| 45 |
* platform/network/ResourceHandle.h: |
| 46 |
* platform/network/ResourceHandleClient.h: |
| 47 |
* platform/network/ResourceHandleInternal.h: |
| 48 |
* platform/network/cf/AuthenticationChallenge.h: |
| 49 |
* platform/network/cf/ResourceError.h: |
| 50 |
* platform/network/cf/ResourceRequest.h: |
| 51 |
* platform/network/cf/ResourceResponse.h: |
| 52 |
* rendering/RenderThemeMac.h: |
| 53 |
Deploy OBJC_CLASS for a little code reduction. |
| 54 |
|
| 1 |
2012-01-17 Andreas Kling <awesomekling@apple.com> |
55 |
2012-01-17 Andreas Kling <awesomekling@apple.com> |
| 2 |
|
56 |
|
| 3 |
SpaceSplitString: Share equivalent string piece vectors. |
57 |
SpaceSplitString: Share equivalent string piece vectors. |