RESOLVED FIXED 162547
[GTK][EFL] imported/w3c/web-platform-tests/fetch/api/basic/accept-header.html is failing
https://bugs.webkit.org/show_bug.cgi?id=162547
Summary [GTK][EFL] imported/w3c/web-platform-tests/fetch/api/basic/accept-header.html...
youenn fablet
Reported 2016-09-26 01:02:27 PDT
It seems GTK WTR is not setting Accept-Language header.
Attachments
Patch (1.98 KB, patch)
2016-09-26 03:00 PDT, youenn fablet
no flags
Patch for landing (2.11 KB, patch)
2016-09-26 12:25 PDT, youenn fablet
no flags
Patch (1.73 KB, patch)
2016-09-27 03:42 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2016-09-26 01:05:53 PDT
Using minibrowser, the test is passing. This may be an issue with GTK WTR setup?
youenn fablet
Comment 2 2016-09-26 03:00:46 PDT
youenn fablet
Comment 3 2016-09-26 03:02:52 PDT
(In reply to comment #2) > Created attachment 289814 [details] > Patch The soup session accept-language is well initialized, making minibrowser work as expected. But we are creating a new soup session for testing in WRT. This patch takes the simple approach to set Accept-Language for testing session with a fixed default value.
Carlos Garcia Campos
Comment 4 2016-09-26 05:04:26 PDT
So, maybe the bug is that we are using SoupNetworkSession::defaultSession() directly in NetworkProcess::userPreferredLanguagesChanged() and we should use NetworkStorageSession::defaultStorageSession().soupNetworkSession()?
youenn fablet
Comment 5 2016-09-26 05:39:17 PDT
AIUI, the default soup session gets updated after the network process is launched and properly set. When we launch tests using WTR, test controller asks to use the testing network session. At that time, we lose all soup session specific options previously set and we are back to the default values.
Carlos Garcia Campos
Comment 6 2016-09-26 05:42:13 PDT
(In reply to comment #5) > AIUI, the default soup session gets updated after the network process is > launched and properly set. > > When we launch tests using WTR, test controller asks to use the testing > network session. At that time, we lose all soup session specific options > previously set and we are back to the default values. Ok, there's probably more places where we are using the default soup session directly, we need to check that carefully, for now it make sense to use a sane default value for the accept-language property.
Carlos Garcia Campos
Comment 7 2016-09-26 05:42:46 PDT
Comment on attachment 289814 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289814&action=review > Source/WebCore/platform/network/soup/SoupNetworkSession.cpp:69 > + auto cookieJar = adoptGRef(createPrivateBrowsingCookieJar()); > + auto newSoupSession = std::unique_ptr<SoupNetworkSession>(new SoupNetworkSession(cookieJar.get())); > + g_object_set(newSoupSession.get(), "accept-language", "en-us", nullptr); > + return newSoupSession; Maybe we could simply add a fixme here.
Michael Catanzaro
Comment 8 2016-09-26 11:56:22 PDT
Please do add a FIXME
youenn fablet
Comment 9 2016-09-26 12:25:23 PDT
Created attachment 289842 [details] Patch for landing
WebKit Commit Bot
Comment 10 2016-09-26 12:57:27 PDT
Comment on attachment 289842 [details] Patch for landing Clearing flags on attachment: 289842 Committed r206387: <http://trac.webkit.org/changeset/206387>
WebKit Commit Bot
Comment 11 2016-09-26 12:57:31 PDT
All reviewed patches have been landed. Closing bug.
youenn fablet
Comment 12 2016-09-27 03:41:25 PDT
Patch is not working according bots.
youenn fablet
Comment 13 2016-09-27 03:42:42 PDT
youenn fablet
Comment 14 2016-09-27 03:43:01 PDT
(In reply to comment #13) > Created attachment 289931 [details] > Patch This time, it should work...
Csaba Osztrogonác
Comment 15 2016-09-27 04:06:16 PDT
(In reply to comment #10) > Comment on attachment 289842 [details] > Patch for landing > > Clearing flags on attachment: 289842 > > Committed r206387: <http://trac.webkit.org/changeset/206387> It made all perf tests fail on EFL and GTK performance bots: - https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Perf%29/builds/6718 - https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2%20%28Perf%29/builds/10018 (process:23353): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed ...
WebKit Commit Bot
Comment 16 2016-09-27 06:13:33 PDT
Comment on attachment 289931 [details] Patch Clearing flags on attachment: 289931 Committed r206431: <http://trac.webkit.org/changeset/206431>
WebKit Commit Bot
Comment 17 2016-09-27 06:13:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.