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

Issue 12390045: Added a rudimentary DOM, to assist with event dispatch. (Closed)

Created:
7 years, 9 months ago by gram
Modified:
7 years, 9 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added a rudimentary DOM, to assist with event dispatch. Modified embedder so we can dispatch basic mouse and keyboard events through this new dart:async based plumbing. Added mouse/motion events to desktop embedder. Committed: https://code.google.com/p/dart/source/detail?r=19440

Patch Set 1 #

Patch Set 2 : #

Total comments: 22

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+543 lines, -65 lines) Patch
M runtime/embedders/openglui/android/eventloop.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/embedders/openglui/common/gl.dart View 1 2 3 2 chunks +219 lines, -2 lines 0 comments Download
M runtime/embedders/openglui/common/input_handler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/embedders/openglui/common/input_handler.cc View 1 2 3 1 chunk +19 lines, -15 lines 0 comments Download
M runtime/embedders/openglui/common/vm_glue.h View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/embedders/openglui/common/vm_glue.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M runtime/embedders/openglui/emulator/emulator_embedder.cc View 3 chunks +16 lines, -2 lines 0 comments Download
M samples/openglui/src/openglui_canvas_tests.dart View 1 2 3 4 chunks +266 lines, -32 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
gram
7 years, 9 months ago (2013-03-02 00:51:41 UTC) #1
vsm
https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart#newcode15 runtime/embedders/openglui/common/gl.dart:15: class HtmlDocument { I'd rather make this "Document" ...
7 years, 9 months ago (2013-03-04 17:34:55 UTC) #2
gram
PTAL https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart#newcode15 runtime/embedders/openglui/common/gl.dart:15: class HtmlDocument { On 2013/03/04 17:34:55, vsm wrote: ...
7 years, 9 months ago (2013-03-04 23:53:14 UTC) #3
vsm
LGTM with nits https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart#newcode18 runtime/embedders/openglui/common/gl.dart:18: HtmlDocument() : _body = new BodyElement(); ...
7 years, 9 months ago (2013-03-05 00:23:58 UTC) #4
gram
https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart File runtime/embedders/openglui/common/gl.dart (right): https://chromiumcodereview.appspot.com/12390045/diff/5002/runtime/embedders/openglui/common/gl.dart#newcode18 runtime/embedders/openglui/common/gl.dart:18: HtmlDocument() : _body = new BodyElement(); On 2013/03/05 00:23:58, ...
7 years, 9 months ago (2013-03-05 01:06:49 UTC) #5
gram
7 years, 9 months ago (2013-03-05 01:07:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r19440 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698