Timeline
Dec 21, 2006:
- 10:06 PM Changeset in webkit [22710] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/WebView.cpp
Print by spooling PDF
- 9:53 PM Changeset in webkit [18386] by
-
- 10 edits2 adds in trunk
WebCore:
Reviewed by Geoff.
Fix for <rdar://problem/4897162> REGRESSION: Attempting to create a
new message in .Mac web mail causes Safari to crash
( KJS::DOMCSSStyleDeclaration::put() + 368 )
This was a regression from my clone-node change. This fix is very
simple.
- dom/StyledElement.cpp: (WebCore::StyledElement::copyNonAttributeProperties): Must set the data that getInlineStyleDecl() points to instead of setting m_inlineStyleDecl directly. I also changed some variable names.
- dom/StyledElement.h: Don't need parameter name here.
Layout Tests:
Reviewed by Beth. (Geoff wrote the new test.)
New test for <rdar://problem/4897162>. This also reverts the layout
test changes that were caused by the first rev of the clone-node
style change.
- editing/style/remove-underline-across-paragraph-expected.checksum:
- editing/style/remove-underline-across-paragraph-expected.png:
- editing/style/remove-underline-across-paragraph-expected.txt:
- editing/style/remove-underline-expected.checksum:
- editing/style/remove-underline-expected.png:
- editing/style/remove-underline-expected.txt:
- fast/dom/clone-node-style-expected.txt: Added.
- fast/dom/clone-node-style.html: Added.
- 9:46 PM Changeset in webkit [22709] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/WebView.h
Print by spooling PDF
- 9:46 PM Changeset in webkit [22708] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/Interfaces/IWebViewPrivate.idl
Print by spooling PDF
- 6:20 PM Changeset in webkit [18385] by
-
- 2 edits in trunk/WebKitTools
2006-12-21 Mark Rowe <bdash@webkit.org>
Reviewed by Tim Hatcher.
http://bugs.webkit.org/show_bug.cgi?id=11922
Bug 11922: REGRESSION(r17128): Drosera no longer shows local variables in stack frame
- Drosera/DebuggerDocument.m: (-[WebScriptObject webScriptAttributeKeysForScriptObject:]): Use an anonymous function with function.call to ensure that the properties are being retrieved from the correct scope object.
- 5:53 PM Changeset in webkit [18384] by
-
- 5 edits2 adds in trunk
LayoutTests:
Reviewed by Geoff.
Test for <rdar://problem/4895716> REGRESSION: Pressing return key in search field doesn't begin search
- fast/events/onsearch-enter-expected.txt: Added.
- fast/events/onsearch-enter.html: Added.
WebCore:
Reviewed by Geoff.
- Fix for <rdar://problem/4895716> REGRESSION: Pressing return key in search field doesn't begin search
Test: fast/events/onsearch-enter.html
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::defaultEventHandler): Calls onSearch when handling "Enter". Also removed special case for AppKit search fields, so now the enter event is considered handled here. (WebCore::HTMLInputElement::onSearch): Added. Dispatches search event.
- html/HTMLInputElement.h: Added onSearch.
- rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::onSearch): Calls onSearch on the node.
- 5:26 PM Changeset in webkit [18383] by
-
- 2 edits in trunk/WebKit
Reviewed by Oliver.
- WebInspector/webInspector/inspector.js: Added default values for the new CSS properties so they don't appear in the inspector when their values are uninteresting.
- 4:03 PM Changeset in webkit [22707] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/WebKit.vcproj/VERSION
Bump version for submit
- 3:56 PM Changeset in webkit [18382] by
-
- 1 copy in tags/Safari-521.32.7b
New tag.
- 3:02 PM Changeset in webkit [18381] by
-
- 4 edits in trunk/WebKit
Reviewed by Geoff Garen
- added WebKit support for making a web page temporarily ignore mouse movements
- WebView/WebViewPrivate.h: declare ignoresMouseMovedEvents and setIgnoresMouseMovedEvents:
- WebView/WebView.mm: added ignoresMouseMovedEvents boolean field to _private data structure (-[WebView setIgnoresMouseMovedEvents:]): set new boolean field (-[WebView ignoresMouseMovedEvents]): return new boolean field
- WebView/WebHTMLView.m: (-[WebHTMLView _updateMouseoverWithEvent:]): bail out right away if [[self _webView] ignoresMouseMovedEvents]
- 2:39 PM Changeset in webkit [18380] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Brady Eidson.
<rdar://problem/4897205> ASSERTION FAILURE in ContainerNode::queuePostAttachCallback
when creating an iframe from an iframe onload handler
Test for adding an iframe to the document from another iframe's onload handler.
- fast/loader/iframe-recursive-synchronous-load-expected.txt: Added.
- fast/loader/iframe-recursive-synchronous-load.html: Added.
WebCore:
Reviewed by Brady Eidson.
Fixed <rdar://problem/4897205> ASSERTION FAILURE in ContainerNode::queuePostAttachCallback
when creating an iframe from an iframe onload handler
I added that assertion to try to "keep things simple," but I've found a
testcase that demonstrates why things need to be complicated.
- dom/ContainerNode.cpp: (WebCore::ContainerNode::queuePostAttachCallback):
- 2:37 PM Changeset in webkit [18379] by
-
- 2 edits in S60/branches/3.1m/WebKit
2006-12-21 rathnasa <sornalatha.rathnasamy@nokia.com>
Reviewed by <yongjun.zhang@nokia.com>.
DESC: TSW# SPIO-6W7GCZ: News Ticker dialog: With a not white background, blinking moving between messages.
http://bugs.webkit.org/show_bug.cgi?id=11881
- BrowserView/src/LoadListeners.cpp: (CPageLoadListener::HeadersL):
- 2:25 PM Changeset in webkit [18378] by
-
- 2 edits in S60/trunk/WebKit
2006-12-21 rathnasa <sornalatha.rathnasamy@nokia.com>
Reviewed by <yongjun.zhang@nokia.com>.
DESC: TSW# SPIO-6W7GCZ: News Ticker dialog: With a not white background, blinking moving between messages.
http://bugs.webkit.org/show_bug.cgi?id=11881
- BrowserView/src/LoadListeners.cpp: (CPageLoadListener::HeadersL):
- 12:16 PM Changeset in webkit [18377] by
-
- 5 edits in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11919
Allow setting CSS values to null.
WebCore:
- bindings/js/kjs_css.cpp: (KJS::DOMCSSStyleDeclaration::put): (KJS::DOMCSSStyleDeclarationProtoFunc::callAsFunction): Convert null values to null strings.
LayoutTests:
- fast/dom/css-set-property-exception-expected.txt:
- fast/dom/css-set-property-exception.html:
- 11:45 AM Changeset in webkit [18376] by
-
- 3 edits2 adds in trunk
Reviewed by Anders.
http://bugs.webkit.org/show_bug.cgi?id=11898
CSSMediaRule functions insertRule and deleteRule assert when called from js in debug builds
Test explicitly for the two media rule functions so it ends up calling callAsFunction.
- 5:46 AM Changeset in webkit [18375] by
-
- 15 edits19 adds in trunk
Add support for the layoutTestController JavaScript object
to be able to get textOnly dumps.
Added a Qt specific hack to always get the same fonts (the ones
added in this submit) and the same dpi when running the layout tests.
Modified the run-webkit-tests script to also do a comparison to the
Mac generated outputs (by stripping out positioning information).
- 12:08 AM Changeset in webkit [18374] by
-
- 4 edits in trunk
2006-12-21 Mark Rowe <bdash@webkit.org>
Reviewed by Geoff.
http://bugs.webkit.org/show_bug.cgi?id=11888
Bug 11888: REGRESSION (r18320): Web Inspector panes broken
- WebInspector/webInspector/inspector.js: Use removeProperty to reset a style property to its initial value. Bail out early from updateNodePane if Inspector has not yet been set.
2006-12-21 Mark Rowe <bdash@webkit.org>
Reviewed by Geoff.
http://bugs.webkit.org/show_bug.cgi?id=11888
Bug 11888: REGRESSION (r18320): Web Inspector panes broken
- Drosera/debugger.js: Use removeProperty to reset a style property to its initial value.
Dec 20, 2006:
- 11:53 PM Changeset in webkit [18373] by
-
- 1 edit in trunk/LayoutTests/fast/css/computed-style-expected.txt
Land updated results for computed style test.
- 11:41 PM Changeset in webkit [18372] by
-
- 3 edits in trunk/WebCore
Make sure the execrable match-nearest-mail-blockquote-color CSS property is actually initialized (amazingly
it started off with the value "match", since it wasn't even initialized). Now that it is actually being
initialized and properly copied and assigned to, tests have failed. It seems that we were getting the
behavior of "match" by default, when the initial value was supposed to be "normal."
Because this property really should not exist at all, it's unclear to me what the right solution is here.
- rendering/RenderStyle.cpp: (WebCore::StyleCSS3NonInheritedData::StyleCSS3NonInheritedData): (WebCore::StyleCSS3NonInheritedData::operator==):
- rendering/RenderStyle.h:
- 9:43 PM Changeset in webkit [18371] by
-
- 2 edits in trunk/WebCore
Reviewed by Adam's rubberstamp
Accidentally left a logging channel on in my checkin
- platform/Logging.cpp: (WebCore::):
- 8:13 PM Changeset in webkit [22706] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Mark Rowe.
Fix: <rdar://4895655> Status bar doesn't display correct text when
WebView is scrolled.
- WebView.cpp: (WebView::handleMouseEvent): Convert the event coordinates to document coordinates before calling elementAtPoint.
- 5:42 PM Changeset in webkit [18370] by
-
- 2 edits in trunk/WebCore
Reviewed by Oliver.
Fix removeItem recursively calling itself (!). It was meant to call m_vector.remove(index)
not removeItem(index, ec). This bug is in SVN for quite some time now :-)
- 5:29 PM Changeset in webkit [18369] by
-
- 2 edits in trunk/WebCore
Reviewed by John Sullivan.
<rdar://problem/4893376> REGRESSION: Crash occurs at WebCoreFrameBridge fontForSelection: when drag selecting from a line break
No layout test added because crash only happens in path where editing window is key,
which is never the case for the automated tests.
- page/mac/WebCoreFrameBridge.mm: (-[WebCoreFrameBridge fontForSelection:]): Add nil check of fontForSelection() result.
- 4:53 PM Changeset in webkit [18368] by
-
- 6 edits4 adds in trunk/LayoutTests
Reviewed by Adam.
Adding new test js-update-style.svg, testing
dynamic style updates via JS (here: stroke-width change)
Setting eol-style native property for all the js-update*.svg
files, as requested by Adam.
- 4:50 PM Changeset in webkit [22705] by
-
- 3 edits in branches/WindowsMerge/WebCore
- 4:26 PM Changeset in webkit [18367] by
-
- 1 edit4 adds in trunk/LayoutTests
Reviewed by Beth.
Adding new test js-update-pattern.svg, testing
dynamic pattern updates via JS.
- 4:13 PM Changeset in webkit [18366] by
-
- 6 edits in trunk
Reviewed by Maciej.
Fix dynamic gradient changes, via JS. It actually worked before, but it
wasn't repainted. Behave just like the pattern notifyAttributeChange() code now.
- 3:57 PM Changeset in webkit [18365] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin Adler.
Fixed <rdar://problem/4809825>. We need to check isSafeScript when converting
a Location to string.
It's really a bug, and poor design, for objects to override toString.
Subclasses that want custom toString implementations should add a toString
function to their prototypes instead of overriding the JavaScript ToString
operation. Following this design pattern would have avoided this bug in the
first place.
- bindings/js/kjs_window.cpp: (KJS::Location::toString):
- 3:09 PM Changeset in webkit [18364] by
-
- 1 edit24 adds in trunk/LayoutTests
Reviewed by Sam.
Add a new set of SVG JavaScript testcases, mostly using SVG DOM.
- 2:54 PM Changeset in webkit [18363] by
-
- 3 edits in S60/trunk/WebKit
2006-12-20 raalexan <rasvan.alexandrescu@nokia.com>
Reviewed by Sachin and Yongjun.
DESC: Links on sonera.fi when loaded opens toolbar.
http://bugs.webkit.org/show_bug.cgi?id=11843
- BrowserView/inc/KeyEventHandler.h:
- BrowserView/src/KeyEventHandler.cpp: (CKeyEventHandler::HandleOfferKeyEventL): (CKeyEventHandler::HandleActivateKeysL):
- 2:43 PM Changeset in webkit [18362] by
-
- 3 edits in S60/branches/3.1m/WebKit
2006-12-20 raalexan <rasvan.alexandrescu@nokia.com>
Reviewed by Yongjun & Sachin.
DESC: Links on www.sonera.fi don't work and open floating Toolbar
http://bugs.webkit.org/show_bug.cgi?id=11843
- BrowserView/inc/KeyEventHandler.h:
- BrowserView/src/KeyEventHandler.cpp: (CKeyEventHandler::HandleOfferKeyEventL): (CKeyEventHandler::HandleActivateKeysL):
- 2:34 PM Changeset in webkit [22704] by
-
- 2 edits in branches/WindowsMerge/WebCore
Remove line width setting in font rendering now that GraphicsContext sets
it for us.
- platform/win/FontWin.cpp: (WebCore::Font::drawGlyphs):
- 2:30 PM Changeset in webkit [18361] by
-
- 1 edit in trunk/LayoutTests/fast/css/computed-style-expected.txt
Update computed style layout test results.
- 2:25 PM Changeset in webkit [18360] by
-
- 7 edits in trunk/WebCore
Fix SVG stroking. Make strokeThickness() get pushed into CG immediately
when set in the GraphicsContext. Remove setLineWidth since it is
redundant with setStrokeThickness now.
Reviewed by mitz
- html/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::setLineWidth):
- platform/graphics/GraphicsContext.cpp: (WebCore::GraphicsContext::setPlatformStrokeThickness): (WebCore::GraphicsContext::setPlatformStrokeStyle):
- platform/graphics/GraphicsContext.h:
- platform/graphics/cg/GraphicsContextCG.cpp: (WebCore::GraphicsContext::drawLine): (WebCore::GraphicsContext::drawEllipse): (WebCore::GraphicsContext::strokeArc): (WebCore::GraphicsContext::drawConvexPolygon): (WebCore::GraphicsContext::setPlatformStrokeThickness):
- platform/graphics/qt/GraphicsContextQt.cpp:
- platform/mac/FontMac.mm: (WebCore::Font::drawComplexText): (WebCore::Font::drawGlyphs):
- 1:55 PM Changeset in webkit [18359] by
-
- 4 edits in trunk/WebCore
Fix for bug 11893, white text on form controls. Just make sure that
all form control drawing in RenderTheme is bracketed by save/restore
calls.
Reviewed by adele
- platform/mac/LocalCurrentGraphicsContext.h:
- platform/mac/LocalCurrentGraphicsContext.mm: (WebCore::LocalCurrentGraphicsContext::LocalCurrentGraphicsContext): (WebCore::LocalCurrentGraphicsContext::~LocalCurrentGraphicsContext):
- rendering/RenderThemeMac.mm: (WebCore::RenderThemeMac::paintTextField): (WebCore::RenderThemeMac::paintTextArea):
- 1:54 PM Changeset in webkit [18358] by
-
- 2 edits in trunk/WebCore
2006-12-20 Mark Rowe <bdash@webkit.org>
Reviewed by Anders.
Fix leak of CGContextRef from GraphicsContext::createImageBuffer.
- platform/graphics/cg/GraphicsContextCG.cpp: (WebCore::GraphicsContext::createImageBuffer): Release newly-created CGContextRef after passing it to GraphicsContext.
- 1:28 PM Changeset in webkit [18357] by
-
- 4 edits in trunk/LayoutTests
Rubber-stamped by Darin.
This test also needs updated results after my clone node check-in.
Somehow, the fix to clone node eliminated the dummy spans in both
of these tests. This is an improvement.
- editing/style/remove-underline-expected.checksum:
- editing/style/remove-underline-expected.png:
- editing/style/remove-underline-expected.txt:
- 12:25 PM Changeset in webkit [18356] by
-
- 2 edits in trunk/JavaScriptCore
- kjs/string_object.cpp: (localeCompare): Another speculative Win32 fix.
- 12:20 PM Changeset in webkit [18355] by
-
- 2 edits in trunk/JavaScriptCore
- kjs/string_object.cpp: (localeCompare): Speculative Win32 fix.
- 12:11 PM Changeset in webkit [18354] by
-
- 3 edits in trunk/JavaScriptCore
Reviewed by Darin.
<rdar://problem/4235733>
<http://bugs.webkit.org/?show_bug.cgi?id=10193>
support String.localeCompare.
Implement localeCompare.
- JavaScriptCore.xcodeproj/project.pbxproj:
- kjs/string_object.cpp: (localeCompare): (StringProtoFunc::callAsFunction):
- kjs/string_object.h: (KJS::StringProtoFunc::):
- 11:20 AM Changeset in webkit [18353] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Mark Rowe.
- JavaScriptCore.xcodeproj/project.pbxproj: use GCC 4.0 for all the other test targets
- 10:54 AM Changeset in webkit [18352] by
-
- 2 edits in trunk/WebCore
Reviewed by Mark Rowe.
<rdar://problem/4871993> WebCore-421.31 build fails with "Public API change" error when gcc 3.3 is the default compiler
- bindings/scripts/CodeGeneratorObjC.pm: ignore blank lines in the public API check
- 10:50 AM Changeset in webkit [18351] by
-
- 4 edits in trunk/LayoutTests
Rubber stamped by Darin.
Updated results for this test after my clone node check-in
yesterday.
- editing/style/remove-underline-across-paragraph-expected.checksum:
- editing/style/remove-underline-across-paragraph-expected.png:
- editing/style/remove-underline-across-paragraph-expected.txt:
- 10:41 AM Changeset in webkit [18350] by
-
- 2 edits in trunk/LayoutTests
Updated for Justin's checkin that added properties.
- fast/dom/Window/window-properties-expected.txt:
- 10:36 AM Changeset in webkit [18349] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Mark Rowe.
<rdar://problem/4871613> JavaScriptCore-421.31's dftables target needs to override default compiler and use gcc-4.0
- JavaScriptCore.xcodeproj/project.pbxproj:
- 10:31 AM Changeset in webkit [18348] by
-
- 2 edits in S60/branches/3.1m/WebKit
2006-12-20 sareen <set EMAIL_ADDRESS environment variable>
Reviewed Sachin Padma.
DESC:BrowserNG: Opening and closing cover while in text input fields causes
input text to be displaced.
- BrowserView/src/WebKitView.cpp: (CWebKitView::SizeChanged):
- 10:25 AM Changeset in webkit [18347] by
-
- 2 edits in S60/trunk/WebKit
2006-12-20 sareen <set EMAIL_ADDRESS environment variable>
Reviewed Sachin Padma.
DESC:BrowserNG: Opening and closing cover while in text input fields causes
input text to be displaced.
- BrowserView/src/WebKitView.cpp: (CWebKitView::SizeChanged):
- 8:14 AM Changeset in webkit [18346] by
-
- 2 edits in S60/branches/3.1m/WebKit
2006-12-19 vbradley <vincent.bradley@nokia.com>
Reviewed by yongjun.zhang@nokia.com
DESC: TSW ID: IRON-6WAAWZ. crash on aol.co.uk
http://bugs.webkit.org/show_bug.cgi?id=11875
- BrowserCore/Renderers/src/ImageRenderer.cpp: (CImageRenderer::TileInRect):
- 7:40 AM Changeset in webkit [18345] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by John Sullivan.
Test for <rdar://problem/4570218> REGRESSION (?-10.4.7): cntl-K only works the first time
- editing/deleting/delete-to-end-of-paragraph-expected.checksum: Added.
- editing/deleting/delete-to-end-of-paragraph-expected.png: Added.
- editing/deleting/delete-to-end-of-paragraph-expected.txt: Added.
- editing/deleting/delete-to-end-of-paragraph.html: Added.
WebCore:
Reviewed by John Sullivan.
<rdar://problem/4570218> REGRESSION (?-10.4.7): cntl-K only works the first time
Test:
- editing/deleting/delete-to-end-of-paragraph.html
- editing/TypingCommand.cpp: (WebCore::TypingCommand::forwardDeleteKeyPressed): If the selection was a caret at the end of the paragraph, extend selection so it wraps to the start of next paragraph (if any),
- 6:16 AM Changeset in webkit [18344] by
-
- 2 edits in trunk/WebCore
Build fix, reviewed by Mitz.
Fix mac build, by using proper float -> int conversion.
- 3:32 AM Changeset in webkit [18343] by
-
- 1 edit in trunk/WebCore/rendering/InlineTextBox.cpp
Fix warning on buildbot on mac.
- 3:16 AM Changeset in webkit [18342] by
-
- 3 edits4 adds in trunk
Make sure text decoration colors prefer stroke over fill (and honor both of the new CSS properties added
for these values over color).
Reviewed by mitz
Added fast/text/stroking-decorations.html
- rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::paintDecorations):
- rendering/RenderObject.cpp: (WebCore::decorationColor): (WebCore::RenderObject::getTextDecorationColors):
- 3:05 AM Changeset in webkit [18341] by
-
- 9 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=11746
REGRESSION(r14931): Outlook Web Access incorrectly positions the insertion point when replying to e-mail
- editing/selection/move-begin-end-expected.txt: Updated editing delegate results.
- fast/forms/onselect-textarea-expected.txt: Updated selection start/end positions.
- fast/forms/textarea-initial-caret-position-expected.txt: Added.
- fast/forms/textarea-initial-caret-position.html: Added.
- fast/forms/textarea-no-scroll-on-blur.html: Updated to position caret at end of text to match previous initial focus behavior for this test.
- fast/forms/textarea-scrollbar.html: Ditto.
- fast/forms/textarea-scrolled-endline-caret.html: Ditto.
- fast/forms/textarea-scrolled-type.html: Ditto.
WebCore:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11746
REGRESSION(r14931): Outlook Web Access incorrectly positions the insertion point when replying to e-mail
Set caret at beginning of text on initial focus.
Test: fast/forms/textarea-initial-caret-position.html
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::updateFocusAppearance):
- 2:40 AM Changeset in webkit [22703] by
-
- 2 edits in branches/WindowsMerge/WebCore
Add support for stroking and filling of text to CSS. Boomer side. Same code as in FontMac.
- platform/win/FontWin.cpp: (WebCore::Font::drawGlyphs):
- 2:31 AM Changeset in webkit [18340] by
-
- 13 edits4 adds in trunk
Fix for bug 11889, support stroking and filling of HTML text from CSS. This patch adds four new CSS properties:
text-fill-color, text-stroke-color, text-stroke-width and text-stroke (a shorthand for the other two). Text
is filled and not stroked by default and does so using the text-fill-color. If this property is not set, then
color is used.
Stroking is accomplished by setting a stroke width. Stroke color, if omitted, will be picked up from the color
property. You can set either color to be transparent or partially transparent. A fully transparent fill color is
the way to achieve an "outline" effect where only stroking happens.
Stroking and filling are both customizable inside the ::selection pseudo-element, and so when selecting you can
vary colors and widths.
text-shadow applies to both the stroke and the fill.
text-decorations do not yet respect the stroke/fill colors. This will follow in a later patch.
Reviewed by mitz
Added fast/text/stroking.html as a layout test. Enhanced RenderTreeAsText.cpp to dump fill and stroke information.
- css/CSSComputedStyleDeclaration.cpp: (WebCore::): (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
- css/CSSPropertyNames.in:
- css/cssparser.cpp: (WebCore::CSSParser::parseValue):
- css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::applyProperty):
- platform/mac/FontMac.mm: (WebCore::Font::drawComplexText): (WebCore::Font::drawGlyphs):
- rendering/InlineFlowBox.cpp: (WebCore::InlineFlowBox::placeBoxesHorizontally):
- rendering/InlineFlowBox.h: (WebCore::InlineFlowBox::InlineFlowBox): (WebCore::InlineFlowBox::maxHorizontalVisualOverflow):
- rendering/InlineTextBox.cpp: (WebCore::updateGraphicsContext): (WebCore::InlineTextBox::paint): (WebCore::InlineTextBox::paintSelection): (WebCore::InlineTextBox::paintMarkedTextBackground): (WebCore::InlineTextBox::paintTextMatchMarker):
- rendering/RenderObject.cpp: (WebCore::RenderObject::selectionForegroundColor):
- rendering/RenderStyle.cpp: (WebCore::StyleCSS3InheritedData::StyleCSS3InheritedData): (WebCore::StyleCSS3InheritedData::operator==): (WebCore::RenderStyle::diff):
- rendering/RenderStyle.h: (WebCore::RenderStyle::textStrokeColor): (WebCore::RenderStyle::textStrokeWidth): (WebCore::RenderStyle::textFillColor): (WebCore::RenderStyle::setTextStrokeColor): (WebCore::RenderStyle::setTextStrokeWidth): (WebCore::RenderStyle::setTextFillColor): (WebCore::RenderStyle::initialTextStrokeWidth):
- rendering/RenderTreeAsText.cpp: (WebCore::operator<<):
- 2:05 AM Changeset in webkit [18339] by
-
- 4 edits9 adds in trunk/JavaScriptCore
Added support to bind QObject's to JavaScript.