DevTools: console regex filter should apply to anchors separately
Anchors can precede a console message's content, which makes filters
with start/end of line ('$', '^') fail. This CL evaluates any filter
regexes on the message content separately from the anchor.
Bug: 819799
Change-Id: I0957fd8fb3dea26f690e859cfabbc432cdda069c
Reviewed-on: https://chromium-review.googlesource.com/1081561Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577405}
Showing
Please register or sign in to comment