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

Side by Side Diff: ChangeLog

Issue 7548016: Merge 92143 - .: REGRESSION (r39725?): Resources removed from document can not be freed until the... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 months 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 | LayoutTests/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2011-08-01 Scott Graham <scottmg@chromium.org>
2
3 REGRESSION (r39725?): Resources removed from document can not be freed u ntil the document is deleted
4 https://bugs.webkit.org/show_bug.cgi?id=61006
5
6 Reviewed by Antti Koivisto.
7
8 Update exports for test harness.
9
10 * Source/autotools/symbols.filter:
11
12 2011-08-01 Hayato Ito <hayato@chromium.org>
13
14 Add support for getting an element in shadow root by its id into a windo w.internals object.
15 https://bugs.webkit.org/show_bug.cgi?id=64587
16
17 Reviewed by Hajime Morita.
18
19 * Source/autotools/symbols.filter:
20
21 2011-08-01 Neil Roberts <neil@linux.intel.com>
22
23 build: Fix finding the headers for GStreamer
24
25 The cmake files to find the various GStreamer packages were all
26 checking for the header gst/gst.h. However if gst-plugins-base is
27 installed into a separate prefix from gstreamer then all of these
28 tests would only pick up the gstreamer include path so the build
29 would fail. This patch changes it to try and find a file
30 appropriate to each package.
31
32 https://bugs.webkit.org/show_bug.cgi?id=64933
33
34 Reviewed by Martin Robinson.
35
36 * Source/cmake/FindGStreamer-App.cmake:
37 * Source/cmake/FindGStreamer-Base.cmake:
38 * Source/cmake/FindGStreamer-Interfaces.cmake:
39 * Source/cmake/FindGStreamer-Pbutils.cmake:
40 * Source/cmake/FindGStreamer-Plugins-Base.cmake:
41 * Source/cmake/FindGStreamer-Video.cmake:
42
43 2011-07-31 Daniel Bates <dbates@webkit.org>
44
45 Add missing semicolons to build fix attempt in <http://trac.webkit.org/c hangeset/92080>.
46
47 * Source/autotools/symbols.filter:
48
49 2011-07-31 Daniel Bates <dbates@webkit.org>
50
51 Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/s how_bug.cgi?id=65419).
52
53 * Source/autotools/symbols.filter: Export symbols needed by Internals.
54
55 2011-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
56
57 [Qt] Fix build in Qt 5 of QDeclarativeWebView
58 https://bugs.webkit.org/show_bug.cgi?id=65258
59
60 Reviewed by Andreas Kling.
61
62 In Qt 5, the QGraphicsView-based classes for QtQuick are in the
63 qtquick1 module, including QDeclarativeItem and QDeclarativeView.
64
65 * Source/WebKit.pro:
66
67 2011-07-26 Andras Becsi <abecsi@webkit.org>
68
69 [Qt] [WK2] Disable the build with Qt versions older than 5.0
70 https://bugs.webkit.org/show_bug.cgi?id=65189
71
72 Reviewed by Csaba Osztrogonác.
73
74 * Source/WebKit.pro: Abort if not using Qt5.
75
1 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com> 76 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com>
2 77
3 [Qt] Qt5 Build Fix: Disable the legacy mac assert macros. 78 [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
4 79
5 This is done in order to prevent collision with the recently 80 This is done in order to prevent collision with the recently
6 introduced function QSslCertificate::verify() in Qt5. 81 introduced function QSslCertificate::verify() in Qt5.
7 82
8 https://bugs.webkit.org/show_bug.cgi?id=64855 83 https://bugs.webkit.org/show_bug.cgi?id=64855
9 84
10 Reviewed by Simon Hausmann. 85 Reviewed by Simon Hausmann.
(...skipping 13650 matching lines...) Expand 10 before | Expand all | Expand 10 after
13661 13736
13662 * Makefile: 13737 * Makefile:
13663 * Makefile.shared: 13738 * Makefile.shared:
13664 13739
13665 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> 13740 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
13666 13741
13667 Reviewed by eseidel. 13742 Reviewed by eseidel.
13668 13743
13669 * CMakeLists.txt: add option to disable colored output when building on the buildbot 13744 * CMakeLists.txt: add option to disable colored output when building on the buildbot
13670 13745
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698