Skip to content

Commit

Permalink
squash 'resources/unpacked/devtools' changes from d8952e0..5f3b8e4
Browse files Browse the repository at this point in the history
5f3b8e4 Revert of DevTools: do not use platform/ to load injected scripts into inspector/v8. (patchset #3 id:100001 of https://codereview.chromium.org/1670813003/ )
0d97c97 DevTools: do not use platform/ to load injected scripts into inspector/v8.
d4a86f2 Revert "Devtools: Add metrics for drawer views being shown"
49d18c4 DevTools: remove dependency on ScriptRegexp.h, CodeSearchUtils.h from inspector/v8.
96f1331 DevTools: convert ScriptCallStack into a wrapper around the V8StackTrace backend.
7662cd1 DevTools: Fix sorting by type in network panel
d757306 DevTools: merge ScriptCallStack and ScriptAsyncCallStack, move CallStacks from console to Runtime.
a7db135 DevTools: move compile/runScript from debugger agent into the runtime one.
ad89e1b DevTools: early prototype of rail phases detection on Timeline
02efb97 Devtools: Enable dark inspect tooltip
95381fc DevTools: removing the deprecated timeline domain.
f2193dc [DevTools] Implement auto attach to popups.
fd477cd Surface SCT (Signed Certificate Timestamp) counts in the Security panel.
0e4a123 [DevTools] Fixing UX regressions.
0749e47 [DevTools] Polyfill Object.observe for old frontends.
f91bb92 Fixes #575026 : DevTools CPU Flamechart - use node.url to assign color to flamecharts rather than node.functionName:node.url
e2d7888 DevTools: Search across all files doesn't find all text in the webapp
e851989 [DevTools] Use Debugger.setBlackboxedRanges for blackboxing
3373105 Accessibility pane: Show related nodes inline
a07d3fe [DevTools] Add Debugger.setBlackboxedRanges protocol method
5aba73f Modify presentation of related nodes in Accessibility pane
a652569 Revert of Change Event.deepPath to a method (patchset #3 id:40001 of https://codereview.chromium.org/1637813002/ )
6c0bf8d Rename first-party-only cookies to same-site cookies.
ba41625 Change Event.deepPath to a method
30d9fd5 DevTools: support snippets with names of Object.prototype methods
edbea8f DevTools - Elements dim the "== $0"
c0ea2dd [DevTools] Provide reasonable default values when adding custom device.
5307a20 Devtools: Accept applied autocompletion on property edit blur
91078bd [DevTools] Device mode: resizer at the left, removed annoying console error.
7be6b68 [DevTools] Reset page scale before applying new emulation parameters.
6cf35e7 [DevTools] Cleanup various bindInput implementations.
0ba43a8 DevTools: support fixed-width columns in data grid
a83ce24 DevTools: [timeline] Make events with no JS stacks placed correctly.
90ab3fc DevTools: Color system JS frames with scripting category color.
e00beec [DevTools] Small cleanup after device mode v2.
74c6a34 Devtools: Add editable keyframes to the styles sidebar pane
85dee60 DevTools: Switch to using fast stack iterator to collect stacks during timeline recording.
9b72e0f Add Tracing.RecordClockSyncMarker to DevTools API
d8af5fb DevTools: move InjectedScript* to inspector/v8.
0e1259e [DevTools] Split DeviceModeView.js into view, toolbar and wrapper.

git-subtree-dir: resources/unpacked/devtools
git-subtree-split: 5f3b8e4
  • Loading branch information
darwin committed Feb 9, 2016
1 parent 1d89f4b commit 2191f54
Show file tree
Hide file tree
Showing 87 changed files with 3,224 additions and 2,237 deletions.
56 changes: 0 additions & 56 deletions Inspector-1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2787,62 +2787,6 @@
}
]
},
{
"domain": "Timeline",
"description": "Timeline provides its clients with instrumentation records that are generated during the page runtime. Timeline instrumentation can be started and stopped using corresponding commands. While timeline is started, it is generating timeline event records.",
"types": [
{
"id": "DOMCounters",
"type": "object",
"properties": [
{ "name": "documents", "type": "integer" },
{ "name": "nodes", "type": "integer" },
{ "name": "jsEventListeners", "type": "integer" }
],
"description": "Current values of DOM counters.",
"hidden": true
},
{
"id": "TimelineEvent",
"type": "object",
"properties": [
{ "name": "type", "type": "string", "description": "Event type." },
{ "name": "thread", "type": "string", "optional": true, "description": "If present, identifies the thread that produced the event.", "hidden": true },
{ "name": "data", "type": "object", "description": "Event data." },
{ "name": "children", "type": "array", "optional": true, "items": { "$ref": "TimelineEvent" }, "description": "Nested records." },
{ "name": "counters", "$ref": "DOMCounters", "optional": true, "hidden": true, "description": "Current values of DOM counters." },
{ "name": "usedHeapSize", "type": "integer", "optional": true, "hidden": true, "description": "Current size of JS heap." },
{ "name": "nativeHeapStatistics", "type": "object", "optional": true, "hidden": true, "description": "Native heap statistics." }
],
"description": "Timeline record contains information about the recorded activity."
}
],
"commands": [
{
"name": "start",
"parameters": [
{ "name": "maxCallStackDepth", "optional": true, "type": "integer", "description": "Samples JavaScript stack traces up to <code>maxCallStackDepth</code>, defaults to 5." },
{ "name": "includeDomCounters", "optional": true, "type": "boolean", "hidden": true, "description": "Whether DOM counters data should be included into timeline events." },
{ "name": "includeNativeMemoryStatistics", "optional": true, "type": "boolean", "hidden": true, "description": "Whether native memory usage statistics should be reported as part of timeline events." }

],
"description": "Starts capturing instrumentation events."
},
{
"name": "stop",
"description": "Stops capturing instrumentation events."
}
],
"events": [
{
"name": "eventRecorded",
"parameters": [
{ "name": "record", "$ref": "TimelineEvent", "description": "Timeline event record data." }
],
"description": "Fired for every instrumentation event while timeline is started."
}
]
},
{
"domain": "Debugger",
"description": "Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.",
Expand Down
4 changes: 4 additions & 0 deletions devtools.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@
'front_end/emulation/mediaQueryInspector.css',
'front_end/emulation/sensors.css',
'front_end/emulation/DeviceModeModel.js',
'front_end/emulation/DeviceModeToolbar.js',
'front_end/emulation/DeviceModeView.js',
'front_end/emulation/DeviceModeWrapper.js',
'front_end/emulation/DeviceOrientation.js',
'front_end/emulation/DevicesSettingsTab.js',
'front_end/emulation/EmulatedDevices.js',
Expand Down Expand Up @@ -354,6 +356,7 @@
'front_end/accessibility/accessibilityNode.css',
'front_end/accessibility/AccessibilityModel.js',
'front_end/accessibility/AccessibilitySidebarView.js',
'front_end/accessibility/AccessibilityNodeView.js',
'front_end/accessibility/AccessibilityStrings.js',
],
'devtools_animation_js_files': [
Expand Down Expand Up @@ -681,6 +684,7 @@
'front_end/timeline/TimelineEventOverview.js',
'front_end/timeline/TimelineFlameChart.js',
'front_end/timeline/TimelineFrameModel.js',
'front_end/timeline/TimelineIRModel.js',
'front_end/timeline/TimelineJSProfile.js',
'front_end/timeline/TimelineLayersView.js',
'front_end/timeline/TimelineModel.js',
Expand Down
Loading

0 comments on commit 2191f54

Please sign in to comment.