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

Side by Side Diff: LayoutTests/http/tests/inspector/search/resources/search.js

Issue 658403002: DevTools: Support regex search and case sensitive search in sources panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/search/source-frame-search.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 function searchTestUniqueString() 1 function searchTestUniqueString()
2 { 2 {
3 var variable = 0; 3 var variable = 0;
4 // searchTestUniqueString two occurences on the same line searchTestUniqueSt ring 4 // searchTestUniqueString two occurences on the same line searchTestUniqueSt ring
5 // searchTestUniqueString on the next line. 5 // searchTestUniqueString on the next line.
6 var variable2 = 0; 6 var variable2 = 0;
7 } 7 }
8 8
9 function doSomething() 9 function doSomething()
10 { 10 {
11 searchTestUniqueString(); 11 searchTestUniqueString();
12 // SEARCHTestUniqueString(); 12 // SEARCHTestUniqueString();
13 } 13 }
14 14
15 // searchTestUnique space String 15 // searchTestUnique space String
16 // AAAAAAAAAAA 11xA here
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/search/source-frame-search.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698