OLD | NEW |
| 1 2012-12-06 Tony Chang <tony@chromium.org> |
| 2 |
| 3 REGRESSION(r135082): Restore the ability to insert author level style sh
eets from script |
| 4 https://bugs.webkit.org/show_bug.cgi?id=104042 |
| 5 |
| 6 Reviewed by Antti Koivisto. |
| 7 |
| 8 Update exports for Internals.cpp. |
| 9 |
| 10 * win/WebKit2.def.in: |
| 11 |
1 2012-10-29 Michael Saboff <msaboff@apple.com> | 12 2012-10-29 Michael Saboff <msaboff@apple.com> |
2 | 13 |
3 WKStringCopyCFString() should directly use 8 bit Strings data instead of
up converting | 14 WKStringCopyCFString() should directly use 8 bit Strings data instead of
up converting |
4 https://bugs.webkit.org/show_bug.cgi?id=100579 | 15 https://bugs.webkit.org/show_bug.cgi?id=100579 |
5 | 16 |
6 Reviewed by Oliver Hunt. | 17 Reviewed by Oliver Hunt. |
7 | 18 |
8 Changed to use CFStringCreateWithBytes() for 8 bit strings using charact
ers8() for an 8 bit argument string. | 19 Changed to use CFStringCreateWithBytes() for 8 bit strings using charact
ers8() for an 8 bit argument string. |
9 Changed the current call to characters16(). | 20 Changed the current call to characters16(). |
10 | 21 |
(...skipping 11025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11036 | 11047 |
11037 Reviewed by Sam Weinig. | 11048 Reviewed by Sam Weinig. |
11038 | 11049 |
11039 * PluginProcess/mac/PluginProcessMainMac.mm: | 11050 * PluginProcess/mac/PluginProcessMainMac.mm: |
11040 (WebKit::PluginProcessMain): Changed to not call WKSetDefaultLocalizatio
n | 11051 (WebKit::PluginProcessMain): Changed to not call WKSetDefaultLocalizatio
n |
11041 with the empty string. | 11052 with the empty string. |
11042 * WebProcess/mac/WebProcessMainMac.mm: | 11053 * WebProcess/mac/WebProcessMainMac.mm: |
11043 (WebKit::WebProcessMain): Ditto. | 11054 (WebKit::WebProcessMain): Ditto. |
11044 | 11055 |
11045 == Rolled over to ChangeLog-2012-10-02 == | 11056 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |