Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull AsyncApiFunction out of src/chrome | rockot@chromium.org | 2014-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | AsyncApiFunction now inherits UIThreadExtensionFunction directly, rather than depending on ChromeAsyncExtensionFunction. It's also been moved from chrome/browser/extensions/api/api_function.{h,cc} to extensions/browser/api/async_api_function.{h,cc}. With the exception of notifications API functions, anything which previously depended on AsyncApiFunction's inheritance of ChromeAsyncExtensionFunction was doing so only for GetProfile. In all cases, GetProfile() has been replaced with ExtensionFunction::browser_context() (renamed from context()). Finally, ApiFunction has been removed since it was identical to ChromeAsyncExtensionFunction. BUG=346949 TBR=dmazzoni@chromium.org,mfoltz@chromium.org,fgorski@chromium.org,courage@chromium.org,dewittj@chromium.org,rpaquay@chromium.org,kalman@chromium.org Review URL: https://codereview.chromium.org/177003015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254113 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Delete empty non-ChromeOS log_private and diagnostics API implementations. | yoz@chromium.org | 2013-10-11 | 1 | -13/+0 |
| | | | | | | | | (Follows https://chromiumcodereview.appspot.com/26608002/) Review URL: https://codereview.chromium.org/26628002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228122 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Fix chrome.diagnostics | ikarienator@chromium.org | 2013-09-20 | 1 | -16/+16 |
| | | | | | | | | BUG=293742 Review URL: https://chromiumcodereview.appspot.com/23687012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224362 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Connectivity Diagnostics Private API | ikarienator@chromium.org | 2013-06-22 | 4 | -0/+216 |
Proposal:https://docs.google.com/a/chromium.org/document/d/1U_exKvPmT4AXyqFuHgVBbgBZ2RAKNBjk6MwSPcceWXw/edit Overview We’d like to have a set of APIs useful for diagnostics tools, and initially, an API that can be used to replicate ping and traceroute functionality. Use cases The sendPacket API is used by a diagnostics tool to find problems in the network configuration of an environment and determine latency issues. BUG=250851 Review URL: https://chromiumcodereview.appspot.com/17210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208026 0039d316-1c4b-4281-b951-d872f2087c98 |