From 2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 2 Jun 2011 12:07:03 +0100 Subject: Merge WebKit at r84325: Initial merge by git. Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b --- Source/WebKit/ChangeLog | 111 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) (limited to 'Source/WebKit/ChangeLog') diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog index d786ce1..ac05a54 100644 --- a/Source/WebKit/ChangeLog +++ b/Source/WebKit/ChangeLog @@ -1,3 +1,114 @@ +2011-04-18 Timothy Hatcher + + Make update-webkit-localizable-strings put WebKit/win strings in WebCore + now that all localized strings in WebKit/win use WEB_UI_STRING. + + https://webkit.org/b/58747 + + Reviewed by Dan Bernstein. + + * English.lproj/Localizable.strings: Removed. + +2011-04-17 Joseph Pecoraro + + Reviewed by Timothy Hatcher. + + Move WebNodeHighlighter into its own file + https://bugs.webkit.org/show_bug.cgi?id=58746 + + * WebKit.xcodeproj/project.pbxproj: Add WebNodeHighlighter.{h,mm}. + +2011-04-13 Ryuan Choi + + Reviewed by Kenneth Rohde Christiansen. + + [CMAKE] Separate DerivedSources. + https://bugs.webkit.org/show_bug.cgi?id=58427 + + * CMakeLists.txt: Change DERIVED_SOURCES_DIR to DERIVED_SOURCES_WEBCORE_DIR + +2011-04-11 Alexis Menard + + Unreviewed build fix for Mac. + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-11 Anna Cavender + + Reviewed by Eric Carlson. + + Setup ENABLE(TRACK) feature define + initial HTMLTrackElement + https://bugs.webkit.org/show_bug.cgi?id=53556 + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-08 Geoffrey Garen + + Reviewed by Oliver Hunt. + + A few heap-related renames and file moves. + + WeakGCPtr => Weak + Global => Strong + collector/ => heap/ + collector/* => heap/* + runtime/WeakGCPtr.h => heap/Weak.h + + (Eventually, even more files should move into the heap directory. Like + Heap.h and Heap.cpp, for example.) + + * CMakeLists.txt: + +2011-04-08 Dan Bernstein + + No need to compile .js files, that is what the JIT is for. + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-08 Alpha Lam + + Unreviewed, rolling out r83335. + http://trac.webkit.org/changeset/83335 + https://bugs.webkit.org/show_bug.cgi?id=53556 + + GTK and QT bots are broken + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-07 Anna Cavender + + Reviewed by Eric Carlson. + + Setup ENABLE(TRACK) feature define + initial HTMLTrackElement + https://bugs.webkit.org/show_bug.cgi?id=53556 + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-07 Andrew Scherkus + + Revert ENABLE_TRACK patch due to compile failures. + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-07 Andy Estes + + Reviewed by Darin Adler. + + REGRESSION (r64712): Microsoft Outlook 2011: original message contents + not included when replying to an email. + https://bugs.webkit.org/show_bug.cgi?id=57794 + + * WebKit.xcodeproj/project.pbxproj: + +2011-04-05 Alexey Proskuryakov + + Reviewed by Darin Adler. + + Move attributedStringFromRange down to WebCore + https://bugs.webkit.org/show_bug.cgi?id=57905 + + * WebKit.xcodeproj/project.pbxproj: Removed WebNSAttributedStringExtras, which is now in WebCore. + 2011-03-29 Timothy Hatcher Update WebKit Localizable.strings to only contain WebKit/win strings. -- cgit v1.1