Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 592183002: [WIP]Implement Blink side changes for navigator.language(s) support for workers.

Created:
6 years, 3 months ago by Mayur Kankanwadi
Modified:
6 years, 2 months ago
Reviewers:
CC:
blink-reviews, jamesr, arv+blink, mkwst+moarreviews_chromium.org, falken, dglazkov+blink, Inactive, kinuko+worker_chromium.org, horo+watch_chromium.org, abarth-chromium, jochen (gone - plz use gerrit), mlamouri (slow - plz ping)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[WIP]Implement Blink side changes for navigator.language(s) support for workers. This CL implements all the blink side changes to introduce navigator.language and navigator.languages in web workers. This includes support for both shared and dedicated workers. BUG=276159

Patch Set 1 #

Patch Set 2 : Dedicated worker languagechange event added. Still WIP. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -12 lines) Patch
M LayoutTests/fast/workers/resources/worker-navigator.js View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/workers/worker-navigator-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 3 chunks +4 lines, -0 lines 0 comments Download
M Source/core/frame/NavigatorLanguage.h View 1 chunk +1 line, -1 line 0 comments Download
A Source/core/workers/WorkerLanguageTasks.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A Source/core/workers/WorkerLanguageTasks.cpp View 1 1 chunk +55 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 3 chunks +6 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerNavigator.h View 3 chunks +11 lines, -1 line 0 comments Download
M Source/core/workers/WorkerNavigator.cpp View 1 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/workers/WorkerNavigator.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/workers/WorkerThread.h View 1 4 chunks +9 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 6 chunks +57 lines, -4 lines 0 comments Download
M Source/web/WebSharedWorkerImpl.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 4 chunks +11 lines, -2 lines 0 comments Download
M public/web/WebSharedWorker.h View 1 chunk +2 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698