--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/40cef929-a74b-49aa-92a6-a76a3d2b4abe%40chromium.org.
You forgot the attachment.I do not think content_shell supports accessing Chrome web user interface at all. Looks like some resources are missing. It might take some nontrivial effort to add support for that there (but that is just my observation, I am not developing Chrome).
☆PhistucK
On Fri, Jun 9, 2017 at 1:56 PM, Tao Liu <liuta...@gmail.com> wrote:
Hi,I want to access "chrome://keyboard" from content_shell webcontents, I implement a keyboad WebUIController(see Attachment). But I got:Uncaught TypeError: Cannot read property 'getMessage' of undefined inputview.js:26798Uncaught TypeError: Cannot read property 'prototype' of undefined inputview_adapter.js:96Can anyone help?Thanks
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Sorry for missing attachment. Content_shell support webui, you can see /content/browser/webui and "Creating Chrome WebUI Interfaces" and my attachment. But I didn't find which js file define the chrome.i18n.getMessage.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/be44585d-0b27-4caf-bce5-811cd39e79fe%40chromium.org.