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

Issue 249613002: [DevTools] Interactive test for DevTools touch emulation. (Closed)

Created:
6 years, 8 months ago by dgozman
Modified:
6 years, 7 months ago
Reviewers:
jdduke (slow), pfeldman
CC:
chromium-reviews, vsevik, jam, yurys, paulirish+reviews_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

[DevTools] Interactive test for DevTools touch emulation. BUG=337142 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271026

Patch Set 1 #

Patch Set 2 : Close devtools #

Total comments: 2

Patch Set 3 : DCHECK #

Total comments: 1

Patch Set 4 : try to pass on all platforms #

Patch Set 5 : rebase #

Patch Set 6 : Linux only #

Patch Set 7 : Fixed jdduke's comment #

Patch Set 8 : rebased #

Patch Set 9 : Fix ChromeOS #

Patch Set 10 : rebase #

Patch Set 11 : Disable on ChromeOS too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -3 lines) Patch
A chrome/browser/devtools/devtools_interactive_uitest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +154 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/devtools/touch_emulation.html View 1 2 3 4 5 6 7 8 1 chunk +60 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
dgozman
Could you please take a look?
6 years, 8 months ago (2014-04-23 15:58:55 UTC) #1
jdduke (slow)
https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc#newcode334 content/browser/renderer_host/input/touch_emulator.cc:334: if (!touch_event_.timeStampSeconds) { Why not have the tests fill ...
6 years, 8 months ago (2014-04-23 16:35:52 UTC) #2
dgozman
https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc File content/browser/renderer_host/input/touch_emulator.cc (right): https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc#newcode334 content/browser/renderer_host/input/touch_emulator.cc:334: if (!touch_event_.timeStampSeconds) { On 2014/04/23 16:35:53, jdduke wrote: > ...
6 years, 8 months ago (2014-04-23 17:27:20 UTC) #3
jdduke (slow)
On 2014/04/23 17:27:20, dgozman wrote: > https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc > File content/browser/renderer_host/input/touch_emulator.cc (right): > > https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc#newcode334 > ...
6 years, 8 months ago (2014-04-23 19:29:47 UTC) #4
dgozman
On 2014/04/23 19:29:47, jdduke wrote: > On 2014/04/23 17:27:20, dgozman wrote: > > > https://codereview.chromium.org/249613002/diff/20001/content/browser/renderer_host/input/touch_emulator.cc ...
6 years, 8 months ago (2014-04-24 10:35:28 UTC) #5
jdduke (slow)
ui/events/gesture_detection and content/browser/renderer_host/input lgtm with nit. https://codereview.chromium.org/249613002/diff/40001/ui/events/gesture_detection/gesture_provider.cc File ui/events/gesture_detection/gesture_provider.cc (right): https://codereview.chromium.org/249613002/diff/40001/ui/events/gesture_detection/gesture_provider.cc#newcode525 ui/events/gesture_detection/gesture_provider.cc:525: DCHECK(event.GetEventTime() != base::TimeTicks()); ...
6 years, 8 months ago (2014-04-24 14:52:38 UTC) #6
pfeldman
lgtm
6 years, 8 months ago (2014-04-25 11:17:59 UTC) #7
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 8 months ago (2014-04-25 19:46:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/249613002/120001
6 years, 8 months ago (2014-04-25 22:09:09 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 00:14:15 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-26 00:14:15 UTC) #11
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 7 months ago (2014-05-06 12:12:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/249613002/140001
6 years, 7 months ago (2014-05-06 12:12:18 UTC) #13
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 7 months ago (2014-05-06 13:35:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/249613002/160001
6 years, 7 months ago (2014-05-06 13:35:13 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 15:26:22 UTC) #16
dgozman
The CQ bit was unchecked by dgozman@chromium.org
6 years, 7 months ago (2014-05-06 15:42:12 UTC) #17
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 7 months ago (2014-05-16 13:00:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/249613002/190001
6 years, 7 months ago (2014-05-16 13:00:41 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 14:53:29 UTC) #20
commit-bot: I haz the power
6 years, 7 months ago (2014-05-16 15:30:05 UTC) #21
Message was sent while issue was closed.
Change committed as 271026

Powered by Google App Engine
This is Rietveld 408576698