OLD | NEW |
| 1 2008-11-12 Anders Carlsson <andersca@apple.com> |
| 2 |
| 3 Reviewed by Kevin Decker. |
| 4 |
| 5 Fix stupid bug. |
| 6 |
| 7 * Plugins/WebNetscapePluginView.mm: |
| 8 (-[WebNetscapePluginView createPlugin]): |
| 9 |
1 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com> | 10 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com> |
2 | 11 |
3 Reviewed by Simon Hausmann. | 12 Reviewed by Simon Hausmann. |
4 | 13 |
5 Move _web_encodingForResource from WebKit into WebCore and change return
type | 14 Move _web_encodingForResource from WebKit into WebCore and change return
type |
6 | 15 |
7 This change is needed to implement NSAPI in WebCore for Mac, see: | 16 This change is needed to implement NSAPI in WebCore for Mac, see: |
8 | 17 |
9 https://bugs.webkit.org/show_bug.cgi?id=21427 | 18 https://bugs.webkit.org/show_bug.cgi?id=21427 |
10 | 19 |
(...skipping 10335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10346 * Misc/WebIconDatabase.mm: | 10355 * Misc/WebIconDatabase.mm: |
10347 (objectFromPathForKey): | 10356 (objectFromPathForKey): |
10348 * WebView/WebHTMLView.mm: | 10357 * WebView/WebHTMLView.mm: |
10349 (-[WebHTMLView drawSingleRect:]): | 10358 (-[WebHTMLView drawSingleRect:]): |
10350 (-[WebHTMLView beginDocument]): | 10359 (-[WebHTMLView beginDocument]): |
10351 (-[WebHTMLView deleteToMark:]): | 10360 (-[WebHTMLView deleteToMark:]): |
10352 * WebView/WebView.mm: | 10361 * WebView/WebView.mm: |
10353 (-[WebView initWithCoder:]): | 10362 (-[WebView initWithCoder:]): |
10354 | 10363 |
10355 == Rolled over to ChangeLog-2007-10-14 == | 10364 == Rolled over to ChangeLog-2007-10-14 == |
OLD | NEW |