Home
last modified time | relevance | path

Searched refs:UIString (Results 1 – 25 of 164) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
DLayerDetailsView.js39 …this._emptyView = new WebInspector.EmptyView(WebInspector.UIString("Select a layer to see its deta…
54 …"transform3D": WebInspector.UIString("Composition due to association with an element with a CSS 3D…
55 "video": WebInspector.UIString("Composition due to association with a <video> element."),
56 "canvas": WebInspector.UIString("Composition due to the element being a <canvas> element."),
57 "plugin": WebInspector.UIString("Composition due to association with a plugin."),
58 "iFrame": WebInspector.UIString("Composition due to association with an <iframe> element."),
59 …"backfaceVisibilityHidden": WebInspector.UIString("Composition due to association with an element …
60 "animation": WebInspector.UIString("Composition due to association with an animated element."),
61 …"filters": WebInspector.UIString("Composition due to association with an element with CSS filters …
62 …"positionFixed": WebInspector.UIString("Composition due to association with an element with a \"po…
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTracingTimelineUIUtils.js166 …eventStyles[recordTypes.Program] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Oth…
167 …ypes.EventDispatch] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Event"), categor…
168 …estMainThreadFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Request Main Thr…
169 …rdTypes.BeginFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Frame Start"), c…
170 …ginMainThreadFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Frame Start (mai…
171 …eventStyles[recordTypes.DrawFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("D…
172 …StyleRecalculation] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Schedule Style R…
173 ….RecalculateStyles] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Recalculate Styl…
174 …s.InvalidateLayout] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Invalidate Layou…
175 …eventStyles[recordTypes.Layout] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Layo…
[all …]
DTimelineUIUtils.js150 …loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), 0, "hsl(21…
151 …scripting: new WebInspector.TimelineCategory("scripting", WebInspector.UIString("Scripting"), 1, "…
152 …rendering: new WebInspector.TimelineCategory("rendering", WebInspector.UIString("Rendering"), 2, "…
153 …painting: new WebInspector.TimelineCategory("painting", WebInspector.UIString("Painting"), 2, "hsl…
154 …other: new WebInspector.TimelineCategory("other", WebInspector.UIString("Other"), -1, "hsl(0, 0%, …
155 …idle: new WebInspector.TimelineCategory("idle", WebInspector.UIString("Idle"), -1, "hsl(0, 0%, 87%…
173 …recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories[…
174 …recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categ…
175 …recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: ca…
176 …recordStyles[recordTypes.ScheduleStyleRecalculation] = { title: WebInspector.UIString("Schedule St…
[all …]
DMemoryCountersGraph.js41 WebInspector.CountersGraph.call(this, WebInspector.UIString("MEMORY"), delegate, model);
44 …["jsHeapSizeUsed"] = this.createCounter(WebInspector.UIString("Used JS Heap"), WebInspector.UIStri…
45 …ByName["documents"] = this.createCounter(WebInspector.UIString("Documents"), WebInspector.UIString
46 …untersByName["nodes"] = this.createCounter(WebInspector.UIString("Nodes"), WebInspector.UIString("…
47 …"jsEventListeners"] = this.createCounter(WebInspector.UIString("Listeners"), WebInspector.UIString
49 …s._gpuMemoryCounter = this.createCounter(WebInspector.UIString("GPU Memory"), WebInspector.UIStrin…
DTimelineUIUtilsImpl.js164 …return WebInspector.UIString("%s at %s", WebInspector.TimelineUIUtils.recordStyle(record).title, s…
198 …detailsText = WebInspector.UIString("%s collected", Number.bytesToString(recordData["usedHeapSizeD…
216 detailsText = WebInspector.UIString("%d\u2009\u00d7\u2009%d", width, height);
405 …contentHelper.appendTextRow(WebInspector.UIString("Self Time"), Number.millisToString(record.selfT…
406 …contentHelper.appendTextRow(WebInspector.UIString("Start Time"), Number.millisToString(record.star…
411 …contentHelper.appendTextRow(WebInspector.UIString("Collected"), Number.bytesToString(recordData["u…
414 callSiteStackTraceLabel = WebInspector.UIString("Timer installed");
419 contentHelper.appendTextRow(WebInspector.UIString("Timer ID"), recordData["timerId"]);
421 …contentHelper.appendTextRow(WebInspector.UIString("Timeout"), Number.millisToString(recordData["ti…
422 … contentHelper.appendTextRow(WebInspector.UIString("Repeats"), !recordData["singleShot"]);
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DShortcutsScreen.js70 …eader").createChild("h3").appendChild(document.createTextNode(WebInspector.UIString("Shortcuts")));
81 … noteLink.createTextChild(WebInspector.UIString("Full list of keyboard shortcuts and gestures"));
131 this._addLine(this._renderSequence(keys, WebInspector.UIString("or")), description);
218 …var elementsSection = WebInspector.shortcutsScreen.section(WebInspector.UIString("Elements Panel")…
221 elementsSection.addRelatedKeys(navigate, WebInspector.UIString("Navigate elements"));
224 elementsSection.addRelatedKeys(expandCollapse, WebInspector.UIString("Expand/collapse"));
226 …ctor.ShortcutsScreen.ElementsPanelShortcuts.EditAttribute, WebInspector.UIString("Edit attribute")…
227 …spector.ShortcutsScreen.ElementsPanelShortcuts.HideElement, WebInspector.UIString("Hide element"));
228 …r.ShortcutsScreen.ElementsPanelShortcuts.ToggleEditAsHTML, WebInspector.UIString("Toggle edit as H…
230 …var stylesPaneSection = WebInspector.shortcutsScreen.section(WebInspector.UIString("Styles Pane"));
[all …]
DCookiesTable.js46 …{id: "name", title: WebInspector.UIString("Name"), sortable: true, disclosure: expandable, sort: W…
47 … {id: "value", title: WebInspector.UIString("Value"), sortable: true, longText: true, weight: 34},
48 {id: "domain", title: WebInspector.UIString("Domain"), sortable: true, weight: 7},
49 {id: "path", title: WebInspector.UIString("Path"), sortable: true, weight: 7},
50 … {id: "expires", title: WebInspector.UIString("Expires / Max-Age"), sortable: true, weight: 7},
51 …{id: "size", title: WebInspector.UIString("Size"), sortable: true, align: WebInspector.DataGrid.Al…
52 …{id: "httpOnly", title: WebInspector.UIString("HTTP"), sortable: true, align: WebInspector.DataGri…
53 …{id: "secure", title: WebInspector.UIString("Secure"), sortable: true, align: WebInspector.DataGri…
94 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Clear all fr…
95 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Clear all" :…
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DBreakpointsSidebarPane.js35 WebInspector.SidebarPane.call(this, WebInspector.UIString("Breakpoints"));
47 this.emptyElement.textContent = WebInspector.UIString("No Breakpoints");
69 …WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Deactivate breakpoints" : "Deactiva…
70 …WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Activate breakpoints" : "Activate B…
204 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Remove break…
206 …var removeAllTitle = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Remove all bre…
213 …WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Deactivate breakpoints" : "Deactiva…
214 …WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Activate breakpoints" : "Activate B…
228 …var enableTitle = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Enable all breakp…
229 …var disableTitle = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Disable all brea…
[all …]
DScopeChainSidebarPane.js33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Scope Variables"));
50 infoElement.textContent = WebInspector.UIString("Not Paused");
80 title = WebInspector.UIString("Local");
81 emptyPlaceholder = WebInspector.UIString("No Variables");
100 title = WebInspector.UIString("Closure");
101 emptyPlaceholder = WebInspector.UIString("No Variables");
106 title = WebInspector.UIString("Catch");
111 title = WebInspector.UIString("With Block");
115 title = WebInspector.UIString("Global");
DCallStackSidebarPane.js32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Call Stack"));
36 …ingCheckbox(WebInspector.UIString("Async"), WebInspector.settings.enableAsyncStackTraces, true, un…
57 infoElement.textContent = WebInspector.UIString("Not Paused");
77 title += " " + WebInspector.UIString("(async)");
79 title = WebInspector.UIString("Async Call");
94 … element.textContent = WebInspector.UIString("1 stack frame is hidden (black-boxed).");
96 …element.textContent = WebInspector.UIString("%d stack frames are hidden (black-boxed).", this._hid…
99 showAllLink.textContent = WebInspector.UIString("Show");
159 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Restart fram…
161 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Copy stack t…
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
DResourceWebSocketFrameView.js31 … {id: "data", title: WebInspector.UIString("Data"), sortable: false, weight: 88, longText: true},
32 …{id: "length", title: WebInspector.UIString("Length"), sortable: false, alig: WebInspector.DataGri…
33 {id: "time", title: WebInspector.UIString("Time"), weight: 7}
76 opcodeMeaning = WebInspector.UIString("Continuation Frame");
79 opcodeMeaning = WebInspector.UIString("Binary Frame");
82 opcodeMeaning = WebInspector.UIString("Connection Close Frame");
85 opcodeMeaning = WebInspector.UIString("Ping Frame");
88 opcodeMeaning = WebInspector.UIString("Pong Frame");
91 …row.data = WebInspector.UIString("%s (Opcode %d%s)", opcodeMeaning, payload.opcode, (payload.mask …
122 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Copy message…
DRequestHeadersView.js90 …this._requestPayloadTreeElement = new TreeElement(WebInspector.UIString("Request Payload"), null, …
164 …div.createChild("span", "error-message").textContent = WebInspector.UIString("(unable to decode va…
172 …this._urlTreeElement.title = this._formatHeader(WebInspector.UIString("Request URL"), this._reques…
181 …this._refreshParams(WebInspector.UIString("Query String Parameters"), queryParameters, queryString…
196 …this._refreshParams(WebInspector.UIString("Form Data"), formParameters, formData, this._formDataTr…
240 headerCount.textContent = WebInspector.UIString(" (%d)", params.length);
260 …le = this._decodeRequestParameters ? WebInspector.UIString("view URL encoded") : WebInspector.UISt…
320 …ar viewSourceToggleTitle = viewSource ? WebInspector.UIString("view parsed") : WebInspector.UIStri…
346 …this._refreshHeadersText(WebInspector.UIString("Request Headers"), headers.length, headersText, tr…
348 …this._refreshHeaders(WebInspector.UIString("Request Headers"), headers, treeElement, headersText =…
[all …]
DNetworkPanel.js101 "name": WebInspector.UIString("Name"),
102 "method": WebInspector.UIString("Method"),
103 "status": WebInspector.UIString("Status"),
104 "scheme": WebInspector.UIString("Scheme"),
105 "domain": WebInspector.UIString("Domain"),
106 "remoteAddress": WebInspector.UIString("Remote Address"),
107 "type": WebInspector.UIString("Type"),
108 "initiator": WebInspector.UIString("Initiator"),
109 "cookies": WebInspector.UIString("Cookies"),
110 "setCookies": WebInspector.UIString("Set-Cookies"),
[all …]
DRequestTimingView.js52 …this._emptyView = new WebInspector.EmptyView(WebInspector.UIString("This request has no detailed t…
121 addRow(WebInspector.UIString("Blocking"), "blocking", 0, blocking);
124 addRow(WebInspector.UIString("Proxy"), "proxy", timing.proxyStart, timing.proxyEnd);
127 addRow(WebInspector.UIString("DNS Lookup"), "dns", timing.dnsStart, timing.dnsEnd);
130 … addRow(WebInspector.UIString("Connecting"), "connecting", timing.connectStart, timing.connectEnd);
133 addRow(WebInspector.UIString("SSL"), "ssl", timing.sslStart, timing.sslEnd);
135 addRow(WebInspector.UIString("Sending"), "sending", timing.sendStart, timing.sendEnd);
136 addRow(WebInspector.UIString("Waiting"), "waiting", timing.sendEnd, timing.receiveHeadersEnd);
139 …addRow(WebInspector.UIString("Receiving"), "receiving", (request.responseReceivedTime - timing.req…
182 cell.createTextChild(WebInspector.UIString("CAUTION: request is not finished yet!"));
DNetworkItemView.js42 this.appendTab("headers", WebInspector.UIString("Headers"), headersView);
48 this.appendTab("webSocketFrames", WebInspector.UIString("Frames"), frameView);
52 this.appendTab("preview", WebInspector.UIString("Preview"), previewView);
53 this.appendTab("response", WebInspector.UIString("Response"), responseView);
58 this.appendTab("cookies", WebInspector.UIString("Cookies"), this._cookiesView);
63 this.appendTab("timing", WebInspector.UIString("Timing"), timingView);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DOverridesView.js58 resetButtonElement.textContent = WebInspector.UIString("Reset");
65 …this._splashScreenElement.createTextChild(WebInspector.UIString("Emulation is currently disabled. …
69 …this._splashScreenElement.createTextChild(WebInspector.UIString("in the main toolbar to enable it.…
178 WebInspector.OverridesView.Tab.call(this, "device", WebInspector.UIString("Device"), [
193 footnoteLink.createTextChild(WebInspector.UIString("More information about screen emulation"));
202 fieldsetElement.createChild("span").textContent = WebInspector.UIString("Model:");
209 cellElement.appendChild(document.createTextNode(WebInspector.UIString("Resolution:")));
212 …", WebInspector.OverridesSupport.deviceSizeValidator, true, true, WebInspector.UIString("\u2013"));
216 this._swapDimensionsElement.title = WebInspector.UIString("Swap dimensions");
219 …", WebInspector.OverridesSupport.deviceSizeValidator, true, true, WebInspector.UIString("\u2013"));
[all …]
DRenderingOptionsView.js42 …div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show paint re…
43 …div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show composit…
44 …div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show FPS mete…
45 …div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Enable contin…
46 …var child = WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show potential sc…
47 …child.title = WebInspector.UIString("Shows areas of the page that slow down scrolling:\nTouch and …
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCPUProfileView.js40 …columns.push({id: "self", title: WebInspector.UIString("Self"), width: "120px", sort: WebInspector…
41 …columns.push({id: "total", title: WebInspector.UIString("Total"), width: "120px", sortable: true});
42 …columns.push({id: "function", title: WebInspector.UIString("Function"), disclosure: true, sortable…
51 …ileView._TypeFlame] = this.viewSelectComboBox.createOption(WebInspector.UIString("Chart"), "", Web…
52 …ileView._TypeHeavy] = this.viewSelectComboBox.createOption(WebInspector.UIString("Heavy (Bottom Up…
53 …fileView._TypeTree] = this.viewSelectComboBox.createOption(WebInspector.UIString("Tree (Top Down)"…
61 …this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function…
66 …this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected func…
71 …this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."…
488 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Col…
[all …]
DHeapSnapshotDataGrids.js149 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Su…
150 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Do…
152 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Do…
154 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Su…
628 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true},
629 {id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true},
630 … {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true},
631 …{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true…
674 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true},
675 …{id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true, sort: We…
[all …]
DCanvasProfileView.js72 …this._createControlButton(controlsContainer, "canvas-replay-first-step", WebInspector.UIString("Fi…
73 …this._createControlButton(controlsContainer, "canvas-replay-prev-step", WebInspector.UIString("Pre…
74 …this._createControlButton(controlsContainer, "canvas-replay-next-step", WebInspector.UIString("Nex…
75 …this._createControlButton(controlsContainer, "canvas-replay-prev-draw", WebInspector.UIString("Pre…
76 …this._createControlButton(controlsContainer, "canvas-replay-next-draw", WebInspector.UIString("Nex…
77 …this._createControlButton(controlsContainer, "canvas-replay-last-step", WebInspector.UIString("Las…
80 …._replayContextSelector.createOption(WebInspector.UIString("<screenshot auto>"), WebInspector.UISt…
93 {title: WebInspector.UIString("Call"), sortable: false, width: "75%", disclosure: true},
94 {title: WebInspector.UIString("Location"), sortable: false, width: "20%"}
309 …this._debugInfoElement.textContent = WebInspector.UIString("Replay time: %s", Number.secondsToStri…
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DImageView.js94 …{ name: WebInspector.UIString("Dimensions"), value: WebInspector.UIString("%d × %d", imagePreviewE…
95 … { name: WebInspector.UIString("File size"), value: Number.bytesToString(resourceSize) },
96 { name: WebInspector.UIString("MIME type"), value: this.resource.mimeType }
109 dt.textContent = WebInspector.UIString("URL");
137 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Copy image U…
139 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Copy image a…
140 …contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Open image i…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/
DAdvancedSearchView.js24 this._search.placeholder = WebInspector.UIString("Search sources");
35 … this._ignoreCaseLabel.appendChild(document.createTextNode(WebInspector.UIString("Ignore case")));
42 …this._regexLabel.appendChild(document.createTextNode(WebInspector.UIString("Regular expression")));
201 this._searchMessageElement.textContent = WebInspector.UIString("Searching...");
206 this._searchingView = new WebInspector.EmptyView(WebInspector.UIString("Searching..."));
215 this._searchMessageElement.textContent = WebInspector.UIString("Indexing...");
224 …this._searchMessageElement.textContent = finished ? "" : WebInspector.UIString("Indexing interrupt…
230 …this._searchResultsMessageElement.textContent = WebInspector.UIString("Found %d matches in %d file…
256 … this._notFoundView = new WebInspector.EmptyView(WebInspector.UIString("No matches found."));
258 this._searchResultsMessageElement.textContent = WebInspector.UIString("No matches found.");
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
DSettingsScreen.js50 settingsLabelElement.createTextChild(WebInspector.UIString("Settings"));
53 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.General, WebInspector.UIString("Genera…
54 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Workspace, WebInspector.UIString("Work…
56 …ne.appendTab(WebInspector.SettingsScreen.Tabs.Experiments, WebInspector.UIString("Experiments"), n…
57 …this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Shortcuts, WebInspector.UIString("Shor…
78 return WebInspector.UIString("Invalid number format");
80 return WebInspector.UIString("Value is out of range [%d, %d]", min, max);
217 WebInspector.SettingsTab.call(this, WebInspector.UIString("General"), "general-tab-content");
223 restoreDefaults.value = WebInspector.UIString("Restore defaults and reload");
280 var uiSectionName = sectionName && WebInspector.UIString(sectionName);
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DIndexedDBViews.js82 …this._securityOriginTreeElement.title = this._formatHeader(WebInspector.UIString("Security origin"…
83 …this._nameTreeElement.title = this._formatHeader(WebInspector.UIString("Name"), this._database.dat…
84 …this._stringVersionTreeElement.title = this._formatHeader(WebInspector.UIString("String Version"),…
85 …this._intVersionTreeElement.title = this._formatHeader(WebInspector.UIString("Integer Version"), t…
126 …this._refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-…
129 …this._clearButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear object store"), …
148 columns.push({id: "number", title: WebInspector.UIString("#"), width: "50px"});
149 …id: "key", titleDOMFragment: this._keyColumnHeaderFragment(WebInspector.UIString("Key"), keyPath)}…
151 …imaryKey", titleDOMFragment: this._keyColumnHeaderFragment(WebInspector.UIString("Primary key"), t…
152 columns.push({id: "value", title: WebInspector.UIString("Value")});
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
DAuditRules.js78 …WebInspector.AuditRule.call(this, "network-gzip", WebInspector.UIString("Enable gzip compression")…
116 …summary.value = WebInspector.UIString("Compressing the following resources with gzip could reduce …
175 …summary.addChild(WebInspector.UIString("%d %s resources served from %s.", domainResources.length, …
183 …summary.value = WebInspector.UIString("There are multiple resources served from same domain. Consi…
195 …CombineExternalResourcesRule.call(this, "page-externaljs", WebInspector.UIString("Combine external…
207 …ombineExternalResourcesRule.call(this, "page-externalcss", WebInspector.UIString("Combine external…
219 …WebInspector.AuditRule.call(this, "network-minimizelookups", WebInspector.UIString("Minimize DNS l…
251 …summary.value = WebInspector.UIString("The following domains only serve one resource each. If poss…
264 …WebInspector.AuditRule.call(this, "network-parallelizehosts", WebInspector.UIString("Parallelize d…
334 …var entry = result.addChild(WebInspector.UIString("This page makes %d parallelizable requests to %…
[all …]

1234567