summaryrefslogtreecommitdiffstats
path: root/content/renderer/devtools
Commit message (Expand)AuthorAgeFilesLines
* Add MIPS support to V8 Sampling ProfilerGordana.Cmiljanovic2015-04-211-1/+5
* [DevTools] Unpause renderer when paused RenderFrame is closed.dgozman2015-04-062-5/+16
* Revert of [DevTools] Unpause renderer when paused RenderFrame is closed. (pat...mfomitchev2015-04-012-16/+5
* [DevTools] Unpause renderer when paused RenderFrame is closed.dgozman2015-04-012-5/+16
* V8 Sampling: Record script_id in JitCodeAdded events.alph2015-04-011-0/+3
* [DevTools] Move DevToolsAgent to RenderFrameImpl.dgozman2015-03-262-130/+30
* V8 Sampling profiler: Introduce PlatformDataalph2015-03-251-29/+61
* V8 Sampling Profiler: Support sampling on Windows.alph2015-03-242-50/+55
* Revert of Revert of Unflake V8 sampling profiler tests. (patchset #1 id:1 of ...alph2015-03-243-11/+26
* Revert of Unflake V8 sampling profiler tests. (patchset #1 id:1 of https://co...pneubeck2015-03-243-26/+11
* Unflake V8 sampling profiler tests.alph2015-03-243-11/+26
* V8 Sampling profiler: Support ARM platform.alph2015-03-232-6/+18
* Fix compilation on non-x86 arch after r321565alph2015-03-202-4/+4
* Fix ChromeOS compilation after r321565alph2015-03-202-4/+4
* V8 Sampling Profiler: Collect V8 sample trace events on Linux and MacOSalph2015-03-204-46/+474
* [DevTools] Handle emulation in embedder, call into web API.dgozman2015-03-162-13/+0
* V8 Sampling Profiler: Collect V8 JitCodeEvents in tracingalph2015-02-253-19/+311
* DevTools: Fix debugger command ordersergeyv2015-02-172-14/+6
* Remove DevToolsGPUAgentyurys2015-02-102-53/+1
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-094-14/+15
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-284-4/+4
* Reland r312612: DevTools: update backend state along with the command acks (C...pfeldman2015-01-232-38/+64
* Revert of DevTools: update backend state along with the command acks (Chromiu...macourteau2015-01-222-64/+38
* DevTools: update backend state along with the command acks (Chromium side).pfeldman2015-01-222-38/+64
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+2
* DevTools: Add V8 sampling profiler thread.alph2014-12-083-0/+162
* Ignore DevTools messages from the old inspected RVH after navigationyurys2014-11-254-32/+34
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-212-4/+4
* Enforce handle ownership in base::Process.rvargas2014-10-171-2/+2
* DevTools: add support for chunked protocol messages.pfeldman2014-10-162-3/+17
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-083-19/+19
* DevTools: disallow to start stop tracing using console.timeline/timelineEndyurys2014-09-151-2/+0
* DevTools: use explicit IPC messages for enabling/disabling tracing instead of...yurys2014-08-291-0/+2
* Revert of DevTools: use explicit IPC messages for enabling/disabling tracing ...mlamouri2014-08-281-2/+0
* DevTools: use explicit IPC messages for enabling/disabling tracing instead of...yurys2014-08-281-0/+2
* DevTools: remove methods used for native memory instrumentationyurys2014-08-272-15/+0
* DevTools: control touch emulation from the browser side only.pfeldman@chromium.org2014-08-202-9/+0
* [DevTools] Move DispatchOnDevToolsFrontend to embedder.dgozman@chromium.org2014-08-072-21/+0
* Revert of [DevTools] Move DispatchOnDevToolsFrontend to embedder. (https://co...kouhei@chromium.org2014-08-052-0/+21
* [DevTools] Move DispatchOnDevToolsFrontend to embedder.dgozman@chromium.org2014-08-052-21/+0
* Refactor tracing to pass around base::debug::TraceOptions to reduce spaghettinednguyen@google.com2014-08-041-1/+2
* DevTools: Do not set processId on WebDevToolsAgent explicitly now that we ask...vsevik@chromium.org2014-07-161-2/+0
* DevTools: Add processId getter implementation on DevToolsAgentvsevik@chromium.org2014-07-142-0/+5
* Renaming didNavigate() to continueProgramsuyash.s@samsung.com2014-06-241-3/+1
* DevTools: complete 2-sided migration to attach w/ id (content)pfeldman@chromium.org2014-06-202-5/+0
* DevTools: pass agent host id to the renderer (content).pfeldman@chromium.org2014-06-183-20/+30
* Stop calling setForceCompositingMode(true).ojan@chromium.org2014-05-281-1/+0
* [DevTools] Send ack early when paused in mouse move to keep events coming.dgozman@chromium.org2014-05-222-1/+18
* Introduce EmbeddedWorkerDevToolsAgent.horo@chromium.org2014-04-302-15/+16
* [3/4] Process clearBrowserCahce/cookies commands in browser.eustas@chromium.org2014-04-302-10/+0