summaryrefslogtreecommitdiffstats
path: root/extensions/browser/OWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Fix OWNERS for extensions/browser/DEPSAntony Sargent2015-08-281-2/+1
| | | | | | | | | | | remove jamescook, miket add rockot R=rockot@chromium.org Review URL: https://codereview.chromium.org/1320903003 . Cr-Commit-Position: refs/heads/master@{#346228}
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-0/+5
| | | | | | | | | | | | | | | | | This patch adds extension_event_histogram_value.h with a value for every Extension event (scraped using the Docserver), changes the Event struct constructor to require one, then makes every caller pass in UNKNOWN. These are steps 1 and 2 in the bug. Next I will be submitting bite-sized changes to use the real histogram values. BUG=503402 R=rdevlin.cronin@chromium.org, isherman@chromium.org TBR=achuith@chromium.org, rkc@chromium.org, dewittj@chromium.org, tommi@chromium.org, msw@chromium.org Review URL: https://codereview.chromium.org/1201063002 Cr-Commit-Position: refs/heads/master@{#336003}
* Remove yoz@chromium.org from OWNERS and histograms.xml.kalman2015-04-141-1/+0
| | | | | | | | | | He is no longer on the team. R=rdevlin.cronin@chromium.org,mpearson@chromium.org,jhawkins@chromium.org Review URL: https://codereview.chromium.org/1079973006 Cr-Commit-Position: refs/heads/master@{#325099}
* Add metrics OWNERS for extension_function_histogram_value.h.thestig@chromium.org2014-04-101-0/+6
| | | | | | | | | | | | Changes to extension_function_histogram_value.h require changing tools/metrics/histograms/histograms/histograms.xml, but this is not being enforced. NOTRY=true Review URL: https://codereview.chromium.org/228643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262946 0039d316-1c4b-4281-b951-d872f2087c98
* Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContextjamescook@chromium.org2013-10-291-0/+7
To do this, introduce the concept of an ExtensionsBrowserClient that allows the extensions module to ask Profile-like questions of the embedder. The rest of the change is mostly mechanical. Also, introduce some conventions around profile() vs. browser_context() and GetForProfile() vs. GetForBrowserContext() so we can tell which pieces of the system have been converted. BUG=309909 TEST=browser_tests LazyBackgroundPageApiTest.* unit_tests LazyBackgroundTaskQueueTest.* Review URL: https://codereview.chromium.org/46793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231641 0039d316-1c4b-4281-b951-d872f2087c98