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

Side by Side Diff: chrome/browser/devtools/frontend/devtools_discovery_page.html

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Inspectable pages</title> 3 <title>Inspectable pages</title>
4 <style> 4 <style>
5 body { 5 body {
6 background-color: rgb(245, 245, 245); 6 background-color: rgb(245, 245, 245);
7 font-family: Helvetica, Arial, sans-serif; 7 font-family: Helvetica, Arial, sans-serif;
8 text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px; 8 text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px;
9 } 9 }
10 10
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 133 }
134 </script> 134 </script>
135 </head> 135 </head>
136 <body onload='onLoad()'> 136 <body onload='onLoad()'>
137 <div id='caption'>Inspectable pages</div> 137 <div id='caption'>Inspectable pages</div>
138 <div id='items'> 138 <div id='items'>
139 </div> 139 </div>
140 <hr> 140 <hr>
141 </body> 141 </body>
142 </html> 142 </html>
OLDNEW
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | chrome/browser/devtools/frontend/devtools_discovery_page_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698