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

Issue 686983002: Add idl for managing focus in app_shell (Closed)

Created:
6 years, 1 month ago by Zachary Kuznia
Modified:
6 years, 1 month ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add idl for managing window visibility in app_shell BUG=424650 Committed: https://crrev.com/a713479270ad0ed2b4827eda0268eb9d265a85de Cr-Commit-Position: refs/heads/master@{#302338}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Add some missing events and address comments #

Total comments: 4

Patch Set 3 : Add stub implementation. #

Total comments: 19

Patch Set 4 : Code review fixes #

Total comments: 12

Patch Set 5 : Code review fixes #

Patch Set 6 : Fix gn build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -0 lines) Patch
M extensions/shell/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A extensions/shell/browser/api/shell_window/shell_window_api.h View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
A extensions/shell/browser/api/shell_window/shell_window_api.cc View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
A extensions/shell/browser/api/shell_window/shell_window_api_unittest.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
M extensions/shell/common/api/_api_features.json View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/shell/common/api/schemas.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A extensions/shell/common/api/shell_window.idl View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
Zachary Kuznia
6 years, 1 month ago (2014-10-28 21:26:13 UTC) #2
James Cook
https://codereview.chromium.org/686983002/diff/1/extensions/shell/common/api/_api_features.json File extensions/shell/common/api/_api_features.json (right): https://codereview.chromium.org/686983002/diff/1/extensions/shell/common/api/_api_features.json#newcode15 extensions/shell/common/api/_api_features.json:15: "shell.focus": { I wouldn't call this focus. It's more ...
6 years, 1 month ago (2014-10-28 22:34:49 UTC) #3
Zachary Kuznia
https://codereview.chromium.org/686983002/diff/1/extensions/shell/common/api/_api_features.json File extensions/shell/common/api/_api_features.json (right): https://codereview.chromium.org/686983002/diff/1/extensions/shell/common/api/_api_features.json#newcode15 extensions/shell/common/api/_api_features.json:15: "shell.focus": { On 2014/10/28 22:34:49, James Cook wrote: > ...
6 years, 1 month ago (2014-10-28 23:04:02 UTC) #4
James Cook
LGTM with nits https://codereview.chromium.org/686983002/diff/20001/extensions/shell/common/api/shell_window.idl File extensions/shell/common/api/shell_window.idl (right): https://codereview.chromium.org/686983002/diff/20001/extensions/shell/common/api/shell_window.idl#newcode30 extensions/shell/common/api/shell_window.idl:30: // Request the current app be ...
6 years, 1 month ago (2014-10-28 23:17:17 UTC) #5
James Cook
Oh, you should change the issue title/description since it isn't "focus" anymore.
6 years, 1 month ago (2014-10-28 23:17:45 UTC) #6
Zachary Kuznia
I've updated the CL to include stub implementations of the functions, and a unittest stub. ...
6 years, 1 month ago (2014-10-30 00:09:19 UTC) #7
James Cook
https://codereview.chromium.org/686983002/diff/40001/extensions/shell/app_shell.gyp File extensions/shell/app_shell.gyp (right): https://codereview.chromium.org/686983002/diff/40001/extensions/shell/app_shell.gyp#newcode54 extensions/shell/app_shell.gyp:54: 'browser/api/window/window_api.cc', The naming convention for a foo.bar api is ...
6 years, 1 month ago (2014-10-30 16:17:43 UTC) #8
Zachary Kuznia
https://codereview.chromium.org/686983002/diff/40001/extensions/shell/app_shell.gyp File extensions/shell/app_shell.gyp (right): https://codereview.chromium.org/686983002/diff/40001/extensions/shell/app_shell.gyp#newcode54 extensions/shell/app_shell.gyp:54: 'browser/api/window/window_api.cc', On 2014/10/30 16:17:42, James Cook wrote: > The ...
6 years, 1 month ago (2014-10-30 20:39:57 UTC) #9
James Cook
https://codereview.chromium.org/686983002/diff/60001/extensions/shell/browser/api/shell_window/shell_window_api.cc File extensions/shell/browser/api/shell_window/shell_window_api.cc (right): https://codereview.chromium.org/686983002/diff/60001/extensions/shell/browser/api/shell_window/shell_window_api.cc#newcode43 extensions/shell/browser/api/shell_window/shell_window_api.cc:43: scoped_ptr<api::shell_window::ShowApp::Params> params( optional: I'm OK with "namespace extensions::api::shell_window = ...
6 years, 1 month ago (2014-10-30 21:39:14 UTC) #10
Zachary Kuznia
https://codereview.chromium.org/686983002/diff/60001/extensions/shell/browser/api/shell_window/shell_window_api.cc File extensions/shell/browser/api/shell_window/shell_window_api.cc (right): https://codereview.chromium.org/686983002/diff/60001/extensions/shell/browser/api/shell_window/shell_window_api.cc#newcode43 extensions/shell/browser/api/shell_window/shell_window_api.cc:43: scoped_ptr<api::shell_window::ShowApp::Params> params( On 2014/10/30 21:39:14, James Cook wrote: > ...
6 years, 1 month ago (2014-10-30 22:14:41 UTC) #11
James Cook
LGTM!
6 years, 1 month ago (2014-10-30 22:50:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/686983002/80001
6 years, 1 month ago (2014-10-31 19:19:13 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/13578) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/30318)
6 years, 1 month ago (2014-10-31 19:29:59 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/686983002/100001
6 years, 1 month ago (2014-10-31 20:53:12 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-10-31 22:33:29 UTC) #21
commit-bot: I haz the power
6 years, 1 month ago (2014-10-31 22:34:07 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a713479270ad0ed2b4827eda0268eb9d265a85de
Cr-Commit-Position: refs/heads/master@{#302338}

Powered by Google App Engine
This is Rietveld 408576698