| 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
|
|
|