Timeline
Nov 27, 2006:
- 11:06 PM Changeset in webkit [17904] by
-
- 2 edits in trunk/WebCore
2006-11-27 Anders Carlsson <acarlsson@apple.com>
Try fixing the build.
- platform/graphics/IntRect.cpp: (WebCore::IntRect::IntRect):
- 10:34 PM Changeset in webkit [22577] by
-
- 6 edits in branches/WindowsMerge
WebCoreWin:
Reviewed by Adam.
Stub out functions in order to remove FIXMEs from ContextMenu.cpp
- bridge/win/FrameWin.h: Spell checker functions pushed down from WebKit.
- platform/win/TemporaryLinkStubs.cpp: Stubs for spelling functions. (WebCore::FrameWin::isSelectionMisspelled): (WebCore::FrameWin::guessesForMisspelledSelection):
WebKitWin:
Reviewed by Adam.
Stub for canHandleRequest() to remove FIXME from ContextMenu.cpp
- WebFrame.cpp: (WebFrame::canHandleRequest):
- WebFrame.h:
- 10:26 PM Changeset in webkit [17903] by
-
- 13 edits in trunk
WebCore:
Reviewed by Adam.
Getting rid of some of the critical FIXMEs in ContextMenu.cpp.
- bridge/mac/FrameMac.h: Two new spell checker functions from WebKit. (We will be able to delete the WebKit versions once we switch over to WebCore context menus.)
- bridge/mac/FrameMac.mm: (WebCore::FrameMac::isSelectionMisspelled): (WebCore::core): Convert from NSArray of Strings to a Vector of Strings. (WebCore::FrameMac::guessesForMisspelledSelection):
- loader/FrameLoader.cpp: (WebCore::FrameLoader::canHandleRequest):
- loader/FrameLoader.h: Make canHandleRequest available through the FrameLoader.
- loader/FrameLoaderClient.h: canHandleRequest takes a ResourceRequest instead of an NSURLRequest.
- loader/mac/FrameLoaderMac.mm: (WebCore::FrameLoader::continueAfterNavigationPolicy): Same
- page/Frame.h: New spell checker functions moved to Frame. These should be moved some place better some day, but FrameMac currently seems to be the place to be for spell checker stuff.
- platform/ContextMenu.cpp: (WebCore::ContextMenu::populate): Use new FrameLoader and spell checking functionality to get rid of two if (true) statements. Also add spelling guesses to the editing context menus.
WebKit:
Reviewed by Adam.
WebKit half of getting rid of the FixMes in ContextMenu.cpp
- WebCoreSupport/WebFrameLoaderClient.h: canHandleRequest takes a ResourceRequest now.
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::canHandleRequest): Same.
- WebView/WebHTMLView.m: (-[WebHTMLView _isSelectionMisspelled]): Call into WebCore.
- 9:33 PM Changeset in webkit [17902] by
-
- 3 edits2 adds in trunk
Reviewed by Hyatt.
http://bugs.webkit.org/show_bug.cgi?id=11694
XSLT output method does not default to HTML when the target document is HTML
Test: fast/xsl/default-html.html
- xml/XSLTProcessor.cpp: (WebCore::XSLTProcessor::transformToString): Make mimeType an input/output parameter, serving as a hint when the stylesheet doesn't specify the output method. (WebCore::XSLTProcessor::transformToFragment): Set mimeType to text/html if the target document is HTML.
- 8:36 PM Changeset in webkit [22576] by
-
- 2 edits in branches/WindowsMerge/WebCore
2006-11-27 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
Fixes a crash in SVG caused by an attempt to
perform css overflow clipping by preventing
the css overflow clip from being set in SVG.
<rdar:/problems/4839568>
- 8:33 PM Changeset in webkit [17901] by
-
- 6 edits2 adds in trunk/WebCore
2006-11-27 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
Fixes a crash in SVG caused by an attempt to
perform css overflow clipping by preventing
the css overflow clip from being set in SVG.
<rdar:/problems/4839568>
- 7:08 PM Changeset in webkit [22575] by
-
- 3 edits in branches/WindowsMerge/WebKitWin
WebKitWin:
Reviewed by Adam.
<rdar://problem/4814582>
JavaScript window.resizeTo doesn't work
- Interfaces/IWebUIDelegate.idl: Fix declarations.
- WebChromeClient.cpp: (WebChromeClient::setWindowRect): (WebChromeClient::windowRect): Call the COM methods.
- 7:01 PM Changeset in webkit [17900] by
-
- 3 edits in trunk/WebCore
Reviewed by Adam.
Add an explicit IntRect constructor that takes a FloatRect.
- platform/graphics/IntRect.cpp: (WebCore::IntRect::IntRect):
- platform/graphics/IntRect.h:
- 6:18 PM Changeset in webkit [17899] by
-
- 8 edits2 moves in trunk
WebCore:
Reviewed by Adam.
Moved WebCoreCache up to WebKit.
- WebCore.exp:
- WebCore.xcodeproj/project.pbxproj:
- bridge/mac/WebCoreCache.h: Removed.
- bridge/mac/WebCoreCache.mm: Removed.
WebKit:
Reviewed by Adam.
Part of the change to move WebCoreCache into WebKit:
Added WebCache which handles emptying and enable/disabling the cache.
emptyCache and setCacheDisabled have been removed from WebCoreStatistics.
- Misc/WebCache.h: Added.
- Misc/WebCache.mm: Added.
- Misc/WebCoreStatistics.h:
- Misc/WebCoreStatistics.m: (+[WebCoreStatistics statistics]):
- WebKit.exp:
- WebKit.xcodeproj/project.pbxproj:
- 5:13 PM Changeset in webkit [17898] by
-
- 1 edit in tags/WebCore-521.31.1/WebCore/Info.plist
Versioning.
- 5:12 PM Changeset in webkit [17897] by
-
- 1 edit in tags/WebCore-521.31.1/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
Merging the build fix from r17888.
- 5:10 PM Changeset in webkit [17896] by
-
- 1 copy in tags/WebCore-521.31.1/WebCore
New tag (part 2.)
- 5:09 PM Changeset in webkit [17895] by
-
- 1 add in tags/WebCore-521.31.1
New tag.
- 5:06 PM Changeset in webkit [17894] by
-
- 5 edits1 move in trunk/LayoutTests
Reviewed by Adam.
- fast/forms/resources/success.html: Removed.
- fast/forms/targeted-frame-submission-expected.checksum:
- fast/forms/targeted-frame-submission-expected.png:
- fast/forms/targeted-frame-submission-expected.txt:
- fast/forms/targeted-frame-submission.html:
- 4:50 PM Changeset in webkit [17893] by
-
- 1 edit in tags/Safari-421.31/JavaScriptGlue/Info.plist
Versioning.
- 4:49 PM Changeset in webkit [17892] by
-
- 1 edit in tags/Safari-421.31/JavaScriptCore/Info.plist
Versioning.
- 4:49 PM Changeset in webkit [17891] by
-
- 1 edit in tags/Safari-421.31/WebKit/Info.plist
Versioning.
- 4:49 PM Changeset in webkit [17890] by
-
- 1 edit in tags/Safari-421.31/WebCore/Info.plist
Versioning.
- 4:38 PM Changeset in webkit [17889] by
-
- 1 copy in tags/Safari-421.31
New tag.
- 4:29 PM Changeset in webkit [17888] by
-
- 1 edit in trunk/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
Build fix. Use the CGPDFPage APIs to get the media rect, crop rect and rotation.
- 3:10 PM Changeset in webkit [22574] by
-
- 9 edits in branches/WindowsMerge
WebCoreWin:
Remove addMessageToConsole from FrameWin.
- bridge/win/FrameWin.h:
- platform/win/TemporaryLinkStubs.cpp:
WebKitWin:
Reviewed by Adam.
Add "addMessageToConsole" method to the private ui delegate, and have the client call it.
- Interfaces/IWebUIDelegatePrivate.idl:
- WebFrame.cpp: (WebFrame::addMessageToConsole):
- WebFrame.h:
- 3:01 PM Changeset in webkit [17887] by
-
- 1 edit5 adds in trunk/LayoutTests
Reviewed by Adam and Anders.
Testcase for:
Targeted frame submission.
- fast/forms/resources/success.html: Added.
- fast/forms/targeted-frame-submission-expected.checksum: Added.
- fast/forms/targeted-frame-submission-expected.png: Added.
- fast/forms/targeted-frame-submission-expected.txt: Added.
- fast/forms/targeted-frame-submission.html: Added.
- 2:59 PM Changeset in webkit [17886] by
-
- 15 edits in trunk
WebCore:
Reviewed by Adam.
Move addMessageToConsole to Chrome.
- bindings/js/kjs_events.cpp: (KJS::JSAbstractEventListener::handleEvent):
- bindings/js/kjs_proxy.cpp: (WebCore::KJSProxy::evaluate):
- bindings/js/kjs_window.cpp: (KJS::Window::isSafeScript): (KJS::ScheduledAction::execute):
- bridge/mac/FrameMac.h:
- bridge/mac/FrameMac.mm:
- bridge/mac/WebCoreFrameBridge.h:
- page/Chrome.cpp: (WebCore::Chrome::addMessageToConsole):
- page/Chrome.h:
- page/ChromeClient.h:
- page/Frame.h:
WebKit:
Reviewed by Adam.
Move addMessageToConsole to Chrome.
- WebCoreSupport/WebChromeClient.h:
- WebCoreSupport/WebChromeClient.mm: (WebChromeClient::addMessageToConsole):
- WebCoreSupport/WebFrameBridge.mm:
- 1:55 PM Changeset in webkit [22573] by
-
- 4 edits in branches/WindowsMerge/WebKitWin
Reviewed by Ada
Added removeAllIcons() for cache clearing
- Interfaces/IWebIconDatabase.idl:
- WebIconDatabase.cpp: (WebIconDatabase::removeAllIcons): Added
- WebIconDatabase.h:
- 1:30 PM Changeset in webkit [17885] by
-
- 2 edits in trunk/WebCore
Reviewed by Hyatt.
- Fix for http://bugs.webkit.org/show_bug.cgi?id=8062 Caret color in new text field should take background color and foreground color into consideration
- editing/SelectionController.cpp: (WebCore::SelectionController::paintCaret): Use the foreground color of the rootEditableElement to determine the caret color. This will work well for text controls in web pages (since the root is always the actual form control) as well as in editable WebViews, like in Mail, which will just pick up the color from the body element.
- 12:53 PM Changeset in webkit [17884] by
-
- 3 edits in trunk/WebKit
Reviewed by Anders
Moved unused Private SPI to Internal and pruned other unused code
- Misc/WebIconDatabase.m:
- Misc/WebIconDatabasePrivate.h:
- 8:04 AM Changeset in webkit [17883] by
-
- 3 edits in S60/trunk/S60Tools
2006-11-27 brmorris <thisisbradley@gmail.com>
Reviewed by me.
DESC: Minor updates to svn2ccm utils
- S60WebKitPlatformBuild.pl: Detailed notification
- svn2ccm.pl: Whitespace only desc to 'undefined synopsis'
Nov 26, 2006:
- 12:57 PM Changeset in webkit [17882] by
-
- 3 edits in S60/branches/3.1m/WebCore
2006-11-22 w3liu <wei.liu@nokia.com>
Reviewed by zbujtas@gmail.com.
DESC:
http://bugzilla.opendarwin.org/show_bug.cgi?id=11665
Text decoder regression in S60 browser.
WARNING: NO TEST CASES ADDED OR CHANGED
- kwq/KWQTextCodec.cpp: (KWQTextDecoder::KWQTextDecoder): (QTextCodec::fromUnicode): (QTextCodec::toUnicode): (KWQTextDecoder::fromUnicode): (KWQTextDecoder::checkRealloc):
- kwq/KWQTextCodec.h:
- 12:53 PM Changeset in webkit [17881] by
-
- 3 edits in S60/trunk/WebCore
2006-11-22 w3liu <wei.liu@nokia.com>
Reviewed by zbujtas@gmail.com.
DESC:
http://bugs.webkit.org/show_bug.cgi?id=11665
Text decoder regression in S60 browser
WARNING: NO TEST CASES ADDED OR CHANGED
- kwq/KWQTextCodec.cpp: (KWQTextDecoder::KWQTextDecoder): (QTextCodec::fromUnicode): (QTextCodec::toUnicode): (KWQTextDecoder::fromUnicode): (KWQTextDecoder::checkRealloc):
- kwq/KWQTextCodec.h:
- 5:09 AM Changeset in webkit [17880] by
-
- 7 edits in trunk/WebCore
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=11693
Fix the Qt build, adapt to various enum/class renamings.
Nov 24, 2006:
- 2:39 PM Changeset in webkit [17879] by
-
- 6 edits4 adds in trunk
Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=11666
.getScreenCTM() returns wrong values
Take into account the local transform matrix too and
so fix getScreenCTM/getCTM for <text>.