| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
As of now we are passing bool to detect the format like rgb565, but ideally the format itself should be passed.
BUG=323150
Review URL: https://codereview.chromium.org/143683003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
support
on hardware and failing intentionally, which was not correct, the test should be skiped instead. This patch takes care of that along with the base patch.
On Aura with Nvidiea drivers the support is not there, so the test fails previously now weare skipping it by displaying the reason.
Android the support gets passed.
BUG=323150
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245772
Review URL: https://codereview.chromium.org/133363004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245896 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gets rid of two msvs_cygwin_shell=1.
Also remove a bunch of msvs_cygwin_shell=0s -- this is now the default and
doesn't have to be set explicitly any more.
BUG=123026
R=cpu@chromium.org
TBR=jam
Review URL: https://codereview.chromium.org/140493003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245798 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Caused assertion failures in content_gl_tests on all debug GPU bots.
> content_gl_tests were failing because, we are checking for rgb565 platform support
> on hardware and failing intentionally, which was not correct, the test should be skiped instead. This patch takes care of that along with the base patch.
> On Aura with Nvidiea drivers the support is not there, so the test fails previously now weare skipping it by displaying the reason.
> Android the support gets passed.
>
>
> BUG=323150
>
> Review URL: https://codereview.chromium.org/133363004
TBR=siva.gunturi@samsung.com
Review URL: https://codereview.chromium.org/142413002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245790 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
support
on hardware and failing intentionally, which was not correct, the test should be skiped instead. This patch takes care of that along with the base patch.
On Aura with Nvidiea drivers the support is not there, so the test fails previously now weare skipping it by displaying the reason.
Android the support gets passed.
BUG=323150
Review URL: https://codereview.chromium.org/133363004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245772 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(https://codereview.chromium.org/88033002/)
Reason for revert:
content_gl_tests failing on multiple gpu bots on the chromium.webkit buildbot.
Example: http://chromegw.corp.google.com/i/chromium.webkit/builders/GPU%20Mac10.7/builds/19123
Original issue's description:
> Add RGB565 Texture readback support in gl_helper
>
> Plan is to add a RGB565 readback and copy conversion for RGBA8 to RGB565 in GLHelper.
>
> BUG=323150
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245431
TBR=dtrainor@chromium.org,sievers@chromium.org,hubbe@chromium.org,aelias@chromium.org,piman@chromium.org,siva.gunturi@samsung.com
NOTREECHECKS=true
NOTRY=true
BUG=323150
Review URL: https://codereview.chromium.org/137783022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245477 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Plan is to add a RGB565 readback and copy conversion for RGBA8 to RGB565 in GLHelper.
BUG=323150
Review URL: https://codereview.chromium.org/88033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245431 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Internally Chrome tracing needs to be turned on for each Chrome process
separately, so this is done asynchronously. This patch makes Tracing.start
complete asynchronously after all processes have acknowledged the start of
tracing.
Without this synchronization telemetry may start running a benchmark
before tracing was fully enabled, leading to missed timeline events.
Depends on https://codereview.chromium.org/134253002/.
BUG=307841
Review URL: https://codereview.chromium.org/134263002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244879 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
chrome://inspect opened.
BUG=324390
Review URL: https://codereview.chromium.org/133723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=308512
Review URL: https://codereview.chromium.org/108343003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242615 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
use the base:: namespace.
BUG=88666
TEST=no change
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/108603005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*****************
Reverting the revert. Congrats, the original CL wasn't the cause for the failure; sorry for the mess.
*****************
> Revert 239759 "The comment in base64.h implies that base::Base64..."
>
> > The comment in base64.h implies that base::Base64Encode() can return false, but
> > this cannot happen in practice. Fix the comment.
> >
> > The implementation of Base64Encode() attempts to check for the return value
> > MODP_B64_ERROR as a failure, but modp_b64_encode() cannot return this
> > value. Remove the check.
> >
> > Remove unneeded integer cast.
> >
> > Change the return type to void.
> >
> > BUG=323357
> > TEST=base_unittests, compile all
> > TBR=jochen@chromium.org,miket@chromium.org,joi@chromium.org,akalin@chromium.org,sergeyu@chromium.org
> >
> > Review URL: https://codereview.chromium.org/86913002
>
> TBR=ricea@chromium.org
>
> Review URL: https://codereview.chromium.org/101113004
TBR=vadimt@chromium.org
Review URL: https://codereview.chromium.org/111883004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> The comment in base64.h implies that base::Base64Encode() can return false, but
> this cannot happen in practice. Fix the comment.
>
> The implementation of Base64Encode() attempts to check for the return value
> MODP_B64_ERROR as a failure, but modp_b64_encode() cannot return this
> value. Remove the check.
>
> Remove unneeded integer cast.
>
> Change the return type to void.
>
> BUG=323357
> TEST=base_unittests, compile all
> TBR=jochen@chromium.org,miket@chromium.org,joi@chromium.org,akalin@chromium.org,sergeyu@chromium.org
>
> Review URL: https://codereview.chromium.org/86913002
TBR=ricea@chromium.org
Review URL: https://codereview.chromium.org/101113004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this cannot happen in practice. Fix the comment.
The implementation of Base64Encode() attempts to check for the return value
MODP_B64_ERROR as a failure, but modp_b64_encode() cannot return this
value. Remove the check.
Remove unneeded integer cast.
Change the return type to void.
BUG=323357
TEST=base_unittests, compile all
TBR=jochen@chromium.org,miket@chromium.org,joi@chromium.org,akalin@chromium.org,sergeyu@chromium.org
Review URL: https://codereview.chromium.org/86913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239759 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Added devtools_protocol_constants.* generator.
Added sample generated files.
BUG=308512
Review URL: https://codereview.chromium.org/108363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239496 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=yurys@chromium.org
Review URL: https://codereview.chromium.org/106603002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
content\test as that's where test-only files go.
BUG=304341
Review URL: https://codereview.chromium.org/105143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238993 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
As WebView uses synchronous compositor, regular Chrome code doesn't work.
This patch adds necessary plumbing. Screen capturing is implemented via the software path.
BUG=323127
Review URL: https://codereview.chromium.org/88613002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/102593002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts https://codereview.chromium.org/101543004/ which was created when
suspected the reason of failure of telemetry tests, but turned out not the real
reason. Reapply.
Reapply the following change:
> Revert "Revert 237280 "Remove TraceController""
>
> This reverts commit 6aa58b8599840160df945afa89e7482d14d1c4d4.
>
> Fixed double-close issue when ending recording.
>
> > Revert 237280 "Remove TraceController"
> >
> > Seems to have broken trace-based telemetry benchmarks on android.
> >
> > BUG=323749
> >
> > > Remove TraceController
> > >
> > > TraceController is obsoleted by TracingController.
> > > Changed all remaining clients to use TracingController.
> > >
> > > BUG=none
> > >
> > > Review URL: https://codereview.chromium.org/67683003
> >
> > TBR=wangxianzhu@chromium.org
> >
> > Review URL: https://codereview.chromium.org/89753004
> >
> > git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237452 0039d316-1c4b-4281-b951-d872f2087c98
>
> TBR=wangxianzhu@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238234
TBR=
Review URL: https://codereview.chromium.org/102003003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reason for revert: Bug 323749 still unresolved
TBR=
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/101543004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 6aa58b8599840160df945afa89e7482d14d1c4d4.
Fixed double-close issue when ending recording.
> Revert 237280 "Remove TraceController"
>
> Seems to have broken trace-based telemetry benchmarks on android.
>
> BUG=323749
>
> > Remove TraceController
> >
> > TraceController is obsoleted by TracingController.
> > Changed all remaining clients to use TracingController.
> >
> > BUG=none
> >
> > Review URL: https://codereview.chromium.org/67683003
>
> TBR=wangxianzhu@chromium.org
>
> Review URL: https://codereview.chromium.org/89753004
>
> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237452 0039d316-1c4b-4281-b951-d872f2087c98
TBR=wangxianzhu@chromium.org
Review URL: https://codereview.chromium.org/99103004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
renderer_overrides_handler to finish ScreencastFrameMetadata extraction.
Step 3 of 3.
BUG=318188
Review URL: https://codereview.chromium.org/64833005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237801 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is no need to take into account the device pixel density
when calculating the scale for captured images. RenderViewHost
operates in device-independent pixels, and the max captured image
dimensions passed from DevTools frontend are also in DIPs, thus
it makes absolutely no reason to perform division by the device pixel
density factor in ParseCaptureParameters.
BUG=323449
Review URL: https://codereview.chromium.org/91253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237567 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Seems to have broken trace-based telemetry benchmarks on android.
BUG=323749
> Remove TraceController
>
> TraceController is obsoleted by TracingController.
> Changed all remaining clients to use TracingController.
>
> BUG=none
>
> Review URL: https://codereview.chromium.org/67683003
TBR=wangxianzhu@chromium.org
Review URL: https://codereview.chromium.org/89753004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TraceController is obsoleted by TracingController.
Changed all remaining clients to use TracingController.
BUG=none
Review URL: https://codereview.chromium.org/67683003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RendererOverridesHandlerTest.QueryUsageAndQuota.
Fix memory leak in content_browsertests discovered by LeakSanitizer.
BUG=307043
TBR=pfeldman@chromium.org
TEST=content_browsertests:RendererOverridesHandlerTest.*
Review URL: https://codereview.chromium.org/83073008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236833 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added new field to ScreenCaptured response to mimic not created yet ScreencastFrameMetadata object.
Step 1 of 3.
BUG=318188
Review URL: https://codereview.chromium.org/64763005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234835 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reland of https://codereview.chromium.org/62713003/ - the original patch broke the Google Chrome OS official builder due to a missing dependency on the extensions api target in extensions/extensions.gyp.
* Move c/b/extensions/extension_process_manager.h to
extensions/browser/process_manager.h
* Rename ExtensionsProcessManager to ProcessManager
* Place it in the "extensions" namespace
BUG=313481
TEST=browser_tests, unit_tests
TBR=miket@chromium.org
Review URL: https://codereview.chromium.org/67253003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234149 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compile error, runtime.h has moved?
> Move ExtensionProcessManager to src/extensions, part 4
>
> * Move c/b/extensions/extension_process_manager.h to
> extensions/browser/process_manager.h
> * Rename ExtensionsProcessManager to ProcessManager
> * Place it in the "extensions" namespace
>
> BUG=313481
> TEST=browser_tests, unit_tests
> R=miket@chromium.org
> TBR=sky@chromium.org for mechanical header file move affecting chrome/browser/
>
> Review URL: https://codereview.chromium.org/62713003
TBR=jamescook@chromium.org
Review URL: https://codereview.chromium.org/66213006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233959 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move c/b/extensions/extension_process_manager.h to
extensions/browser/process_manager.h
* Rename ExtensionsProcessManager to ProcessManager
* Place it in the "extensions" namespace
BUG=313481
TEST=browser_tests, unit_tests
R=miket@chromium.org
TBR=sky@chromium.org for mechanical header file move affecting chrome/browser/
Review URL: https://codereview.chromium.org/62713003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=316598
Review URL: https://codereview.chromium.org/66843002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233929 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL updates all references to the WebKit namespace in content.
TBR=darin@chromium.org
BUG=295096
Review URL: https://codereview.chromium.org/63253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=315079
Review URL: https://codereview.chromium.org/59993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233016 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DevToolsManagerTest was forcing a process swap using
ShouldSwapProcessesForNavigation, but this was unnecessary since the
navigation was cross-site anyway. Removing the extra code so that it doesn't
force an unnecessary swap on the first navigation.
BUG=123007
TEST=DevToolsManagerTest.ReattachOnCancelPendingNavigation
Review URL: https://codereview.chromium.org/53293004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=286240
TEST=content_browsertests --gtest_filter=RendererOverridesHandlerTest.QueryUsageAndQuota
TEST=content_unittests --gtest_filter=QuotaManagerTest.*
Review URL: https://codereview.chromium.org/39963003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=311608
Review URL: https://codereview.chromium.org/46933002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=pfeldman,bulach,mnaganov
BUG=311014
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231043
Review URL: https://codereview.chromium.org/39993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Introduce DevToolsTargetImpl" breaks Telemetry because it no longer returns
type: "other" for prerenders. "Add URL query parameter" had to go because it
builds atop the broken change.
BUG=311652
TBR=kaznacheev@chromium.org
NOTRY=True
Revert "DevTools: Add URL query parameter to json/new command"
This reverts commit 296d770a744a554751bca5bdf16e681bb8615589.
Revert "DevTools: Introduce DevToolsTargetImpl to unify debug target across several places in Chrome"
This reverts commit 329082e9edfe5a0e5672250abc269a66ba33bdf1.
Review URL: https://codereview.chromium.org/46523002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231180 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a RenderViewHostObserver.
This is part of the work in removing RenderViewHostObserver.
BUG=306569
R=kaznacheev@chromium.org
Review URL: https://codereview.chromium.org/41073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231136 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=pfeldman,bulach,mnaganov
BUG=311014
Review URL: https://codereview.chromium.org/39993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231043 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
RendererOverridesHandler::ParseCaptureParameters
BUG=283782
Review URL: https://codereview.chromium.org/34633003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230505 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
client code
TBR=pfeldman,bulach,mnaganov
BUG=None
Review URL: https://codereview.chromium.org/36303006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
remote debugging
BUG=302280
Review URL: https://codereview.chromium.org/34553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=308092
Review URL: https://codereview.chromium.org/32493003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Adding kaznacheev@ and vsevik@ to chrome/browser/devtools/OWNERS and content/browser/devtools/OWNERS
BUG=None
R=pfeldman@chromium.org
Review URL: https://codereview.chromium.org/32643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229855 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=304707
Review URL: https://codereview.chromium.org/28603002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
RendererOverridesHandler::ParseCaptureParameters
RenderWidgetHost::GetView() is allowed to return NULL and this was not being checked.
BUG=283782
Review URL: https://codereview.chromium.org/28493002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229579 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moved GetFeatureStatus() from the gpu_internals_ui to compositor_util, so we can add it to the existing SystemInfo.getInfo API. This exposes the top three sections of the chrome://gpu page through DevTools to Telemetry.
BUG=296773
TEST=TBD
Review URL: https://codereview.chromium.org/24828002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228870 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=303818
Review URL: https://codereview.chromium.org/26580002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227744 0039d316-1c4b-4281-b951-d872f2087c98
|