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

Issue 592043005: [WIP]Implement Chromium 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:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[WIP]Implement Chromium side changes for navigator.language(s) support for workers. This CL implements all the Chromium 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 : languagechange event plumbing for shared worker. Stil WIP. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -6 lines) Patch
M chrome/browser/browser_process_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 4 chunks +19 lines, -0 lines 0 comments Download
M content/browser/shared_worker/shared_worker_host.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/shared_worker/shared_worker_host.cc View 1 5 chunks +49 lines, -0 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M content/common/worker_messages.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/shared_worker/embedded_shared_worker_stub.cc View 2 chunks +7 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698