summaryrefslogtreecommitdiffstats
path: root/extensions/common/event_matcher.cc
Commit message (Collapse)AuthorAgeFilesLines
* Initial chrome.mdns API.justinlin@chromium.org2013-09-061-3/+14
| | | | | | | | | | | BUG=280900 TBR=erg Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221619 Review URL: https://chromiumcodereview.appspot.com/23437015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221738 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 221619 "Initial chrome.mdns API."henrika@chromium.org2013-09-061-14/+3
| | | | | | | | | | | | | | | | > Initial chrome.mdns API. > Currently just implements the API layer which allows adding a listener and defines a manifest key to specify mdns service types to watch. > > BUG=280900 > TBR=erg > > Review URL: https://chromiumcodereview.appspot.com/23437015 TBR=justinlin@chromium.org Review URL: https://codereview.chromium.org/23945003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221668 0039d316-1c4b-4281-b951-d872f2087c98
* Initial chrome.mdns API.justinlin@chromium.org2013-09-061-3/+14
| | | | | | | | | | | Currently just implements the API layer which allows adding a listener and defines a manifest key to specify mdns service types to watch. BUG=280900 TBR=erg Review URL: https://chromiumcodereview.appspot.com/23437015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221619 0039d316-1c4b-4281-b951-d872f2087c98
* <webview>: Don't attempt to dispatch events to all app windows.fsamuel@chromium.org2013-07-101-2/+9
| | | | | | | | | | | | This CL associates a routingId with each event listener. This ensures that when dispatching events from the browser process, only event listeners associated with the current RenderView are fired. BUG=166165 Test=manually by opening a two Chrome app windows in the same app with webviews Verify that there is no error spew in either console output. Review URL: https://chromiumcodereview.appspot.com/18858005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210725 0039d316-1c4b-4281-b951-d872f2087c98
* <webview>: Add support for filtering extension events by instanceId.fsamuel@chromium.org2013-06-191-2/+9
| | | | | | | | BUG=166165 Review URL: https://chromiumcodereview.appspot.com/17419004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207213 0039d316-1c4b-4281-b951-d872f2087c98
* Move EventFilter, EventFilteringInfo and EventMatcherMHX348@motorola.com2013-02-121-0/+47
classes to extensions/common/ TBR=ben@chromium.org BUG=162530 Review URL: https://chromiumcodereview.appspot.com/12208078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181849 0039d316-1c4b-4281-b951-d872f2087c98