0
Files
src/extensions
rdevlin.cronin 317a9b943c [Extensions Bindings] Notify of event unregistration on invalidation
When contexts are invalidated, we consider the events in that context
unregistered and notify the browser accordingly. Hook up an
InvalidateContext() method on APIEventHandler and call it through
blink's WillReleaseScriptContext().

Add associated tests.

BUG=653596

Review-Url: https://codereview.chromium.org/2722463006
Cr-Commit-Position: refs/heads/master@{#454911}
2017-03-06 19:18:00 +00:00
..
2017-03-06 11:12:04 +00:00
2017-03-06 11:12:04 +00:00
2017-02-28 01:35:09 +00:00
2017-03-06 11:12:04 +00:00
2017-03-03 06:37:21 +00:00
2017-01-18 22:15:19 +00:00
2017-02-28 01:35:09 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

See //extensions/docs for technical documentation.