Title: [99541] trunk/Source/WebCore
- Revision
- 99541
- Author
- [email protected]
- Date
- 2011-11-08 03:22:27 -0800 (Tue, 08 Nov 2011)
Log Message
Web Inspector: Console should be scrolled to bottom when shown for the first time.
https://bugs.webkit.org/show_bug.cgi?id=71781
Reviewed by Pavel Feldman.
* inspector/front-end/ConsoleView.js:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (99540 => 99541)
--- trunk/Source/WebCore/ChangeLog 2011-11-08 09:34:04 UTC (rev 99540)
+++ trunk/Source/WebCore/ChangeLog 2011-11-08 11:22:27 UTC (rev 99541)
@@ -1,3 +1,12 @@
+2011-11-08 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Console should be scrolled to bottom when shown for the first time.
+ https://bugs.webkit.org/show_bug.cgi?id=71781
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/ConsoleView.js:
+
2011-11-08 Nikolas Zimmermann <[email protected]>
Switch SVGImage cache to store ImageBuffers instead of whole SVGImages, including a DOM/Render tree
Modified: trunk/Source/WebCore/inspector/front-end/ConsoleView.js (99540 => 99541)
--- trunk/Source/WebCore/inspector/front-end/ConsoleView.js 2011-11-08 09:34:04 UTC (rev 99540)
+++ trunk/Source/WebCore/inspector/front-end/ConsoleView.js 2011-11-08 11:22:27 UTC (rev 99541)
@@ -56,6 +56,7 @@
this.messagesElement.className = "monospace";
this.messagesElement.addEventListener("click", this._messagesClicked.bind(this), true);
this.element.appendChild(this.messagesElement);
+ this._scrolledToBottom = true;
this.promptElement = document.createElement("div");
this.promptElement.id = "console-prompt";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes