Lines Matching full:panel
3081 Enabling debugger requires that Scripts panel is already attached to the
3084 debugger was enabled from the Scripts panel, so that it was guaranteed to
3195 - Fix for Inspector's Elements panel being empty when Inspector first appears.
3940 - Add panel enabler to the resources panel.
3941 - Add session / always options into the panel enabler.
3945 resources panel is not enabled.
21558 Correctly sort (program) scripts in the Scripts panel popup menu.
24174 search field after the first match is selected in the Resources panel.
34022 Alphabetically sort scripts in the Script's panel file popup menu.
71490 the Web Inspector's resource panel.
74400 Make the Profiles panel in the Web Inspector have an enable screen.
74542 Fix an exception when searching the Resources panel while there
76278 Fixes the Profiles panel in the Web Inspector, which was broken by
76482 Make the Resource panel perform graph updates atomically, so when resources
76516 (WebInspector.ResourcesPanel.prototype.set needsRefresh): Set a timeout if the panel
76890 Make the Web Inspector Resources panel open quicker and change graphs
76940 Update the scroll position in the Resources panel when loading
80491 Add support to the Resources panel for queries like "#123", "foo #123",
80902 code for loading resources show up in the Scripts panel.
81180 * inspector/front-end/Panel.js: Renamed from WebCore/page/inspector/Panel.js.
81210 Adds support to the Web Inspector's Elements panel for fast tag name,
81211 class name, id and attribute name searching. The panel first tries
81230 panel. The search tasks are divided into chunks that are small
82976 the main-panels element if the panel is visible.
83000 * page/inspector/Panel.js:
84022 Fixes a bug where the Profiles panel sidebar would be empty
84253 Change searching in the Profiles panel to not match the
84541 three search methods in the Elements panel and not
86013 Adds search support to the Profiles panel.
86015 The Profiles panel supports a few types of queries:
86048 (WebInspector.ProfilesPanel.prototype.showView): Call showProfile. Used by Panel to show a view.
86074 are not this panel's current visible view. This can happen when a ResourceView is
86075 visible in the Scripts panel then switched to the this panel.
86084 in the sidebar. Calls the Panel prototype's searchCanceled.
86086 in the sidebar. Calls the Panel prototype's performSearch.
86092 (WebInspector.ResourcesPanel.prototype.showView): Call showResource. Used by Panel to show a view.
86105 This can happen when a ResourceView is visible in the Resources panel then switched to the this panel.
86108 (WebInspector.ScriptsPanel.prototype.showView): Call _showScriptOrResource. Used by Panel to show a view.
86146 Highlight all matched search results in the Elements panel DOM tree.
86169 Add search support to the Elements panel.
86186 Add support to Panel that allows easy searching of sub-views.
86192 * page/inspector/Panel.js:
86193 (WebInspector.Panel.prototype.searchCanceled): Call searchCanceled on all the
86197 (WebInspector.Panel.prototype.performSearch): Call searchCanceled since it will
86199 from the panel, implemented by sub-classes. Iterate over the views one-by-one
86202 the performSearch on each view so it can notify the panel of results.
86203 (WebInspector.Panel.prototype.jumpToNextSearchResult): Finds the index in the
86208 (WebInspector.Panel.prototype.jumpToPreviousSearchResult): Ditto, but in reverse.
86212 Add support for asking the current panel to perform a search, find next/previous and clear.
86213 A search is performed on the new new current panel when switching between panels. The search
86214 label/placeholder in the toolbar now includes the panel name to make it clear that panel will
86236 (WebInspector.set currentPanel): perform the search on the new panel.
86313 not reveal them in the Elements panel DOM tree.
95023 Resources panel are updated.
96542 profile in the profile panel. And created displayTitleForProfileLink()