Timeline
Nov 12, 2006:
- 11:13 PM Changeset in webkit [17746] by
-
- 3 edits in trunk/WebKit
Rubberstamped by Anders
Changed some #includes from <WebKit/foo.h> to "foo.h"
- History/WebBackForwardList.m:
- History/WebHistory.m:
- 6:57 PM Changeset in webkit [22529] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
- WebChromeClient.cpp: Fixed up #include.
- 6:54 PM Changeset in webkit [22528] by
-
- 12 edits in branches/WindowsMerge/WebKitWin
Reviewed by Steve Falkenberg.
Implemented window.open. Rough around the edges right now.
- Converted WebMutableURLRequest to use a ResourceRequest as its backing store, to avoid yet another way of representing this data.
- Changed WebMutableURLRequests's timeoutInterval to double, to match ResourceRequest and NSURLRequest.
- Added BSTRToKURL and KURLToBSTR helper functions.
- Added page accessor on WebView, and core(), for converting from WebView to page.
- MarshallingHelpers.h: Removed unnecessary variable names from declarations.
- 3:49 PM Changeset in webkit [22527] by
-
- 6 edits in branches/WindowsMerge
WebCoreWin:
Reviewed by Beth Dakin.
Added project-wide setting to disable Microsoft's made-up deprecation
- warnings related to std
- functions. (Doesn't have any affect yet, since we currently disable all deprecation warnings.)
- WebCore.vcproj/WebCore.vcproj:
WebKitWin:
Reviewed by Steven Falkenberg.
Fixed up work-arounds to MSVC warning silliness.
Replaced in-place disabling of "conditional expression is constant" warning
with project-wide setting. (We use do { } while(0); for macro scoping.)
Replaced in-place and project-wide disabling of "xxx was declared deprecated"
warning with project-wide setting only to disable Microsoft's made-up deprecation
- warnings related to std
- functions.
- WebChromeClient.cpp: (WebChromeClient::setResizable):
- WebKit.vcproj/WebKit.vcproj:
- WebKitDLL.h:
- 3:44 PM Changeset in webkit [17745] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Beth Dakin.
Added project-wide setting to disable Microsoft's made-up deprecation
- warnings related to std
- functions. (Doesn't have any affect yet, since we currently disable all deprecation warnings.)
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 8:47 AM Writing Layout Tests for DumpRenderTree edited by
- Added bug number for navigationController issue (diff)
- 8:45 AM Writing Layout Tests for DumpRenderTree created by
- Copied from Google cache of wiki.opendarwin.org with minimal …
- 7:18 AM Changeset in webkit [17744] by
-
- 7 edits in trunk/WebCore
2006-11-12 Simon Hausmann <hausmann@kde.org>
Reviewed by Sam Weinig.
Fix Qt build. Missing AbstractShared implementation.
http://bugs.webkit.org/show_bug.cgi?id=11581
- loader/qt/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::ref): (WebCore::FrameLoaderClientQt::deref):
- loader/qt/FrameLoaderClientQt.h:
- platform/qt/ChromeClientQt.cpp: (WebCore::ChromeClientQt::ref): (WebCore::ChromeClientQt::deref):
- platform/qt/ChromeClientQt.h:
- platform/qt/EditorClientQt.cpp: (WebCore::EditorClientQt::ref): (WebCore::EditorClientQt::deref):
- platform/qt/EditorClientQt.h:
- 4:39 AM BuildingOnWindows edited by
- added a few more needed cygwin packages (diff)
- 4:29 AM Changeset in webkit [17743] by
-
- 4 edits in trunk/WebCore
2006-11-13 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
Fix some Linux/Gdk build issues noted by Alp Toker.
- Projects/gdk/webcore-gdk.bkl:
- WebCoreSources.bkl:
- platform/graphics/gdk/ImageGdk.cpp: (WebCore::Image::loadPlatformResource):
- 4:19 AM BuildingOnWindows created by
- Rescue Building on Windows page from the old wiki
- 1:31 AM Changeset in webkit [17742] by
-
- 4 edits in trunk/WebCore
Reviewed by Anders
Logging channel plumbing for future work
- platform/Logging.cpp: (WebCore::):
- platform/Logging.h:
- platform/mac/LoggingMac.mm: (WebCore::InitializeLoggingChannelsIfNecessary):
- 12:47 AM Changeset in webkit [17741] by
-
- 16 edits1 delete in trunk
2006-11-12 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
Linux/Gdk compilation fixes, and bakefile cleanups. Based on patches by
Alp Toker.
- Projects/gdk/webcore-gdk.bkl:
- WebCoreSources.bkl:
- page/PageState.cpp:
- platform/gdk/ChromeClientGdk.h: (WebCore::ChromeClientGdk::ref): (WebCore::ChromeClientGdk::deref):
- platform/gdk/FrameGdk.cpp: (WebCore::FrameGdkClientDefault::openURL): (WebCore::FrameGdkClientDefault::didReceiveData): (WebCore::FrameGdkClientDefault::receivedAllData): (WebCore::FrameGdk::FrameGdk): (WebCore::FrameGdk::~FrameGdk):
- platform/gdk/FrameGdk.h:
- platform/gdk/KeyEventGdk.cpp: (WebCore::keyIdentifierForGdkKeyCode):
- platform/gdk/ScreenClientGdk.h: Removed.
- platform/gdk/TemporaryLinkStubs.cpp: (FrameGdk::canPaste): (FrameGdk::originalRequestURL): (TextField::TextField):
- platform/network/gdk/ResourceHandleManager.cpp: (WebCore::ResourceHandleManager::downloadTimerCallback): (WebCore::ResourceHandleManager::add): (WebCore::ResourceHandleManager::cancel):
- webcore-base.bkl:
2006-11-12 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
Clean up of JavaScriptCore bakefiles.
- JavaScriptCoreSources.bkl:
- jscore.bkl:
2006-11-12 Mark Rowe <bdash@webkit.org>
Reviewed by Mitz.
Clean up of GdkLauncher bakefile.
- GdkLauncher/gdklauncher.bkl:
Nov 11, 2006:
- 8:59 PM Changeset in webkit [22526] by
-
- 29 edits in branches/WindowsMerge
Reviewed by Maciej Stachowiak.
- Fixed <rdar://problem/4831461> Crash in FrameLoader::~FrameLoader when navigating away from ebay.com
- Changed WebKit clients to match new virtual ref/deref scheme in WebCore.
- Removed WebEditorClient from the WebCore namespace because it's a WebKit class, not a WebCore class.
- Standardized some header #includes to match Mac:
- alphabetical
- config.h, WebKitDLL.h, and class headers go together at the top
- everything else comes after a line break
- 8:53 PM Changeset in webkit [17740] by
-
- 17 edits1 add in trunk
WebCore:
Reviewed by Maciej Stachowiak.
- Fixed loader crash by clarifying ownership of WebKit client objects. WebCore objects own their WebKit clients, and ref and deref through virtual methods, leaving WebKit free to use whatever client / reference-counting implementation it likes.
- WebCore.exp:
- WebCore.xcodeproj/project.pbxproj:
- bridge/EditorClient.h: Fixed up function prototypes for style.
- loader/FrameLoader.cpp: Removed detachFrameLoader, since its real purpose was to implement an alternative ownership model. (WebCore::FrameLoader::~FrameLoader): Removed empty destructor. (WebCore::FrameLoader::setClient): This function now takes ownership (WebCore::FrameLoader::client):
- loader/FrameLoader.h:
- loader/FrameLoaderClient.h:
- page/ChromeClient.h:
- platform/AbstractShared.h: Added. This is the virtual function-based refcounting complement to Shared. (WebCore::AbstractShared::~AbstractShared):
WebKit:
Reviewed by Maciej Stachowiak.
- Fixed loader crash by clarifying ownership of WebKit client objects. WebCore objects own their WebKit clients, and ref and deref through virtual methods, leaving WebKit free to use whatever client / reference-counting implementation it likes.
WebKit on Mac just uses the same refcounting class that WebCore uses (Shared),
but other platforms may choose to do other things.
- WebCoreSupport/WebChromeClient.h: (WebChromeClient::ref): (WebChromeClient::deref): (WebChromeClient::refCount):
- WebCoreSupport/WebEditorClient.h: Nixed commented-out function prototypes. The ones in WebCore make clear what remains to be implemented. Replaced constructor with factory function to avoid leaks.
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::create): (WebEditorClient::WebEditorClient): (WebEditorClient::setWebFrame):
- WebCoreSupport/WebFrameBridge.mm: (-[WebFrameBridge initMainFrameWithPage:WebCore::frameName:view:webView:]): (-[WebFrameBridge initSubframeWithOwnerElement:frameName:view:]):
- WebCoreSupport/WebFrameLoaderClient.h: Replaced constructor with factory function to avoid leaks. (WebFrameLoaderClient::ref): (WebFrameLoaderClient::deref): (WebFrameLoaderClient::refCount):
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::create):
- WebView/WebFrame.mm: (-[WebFrame _initWithWebFrameView:webView:coreFrame:]):
- 4:13 PM Changeset in webkit [17739] by
-
- 2 edits in trunk/WebCore
Reviewed by Maciej.
Fix uninitialized variable.
- rendering/RenderStyle.h:
- 2:54 PM Changeset in webkit [22525] by
-
- 1 edit in branches/WindowsMerge/WebKitWin/ChangeLog
Remove conflict markers
- 2:50 PM Changeset in webkit [22524] by
-
- 7 edits in branches/WindowsMerge
WebCoreWin:
2006-11-11 Anders Carlsson <acarlsson@apple.com>
Reviewed by Oliver.
Rename keyPress to keyEvent, it's used for both key presses
and releases.
- bridge/win/FrameWin.cpp: (WebCore::FrameWin::keyEvent):
- bridge/win/FrameWin.h:
WebKitWin:
2006-11-11 Anders Carlsson <acarlsson@apple.com>
Reviewed by Oliver.
Clean up the event handling code.
- WebEditorClient.cpp: (WebEditorClient::shouldBeginEditing): (WebEditorClient::shouldEndEditing): (WebEditorClient::shouldApplyStyle): Change these to return true. Eventually they will call the editing delegate.
- WebView.cpp: (WebView::execCommand): Update to call the editor's execCommand.
(WebView::keyUp):
New function that forwards the event to FrameWin.
(editCommandForKey):
New function that given a key returns an edit command from a table. Eventually this table
should be moved into WebCore.
(WebView::handleEditingKeyboardEvent):
New function that handles editing events.
(WebView::keyDown):
If the frame is editable, call handleEditingKeyboardEvent.
(WebViewWndProc):
- WebView.h:
- 1:34 PM Changeset in webkit [17738] by
-
- 1 edit in trunk/WebCore/ChangeLog
Grammar fix.
- 1:32 PM Changeset in webkit [17737] by
-
- 2 edits in trunk/WebCore
Reviewed/landed by Adam.
Complete cleanup of the CMakeLists.txt.
Now all files to be build are sorted in alphabetic order.
General style cleanup, remove all tabs etc.
- CMakeLists.txt:
- 1:32 PM Changeset in webkit [17736] by
-
- 1 edit in trunk/JavaScriptCore/ChangeLog
Changed one last bugzilla.opendarwin.org URL to bugs.webkit.org.
- 1:28 PM Changeset in webkit [17735] by
-
- 4 edits in trunk
Changed bugzilla.opendarwin.org URLs to bugs.webkit.org in ChangeLog files.
- 1:17 PM Changeset in webkit [22523] by
-
- 30 edits3 moves1 add in branches/WindowsMerge
WebCoreWin:
Reviewed by Geoff.
Move graphics-related files to platform/graphics to stay in sync with
changes from OpenSource r17727.
Also, as discussed with Darin and Steve, we now copy all our headers to
a flat include/WebCore directory instead of copying the directory
structure of WebCore. This mirrors how Mac builds.
- WebCore.vcproj/WebCore.vcproj:
- platform/cg/ColorCG.cpp: Removed.
- platform/cg/GraphicsContextCG.cpp: Removed.
- platform/cg/GraphicsContextPlatformPrivate.h: Removed.
- platform/win/IconWin.cpp: Removed.
- platform/win/ImageWin.cpp: Removed.
WebKitWin:
Reviewed by Geoff.
Update WebCore #includes to use a flat directory structure.
- DOMCSSClasses.cpp:
- DOMCSSClasses.h:
- DOMCoreClasses.cpp:
- DOMEventsClasses.cpp:
- DOMHTMLClasses.cpp:
- MarshallingHelpers.cpp:
- WebChromeClient.cpp:
- WebChromeClient.h:
- WebDataSource.cpp:
- WebEditorClient.cpp:
- WebEditorClient.h:
- WebElementPropertyBag.cpp:
- WebFrame.cpp:
- WebFrame.h:
- WebHTMLRepresentation.cpp:
- WebHistory.cpp:
- WebIconDatabase.cpp:
- WebIconDatabase.h:
- WebKit.vcproj/WebKit.vcproj:
- WebKitDLL.cpp:
- WebMutableURLRequest.cpp:
- WebNotificationCenter.cpp:
- WebPreferences.cpp:
- WebURLResponse.cpp:
- WebURLResponse.h:
- WebView.cpp:
- WebView.h:
- 11:10 AM Changeset in webkit [17734] by
-
- 2 edits in trunk/WebKitTools
Reviewed and landed by Anders.
Make DRT work again on Qt/Linux.
- DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.cpp: (WebCore::DumpRenderTree::DumpRenderTree):
- 10:36 AM Changeset in webkit [17733] by
-
- 2 edits in trunk/WebCore
Reviewed by Maciej Stachowiak.
Added missing initializer to ResourceRequest -- fixes some loader crashes
due to assuming a request always has a non-null httpMethod.
- platform/network/ResourceRequest.h: (WebCore::ResourceRequest::ResourceRequest):
- 10:08 AM Changeset in webkit [17732] by
-
- 2 edits in trunk/WebCore
Reviewed by Maciej
Fixed header guard
- loader/FrameLoaderClient.h:
- 8:52 AM Changeset in webkit [22522] by
-
- 2 edits in branches/WindowsMerge/WebCore
- blind attempt to fix the build
- platform/win/CursorWin.cpp: (WebCore::verticalTextCursor): Added. Just returns the pointer cursor. (WebCore::cellCursor): Ditto. (WebCore::contextMenuCursor): Ditto.
- 8:48 AM Changeset in webkit [17731] by
-
- 2 edits in trunk/WebCore
- attempt to fix Qt build
- platform/qt/CursorQt.cpp: (WebCore::verticalTextCursor): Added. Just returns pointer cursor. (WebCore::cellCursor): Ditto. (WebCore::contextMenuCursor): Ditto.
- 7:49 AM Changeset in webkit [17730] by
-
- 6 edits3 adds in trunk
Reviewed by hyatt.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10893
InsertRule can not handle @import statements
Allow @import as part of a css rule.
- 7:31 AM Changeset in webkit [17729] by
-
- 2 edits in trunk/WebCore
Attempt to fix Qt build.
- CMakeLists.txt: PathQt.cpp is in graphics/qt now.
- 7:15 AM Changeset in webkit [17728] by
-
- 9 edits3 adds in trunk/WebCore
2006-11-11 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
Tortured by Sam Weinig, Tim H., Maciej, Mitz and Alexey :-)
[CSS 3] support for vertical-text, cell and context-menu cursors
http://bugs.webkit.org/show_bug.cgi?id=11494
- Resources/cellCursor.png: Added.
- Resources/contextMenuCursor.png: Added.
- Resources/verticalTextCursor.png: Added.
- WebCore.xcodeproj/project.pbxproj:
- css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
- css/CSSValueKeywords.in:
- manual-tests/cursor.html:
- page/FrameView.cpp: (WebCore::selectCursor):
- platform/Cursor.h:
- platform/mac/CursorMac.mm: (WebCore::verticalTextCursor): (WebCore::cellCursor): (WebCore::contextMenuCursor):
- rendering/RenderStyle.h: (WebCore::):
- 6:31 AM Changeset in webkit [17727] by
-
- 4 edits50 moves4 adds in trunk/WebCore
2006-11-11 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by aroben and ap, landed by ap.
Group graphics related files in platform/graphics.
Move certain files from certain subdirectories
into platform/graphics/{win,mac,cg,gdk,qt}
- CMakeLists.txt:
- WebCore.xcodeproj/project.pbxproj:
- platform/AffineTransform.cpp: Removed.
- platform/AffineTransform.h: Removed.
- platform/Color.cpp: Removed.
- platform/Color.h: Removed.
- platform/FloatPoint.cpp: Removed.
- platform/FloatPoint.h: Removed.
- platform/FloatRect.cpp: Removed.
- platform/FloatRect.h: Removed.
- platform/FloatSize.cpp: Removed.
- platform/FloatSize.h: Removed.
- platform/Icon.h: Removed.
- platform/Image.cpp: Removed.
- platform/Image.h: Removed.
- platform/ImageSource.h: Removed.
- platform/IntPoint.h: Removed.
- platform/IntRect.cpp: Removed.
- platform/IntRect.h: Removed.
- platform/IntSize.h: Removed.
- platform/IntSizeHash.h: Removed.
- platform/Path.cpp: Removed.
- platform/Path.h: Removed.
- platform/Pen.cpp: Removed.
- platform/Pen.h: Removed.
- platform/cairo/AffineTransformCairo.cpp: Removed.
- platform/cairo/GraphicsContextCairo.cpp: Removed.
- platform/cairo/ImageCairo.cpp: Removed.
- platform/cairo/ImageSourceCairo.cpp: Removed.
- platform/cairo/cairo/AUTHORS: Removed.
- platform/cairo/cairo/COPYING: Removed.
- platform/cairo/cairo/COPYING-LGPL-2.1: Removed.
- platform/cairo/cairo/COPYING-MPL-1.1: Removed.
- platform/cairo/cairo/INSTALL: Removed.
- platform/cairo/cairo/NEWS: Removed.
- platform/cairo/cairo/README: Removed.
- platform/cairo/cairo/TODO: Removed.
- platform/cairo/cairo/src/Makefile.in: Removed.
- platform/cairo/cairo/src/cairo-arc-private.h: Removed.
- platform/cairo/cairo/src/cairo-arc.c: Removed.
- platform/cairo/cairo/src/cairo-array.c: Removed.
- platform/cairo/cairo/src/cairo-atsui-font.c: Removed.
- platform/cairo/cairo/src/cairo-atsui.h: Removed.
- platform/cairo/cairo/src/cairo-beos-surface.cpp: Removed.
- platform/cairo/cairo/src/cairo-beos.h: Removed.
- platform/cairo/cairo/src/cairo-cache-private.h: Removed.
- platform/cairo/cairo/src/cairo-cache.c: Removed.
- platform/cairo/cairo/src/cairo-clip-private.h: Removed.
- platform/cairo/cairo/src/cairo-clip.c: Removed.
- platform/cairo/cairo/src/cairo-color.c: Removed.
- platform/cairo/cairo/src/cairo-debug.c: Removed.
- platform/cairo/cairo/src/cairo-debug.h: Removed.
- platform/cairo/cairo/src/cairo-directfb-surface.c: Removed.
- platform/cairo/cairo/src/cairo-directfb.h: Removed.
- platform/cairo/cairo/src/cairo-features.h: Removed.
- platform/cairo/cairo/src/cairo-features.h.in: Removed.
- platform/cairo/cairo/src/cairo-fixed.c: Removed.
- platform/cairo/cairo/src/cairo-font-options.c: Removed.
- platform/cairo/cairo/src/cairo-font-subset-private.h: Removed.
- platform/cairo/cairo/src/cairo-font-subset.c: Removed.
- platform/cairo/cairo/src/cairo-font.c: Removed.
- platform/cairo/cairo/src/cairo-ft-font.c: Removed.
- platform/cairo/cairo/src/cairo-ft-private.h: Removed.
- platform/cairo/cairo/src/cairo-ft.h: Removed.
- platform/cairo/cairo/src/cairo-glitz-surface.c: Removed.
- platform/cairo/cairo/src/cairo-glitz.h: Removed.
- platform/cairo/cairo/src/cairo-gstate-private.h: Removed.
- platform/cairo/cairo/src/cairo-gstate.c: Removed.
- platform/cairo/cairo/src/cairo-hash-private.h: Removed.
- platform/cairo/cairo/src/cairo-hash.c: Removed.
- platform/cairo/cairo/src/cairo-hull.c: Removed.
- platform/cairo/cairo/src/cairo-image-surface.c: Removed.
- platform/cairo/cairo/src/cairo-matrix.c: Removed.
- platform/cairo/cairo/src/cairo-meta-surface-private.h: Removed.
- platform/cairo/cairo/src/cairo-meta-surface.c: Removed.
- platform/cairo/cairo/src/cairo-output-stream.c: Removed.
- platform/cairo/cairo/src/cairo-paginated-surface-private.h: Removed.
- platform/cairo/cairo/src/cairo-paginated-surface.c: Removed.
- platform/cairo/cairo/src/cairo-path-bounds.c: Removed.
- platform/cairo/cairo/src/cairo-path-data-private.h: Removed.
- platform/cairo/cairo/src/cairo-path-data.c: Removed.
- platform/cairo/cairo/src/cairo-path-fill.c: Removed.
- platform/cairo/cairo/src/cairo-path-fixed-private.h: Removed.
- platform/cairo/cairo/src/cairo-path-stroke.c: Removed.
- platform/cairo/cairo/src/cairo-path.c: Removed.
- platform/cairo/cairo/src/cairo-pattern.c: Removed.
- platform/cairo/cairo/src/cairo-pdf-surface.c: Removed.
- platform/cairo/cairo/src/cairo-pdf.h: Removed.
- platform/cairo/cairo/src/cairo-pen.c: Removed.
- platform/cairo/cairo/src/cairo-platform.h: Removed.
- platform/cairo/cairo/src/cairo-png.c: Removed.
- platform/cairo/cairo/src/cairo-polygon.c: Removed.
- platform/cairo/cairo/src/cairo-private.h: Removed.
- platform/cairo/cairo/src/cairo-ps-surface.c: Removed.
- platform/cairo/cairo/src/cairo-ps.h: Removed.
- platform/cairo/cairo/src/cairo-quartz-private.h: Removed.
- platform/cairo/cairo/src/cairo-quartz-surface.c: Removed.
- platform/cairo/cairo/src/cairo-quartz.h: Removed.
- platform/cairo/cairo/src/cairo-quartz2-surface.c: Removed.
- platform/cairo/cairo/src/cairo-quartz2.h: Removed.
- platform/cairo/cairo/src/cairo-region.c: Removed.
- platform/cairo/cairo/src/cairo-scaled-font.c: Removed.
- platform/cairo/cairo/src/cairo-slope.c: Removed.
- platform/cairo/cairo/src/cairo-spline.c: Removed.
- platform/cairo/cairo/src/cairo-stroke-style.c: Removed.
- platform/cairo/cairo/src/cairo-surface-fallback-private.h: Removed.
- platform/cairo/cairo/src/cairo-surface-fallback.c: Removed.
- platform/cairo/cairo/src/cairo-surface.c: Removed.
- platform/cairo/cairo/src/cairo-svg-surface.c: Removed.
- platform/cairo/cairo/src/cairo-svg.h: Removed.
- platform/cairo/cairo/src/cairo-traps.c: Removed.
- platform/cairo/cairo/src/cairo-unicode.c: Removed.
- platform/cairo/cairo/src/cairo-wideint.c: Removed.
- platform/cairo/cairo/src/cairo-wideint.h: Removed.
- platform/cairo/cairo/src/cairo-win32-font.c: Removed.
- platform/cairo/cairo/src/cairo-win32-private.h: Removed.
- platform/cairo/cairo/src/cairo-win32-surface.c: Removed.
- platform/cairo/cairo/src/cairo-win32.h: Removed.
- platform/cairo/cairo/src/cairo-xcb-surface.c: Removed.
- platform/cairo/cairo/src/cairo-xcb-xrender.h: Removed.
- platform/cairo/cairo/src/cairo-xcb.h: Removed.
- platform/cairo/cairo/src/cairo-xlib-private.h: Removed.
- platform/cairo/cairo/src/cairo-xlib-screen.c: Removed.
- platform/cairo/cairo/src/cairo-xlib-surface.c: Removed.
- platform/cairo/cairo/src/cairo-xlib-test.h: Removed.
- platform/cairo/cairo/src/cairo-xlib-xrender.h: Removed.
- platform/cairo/cairo/src/cairo-xlib.h: Removed.
- platform/cairo/cairo/src/cairo.c: Removed.
- platform/cairo/cairo/src/cairo.h: Removed.
- platform/cairo/cairo/src/cairoint.h: Removed.
- platform/cairo/cairo/src/test-fallback-surface.c: Removed.
- platform/cairo/cairo/src/test-fallback-surface.h: Removed.
- platform/cairo/cairo/src/test-meta-surface.c: Removed.
- platform/cairo/cairo/src/test-meta-surface.h: Removed.
- platform/cairo/cairo/src/test-paginated-surface.c: Removed.
- platform/cairo/cairo/src/test-paginated-surface.h: Removed.
- platform/cairo/pixman/AUTHORS: Removed.
- platform/cairo/pixman/COPYING: Removed.
- platform/cairo/pixman/README: Removed.
- platform/cairo/pixman/src/Makefile.in: Removed.
- platform/cairo/pixman/src/fbcompose.c: Removed.
- platform/cairo/pixman/src/fbedge.c: Removed.
- platform/cairo/pixman/src/fbedgeimp.h: Removed.
- platform/cairo/pixman/src/fbmmx.c: Removed.
- platform/cairo/pixman/src/fbmmx.h: Removed.
- platform/cairo/pixman/src/fbpict.c: Removed.
- platform/cairo/pixman/src/fbpict.h: Removed.
- platform/cairo/pixman/src/fbtrap.c: Removed.
- platform/cairo/pixman/src/icblt.c: Removed.
- platform/cairo/pixman/src/icbltone.c: Removed.
- platform/cairo/pixman/src/iccolor.c: Removed.
- platform/cairo/pixman/src/icformat.c: Removed.
- platform/cairo/pixman/src/icimage.c: Removed.
- platform/cairo/pixman/src/icimage.h: Removed.
- platform/cairo/pixman/src/icint.h: Removed.
- platform/cairo/pixman/src/icpixels.c: Removed.
- platform/cairo/pixman/src/icrect.c: Removed.
- platform/cairo/pixman/src/icrop.h: Removed.
- platform/cairo/pixman/src/icstipple.c: Removed.
- platform/cairo/pixman/src/ictransform.c: Removed.
- platform/cairo/pixman/src/ictrap.c: Removed.
- platform/cairo/pixman/src/ictri.c: Removed.
- platform/cairo/pixman/src/icutil.c: Removed.
- platform/cairo/pixman/src/pixman-remap.h: Removed.
- platform/cairo/pixman/src/pixman-xserver-compat.h: Removed.
- platform/cairo/pixman/src/pixman.h: Removed.
- platform/cairo/pixman/src/pixregion.c: Removed.
- platform/cairo/pixman/src/pixregionint.h: Removed.
- platform/cairo/pixman/src/renderedge.c: Removed.
- platform/cairo/pixman/src/renderedge.h: Removed.
- platform/cairo/pixman/src/slim_internal.h: Removed.
- platform/cairo/rgb24-hacks.txt: Removed.
- platform/cairo/scale-removal.txt: Removed.
- platform/cg/AffineTransformCG.cpp: Removed.
- platform/cg/FloatPointCG.cpp: Removed.
- platform/cg/FloatRectCG.cpp: Removed.
- platform/cg/FloatSizeCG.cpp: Removed.
- platform/cg/GraphicsContextCG.cpp: Removed.
- platform/cg/GraphicsContextPlatformPrivate.h: Removed.
- platform/cg/ImageCG.cpp: Removed.
- platform/cg/ImageSourceCG.cpp: Removed.
- platform/cg/IntPointCG.cpp: Removed.
- platform/cg/IntRectCG.cpp: Removed.
- platform/cg/IntSizeCG.cpp: Removed.
- platform/cg/PDFDocumentImage.cpp: Removed.
- platform/cg/PDFDocumentImage.h: Removed.
- platform/cg/PathCG.cpp: Removed.
- platform/gdk/ImageGdk.cpp: Removed.
- platform/mac/ColorMac.mm: Removed.
- platform/mac/FloatPointMac.mm: Removed.
- platform/mac/FloatRectMac.mm: Removed.
- platform/mac/FloatSizeMac.mm: Removed.
- platform/mac/GraphicsContextMac.mm:
- platform/mac/IconMac.mm: Removed.
- platform/mac/ImageMac.mm: Removed.
- platform/mac/IntPointMac.mm: Removed.
- platform/mac/IntRectMac.mm: Removed.
- platform/mac/IntSizeMac.mm: Removed.
- platform/qt/AffineTransformQt.cpp: Removed.
- platform/qt/ColorQt.cpp: Removed.
- platform/qt/FloatPointQt.cpp: Removed.
- platform/qt/FloatRectQt.cpp: Removed.
- platform/qt/IconQt.cpp: Removed.
- platform/qt/ImageQt.cpp: Removed.
- platform/qt/ImageSourceQt.cpp: Removed.
- platform/qt/IntPointQt.cpp: Removed.
- platform/qt/IntRectQt.cpp: Removed.
- platform/qt/IntSizeQt.cpp: Removed.
- platform/qt/PathQt.cpp: Removed.
- platform/win/ImageWin.cpp: Removed.
- platform/win/IntPointWin.cpp: Removed.
- platform/win/IntRectWin.cpp: Removed.
- platform/win/IntSizeWin.cpp: Removed.
- 5:10 AM Changeset in webkit [17726] by
-
- 1 edit in trunk/WebCore/rendering/RenderText.cpp
Build fix.
- 4:34 AM Changeset in webkit [17725] by
-
- 3 edits in trunk/WebCore
WebCore:
Reviewed by hyatt.
A layout test was added when this bug was fixed, so none needed now.
Cleanup after:
REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
http://bugs.webkit.org/show_bug.cgi?id=11570
- rendering/RenderStyle.h: (WebCore::RenderStyle::isSpace): Removed.
- rendering/RenderText.cpp: (WebCore::isSpace): Added. (WebCore::RenderText::calcMinMaxWidth): Use inline function instead of polluting RenderStyle.
- 4:04 AM Changeset in webkit [17724] by
-
- 4 edits4 adds in trunk
WebCore:
Reviewed by mitz.
REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
http://bugs.webkit.org/show_bug.cgi?id=11570
- rendering/RenderStyle.h: (WebCore::RenderStyle::isSpace): Added.
- rendering/RenderText.cpp: (WebCore::RenderText::calcMinMaxWidth): For the purposes of calculating the line widths, treat non-breaking spaces the same as normal spaces if -webkit-nbsp-mode is 'space'
LayoutTests:
Reviewed by mitz.
REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
http://bugs.webkit.org/show_bug.cgi?id=11570
- fast/text/whitespace/nbsp-mode-and-linewraps-expected.checksum: Added.
- fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
- fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt: Added.
- fast/text/whitespace/nbsp-mode-and-linewraps.html: Added.
- 12:50 AM Changeset in webkit [17723] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=11508
Undisable some warnings for JSImmediate.h
Fix suggested by Don Gibson.
- kjs/JSImmediate.h: Re-enable all MSVC warnings, move the remaining runtime checks to compile-time.