| | 1 | 2008-08-04 Maxime Britto <britto@apple.com> |
|---|
| | 2 | |
|---|
| | 3 | Reviewed by Eric Seidel. |
|---|
| | 4 | |
|---|
| | 5 | These icons are copies from the resizers in WebCore/Ressources |
|---|
| | 6 | |
|---|
| | 7 | * ChangeLog: |
|---|
| | 8 | * WebKit.vcproj/WebKit.rc: |
|---|
| | 9 | * WebKit.vcproj/panEastCursor.png: Added. |
|---|
| | 10 | * WebKit.vcproj/panNorthCursor.png: Added. |
|---|
| | 11 | * WebKit.vcproj/panNorthEastCursor.png: Added. |
|---|
| | 12 | * WebKit.vcproj/panNorthWestCursor.png: Added. |
|---|
| | 13 | * WebKit.vcproj/panSouthCursor.png: Added. |
|---|
| | 14 | * WebKit.vcproj/panSouthEastCursor.png: Added. |
|---|
| | 15 | * WebKit.vcproj/panSouthWestCursor.png: Added. |
|---|
| | 16 | * WebKit.vcproj/panWestCursor.png: Added. |
|---|
| | 17 | * WebKit.vcproj/resource.h: |
|---|
| | 18 | * WebKitDLL.cpp: |
|---|
| | 19 | (loadResourceIntoBuffer): |
|---|
| | 20 | |
|---|
| | 21 | 2008-08-01 Beth Dakin <bdakin@apple.com> |
|---|
| | 22 | |
|---|
| | 23 | Reviewed by Adam Roben. |
|---|
| | 24 | |
|---|
| | 25 | Fix for <rdar://problem/6119382> Need to hook up WebFrame's |
|---|
| | 26 | disconnected frame API on Windows. |
|---|
| | 27 | |
|---|
| | 28 | * Interfaces/IWebFrame.idl: |
|---|
| | 29 | * WebFrame.cpp: |
|---|
| | 30 | (WebFrame::setIsDisconnected): |
|---|
| | 31 | * WebFrame.h: |
|---|
| | 32 | |
|---|
| | 33 | 2008-08-01 Adam Roben <aroben@apple.com> |
|---|
| | 34 | |
|---|
| | 35 | Fix <rdar://6118733> REGRESSION (r35502): Crash when submitting any |
|---|
| | 36 | form |
|---|
| | 37 | |
|---|
| | 38 | Reviewed by Darin Adler. |
|---|
| | 39 | |
|---|
| | 40 | * COMPropertyBag.h: |
|---|
| | 41 | (COMPropertyBag::QueryInterface): Cast to an appropriate type before |
|---|
| | 42 | assigning into ppvObject. |
|---|
| | 43 | |
|---|