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

Unified Diff: ChangeLog

Issue 11275156: Merge 133252 - HTMLMediaPlayer should free m_player when src is set/changed (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ManualTests/media-players-are-dropped-on-error.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 133510)
+++ ChangeLog (working copy)
@@ -1,3 +1,76 @@
+2012-11-01 Ami Fischman <fischman@chromium.org>
+
+ HTMLMediaPlayer should free m_player when src is set/changed
+ https://bugs.webkit.org/show_bug.cgi?id=99647
+
+ Reviewed by Eric Carlson.
+
+ * ManualTests/media-players-are-dropped-on-error.html: Added.
+ Various scenarios are tested to make sure players aren't
+ leaked in different ways for each of them.
+
+2012-11-01 Beth Dakin <bdakin@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=100917
+ There should be a way to dump the scrolling tree from the layout tests
+
+ Reviewed by Simon Fraser.
+
+ * Source/autotools/symbols.filter:
+
+2012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
+
+ Added viewport at-rule to the CSS parser and tokenizer
+ https://bugs.webkit.org/show_bug.cgi?id=95961
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Enable CSS Device Adaptation by default on EFL.
+
+ * Source/cmake/OptionsEfl.cmake:
+
+2012-10-31 Ian Vollick <vollick@chromium.org>
+
+ Add support for text-based repaint testing
+ https://bugs.webkit.org/show_bug.cgi?id=100584
+
+ Reviewed by Simon Fraser.
+
+ Allows tracked repaint rects to be dumped as text.
+
+ * Source/autotools/symbols.filter:
+ Exports for:
+ FrameView::setTracksRepaints(bool)
+ Frame::trackedRepaintRectsAsText() const
+
+
+2012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
+
+ Add files generated by Windows to ignore list for git repository
+ https://bugs.webkit.org/show_bug.cgi?id=100729
+
+ Reviewed by Gyuyoung Kim.
+
+ Adding the additional files generated by windows port to the ignore list
+
+ * .gitignore:
+
+2012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ [GTK] Add a configure option to build with -g1
+ https://bugs.webkit.org/show_bug.cgi?id=100670
+
+ Reviewed by Martin Robinson.
+
+ Add min and full options to the --enable-debug-symbols configure
+ option. Using --enable-debug-symbols=min will use -g1 instead of
+ -g (which is actually -g2). The first level is enough for most of
+ the cases, like getting a backtrace, and it's the only way to
+ build WebKit with debug symbols in a 32 bit system. The option
+ full is actually the same than yes for backwards compatibility.
+
+ * configure.ac:
+
2012-10-26 Rob Buis <rbuis@rim.com>
[BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
« no previous file with comments | « no previous file | ManualTests/media-players-are-dropped-on-error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698