+2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
+
+ Web Inspector: home button behaviour is wrong in DTE
+ https://bugs.webkit.org/show_bug.cgi?id=109154
+
+ Reviewed by Vsevolod Vlasov.
+
+ Handle home key shortcut explicitly in TextEditorMainPanel.
+
+ New test: inspector/editor/text-editor-home-button.html
+
+ * inspector/front-end/DefaultTextEditor.js:
+ (WebInspector.TextEditorMainPanel.prototype._registerShortcuts):
+ (WebInspector.TextEditorMainPanel.prototype._handleHomeKey):
+
2013-02-11 Abhishek Arya <inferno@chromium.org>
Add ASSERT_WITH_SECURITY_IMPLICATION to detect out of bounds access