Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| index 8c865d89b0ba1636b98ee2e947dac80117093d41..b54f0e8bd9383a1d6ab3c7f0dcb1ccb9121dd114 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| @@ -8,29 +8,44 @@ |
| /** @type {!Array<!Help.ReleaseNote>} */ |
| Help.releaseNoteText = [{ |
| - version: 1, |
|
chenwilliam
2017/04/10 23:35:51
Let's append, not replace - (e.g. create a new obj
|
| - date: 'March 2017', |
| + version: 2, |
| + date: 'April 2017', |
| highlights: [ |
| { |
|
chenwilliam
2017/04/10 23:35:51
Let's do sentence capitalization for the title (e.
kayce (google)
2017/04/11 17:36:18
OK, but Command Menu is a DevTools feature / UI, s
|
| - title: 'New Performance and Memory panels', |
| - subtitle: 'Head to Performance for JavaScript profiling', |
| - link: 'https://developers.google.com/web/updates/2017/03/devtools-release-notes#performance-panel', |
| + title: 'CSS and JS Coverage', |
|
chenwilliam
2017/04/10 23:35:51
Rename -> CSS and JS code coverage
kayce (google)
2017/04/11 17:36:18
Done.
|
| + subtitle: 'Find unused CSS and JS with the new Coverage drawer.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage', |
| }, |
| { |
| - title: 'Editable cookies', |
| - subtitle: 'You can edit any existing cookies and create new ones in the Application panel', |
| - link: 'https://developers.google.com/web/updates/2017/03/devtools-release-notes#cookies', |
| + title: 'Workspaces 2.0', |
|
chenwilliam
2017/04/10 23:35:51
Move workspace 2.0 to the bottom of the list
kayce (google)
2017/04/11 17:36:18
Done.
|
| + subtitle: 'Check out the new UX for using DevTools as your code editor.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#workspaces', |
| }, |
| { |
| - title: 'Console filtering & settings', |
| - subtitle: 'Use the text filter or click the Console settings icon to touch up your preferences', |
| - link: 'https://developers.google.com/web/updates/2017/03/devtools-release-notes#console', |
| + title: 'Full-Page Screenshots', |
| + subtitle: 'Take a screenshot of the entire page, from the top of the viewport to the bottom.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#screenshots', |
| }, |
| { |
| - title: 'Debugger catches out-of-memory errors', |
| - subtitle: 'See the stack or grab a heap snapshot to see why the app may crash', |
| - link: 'https://developers.google.com/web/updates/2017/03/devtools-release-notes#out-of-memory-breakpoints', |
| + title: 'Block Requests', |
| + subtitle: 'Manually disable individual requests in the Network panel.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#block-requests', |
| + }, |
| + { |
| + title: 'Async Debugging', |
|
chenwilliam
2017/04/10 23:35:51
Asked Kozy for a better title and he said "Step ov
kayce (google)
2017/04/11 17:36:18
Done.
|
| + subtitle: 'Step through async functions predictably.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#async', |
| + }, |
| + { |
| + title: 'Unified Command Menu', |
|
chenwilliam
2017/04/10 23:35:51
Can you include keyboard shortcut for Unified Comm
kayce (google)
2017/04/11 17:36:18
Done.
|
| + subtitle: 'Execute commands and open files from the newly-unified Command Menu.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#command-menu', |
| + }, |
| + { |
| + title: 'Capture Settings', |
|
chenwilliam
2017/04/10 23:35:51
Let's remove capture settings from the highlights
kayce (google)
2017/04/11 17:36:18
Done.
|
| + subtitle: 'Change settings for performance recordings from the new Capture Settings menu.', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes#capture-settings', |
| }, |
| ], |
| - link: 'https://developers.google.com/web/updates/2017/03/devtools-release-notes', |
| + link: 'https://developers.google.com/web/updates/2017/04/devtools-release-notes', |
| }]; |