Timeline
Jun 1, 2008:
- 11:44 PM Changeset in webkit [34292] by
-
- 4 edits2 adds in trunk
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=15823
getPropertyValue for border returns null, should compute the shorthand value
Compute the value for the border shorthand property by computing
its shorthand subproperties.
Test: fast/css/getPropertyValue-border.html
- 9:31 PM Changeset in webkit [34291] by
-
- 4 edits in branches/WWDC-2008-branch
Versioning.
- 9:30 PM Changeset in webkit [34290] by
-
- 1 copy in tags/Safari-6526.11
New tag.
- 7:08 PM Changeset in webkit [34289] by
-
- 2 edits1 add in trunk
2008-06-01 Josh Triplett <josh@freedesktop.org>
Reviewed by Alp Toker.
http://bugs.webkit.org/show_bug.cgi?id=16891
[GTK] autotools build is slow
Add dolt revision 5e9eef10 to the autotools build system. Speeds up
the build, often by a factor of two or more on supported platforms,
otherwise falls back to libtool.
See http://dolt.freedesktop.org for details.
- acinclude.m4: Added.
- configure.ac:
- 12:48 PM Changeset in webkit [34288] by
-
- 2 edits in trunk
Added Radar URLs
- 12:46 PM Changeset in webkit [34287] by
-
- 3 edits4 adds in trunk
WebCore:
Reviewed by Darin Adler.
- fix https://bugs.webkit.org/show_bug.cgi?id=19344 Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
Test: fast/canvas/shadow-offset.html
- html/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::applyShadow): Slightly increase the magnitude of the offsets passed to CGContextSetShadow* to ensure that the end result after truncation is the desired integer offsets. This is the same workaround for <rdar://problem/5539388> that is used in GraphicsContext::setShadow(). Also correct a recent regression where shadow Y offsets were flipped.
LayoutTests:
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19344 Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
- fast/canvas/shadow-offset.html: Added.
- platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
- platform/mac/fast/canvas/shadow-offset-expected.png: Added.
- platform/mac/fast/canvas/shadow-offset-expected.txt: Added.
- 2:37 AM Changeset in webkit [34286] by
-
- 3 edits in trunk/WebKit/gtk
2008-06-01 Alp Toker <alp@nuanti.com>
Suggested by Christian Dywan.
Use float literals for zoom values and improve documentation wording.
- webkit/webkitwebsettings.cpp: (_WebKitWebSettingsPrivate::webkit_web_settings_class_init):
- webkit/webkitwebview.cpp:
- 2:24 AM Changeset in webkit [34285] by
-
- 3 edits in trunk/WebKit/gtk
2008-06-01 Alp Toker <alp@nuanti.com>
Reviewed by Oliver.
Remove webkit_web_view_go_backward(),
webkit_web_view_can_go_backward(). These have been obsoleted by
the back() versions for quite a while.
- webkit/webkitwebview.cpp:
- webkit/webkitwebview.h:
May 31, 2008:
- 11:33 PM Changeset in webkit [34284] by
-
- 2 edits in branches/WWDC-2008-branch
Merge r34194.
- 11:33 PM Changeset in webkit [34283] by
-
- 23 edits in branches/WWDC-2008-branch
Merge r34193.
- 11:33 PM Changeset in webkit [34282] by
-
- 7 edits1 add in branches/WWDC-2008-branch/WebCore
Merge r34141.
- 11:33 PM Changeset in webkit [34281] by
-
- 7 edits in branches/WWDC-2008-branch/WebCore
Merge r34139.
- 11:33 PM Changeset in webkit [34280] by
-
- 4 edits in branches/WWDC-2008-branch/WebCore
Merge r34128.
- 6:24 PM BuildingGtk edited by
- Removed building with Qmake section (diff)
- 3:33 PM Changeset in webkit [34279] by
-
- 2 edits in trunk/WebCore
2008-05-31 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam.
- avoid assertion in updateDocument() when running debug
- bindings/js/kjs_proxy.cpp: (WebCore::KJSProxy::updateDocument): Exit early if the document is null. We don't need to update in this case.
- 1:46 PM Changeset in webkit [34278] by
-
- 2 edits in trunk/WebKit/gtk
2008-05-31 Alp Toker <alp@nuanti.com>
Fix inconsistent zoom docs and enum name landed in r34249. Issue
noticed by Marco Barisione.
- webkit/webkitwebview.cpp: