Web Inspector: some files not listed in OpenResourceDialog
https://bugs.webkit.org/show_bug.cgi?id=190272

Reviewed by Joseph Pecoraro.

Source/WebInspectorUI:

* UserInterface/Controllers/ResourceQueryController.js:
(WI.ResourceQueryController.prototype._findQueryMatches):
Allow the `searchIndex` to go past the end of the `searchString` to allow for backtracking
if the last character of `searchString` is not found in `query`.

LayoutTests:

* inspector/unit-tests/resource-query-controller-expected.txt:
* inspector/unit-tests/resource-query-controller.html:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@236844 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog
index 0d4285e..adfc912 100644
--- a/Source/WebInspectorUI/ChangeLog
+++ b/Source/WebInspectorUI/ChangeLog
@@ -1,5 +1,17 @@
 2018-10-04  Devin Rousso  <drousso@apple.com>
 
+        Web Inspector: some files not listed in OpenResourceDialog
+        https://bugs.webkit.org/show_bug.cgi?id=190272
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Controllers/ResourceQueryController.js:
+        (WI.ResourceQueryController.prototype._findQueryMatches):
+        Allow the `searchIndex` to go past the end of the `searchString` to allow for backtracking
+        if the last character of `searchString` is not found in `query`.
+
+2018-10-04  Devin Rousso  <drousso@apple.com>
+
         Web Inspector: REGRESSION(r236783): Uncaught Exception: Can't find variable: sourceMapURL
         https://bugs.webkit.org/show_bug.cgi?id=190276