|
Lines 1-5
a/Source/WebKit/mac/ChangeLog_sec1
|
| 1 |
2013-05-17 Anders Carlsson <andersca@apple.com> |
1 |
2013-05-17 Anders Carlsson <andersca@apple.com> |
| 2 |
|
2 |
|
|
|
3 |
Make kit(Frame*) more robust |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=116324 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Check that the frame loader's client isn't the EmptyFrameLoaderClient (or a subclass thereof) |
| 9 |
before casting to WebFrameLoaderClient. |
| 10 |
|
| 11 |
* WebView/WebFrame.mm: |
| 12 |
(kit): |
| 13 |
|
| 14 |
2013-05-17 Anders Carlsson <andersca@apple.com> |
| 15 |
|
| 3 |
Move the policy function to WebFramePolicyListener |
16 |
Move the policy function to WebFramePolicyListener |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=116323 |
17 |
https://bugs.webkit.org/show_bug.cgi?id=116323 |
| 5 |
|
18 |
|