|
Lines 1-3
WebCore/ChangeLog_sec1
|
|
|
1 |
2009-11-04 Yael Aharon <yael.aharon@nokia.com> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
[Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=31140 |
| 7 |
|
| 8 |
QtNetwork interprets null string as request to remove the header, not add it. |
| 9 |
So if a header does not have a value, pass QtNetwork an empty string instead. |
| 10 |
|
| 11 |
* platform/network/qt/ResourceRequestQt.cpp: |
| 12 |
(WebCore::ResourceRequest::toNetworkRequest): |
| 13 |
|
| 1 |
2009-11-04 Benjamin Otte <otte@gnome.org> |
14 |
2009-11-04 Benjamin Otte <otte@gnome.org> |
| 2 |
|
15 |
|
| 3 |
Reviewed by Gustavo Noronha. |
16 |
Reviewed by Gustavo Noronha. |