Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Issue 8382007: Merge 97975 - Web Inspector: Advanced search results should keep working after pretty print toggled. (Closed)

Created:
9 years, 2 months ago by vsevik
Modified:
9 years, 2 months ago
Reviewers:
vsevik
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/912/
Visibility:
Public.

Description

Merge 97975 - Web Inspector: Advanced search results should keep working after pretty print toggled. https://bugs.webkit.org/show_bug.cgi?id=70347 Reviewed by Pavel Feldman. Source/WebCore: * inspector/front-end/AdvancedSearchController.js: (WebInspector.SearchScope.prototype.createSearchResultsPane): (WebInspector.FileBasedSearchResultsPane.prototype.createAnchor): (WebInspector.FileBasedSearchResultsPane.prototype.addSearchResult): (WebInspector.FileBasedSearchResultsPane.prototype._regexMatchRanges): (WebInspector.FileBasedSearchResultsPane.prototype._createContentSpan): * inspector/front-end/BreakpointManager.js: (WebInspector.BreakpointManager.prototype._materializeBreakpoint): * inspector/front-end/CompilerSourceMapping.js: (WebInspector.CompilerSourceMapping.prototype.sourceLocationToCompiledLocation): * inspector/front-end/DebuggerPresentationModel.js: (WebInspector.DebuggerPresentationModel.prototype.createLinkifier): (WebInspector.DebuggerPresentationModel.prototype.continueToLine): (WebInspector.DebuggerPresentationModel.LinkifierFormatter): (WebInspector.DebuggerPresentationModel.LinkifierFormatter.prototype.formatRawSourceCodeAnchor): (WebInspector.DebuggerPresentationModel.DefaultLinkifierFormatter): (WebInspector.DebuggerPresentationModel.DefaultLinkifierFormatter.prototype.formatRawSourceCodeAnchor): (WebInspector.DebuggerPresentationModel.Linkifier): (WebInspector.DebuggerPresentationModel.Linkifier.prototype.linkifyLocation): (WebInspector.DebuggerPresentationModel.Linkifier.prototype.linkifyResource): (WebInspector.DebuggerPresentationModel.Linkifier.prototype.linkifyRawSourceCode): (WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateAnchor): * inspector/front-end/RawSourceCode.js: (WebInspector.RawSourceCode.SourceMapping.prototype.uiLocationToRawLocation): (WebInspector.RawSourceCode.PlainSourceMapping.prototype.uiLocationToRawLocation): (WebInspector.RawSourceCode.FormattedSourceMapping.prototype.uiLocationToRawLocation): (WebInspector.RawSourceCode.CompilerSourceMapping.prototype.uiLocationToRawLocation): * inspector/front-end/ScriptsSearchScope.js: (WebInspector.ScriptsSearchResultsPane): (WebInspector.ScriptsSearchResultsPane.prototype.createAnchor): (WebInspector.ScriptsSearchResultsPane.LinkifierFormatter): (WebInspector.ScriptsSearchResultsPane.LinkifierFormatter.prototype.formatRawSourceCodeAnchor): * inspector/front-end/inspector.html: LayoutTests: * inspector/debugger/raw-source-code.html: BUG=101016 TBR=vsevik@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98247

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -56 lines) Patch
M LayoutTests/inspector/debugger/raw-source-code.html View 7 chunks +9 lines, -9 lines 0 comments Download
M Source/WebCore/inspector/front-end/AdvancedSearchController.js View 5 chunks +28 lines, -17 lines 0 comments Download
M Source/WebCore/inspector/front-end/BreakpointManager.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/inspector/front-end/CompilerSourceMapping.js View 1 chunk +1 line, -2 lines 0 comments Download
M Source/WebCore/inspector/front-end/DebuggerPresentationModel.js View 5 chunks +84 lines, -12 lines 0 comments Download
M Source/WebCore/inspector/front-end/RawSourceCode.js View 4 chunks +11 lines, -7 lines 0 comments Download
M Source/WebCore/inspector/front-end/ScriptsSearchScope.js View 2 chunks +29 lines, -7 lines 0 comments Download
M Source/WebCore/inspector/front-end/inspector.html View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
vsevik
9 years, 2 months ago (2011-10-24 15:51:54 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698