Semi-stable branch
We are trying out "branching off" of trunk, to keep a semi-stable series of releases, starting with 1.1.15. The repository is available here: http://gitorious.org/webkitgtk/stable.
Candidate commits
Portability
98bb4f7bf8b9aa3c71b65240725ee3d49ec19349
https://bugs.webkit.org/show_bug.cgi?id=28886
Avoid clear_cache built-in function if DISABLE_BUILTIN_CLEAR_CACHE define is set
1b9d9e485434f6ce4460a4947b01db0fde1eb97b
Some GCC versions don't like C++-style comments in preprocessor directives, change to C-style to shut them up.
Build problems
eadfafd86b0a7ba3674531f7478d410c9ad2c6bf
https://bugs.webkit.org/show_bug.cgi?id=29638
link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
Regressions
65b944b8deaaa7eced8ee47867a10a3587d43989
https://bugs.webkit.org/show_bug.cgi?id=29730
REGRESSION: webkit-transform scale no longer works properly in nightly build
929f10becfcf8239bb8307f25645319846b26504
https://bugs.webkit.org/show_bug.cgi?id=29654
[GTK] REGRESSION: BitmapImage::getGdkPixbuf fails for non-square images
Security
bd7401884a18899c6d59c58f40a9129c8213aa8b
https://bugs.webkit.org/show_bug.cgi?id=29531
Don't re-enter JavaScript after performing access checks
Follow-ups: 272b0ba84d13ec78bc60a16c11cbe790ffa32d09 8b7ef8caad7b06e5d9ede4c51ceb940df1a91c01 b6c0d4feceb773743ca087fccb4f9d1057f93b74
e13621e6ed0db30c2fad8e0cc862fa2e6dadd7a5
https://bugs.webkit.org/show_bug.cgi?id=14566
Raise SECURITY_ERR exception if an attempt is made to change document.domain to an invalid value.
Crashes
5eaf1244cba130c99ad8d233c43cf88d8aeb13be
https://bugs.webkit.org/show_bug.cgi?id=29514[[BR]]
Web Inspector: Crash When Logging an Element Before Opening Inspector
8075ddb188b725ac34006370b7c98d436de02c83
https://bugs.webkit.org/show_bug.cgi?id=29632
Web Inspector: console.count and console.timeEnd crash when inspector is opened.
cda723e257919d64e7881d5a7d25ed7a90352432
https://bugs.webkit.org/show_bug.cgi?id=26342
Fix the crash problem with absolte positioned children in foreignobject
f53381bf0d4abdd9579ece0d8a76d13b6b231f53
https://bugs.webkit.org/show_bug.cgi?id=29686
Crash when website does a history.back() followed by an alert()
8808e238906e218f3da5ff5fde87d047c9ed3d5d
WebCore: Fix < rdar://problem/7162000> Crash while trying to calculate the horizontal position of image
8e5ea206b38306b240ab5b2ffc062e28e0a91cab
https://bugs.webkit.org/show_bug.cgi?id=29779
Hard dependency on SSE2 instruction set with JIT
e99dfc8b9893aae349a210ba8a2c8ce3192493b8
Do not set a non-default parent window for child widgets.
d4dff1472138ecf22edce0d77e5db9f0d80a73bb
https://bugs.webkit.org/show_bug.cgi?id=28070
[Gtk] Crash when saving a password
31958da0d17c773981f87a87a684067d9805af2e
https://bugs.webkit.org/show_bug.cgi?id=27693
Fix the crash of SVG that crashes when use a non-exist symbol
b3314e50f7d8d6cbff41c5dd2b7d4736394d4db7
https://bugs.webkit.org/show_bug.cgi?id=29748
Null-deref when first access to an Attr node is after its Element is destroy
Compatibility
4704ab46eb14cf3ff35e71cca1a9b0b2370a1d47
https://bugs.webkit.org/show_bug.cgi?id=29658
WebCore: Fix for XMLHttpRequest.abort() should destroy the response text.
Bug fixes
7f9efd77abb5f8ded15eb820a9a5786d0f1f4fe7
Fixed sudden termination console spew due to too many calls to enableSuddenTermination.
Web Inspector
2a7d090997349921d8c7d6557fb146db8617c696
https://bugs.webkit.org/show_bug.cgi?id=29607
Web Inspector: Console object formatting is broken.
aa4e1bf79c8a2dec20736f8f1471544b2d431a3a
https://bugs.webkit.org/show_bug.cgi?id=29608
Web Inspector: Exception formatting is broken in console.
b1fad0743a9ac0727e3e2c2b9ce14bff2acab664
https://bugs.webkit.org/show_bug.cgi?id=29613
Web Inspector: Evaluating on call frame always returns "undefined".
b6ec86bc75644197d7b8e3fca9273291dd207422
https://bugs.webkit.org/show_bug.cgi?id=22144
Web Inspector: JS error drilling down childless node.
ed07aae72cd3563971f21fbd95d42f363a2e1343
https://bugs.webkit.org/show_bug.cgi?id=29616
Web Inspector: completions are always evaluated against window (discarding call frames).
93f29e756f486ec7b49475dfa4c5e0fb404cd74c
https://bugs.webkit.org/show_bug.cgi?id=29705
Web Inspector: Fix formatting for messages derived from resource warnings, couple of drive-by formatting fixes.
9e0f932f94c1ca2256780f7d4f6130094ec3065f
https://bugs.webkit.org/show_bug.cgi?id=26423
Fix expanding profile call stacks being broken after sorting.