summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Support format using enum argument for Async readback.siva.gunturi@samsung.com2014-01-241-2/+2
| | | | | | | | | | 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
* content_gl_tests were failing because, we are checking for rgb565 platform ↵siva.gunturi@samsung.com2014-01-201-2/+4
| | | | | | | | | | | | | | | | | 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
* Port r152639 and r177025 to tracing_ and devtools_resources.gyp.thakis@chromium.org2014-01-181-2/+1
| | | | | | | | | | | | | | | 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
* Revert 245772 "content_gl_tests were failing because, we are che..."kbr@chromium.org2014-01-181-4/+2
| | | | | | | | | | | | | | | | | | | | 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
* content_gl_tests were failing because, we are checking for rgb565 platform ↵siva.gunturi@samsung.com2014-01-181-2/+4
| | | | | | | | | | | | | | | 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
* Revert of Add RGB565 Texture readback support in gl_helper ↵ager@chromium.org2014-01-171-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* Add RGB565 Texture readback support in gl_helpersiva.gunturi@samsung.com2014-01-171-2/+4
| | | | | | | | | | 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
* telemetry: Wait for acknowledgement that tracing has startedskyostil@chromium.org2014-01-152-2/+10
| | | | | | | | | | | | | | | | | | 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
* DevTools: browser crash upon renderer-initiated navigation w/ ↵pfeldman@chromium.org2014-01-142-0/+13
| | | | | | | | | | 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
* Added devtools_protocol_constants_generator.py.zvorygin@chromium.org2013-12-274-589/+204
| | | | | | | | 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
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to ↵avi@chromium.org2013-12-234-8/+9
| | | | | | | | | | | | 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
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ***************** 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
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | > 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
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-18/+8
| | | | | | | | | | | | | | | | | | | | 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
* Migrated source files to new constants names.zvorygin@chromium.org2013-12-095-356/+555
| | | | | | | | | | | 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
* Update gyp files to point to new location of devtools.gypjochen@chromium.org2013-12-061-1/+1
| | | | | | | | | 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
* Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to ↵jam@chromium.org2013-12-051-1/+1
| | | | | | | | | | 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
* Implement DevTools ScreenCast support for Android WebViewmnaganov@chromium.org2013-12-044-11/+22
| | | | | | | | | | | 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
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-032-6/+8
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/102593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238447 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply "Remove TraceController"wangxianzhu@chromium.org2013-12-032-45/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Revert of https://codereview.chromium.org/99103004/wangxianzhu@chromium.org2013-12-032-93/+45
| | | | | | | | | | | | 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
* Revert "Revert 237280 "Remove TraceController""wangxianzhu@chromium.org2013-12-022-45/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [DevTools] Remove temporary duplicated properties inzvorygin@chromium.org2013-11-281-4/+0
| | | | | | | | | | | | 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
* [DevTools] Fix excessive downsampling of ScreenCast imagesmnaganov@chromium.org2013-11-271-3/+2
| | | | | | | | | | | | | | | 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
* Revert 237280 "Remove TraceController"tonyg@chromium.org2013-11-272-93/+45
| | | | | | | | | | | | | | | | | | | | | 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
* Remove TraceControllerwangxianzhu@chromium.org2013-11-262-45/+93
| | | | | | | | | | | 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
* Do not leak a DictionaryValue from ↵earthdok@chromium.org2013-11-221-3/+3
| | | | | | | | | | | | | | 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
* [DevTools] Added new field to ScreenCaptured response.zvorygin@chromium.org2013-11-133-7/+17
| | | | | | | | | | | | 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: Move ExtensionProcessManager to src/extensions, part 4jamescook@chromium.org2013-11-101-2/+2
| | | | | | | | | | | | | | | | | 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
* Revert 233956 "Move ExtensionProcessManager to src/extensions, p..."rockot@google.com2013-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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 ExtensionProcessManager to src/extensions, part 4jamescook@chromium.org2013-11-081-2/+2
| | | | | | | | | | | | | | | | * 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
* DevTools: Disable Screencast for Android WebViewkaznacheev@chromium.org2013-11-081-1/+5
| | | | | | | | 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
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-5/+5
| | | | | | | | | | | 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
* DevTools: Include Android package name into json/version response.kaznacheev@chromium.org2013-11-051-0/+8
| | | | | | | | 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
* Remove unnecessary ContentBrowserClient in test.creis@chromium.org2013-11-051-28/+0
| | | | | | | | | | | | | | 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
* Quota: Add new storage type for filesystems not managed by quotanhiroki@chromium.org2013-10-281-19/+20
| | | | | | | | | | 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
* DevTools: Create PowerSaveBlocker only on Androidkaznacheev@chromium.org2013-10-282-3/+10
| | | | | | | | 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
* DevTools: Add URL query parameter to json/new commandkaznacheev@chromium.org2013-10-272-3/+10
| | | | | | | | | | | 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
* Fix Telemetry.tonyg@chromium.org2013-10-262-10/+3
| | | | | | | | | | | | | | | | | | | | | | "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
* Convert DevToolsAgentHostRvhObserver to be a WebContentsObserver instead of ↵jam@chromium.org2013-10-252-42/+20
| | | | | | | | | | | | | 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
* DevTools: Add URL query parameter to json/new commandkaznacheev@chromium.org2013-10-252-3/+10
| | | | | | | | | 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
* DevTools: Better fix for a null pointer exception in ↵kaznacheev@chromium.org2013-10-231-10/+15
| | | | | | | | | | 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
* DevTools: Move EscapeForHTML call from DevToolsTarget implementations to the ↵kaznacheev@chromium.org2013-10-231-1/+3
| | | | | | | | | | | 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
* DevTools: Do not lock device screen while the page is being inspected via ↵kaznacheev@chromium.org2013-10-222-0/+20
| | | | | | | | | | 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
* DevTools: Fix Screencast when the device is unlockedkaznacheev@chromium.org2013-10-212-0/+12
| | | | | | | | 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
* DevTools: Add kaznacheev@ and vsevik@ to OWNERSkaznacheev@chromium.org2013-10-211-0/+2
| | | | | | | | | | | 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
* DevTools: Support Page.canScreencast in RendererOverridesHandlerkaznacheev@chromium.org2013-10-204-0/+29
| | | | | | | | 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
* DevTools: Fix null pointer exception in ↵kaznacheev@chromium.org2013-10-191-9/+9
| | | | | | | | | | | | 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
* [telemetry] Print graphics feature status.dtu@chromium.org2013-10-162-0/+5
| | | | | | | | | | | | 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
* Devtools: Move WeakPtrFactory members to the enddmichael@chromium.org2013-10-091-1/+1
| | | | | | | | 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