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

Issue 944123003: Hack webapp to request keyboard events on connection.

Created:
5 years, 10 months ago by Sriram
Modified:
5 years, 10 months ago
Reviewers:
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hack webapp to request keyboard events on connection. BUG=

Patch Set 1 #

Patch Set 2 : Hacked up chromoting client and using mouse lock instead of keyboard lock for bubble. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+800 lines, -222 lines) Patch
M chrome/browser/ui/browser.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h View 1 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm View 1 6 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller_unittest.mm View 1 2 chunks +17 lines, -13 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_bubble.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc View 1 3 chunks +9 lines, -10 lines 0 comments Download
A chrome/browser/ui/exclusive_access/exclusive_access_context.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/browser/ui/exclusive_access/exclusive_access_context_browser.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/ui/exclusive_access/exclusive_access_context_browser.cc View 1 1 chunk +96 lines, -0 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_controller_base.h View 1 4 chunks +2 lines, -11 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_controller_base.cc View 1 1 chunk +2 lines, -7 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_manager.h View 1 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_manager.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/fullscreen_controller.cc View 1 18 chunks +68 lines, -53 lines 0 comments Download
M chrome/browser/ui/exclusive_access/mouse_lock_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/mouse_lock_controller.cc View 1 7 chunks +35 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.h View 1 6 chunks +50 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.cc View 1 5 chunks +170 lines, -39 lines 0 comments Download
M chrome/browser/ui/views/exclusive_access_bubble_views.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/exclusive_access_bubble_views.cc View 1 13 chunks +24 lines, -24 lines 0 comments Download
A chrome/browser/ui/views/exclusive_access_bubble_views_context.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/exclusive_access_bubble_views_context_browser.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/exclusive_access_bubble_views_context_browser.cc View 1 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
M components/content_settings/core/browser/host_content_settings_map.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/app_window/native_app_window.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M extensions/components/native_app_window/native_app_window_views.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/components/native_app_window/native_app_window_views.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_native_app_window.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_native_app_window.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin_impl.js View 1 1 chunk +1 line, -2 lines 0 comments Download
M remoting/webapp/crd/js/desktop_connected_view.js View 1 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/webapp/crd/manifest.json.jinja2 View 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698