blob: e7c960191ba39fd5bcb1aed683cb1294d3ac10ac [file] [log] [blame]
[email protected]60a50072012-01-11 02:05:351// Copyright (c) 2012 The Chromium Authors. All rights reserved.
license.botbf09a502008-08-24 00:55:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit09911bf2008-07-26 23:55:294
[email protected]2cff0052011-03-18 16:51:445#include "content/renderer/render_widget.h"
initial.commit09911bf2008-07-26 23:55:296
dchengcedca5612016-04-09 01:40:157#include <memory>
dcheng07945f632015-12-26 07:59:328#include <utility>
9
[email protected]c27dd4f2014-05-22 18:05:1910#include "base/auto_reset.h"
[email protected]32876ae2011-11-15 22:25:2111#include "base/bind.h"
[email protected]4fb66842009-12-04 21:41:0012#include "base/command_line.h"
changwan7ded3752016-03-09 23:25:1213#include "base/feature_list.h"
initial.commit09911bf2008-07-26 23:55:2914#include "base/logging.h"
avi1023d012015-12-25 02:39:1415#include "base/macros.h"
dchengcedca5612016-04-09 01:40:1516#include "base/memory/ptr_util.h"
[email protected]b256eca2013-07-11 10:57:4017#include "base/memory/singleton.h"
[email protected]aaf68892013-07-18 00:11:3018#include "base/message_loop/message_loop.h"
asvitkine8d51e9d2016-09-02 23:55:4319#include "base/metrics/histogram_macros.h"
[email protected]aa4117f2011-12-09 22:19:2120#include "base/stl_util.h"
[email protected]74ebfb12013-06-07 20:48:0021#include "base/strings/utf_string_conversions.h"
[email protected]35b4f0c2014-06-26 16:55:2722#include "base/sys_info.h"
fdoraya19b7702016-12-23 14:19:3123#include "base/threading/thread_task_runner_handle.h"
primiano9e38d552015-01-28 04:18:0124#include "base/trace_event/trace_event.h"
25#include "base/trace_event/trace_event_synthetic_delay.h"
[email protected]661eb9d2009-02-03 02:11:4826#include "build/build_config.h"
loyso6e6efc42017-01-21 02:23:0327#include "cc/animation/animation_host.h"
xidachenfa0199e72017-05-11 11:34:2628#include "cc/input/touch_action.h"
danakj1120f4c2016-09-15 02:05:3229#include "cc/output/compositor_frame_sink.h"
jbroman6ccbc7d472016-07-27 04:45:4130#include "cc/output/copy_output_request.h"
fsamuel78f86e42016-01-20 04:10:2331#include "cc/scheduler/begin_frame_source.h"
loyso6e6efc42017-01-21 02:23:0332#include "cc/trees/layer_tree_host.h"
oshima750cb4342015-10-31 00:59:0133#include "content/common/content_switches_internal.h"
paulmeyer6ef5a792016-11-08 20:33:5834#include "content/common/drag_event_source_info.h"
35#include "content/common/drag_messages.h"
[email protected]9017d7852013-11-21 17:47:3536#include "content/common/input/synthetic_gesture_packet.h"
[email protected]c084330e02013-04-27 01:08:1537#include "content/common/input_messages.h"
jcivelliae1560a2016-11-01 22:40:2338#include "content/common/render_message_filter.mojom.h"
[email protected]992db4c2011-05-12 15:37:1539#include "content/common/swapped_out_messages.h"
ekaramad9053e57b2016-04-26 20:00:3840#include "content/common/text_input_state.h"
[email protected]778574e2011-03-21 22:03:5041#include "content/common/view_messages.h"
mlamouriafca06dd2017-01-27 23:35:1842#include "content/public/common/content_client.h"
changwan7ded3752016-03-09 23:25:1243#include "content/public/common/content_features.h"
[email protected]c08950d22011-10-13 22:20:2944#include "content/public/common/content_switches.h"
[email protected]a09d53ce2014-01-31 00:46:4245#include "content/public/common/context_menu_params.h"
paulmeyer90f6c31d2016-11-12 00:17:5946#include "content/public/common/drop_data.h"
mlamouriafca06dd2017-01-27 23:35:1847#include "content/public/renderer/content_renderer_client.h"
[email protected]953bd0062013-08-01 00:58:4048#include "content/renderer/cursor_utils.h"
mfomitchev2600fd7c2016-02-17 20:53:3949#include "content/renderer/devtools/render_widget_screen_metrics_emulator.h"
paulmeyer6ef5a792016-11-08 20:33:5850#include "content/renderer/drop_data_builder.h"
[email protected]b2e4c70132013-10-03 02:07:5151#include "content/renderer/external_popup_menu.h"
[email protected]586871b2014-07-22 17:05:1152#include "content/renderer/gpu/frame_swap_message_queue.h"
[email protected]586871b2014-07-22 17:05:1153#include "content/renderer/gpu/queue_message_swap_promise.h"
[email protected]ba91a792013-02-06 09:48:2854#include "content/renderer/gpu/render_widget_compositor.h"
[email protected]66fca5bc2013-05-23 06:58:2955#include "content/renderer/ime_event_guard.h"
[email protected]7a72d452013-12-13 10:01:1356#include "content/renderer/input/input_handler_manager.h"
dtapuska9ec1a912017-04-21 15:18:3157#include "content/renderer/input/main_thread_event_queue.h"
[email protected]adab2332013-07-25 18:04:3258#include "content/renderer/pepper/pepper_plugin_instance_impl.h"
[email protected]bffc8302014-01-23 20:52:1659#include "content/renderer/render_frame_impl.h"
[email protected]e3244ed2014-06-20 20:04:2760#include "content/renderer/render_frame_proxy.h"
[email protected]8704f89b2011-04-15 00:30:0561#include "content/renderer/render_process.h"
[email protected]f1a29a02011-10-06 23:08:4462#include "content/renderer/render_thread_impl.h"
dcheng3ce04b62015-10-26 23:30:5563#include "content/renderer/render_view_impl.h"
avi40b5be7a2016-03-03 21:13:4464#include "content/renderer/render_widget_owner_delegate.h"
tfarina556a7232014-10-05 01:02:0965#include "content/renderer/renderer_blink_platform_impl.h"
[email protected]5b45ad42013-10-25 00:42:0466#include "content/renderer/resizing_mode_selector.h"
ekaramad330ba4232016-09-23 17:57:4767#include "ipc/ipc_message_start.h"
[email protected]484955942010-08-19 16:13:1868#include "ipc/ipc_sync_message.h"
brettw4b461082016-11-19 18:55:1669#include "ppapi/features/features.h"
[email protected]661eb9d2009-02-03 02:11:4870#include "skia/ext/platform_canvas.h"
kinukoa4293022017-01-27 06:43:2571#include "third_party/WebKit/public/platform/FilePathConversion.h"
[email protected]ec173b522013-11-14 11:01:1872#include "third_party/WebKit/public/platform/WebCursorInfo.h"
paulmeyer90f6c31d2016-11-12 00:17:5973#include "third_party/WebKit/public/platform/WebDragData.h"
74#include "third_party/WebKit/public/platform/WebDragOperation.h"
dtapuskaa794bd0812017-01-06 15:22:5575#include "third_party/WebKit/public/platform/WebMouseEvent.h"
donnda070f3c2015-01-16 19:54:1176#include "third_party/WebKit/public/platform/WebPoint.h"
[email protected]aaf68892013-07-18 00:11:3077#include "third_party/WebKit/public/platform/WebRect.h"
78#include "third_party/WebKit/public/platform/WebSize.h"
79#include "third_party/WebKit/public/platform/WebString.h"
skyostil529caa292016-08-10 17:44:5180#include "third_party/WebKit/public/platform/scheduler/renderer/render_widget_scheduling_state.h"
81#include "third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h"
ekaramad27ca69b12017-04-20 18:34:2982#include "third_party/WebKit/public/web/WebAutofillClient.h"
[email protected]19193682014-04-03 15:01:4383#include "third_party/WebKit/public/web/WebDeviceEmulationParams.h"
kenrba7199832015-01-22 23:44:5984#include "third_party/WebKit/public/web/WebFrameWidget.h"
ekaramad2daaf672016-11-10 20:29:0185#include "third_party/WebKit/public/web/WebInputMethodController.h"
kenrba7199832015-01-22 23:44:5986#include "third_party/WebKit/public/web/WebLocalFrame.h"
donnda070f3c2015-01-16 19:54:1187#include "third_party/WebKit/public/web/WebNode.h"
[email protected]2255a9332013-06-17 05:12:3188#include "third_party/WebKit/public/web/WebPagePopup.h"
[email protected]2255a9332013-06-17 05:12:3189#include "third_party/WebKit/public/web/WebPopupMenuInfo.h"
90#include "third_party/WebKit/public/web/WebRange.h"
jddukeacf809e2014-09-23 20:38:3891#include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
kenrba7199832015-01-22 23:44:5992#include "third_party/WebKit/public/web/WebView.h"
lfge0c2792ec2016-05-11 18:52:0893#include "third_party/WebKit/public/web/WebWidget.h"
[email protected]d353541f2012-05-03 22:45:4194#include "third_party/skia/include/core/SkShader.h"
paulmeyer90f6c31d2016-11-12 00:17:5995#include "ui/base/clipboard/clipboard.h"
[email protected]faec7b12012-06-19 14:42:1396#include "ui/base/ui_base_switches.h"
dtapuska97286c882017-02-24 23:14:4397#include "ui/events/base_event_utils.h"
tfarina655f81d2014-12-23 02:38:5098#include "ui/gfx/geometry/point_conversions.h"
tfarina3b0452d2014-12-31 15:20:0999#include "ui/gfx/geometry/rect_conversions.h"
tfarinaebe974f02015-01-03 04:25:32100#include "ui/gfx/geometry/size_conversions.h"
[email protected]1835b9e2012-02-28 13:12:48101#include "ui/gfx/skia_util.h"
[email protected]c9e2cbbb2012-05-12 21:17:27102#include "ui/gl/gl_switches.h"
[email protected]d353541f2012-05-03 22:45:41103#include "ui/surface/transport_dib.h"
[email protected]661eb9d2009-02-03 02:11:48104
[email protected]eeb93112013-05-01 19:41:10105#if defined(OS_ANDROID)
[email protected]cefe9b152014-03-27 18:16:15106#include <android/keycodes.h>
wjmaclean1d970622017-01-21 22:28:24107#include "base/time/time.h"
[email protected]eeb93112013-05-01 19:41:10108#endif
109
[email protected]661eb9d2009-02-03 02:11:48110#if defined(OS_POSIX)
[email protected]d5282e72009-05-13 13:16:52111#include "third_party/skia/include/core/SkMallocPixelRef.h"
[email protected]d353541f2012-05-03 22:45:41112#include "third_party/skia/include/core/SkPixelRef.h"
[email protected]661eb9d2009-02-03 02:11:48113#endif // defined(OS_POSIX)
[email protected]8085dbc82008-09-26 22:53:44114
sadrul943e3b32016-08-04 18:22:59115#if defined(USE_AURA)
sadrul602ce1362017-01-26 06:41:10116#include "content/renderer/mus/renderer_window_tree_client.h"
penghuang28a5fa22015-12-02 17:58:19117#endif
118
ekaramad330ba4232016-09-23 17:57:47119#if defined(OS_MACOSX)
120#include "content/renderer/text_input_client_observer.h"
121#endif
122
[email protected]180ef242013-11-07 06:50:46123using blink::WebCompositionUnderline;
124using blink::WebCursorInfo;
[email protected]19193682014-04-03 15:01:43125using blink::WebDeviceEmulationParams;
paulmeyer90f6c31d2016-11-12 00:17:59126using blink::WebDragOperation;
paulmeyer6ef5a792016-11-08 20:33:58127using blink::WebDragOperationsMask;
128using blink::WebDragData;
paulmeyer90f6c31d2016-11-12 00:17:59129using blink::WebFrameWidget;
[email protected]180ef242013-11-07 06:50:46130using blink::WebGestureEvent;
paulmeyer6ef5a792016-11-08 20:33:58131using blink::WebImage;
[email protected]180ef242013-11-07 06:50:46132using blink::WebInputEvent;
dtapuska5d2e9c32015-12-03 16:39:49133using blink::WebInputEventResult;
ekaramad2daaf672016-11-10 20:29:01134using blink::WebInputMethodController;
paulmeyer6ef5a792016-11-08 20:33:58135using blink::WebLocalFrame;
[email protected]180ef242013-11-07 06:50:46136using blink::WebMouseEvent;
137using blink::WebMouseWheelEvent;
138using blink::WebNavigationPolicy;
donnda070f3c2015-01-16 19:54:11139using blink::WebNode;
[email protected]180ef242013-11-07 06:50:46140using blink::WebPagePopup;
donnda070f3c2015-01-16 19:54:11141using blink::WebPoint;
[email protected]180ef242013-11-07 06:50:46142using blink::WebPopupType;
dglazkove353a372016-09-01 01:33:48143using blink::WebRange;
[email protected]180ef242013-11-07 06:50:46144using blink::WebRect;
[email protected]180ef242013-11-07 06:50:46145using blink::WebSize;
paulmeyer90f6c31d2016-11-12 00:17:59146using blink::WebString;
[email protected]180ef242013-11-07 06:50:46147using blink::WebTextDirection;
148using blink::WebTouchEvent;
[email protected]f8ed4722013-12-03 03:27:25149using blink::WebTouchPoint;
[email protected]180ef242013-11-07 06:50:46150using blink::WebVector;
151using blink::WebWidget;
[email protected]e9ff79c2012-10-19 21:31:26152
paulmeyer90f6c31d2016-11-12 00:17:59153namespace content {
154
[email protected]6a4d7f62013-01-07 21:32:13155namespace {
[email protected]b256eca2013-07-11 10:57:40156
157typedef std::map<std::string, ui::TextInputMode> TextInputModeMap;
158
lfgbee1e0a2016-06-08 21:24:21159class WebWidgetLockTarget : public content::MouseLockDispatcher::LockTarget {
160 public:
161 explicit WebWidgetLockTarget(blink::WebWidget* webwidget)
162 : webwidget_(webwidget) {}
163
164 void OnLockMouseACK(bool succeeded) override {
165 if (succeeded)
Blink Reformat1c4d759e2017-04-09 16:34:54166 webwidget_->DidAcquirePointerLock();
lfgbee1e0a2016-06-08 21:24:21167 else
Blink Reformat1c4d759e2017-04-09 16:34:54168 webwidget_->DidNotAcquirePointerLock();
lfgbee1e0a2016-06-08 21:24:21169 }
170
Blink Reformat1c4d759e2017-04-09 16:34:54171 void OnMouseLockLost() override { webwidget_->DidLosePointerLock(); }
lfgbee1e0a2016-06-08 21:24:21172
173 bool HandleMouseLockedInputEvent(const blink::WebMouseEvent& event) override {
174 // The WebWidget handles mouse lock in Blink's handleInputEvent().
175 return false;
176 }
177
178 private:
179 blink::WebWidget* webwidget_;
180};
181
dglazkov97b6c2b2016-10-25 17:35:55182bool IsDateTimeInput(ui::TextInputType type) {
183 return type == ui::TEXT_INPUT_TYPE_DATE ||
184 type == ui::TEXT_INPUT_TYPE_DATE_TIME ||
185 type == ui::TEXT_INPUT_TYPE_DATE_TIME_LOCAL ||
186 type == ui::TEXT_INPUT_TYPE_MONTH ||
187 type == ui::TEXT_INPUT_TYPE_TIME || type == ui::TEXT_INPUT_TYPE_WEEK;
188}
189
paulmeyer90f6c31d2016-11-12 00:17:59190WebDragData DropMetaDataToWebDragData(
191 const std::vector<DropData::Metadata>& drop_meta_data) {
192 std::vector<WebDragData::Item> item_list;
193 for (const auto& meta_data_item : drop_meta_data) {
194 if (meta_data_item.kind == DropData::Kind::STRING) {
195 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54196 item.storage_type = WebDragData::Item::kStorageTypeString;
197 item.string_type = WebString::FromUTF16(meta_data_item.mime_type);
paulmeyer90f6c31d2016-11-12 00:17:59198 // Have to pass a dummy URL here instead of an empty URL because the
199 // DropData received by browser_plugins goes through a round trip:
200 // DropData::MetaData --> WebDragData-->DropData. In the end, DropData
201 // will contain an empty URL (which means no URL is dragged) if the URL in
202 // WebDragData is empty.
203 if (base::EqualsASCII(meta_data_item.mime_type,
204 ui::Clipboard::kMimeTypeURIList)) {
Blink Reformat1c4d759e2017-04-09 16:34:54205 item.string_data = WebString::FromUTF8("about:dragdrop-placeholder");
paulmeyer90f6c31d2016-11-12 00:17:59206 }
207 item_list.push_back(item);
208 continue;
209 }
210
211 // TODO(hush): crbug.com/584789. Blink needs to support creating a file with
212 // just the mimetype. This is needed to drag files to WebView on Android
213 // platform.
214 if ((meta_data_item.kind == DropData::Kind::FILENAME) &&
215 !meta_data_item.filename.empty()) {
216 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54217 item.storage_type = WebDragData::Item::kStorageTypeFilename;
218 item.filename_data = blink::FilePathToWebString(meta_data_item.filename);
paulmeyer90f6c31d2016-11-12 00:17:59219 item_list.push_back(item);
220 continue;
221 }
222
223 if (meta_data_item.kind == DropData::Kind::FILESYSTEMFILE) {
224 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54225 item.storage_type = WebDragData::Item::kStorageTypeFileSystemFile;
226 item.file_system_url = meta_data_item.file_system_url;
paulmeyer90f6c31d2016-11-12 00:17:59227 item_list.push_back(item);
228 continue;
229 }
230 }
231
232 WebDragData result;
Blink Reformat1c4d759e2017-04-09 16:34:54233 result.Initialize();
234 result.SetItems(item_list);
paulmeyer90f6c31d2016-11-12 00:17:59235 return result;
236}
237
238WebDragData DropDataToWebDragData(const DropData& drop_data) {
239 std::vector<WebDragData::Item> item_list;
240
241 // These fields are currently unused when dragging into WebKit.
242 DCHECK(drop_data.download_metadata.empty());
243 DCHECK(drop_data.file_contents.empty());
dcheng3dd85612017-02-08 10:46:23244 DCHECK(drop_data.file_contents_content_disposition.empty());
paulmeyer90f6c31d2016-11-12 00:17:59245
246 if (!drop_data.text.is_null()) {
247 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54248 item.storage_type = WebDragData::Item::kStorageTypeString;
249 item.string_type = WebString::FromUTF8(ui::Clipboard::kMimeTypeText);
250 item.string_data = WebString::FromUTF16(drop_data.text.string());
paulmeyer90f6c31d2016-11-12 00:17:59251 item_list.push_back(item);
252 }
253
254 if (!drop_data.url.is_empty()) {
255 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54256 item.storage_type = WebDragData::Item::kStorageTypeString;
257 item.string_type = WebString::FromUTF8(ui::Clipboard::kMimeTypeURIList);
258 item.string_data = WebString::FromUTF8(drop_data.url.spec());
259 item.title = WebString::FromUTF16(drop_data.url_title);
paulmeyer90f6c31d2016-11-12 00:17:59260 item_list.push_back(item);
261 }
262
263 if (!drop_data.html.is_null()) {
264 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54265 item.storage_type = WebDragData::Item::kStorageTypeString;
266 item.string_type = WebString::FromUTF8(ui::Clipboard::kMimeTypeHTML);
267 item.string_data = WebString::FromUTF16(drop_data.html.string());
268 item.base_url = drop_data.html_base_url;
paulmeyer90f6c31d2016-11-12 00:17:59269 item_list.push_back(item);
270 }
271
272 for (std::vector<ui::FileInfo>::const_iterator it =
273 drop_data.filenames.begin();
274 it != drop_data.filenames.end();
275 ++it) {
276 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54277 item.storage_type = WebDragData::Item::kStorageTypeFilename;
278 item.filename_data = blink::FilePathToWebString(it->path);
279 item.display_name_data =
kinukoa4293022017-01-27 06:43:25280 blink::FilePathToWebString(base::FilePath(it->display_name));
paulmeyer90f6c31d2016-11-12 00:17:59281 item_list.push_back(item);
282 }
283
284 for (std::vector<DropData::FileSystemFileInfo>::const_iterator it =
285 drop_data.file_system_files.begin();
286 it != drop_data.file_system_files.end();
287 ++it) {
288 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54289 item.storage_type = WebDragData::Item::kStorageTypeFileSystemFile;
290 item.file_system_url = it->url;
291 item.file_system_file_size = it->size;
292 item.file_system_id = blink::WebString::FromASCII(it->filesystem_id);
paulmeyer90f6c31d2016-11-12 00:17:59293 item_list.push_back(item);
294 }
295
296 for (std::map<base::string16, base::string16>::const_iterator it =
297 drop_data.custom_data.begin();
298 it != drop_data.custom_data.end();
299 ++it) {
300 WebDragData::Item item;
Blink Reformat1c4d759e2017-04-09 16:34:54301 item.storage_type = WebDragData::Item::kStorageTypeString;
302 item.string_type = WebString::FromUTF16(it->first);
303 item.string_data = WebString::FromUTF16(it->second);
paulmeyer90f6c31d2016-11-12 00:17:59304 item_list.push_back(item);
305 }
306
307 WebDragData result;
Blink Reformat1c4d759e2017-04-09 16:34:54308 result.Initialize();
309 result.SetItems(item_list);
310 result.SetFilesystemId(WebString::FromUTF16(drop_data.filesystem_id));
paulmeyer90f6c31d2016-11-12 00:17:59311 return result;
312}
313
lfg1568d112016-08-30 16:06:29314content::RenderWidget::CreateRenderWidgetFunction g_create_render_widget =
315 nullptr;
316
317content::RenderWidget::RenderWidgetInitializedCallback
318 g_render_widget_initialized = nullptr;
319
dtapuskac4dd5be2016-10-25 15:11:10320ui::TextInputType ConvertWebTextInputType(blink::WebTextInputType type) {
321 // Check the type is in the range representable by ui::TextInputType.
322 DCHECK_LE(type, static_cast<int>(ui::TEXT_INPUT_TYPE_MAX))
323 << "blink::WebTextInputType and ui::TextInputType not synchronized";
324 return static_cast<ui::TextInputType>(type);
325}
326
327ui::TextInputMode ConvertWebTextInputMode(blink::WebTextInputMode mode) {
328 // Check the mode is in the range representable by ui::TextInputMode.
329 DCHECK_LE(mode, static_cast<int>(ui::TEXT_INPUT_MODE_MAX))
330 << "blink::WebTextInputMode and ui::TextInputMode not synchronized";
331 return static_cast<ui::TextInputMode>(mode);
332}
333
[email protected]b256eca2013-07-11 10:57:40334} // namespace
335
[email protected]b2e4c70132013-10-03 02:07:51336// RenderWidget ---------------------------------------------------------------
337
nick8331f8ad2016-11-15 20:42:45338RenderWidget::RenderWidget(int32_t widget_routing_id,
339 CompositorDependencies* compositor_deps,
dcheng35d31c112015-07-22 00:17:36340 blink::WebPopupType popup_type,
ccameron2f451532016-09-07 21:49:27341 const ScreenInfo& screen_info,
[email protected]1ac10dca2013-08-20 20:47:04342 bool swapped_out,
[email protected]7912e822014-04-16 02:37:03343 bool hidden,
344 bool never_visible)
nick8331f8ad2016-11-15 20:42:45345 : routing_id_(widget_routing_id),
dcheng35d31c112015-07-22 00:17:36346 compositor_deps_(compositor_deps),
lfg8ff33912016-09-13 20:59:21347 webwidget_internal_(nullptr),
avi40b5be7a2016-03-03 21:13:44348 owner_delegate_(nullptr),
initial.commit09911bf2008-07-26 23:55:29349 next_paint_flags_(0),
[email protected]847a2582013-03-09 02:29:51350 auto_resize_mode_(false),
[email protected]ea3ee0a2012-05-15 03:43:09351 need_update_rect_for_auto_resize_(false),
initial.commit09911bf2008-07-26 23:55:29352 did_show_(false),
[email protected]1ac10dca2013-08-20 20:47:04353 is_hidden_(hidden),
sievers71c62dd52015-10-07 01:44:39354 compositor_never_visible_(never_visible),
mikhail.pozdnyakovf2c902a2015-04-14 08:09:12355 is_fullscreen_granted_(false),
Blink Reformat1c4d759e2017-04-09 16:34:54356 display_mode_(blink::kWebDisplayModeUndefined),
changwanf2a707b2015-10-30 08:22:16357 ime_event_guard_(nullptr),
[email protected]661eb9d2009-02-03 02:11:48358 closing_(false),
[email protected]aeeedad2014-08-22 18:16:22359 host_closing_(false),
[email protected]14392a52012-05-02 20:28:44360 is_swapped_out_(swapped_out),
simonhong628f9812015-04-27 23:13:20361 for_oopif_(false),
dglazkov97b6c2b2016-10-25 17:35:55362 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
[email protected]b256eca2013-07-11 10:57:40363 text_input_mode_(ui::TEXT_INPUT_MODE_DEFAULT),
shuchen82ce8c52014-10-23 01:55:20364 text_input_flags_(0),
[email protected]86ba5fcb2013-09-04 00:36:53365 can_compose_inline_(true),
nonafa291792016-08-10 02:36:18366 composition_range_(gfx::Range::InvalidRange()),
[email protected]3e2b375b2010-04-07 17:03:12367 popup_type_(popup_type),
[email protected]867125a02009-12-10 06:01:48368 pending_window_rect_count_(0),
[email protected]842f10652012-06-06 01:54:04369 screen_info_(screen_info),
ccameron2f451532016-09-07 21:49:27370 device_scale_factor_(screen_info_.device_scale_factor),
nonafa291792016-08-10 02:36:18371 monitor_composition_info_(false),
[email protected]b2e4c70132013-10-03 02:07:51372 popup_origin_scale_for_emulation_(0.f),
[email protected]586871b2014-07-22 17:05:11373 frame_swap_message_queue_(new FrameSwapMessageQueue()),
[email protected]a09d53ce2014-01-31 00:46:42374 resizing_mode_selector_(new ResizingModeSelector()),
lfge0c2792ec2016-05-11 18:52:08375 has_host_context_menu_location_(false),
wjmaclean1d970622017-01-21 22:28:24376 has_added_input_handler_(false),
ekaramad2a46d632016-07-19 13:33:09377 has_focus_(false),
ekaramad330ba4232016-09-23 17:57:47378#if defined(OS_MACOSX)
379 text_input_client_observer_(new TextInputClientObserver(this)),
380#endif
wjmaclean1d970622017-01-21 22:28:24381 focused_pepper_plugin_(nullptr),
tasakb95dbb50c2017-02-08 18:07:50382 time_to_first_active_paint_recorded_(true),
383 was_shown_time_(base::TimeTicks::Now()),
kenrb5d78b842017-03-06 21:06:01384 current_content_source_id_(0),
wjmaclean1d970622017-01-21 22:28:24385 weak_ptr_factory_(this) {
nick8331f8ad2016-11-15 20:42:45386 DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
[email protected]8b3f0eb2012-05-03 19:15:05387 if (!swapped_out)
388 RenderProcess::current()->AddRefProcess();
[email protected]380244092011-10-07 17:26:27389 DCHECK(RenderThread::Get());
alexclarke7fa93942015-10-21 15:37:11390
391 // In tests there may not be a RenderThreadImpl.
392 if (RenderThreadImpl::current()) {
393 render_widget_scheduling_state_ = RenderThreadImpl::current()
394 ->GetRendererScheduler()
dcheng07945f632015-12-26 07:59:32395 ->NewRenderWidgetSchedulingState();
alexclarke7fa93942015-10-21 15:37:11396 render_widget_scheduling_state_->SetHidden(is_hidden_);
397 }
sadrul602ce1362017-01-26 06:41:10398#if defined(USE_AURA)
fsamuel098eade2017-03-21 18:06:14399 RendererWindowTreeClient::CreateIfNecessary(routing_id_);
sadrul602ce1362017-01-26 06:41:10400#endif
initial.commit09911bf2008-07-26 23:55:29401}
402
403RenderWidget::~RenderWidget() {
lfg8ff33912016-09-13 20:59:21404 DCHECK(!webwidget_internal_) << "Leaking our WebWidget!";
[email protected]bffc8302014-01-23 20:52:16405
dtapuska9ec1a912017-04-21 15:18:31406 if (input_event_queue_)
407 input_event_queue_->ClearClient();
408
[email protected]992db4c2011-05-12 15:37:15409 // If we are swapped out, we have released already.
[email protected]d2e2f9ee2013-08-21 11:02:02410 if (!is_swapped_out_ && RenderProcess::current())
[email protected]992db4c2011-05-12 15:37:15411 RenderProcess::current()->ReleaseProcess();
sadrul8185d972017-01-31 18:30:11412#if defined(USE_AURA)
fsamuel098eade2017-03-21 18:06:14413 // It is possible for a RenderWidget to be destroyed before it was embedded
414 // in a mus window. The RendererWindowTreeClient will leak in such cases. So
415 // explicitly delete it here.
416 RendererWindowTreeClient::Destroy(routing_id_);
sadrul8185d972017-01-31 18:30:11417#endif
initial.commit09911bf2008-07-26 23:55:29418}
419
[email protected]484955942010-08-19 16:13:18420// static
lfg1568d112016-08-30 16:06:29421void RenderWidget::InstallCreateHook(
422 CreateRenderWidgetFunction create_render_widget,
423 RenderWidgetInitializedCallback render_widget_initialized) {
424 CHECK(!g_create_render_widget && !g_render_widget_initialized);
425 g_create_render_widget = create_render_widget;
426 g_render_widget_initialized = render_widget_initialized;
427}
428
429// static
nickf7b38222016-11-22 21:59:35430RenderWidget* RenderWidget::CreateForPopup(
431 RenderViewImpl* opener,
432 CompositorDependencies* compositor_deps,
433 blink::WebPopupType popup_type,
434 const ScreenInfo& screen_info) {
nick4df698d82016-11-11 20:39:23435 // Do a synchronous IPC to obtain a routing ID.
436 int32_t routing_id = MSG_ROUTING_NONE;
437 if (!RenderThreadImpl::current_render_message_filter()->CreateNewWidget(
nickf7b38222016-11-22 21:59:35438 opener->GetRoutingID(), popup_type, &routing_id)) {
nick4df698d82016-11-11 20:39:23439 return nullptr;
440 }
441
nick8331f8ad2016-11-15 20:42:45442 scoped_refptr<RenderWidget> widget(
443 new RenderWidget(routing_id, compositor_deps, popup_type, screen_info,
444 false, false, false));
nickf7b38222016-11-22 21:59:35445 ShowCallback opener_callback =
wjmaclean1d970622017-01-21 22:28:24446 base::Bind(&RenderViewImpl::ShowCreatedPopupWidget, opener->GetWeakPtr());
nickf7b38222016-11-22 21:59:35447 widget->Init(opener_callback, RenderWidget::CreateWebWidget(widget.get()));
nick4df698d82016-11-11 20:39:23448 DCHECK(!widget->HasOneRef()); // RenderWidget::Init() adds a reference.
449 return widget.get();
initial.commit09911bf2008-07-26 23:55:29450}
451
[email protected]484955942010-08-19 16:13:18452// static
kenrba7199832015-01-22 23:44:59453RenderWidget* RenderWidget::CreateForFrame(
nick4df698d82016-11-11 20:39:23454 int widget_routing_id,
kenrba7199832015-01-22 23:44:59455 bool hidden,
ccameron2f451532016-09-07 21:49:27456 const ScreenInfo& screen_info,
kenrba7199832015-01-22 23:44:59457 CompositorDependencies* compositor_deps,
458 blink::WebLocalFrame* frame) {
nick4df698d82016-11-11 20:39:23459 CHECK_NE(widget_routing_id, MSG_ROUTING_NONE);
dcheng3ce04b62015-10-26 23:30:55460 // TODO(avi): Before RenderViewImpl has-a RenderWidget, the browser passes the
461 // same routing ID for both the view routing ID and the main frame widget
462 // routing ID. https://crbug.com/545684
nick4df698d82016-11-11 20:39:23463 RenderViewImpl* view = RenderViewImpl::FromRoutingID(widget_routing_id);
dcheng3ce04b62015-10-26 23:30:55464 if (view) {
avi8a45c1092016-03-01 16:12:34465 view->AttachWebFrameWidget(
466 RenderWidget::CreateWebFrameWidget(view->GetWidget(), frame));
467 return view->GetWidget();
dcheng3ce04b62015-10-26 23:30:55468 }
dcheng35d31c112015-07-22 00:17:36469 scoped_refptr<RenderWidget> widget(
lfg1568d112016-08-30 16:06:29470 g_create_render_widget
nick8331f8ad2016-11-15 20:42:45471 ? g_create_render_widget(widget_routing_id, compositor_deps,
Blink Reformat1c4d759e2017-04-09 16:34:54472 blink::kWebPopupTypeNone, screen_info, false,
nick8331f8ad2016-11-15 20:42:45473 hidden, false)
474 : new RenderWidget(widget_routing_id, compositor_deps,
Blink Reformat1c4d759e2017-04-09 16:34:54475 blink::kWebPopupTypeNone, screen_info, false,
nick8331f8ad2016-11-15 20:42:45476 hidden, false));
simonhong628f9812015-04-27 23:13:20477 widget->for_oopif_ = true;
nick4df698d82016-11-11 20:39:23478 // Init increments the reference count on |widget|, keeping it alive after
kenrba7199832015-01-22 23:44:59479 // this function returns.
nickf7b38222016-11-22 21:59:35480 widget->Init(RenderWidget::ShowCallback(),
nick4df698d82016-11-11 20:39:23481 RenderWidget::CreateWebFrameWidget(widget.get(), frame));
482
483 if (g_render_widget_initialized)
484 g_render_widget_initialized(widget.get());
485 return widget.get();
kenrba7199832015-01-22 23:44:59486}
487
488// static
lfgcaab5142016-02-26 19:06:52489blink::WebFrameWidget* RenderWidget::CreateWebFrameWidget(
dchengda9b4bb2015-07-20 20:58:08490 RenderWidget* render_widget,
491 blink::WebLocalFrame* frame) {
Blink Reformat1c4d759e2017-04-09 16:34:54492 if (!frame->Parent()) {
dcheng3ce04b62015-10-26 23:30:55493 // TODO(dcheng): The main frame widget currently has a special case.
494 // Eliminate this once WebView is no longer a WebWidget.
Blink Reformat1c4d759e2017-04-09 16:34:54495 return blink::WebFrameWidget::Create(render_widget, frame->View(), frame);
dcheng3ce04b62015-10-26 23:30:55496 }
Blink Reformat1c4d759e2017-04-09 16:34:54497 return blink::WebFrameWidget::Create(render_widget, frame);
dchengda9b4bb2015-07-20 20:58:08498}
499
500// static
kenrba7199832015-01-22 23:44:59501blink::WebWidget* RenderWidget::CreateWebWidget(RenderWidget* render_widget) {
[email protected]484955942010-08-19 16:13:18502 switch (render_widget->popup_type_) {
Blink Reformat1c4d759e2017-04-09 16:34:54503 case blink::kWebPopupTypeNone: // Nothing to create.
[email protected]484955942010-08-19 16:13:18504 break;
Blink Reformat1c4d759e2017-04-09 16:34:54505 case blink::kWebPopupTypePage:
506 return WebPagePopup::Create(render_widget);
[email protected]484955942010-08-19 16:13:18507 default:
508 NOTREACHED();
509 }
510 return NULL;
511}
512
dchengda9b4bb2015-07-20 20:58:08513void RenderWidget::CloseForFrame() {
dchengd96a27a2015-07-24 20:17:32514 OnClose();
kenrba7199832015-01-22 23:44:59515}
516
alexmos78c9c0d2016-10-14 18:57:03517void RenderWidget::SetSwappedOut(bool is_swapped_out) {
518 // We should only toggle between states.
519 DCHECK(is_swapped_out_ != is_swapped_out);
520 is_swapped_out_ = is_swapped_out;
521
522 // If we are swapping out, we will call ReleaseProcess, allowing the process
523 // to exit if all of its RenderViews are swapped out. We wait until the
524 // WasSwappedOut call to do this, to allow the unload handler to finish.
525 // If we are swapping in, we call AddRefProcess to prevent the process from
526 // exiting.
527 if (!is_swapped_out_)
528 RenderProcess::current()->AddRefProcess();
529}
530
nickf7b38222016-11-22 21:59:35531void RenderWidget::Init(const ShowCallback& show_callback,
532 WebWidget* web_widget) {
lfg8ff33912016-09-13 20:59:21533 DCHECK(!webwidget_internal_);
nick4df698d82016-11-11 20:39:23534 DCHECK_NE(routing_id_, MSG_ROUTING_NONE);
initial.commit09911bf2008-07-26 23:55:29535
sadrul9fe48922017-01-23 18:59:49536 input_handler_ = base::MakeUnique<RenderWidgetInputHandler>(this, this);
nick8331f8ad2016-11-15 20:42:45537
nickf7b38222016-11-22 21:59:35538 show_callback_ = show_callback;
initial.commit09911bf2008-07-26 23:55:29539
lfg8ff33912016-09-13 20:59:21540 webwidget_internal_ = web_widget;
541 webwidget_mouse_lock_target_.reset(
542 new WebWidgetLockTarget(webwidget_internal_));
lfgbee1e0a2016-06-08 21:24:21543 mouse_lock_dispatcher_.reset(new RenderWidgetMouseLockDispatcher(this));
initial.commit09911bf2008-07-26 23:55:29544
nick4df698d82016-11-11 20:39:23545 RenderThread::Get()->AddRoute(routing_id_, this);
546 // Take a reference on behalf of the RenderThread. This will be balanced
547 // when we receive ViewMsg_Close.
548 AddRef();
549 if (RenderThreadImpl::current()) {
550 RenderThreadImpl::current()->WidgetCreated();
551 if (is_hidden_)
552 RenderThreadImpl::current()->WidgetHidden();
initial.commit09911bf2008-07-26 23:55:29553 }
554}
555
[email protected]949b6592014-08-20 13:17:52556void RenderWidget::WasSwappedOut() {
557 // If we have been swapped out and no one else is using this process,
558 // it's safe to exit now.
559 CHECK(is_swapped_out_);
560 RenderProcess::current()->ReleaseProcess();
561}
562
[email protected]b2e4c70132013-10-03 02:07:51563void RenderWidget::SetPopupOriginAdjustmentsForEmulation(
mfomitchev2600fd7c2016-02-17 20:53:39564 RenderWidgetScreenMetricsEmulator* emulator) {
[email protected]b2e4c70132013-10-03 02:07:51565 popup_origin_scale_for_emulation_ = emulator->scale();
[email protected]19193682014-04-03 15:01:43566 popup_view_origin_for_emulation_ = emulator->applied_widget_rect().origin();
[email protected]9a2d7ee32013-12-05 12:15:49567 popup_screen_origin_for_emulation_ = gfx::Point(
568 emulator->original_screen_rect().origin().x() + emulator->offset().x(),
569 emulator->original_screen_rect().origin().y() + emulator->offset().y());
[email protected]5f75aa42014-04-01 23:00:56570 screen_info_ = emulator->original_screen_info();
ccameron2f451532016-09-07 21:49:27571 device_scale_factor_ = screen_info_.device_scale_factor;
[email protected]b2e4c70132013-10-03 02:07:51572}
573
[email protected]2d6836f42014-07-02 17:25:31574gfx::Rect RenderWidget::AdjustValidationMessageAnchor(const gfx::Rect& anchor) {
575 if (screen_metrics_emulator_)
576 return screen_metrics_emulator_->AdjustValidationMessageAnchor(anchor);
577 return anchor;
578}
579
thakis18e426412017-03-15 12:06:37580#if BUILDFLAG(USE_EXTERNAL_POPUP_MENU)
[email protected]b2e4c70132013-10-03 02:07:51581void RenderWidget::SetExternalPopupOriginAdjustmentsForEmulation(
mfomitchev2600fd7c2016-02-17 20:53:39582 ExternalPopupMenu* popup,
583 RenderWidgetScreenMetricsEmulator* emulator) {
[email protected]9a2d7ee32013-12-05 12:15:49584 popup->SetOriginScaleAndOffsetForEmulation(
585 emulator->scale(), emulator->offset());
[email protected]b2e4c70132013-10-03 02:07:51586}
[email protected]53907862014-03-25 15:42:40587#endif
[email protected]b2e4c70132013-10-03 02:07:51588
589void RenderWidget::OnShowHostContextMenu(ContextMenuParams* params) {
590 if (screen_metrics_emulator_)
591 screen_metrics_emulator_->OnShowContextMenu(params);
592}
593
[email protected]a95986a82010-12-24 06:19:28594bool RenderWidget::OnMessageReceived(const IPC::Message& message) {
ekaramad330ba4232016-09-23 17:57:47595#if defined(OS_MACOSX)
596 if (IPC_MESSAGE_CLASS(message) == TextInputClientMsgStart)
597 return text_input_client_observer_->OnMessageReceived(message);
598#endif
lfgbee1e0a2016-06-08 21:24:21599 if (mouse_lock_dispatcher_ &&
600 mouse_lock_dispatcher_->OnMessageReceived(message))
601 return true;
602
[email protected]a95986a82010-12-24 06:19:28603 bool handled = true;
604 IPC_BEGIN_MESSAGE_MAP(RenderWidget, message)
[email protected]c084330e02013-04-27 01:08:15605 IPC_MESSAGE_HANDLER(InputMsg_HandleInputEvent, OnHandleInputEvent)
[email protected]34202de2013-05-06 23:36:22606 IPC_MESSAGE_HANDLER(InputMsg_CursorVisibilityChange,
607 OnCursorVisibilityChange)
[email protected]a2214eb2014-06-23 18:31:22608 IPC_MESSAGE_HANDLER(InputMsg_ImeSetComposition, OnImeSetComposition)
aelias87b8f7c2016-09-14 03:19:29609 IPC_MESSAGE_HANDLER(InputMsg_ImeCommitText, OnImeCommitText)
610 IPC_MESSAGE_HANDLER(InputMsg_ImeFinishComposingText,
611 OnImeFinishComposingText)
[email protected]c084330e02013-04-27 01:08:15612 IPC_MESSAGE_HANDLER(InputMsg_MouseCaptureLost, OnMouseCaptureLost)
alexmos56567492016-09-13 00:52:46613 IPC_MESSAGE_HANDLER(InputMsg_SetEditCommandsForNextKeyEvent,
614 OnSetEditCommandsForNextKeyEvent)
[email protected]c084330e02013-04-27 01:08:15615 IPC_MESSAGE_HANDLER(InputMsg_SetFocus, OnSetFocus)
[email protected]9017d7852013-11-21 17:47:35616 IPC_MESSAGE_HANDLER(InputMsg_SyntheticGestureCompleted,
617 OnSyntheticGestureCompleted)
[email protected]a95986a82010-12-24 06:19:28618 IPC_MESSAGE_HANDLER(ViewMsg_Close, OnClose)
[email protected]a95986a82010-12-24 06:19:28619 IPC_MESSAGE_HANDLER(ViewMsg_Resize, OnResize)
dgozman9260b0a12015-03-16 13:45:20620 IPC_MESSAGE_HANDLER(ViewMsg_EnableDeviceEmulation,
621 OnEnableDeviceEmulation)
622 IPC_MESSAGE_HANDLER(ViewMsg_DisableDeviceEmulation,
623 OnDisableDeviceEmulation)
[email protected]a95986a82010-12-24 06:19:28624 IPC_MESSAGE_HANDLER(ViewMsg_WasHidden, OnWasHidden)
[email protected]9e2e4632012-07-27 16:38:41625 IPC_MESSAGE_HANDLER(ViewMsg_WasShown, OnWasShown)
[email protected]3d9ec5052013-01-02 22:05:25626 IPC_MESSAGE_HANDLER(ViewMsg_Repaint, OnRepaint)
[email protected]a95986a82010-12-24 06:19:28627 IPC_MESSAGE_HANDLER(ViewMsg_SetTextDirection, OnSetTextDirection)
628 IPC_MESSAGE_HANDLER(ViewMsg_Move_ACK, OnRequestMoveAck)
[email protected]80ad8622012-11-07 16:33:03629 IPC_MESSAGE_HANDLER(ViewMsg_UpdateScreenRects, OnUpdateScreenRects)
kenrbea731792017-01-13 15:10:48630 IPC_MESSAGE_HANDLER(ViewMsg_SetViewportIntersection,
631 OnSetViewportIntersection)
lfg43e08e62016-02-03 18:51:37632 IPC_MESSAGE_HANDLER(ViewMsg_WaitForNextFrameForTests,
633 OnWaitNextFrameForTests)
ekaramadc9b70a72017-03-23 16:14:23634 IPC_MESSAGE_HANDLER(InputMsg_RequestCompositionUpdates,
635 OnRequestCompositionUpdates)
paulmeyer90f6c31d2016-11-12 00:17:59636 IPC_MESSAGE_HANDLER(DragMsg_TargetDragEnter, OnDragTargetDragEnter)
637 IPC_MESSAGE_HANDLER(DragMsg_TargetDragOver, OnDragTargetDragOver)
638 IPC_MESSAGE_HANDLER(DragMsg_TargetDragLeave, OnDragTargetDragLeave)
639 IPC_MESSAGE_HANDLER(DragMsg_TargetDrop, OnDragTargetDrop)
paulmeyer8fc8ea92016-11-15 05:12:21640 IPC_MESSAGE_HANDLER(DragMsg_SourceEnded, OnDragSourceEnded)
641 IPC_MESSAGE_HANDLER(DragMsg_SourceSystemDragEnded,
642 OnDragSourceSystemDragEnded)
[email protected]105dffb42013-02-20 03:46:21643#if defined(OS_ANDROID)
changwan8c342742016-02-26 00:53:39644 IPC_MESSAGE_HANDLER(InputMsg_RequestTextInputStateUpdate,
645 OnRequestTextInputStateUpdate)
[email protected]105dffb42013-02-20 03:46:21646#endif
[email protected]a95986a82010-12-24 06:19:28647 IPC_MESSAGE_UNHANDLED(handled = false)
648 IPC_END_MESSAGE_MAP()
649 return handled;
650}
initial.commit09911bf2008-07-26 23:55:29651
652bool RenderWidget::Send(IPC::Message* message) {
[email protected]992db4c2011-05-12 15:37:15653 // Don't send any messages after the browser has told us to close, and filter
654 // most outgoing messages while swapped out.
655 if ((is_swapped_out_ &&
[email protected]e9ff79c2012-10-19 21:31:26656 !SwappedOutMessages::CanSendWhileSwappedOut(message)) ||
[email protected]c6c921e92012-05-10 23:31:11657 closing_) {
initial.commit09911bf2008-07-26 23:55:29658 delete message;
659 return false;
660 }
661
662 // If given a messsage without a routing ID, then assign our routing ID.
663 if (message->routing_id() == MSG_ROUTING_NONE)
664 message->set_routing_id(routing_id_);
665
[email protected]380244092011-10-07 17:26:27666 return RenderThread::Get()->Send(message);
[email protected]8085dbc82008-09-26 22:53:44667}
668
dtapuska014ed082016-11-11 21:58:48669void RenderWidget::SendOrCrash(IPC::Message* message) {
670 bool result = Send(message);
671 CHECK(closing_ || result) << "Failed to send message";
672}
673
ekaramad5aff1942017-01-06 01:26:35674bool RenderWidget::ShouldHandleImeEvents() const {
ekaramadb6483a052017-02-10 02:23:26675 // TODO(ekaramad): We track page focus in all RenderViews on the page but the
676 // RenderWidgets corresponding to OOPIFs do not get the update. For now, this
677 // method returns true when the RenderWidget is for an OOPIF, i.e., IME events
678 // will be processed regardless of page focus. We should revisit this after
679 // page focus for OOPIFs has been fully resolved (https://crbug.com/689777).
Blink Reformat1c4d759e2017-04-09 16:34:54680 return GetWebWidget() && GetWebWidget()->IsWebFrameWidget() &&
ekaramadb6483a052017-02-10 02:23:26681 (has_focus_ || for_oopif_);
ekaramad5aff1942017-01-06 01:26:35682}
683
bokanc007c3a2015-02-03 07:15:56684void RenderWidget::SetWindowRectSynchronously(
685 const gfx::Rect& new_window_rect) {
mfomitchev2600fd7c2016-02-17 20:53:39686 ResizeParams params;
687 params.screen_info = screen_info_;
688 params.new_size = new_window_rect.size();
689 params.physical_backing_size =
690 gfx::ScaleToCeiledSize(new_window_rect.size(), device_scale_factor_);
mfomitchev2600fd7c2016-02-17 20:53:39691 params.visible_viewport_size = new_window_rect.size();
mfomitchev2600fd7c2016-02-17 20:53:39692 params.is_fullscreen_granted = is_fullscreen_granted_;
693 params.display_mode = display_mode_;
694 params.needs_resize_ack = false;
695 Resize(params);
696
bokanc007c3a2015-02-03 07:15:56697 view_screen_rect_ = new_window_rect;
698 window_screen_rect_ = new_window_rect;
[email protected]92650162013-10-30 03:31:02699 if (!did_show_)
bokanc007c3a2015-02-03 07:15:56700 initial_rect_ = new_window_rect;
[email protected]92650162013-10-30 03:31:02701}
702
initial.commit09911bf2008-07-26 23:55:29703void RenderWidget::OnClose() {
dchengd96a27a2015-07-24 20:17:32704 DCHECK(content::RenderThread::Get());
705 if (closing_)
706 return;
707 NotifyOnClose();
708 closing_ = true;
709
710 // Browser correspondence is no longer needed at this point.
711 if (routing_id_ != MSG_ROUTING_NONE) {
712 RenderThread::Get()->RemoveRoute(routing_id_);
713 SetHidden(false);
714 if (RenderThreadImpl::current())
715 RenderThreadImpl::current()->WidgetDestroyed();
716 }
717
718 if (for_oopif_) {
719 // Widgets for frames may be created and closed at any time while the frame
720 // is alive. However, the closing process must happen synchronously. Frame
721 // widget and frames hold pointers to each other. If Close() is deferred to
722 // the message loop like in the non-frame widget case, WebWidget::close()
723 // can end up accessing members of an already-deleted frame.
724 Close();
725 } else {
726 // If there is a Send call on the stack, then it could be dangerous to close
727 // now. Post a task that only gets invoked when there are no nested message
728 // loops.
729 base::ThreadTaskRunnerHandle::Get()->PostNonNestableTask(
730 FROM_HERE, base::Bind(&RenderWidget::Close, this));
731 }
732
733 // Balances the AddRef taken when we called AddRoute.
734 Release();
initial.commit09911bf2008-07-26 23:55:29735}
736
fsamuel664e8b62016-01-20 19:54:01737void RenderWidget::OnResize(const ResizeParams& params) {
[email protected]5b45ad42013-10-25 00:42:04738 if (resizing_mode_selector_->ShouldAbortOnResize(this, params))
[email protected]03e88672013-10-22 21:31:32739 return;
740
[email protected]b2e4c70132013-10-03 02:07:51741 if (screen_metrics_emulator_) {
mfomitchev2600fd7c2016-02-17 20:53:39742 screen_metrics_emulator_->OnResize(params);
[email protected]b2e4c70132013-10-03 02:07:51743 return;
744 }
745
mfomitchev2600fd7c2016-02-17 20:53:39746 Resize(params);
initial.commit09911bf2008-07-26 23:55:29747}
748
dgozman9260b0a12015-03-16 13:45:20749void RenderWidget::OnEnableDeviceEmulation(
750 const blink::WebDeviceEmulationParams& params) {
mfomitchev2600fd7c2016-02-17 20:53:39751 if (!screen_metrics_emulator_) {
752 ResizeParams resize_params;
753 resize_params.screen_info = screen_info_;
754 resize_params.new_size = size_;
755 resize_params.physical_backing_size = physical_backing_size_;
756 resize_params.visible_viewport_size = visible_viewport_size_;
mfomitchev2600fd7c2016-02-17 20:53:39757 resize_params.is_fullscreen_granted = is_fullscreen_granted_;
758 resize_params.display_mode = display_mode_;
759 screen_metrics_emulator_.reset(new RenderWidgetScreenMetricsEmulator(
760 this, params, resize_params, view_screen_rect_, window_screen_rect_));
oshima50872a72016-03-04 13:26:18761 screen_metrics_emulator_->Apply();
mfomitchev2600fd7c2016-02-17 20:53:39762 } else {
dgozman9260b0a12015-03-16 13:45:20763 screen_metrics_emulator_->ChangeEmulationParams(params);
mfomitchev2600fd7c2016-02-17 20:53:39764 }
dgozman9260b0a12015-03-16 13:45:20765}
766
767void RenderWidget::OnDisableDeviceEmulation() {
768 screen_metrics_emulator_.reset();
769}
770
initial.commit09911bf2008-07-26 23:55:29771void RenderWidget::OnWasHidden() {
[email protected]9c3085f2011-06-09 02:10:31772 TRACE_EVENT0("renderer", "RenderWidget::OnWasHidden");
initial.commit09911bf2008-07-26 23:55:29773 // Go into a mode where we stop generating paint and scrolling events.
[email protected]bee16aab2009-08-26 15:55:03774 SetHidden(true);
ericwilligers88e69742016-10-17 19:29:55775 for (auto& observer : render_frames_)
776 observer.WasHidden();
initial.commit09911bf2008-07-26 23:55:29777}
778
[email protected]3399dd822014-08-09 11:14:24779void RenderWidget::OnWasShown(bool needs_repainting,
780 const ui::LatencyInfo& latency_info) {
[email protected]9e2e4632012-07-27 16:38:41781 TRACE_EVENT0("renderer", "RenderWidget::OnWasShown");
initial.commit09911bf2008-07-26 23:55:29782 // During shutdown we can just ignore this message.
lfg8ff33912016-09-13 20:59:21783 if (!GetWebWidget())
initial.commit09911bf2008-07-26 23:55:29784 return;
785
tasakb95dbb50c2017-02-08 18:07:50786 was_shown_time_ = base::TimeTicks::Now();
initial.commit09911bf2008-07-26 23:55:29787 // See OnWasHidden
[email protected]bee16aab2009-08-26 15:55:03788 SetHidden(false);
ericwilligers88e69742016-10-17 19:29:55789 for (auto& observer : render_frames_)
790 observer.WasShown();
initial.commit09911bf2008-07-26 23:55:29791
[email protected]8a23afb32014-04-30 22:40:23792 if (!needs_repainting)
initial.commit09911bf2008-07-26 23:55:29793 return;
initial.commit09911bf2008-07-26 23:55:29794
[email protected]3399dd822014-08-09 11:14:24795 if (compositor_) {
796 ui::LatencyInfo swap_latency_info(latency_info);
danakj87fbafb2017-04-04 16:54:11797 std::unique_ptr<cc::SwapPromiseMonitor> latency_info_swap_promise_monitor =
798 compositor_->CreateLatencyInfoSwapPromiseMonitor(&swap_latency_info);
799 // Force this SwapPromiseMonitor to trigger and insert a SwapPromise.
Blink Reformat1c4d759e2017-04-09 16:34:54800 compositor_->SetNeedsBeginFrame();
[email protected]3399dd822014-08-09 11:14:24801 }
initial.commit09911bf2008-07-26 23:55:29802}
803
[email protected]53d3f302009-12-21 04:42:05804void RenderWidget::OnRequestMoveAck() {
805 DCHECK(pending_window_rect_count_);
806 pending_window_rect_count_--;
807}
808
[email protected]ed7defa2013-03-12 21:29:59809GURL RenderWidget::GetURLForGraphicsContext3D() {
810 return GURL();
[email protected]65225772011-05-12 21:10:24811}
812
nzolghadr5d8596502017-01-23 22:59:35813void RenderWidget::OnHandleInputEvent(
814 const blink::WebInputEvent* input_event,
815 const std::vector<const blink::WebInputEvent*>& coalesced_events,
816 const ui::LatencyInfo& latency_info,
817 InputEventDispatchType dispatch_type) {
fsamuel78f86e42016-01-20 04:10:23818 if (!input_event)
819 return;
nzolghadr5d8596502017-01-23 22:59:35820
821 input_handler_->HandleInputEvent(
822 blink::WebCoalescedInputEvent(*input_event, coalesced_events),
823 latency_info, dispatch_type);
fsamuel78f86e42016-01-20 04:10:23824}
825
dtapuska9ec1a912017-04-21 15:18:31826InputEventAckState RenderWidget::HandleInputEvent(
827 const blink::WebCoalescedInputEvent& input_event,
828 const ui::LatencyInfo& latency_info,
829 InputEventDispatchType dispatch_type) {
830 return input_handler_->HandleInputEvent(input_event, latency_info,
831 dispatch_type);
832}
833
834void RenderWidget::SendInputEventAck(blink::WebInputEvent::Type type,
835 InputEventAckState ack_result,
836 uint32_t touch_event_id) {
837 InputEventAck ack(InputEventAckSource::MAIN_THREAD, type, ack_result,
838 touch_event_id);
839 Send(new InputHostMsg_HandleInputEvent_ACK(routing_id_, ack));
840}
841
fsamuel78f86e42016-01-20 04:10:23842void RenderWidget::OnCursorVisibilityChange(bool is_visible) {
lfg8ff33912016-09-13 20:59:21843 if (GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:54844 GetWebWidget()->SetCursorVisibilityState(is_visible);
fsamuel78f86e42016-01-20 04:10:23845}
846
847void RenderWidget::OnMouseCaptureLost() {
lfg8ff33912016-09-13 20:59:21848 if (GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:54849 GetWebWidget()->MouseCaptureLost();
fsamuel78f86e42016-01-20 04:10:23850}
851
alexmos56567492016-09-13 00:52:46852void RenderWidget::OnSetEditCommandsForNextKeyEvent(
853 const EditCommands& edit_commands) {
854 edit_commands_ = edit_commands;
855}
856
fsamuel78f86e42016-01-20 04:10:23857void RenderWidget::OnSetFocus(bool enable) {
lfge0c2792ec2016-05-11 18:52:08858 has_focus_ = enable;
859
lfg8ff33912016-09-13 20:59:21860 if (GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:54861 GetWebWidget()->SetFocus(enable);
lfge0c2792ec2016-05-11 18:52:08862
ericwilligers88e69742016-10-17 19:29:55863 for (auto& observer : render_frames_)
864 observer.RenderWidgetSetFocus(enable);
fsamuel78f86e42016-01-20 04:10:23865}
866
dtapuska3d5624d32016-08-30 04:34:00867void RenderWidget::SetNeedsMainFrame() {
868 RenderWidgetCompositor* rwc = compositor();
869 if (!rwc)
870 return;
Blink Reformat1c4d759e2017-04-09 16:34:54871 rwc->SetNeedsBeginFrame();
dtapuska3d5624d32016-08-30 04:34:00872}
873
fsamuel78f86e42016-01-20 04:10:23874///////////////////////////////////////////////////////////////////////////////
875// RenderWidgetCompositorDelegate
876
877void RenderWidget::ApplyViewportDeltas(
878 const gfx::Vector2dF& inner_delta,
879 const gfx::Vector2dF& outer_delta,
880 const gfx::Vector2dF& elastic_overscroll_delta,
881 float page_scale,
882 float top_controls_delta) {
Blink Reformat1c4d759e2017-04-09 16:34:54883 GetWebWidget()->ApplyViewportDeltas(inner_delta, outer_delta,
lfg8ff33912016-09-13 20:59:21884 elastic_overscroll_delta, page_scale,
885 top_controls_delta);
fsamuel78f86e42016-01-20 04:10:23886}
887
sahel1b47fda72017-03-28 17:03:07888void RenderWidget::RecordWheelAndTouchScrollingCount(
889 bool has_scrolled_by_wheel,
890 bool has_scrolled_by_touch) {
Blink Reformat1c4d759e2017-04-09 16:34:54891 GetWebWidget()->RecordWheelAndTouchScrollingCount(has_scrolled_by_wheel,
sahel1b47fda72017-03-28 17:03:07892 has_scrolled_by_touch);
893}
894
fsamuel78f86e42016-01-20 04:10:23895void RenderWidget::BeginMainFrame(double frame_time_sec) {
dtapuska9ec1a912017-04-21 15:18:31896 if (input_event_queue_) {
897 input_event_queue_->DispatchRafAlignedInput(
898 ui::EventTimeStampFromSeconds(frame_time_sec));
899 }
dtapuska3d5624d32016-08-30 04:34:00900
Blink Reformat1c4d759e2017-04-09 16:34:54901 GetWebWidget()->BeginFrame(frame_time_sec);
fsamuel78f86e42016-01-20 04:10:23902}
903
fsamuelcf3002e2017-03-20 23:13:47904void RenderWidget::RequestNewCompositorFrameSink(
905 bool fallback,
906 const CompositorFrameSinkCallback& callback) {
lfg8ff33912016-09-13 20:59:21907 DCHECK(GetWebWidget());
[email protected]7912e822014-04-16 02:37:03908 // For widgets that are never visible, we don't start the compositor, so we
danakj1120f4c2016-09-15 02:05:32909 // never get a request for a cc::CompositorFrameSink.
sievers71c62dd52015-10-07 01:44:39910 DCHECK(!compositor_never_visible_);
fsamuelcf3002e2017-03-20 23:13:47911 RenderThreadImpl::current()->RequestNewCompositorFrameSink(
912 fallback, routing_id_, frame_swap_message_queue_,
913 GetURLForGraphicsContext3D(), callback);
[email protected]ba91a792013-02-06 09:48:28914}
915
fsamuel78f86e42016-01-20 04:10:23916void RenderWidget::DidCommitAndDrawCompositorFrame() {
917 // NOTE: Tests may break if this event is renamed or moved. See
918 // tab_capture_performancetest.cc.
919 TRACE_EVENT0("gpu", "RenderWidget::DidCommitAndDrawCompositorFrame");
lfge0c2792ec2016-05-11 18:52:08920
ericwilligers88e69742016-10-17 19:29:55921 for (auto& observer : render_frames_)
922 observer.DidCommitAndDrawCompositorFrame();
lfge0c2792ec2016-05-11 18:52:08923
fsamuel78f86e42016-01-20 04:10:23924 // Notify subclasses that we initiated the paint operation.
925 DidInitiatePaint();
926}
927
928void RenderWidget::DidCommitCompositorFrame() {
ericwilligers88e69742016-10-17 19:29:55929 for (auto& observer : render_frames_)
930 observer.DidCommitCompositorFrame();
931 for (auto& observer : render_frame_proxies_)
932 observer.DidCommitCompositorFrame();
fsamuel78f86e42016-01-20 04:10:23933}
934
935void RenderWidget::DidCompletePageScaleAnimation() {}
936
danakj6c872fc02016-10-22 04:29:49937void RenderWidget::DidReceiveCompositorFrameAck() {
938 TRACE_EVENT0("renderer", "RenderWidget::DidReceiveCompositorFrameAck");
fsamuel78f86e42016-01-20 04:10:23939
pimanbfb2ceb2016-03-18 21:32:58940 if (!next_paint_flags_ && !need_update_rect_for_auto_resize_) {
fsamuel78f86e42016-01-20 04:10:23941 return;
942 }
943
944 ViewHostMsg_UpdateRect_Params params;
945 params.view_size = size_;
fsamuel78f86e42016-01-20 04:10:23946 params.flags = next_paint_flags_;
947
948 Send(new ViewHostMsg_UpdateRect(routing_id_, params));
949 next_paint_flags_ = 0;
950 need_update_rect_for_auto_resize_ = false;
951}
952
fsamuel78f86e42016-01-20 04:10:23953bool RenderWidget::IsClosing() const {
954 return host_closing_;
955}
956
danakj53eccbc2016-03-02 22:51:07957void RenderWidget::RequestScheduleAnimation() {
Blink Reformat1c4d759e2017-04-09 16:34:54958 ScheduleAnimation();
initial.commit09911bf2008-07-26 23:55:29959}
960
fsamuel78f86e42016-01-20 04:10:23961void RenderWidget::UpdateVisualState() {
Blink Reformat1c4d759e2017-04-09 16:34:54962 GetWebWidget()->UpdateAllLifecyclePhases();
963 GetWebWidget()->SetSuppressFrameRequestsWorkaroundFor704763Only(false);
tasakb95dbb50c2017-02-08 18:07:50964
965 if (time_to_first_active_paint_recorded_)
966 return;
967
968 RenderThreadImpl* render_thread_impl = RenderThreadImpl::current();
969 if (!render_thread_impl->NeedsToRecordFirstActivePaint())
970 return;
971
972 time_to_first_active_paint_recorded_ = true;
973 base::TimeDelta sample = base::TimeTicks::Now() - was_shown_time_;
974 UMA_HISTOGRAM_TIMES("PurgeAndSuspend.Experimental.TimeToFirstActivePaint",
975 sample);
fsamuel78f86e42016-01-20 04:10:23976}
977
978void RenderWidget::WillBeginCompositorFrame() {
979 TRACE_EVENT0("gpu", "RenderWidget::willBeginCompositorFrame");
980
Blink Reformat1c4d759e2017-04-09 16:34:54981 GetWebWidget()->SetSuppressFrameRequestsWorkaroundFor704763Only(true);
alancutter317a8e02017-04-05 10:09:29982
dglazkov06854c5c2016-08-31 00:19:59983 // The UpdateTextInputState can result in further layout and possibly
984 // enable GPU acceleration so they need to be called before any painting
985 // is done.
changwan75e3b2072017-01-16 02:55:00986 UpdateTextInputState();
dglazkov06854c5c2016-08-31 00:19:59987 UpdateSelectionBounds();
988
ericwilligers88e69742016-10-17 19:29:55989 for (auto& observer : render_frame_proxies_)
990 observer.WillBeginCompositorFrame();
initial.commit09911bf2008-07-26 23:55:29991}
992
jbroman6ccbc7d472016-07-27 04:45:41993std::unique_ptr<cc::SwapPromise> RenderWidget::RequestCopyOfOutputForLayoutTest(
994 std::unique_ptr<cc::CopyOutputRequest> request) {
995 return RenderThreadImpl::current()->RequestCopyOfOutputForLayoutTest(
996 routing_id_, std::move(request));
997}
998
fsamuel72464894f2015-12-15 06:59:31999///////////////////////////////////////////////////////////////////////////////
1000// RenderWidgetInputHandlerDelegate
1001
avid7d6b2e2016-03-04 19:41:171002void RenderWidget::FocusChangeComplete() {
ekaramad27ca69b12017-04-20 18:34:291003 if (!GetWebWidget()->IsWebFrameWidget())
1004 return;
1005 blink::WebLocalFrame* focused =
1006 static_cast<blink::WebFrameWidget*>(GetWebWidget())
1007 ->LocalRoot()
1008 ->View()
1009 ->FocusedFrame();
1010 if (focused && focused->AutofillClient())
1011 focused->AutofillClient()->DidCompleteFocusChangeInFrame();
avid7d6b2e2016-03-04 19:41:171012}
fsamuel72464894f2015-12-15 06:59:311013
1014bool RenderWidget::HasTouchEventHandlersAt(const gfx::Point& point) const {
avid7d6b2e2016-03-04 19:41:171015 if (owner_delegate_)
1016 return owner_delegate_->DoesRenderWidgetHaveTouchEventHandlersAt(point);
1017
fsamuel72464894f2015-12-15 06:59:311018 return true;
1019}
1020
dtapuska1827dd22016-03-11 15:24:591021void RenderWidget::ObserveGestureEventAndResult(
1022 const blink::WebGestureEvent& gesture_event,
1023 const gfx::Vector2dF& unused_delta,
1024 bool event_processed) {
1025 if (!compositor_deps_->IsElasticOverscrollEnabled())
1026 return;
1027
1028 cc::InputHandlerScrollResult scroll_result;
1029 scroll_result.did_scroll = event_processed;
1030 scroll_result.did_overscroll_root = !unused_delta.IsZero();
1031 scroll_result.unused_scroll_delta = unused_delta;
1032
1033 RenderThreadImpl* render_thread = RenderThreadImpl::current();
1034 InputHandlerManager* input_handler_manager =
1035 render_thread ? render_thread->input_handler_manager() : NULL;
1036 if (input_handler_manager) {
1037 input_handler_manager->ObserveGestureEventAndResultOnMainThread(
1038 routing_id_, gesture_event, scroll_result);
1039 }
1040}
1041
avid7d6b2e2016-03-04 19:41:171042void RenderWidget::OnDidHandleKeyEvent() {
alexmos56567492016-09-13 00:52:461043 ClearEditCommands();
1044}
1045
1046void RenderWidget::SetEditCommandForNextKeyEvent(const std::string& name,
1047 const std::string& value) {
1048 ClearEditCommands();
1049 edit_commands_.emplace_back(name, value);
1050}
1051
1052void RenderWidget::ClearEditCommands() {
1053 edit_commands_.clear();
avid7d6b2e2016-03-04 19:41:171054}
fsamuel72464894f2015-12-15 06:59:311055
chongza8ba91fc2016-08-16 21:39:171056void RenderWidget::OnDidOverscroll(const ui::DidOverscrollParams& params) {
fsamuel72464894f2015-12-15 06:59:311057 Send(new InputHostMsg_DidOverscroll(routing_id_, params));
1058}
1059
dchengcedca5612016-04-09 01:40:151060void RenderWidget::OnInputEventAck(
1061 std::unique_ptr<InputEventAck> input_event_ack) {
dtapuska014ed082016-11-11 21:58:481062 SendOrCrash(
1063 new InputHostMsg_HandleInputEvent_ACK(routing_id_, *input_event_ack));
fsamuel72464894f2015-12-15 06:59:311064}
1065
fsamuele8326c742016-01-12 00:49:391066void RenderWidget::SetInputHandler(RenderWidgetInputHandler* input_handler) {
1067 // Nothing to do here. RenderWidget created the |input_handler| and will take
1068 // ownership of it. We just verify here that we don't already have an input
1069 // handler.
1070 DCHECK(!input_handler_);
1071}
1072
changwan75e3b2072017-01-16 02:55:001073void RenderWidget::ShowVirtualKeyboard() {
1074 UpdateTextInputStateInternal(true, false);
1075}
1076
changwan62f57292017-02-17 08:28:251077void RenderWidget::ClearTextInputState() {
1078 text_input_info_ = blink::WebTextInputInfo();
1079 text_input_type_ = ui::TextInputType::TEXT_INPUT_TYPE_NONE;
1080 text_input_mode_ = ui::TextInputMode::TEXT_INPUT_MODE_DEFAULT;
1081 can_compose_inline_ = false;
1082 text_input_flags_ = 0;
1083}
1084
changwan75e3b2072017-01-16 02:55:001085void RenderWidget::UpdateTextInputState() {
1086 UpdateTextInputStateInternal(false, false);
1087}
1088
1089void RenderWidget::UpdateTextInputStateInternal(bool show_virtual_keyboard,
1090 bool reply_to_request) {
fsamuel72464894f2015-12-15 06:59:311091 TRACE_EVENT0("renderer", "RenderWidget::UpdateTextInputState");
changwan75e3b2072017-01-16 02:55:001092
fsamuel72464894f2015-12-15 06:59:311093 if (ime_event_guard_) {
changwan75e3b2072017-01-16 02:55:001094 DCHECK(!reply_to_request);
1095 // show_virtual_keyboard should still be effective even if it was set inside
1096 // the IME
fsamuel72464894f2015-12-15 06:59:311097 // event guard.
changwan75e3b2072017-01-16 02:55:001098 if (show_virtual_keyboard)
1099 ime_event_guard_->set_show_virtual_keyboard(true);
fsamuel72464894f2015-12-15 06:59:311100 return;
1101 }
1102
dglazkov97b6c2b2016-10-25 17:35:551103 ui::TextInputType new_type = GetTextInputType();
1104 if (IsDateTimeInput(new_type))
1105 return; // Not considered as a text input field in WebKit/Chromium.
fsamuel72464894f2015-12-15 06:59:311106
dglazkov97b6c2b2016-10-25 17:35:551107 blink::WebTextInputInfo new_info;
ekaramad5aff1942017-01-06 01:26:351108 if (auto* controller = GetInputMethodController())
Blink Reformat1c4d759e2017-04-09 16:34:541109 new_info = controller->TextInputInfo();
dtapuskac4dd5be2016-10-25 15:11:101110 const ui::TextInputMode new_mode =
Blink Reformat1c4d759e2017-04-09 16:34:541111 ConvertWebTextInputMode(new_info.input_mode);
fsamuel72464894f2015-12-15 06:59:311112
1113 bool new_can_compose_inline = CanComposeInline();
1114
1115 // Only sends text input params if they are changed or if the ime should be
1116 // shown.
changwan75e3b2072017-01-16 02:55:001117 if (show_virtual_keyboard || reply_to_request ||
changwan38c3eb612016-12-09 01:45:561118 text_input_type_ != new_type || text_input_mode_ != new_mode ||
1119 text_input_info_ != new_info ||
1120 can_compose_inline_ != new_can_compose_inline) {
ekaramad9053e57b2016-04-26 20:00:381121 TextInputState params;
dglazkov97b6c2b2016-10-25 17:35:551122 params.type = new_type;
fsamuel72464894f2015-12-15 06:59:311123 params.mode = new_mode;
1124 params.flags = new_info.flags;
Blink Reformat1c4d759e2017-04-09 16:34:541125 params.value = new_info.value.Utf8();
1126 params.selection_start = new_info.selection_start;
1127 params.selection_end = new_info.selection_end;
1128 params.composition_start = new_info.composition_start;
1129 params.composition_end = new_info.composition_end;
fsamuel72464894f2015-12-15 06:59:311130 params.can_compose_inline = new_can_compose_inline;
changwan75e3b2072017-01-16 02:55:001131 // TODO(changwan): change instances of show_ime_if_needed to
1132 // show_virtual_keyboard.
1133 params.show_ime_if_needed = show_virtual_keyboard;
1134 params.reply_to_request = reply_to_request;
fsamuel72464894f2015-12-15 06:59:311135 Send(new ViewHostMsg_TextInputStateChanged(routing_id(), params));
1136
1137 text_input_info_ = new_info;
dglazkov97b6c2b2016-10-25 17:35:551138 text_input_type_ = new_type;
fsamuel72464894f2015-12-15 06:59:311139 text_input_mode_ = new_mode;
1140 can_compose_inline_ = new_can_compose_inline;
1141 text_input_flags_ = new_info.flags;
1142 }
1143}
1144
1145bool RenderWidget::WillHandleGestureEvent(const blink::WebGestureEvent& event) {
paulmeyer6ef5a792016-11-08 20:33:581146 possible_drag_event_info_.event_source =
1147 ui::DragDropTypes::DRAG_EVENT_SOURCE_TOUCH;
1148 possible_drag_event_info_.event_location =
Blink Reformat1c4d759e2017-04-09 16:34:541149 gfx::Point(event.global_x, event.global_y);
avid7d6b2e2016-03-04 19:41:171150
fsamuel72464894f2015-12-15 06:59:311151 return false;
1152}
1153
1154bool RenderWidget::WillHandleMouseEvent(const blink::WebMouseEvent& event) {
ericwilligers88e69742016-10-17 19:29:551155 for (auto& observer : render_frames_)
1156 observer.RenderWidgetWillHandleMouseEvent();
lfge0c2792ec2016-05-11 18:52:081157
paulmeyer6ef5a792016-11-08 20:33:581158 possible_drag_event_info_.event_source =
1159 ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE;
1160 possible_drag_event_info_.event_location =
Blink Reformat1c4d759e2017-04-09 16:34:541161 gfx::Point(event.PositionInScreen().x, event.PositionInScreen().y);
paulmeyer6ef5a792016-11-08 20:33:581162
avid7d6b2e2016-03-04 19:41:171163 if (owner_delegate_)
1164 return owner_delegate_->RenderWidgetWillHandleMouseEvent(event);
1165
fsamuel72464894f2015-12-15 06:59:311166 return false;
[email protected]fd847792013-10-24 17:12:351167}
1168
initial.commit09911bf2008-07-26 23:55:291169///////////////////////////////////////////////////////////////////////////////
mfomitchev2600fd7c2016-02-17 20:53:391170// RenderWidgetScreenMetricsDelegate
1171
1172void RenderWidget::Redraw() {
1173 set_next_paint_is_resize_ack();
1174 if (compositor_)
1175 compositor_->SetNeedsRedrawRect(gfx::Rect(size_));
1176}
1177
bokanc63441c2016-04-27 15:49:121178void RenderWidget::ResizeWebWidget() {
Blink Reformat1c4d759e2017-04-09 16:34:541179 GetWebWidget()->Resize(GetSizeForWebWidget());
bokanc63441c2016-04-27 15:49:121180}
1181
1182gfx::Size RenderWidget::GetSizeForWebWidget() const {
1183 if (IsUseZoomForDSFEnabled())
1184 return gfx::ScaleToCeiledSize(size_, GetOriginalDeviceScaleFactor());
1185
1186 return size_;
1187}
1188
mfomitchev2600fd7c2016-02-17 20:53:391189void RenderWidget::Resize(const ResizeParams& params) {
engedy6cb63c92016-02-23 14:14:581190 bool orientation_changed =
ccameron2f451532016-09-07 21:49:271191 screen_info_.orientation_angle != params.screen_info.orientation_angle ||
1192 screen_info_.orientation_type != params.screen_info.orientation_type;
engedy6cb63c92016-02-23 14:14:581193
mfomitchev2600fd7c2016-02-17 20:53:391194 screen_info_ = params.screen_info;
wjmaclean8a795f32016-08-11 23:49:581195
ccameron2f451532016-09-07 21:49:271196 if (device_scale_factor_ != screen_info_.device_scale_factor) {
1197 device_scale_factor_ = screen_info_.device_scale_factor;
wjmaclean8a795f32016-08-11 23:49:581198 OnDeviceScaleFactorChanged();
wjmaclean8a795f32016-08-11 23:49:581199 }
mfomitchev2600fd7c2016-02-17 20:53:391200
1201 if (resizing_mode_selector_->NeverUsesSynchronousResize()) {
1202 // A resize ack shouldn't be requested if we have not ACK'd the previous
1203 // one.
1204 DCHECK(!params.needs_resize_ack || !next_paint_is_resize_ack());
1205 }
1206
1207 // Ignore this during shutdown.
lfg8ff33912016-09-13 20:59:211208 if (!GetWebWidget())
mfomitchev2600fd7c2016-02-17 20:53:391209 return;
1210
fsamuelca02c4e2017-05-09 13:34:141211 if (params.local_surface_id)
1212 local_surface_id_ = *params.local_surface_id;
1213
ianwene5fc5782016-08-18 04:05:151214 if (compositor_) {
Blink Reformat1c4d759e2017-04-09 16:34:541215 compositor_->SetViewportSize(params.physical_backing_size);
ianwene5fc5782016-08-18 04:05:151216 compositor_->setBottomControlsHeight(params.bottom_controls_height);
ccameron24c87c32017-03-14 21:50:421217 compositor_->SetRasterColorSpace(
1218 screen_info_.icc_profile.GetParametricColorSpace());
fsamuelca02c4e2017-05-09 13:34:141219 // If surface synchronization is enable, then this will use the provided
1220 // |local_surface_id_| to submit the next generated CompositorFrame.
1221 // If the ID is not valid, then the compositor will defer commits until
1222 // it receives a valid surface ID. This is a no-op if surface
1223 // synchronization is disabled.
1224 compositor_->SetLocalSurfaceId(local_surface_id_);
ianwene5fc5782016-08-18 04:05:151225 }
mfomitchev2600fd7c2016-02-17 20:53:391226
mfomitchev2600fd7c2016-02-17 20:53:391227 visible_viewport_size_ = params.visible_viewport_size;
mfomitchev2600fd7c2016-02-17 20:53:391228
1229 // NOTE: We may have entered fullscreen mode without changing our size.
1230 bool fullscreen_change =
1231 is_fullscreen_granted_ != params.is_fullscreen_granted;
1232 is_fullscreen_granted_ = params.is_fullscreen_granted;
1233 display_mode_ = params.display_mode;
1234
bokanc63441c2016-04-27 15:49:121235 size_ = params.new_size;
1236 physical_backing_size_ = params.physical_backing_size;
mfomitchev2600fd7c2016-02-17 20:53:391237
bokanc63441c2016-04-27 15:49:121238 ResizeWebWidget();
bokan71cb5b12016-04-27 03:45:221239
mfomitchev2600fd7c2016-02-17 20:53:391240 WebSize visual_viewport_size;
1241
1242 if (IsUseZoomForDSFEnabled()) {
oshima50872a72016-03-04 13:26:181243 visual_viewport_size = gfx::ScaleToCeiledSize(
1244 params.visible_viewport_size,
1245 GetOriginalDeviceScaleFactor());
mfomitchev2600fd7c2016-02-17 20:53:391246 } else {
1247 visual_viewport_size = visible_viewport_size_;
1248 }
1249
Blink Reformat1c4d759e2017-04-09 16:34:541250 GetWebWidget()->ResizeVisualViewport(visual_viewport_size);
mfomitchev2600fd7c2016-02-17 20:53:391251
bokanc63441c2016-04-27 15:49:121252 // When resizing, we want to wait to paint before ACK'ing the resize. This
1253 // ensures that we only resize as fast as we can paint. We only need to
1254 // send an ACK if we are resized to a non-empty rect.
mfomitchev2600fd7c2016-02-17 20:53:391255 if (params.new_size.IsEmpty() || params.physical_backing_size.IsEmpty()) {
1256 // In this case there is no paint/composite and therefore no
1257 // ViewHostMsg_UpdateRect to send the resize ack with. We'd need to send the
1258 // ack through a fake ViewHostMsg_UpdateRect or a different message.
1259 DCHECK(!params.needs_resize_ack);
1260 }
1261
1262 // Send the Resize_ACK flag once we paint again if requested.
1263 if (params.needs_resize_ack)
1264 set_next_paint_is_resize_ack();
1265
1266 if (fullscreen_change)
1267 DidToggleFullscreen();
1268
engedy6cb63c92016-02-23 14:14:581269 if (orientation_changed)
1270 OnOrientationChange();
1271
mfomitchev2600fd7c2016-02-17 20:53:391272 // If a resize ack is requested and it isn't set-up, then no more resizes will
1273 // come in and in general things will go wrong.
1274 DCHECK(!params.needs_resize_ack || next_paint_is_resize_ack());
1275}
1276
1277void RenderWidget::SetScreenMetricsEmulationParameters(
1278 bool enabled,
1279 const blink::WebDeviceEmulationParams& params) {
1280 // This is only supported in RenderView.
1281 NOTREACHED();
1282}
1283
1284void RenderWidget::SetScreenRects(const gfx::Rect& view_screen_rect,
1285 const gfx::Rect& window_screen_rect) {
1286 view_screen_rect_ = view_screen_rect;
1287 window_screen_rect_ = window_screen_rect;
1288}
1289
1290///////////////////////////////////////////////////////////////////////////////
[email protected]f98d7e3c2010-09-13 22:30:461291// WebWidgetClient
initial.commit09911bf2008-07-26 23:55:291292
[email protected]3a1c8a8032013-03-18 22:35:321293void RenderWidget::AutoResizeCompositor() {
danakjddaec912015-09-25 19:38:401294 physical_backing_size_ = gfx::ScaleToCeiledSize(size_, device_scale_factor_);
[email protected]97e1bf72013-03-06 14:06:051295 if (compositor_)
Blink Reformat1c4d759e2017-04-09 16:34:541296 compositor_->SetViewportSize(physical_backing_size_);
[email protected]97e1bf72013-03-06 14:06:051297}
1298
Blink Reformat1c4d759e2017-04-09 16:34:541299blink::WebLayerTreeView* RenderWidget::InitializeLayerTreeView() {
[email protected]aeeedad2014-08-22 18:16:221300 DCHECK(!host_closing_);
1301
loyso6e6efc42017-01-21 02:23:031302 compositor_ = RenderWidgetCompositor::Create(this, compositor_deps_);
1303 auto animation_host = cc::AnimationHost::CreateMainInstance();
1304
wjmacleana755e302017-04-20 00:43:161305 // Oopif status must be set before the LayerTreeHost is created.
1306 compositor_->SetIsForOopif(for_oopif_);
loyso6e6efc42017-01-21 02:23:031307 auto layer_tree_host = RenderWidgetCompositor::CreateLayerTreeHost(
1308 compositor_.get(), compositor_.get(), animation_host.get(),
1309 compositor_deps_, device_scale_factor_, screen_info_);
1310 compositor_->Initialize(std::move(layer_tree_host),
1311 std::move(animation_host));
1312
Blink Reformat1c4d759e2017-04-09 16:34:541313 compositor_->SetViewportSize(physical_backing_size_);
oshimad5279032015-12-16 18:22:331314 OnDeviceScaleFactorChanged();
ccameron01912992017-05-23 07:34:031315 compositor_->SetRasterColorSpace(
1316 screen_info_.icc_profile.GetParametricColorSpace());
kenrb5d78b842017-03-06 21:06:011317 compositor_->SetContentSourceId(current_content_source_id_);
fsamuelca02c4e2017-05-09 13:34:141318 compositor_->SetLocalSurfaceId(local_surface_id_);
sievers71c62dd52015-10-07 01:44:391319 // For background pages and certain tests, we don't want to trigger
danakj1120f4c2016-09-15 02:05:321320 // CompositorFrameSink creation.
dtapuskab08611f2017-04-24 16:10:221321 bool should_generate_frame_sink =
1322 !compositor_never_visible_ && RenderThreadImpl::current();
1323 if (!should_generate_frame_sink)
sievers71c62dd52015-10-07 01:44:391324 compositor_->SetNeverVisible();
1325
pimanc4af3072015-10-02 03:45:591326 StartCompositor();
staraz067f58242016-11-07 21:06:411327 DCHECK_NE(MSG_ROUTING_NONE, routing_id_);
1328 compositor_->SetFrameSinkId(
1329 cc::FrameSinkId(RenderThread::Get()->GetClientId(), routing_id_));
loyso50b51c22017-01-10 07:18:371330
wjmaclean1d970622017-01-21 22:28:241331 RenderThreadImpl* render_thread = RenderThreadImpl::current();
1332 // render_thread may be NULL in tests.
1333 InputHandlerManager* input_handler_manager =
1334 render_thread ? render_thread->input_handler_manager() : NULL;
1335 if (input_handler_manager) {
dtapuska9ec1a912017-04-21 15:18:311336 input_event_queue_ = new MainThreadEventQueue(
1337 this, render_thread->GetRendererScheduler()->CompositorTaskRunner(),
dtapuskab08611f2017-04-24 16:10:221338 render_thread->GetRendererScheduler(), should_generate_frame_sink);
wjmaclean1d970622017-01-21 22:28:241339 input_handler_manager->AddInputHandler(
dtapuska9ec1a912017-04-21 15:18:311340 routing_id_, compositor()->GetInputHandler(), input_event_queue_,
wjmaclean1d970622017-01-21 22:28:241341 weak_ptr_factory_.GetWeakPtr(),
1342 compositor_deps_->IsScrollAnimatorEnabled());
1343 has_added_input_handler_ = true;
1344 }
1345
loyso50b51c22017-01-10 07:18:371346 return compositor_.get();
[email protected]e195e582013-03-08 01:32:591347}
1348
ennef3c58142014-12-09 21:44:381349void RenderWidget::WillCloseLayerTreeView() {
1350 if (host_closing_)
1351 return;
1352
1353 // Prevent new compositors or output surfaces from being created.
1354 host_closing_ = true;
1355
[email protected]aeeedad2014-08-22 18:16:221356 // Always send this notification to prevent new layer tree views from
1357 // being created, even if one hasn't been created yet.
lfg8ff33912016-09-13 20:59:211358 if (blink::WebWidget* widget = GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:541359 widget->WillCloseLayerTreeView();
[email protected]aeeedad2014-08-22 18:16:221360}
1361
Blink Reformat1c4d759e2017-04-09 16:34:541362void RenderWidget::DidMeaningfulLayout(blink::WebMeaningfulLayout layout_type) {
1363 if (layout_type == blink::WebMeaningfulLayout::kVisuallyNonEmpty) {
dglazkovf0e1d6d2015-10-10 02:13:481364 QueueMessage(new ViewHostMsg_DidFirstVisuallyNonEmptyPaint(routing_id_),
1365 MESSAGE_DELIVERY_POLICY_WITH_VISUAL_STATE);
1366 }
dglazkov79c426102015-08-31 21:22:431367
ericwilligers88e69742016-10-17 19:29:551368 for (auto& observer : render_frames_)
1369 observer.DidMeaningfulLayout(layout_type);
dglazkov79c426102015-08-31 21:22:431370}
1371
[email protected]586871b2014-07-22 17:05:111372// static
dchengcedca5612016-04-09 01:40:151373std::unique_ptr<cc::SwapPromise> RenderWidget::QueueMessageImpl(
[email protected]586871b2014-07-22 17:05:111374 IPC::Message* msg,
1375 MessageDeliveryPolicy policy,
1376 FrameSwapMessageQueue* frame_swap_message_queue,
1377 scoped_refptr<IPC::SyncMessageFilter> sync_message_filter,
[email protected]586871b2014-07-22 17:05:111378 int source_frame_number) {
[email protected]586871b2014-07-22 17:05:111379 bool first_message_for_frame = false;
dchengcedca5612016-04-09 01:40:151380 frame_swap_message_queue->QueueMessageForFrame(policy, source_frame_number,
1381 base::WrapUnique(msg),
[email protected]586871b2014-07-22 17:05:111382 &first_message_for_frame);
1383 if (first_message_for_frame) {
dchengcedca5612016-04-09 01:40:151384 std::unique_ptr<cc::SwapPromise> promise(new QueueMessageSwapPromise(
[email protected]586871b2014-07-22 17:05:111385 sync_message_filter, frame_swap_message_queue, source_frame_number));
dcheng4b6b5ff2014-10-16 00:42:061386 return promise;
[email protected]586871b2014-07-22 17:05:111387 }
dcheng4b6b5ff2014-10-16 00:42:061388 return nullptr;
[email protected]586871b2014-07-22 17:05:111389}
1390
1391void RenderWidget::QueueMessage(IPC::Message* msg,
1392 MessageDeliveryPolicy policy) {
1393 // RenderThreadImpl::current() is NULL in some tests.
1394 if (!compositor_ || !RenderThreadImpl::current()) {
1395 Send(msg);
1396 return;
1397 }
1398
dchengcedca5612016-04-09 01:40:151399 std::unique_ptr<cc::SwapPromise> swap_promise =
1400 QueueMessageImpl(msg, policy, frame_swap_message_queue_.get(),
[email protected]586871b2014-07-22 17:05:111401 RenderThreadImpl::current()->sync_message_filter(),
[email protected]586871b2014-07-22 17:05:111402 compositor_->GetSourceFrameNumber());
1403
1404 if (swap_promise) {
dcheng07945f632015-12-26 07:59:321405 compositor_->QueueSwapPromise(std::move(swap_promise));
danakj87fbafb2017-04-04 16:54:111406 // Request a main frame. This might either A) request a commit ahead of time
1407 // or B) request a commit which is not needed because there are not pending
1408 // updates. If B) then the frame will be aborted early and the swap promises
1409 // will be broken (see EarlyOut_NoUpdates).
Blink Reformat1c4d759e2017-04-09 16:34:541410 compositor_->SetNeedsBeginFrame();
[email protected]586871b2014-07-22 17:05:111411 }
1412}
1413
Blink Reformat1c4d759e2017-04-09 16:34:541414void RenderWidget::DidChangeCursor(const WebCursorInfo& cursor_info) {
[email protected]7c51b0ee2009-07-08 21:49:301415 // TODO(darin): Eliminate this temporary.
[email protected]9ec87712013-05-24 23:23:521416 WebCursor cursor;
tfarina75a0abf2015-10-06 15:07:181417 InitializeCursorFromWebCursorInfo(&cursor, cursor_info);
initial.commit09911bf2008-07-26 23:55:291418 // Only send a SetCursor message if we need to make a change.
1419 if (!current_cursor_.IsEqual(cursor)) {
1420 current_cursor_ = cursor;
1421 Send(new ViewHostMsg_SetCursor(routing_id_, cursor));
1422 }
1423}
1424
1425// We are supposed to get a single call to Show for a newly created RenderWidget
1426// that was created via RenderWidget::CreateWebView. So, we wait until this
1427// point to dispatch the ShowWidget message.
1428//
1429// This method provides us with the information about how to display the newly
[email protected]5f9de5882011-09-30 23:36:281430// created RenderWidget (i.e., as a blocked popup or as a new tab).
initial.commit09911bf2008-07-26 23:55:291431//
Blink Reformat1c4d759e2017-04-09 16:34:541432void RenderWidget::Show(WebNavigationPolicy policy) {
initial.commit09911bf2008-07-26 23:55:291433 DCHECK(!did_show_) << "received extraneous Show call";
1434 DCHECK(routing_id_ != MSG_ROUTING_NONE);
nickf7b38222016-11-22 21:59:351435 DCHECK(!show_callback_.is_null());
initial.commit09911bf2008-07-26 23:55:291436
[email protected]8de12d942010-11-17 20:42:441437 if (did_show_)
1438 return;
1439
1440 did_show_ = true;
nickf7b38222016-11-22 21:59:351441
1442 // The opener is responsible for actually showing this widget.
1443 show_callback_.Run(this, policy, initial_rect_);
nick5ae4d2d2017-01-06 01:18:351444 show_callback_.Reset();
nickf7b38222016-11-22 21:59:351445
bokanc007c3a2015-02-03 07:15:561446 // NOTE: initial_rect_ may still have its default values at this point, but
[email protected]8de12d942010-11-17 20:42:441447 // that's okay. It'll be ignored if as_popup is false, or the browser
1448 // process will impose a default position otherwise.
bokanc007c3a2015-02-03 07:15:561449 SetPendingWindowRect(initial_rect_);
initial.commit09911bf2008-07-26 23:55:291450}
1451
[email protected]2533ce12009-05-09 00:02:241452void RenderWidget::DoDeferredClose() {
ennef3c58142014-12-09 21:44:381453 WillCloseLayerTreeView();
[email protected]2533ce12009-05-09 00:02:241454 Send(new ViewHostMsg_Close(routing_id_));
1455}
1456
dgozmancf9039cd2015-04-06 12:01:311457void RenderWidget::NotifyOnClose() {
ericwilligers88e69742016-10-17 19:29:551458 for (auto& observer : render_frames_)
1459 observer.WidgetWillClose();
dgozmancf9039cd2015-04-06 12:01:311460}
1461
Blink Reformat1c4d759e2017-04-09 16:34:541462void RenderWidget::CloseWidgetSoon() {
skyostiled8969c2015-07-20 16:57:081463 DCHECK(content::RenderThread::Get());
[email protected]e1c3a552012-05-04 20:51:321464 if (is_swapped_out_) {
1465 // This widget is currently swapped out, and the active widget is in a
1466 // different process. Have the browser route the close request to the
1467 // active widget instead, so that the correct unload handlers are run.
1468 Send(new ViewHostMsg_RouteCloseEvent(routing_id_));
1469 return;
1470 }
1471
initial.commit09911bf2008-07-26 23:55:291472 // If a page calls window.close() twice, we'll end up here twice, but that's
1473 // OK. It is safe to send multiple Close messages.
1474
[email protected]2533ce12009-05-09 00:02:241475 // Ask the RenderWidgetHost to initiate close. We could be called from deep
1476 // in Javascript. If we ask the RendwerWidgetHost to close now, the window
1477 // could be closed before the JS finishes executing. So instead, post a
1478 // message back to the message loop, which won't run until the JS is
1479 // complete, and then the Close message can be sent.
skyostiled8969c2015-07-20 16:57:081480 base::ThreadTaskRunnerHandle::Get()->PostTask(
[email protected]32876ae2011-11-15 22:25:211481 FROM_HERE, base::Bind(&RenderWidget::DoDeferredClose, this));
initial.commit09911bf2008-07-26 23:55:291482}
1483
[email protected]9017d7852013-11-21 17:47:351484void RenderWidget::QueueSyntheticGesture(
dchengcedca5612016-04-09 01:40:151485 std::unique_ptr<SyntheticGestureParams> gesture_params,
[email protected]9017d7852013-11-21 17:47:351486 const SyntheticGestureCompletionCallback& callback) {
1487 DCHECK(!callback.is_null());
1488
1489 pending_synthetic_gesture_callbacks_.push(callback);
1490
1491 SyntheticGesturePacket gesture_packet;
dcheng07945f632015-12-26 07:59:321492 gesture_packet.set_gesture_params(std::move(gesture_params));
[email protected]9017d7852013-11-21 17:47:351493
1494 Send(new InputHostMsg_QueueSyntheticGesture(routing_id_, gesture_packet));
1495}
1496
initial.commit09911bf2008-07-26 23:55:291497void RenderWidget::Close() {
[email protected]404630b2014-07-03 19:33:031498 screen_metrics_emulator_.reset();
ennef3c58142014-12-09 21:44:381499 WillCloseLayerTreeView();
1500 compositor_.reset();
lfg8ff33912016-09-13 20:59:211501 if (webwidget_internal_) {
Blink Reformat1c4d759e2017-04-09 16:34:541502 webwidget_internal_->Close();
lfg8ff33912016-09-13 20:59:211503 webwidget_internal_ = nullptr;
initial.commit09911bf2008-07-26 23:55:291504 }
1505}
1506
bokan841fdc72016-10-06 00:16:351507void RenderWidget::ScreenRectToEmulatedIfNeeded(WebRect* window_rect) const {
1508 DCHECK(window_rect);
1509 float scale = popup_origin_scale_for_emulation_;
1510 if (!scale)
1511 return;
1512 window_rect->x =
1513 popup_view_origin_for_emulation_.x() +
1514 (window_rect->x - popup_screen_origin_for_emulation_.x()) / scale;
1515 window_rect->y =
1516 popup_view_origin_for_emulation_.y() +
1517 (window_rect->y - popup_screen_origin_for_emulation_.y()) / scale;
1518}
1519
1520void RenderWidget::EmulatedToScreenRectIfNeeded(WebRect* window_rect) const {
1521 DCHECK(window_rect);
1522 float scale = popup_origin_scale_for_emulation_;
1523 if (!scale)
1524 return;
1525 window_rect->x =
1526 popup_screen_origin_for_emulation_.x() +
1527 (window_rect->x - popup_view_origin_for_emulation_.x()) * scale;
1528 window_rect->y =
1529 popup_screen_origin_for_emulation_.y() +
1530 (window_rect->y - popup_view_origin_for_emulation_.y()) * scale;
1531}
1532
Blink Reformat1c4d759e2017-04-09 16:34:541533WebRect RenderWidget::WindowRect() {
bokan841fdc72016-10-06 00:16:351534 WebRect rect;
bokan6b08cd22016-10-05 00:55:211535 if (pending_window_rect_count_) {
1536 // NOTE(mbelshe): If there is a pending_window_rect_, then getting
1537 // the RootWindowRect is probably going to return wrong results since the
1538 // browser may not have processed the Move yet. There isn't really anything
1539 // good to do in this case, and it shouldn't happen - since this size is
1540 // only really needed for windowToScreen, which is only used for Popups.
bokan841fdc72016-10-06 00:16:351541 rect = pending_window_rect_;
1542 } else {
1543 rect = window_screen_rect_;
bokan6b08cd22016-10-05 00:55:211544 }
[email protected]2533ce12009-05-09 00:02:241545
bokan841fdc72016-10-06 00:16:351546 ScreenRectToEmulatedIfNeeded(&rect);
1547 return rect;
bokan6b08cd22016-10-05 00:55:211548}
1549
Blink Reformat1c4d759e2017-04-09 16:34:541550WebRect RenderWidget::ViewRect() {
bokan841fdc72016-10-06 00:16:351551 WebRect rect = view_screen_rect_;
1552 ScreenRectToEmulatedIfNeeded(&rect);
1553 return rect;
initial.commit09911bf2008-07-26 23:55:291554}
1555
Blink Reformat1c4d759e2017-04-09 16:34:541556void RenderWidget::SetToolTipText(const blink::WebString& text,
[email protected]8a9d6ca32011-06-06 20:11:301557 WebTextDirection hint) {
Blink Reformat1c4d759e2017-04-09 16:34:541558 Send(new ViewHostMsg_SetTooltipText(routing_id_, text.Utf16(), hint));
[email protected]8a9d6ca32011-06-06 20:11:301559}
1560
Blink Reformat1c4d759e2017-04-09 16:34:541561void RenderWidget::SetWindowRect(const WebRect& rect_in_screen) {
oshima33ec97cd2015-12-14 19:40:241562 WebRect window_rect = rect_in_screen;
bokan841fdc72016-10-06 00:16:351563 EmulatedToScreenRectIfNeeded(&window_rect);
[email protected]b2e4c70132013-10-03 02:07:511564
[email protected]5b45ad42013-10-25 00:42:041565 if (!resizing_mode_selector_->is_synchronous_mode()) {
[email protected]ec951b9d2013-10-20 06:21:201566 if (did_show_) {
bokanc007c3a2015-02-03 07:15:561567 Send(new ViewHostMsg_RequestMove(routing_id_, window_rect));
1568 SetPendingWindowRect(window_rect);
[email protected]8be1c582013-03-06 00:55:031569 } else {
bokanc007c3a2015-02-03 07:15:561570 initial_rect_ = window_rect;
[email protected]8be1c582013-03-06 00:55:031571 }
initial.commit09911bf2008-07-26 23:55:291572 } else {
bokanc007c3a2015-02-03 07:15:561573 SetWindowRectSynchronously(window_rect);
initial.commit09911bf2008-07-26 23:55:291574 }
1575}
1576
[email protected]2533ce12009-05-09 00:02:241577void RenderWidget::SetPendingWindowRect(const WebRect& rect) {
1578 pending_window_rect_ = rect;
1579 pending_window_rect_count_++;
[email protected]2533ce12009-05-09 00:02:241580
bokan6b08cd22016-10-05 00:55:211581 // Popups don't get size updates back from the browser so just store the set
1582 // values.
Blink Reformat1c4d759e2017-04-09 16:34:541583 if (popup_type_ != blink::kWebPopupTypeNone) {
1584 window_screen_rect_ = rect;
1585 view_screen_rect_ = rect;
[email protected]2533ce12009-05-09 00:02:241586 }
[email protected]d4547452008-08-28 18:36:371587}
1588
[email protected]fa7b1dc2010-06-23 17:53:041589void RenderWidget::OnImeSetComposition(
[email protected]fcf75d42013-12-03 20:11:261590 const base::string16& text,
[email protected]fa7b1dc2010-06-23 17:53:041591 const std::vector<WebCompositionUnderline>& underlines,
chongz7eb752802016-01-27 21:28:071592 const gfx::Range& replacement_range,
[email protected]fa7b1dc2010-06-23 17:53:041593 int selection_start, int selection_end) {
ekaramad5aff1942017-01-06 01:26:351594 if (!ShouldHandleImeEvents())
1595 return;
1596
brettw4b461082016-11-19 18:55:161597#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:091598 if (focused_pepper_plugin_) {
1599 focused_pepper_plugin_->render_frame()->OnImeSetComposition(
1600 text, underlines, selection_start, selection_end);
1601 return;
1602 }
1603#endif
[email protected]66fca5bc2013-05-23 06:58:291604 ImeEventGuard guard(this);
ekaramad2daaf672016-11-10 20:29:011605 blink::WebInputMethodController* controller = GetInputMethodController();
ekaramad2daaf672016-11-10 20:29:011606 if (!controller ||
Blink Reformat1c4d759e2017-04-09 16:34:541607 !controller->SetComposition(
1608 WebString::FromUTF16(text),
ekaramadce32ef9f2017-02-09 17:33:561609 WebVector<WebCompositionUnderline>(underlines),
1610 replacement_range.IsValid()
1611 ? WebRange(replacement_range.start(), replacement_range.length())
1612 : WebRange(),
1613 selection_start, selection_end)) {
[email protected]fa7b1dc2010-06-23 17:53:041614 // If we failed to set the composition text, then we need to let the browser
1615 // process to cancel the input method's ongoing composition session, to make
1616 // sure we are in a consistent state.
[email protected]a2214eb2014-06-23 18:31:221617 Send(new InputHostMsg_ImeCancelComposition(routing_id()));
[email protected]7f00efa2010-04-15 05:01:261618 }
nonafa291792016-08-10 02:36:181619 UpdateCompositionInfo(false /* not an immediate request */);
[email protected]fa7b1dc2010-06-23 17:53:041620}
1621
rlanday7efe2302017-01-11 00:14:281622void RenderWidget::OnImeCommitText(
1623 const base::string16& text,
1624 const std::vector<WebCompositionUnderline>& underlines,
1625 const gfx::Range& replacement_range,
1626 int relative_cursor_pos) {
ekaramad5aff1942017-01-06 01:26:351627 if (!ShouldHandleImeEvents())
1628 return;
1629
brettw4b461082016-11-19 18:55:161630#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:091631 if (focused_pepper_plugin_) {
aelias87b8f7c2016-09-14 03:19:291632 focused_pepper_plugin_->render_frame()->OnImeCommitText(
1633 text, replacement_range, relative_cursor_pos);
ekaramad2a46d632016-07-19 13:33:091634 return;
1635 }
1636#endif
[email protected]66fca5bc2013-05-23 06:58:291637 ImeEventGuard guard(this);
fsamuele8326c742016-01-12 00:49:391638 input_handler_->set_handling_input_event(true);
ekaramadb6483a052017-02-10 02:23:261639 if (auto* controller = GetInputMethodController()) {
Blink Reformat1c4d759e2017-04-09 16:34:541640 controller->CommitText(
1641 WebString::FromUTF16(text),
ekaramadce32ef9f2017-02-09 17:33:561642 WebVector<WebCompositionUnderline>(underlines),
1643 replacement_range.IsValid()
1644 ? WebRange(replacement_range.start(), replacement_range.length())
1645 : WebRange(),
1646 relative_cursor_pos);
ekaramadb6483a052017-02-10 02:23:261647 }
aelias87b8f7c2016-09-14 03:19:291648 input_handler_->set_handling_input_event(false);
1649 UpdateCompositionInfo(false /* not an immediate request */);
1650}
1651
1652void RenderWidget::OnImeFinishComposingText(bool keep_selection) {
ekaramad5aff1942017-01-06 01:26:351653 if (!ShouldHandleImeEvents())
1654 return;
1655
brettw4b461082016-11-19 18:55:161656#if BUILDFLAG(ENABLE_PLUGINS)
aelias87b8f7c2016-09-14 03:19:291657 if (focused_pepper_plugin_) {
1658 focused_pepper_plugin_->render_frame()->OnImeFinishComposingText(
1659 keep_selection);
1660 return;
1661 }
1662#endif
1663
changwan38c3eb612016-12-09 01:45:561664 if (!GetWebWidget())
aelias87b8f7c2016-09-14 03:19:291665 return;
1666 ImeEventGuard guard(this);
1667 input_handler_->set_handling_input_event(true);
ekaramad2daaf672016-11-10 20:29:011668 if (auto* controller = GetInputMethodController()) {
Blink Reformat1c4d759e2017-04-09 16:34:541669 controller->FinishComposingText(
1670 keep_selection ? WebInputMethodController::kKeepSelection
1671 : WebInputMethodController::kDoNotKeepSelection);
ekaramad2daaf672016-11-10 20:29:011672 }
fsamuele8326c742016-01-12 00:49:391673 input_handler_->set_handling_input_event(false);
nonafa291792016-08-10 02:36:181674 UpdateCompositionInfo(false /* not an immediate request */);
initial.commit09911bf2008-07-26 23:55:291675}
1676
oshimad5279032015-12-16 18:22:331677void RenderWidget::OnDeviceScaleFactorChanged() {
1678 if (!compositor_)
1679 return;
oshimad5279032015-12-16 18:22:331680 if (IsUseZoomForDSFEnabled())
oshima50872a72016-03-04 13:26:181681 compositor_->SetPaintedDeviceScaleFactor(GetOriginalDeviceScaleFactor());
oshimad5279032015-12-16 18:22:331682 else
Blink Reformat1c4d759e2017-04-09 16:34:541683 compositor_->SetDeviceScaleFactor(device_scale_factor_);
oshimad5279032015-12-16 18:22:331684}
1685
[email protected]0bc1f572013-04-17 01:46:311686void RenderWidget::OnRepaint(gfx::Size size_to_paint) {
[email protected]ec7dc112008-08-06 05:30:121687 // During shutdown we can just ignore this message.
lfg8ff33912016-09-13 20:59:211688 if (!GetWebWidget())
[email protected]ec7dc112008-08-06 05:30:121689 return;
1690
[email protected]0bc1f572013-04-17 01:46:311691 // Even if the browser provides an empty damage rect, it's still expecting to
1692 // receive a repaint ack so just damage the entire widget bounds.
1693 if (size_to_paint.IsEmpty()) {
1694 size_to_paint = size_;
1695 }
1696
[email protected]ec7dc112008-08-06 05:30:121697 set_next_paint_is_repaint_ack();
[email protected]aca33f4f2014-05-17 17:08:051698 if (compositor_)
[email protected]0bc1f572013-04-17 01:46:311699 compositor_->SetNeedsRedrawRect(gfx::Rect(size_to_paint));
[email protected]ec7dc112008-08-06 05:30:121700}
1701
[email protected]79fa22e2013-08-23 15:18:121702void RenderWidget::OnSyntheticGestureCompleted() {
[email protected]9017d7852013-11-21 17:47:351703 DCHECK(!pending_synthetic_gesture_callbacks_.empty());
1704
1705 pending_synthetic_gesture_callbacks_.front().Run();
1706 pending_synthetic_gesture_callbacks_.pop();
[email protected]0e241b4b2012-08-18 09:06:271707}
1708
[email protected]4873c7d2009-07-16 06:36:281709void RenderWidget::OnSetTextDirection(WebTextDirection direction) {
lfg8ff33912016-09-13 20:59:211710 if (!GetWebWidget())
[email protected]07f953332009-03-25 04:31:111711 return;
Blink Reformat1c4d759e2017-04-09 16:34:541712 GetWebWidget()->SetTextDirection(direction);
[email protected]07f953332009-03-25 04:31:111713}
1714
[email protected]80ad8622012-11-07 16:33:031715void RenderWidget::OnUpdateScreenRects(const gfx::Rect& view_screen_rect,
1716 const gfx::Rect& window_screen_rect) {
[email protected]b2e4c70132013-10-03 02:07:511717 if (screen_metrics_emulator_) {
mfomitchev2600fd7c2016-02-17 20:53:391718 screen_metrics_emulator_->OnUpdateScreenRects(view_screen_rect,
1719 window_screen_rect);
[email protected]b2e4c70132013-10-03 02:07:511720 } else {
mfomitchev2600fd7c2016-02-17 20:53:391721 SetScreenRects(view_screen_rect, window_screen_rect);
[email protected]b2e4c70132013-10-03 02:07:511722 }
[email protected]80ad8622012-11-07 16:33:031723 Send(new ViewHostMsg_UpdateScreenRects_ACK(routing_id()));
1724}
1725
lfgdb5c4ed2016-03-04 23:09:071726void RenderWidget::OnUpdateWindowScreenRect(
1727 const gfx::Rect& window_screen_rect) {
bokan6b08cd22016-10-05 00:55:211728 if (screen_metrics_emulator_)
lfgdb5c4ed2016-03-04 23:09:071729 screen_metrics_emulator_->OnUpdateWindowScreenRect(window_screen_rect);
bokan6b08cd22016-10-05 00:55:211730 else
lfgdb5c4ed2016-03-04 23:09:071731 window_screen_rect_ = window_screen_rect;
lfgdb5c4ed2016-03-04 23:09:071732}
1733
kenrbea731792017-01-13 15:10:481734void RenderWidget::OnSetViewportIntersection(
1735 const gfx::Rect& viewport_intersection) {
Blink Reformat1c4d759e2017-04-09 16:34:541736 if (GetWebWidget() && GetWebWidget()->IsWebFrameWidget()) {
1737 DCHECK(popup_type_ == WebPopupType::kWebPopupTypeNone);
kenrbea731792017-01-13 15:10:481738 static_cast<WebFrameWidget*>(GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:541739 ->SetRemoteViewportIntersection(viewport_intersection);
kenrbea731792017-01-13 15:10:481740 }
1741}
1742
paulmeyer90f6c31d2016-11-12 00:17:591743void RenderWidget::OnDragTargetDragEnter(
1744 const std::vector<DropData::Metadata>& drop_meta_data,
1745 const gfx::Point& client_point,
1746 const gfx::Point& screen_point,
1747 WebDragOperationsMask ops,
1748 int key_modifiers) {
1749 if (!GetWebWidget())
1750 return;
1751
Blink Reformat1c4d759e2017-04-09 16:34:541752 DCHECK(GetWebWidget()->IsWebFrameWidget());
1753 WebDragOperation operation =
1754 static_cast<WebFrameWidget*>(GetWebWidget())
1755 ->DragTargetDragEnter(DropMetaDataToWebDragData(drop_meta_data),
1756 client_point, screen_point, ops, key_modifiers);
paulmeyer90f6c31d2016-11-12 00:17:591757
1758 Send(new DragHostMsg_UpdateDragCursor(routing_id(), operation));
1759}
1760
1761void RenderWidget::OnDragTargetDragOver(const gfx::Point& client_point,
1762 const gfx::Point& screen_point,
1763 WebDragOperationsMask ops,
1764 int key_modifiers) {
1765 if (!GetWebWidget())
1766 return;
1767
Blink Reformat1c4d759e2017-04-09 16:34:541768 DCHECK(GetWebWidget()->IsWebFrameWidget());
paulmeyer90f6c31d2016-11-12 00:17:591769 WebDragOperation operation =
Blink Reformat1c4d759e2017-04-09 16:34:541770 static_cast<WebFrameWidget*>(GetWebWidget())
1771 ->DragTargetDragOver(ConvertWindowPointToViewport(client_point),
1772 screen_point, ops, key_modifiers);
paulmeyer90f6c31d2016-11-12 00:17:591773
1774 Send(new DragHostMsg_UpdateDragCursor(routing_id(), operation));
1775}
1776
kenrb07c272802017-02-07 23:48:171777void RenderWidget::OnDragTargetDragLeave(const gfx::Point& client_point,
1778 const gfx::Point& screen_point) {
paulmeyer90f6c31d2016-11-12 00:17:591779 if (!GetWebWidget())
1780 return;
Blink Reformat1c4d759e2017-04-09 16:34:541781 DCHECK(GetWebWidget()->IsWebFrameWidget());
kenrb07c272802017-02-07 23:48:171782 static_cast<WebFrameWidget*>(GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:541783 ->DragTargetDragLeave(ConvertWindowPointToViewport(client_point),
kenrb07c272802017-02-07 23:48:171784 screen_point);
paulmeyer90f6c31d2016-11-12 00:17:591785}
1786
1787void RenderWidget::OnDragTargetDrop(const DropData& drop_data,
1788 const gfx::Point& client_point,
1789 const gfx::Point& screen_point,
1790 int key_modifiers) {
1791 if (!GetWebWidget())
1792 return;
1793
Blink Reformat1c4d759e2017-04-09 16:34:541794 DCHECK(GetWebWidget()->IsWebFrameWidget());
1795 static_cast<WebFrameWidget*>(GetWebWidget())
1796 ->DragTargetDrop(DropDataToWebDragData(drop_data),
1797 ConvertWindowPointToViewport(client_point), screen_point,
1798 key_modifiers);
paulmeyer90f6c31d2016-11-12 00:17:591799}
1800
paulmeyer8fc8ea92016-11-15 05:12:211801void RenderWidget::OnDragSourceEnded(const gfx::Point& client_point,
1802 const gfx::Point& screen_point,
1803 WebDragOperation op) {
1804 if (!GetWebWidget())
1805 return;
1806
Blink Reformat1c4d759e2017-04-09 16:34:541807 static_cast<WebFrameWidget*>(GetWebWidget())
1808 ->DragSourceEndedAt(ConvertWindowPointToViewport(client_point),
1809 screen_point, op);
paulmeyer8fc8ea92016-11-15 05:12:211810}
1811
1812void RenderWidget::OnDragSourceSystemDragEnded() {
1813 if (!GetWebWidget())
1814 return;
1815
Blink Reformat1c4d759e2017-04-09 16:34:541816 static_cast<WebFrameWidget*>(GetWebWidget())->DragSourceSystemDragEnded();
paulmeyer8fc8ea92016-11-15 05:12:211817}
1818
Blink Reformat1c4d759e2017-04-09 16:34:541819void RenderWidget::ShowVirtualKeyboardOnElementFocus() {
okaa398f50b2017-03-21 06:30:261820#if defined(OS_CHROMEOS)
1821 // On ChromeOS, virtual keyboard is triggered only when users leave the
1822 // mouse button or the finger and a text input element is focused at that
1823 // time. Focus event itself shouldn't trigger virtual keyboard.
1824 UpdateTextInputState();
1825#else
changwan75e3b2072017-01-16 02:55:001826 ShowVirtualKeyboard();
okaa398f50b2017-03-21 06:30:261827#endif
boliu7b2be2f2016-11-04 04:58:311828
1829// TODO(rouslan): Fix ChromeOS and Windows 8 behavior of autofill popup with
1830// virtual keyboard.
1831#if !defined(OS_ANDROID)
1832 FocusChangeComplete();
1833#endif
[email protected]0d1ebed12013-08-05 22:01:131834}
1835
fsamuel72464894f2015-12-15 06:59:311836ui::TextInputType RenderWidget::GetTextInputType() {
brettw4b461082016-11-19 18:55:161837#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:091838 if (focused_pepper_plugin_)
1839 return focused_pepper_plugin_->text_input_type();
1840#endif
ekaramad5aff1942017-01-06 01:26:351841 if (auto* controller = GetInputMethodController())
Blink Reformat1c4d759e2017-04-09 16:34:541842 return ConvertWebTextInputType(controller->TextInputType());
fsamuel72464894f2015-12-15 06:59:311843 return ui::TEXT_INPUT_TYPE_NONE;
1844}
1845
nonafa291792016-08-10 02:36:181846void RenderWidget::UpdateCompositionInfo(bool immediate_request) {
1847 if (!monitor_composition_info_ && !immediate_request)
1848 return; // Do not calculate composition info if not requested.
nonadac0c7a2016-08-01 02:30:591849
nonafa291792016-08-10 02:36:181850 TRACE_EVENT0("renderer", "RenderWidget::UpdateCompositionInfo");
1851 gfx::Range range;
1852 std::vector<gfx::Rect> character_bounds;
1853
1854 if (GetTextInputType() == ui::TEXT_INPUT_TYPE_NONE) {
1855 // Composition information is only available on editable node.
1856 range = gfx::Range::InvalidRange();
1857 } else {
1858 GetCompositionRange(&range);
1859 GetCompositionCharacterBounds(&character_bounds);
1860 }
1861
1862 if (!immediate_request &&
1863 !ShouldUpdateCompositionInfo(range, character_bounds)) {
fsamuel72464894f2015-12-15 06:59:311864 return;
nonafa291792016-08-10 02:36:181865 }
fsamuel72464894f2015-12-15 06:59:311866 composition_character_bounds_ = character_bounds;
1867 composition_range_ = range;
1868 Send(new InputHostMsg_ImeCompositionRangeChanged(
1869 routing_id(), composition_range_, composition_character_bounds_));
fsamuel72464894f2015-12-15 06:59:311870}
1871
Blink Reformat1c4d759e2017-04-09 16:34:541872void RenderWidget::ConvertViewportToWindow(blink::WebRect* rect) {
oshimaf866dab2015-12-05 00:41:541873 if (IsUseZoomForDSFEnabled()) {
lfg15b235a32016-08-25 17:45:461874 float reverse = 1 / GetOriginalDeviceScaleFactor();
oshimad5279032015-12-16 18:22:331875 // TODO(oshima): We may need to allow pixel precision here as the the
oshimaf866dab2015-12-05 00:41:541876 // anchor element can be placed at half pixel.
lfg15b235a32016-08-25 17:45:461877 gfx::Rect window_rect =
1878 gfx::ScaleToEnclosedRect(gfx::Rect(*rect), reverse);
1879 rect->x = window_rect.x();
1880 rect->y = window_rect.y();
1881 rect->width = window_rect.width();
1882 rect->height = window_rect.height();
oshimaf866dab2015-12-05 00:41:541883 }
1884}
1885
Blink Reformat1c4d759e2017-04-09 16:34:541886void RenderWidget::ConvertWindowToViewport(blink::WebFloatRect* rect) {
oshimaa6985b62016-01-27 08:58:301887 if (IsUseZoomForDSFEnabled()) {
oshima50872a72016-03-04 13:26:181888 rect->x *= GetOriginalDeviceScaleFactor();
1889 rect->y *= GetOriginalDeviceScaleFactor();
1890 rect->width *= GetOriginalDeviceScaleFactor();
1891 rect->height *= GetOriginalDeviceScaleFactor();
oshimaa6985b62016-01-27 08:58:301892 }
1893}
1894
[email protected]adb362312014-06-28 06:04:241895#if defined(OS_ANDROID)
changwan8c342742016-02-26 00:53:391896void RenderWidget::OnRequestTextInputStateUpdate() {
1897 DCHECK(!ime_event_guard_);
1898 UpdateSelectionBounds();
changwan75e3b2072017-01-16 02:55:001899 UpdateTextInputStateInternal(false, true /* reply_to_request */);
changwan8c342742016-02-26 00:53:391900}
[email protected]105dffb42013-02-20 03:46:211901#endif
1902
ekaramadc9b70a72017-03-23 16:14:231903void RenderWidget::OnRequestCompositionUpdates(bool immediate_request,
1904 bool monitor_updates) {
1905 monitor_composition_info_ = monitor_updates;
nonafa291792016-08-10 02:36:181906 if (!immediate_request)
1907 return;
1908 UpdateCompositionInfo(true /* immediate request */);
1909}
1910
wjmaclean8a795f32016-08-11 23:49:581911void RenderWidget::OnSetDeviceScaleFactor(float device_scale_factor) {
[email protected]468ac582012-11-20 00:53:191912 if (device_scale_factor_ == device_scale_factor)
1913 return;
1914
1915 device_scale_factor_ = device_scale_factor;
oshimad5279032015-12-16 18:22:331916 OnDeviceScaleFactorChanged();
wjmaclean8a795f32016-08-11 23:49:581917 physical_backing_size_ = gfx::ScaleToCeiledSize(size_, device_scale_factor_);
[email protected]468ac582012-11-20 00:53:191918}
1919
[email protected]fcdc5642014-05-09 14:32:241920void RenderWidget::OnOrientationChange() {
lfg8d649cc2017-04-28 18:04:301921 WebWidget* web_widget = GetWebWidget();
1922 if (web_widget && web_widget->IsWebFrameWidget()) {
1923 WebFrameWidget* web_frame_widget = static_cast<WebFrameWidget*>(web_widget);
1924 web_frame_widget->LocalRoot()->SendOrientationChangeEvent();
1925 }
[email protected]fcdc5642014-05-09 14:32:241926}
1927
[email protected]bee16aab2009-08-26 15:55:031928void RenderWidget::SetHidden(bool hidden) {
1929 if (is_hidden_ == hidden)
1930 return;
1931
jdduke8fac9d102014-12-20 02:40:131932 // The status has changed. Tell the RenderThread about it and ensure
1933 // throttled acks are released in case frame production ceases.
[email protected]bee16aab2009-08-26 15:55:031934 is_hidden_ = hidden;
jdduke8fac9d102014-12-20 02:40:131935
tasakb95dbb50c2017-02-08 18:07:501936 if (is_hidden_) {
[email protected]b2db9272014-01-10 17:42:001937 RenderThreadImpl::current()->WidgetHidden();
tasakb95dbb50c2017-02-08 18:07:501938 time_to_first_active_paint_recorded_ = false;
1939 } else
[email protected]b2db9272014-01-10 17:42:001940 RenderThreadImpl::current()->WidgetRestored();
alexclarke7fa93942015-10-21 15:37:111941
1942 if (render_widget_scheduling_state_)
1943 render_widget_scheduling_state_->SetHidden(hidden);
[email protected]bee16aab2009-08-26 15:55:031944}
1945
[email protected]2b624c562011-10-27 22:58:261946void RenderWidget::DidToggleFullscreen() {
lfg8ff33912016-09-13 20:59:211947 if (!GetWebWidget())
[email protected]2b624c562011-10-27 22:58:261948 return;
1949
mikhail.pozdnyakovf2c902a2015-04-14 08:09:121950 if (is_fullscreen_granted_) {
Blink Reformat1c4d759e2017-04-09 16:34:541951 GetWebWidget()->DidEnterFullscreen();
[email protected]2b624c562011-10-27 22:58:261952 } else {
Blink Reformat1c4d759e2017-04-09 16:34:541953 GetWebWidget()->DidExitFullscreen();
[email protected]2b624c562011-10-27 22:58:261954 }
[email protected]2b624c562011-10-27 22:58:261955}
1956
[email protected]674741932009-02-04 23:44:461957bool RenderWidget::next_paint_is_resize_ack() const {
[email protected]53d3f302009-12-21 04:42:051958 return ViewHostMsg_UpdateRect_Flags::is_resize_ack(next_paint_flags_);
[email protected]674741932009-02-04 23:44:461959}
1960
[email protected]674741932009-02-04 23:44:461961void RenderWidget::set_next_paint_is_resize_ack() {
[email protected]53d3f302009-12-21 04:42:051962 next_paint_flags_ |= ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK;
[email protected]674741932009-02-04 23:44:461963}
1964
[email protected]674741932009-02-04 23:44:461965void RenderWidget::set_next_paint_is_repaint_ack() {
[email protected]53d3f302009-12-21 04:42:051966 next_paint_flags_ |= ViewHostMsg_UpdateRect_Flags::IS_REPAINT_ACK;
[email protected]674741932009-02-04 23:44:461967}
1968
changwanf2a707b2015-10-30 08:22:161969void RenderWidget::OnImeEventGuardStart(ImeEventGuard* guard) {
1970 if (!ime_event_guard_)
1971 ime_event_guard_ = guard;
[email protected]66fca5bc2013-05-23 06:58:291972}
1973
changwanf2a707b2015-10-30 08:22:161974void RenderWidget::OnImeEventGuardFinish(ImeEventGuard* guard) {
1975 if (ime_event_guard_ != guard) {
changwan75e3b2072017-01-16 02:55:001976 DCHECK(!ime_event_guard_->reply_to_request());
changwanf2a707b2015-10-30 08:22:161977 return;
1978 }
1979 ime_event_guard_ = nullptr;
1980
[email protected]66fca5bc2013-05-23 06:58:291981 // While handling an ime event, text input state and selection bounds updates
1982 // are ignored. These must explicitly be updated once finished handling the
1983 // ime event.
1984 UpdateSelectionBounds();
[email protected]cb9e2632013-06-18 11:26:471985#if defined(OS_ANDROID)
changwan75e3b2072017-01-16 02:55:001986 if (guard->show_virtual_keyboard())
1987 ShowVirtualKeyboard();
1988 else
1989 UpdateTextInputState();
[email protected]cb9e2632013-06-18 11:26:471990#endif
[email protected]66fca5bc2013-05-23 06:58:291991}
1992
[email protected]7c8873e2013-02-05 08:03:011993void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) {
brettw4b461082016-11-19 18:55:161994#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:091995 if (focused_pepper_plugin_) {
1996 // TODO(kinaba) http://crbug.com/101101
1997 // Current Pepper IME API does not handle selection bounds. So we simply
1998 // use the caret position as an empty range for now. It will be updated
1999 // after Pepper API equips features related to surrounding text retrieval.
2000 blink::WebRect caret(focused_pepper_plugin_->GetCaretBounds());
Blink Reformat1c4d759e2017-04-09 16:34:542001 ConvertViewportToWindow(&caret);
ekaramad2a46d632016-07-19 13:33:092002 *focus = caret;
2003 *anchor = caret;
2004 return;
2005 }
2006#endif
[email protected]7c8873e2013-02-05 08:03:012007 WebRect focus_webrect;
2008 WebRect anchor_webrect;
Blink Reformat1c4d759e2017-04-09 16:34:542009 GetWebWidget()->SelectionBounds(focus_webrect, anchor_webrect);
2010 ConvertViewportToWindow(&focus_webrect);
2011 ConvertViewportToWindow(&anchor_webrect);
oshima33ec97cd2015-12-14 19:40:242012 *focus = focus_webrect;
2013 *anchor = anchor_webrect;
[email protected]73bf95812011-10-12 11:38:322014}
2015
[email protected]e99ef6f2011-10-16 01:13:002016void RenderWidget::UpdateSelectionBounds() {
jdduke1aebad8e2015-07-22 23:25:082017 TRACE_EVENT0("renderer", "RenderWidget::UpdateSelectionBounds");
lfg8ff33912016-09-13 20:59:212018 if (!GetWebWidget())
[email protected]e99ef6f2011-10-16 01:13:002019 return;
changwanf2a707b2015-10-30 08:22:162020 if (ime_event_guard_)
[email protected]66fca5bc2013-05-23 06:58:292021 return;
[email protected]e99ef6f2011-10-16 01:13:002022
mohsenb0eeba72015-08-09 06:20:082023#if defined(USE_AURA)
2024 // TODO(mohsen): For now, always send explicit selection IPC notifications for
2025 // Aura beucause composited selection updates are not working for webview tags
2026 // which regresses IME inside webview. Remove this when composited selection
2027 // updates are fixed for webviews. See, http://crbug.com/510568.
2028 bool send_ipc = true;
2029#else
jddukeacf809e2014-09-23 20:38:382030 // With composited selection updates, the selection bounds will be reported
2031 // directly by the compositor, in which case explicit IPC selection
2032 // notifications should be suppressed.
mohsenb0eeba72015-08-09 06:20:082033 bool send_ipc =
Blink Reformat1c4d759e2017-04-09 16:34:542034 !blink::WebRuntimeFeatures::IsCompositedSelectionUpdateEnabled();
mohsenb0eeba72015-08-09 06:20:082035#endif
2036 if (send_ipc) {
jddukeacf809e2014-09-23 20:38:382037 ViewHostMsg_SelectionBounds_Params params;
2038 GetSelectionBounds(&params.anchor_rect, &params.focus_rect);
2039 if (selection_anchor_rect_ != params.anchor_rect ||
2040 selection_focus_rect_ != params.focus_rect) {
2041 selection_anchor_rect_ = params.anchor_rect;
2042 selection_focus_rect_ = params.focus_rect;
Blink Reformat1c4d759e2017-04-09 16:34:542043 GetWebWidget()->SelectionTextDirection(params.focus_dir,
lfg8ff33912016-09-13 20:59:212044 params.anchor_dir);
Blink Reformat1c4d759e2017-04-09 16:34:542045 params.is_anchor_first = GetWebWidget()->IsSelectionAnchorFirst();
jddukeacf809e2014-09-23 20:38:382046 Send(new ViewHostMsg_SelectionBoundsChanged(routing_id_, params));
2047 }
[email protected]58b48a0d2012-06-13 07:01:352048 }
jddukeacf809e2014-09-23 20:38:382049
nonafa291792016-08-10 02:36:182050 UpdateCompositionInfo(false /* not an immediate request */);
[email protected]e99ef6f2011-10-16 01:13:002051}
2052
lfgb00fcad2016-07-14 14:16:332053void RenderWidget::DidAutoResize(const gfx::Size& new_size) {
2054 WebRect new_size_in_window(0, 0, new_size.width(), new_size.height());
Blink Reformat1c4d759e2017-04-09 16:34:542055 ConvertViewportToWindow(&new_size_in_window);
lfgb00fcad2016-07-14 14:16:332056 if (size_.width() != new_size_in_window.width ||
2057 size_.height() != new_size_in_window.height) {
2058 size_ = gfx::Size(new_size_in_window.width, new_size_in_window.height);
2059
2060 if (resizing_mode_selector_->is_synchronous_mode()) {
Blink Reformat1c4d759e2017-04-09 16:34:542061 gfx::Rect new_pos(WindowRect().x, WindowRect().y, size_.width(),
2062 size_.height());
lfgb00fcad2016-07-14 14:16:332063 view_screen_rect_ = new_pos;
2064 window_screen_rect_ = new_pos;
2065 }
2066
2067 AutoResizeCompositor();
2068
2069 if (!resizing_mode_selector_->is_synchronous_mode())
2070 need_update_rect_for_auto_resize_ = true;
2071 }
2072}
2073
[email protected]58b48a0d2012-06-13 07:01:352074void RenderWidget::GetCompositionCharacterBounds(
2075 std::vector<gfx::Rect>* bounds) {
2076 DCHECK(bounds);
2077 bounds->clear();
ekaramad2a46d632016-07-19 13:33:092078
brettw4b461082016-11-19 18:55:162079#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:092080 if (focused_pepper_plugin_)
2081 return;
2082#endif
2083
lfg8ff33912016-09-13 20:59:212084 if (!GetWebWidget())
ekaramad2a46d632016-07-19 13:33:092085 return;
2086 blink::WebVector<blink::WebRect> bounds_from_blink;
Blink Reformat1c4d759e2017-04-09 16:34:542087 if (!GetWebWidget()->GetCompositionCharacterBounds(bounds_from_blink))
ekaramad2a46d632016-07-19 13:33:092088 return;
2089
2090 for (size_t i = 0; i < bounds_from_blink.size(); ++i) {
Blink Reformat1c4d759e2017-04-09 16:34:542091 ConvertViewportToWindow(&bounds_from_blink[i]);
ekaramad2a46d632016-07-19 13:33:092092 bounds->push_back(bounds_from_blink[i]);
2093 }
[email protected]58b48a0d2012-06-13 07:01:352094}
2095
[email protected]db4fc1e2013-09-06 20:01:512096void RenderWidget::GetCompositionRange(gfx::Range* range) {
brettw4b461082016-11-19 18:55:162097#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:092098 if (focused_pepper_plugin_)
2099 return;
2100#endif
Blink Reformat1c4d759e2017-04-09 16:34:542101 WebRange web_range = GetWebWidget()->CompositionRange();
2102 if (web_range.IsNull()) {
nona2363a3d2016-11-09 03:26:212103 *range = gfx::Range::InvalidRange();
2104 return;
[email protected]88dbe32f2013-06-20 23:31:362105 }
Blink Reformat1c4d759e2017-04-09 16:34:542106 range->set_start(web_range.StartOffset());
2107 range->set_end(web_range.EndOffset());
[email protected]88dbe32f2013-06-20 23:31:362108}
2109
[email protected]501ea13d2013-07-09 17:03:292110bool RenderWidget::ShouldUpdateCompositionInfo(
[email protected]db4fc1e2013-09-06 20:01:512111 const gfx::Range& range,
[email protected]501ea13d2013-07-09 17:03:292112 const std::vector<gfx::Rect>& bounds) {
changwan2418e1b2016-12-12 12:43:082113 if (!range.IsValid())
2114 return false;
[email protected]501ea13d2013-07-09 17:03:292115 if (composition_range_ != range)
2116 return true;
2117 if (bounds.size() != composition_character_bounds_.size())
2118 return true;
2119 for (size_t i = 0; i < bounds.size(); ++i) {
2120 if (bounds[i] != composition_character_bounds_[i])
2121 return true;
2122 }
2123 return false;
2124}
[email protected]501ea13d2013-07-09 17:03:292125
[email protected]ad26ef42011-06-17 07:59:452126bool RenderWidget::CanComposeInline() {
brettw4b461082016-11-19 18:55:162127#if BUILDFLAG(ENABLE_PLUGINS)
ekaramad2a46d632016-07-19 13:33:092128 if (focused_pepper_plugin_)
2129 return focused_pepper_plugin_->IsPluginAcceptingCompositionEvents();
2130#endif
[email protected]ad26ef42011-06-17 07:59:452131 return true;
[email protected]56ea1a62011-05-30 07:05:572132}
2133
Blink Reformat1c4d759e2017-04-09 16:34:542134blink::WebScreenInfo RenderWidget::GetScreenInfo() {
ccameron2f451532016-09-07 21:49:272135 blink::WebScreenInfo web_screen_info;
Blink Reformat1c4d759e2017-04-09 16:34:542136 web_screen_info.device_scale_factor = screen_info_.device_scale_factor;
2137 web_screen_info.icc_profile = screen_info_.icc_profile;
ccameron2f451532016-09-07 21:49:272138 web_screen_info.depth = screen_info_.depth;
Blink Reformat1c4d759e2017-04-09 16:34:542139 web_screen_info.depth_per_component = screen_info_.depth_per_component;
2140 web_screen_info.is_monochrome = screen_info_.is_monochrome;
ccameron2f451532016-09-07 21:49:272141 web_screen_info.rect = blink::WebRect(screen_info_.rect);
Blink Reformat1c4d759e2017-04-09 16:34:542142 web_screen_info.available_rect = blink::WebRect(screen_info_.available_rect);
ccameron2f451532016-09-07 21:49:272143 switch (screen_info_.orientation_type) {
2144 case SCREEN_ORIENTATION_VALUES_PORTRAIT_PRIMARY:
Blink Reformat1c4d759e2017-04-09 16:34:542145 web_screen_info.orientation_type =
2146 blink::kWebScreenOrientationPortraitPrimary;
ccameron2f451532016-09-07 21:49:272147 break;
2148 case SCREEN_ORIENTATION_VALUES_PORTRAIT_SECONDARY:
Blink Reformat1c4d759e2017-04-09 16:34:542149 web_screen_info.orientation_type =
2150 blink::kWebScreenOrientationPortraitSecondary;
ccameron2f451532016-09-07 21:49:272151 break;
2152 case SCREEN_ORIENTATION_VALUES_LANDSCAPE_PRIMARY:
Blink Reformat1c4d759e2017-04-09 16:34:542153 web_screen_info.orientation_type =
2154 blink::kWebScreenOrientationLandscapePrimary;
ccameron2f451532016-09-07 21:49:272155 break;
2156 case SCREEN_ORIENTATION_VALUES_LANDSCAPE_SECONDARY:
Blink Reformat1c4d759e2017-04-09 16:34:542157 web_screen_info.orientation_type =
2158 blink::kWebScreenOrientationLandscapeSecondary;
ccameron2f451532016-09-07 21:49:272159 break;
2160 default:
Blink Reformat1c4d759e2017-04-09 16:34:542161 web_screen_info.orientation_type = blink::kWebScreenOrientationUndefined;
ccameron2f451532016-09-07 21:49:272162 break;
2163 }
Blink Reformat1c4d759e2017-04-09 16:34:542164 web_screen_info.orientation_angle = screen_info_.orientation_angle;
ccameron2f451532016-09-07 21:49:272165 return web_screen_info;
[email protected]4873c7d2009-07-16 06:36:282166}
2167
donnda070f3c2015-01-16 19:54:112168#if defined(OS_ANDROID)
Blink Reformat1c4d759e2017-04-09 16:34:542169void RenderWidget::ShowUnhandledTapUIIfNeeded(const WebPoint& tapped_position,
2170 const WebNode& tapped_node,
2171 bool page_changed) {
fsamuele8326c742016-01-12 00:49:392172 DCHECK(input_handler_->handling_input_event());
Blink Reformat1c4d759e2017-04-09 16:34:542173 bool should_trigger = !page_changed && tapped_node.IsTextNode() &&
2174 !tapped_node.IsContentEditable() &&
2175 !tapped_node.IsInsideFocusableElementOrARIAWidget();
donnda070f3c2015-01-16 19:54:112176 if (should_trigger) {
2177 Send(new ViewHostMsg_ShowUnhandledTapUIIfNeeded(routing_id_,
2178 tapped_position.x, tapped_position.y));
2179 }
2180}
2181#endif
2182
Blink Reformat1c4d759e2017-04-09 16:34:542183void RenderWidget::DidHandleGestureEvent(const WebGestureEvent& event,
2184 bool event_cancelled) {
[email protected]183e28d2014-01-20 18:18:022185#if defined(OS_ANDROID) || defined(USE_AURA)
[email protected]c68c3e4e2013-01-24 00:36:562186 if (event_cancelled)
2187 return;
Blink Reformat1c4d759e2017-04-09 16:34:542188 if (event.GetType() == WebInputEvent::kGestureTap) {
changwan75e3b2072017-01-16 02:55:002189 ShowVirtualKeyboard();
Blink Reformat1c4d759e2017-04-09 16:34:542190 } else if (event.GetType() == WebInputEvent::kGestureLongPress) {
lfg8ff33912016-09-13 20:59:212191 DCHECK(GetWebWidget());
ekaramad5aff1942017-01-06 01:26:352192 blink::WebInputMethodController* controller = GetInputMethodController();
Blink Reformat1c4d759e2017-04-09 16:34:542193 if (!controller || controller->TextInputInfo().value.IsEmpty())
changwan75e3b2072017-01-16 02:55:002194 UpdateTextInputState();
[email protected]07c70d22014-08-21 08:33:462195 else
changwan75e3b2072017-01-16 02:55:002196 ShowVirtualKeyboard();
[email protected]c68c3e4e2013-01-24 00:36:562197 }
ekaramada110f642016-12-21 19:47:282198// TODO(ananta): Piggyback off existing IPCs to communicate this information,
2199// crbug/420130.
2200#if defined(OS_WIN)
Blink Reformat1c4d759e2017-04-09 16:34:542201 if (event.GetType() != blink::WebGestureEvent::kGestureTap)
ekaramada110f642016-12-21 19:47:282202 return;
2203
2204 // TODO(estade): hit test the event against focused node to make sure
2205 // the tap actually hit the focused node.
ekaramad5aff1942017-01-06 01:26:352206 blink::WebInputMethodController* controller = GetInputMethodController();
2207 blink::WebTextInputType text_input_type =
Blink Reformat1c4d759e2017-04-09 16:34:542208 controller ? controller->TextInputType() : blink::kWebTextInputTypeNone;
ekaramada110f642016-12-21 19:47:282209
2210 Send(new ViewHostMsg_FocusedNodeTouched(
Blink Reformat1c4d759e2017-04-09 16:34:542211 routing_id_, text_input_type != blink::kWebTextInputTypeNone));
ekaramada110f642016-12-21 19:47:282212#endif
[email protected]c68c3e4e2013-01-24 00:36:562213#endif
2214}
2215
Blink Reformat1c4d759e2017-04-09 16:34:542216void RenderWidget::DidOverscroll(
bokane53a10f2016-04-13 23:48:312217 const blink::WebFloatSize& overscrollDelta,
2218 const blink::WebFloatSize& accumulatedOverscroll,
sataya.m582c9ce2015-06-09 08:03:422219 const blink::WebFloatPoint& position,
2220 const blink::WebFloatSize& velocity) {
bokan731ec382016-04-07 03:16:482221#if defined(OS_MACOSX)
2222 // On OSX the user can disable the elastic overscroll effect. If that's the
2223 // case, don't forward the overscroll notification.
2224 DCHECK(compositor_deps());
2225 if (!compositor_deps()->IsElasticOverscrollEnabled())
2226 return;
2227#endif
bokane53a10f2016-04-13 23:48:312228 input_handler_->DidOverscrollFromBlink(overscrollDelta, accumulatedOverscroll,
fsamuele8326c742016-01-12 00:49:392229 position, velocity);
sataya.m582c9ce2015-06-09 08:03:422230}
2231
[email protected]7912e822014-04-16 02:37:032232void RenderWidget::StartCompositor() {
sievers71c62dd52015-10-07 01:44:392233 if (!is_hidden())
Blink Reformat1c4d759e2017-04-09 16:34:542234 compositor_->SetVisible(true);
[email protected]7912e822014-04-16 02:37:032235}
2236
[email protected]24ed0432013-04-24 07:50:312237RenderWidgetCompositor* RenderWidget::compositor() const {
2238 return compositor_.get();
2239}
2240
fsamuel72464894f2015-12-15 06:59:312241void RenderWidget::SetHandlingInputEventForTesting(bool handling_input_event) {
fsamuele8326c742016-01-12 00:49:392242 input_handler_->set_handling_input_event(handling_input_event);
[email protected]67bfb83f2011-09-22 03:36:372243}
[email protected]c3d45532011-10-07 19:20:402244
Blink Reformat1c4d759e2017-04-09 16:34:542245void RenderWidget::HasTouchEventHandlers(bool has_handlers) {
alexclarke7fa93942015-10-21 15:37:112246 if (render_widget_scheduling_state_)
2247 render_widget_scheduling_state_->SetHasTouchHandler(has_handlers);
[email protected]ce6689f2013-03-29 12:52:552248 Send(new ViewHostMsg_HasTouchEventHandlers(routing_id_, has_handlers));
2249}
2250
xidachenfa0199e72017-05-11 11:34:262251void RenderWidget::SetTouchAction(cc::TouchAction touch_action) {
[email protected]5d0bbdfa92013-12-10 00:35:512252 // Ignore setTouchAction calls that result from synthetic touch events (eg.
2253 // when blink is emulating touch with mouse).
Blink Reformat1c4d759e2017-04-09 16:34:542254 if (input_handler_->handling_event_type() != WebInputEvent::kTouchStart)
[email protected]5d0bbdfa92013-12-10 00:35:512255 return;
2256
xidachenfa0199e72017-05-11 11:34:262257 Send(new InputHostMsg_SetTouchAction(routing_id_, touch_action));
[email protected]5d0bbdfa92013-12-10 00:35:512258}
2259
[email protected]e3244ed2014-06-20 20:04:272260void RenderWidget::RegisterRenderFrameProxy(RenderFrameProxy* proxy) {
2261 render_frame_proxies_.AddObserver(proxy);
[email protected]bffc8302014-01-23 20:52:162262}
2263
[email protected]e3244ed2014-06-20 20:04:272264void RenderWidget::UnregisterRenderFrameProxy(RenderFrameProxy* proxy) {
2265 render_frame_proxies_.RemoveObserver(proxy);
[email protected]bffc8302014-01-23 20:52:162266}
2267
[email protected]de3c5d82014-05-28 22:12:592268void RenderWidget::RegisterRenderFrame(RenderFrameImpl* frame) {
2269 render_frames_.AddObserver(frame);
2270}
2271
2272void RenderWidget::UnregisterRenderFrame(RenderFrameImpl* frame) {
2273 render_frames_.RemoveObserver(frame);
2274}
2275
lfg43e08e62016-02-03 18:51:372276void RenderWidget::OnWaitNextFrameForTests(int routing_id) {
2277 QueueMessage(new ViewHostMsg_WaitForNextFrameForTests_ACK(routing_id),
2278 MESSAGE_DELIVERY_POLICY_WITH_VISUAL_STATE);
2279}
2280
oshima50872a72016-03-04 13:26:182281float RenderWidget::GetOriginalDeviceScaleFactor() const {
2282 return
2283 screen_metrics_emulator_ ?
ccameron2f451532016-09-07 21:49:272284 screen_metrics_emulator_->original_screen_info().device_scale_factor :
oshima50872a72016-03-04 13:26:182285 device_scale_factor_;
2286}
2287
paulmeyer90f6c31d2016-11-12 00:17:592288gfx::Point RenderWidget::ConvertWindowPointToViewport(
2289 const gfx::Point& point) {
2290 blink::WebFloatRect point_in_viewport(point.x(), point.y(), 0, 0);
Blink Reformat1c4d759e2017-04-09 16:34:542291 ConvertWindowToViewport(&point_in_viewport);
paulmeyer90f6c31d2016-11-12 00:17:592292 return gfx::Point(point_in_viewport.x, point_in_viewport.y);
2293}
2294
Blink Reformat1c4d759e2017-04-09 16:34:542295bool RenderWidget::RequestPointerLock() {
lfgbee1e0a2016-06-08 21:24:212296 return mouse_lock_dispatcher_->LockMouse(webwidget_mouse_lock_target_.get());
2297}
2298
Blink Reformat1c4d759e2017-04-09 16:34:542299void RenderWidget::RequestPointerUnlock() {
lfgbee1e0a2016-06-08 21:24:212300 mouse_lock_dispatcher_->UnlockMouse(webwidget_mouse_lock_target_.get());
2301}
2302
Blink Reformat1c4d759e2017-04-09 16:34:542303bool RenderWidget::IsPointerLocked() {
lfgbee1e0a2016-06-08 21:24:212304 return mouse_lock_dispatcher_->IsMouseLockedTo(
2305 webwidget_mouse_lock_target_.get());
2306}
2307
Blink Reformat1c4d759e2017-04-09 16:34:542308void RenderWidget::StartDragging(blink::WebReferrerPolicy policy,
paulmeyer6ef5a792016-11-08 20:33:582309 const WebDragData& data,
2310 WebDragOperationsMask mask,
2311 const WebImage& image,
2312 const WebPoint& webImageOffset) {
2313 blink::WebRect offset_in_window(webImageOffset.x, webImageOffset.y, 0, 0);
Blink Reformat1c4d759e2017-04-09 16:34:542314 ConvertViewportToWindow(&offset_in_window);
paulmeyer6ef5a792016-11-08 20:33:582315 DropData drop_data(DropDataBuilder::Build(data));
2316 drop_data.referrer_policy = policy;
2317 gfx::Vector2d imageOffset(offset_in_window.x, offset_in_window.y);
paulmeyer90f6c31d2016-11-12 00:17:592318 Send(new DragHostMsg_StartDragging(routing_id(), drop_data, mask,
Blink Reformat1c4d759e2017-04-09 16:34:542319 image.GetSkBitmap(), imageOffset,
paulmeyer6ef5a792016-11-08 20:33:582320 possible_drag_event_info_));
2321}
2322
kenrb5d78b842017-03-06 21:06:012323uint32_t RenderWidget::GetContentSourceId() {
2324 return current_content_source_id_;
2325}
2326
2327void RenderWidget::IncrementContentSourceId() {
2328 if (compositor_)
2329 compositor_->SetContentSourceId(++current_content_source_id_);
2330}
2331
lfg8ff33912016-09-13 20:59:212332blink::WebWidget* RenderWidget::GetWebWidget() const {
2333 return webwidget_internal_;
2334}
2335
ekaramad2daaf672016-11-10 20:29:012336blink::WebInputMethodController* RenderWidget::GetInputMethodController()
2337 const {
Blink Reformat1c4d759e2017-04-09 16:34:542338 if (!GetWebWidget()->IsWebFrameWidget()) {
ekaramad5a9f52a2016-12-07 01:35:182339 // TODO(ekaramad): We should not get here in response to IME IPC or updates
2340 // when the RenderWidget is swapped out. We should top sending IPCs from the
2341 // browser side (https://crbug.com/669219).
2342 // If there is no WebFrameWidget, then there will be no
2343 // InputMethodControllers for a WebLocalFrame.
2344 return nullptr;
2345 }
ekaramad2daaf672016-11-10 20:29:012346 return static_cast<blink::WebFrameWidget*>(GetWebWidget())
Blink Reformat1c4d759e2017-04-09 16:34:542347 ->GetActiveWebInputMethodController();
ekaramad2daaf672016-11-10 20:29:012348}
2349
[email protected]e9ff79c2012-10-19 21:31:262350} // namespace content