| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add iOS to the variations study proto. BUG=136181 TEST=none Review URL: https://chromiumcodereview.appspot.com/10693114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145618 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Activate the VariationsService for ChromeOS and ensure that it does not ping the server until the EULA is accepted. We accomplish this by adding an OnEulaAccepted method to the WizardControllerObserver and have the VariationsService be notified on that method when the EULA is accepted. BUG=146865 TEST=Start CrOS on a new machine and ensure that, with a network connection, no requests are made to the variations server before the EULA is accepted. As soon as the EULA is accepted, ensure that a request is made. Also ensure that a request is made each time at startup after the first time the EULA is accepted. Review URL: https://chromiumcodereview.appspot.com/10917120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158648 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add isherman to chrome/browser/metrics OWNERS BUG=none Review URL: https://chromiumcodereview.appspot.com/10831145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149900 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Variations stuff into variations/ directories and add OWNERS files for the variations client team. BUG=None TEST=No user visible changes. Review URL: https://chromiumcodereview.appspot.com/10828314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151619 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move chrome/browser/plugin_* to chrome/browser/plugins/ TBR=jhawkins@chromium.org BUG=124396 Review URL: https://chromiumcodereview.appspot.com/10933044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157834 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Record device scale factor in the metrics log BUG=144016 Review URL: https://chromiumcodereview.appspot.com/10825485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152719 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
When persisting UMA logs to disk, cap log size based on both the XML and protocol buffer logs. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10541085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141550 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a minimum byte count to metrics log serialization Add a minimum number of bytes when serializing logs so that a large number of very small logs won't be capped the same way as a large number of large logs. This ensures that a reasonable amount of metrics history will be kept even when logs can potentially be cut very frequently, such as Android. In the short term this may slightly increase the number of logs that are retained, since the number of logs kept by this method is the same or greater than what was kept before. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9562007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138081 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Record device scale factor in the metrics log BUG=144016 Review URL: https://chromiumcodereview.appspot.com/10825485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152719 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Minor style cleanup in metrics_reporting_scheduler.* BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10539039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch NOTIFICATION_TAB_PARENTED to use WebContents. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10917198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157134 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch NOTIFICATION_TAB_PARENTED to use WebContents. BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/10917198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157134 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Inform GetEntropySource of whether or not metrics reporting will be enabled. This resolves an issue where we were calling GetEntropySource too early before MetricsService::Start was called. Instead of checking the reporting_active member in MetricsService, we instead just check if the criteria for metrics reporting is allowed or not, ahead of time. BUG=141628 Review URL: https://chromiumcodereview.appspot.com/10830241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150934 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Clean up MetricsService unit test. BUG=none TEST=none Review URL: http://codereview.chromium.org/10119030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133439 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use NOINLINE for thread watcher and browser thread identifier functions. R=eroman, jar, sky Review URL: https://chromiumcodereview.appspot.com/10827026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148487 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. BUG=none TEST=none TBR=owners Review URL: https://chromiumcodereview.appspot.com/10386221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139172 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10500016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140254 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Histograms - Support histograms for Plugins, GPU and all child processes. Renderer processes also use this new method to send histograms to browser. This code is similar to the code that gets profiler data from all processes. R=jar@chromium.org,jam@chromium.org TEST=browser unit tests, interactive UI tests BUG=114013 Review URL: https://chromiumcodereview.appspot.com/10454086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146394 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 | ||
| 13 年前 |