Timeline
Sep 7, 2006:
- 4:48 PM Changeset in webkit [16268] by
-
- 4 edits in branches/Safari-2-0-branch/WebKit
Reviewed by Darin sort of and Maciej definitely.
Fix for <rdar://problem/4719149> Crash caused by malformed frame
setup. This is the same bug as 3853672, which has been fixed on TOT
for a while. We feel like this fix is much safer for the branch
though.
- WebKit.xcodeproj/project.pbxproj: Version wars.
- WebView.subproj/WebBaseResourceHandleDelegate.m: (-[NSURLProtocol releaseResources]): Added comment for assertion that will be hit. (-[NSURLProtocol didFailWithError:]): Added comment for assertion that will be hit.
- WebView.subproj/WebDataSource.m: (-[WebDataSource _receivedMainResourceError:complete:]): Retain and release all of the pieces involved with sending the error.
- 3:06 PM Changeset in webkit [16267] by
-
- 13 edits1 add in trunk
WebCore:
Reviewed by Darin and Tim H.
Patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=10774
Auto-generate the Objective-C DOM Traversal bindings
- Auto-generates DOMNodeIterator and DOMTreeWalker.
- Splits out DOMNodeFilter into its own file.
- DerivedSources.make:
- WebCore.xcodeproj/project.pbxproj:
- bindings/objc/DOM.mm:
- bindings/objc/DOMNodeFilter.h: Added.
- bindings/objc/DOMTraversal.h:
- bindings/objc/PublicDOMInterfaces.h:
- bindings/scripts/CodeGeneratorObjC.pm:
- dom/NodeFilter.idl:
- dom/NodeIterator.idl:
- dom/Range.idl:
- dom/TreeWalker.idl:
WebKit:
Reviewed by Darin and Tim H.
Patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=10774
Auto-generate the Objective-C DOM Traversal bindings
- MigrateHeaders.make:
- 3:06 PM Changeset in webkit [16266] by
-
- 2 edits in S60/trunk/WebKit
2006-09-07 spadma <Sachin.Padma@nokia.com>
Reviewed by Yongjun.
DESC: Check if the pageUrl is Null before setting it as currentUrl
http://bugzilla.opendarwin.org/show_bug.cgi?id=
- BrowserView/src/WebKitLoader.cpp: (CWebKitLoader::LoadPageL): (CWebKitLoader::LoadResourceL):
- 12:40 PM Changeset in webkit [16265] by
-
- 5 edits in S60/trunk/WebKit
2006-09-07 zhalu <zhaosong.lu@nokia.com>
Reviewed by Sachin.
DESC: Disable the form autofill feature for embedded browser and make sure there is no crash on accessing the autofill database.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10754
- BrowserControl/src/BrCtl.cpp: (CBrCtl::HandleCommandL):
- BrowserCore/Formcontrols/src/FControlInputSkin.cpp: (CFormInputSkin::CFormInputSkin): (CFormInputSkin::SetText): (CFormInputSkin::ActivateL):
- BrowserView/inc/WebKitControl.h: (CWebKitControl::FormDataManagerL):
- BrowserView/src/webkitbridge.cpp: (CWebKitBridge::SaveFormData):
- 11:45 AM Changeset in webkit [16264] by
-
- 5 edits in trunk/WebCore
2006-09-07 MorganL <morlmor@yahoo.com>
Reviewed by Darin, landed by Adam.
Fixes part of bug 10743: Windows build busted.
- platform/win/FontCacheWin.cpp: Add missing #include, set svn:eol-style to native (WebCore::FontCache::getFontLinkInterface): (WebCore::FontCache::getFontDataForCharacters):
- platform/win/FontDataWin.cpp: Ditto. (WebCore::FontData::platformWidthForGlyph):
- platform/win/FontWin.cpp: Add missing #include, band-aid over const problem with GlyphBufferGlyph (WebCore::Font::drawGlyphs):
- platform/win/ResourceLoaderWin.cpp: Add missing #include, change .ascii() to .latin1() (WebCore::ResourceLoaderWndProc): (WebCore::ResourceLoader::start):
- 11:27 AM Changeset in webkit [22149] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2006-09-07 Steve Falkenburg <sfalken@apple.com>
Reviewed by Lou Amadio.
Fix CFArray allocator usage for cases where we store CF types in the array.
- WebHistory.cpp: (WebHistory::WebHistory): (WebHistory::datesArray):
- 10:37 AM Changeset in webkit [16263] by
-
- 4 edits4 adds in trunk
Reviewed by Darin.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10753
REGRESSION: The beginning of a CSS file is missing
Test: http/tests/incremental/slow-utf8-css.pl
- loader/Decoder.cpp: (WebCore::Decoder::checkForCSSCharset): Use the same buffering logic as used for HTML. (WebCore::Decoder::decode):
- loader/Decoder.h: Added a return value and a movedDataToBuffer parameter to checkForCSSCharset().
- 10:08 AM Changeset in webkit [16262] by
-
- 17 edits4 adds1 delete in trunk
WebCore:
Reviewed by Darin.
Patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=10766
Auto-generate the Objective-C DOM Events bindings
- Auto-generates DOMEvent, DOMKeyboardEvent, DOMMouseEvent, DOMMutationEvent, DOMOverflowEvent, DOMUIEvent, and DOMWheelEvent.
- Splits out DOMEventListener and DOMEventTarget into their own files.
- DerivedSources.make:
- WebCore.xcodeproj/project.pbxproj:
- bindings/objc/DOMEventListener.h: Added.
- bindings/objc/DOMEventTarget.h: Added.
- bindings/objc/DOMEvents.h:
- bindings/objc/DOMEvents.mm: (-[DOMEvent WebCore::]): (-[DOMEvent _initWithEvent:WebCore::]): (+[DOMEvent _eventWith:WebCore::]):
- bindings/objc/DOMEventsNonstandard.mm: Removed.
- bindings/objc/DOMNode.h:
- bindings/objc/PublicDOMInterfaces.h:
- bindings/scripts/CodeGenerator.pm:
- bindings/scripts/CodeGeneratorObjC.pm:
- dom/Event.idl:
- dom/EventListener.idl: Added.
- dom/EventTarget.idl: Added.
- dom/KeyboardEvent.idl:
- dom/MouseEvent.idl:
- dom/UIEvent.idl:
- dom/WheelEvent.idl:
WebKit:
Reviewed by Darin.
Patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=10766
Auto-generate the Objective-C DOM Events bindings
- MigrateHeaders.make:
- WebKit.xcodeproj/project.pbxproj:
- 8:48 AM Changeset in webkit [16261] by
-
- 2 edits in S60/trunk/WebCore
2006-09-07 bujtas <zbujtas@gmail.com>
Reviewed by Sriram Yadavalli.
DESC: do not call tabbednavigation when the document
is null.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10767
WARNING: NO TEST CASES ADDED OR CHANGED
- bridge/WebCoreBridge.cpp: (CWebCoreBridge::TabbedNavigation):
- 7:33 AM Changeset in webkit [16260] by
-
- 2 edits in S60/trunk/WebKit
2006-09-07 hongzhao <hong.a.zhao@nokia.com>
Reviewed by Sachin.
DESC: [S60] OfferKeyEventL() doesn't return a correct response value if it doesn't do anything
http://bugzilla.opendarwin.org/show_bug.cgi?id=10737
- Plugin/src/PluginWin.cpp: (CPluginWin::OfferKeyEventL):
- 2:03 AM Changeset in webkit [16259] by
-
- 227 edits4 adds in trunk
WebCore:
Reviewed by Maciej.
http://bugzilla.opendarwin.org/show_bug.cgi?id=9753
SVG with width and height 100% leaves room for scrollbar on the right.
Relayout children of svg containers, except svg shapes that do not depend on percentages.
LayoutTests:
Reviewed by Maciej.
New test case for
<http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
SVG with width and height 100% leaves room for scrollbar on the right.
Also Updated .txt files (all text blocks are wider) and some updated
pixel tests (some text is layouted differently because of wider text blocks).
Sep 6, 2006:
- 11:23 PM Changeset in webkit [22148] by
-
- 2 edits in branches/WindowsMerge/WebCore
YABF (Yet another build fix)
- 11:15 PM Changeset in webkit [22147] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/ChangeLog
Changed the Changelog to reflect who reviewed
- 11:12 PM Changeset in webkit [22146] by
-
- 4 edits1 add in branches/WindowsMerge/WebKitWin
Adding the urlIcon resource for the upcoming icon database checkin
- 10:49 PM Changeset in webkit [22145] by
-
- 2 edits in branches/WindowsMerge/WebCore
Nuked some repeat symbols added to TemporaryLinkStubs.cpp even though already implemented.
- 6:00 PM Changeset in webkit [16258] by
-
- 2 edits in trunk/WebCore
Updated usage of a constant that got renamed
- 4:41 PM Changeset in webkit [16257] by
-
- 3 edits in trunk/WebCore
Reviewed by Tim Hatcher.
- fix crashes affecting editing layout tests (regressions from my vector change)
- editing/BreakBlockquoteCommand.cpp: (WebCore::BreakBlockquoteCommand::doApply): Added check for empty vector.
- editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::doApply): Ditto.
- 2:43 PM Changeset in webkit [16256] by
-
- 28 edits in S60/trunk
2006-09-06 vbradley <vincent.bradley@nokia.com>
Reviewed by Sachin Padma.
DESC: Removed the obsolete flag RD_BROWSER_VIDEO_PLUGIN
http://bugzilla.opendarwin.org/show_bug.cgi?id=10258
- BrowserControl/src/BrCtl.cpp: (CBrCtl::HandleCommandL): (CBrCtl::AddOptionMenuItemsL):
- BrowserView/inc/WebKitView.h:
- BrowserView/inc/webkitbridge.h: (CWebKitBridge::IsTabbedNavigationEnabled):
- BrowserView/src/HttpLoaderEventToUiListener.cpp: (CHttpLoaderEventToUiListener::ConnectionRequest):
- BrowserView/src/KeyEventHandler.cpp: (CKeyEventHandler::NavigateWithCursor): (CKeyEventHandler::HandleActivateKeysL):
- BrowserView/src/WebKitControl.cpp: (CWebKitControl::FinalProgressComplete):
- BrowserView/src/WebKitCursor.cpp: (CWebKitCursor::CursorUpdate):
- BrowserView/src/WebKitView.cpp: (CWebKitView::CWebKitView): (CWebKitView::ConstructL): (CWebKitView::FocusChanged): (CWebKitView::ResetFlags):
- BrowserView/src/webkitbridge.cpp: (CWebKitBridge::NotifyMetaData):
- Plugin/inc/PluginWin.h: (CPluginWin::IsPluginFocus): (CPluginWin::SetOptionMenuHandler):
- Plugin/src/PluginSkin.cpp: (CPluginSkin::ConstructL):
- Plugin/src/PluginWin.cpp: (CPluginWin::MakeVisible): (CPluginWin::HandlePluginCommandL):
- group/BrowserView.mmp:
- 2:39 PM Changeset in webkit [16255] by
-
- 2 edits in trunk/WebKitTools
More renaming plans.
- 2:00 PM Changeset in webkit [16254] by
-
- 2 edits in S60/trunk/WebKit
2006-09-06 rathnasa <sornalatha.rathnasamy@nokia.com>
Reviewed by Sachin Padma
DESC: Fix the condition which checks if it is a reload
http://bugzilla.opendarwin.org/show_bug.cgi?id=10627
- BrowserView/src/webkitbridge.cpp: (CWebKitBridge::LoadUrlL):
- 1:34 PM Changeset in webkit [16253] by
-
- 2 edits in S60/trunk/WebCore
2006-09-06 bujtas <zbujtas@gmail.com>
Reviewed by Antti Koivisto
DESC: fix .innerhtml crash in htmlparser by adding
extra refcount to the htmlstackelem to protect nodes in
the stack.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10756
WARNING: NO TEST CASES ADDED OR CHANGED
- khtml/html/htmlparser.cpp: (KHTMLParser::handleResidualStyleCloseTagAcrossBlocks): (KHTMLParser::popBlock):
- 11:45 AM Changeset in webkit [22144] by
-
- 9 edits in branches/WindowsMerge
WebCoreWin:
Reviewed by Darin.
Fixed various Windows build issues caused by previous checkins.
- bridge/win/FrameWin.h: Added missing #include, updated Selection to SelectionController.
- platform/win/FontWin.cpp: Reorganized #includes. (WebCore::Font::drawGlyphs): Used a const_cast hack to fix ultimately broken code.
- platform/win/ResourceLoaderWin.cpp: Added missing #include of CString.h and removed double #include of config.h. (WebCore::ResourceLoaderWndProc): Removed use of String::ascii. (WebCore::ResourceLoader::start): Ditto.
- platform/win/TemporaryLinkStubs.cpp: Added missing stubs. (FrameWin::markMisspellings): (FrameWin::shouldChangeSelection): (FrameWin::respondToChangedSelection): (FrameWin::respondToChangedContents): (FrameWin::handledOnloadEvents): (FrameWin::createPlugin): (FrameWin::objectContentType):
- rendering/RenderPopupMenuWin.cpp: Added missing #include.
WebKitWin:
Reviewed by Darin.
Fixed various Windows build problems caused by previous checkins.
- WebKitDLL.h: Disable deprecation warning triggered by using std::copy on a Vector.
- WebView.cpp: (WebView::keyPress): Rename selection to selectionController.
- 11:31 AM Changeset in webkit [16252] by
-
- 2 edits in trunk/WebCore
Reviewed and tweaked by Tim H.
<rdar://problem/4564955> WebKit doesn't trigger Auto Font Activation
If we don't find the font in the available fonts list, call [NSFont fontWithName:size:]
to trigger a search that will include auto activation. No PLT or iBench perf impact.
No layout tests affected. Not testable in an automated way that will work on all systems.
- platform/mac/WebFontCache.mm: (+[WebFontCache fontWithFamily:traits:size:]):
- 10:17 AM Changeset in webkit [16251] by
-
- 10 edits1 delete in trunk/WebCore
2006-09-06 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed and landed by ap.
Fix Qt/Linux build.
- CMakeLists.txt: Take out CharacterData.cpp from build / add new Text* files to build.
- platform/qt/BrowserExtensionQt.cpp: Add wtf/Platform.h include.
- platform/qt/FontCacheQt.cpp: Add FontData.h include.
- platform/qt/FontQt.cpp: (WebCore::Font::drawGlyphs): Fix constness in reinterpret_cast.
- platform/qt/FrameQt.cpp: (WebCore::FrameQt::markMisspellings): Change "SelectionController" param type to "Selection". (WebCore::FrameQt::respondToChangedSelection): Ditto. (WebCore::FrameQt::respondToChangedContents): Ditto. (WebCore::FrameQt::shouldChangeSelection): Ditto.
- platform/qt/FrameQt.h: Ditto.
- platform/qt/ImageQt.cpp: (WebCore::Image::supportsType): Fix String->QString conversion.
- platform/qt/ResourceLoaderManager.cpp: (WebCore::ResourceLoaderManager::add): Fix String->DeprecatedString conversion.
- platform/qt/ScrollViewCanvasQt.cpp: (WebCore::ScrollViewCanvasQt::handleKeyEvent): Adapt to SelectionController signature changes.
- platform/qt/qt-encodings.txt: Removed.
- 9:23 AM Changeset in webkit [16250] by
-
- 77 edits1 add in trunk/WebCore
Reviewed by Tim Hatcher.
- http://bugzilla.opendarwin.org/show_bug.cgi?id=10675 tweak font-related headers and convert lists to vectors
One major change was to greatly reduce the number of files that include Font.h.
Another was to convert many uses of DeprecatedPtrList/DeprecatedValueList to Vector.
- WebCore.xcodeproj/project.pbxproj: Added TextStyle.h.
- bindings/objc/DOM.mm: (-[DOMElement _font]): Changed to not depend on Font::getNSFont since a WebCore::Font represents more than one NSFont.
- bindings/objc/DOMNode.mm: (-[DOMNode lineBoxRects]): Updated to use Vector.
- bridge/mac/FormDataMac.mm: (WebCore::arrayFromFormData): Ditto.
- bridge/mac/FrameViewMac.mm: (WebCore::FrameView::updateDashboardRegions): Ditto.
- css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Ditto.
- dom/Document.cpp: (WebCore::Document::dashboardRegions): Ditto. (WebCore::Document::setDashboardRegions): Ditto.
- dom/Document.h: Ditto.
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplacementFragment::removeUnrenderedNodes): Ditto.
- html/FormDataList.h: Ditto.
- html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::isFocusable): Ditto.
- html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::formData): Ditto.
- kcanvas/RenderPath.cpp: (WebCore::RenderPath::absoluteRects): Ditto.
- kcanvas/RenderPath.h: Ditto.
- kcanvas/RenderSVGImage.cpp: (WebCore::RenderSVGImage::absoluteRects): Ditto.
- kcanvas/RenderSVGImage.h: Ditto.
- kcanvas/RenderSVGText.cpp: (WebCore::RenderSVGText::absoluteRects): Ditto.
- kcanvas/RenderSVGText.h: Ditto.
- loader/FormData.cpp: (WebCore::FormData::flatten): Ditto. (WebCore::FormData::flattenToString): Ditto.
- loader/FormData.h: (WebCore::FormData::elements): Ditto.
- loader/mac/LoaderFunctionsMac.mm: (WebCore::ServeSynchronousRequest): Ditto.
- page/Frame.cpp: (WebCore::Frame::markedTextUnderlines): Ditto.
- page/Frame.h: Ditto.
- page/FramePrivate.h: Ditto.
- platform/mac/ResourceLoaderMac.mm: (WebCore::ResourceLoader::start): Ditto.
- rendering/InlineTextBox.h: Ditto.
- rendering/InlineTextBox.cpp: (WebCore::InlineTextBox::paint): Ditto. (WebCore::InlineTextBox::paintMarkedTextUnderline): Ditto.
- rendering/RenderContainer.h: Ditto.
- rendering/RenderContainer.cpp: (WebCore::RenderContainer::lineBoxRects): Ditto.
- rendering/RenderInline.h: Ditto.
- rendering/RenderInline.cpp: (WebCore::RenderInline::absoluteRects): Ditto.
- rendering/RenderObject.h: Ditto.
- rendering/RenderObject.cpp: (WebCore::RenderObject::lineBoxRects): Ditto. (WebCore::RenderObject::absoluteRects): Ditto. (WebCore::RenderObject::absoluteBoundingBoxRect): Ditto. (WebCore::RenderObject::addDashboardRegions): Ditto. (WebCore::RenderObject::collectDashboardRegions): Ditto.
- rendering/RenderStyle.h: Ditto.
- rendering/RenderStyle.cpp: (WebCore::RenderStyle::initialDashboardRegions): Ditto. (WebCore::RenderStyle::noneDashboardRegions): Ditto.
- rendering/RenderText.h: Ditto.
- rendering/RenderText.cpp: (WebCore::RenderText::absoluteRects): Ditto. (WebCore::RenderText::lineBoxRects): Ditto.
- rendering/RenderView.h: Ditto.
- rendering/RenderView.cpp: (WebCore::RenderView::absoluteRects): Ditto.
- bridge/mac/FrameMac.mm: (WebCore::FrameMac::attributedString): Updated to use Vector and changed to not depend on getNSFont on a Font. (WebCore::FrameMac::fontForSelection): Changed to not depend on Font::getNSFont. (WebCore::FrameMac::fontAttributesForSelectionStart): Ditto. (WebCore::convertAttributesToUnderlines): Updated to use Vector. (WebCore::FrameMac::setMarkedTextRange): Ditto. (WebCore::FrameMac::dashboardRegionsDictionary): Ditto.
- bridge/mac/WebCoreAXObject.mm: (boundingBoxRect): Updated to use Vector. (AXAttributeStringSetStyle): Changed to not depend on Font::getNSFont.
- bridge/mac/WebCoreStringTruncator.mm: Updated includes.
- page/Settings.h: Ditto.
- platform/mac/WebCoreTextRenderer.mm: Ditto.
- rendering/EllipsisBox.cpp: Ditto.
- editing/BreakBlockquoteCommand.cpp: (WebCore::BreakBlockquoteCommand::doApply): Updated to use a Vector that we iterate in reverse order instead of a linked list that we reverse by prepending elements instead of adding to the end.
- editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::doApply): Ditto.
- loader/DocLoader.h: Removed unneeded include of DeprecatedPtrList.h.
- platform/Font.h: Moved TextStyle to a separate header. Removed Font::getNSFont.
- platform/Font.cpp: Changed to use const instead of #define. (WebCore::Font::width): Overloaded this so we don't have a default parameter, which eliminates the need to have TextStyle defined to compiler the Font.h header.
- platform/TextStyle.h: Added.
- platform/FontData.h: Added a forward declaration of ATSUStyle so this header can stand alone.
- platform/FontFallbackList.h: Tweaks.
- platform/FontFallbackList.cpp: Tweaks.
- platform/FontFamily.h: Removed unneeded NSString declaration. Simplified class by using Shared and RefPtr, which resulted in removing many explicit functions.
- platform/FontFamily.cpp: More of the same.
- platform/GlyphBuffer.h: Removed unneeded MAX_GLYPH_EXPANSION and GLYPH_BUFFER_SIZE macros.
- platform/GlyphMap.h: Removed unneeded include of GlyphBuffer.h, which was included only for the typedef of Glyph; there's no reason to not just repeat that typedef here since C++ allows multiple typedefs if they match. Renamed the cGlyphPageSize constant to GlyphPage::size.
- platform/GlyphMap.cpp: Changed NO_BREAK_SPACE and ZERO_WIDTH_SPACE macros into constants. Updated for cGlyphPageSize change.
- platform/mac/GlyphMapMac.cpp: Updated for cGlyphPageSize change.
- platform/GlyphWidthMap.h: Removed unneeded include of GlyphBuffer.h, which was included only for the typedef of Glyph; there's no reason to not just repeat that typedef here since C++ allows multiple typedefs if they match. Renamed the cGlyphWidthPageSize constant to GlyphWidthPage::size.
- platform/GlyphWidthMap.cpp: Updated for cGlyphWidthPageSize change.
- platform/GraphicsContext.h: Removed unneeded include of Font.h. Changed drawText function to use overloading instead of default parameters to allow TextStyle to be optional. This cuts the dependency on TextStyle.
- platform/GraphicsContext.cpp: (WebCore::GraphicsContext::drawText): Added overload.
- platform/Image.h: Removed unneeded forward declaration of IntSize.
- platform/mac/FontCacheMac.mm: (WebCore::FontCache::getFontDataForCharacters): Changed to not depend on Font::getNSFont.
- platform/mac/ListBoxMac.mm: (-[WebCoreTableView fontChanged]): Ditto.
- platform/mac/TextFieldMac.mm: (-[NSSearchFieldCell _addStringToRecentSearches:]): Ditto.
- rendering/RenderPopupMenuMac.mm: (WebCore::RenderPopupMenuMac::showPopup): Ditto. (WebCore::RenderPopupMenuMac::addGroupLabel): Ditto. (WebCore::RenderPopupMenuMac::addOption): Ditto.
- platform/mac/FontDataMac.mm: Fixed includes. Converted a bunch of macros to be constants and inline functions instead.
- platform/mac/FontMac.mm: Fixed includes.
- platform/mac/PopUpButtonMac.mm: Ditto.
- rendering/RenderMenuList.cpp: Ditto.
- rendering/RenderTextControl.cpp: Ditto.
- platform/mac/WebCoreSystemInterface.h: Fixes so this header stands alone and is compatible with all 4 of C, ObjC, C++, ObjC++.
- 9:11 AM Changeset in webkit [16249] by
-
- 2 edits in trunk/WebKit
- MigrateHeaders.make: Fixed a double slash in "$(PRIVATE_HEADERS_DIR)DOMCharacterDataPrivate.h" (this was reported to cause a build failure under certain circumstances).
- 12:09 AM Changeset in webkit [16248] by
-
- 9 edits in trunk
2006-09-05 MorganL <morlmor@yahoocom>
Reviewed/landed by aroben.
Fixes bug 10743: Windows build is busted.
WebCore:
- WebCore.vcproj/WebCore/WebCore.vcproj:
- bridge/win/FrameWin.h:
- platform/ResourceLoaderInternal.h:
- platform/TextEncodingRegistry.cpp:
- platform/win/ResourceLoaderWin.cpp: (WebCore::ResourceLoaderWndProc): (WebCore::ResourceLoader::start):
- platform/win/TemporaryLinkStubs.cpp: (FrameWin::markMisspellings): (FrameWin::shouldChangeSelection): (FrameWin::respondToChangedSelection): (FrameWin::respondToChangedContents): (RenderThemeWin::adjustMenuListStyle):
WebKit:
- COM/WebView.cpp: (WebView::keyPress):