Timeline
Apr 12, 2009:
- 5:41 PM Changeset in webkit [42430] by
-
- 8 edits in trunk
WebCore:
2009-04-12 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Move the event and crypto attributes and the captureEvents and releaseEvents
functions out of JSDOMWindowBase by partially generating them.
- bindings/js/JSDOMGlobalObject.cpp: (WebCore::JSDOMGlobalObject::currentEvent): Make const.
- bindings/js/JSDOMGlobalObject.h:
- bindings/js/JSDOMWindowBase.cpp:
- bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::crypto): Not implemented. (WebCore::JSDOMWindow::event): (WebCore::JSDOMWindow::captureEvents): Not implemented. (WebCore::JSDOMWindow::releaseEvents): Ditto.
- page/DOMWindow.idl:
LayoutTests:
2009-04-12 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update test result for new nop window.crypto behavior.
- http/tests/security/cross-frame-access-get-expected.txt:
- 4:42 PM Changeset in webkit [42429] by
-
- 4 edits in trunk/LayoutTests
2009-04-12 Sam Weinig <sam@webkit.org>
Update results.
- fast/dom/Window/window-properties-expected.txt:
- fast/js/global-constructors-expected.txt:
- platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
- 4:10 PM Changeset in webkit [42428] by
-
- 10 edits in trunk
WebCore:
2009-04-12 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Move more attributes out of JSDOMWindowBase by
partially generating them.
- Expose the MessagePort constructor.
- bindings/js/JSDOMGlobalObject.h: (WebCore::getDOMConstructor):
- bindings/js/JSDOMWindowBase.cpp: (setJSDOMWindowBaseEvent):
- bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::image): (WebCore::JSDOMWindow::option): (WebCore::JSDOMWindow::audio): (WebCore::JSDOMWindow::webKitPoint): (WebCore::JSDOMWindow::webKitCSSMatrix): (WebCore::JSDOMWindow::xMLHttpRequest): (WebCore::JSDOMWindow::xSLTProcessor): (WebCore::JSDOMWindow::messageChannel): (WebCore::JSDOMWindow::worker):
- page/DOMWindow.idl:
LayoutTests:
2009-04-12 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update tests after making MessageChannel completely missing when not
compiling with support for it (and removing it from the tests because
we never compile with support for it right now) and exposing the MessagePort
constructor.
- fast/dom/constructors-cached-expected.txt:
- fast/dom/dom-constructors-expected.txt:
- fast/dom/dom-constructors.html:
- fast/dom/resources/constructors-cached.js:
- platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
- 10:57 AM Changeset in webkit [42427] by
-
- 2 edits in trunk/WebCore
A resource's filename is not correct after a redirect in the Inspector.
Reviewed by Dan Bernstein.
- inspector/InspectorResource.cpp: (WebCore::InspectorResource::updateScriptObject): Fix a typo in the lastPathComponent property name.
- 9:24 AM Changeset in webkit [42426] by
-
- 3 edits2 adds in trunk
WebCore:
2009-04-12 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Test: editing/inserting/6609479-1.html
Follow-up to <rdar://problem/6609479>.
Before my last change, a Mail blockquote would've been broken up earlier, and you would've been guaranteed that the inserted content
was at the start of a paragraph. Now we need to check for that explicitly, and only merge the start of the inserted content if it is
at the start of a paragraph.
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::shouldMergeStart):
LayoutTests:
2009-04-12 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Another test for <rdar://problem/6609479>. This covers inserting HTML in a quoted table.
- editing/inserting/6609479-1-expected.txt: Added.
- editing/inserting/6609479-1.html: Added.
Apr 11, 2009:
- 10:49 PM Changeset in webkit [42425] by
-
- 8 edits2 adds in trunk
WebCore:
2009-04-11 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Fix for <rdar://problem/6609479> Pressing return inside a table cell that's inside quoted content will split the table
Test: editing/inserting/6609479.html
Don't break a blockquote if pasting or inserting into a table.
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::doApply):
- editing/TypingCommand.cpp: (WebCore::TypingCommand::insertParagraphSeparatorInQuotedContent):
LayoutTests:
2009-04-11 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Tests for <rdar://problem/6609479> Pressing return inside a table cell that's inside quoted content will split the table
- editing/inserting/5418891.html: Changed test so it doesn't involve tables.
- editing/inserting/6609479-expected.txt: Added.
- editing/inserting/6609479.html: Added.
- platform/mac/editing/inserting/5418891-expected.checksum:
- platform/mac/editing/inserting/5418891-expected.png:
- platform/mac/editing/inserting/5418891-expected.txt:
- 6:11 PM Changeset in webkit [42424] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Darin Adler.
- fix <rdar://problem/6643103> Unscaled values from body.scrollHeight
Test: fast/css/zoom-body-scroll.html
Adjust scroll{Left,Top,Width,Height} values for zoom in getters and
setters.
- html/HTMLBodyElement.cpp: (WebCore::adjustForZoom): (WebCore::HTMLBodyElement::scrollLeft): (WebCore::HTMLBodyElement::setScrollLeft): (WebCore::HTMLBodyElement::scrollTop): (WebCore::HTMLBodyElement::setScrollTop): (WebCore::HTMLBodyElement::scrollHeight): (WebCore::HTMLBodyElement::scrollWidth):
LayoutTests:
Reviewed by Darin Adler.
- test for <rdar://problem/6643103> Unscaled values from body.scrollHeight
- fast/css/zoom-body-scroll-expected.txt: Added.
- fast/css/zoom-body-scroll.html: Added.