summaryrefslogtreecommitdiff
path: root/Source/WebKit
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit')
-rw-r--r--Source/WebKit/chromium/ChangeLog11
-rw-r--r--Source/WebKit/qt/Api/qwebsettings.cpp2
-rw-r--r--Source/WebKit/qt/ChangeLog10
3 files changed, 22 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index 08b5cd5cf..7d7233c7d 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2012-09-20 Mike West <mkwst@google.com>
+
+ [chromium] Adding the 'google_apis' directory to .gitignore.
+ https://bugs.webkit.org/show_bug.cgi?id=97187
+
+ Reviewed by Jochen Eisinger.
+
+ 'chromium/google_apis' should be ignored, as it's not in the git repo.
+
+ * .gitignore:
+
2012-09-19 Adam Barth <abarth@webkit.org>
Remove webkitPostMessage
diff --git a/Source/WebKit/qt/Api/qwebsettings.cpp b/Source/WebKit/qt/Api/qwebsettings.cpp
index 0f504f817..b77b1c4ee 100644
--- a/Source/WebKit/qt/Api/qwebsettings.cpp
+++ b/Source/WebKit/qt/Api/qwebsettings.cpp
@@ -525,7 +525,7 @@ QWebSettings::QWebSettings()
d->attributes.insert(QWebSettings::LocalContentCanAccessFileUrls, true);
d->attributes.insert(QWebSettings::AcceleratedCompositingEnabled, true);
d->attributes.insert(QWebSettings::WebGLEnabled, false);
- d->attributes.insert(QWebSettings::CSSRegionsEnabled, false);
+ d->attributes.insert(QWebSettings::CSSRegionsEnabled, true);
d->attributes.insert(QWebSettings::CSSGridLayoutEnabled, false);
d->attributes.insert(QWebSettings::HyperlinkAuditingEnabled, false);
d->attributes.insert(QWebSettings::TiledBackingStoreEnabled, false);
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog
index 2721d582d..5aa62f179 100644
--- a/Source/WebKit/qt/ChangeLog
+++ b/Source/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2012-09-20 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Enable CSS regions by default
+ https://bugs.webkit.org/show_bug.cgi?id=97196
+
+ Reviewed by Dirk Schulze.
+
+ * Api/qwebsettings.cpp:
+ (QWebSettings::QWebSettings):
+
2012-09-17 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] Use UndoStep::editingAction() to set the text of undo/redo actions