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

Issue 2813553005: Add a new set of commands to resize and position windows (Closed)

Created:
3 years, 8 months ago by jzfeng
Modified:
3 years, 8 months ago
Reviewers:
dgozman
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new set of commands to resize and position windows https://docs.google.com/document/d/1Q0kuHgU1d-sj8gePjEU9nHtlQzz5rNvvGH8fCJ3iBq4/edit?usp=sharing Devtools side, add a new UI domain and methods: method: getWindowForTarget, param: targetID, return: windowID, bounds. method: setWindowBounds, param: windowID, bounds method: getWindowBounds, param: windowID, return: bounds bounds object: left, top, width, height, window_state (minimized, maximized, fullscreen, normal) BUG=604324 Review-Url: https://codereview.chromium.org/2813553005 Cr-Commit-Position: refs/heads/master@{#464265} Committed: https://chromium.googlesource.com/chromium/src/+/dd0fef609820bee5b4e9b6aa46dd4ee3dd53f81f

Patch Set 1 #

Patch Set 2 : increase timeout #

Patch Set 3 : test #

Patch Set 4 : disable flaky tests on mac #

Patch Set 5 : only disable for mac 10.10 #

Patch Set 6 : use interactive_ui_tests #

Patch Set 7 : use interactive_ui_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -5 lines) Patch
M chrome/browser/devtools/chrome_devtools_manager_delegate.h View 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.cc View 1 2 3 4 6 chunks +225 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_protocol.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_protocol.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
A chrome/browser/devtools/devtools_sanity_interactive_browsertest.cc View 1 2 3 4 5 6 1 chunk +210 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/schema-get-domains-matches-agents-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 2 chunks +61 lines, -1 line 0 comments Download

Messages

Total messages: 18 (12 generated)
jzfeng
Hi Dmitry, I tried to fix the flaky tests on mac 10.10. But all the ...
3 years, 8 months ago (2017-04-11 06:26:02 UTC) #4
dgozman
On 2017/04/11 06:26:02, jzfeng wrote: > Hi Dmitry, > > I tried to fix the ...
3 years, 8 months ago (2017-04-11 18:16:16 UTC) #7
jzfeng
It turns out that the reason is the browser tests setup. Here is the bug: ...
3 years, 8 months ago (2017-04-12 07:41:11 UTC) #12
dgozman
On 2017/04/12 07:41:11, jzfeng wrote: > It turns out that the reason is the browser ...
3 years, 8 months ago (2017-04-12 18:38:29 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2813553005/120001
3 years, 8 months ago (2017-04-13 00:43:56 UTC) #15
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 03:00:19 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/dd0fef609820bee5b4e9b6aa46dd...

Powered by Google App Engine
This is Rietveld 408576698