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

Issue 8558014: Add experimental extension APIs to notify about wakeup and screen unlock (Closed)

Created:
9 years, 1 month ago by hashimoto
Modified:
9 years, 1 month ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, Erik does not do reviews, yoshiki+watch_chromium.org, mihaip+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

Add experimental extensions APIs to notify about wakeup and screen unlock BUG=chromium-os:20009 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111076

Patch Set 1 : Codereview #

Total comments: 3

Patch Set 2 : Changed event info class names #

Patch Set 3 : Rebased to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -0 lines) Patch
M chrome/browser/accessibility_events.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/accessibility_events.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/accessibility/system_event_observer.h View 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/accessibility/system_event_observer.cc View 1 1 chunk +74 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_accessibility_api.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_accessibility_api.cc View 1 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_accessibility_api_constants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_accessibility_api_constants.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
hashimoto
http://codereview.chromium.org/8558014/diff/6002/chrome/browser/accessibility_events.h File chrome/browser/accessibility_events.h (right): http://codereview.chromium.org/8558014/diff/6002/chrome/browser/accessibility_events.h#newcode75 chrome/browser/accessibility_events.h:75: virtual const char* type() const OVERRIDE; It looks like ...
9 years, 1 month ago (2011-11-18 12:18:07 UTC) #1
dmazzoni
LGTM. I'm happy aside from one thing, below. Suggesting aa@ for owners approval of chrome/browser/extensions/ ...
9 years, 1 month ago (2011-11-21 06:49:57 UTC) #2
Aaron Boodman
I forget: is the accessibility API ever intended to go out of experimental, or is ...
9 years, 1 month ago (2011-11-21 08:13:26 UTC) #3
Zachary Kuznia
We definitely plan to revisit the design before we would move out of experimental. Placing ...
9 years, 1 month ago (2011-11-21 08:23:35 UTC) #4
Aaron Boodman
On Mon, Nov 21, 2011 at 12:23 AM, <zork@chromium.org> wrote: > We definitely plan to ...
9 years, 1 month ago (2011-11-21 08:37:13 UTC) #5
dmazzoni
> > I forget: is the accessibility API ever intended to go out of > ...
9 years, 1 month ago (2011-11-21 08:54:46 UTC) #6
hashimoto
New patch set. http://codereview.chromium.org/8558014/diff/6002/chrome/browser/accessibility_events.h File chrome/browser/accessibility_events.h (right): http://codereview.chromium.org/8558014/diff/6002/chrome/browser/accessibility_events.h#newcode290 chrome/browser/accessibility_events.h:290: class AccessibilityEmptyEventInfo : public AccessibilityEventInfo { ...
9 years, 1 month ago (2011-11-21 12:36:27 UTC) #7
dmazzoni
lgtm
9 years, 1 month ago (2011-11-21 15:15:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/8558014/14001
9 years, 1 month ago (2011-11-21 16:22:40 UTC) #9
commit-bot: I haz the power
Can't apply patch for file chrome/browser/accessibility_events.h. While running patch -p1 --forward --force; patching file chrome/browser/accessibility_events.h ...
9 years, 1 month ago (2011-11-21 17:25:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/8558014/20001
9 years, 1 month ago (2011-11-22 00:57:01 UTC) #11
commit-bot: I haz the power
Change committed as 111076
9 years, 1 month ago (2011-11-22 02:06:57 UTC) #12
Nikita (slow)
UserNotPassed UserPassed started failing with this CL as seen on the trybot. Expectation need to ...
9 years, 1 month ago (2011-11-22 08:35:58 UTC) #13
Nikita (slow)
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromeOS/builds/1785
9 years, 1 month ago (2011-11-22 08:36:19 UTC) #14
Aaron Boodman
On Mon, Nov 21, 2011 at 12:54 AM, Dominic Mazzoni <dmazzoni@chromium.org> wrote: >> I forget: ...
9 years, 1 month ago (2011-11-22 08:58:09 UTC) #15
dmazzoni
9 years, 1 month ago (2011-11-23 06:26:04 UTC) #16
On Tue, Nov 22, 2011 at 12:57 AM, Aaron Boodman <aa@chromium.org> wrote:

> If there are no concrete plans to release this in the near future and
> you'd rather iterate more quickly, could it be made a private API?
> Such APIs are typically only available to component extensions.
>

That sounds great. It'd be much faster to iterate quickly on a private API
and then later pull out a subset of that into an experimental API that has
the potential to be public someday.

Could you point us to an example of a private API that would be a good one
to follow in terms of code location / style?

- Dominic

Powered by Google App Engine
This is Rietveld 408576698