diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2016-09-19 02:01:13 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2016-09-27 11:21:20 +0000 |
commit | eeb5f111975e5dfba239d2476a41791f1c2780a6 (patch) | |
tree | fb1b54045697498279058c2b007033df434ca332 /Source/WebInspectorUI/UserInterface/JavaScriptLogViewController.js | |
parent | dd3b76df6531a6305f35e847192ce2b3638683d7 (diff) | |
download | qtwebkit-eeb5f111975e5dfba239d2476a41791f1c2780a6.tar.gz |
Avoid using QString when converting headers between WTF::String and QByteArray
We should not convert Latin1 to UTF16 and back for each header of each
HTTP request and response. In older WebKit versions String was always
16-bit, but now 8-bit is used wherever possible, and this is usually the
case for HTTP headers.
Change-Id: I642f65c614702aca4ad7a673f5073a8eaed5b46d
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'Source/WebInspectorUI/UserInterface/JavaScriptLogViewController.js')
0 files changed, 0 insertions, 0 deletions