|
Lines 1-3
Source/WebKit/mac/ChangeLog_sec1
|
|
|
1 |
2013-05-16 Dan Bernstein <mitz@apple.com> |
| 2 |
|
| 3 |
-webView:updateHistoryTitle:forURL: does not pass a frame to the delegate |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=116243 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Added a WebFrame parameter to the delegate method. |
| 9 |
|
| 10 |
* WebCoreSupport/WebFrameLoaderClient.mm: |
| 11 |
(WebFrameLoaderClient::setTitle): Pass the frame to the delegate. Maintain |
| 12 |
compatibility with clients that implement the old delegate method that |
| 13 |
doesn’t take a frame. |
| 14 |
* WebView/WebDelegateImplementationCaching.h: |
| 15 |
(WebHistoryDelegateImplementationCache): Added a field to cache the |
| 16 |
implementation of the old delegate method. |
| 17 |
* WebView/WebHistoryDelegate.h: Changed the signature of the delegate method. |
| 18 |
* WebView/WebView.mm: |
| 19 |
(-[WebView _cacheHistoryDelegateImplementations]): Cache the implementation |
| 20 |
of the new delegate method, but also check for the old one. |
| 21 |
|
| 1 |
2013-05-16 Simon Fraser <simon.fraser@apple.com> |
22 |
2013-05-16 Simon Fraser <simon.fraser@apple.com> |
| 2 |
|
23 |
|
| 3 |
Re-land r150168 with some OS version guards. |
24 |
Re-land r150168 with some OS version guards. |