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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again Created 3 years, 10 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
OLDNEW
1 console.debug('Debug');
2 console.info('Information'); 1 console.info('Information');
3 console.log('Log'); 2 console.log('Log');
4 console.warn('Warning'); 3 console.warn('Warning');
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698