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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ManualTests/media-players-are-dropped-on-error.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-11-01 Ami Fischman <fischman@chromium.org>
2
3 HTMLMediaPlayer should free m_player when src is set/changed
4 https://bugs.webkit.org/show_bug.cgi?id=99647
5
6 Reviewed by Eric Carlson.
7
8 * ManualTests/media-players-are-dropped-on-error.html: Added.
9 Various scenarios are tested to make sure players aren't
10 leaked in different ways for each of them.
11
12 2012-11-01 Beth Dakin <bdakin@apple.com>
13
14 https://bugs.webkit.org/show_bug.cgi?id=100917
15 There should be a way to dump the scrolling tree from the layout tests
16
17 Reviewed by Simon Fraser.
18
19 * Source/autotools/symbols.filter:
20
21 2012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
22
23 Added viewport at-rule to the CSS parser and tokenizer
24 https://bugs.webkit.org/show_bug.cgi?id=95961
25
26 Reviewed by Kenneth Rohde Christiansen.
27
28 Enable CSS Device Adaptation by default on EFL.
29
30 * Source/cmake/OptionsEfl.cmake:
31
32 2012-10-31 Ian Vollick <vollick@chromium.org>
33
34 Add support for text-based repaint testing
35 https://bugs.webkit.org/show_bug.cgi?id=100584
36
37 Reviewed by Simon Fraser.
38
39 Allows tracked repaint rects to be dumped as text.
40
41 * Source/autotools/symbols.filter:
42 Exports for:
43 FrameView::setTracksRepaints(bool)
44 Frame::trackedRepaintRectsAsText() const
45
46
47 2012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
48
49 Add files generated by Windows to ignore list for git repository
50 https://bugs.webkit.org/show_bug.cgi?id=100729
51
52 Reviewed by Gyuyoung Kim.
53
54 Adding the additional files generated by windows port to the ignore list
55
56 * .gitignore:
57
58 2012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
59
60 [GTK] Add a configure option to build with -g1
61 https://bugs.webkit.org/show_bug.cgi?id=100670
62
63 Reviewed by Martin Robinson.
64
65 Add min and full options to the --enable-debug-symbols configure
66 option. Using --enable-debug-symbols=min will use -g1 instead of
67 -g (which is actually -g2). The first level is enough for most of
68 the cases, like getting a backtrace, and it's the only way to
69 build WebKit with debug symbols in a 32 bit system. The option
70 full is actually the same than yes for backwards compatibility.
71
72 * configure.ac:
73
1 2012-10-26 Rob Buis <rbuis@rim.com> 74 2012-10-26 Rob Buis <rbuis@rim.com>
2 75
3 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading 76 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
4 https://bugs.webkit.org/show_bug.cgi?id=100518 77 https://bugs.webkit.org/show_bug.cgi?id=100518
5 78
6 PR 231732 79 PR 231732
7 80
8 Reviewed by Yong Li. 81 Reviewed by Yong Li.
9 82
10 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer. 83 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer.
(...skipping 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after
4065 4138
4066 Reviewed by Hajime Morita. 4139 Reviewed by Hajime Morita.
4067 4140
4068 Currently EFL DRT doesn't support touch event. 4141 Currently EFL DRT doesn't support touch event.
4069 Therefore, this patch enabled it and implemented some eventSender functi on callbacks. 4142 Therefore, this patch enabled it and implemented some eventSender functi on callbacks.
4070 4143
4071 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. 4144 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
4072 * Source/cmake/OptionsEfl.cmake: Enable touch event option. 4145 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
4073 4146
4074 == Rolled over to ChangeLog-2012-05-22 == 4147 == Rolled over to ChangeLog-2012-05-22 ==
OLDNEW
« 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