- 09 Jul, 2006 16 commits
-
-
beidson authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15261 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
beidson authored
Set the stage to remove the workaround for the SQLite BLOB corruption. A few other small cleanups, and preparation for pruning unreferenced and unretained icons. * icon/IconDatabase.cpp: (WebCore::IconDatabase::recreateDatabase): Added another trigger to assist in icon removal (WebCore::IconDatabase::deletePrivateTables): Cleaned up logging messages (WebCore::IconDatabase::imageDataForIconID): #ifdefed the blobbing hack for impending removal, use the real blob by default (WebCore::IconDatabase::imageDataForIconURL): same (WebCore::IconDatabase::imageDataForPageURL): same (WebCore::IconDatabase::pruneUnreferencedIcons): Will delete any icons and their data that are not referenced by any PageURL * icon/IconDatabase.h: * icon/SQLDatabase.h: Changed BlobAsVector to be unsigned char as thats the most reasonable type for a byte-buffer, and is what CFData expects * icon/SQLStatement.cpp: (WebCore::SQLStatement::getColumnBlobAsVector): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15260 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
beidson authored
The ICONDEBUG flag no choose either/or the new icon database and the old one No longer any need to live side by side to compare results * Misc/WebIconDatabase.m: (-[NSMutableDictionary iconURLForURL:]): (-[NSMutableDictionary retainIconForURL:]): (-[NSMutableDictionary releaseIconForURL:]): (-[WebIconDatabase _setHaveNoIconForIconURL:]): (-[WebIconDatabase _setIconURL:forURL:]): (-[WebIconDatabase _resetCachedWebPreferences:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15259 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- removed a few unused source files I discovered * WebCore.vcproj/WebCore/WebCore.vcproj: Update for new file locations. * WebCore.xcodeproj/project.pbxproj: Ditto. * bridge/mac/FrameMac.mm: * dom/Element.h: * html/HTMLImageLoader.cpp: * loader/Cache.cpp: * loader/Cache.h: * loader/CachedCSSStyleSheet.cpp: * loader/CachedCSSStyleSheet.h: * loader/CachedImage.cpp: * loader/CachedImage.h: * loader/CachedObject.h: * loader/CachedScript.cpp: * loader/CachedScript.h: * loader/CachedXBLDocument.cpp: * loader/CachedXBLDocument.h: * loader/CachedXSLStyleSheet.cpp: * loader/CachedXSLStyleSheet.h: * loader/DocLoader.cpp: * loader/DocLoader.h: * page/Frame.cpp: * page/Frame.h: * page/FramePrivate.h: * platform/gdk/TemporaryLinkStubs.cpp: * platform/win/TemporaryLinkStubs.cpp: * rendering/DeprecatedSlider.cpp: * rendering/RenderObject.h: * xml/xmlhttprequest.cpp: Updated includes as needed for file location changes. Changed CachePolicy uses to match new filename and enum names. * loader/CachedResource.cpp: Removed. * loader/CachedResource.h: Removed. * loader/CachedResourceClient.h: Removed. * loader/CachedResourceClientWalker.cpp: Removed. * loader/CachedResourceClientWalker.h: Removed. The above files were checked in by accident a while back. The rename of CachedObject to CachedResource is now reflected in do-webcore-rename, and will be done soon. * kwq/AffineTransform.cpp: Removed. * kwq/AffineTransform.h: Removed. * kwq/CacheControl.h: Removed. * kwq/DeprecatedPtrQueue.h: Removed. * kwq/FileButton.h: Removed. * kwq/FileButton.mm: Removed. * kwq/ListBox.h: Removed. * kwq/ListBox.mm: Removed. * kwq/LoaderFunctions.h: Removed. * kwq/LoaderFunctions.mm: Removed. * kwq/PopUpButton.h: Removed. * kwq/PopUpButton.mm: Removed. * kwq/SSLKeyGenerator.h: Removed. * kwq/SSLKeyGenerator.mm: Removed. * kwq/Settings.h: Removed. * kwq/TextBox.h: Removed. * kwq/TextBox.mm: Removed. * kwq/TextField.h: Removed. * kwq/TextField.mm: Removed. * kwq/WebCoreScrollBar.h: Removed. * kwq/WebCoreScrollBar.mm: Removed. * kwq/WebCoreSlider.h: Removed. * kwq/WebCoreSlider.mm: Removed. * loader/CachePolicy.h: Added. * loader/LoaderFunctions.h: Added. * loader/mac/LoaderFunctionsMac.mm: Added. * page/Settings.h: Added. * platform/AffineTransform.cpp: Added. * platform/AffineTransform.h: Added. * platform/DeprecatedPtrQueue.h: Added. * platform/FileButton.h: Added. * platform/ListBox.h: Added. * platform/PopUpButton.h: Added. * platform/SSLKeyGenerator.h: Added. * platform/ScrollBar.h: Added. * platform/Slider.h: Added. * platform/TextBox.h: Added. * platform/TextField.h: Added. * platform/cg/AffineTransformCG.cpp: Added. * platform/mac/FileButtonMac.mm: Added. * platform/mac/ListBoxMac.mm: Added. * platform/mac/PopUpButtonMac.mm: Added. * platform/mac/SSLKeyGeneratorMac.mm: Added. * platform/mac/ScrollBarMac.mm: Added. * platform/mac/ScrollBarMac.mm: Added. * platform/mac/SliderMac.mm: Added. * platform/mac/SliderMac.mm: Added. * platform/mac/TextBoxMac.mm: Added. * platform/mac/TextFieldMac.mm: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15258 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer authored
Reviewed by Darin. - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15256 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- make some minor project adjustments for the WebCore project * WebCore.xcodeproj/project.pbxproj: Link libsqlite3 the same way we do other libraries, rather than using a custom linker option. Moved the files from their old locations to the new ones. Removed "khtml" from the list of header search paths since that directory doesn't exist any more. Eliminated STYLE_LDFLAGS and just put -umbrella WebKit in OTHER_LDFLAGS in the Production configuration (was a leftover from "build styles" in Xcode 1). Changed to use EXPORTED_SYMBOLS_FILE instead of using -exported_symbols_list directly again now that Xcode has fixed the "strip twice" bug. Removed unneeded explicit SECTORDER_FLAGS = "" settings. Removed the explicit -Y,3 option now that Xcode does that by default. * WebCore.vcproj/WebCore/WebCore.vcproj: Removed some obsolete uneeded files, many of which didn't exist any more. Moved the files from their old locations to the new ones. * WebCoreSources.bkl: Moved the files from their old locations to the new ones. * kwq/DeprecatedCString.cpp: Removed. * kwq/DeprecatedCString.h: Removed. * kwq/TextStream.cpp: Removed. * kwq/TextStream.h: Removed. * platform/DeprecatedCString.cpp: Added. * platform/DeprecatedCString.h: Added. * platform/TextStream.cpp: Added. * platform/TextStream.h: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15255 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer authored
Reviewed by NOBODY (build fix). - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802 devenv.com not available in VC++ Express installations * Scripts/webkitdirs.pm: Restore Hyatt's original logic to make buildbot work again. Add VC++ Express check as the fallback. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15254 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- did the next pass of renaming (used do-webcore-rename script) this takes care of most of the remaining KWQ names (almost all) * WebCore+SVG/DOMList.h: * WebCore.vcproj/WebCore/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * WebCoreSources.bkl: * bindings/js/kjs_dom.cpp: * bindings/js/kjs_window.cpp: * bindings/objc/DOMHTML.mm: * bridge/mac/FrameMac.h: * bridge/mac/FrameMac.mm: * bridge/mac/WebCoreFrameBridge.mm: * bridge/mac/WebCoreSettings.h: * bridge/mac/WebCoreSettings.mm: * bridge/win/FrameWin.cpp: * css/CSSPrimitiveValue.cpp: * css/CSSValueKeywords.in: * css/MediaQueryEvaluator.cpp: * css/cssparser.cpp: * css/cssstyleselector.cpp: * css/cssstyleselector.h: * dom/CharacterData.cpp: * dom/CharacterData.h: * dom/Document.cpp: * dom/Element.cpp: *...
-
ddkilzer authored
Reviewed by Timothy Hatcher. - http://bugzilla.opendarwin.org/show_bug.cgi?id=7802 devenv.com not available in VC++ Express installations * Scripts/webkitdirs.pm: Make Windows build work with Visual C++ Express. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
http://bugzilla.opendarwin.org/show_bug.cgi?id=9804jdevalk authored
In the congratulations message, "capatibilies" should be "capabilities". git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15251 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15250 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer authored
Reviewed by Darin. http://bugzilla.opendarwin.org/show_bug.cgi?id=8251 navigator.product incorrect in WebKit.app on Intel Macs For navigator.platform return "MacIntel" for Intel processors, "MacPPC" otherwise. * bindings/js/kjs_navigator.cpp: (KJS::Navigator::getValueProperty): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15249 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ddkilzer authored
Reviewed by Timothy Hatcher. - http://bugzilla.opendarwin.org/show_bug.cgi?id=9794 Teach run-webkit-tests how to ignore tests with performance improvements * Scripts/run-webkit-tests: Speed up test list generation, implement --ignore-tests feature, and minor clean up. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15248 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
thatcher authored
Reviewed by Maciej. Bug 5312: comments aren't available via DOM http://bugzilla.opendarwin.org/show_bug.cgi?id=5312 New tests for DOM comment nodes. Updated results to account for new nodes in the DOM (editing offsets changed.) * editing/deleting/delete-line-013-expected.txt: * editing/deleting/delete-line-014-expected.txt: * editing/inserting/insert-3907422-fix-expected.txt: * editing/inserting/insert-div-009-expected.txt: * editing/inserting/insert-div-010-expected.txt: * editing/selection/extend-by-character-006-expected.txt: * editing/selection/move-between-blocks-no-001-expected.txt: * editing/selection/move-between-blocks-yes-001-expected.txt: * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt: * fast/dom/HTMLDocument/object-by-name-or-id.html: * fast/dom/comment-document-fragment-expected.txt: Added. * fast/dom/comment-document-fragment.html: Added. * fast/dom/comment-dom-node-expected.txt: Added. * fast/dom/comment-dom-node.html: Added. * fast/dom/comment-not-documentElement-expected.checksum: Added. * fast/dom/comment-not-documentElement-expected.png: Added. * fast/dom/comment-not-documentElement-expected.txt: Added. * fast/dom/comment-not-documentElement.html: Added. * fast/text/atsui-pointtooffset-calls-cg-expected.txt: * fast/text/atsui-rtl-override-selection-expected.txt: WebCore: Reviewed by Maciej. Bug 5312: comments aren't available via DOM http://bugzilla.opendarwin.org/show_bug.cgi?id=5312 <rdar://problem/4564414> getting comments via DOM isn't working (5312) <rdar://problem/4545691> DOM_COMMENT node masking out real DOM elements * dom/Document.cpp: (WebCore::Document::removedLastRef): set m_documentElement to 0 (WebCore::Document::childrenChanged): invalidate the document element we have cached in case it was replaced (WebCore::Document::documentElement): cache the first element as the document node if m_documentElement is 0 * dom/Document.h: added m_documentElement * html/HTMLDocument.cpp: removed documentElement(), HTML documents just use Document's documentElement() * html/HTMLDocument.h: ditto * html/HTMLParser.cpp: (WebCore::HTMLParser::handleError): make a new HTML node is the document's firstChild is NULL or the firstChild is not a HTML element (like a comment) * html/HTMLTokenizer.cpp: (WebCore::HTMLTokenizer::parseComment): removed the #ifdef to include comment nodes WebKit: Reviewed by Maciej. Bug 5312: comments aren't available via DOM http://bugzilla.opendarwin.org/show_bug.cgi?id=5312 Makes the Web Inspector show comment node contents. * WebInspector/WebInspector.m: (-[DOMNode _displayName]): return the contents of the comment * WebInspector/webInspector/inspector.js: check for comment nodes git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15247 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap authored
- http://bugzilla.opendarwin.org/show_bug.cgi?id=9572 Add application/xhtml+xml to the Accept header * WebView/WebFrame.m: (-[WebFrame _addExtraFieldsToRequest:mainResource:alwaysFromRequest:]): Add an Accept header to main resource requests. * English.lproj/StringsNotToBeLocalized.txt: Added new strings. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15246 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Jul, 2006 14 commits
-
-
thatcher authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15245 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
thatcher authored
Moved KJS_GetCreatedJavaVMs to jni_utility.cpp. Switched KJS_GetCreatedJavaVMs over to use dlopen and dlsym now that NSAddImage, NSLookupSymbolInImage and NSAddressOfSymbol are deprecated in Leopard. * JavaScriptCore.exp: * JavaScriptCore.xcodeproj/project.pbxproj: * bindings/jni/jni_utility.cpp: (KJS::Bindings::KJS_GetCreatedJavaVMs): * bindings/softlinking.c: Removed. * bindings/softlinking.h: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15241 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mjs authored
http://bugzilla.opendarwin.org/show_bug.cgi?id=9787 fast/frames tests failing (bad pointer to owner element) under MallocScribble * html/HTMLFrameElement.cpp: (WebCore::HTMLFrameElement::close): Disconnect the owner element of our frame. * html/HTMLIFrameElement.cpp: (WebCore::HTMLIFrameElement::attach): Don't call setFrame here. * html/HTMLPlugInElement.cpp: (WebCore::HTMLPlugInElement::detach): Disconnect the owner element of our frame. * html/HTMLPlugInElement.h: (WebCore::HTMLPlugInElement::setFrameName): New function. * page/Frame.cpp: (WebCore::Frame::Frame): Don't call setFrame. (WebCore::Frame::~Frame): Null out the owner element. (WebCore::Frame::requestObject): When an object creates a child frame, assign it a name so it can be accessed from HTMLPlugInElement. * rendering/RenderPart.cpp: (WebCore::RenderPart::RenderPart): (WebCore::RenderPart::~RenderPart): * rendering/RenderPart.h: Get rid of setFrame. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15240 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- better fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9622 REGRESSION: showModalDialog returnValue ignored, function result is always "undefined" * bindings/js/kjs_window.cpp: (KJS::showModalDialog): Set the return value after returning from the function if the window is not cleared; this is a better way to handle the case where the window does not get cleared before returning, and handles some new cases created by slight changes in the latest Safari properly too. (KJS::Window::clear): Changed logic slightly so we always store the result of getDirect into the return value slot -- the old code left the storage untouched if it was 0. Also made it only overwrite the return value slot if it's 0. * bindings/js/kjs_proxy.h: * bindings/js/kjs_proxy.cpp: * bindings/js/kjs_window.h: * bindings/js/kjs_window.cpp: * page/Frame.cpp: Roll the previous fix out. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15239 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
Reviewed by Geoff (well, half of it at least). - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788 storage leaks in Objective-C tests * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak. WebKitTools: Reviewed by Geoff (well, half of it at least). - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788 storage leaks in Objective-C tests * DumpRenderTree/DumpRenderTree.m: (-[LayoutTestController keepWebHistory]): * DumpRenderTree/ObjCPlugin.m: (-[ObjCPlugin removeBridgeRestrictions:]): Add a release to fix a storage leak. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15238 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15237 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15236 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren authored
- Make JSObjectGetProperty return a JSValue or NULL, like JSEvaluate does. * API/JSObjectRef.cpp: (JSObjectGetProperty): * API/JSObjectRef.h: * API/testapi.c: (main): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15235 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren authored
Use 0 instead of NULL in API .cpp files, to match our style guidelines. * API/JSContextRef.cpp: (JSEvaluate): * API/JSObjectRef.cpp: (JSFunctionMakeWithBody): (JSObjectCallAsFunction): (JSObjectCallAsConstructor): * API/JSValueRef.cpp: (JSValueToObject): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren authored
- Added ability to pass NULL for thisObject when calling JSObjectCallAsFunction, to match JSEvaluate. * API/JSObjectRef.cpp: (JSObjectCallAsFunction): * API/JSObjectRef.h: * API/testapi.c: (main): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15233 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
* fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added. * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added. * fast/forms/input-appearance-height-expected.checksum: Added. Added missing test results. * fast/block/float/nopaint-after-layer-destruction-expected.checksum: * fast/block/positioning/absolute-positioned-overconstrained.html: * fast/css/ZeroOpacityLayers.html: * fast/css/ZeroOpacityLayers2.html: * fast/css/font-shorthand-weight-only-expected.checksum: * fast/css/hsl-color-expected.checksum: * fast/css/hsla-color-expected.checksum: * fast/css/resize-corner-tracking-expected.checksum: * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: * fast/dynamic/selection-highlight-adjust-expected.checksum: * fast/forms/button-generated-content-expected.checksum: * fast/frames/calculate-fi...
-
darin authored
(-[WebDefaultUIDelegate contextMenuItemsForElement:defaultMenuItems:]): Removed misleading old comment. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15231 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
* WebCore.vcproj/WebCore/WebCore.vcproj: Add missing source files. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15230 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
thatcher authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15228 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 07 Jul, 2006 10 commits
-
-
ggaren authored
* JSUtils.cpp: (KJSValueToCFTypeInternal): * JSValueWrapper.cpp: (JSValueWrapper::JSObjectCopyPropertyNames): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15227 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
justing authored
Reviewed by levi * editing/selection/editable-non-editable-crash-expected.checksum: Added. * editing/selection/editable-non-editable-crash-expected.png: Added. * editing/selection/editable-non-editable-crash-expected.txt: Added. * editing/selection/editable-non-editable-crash.html: Added. * editing/selection/skip-non-editable-1-expected.txt: * editing/selection/skip-non-editable-1.html: WebCore: Reviewed by levi Fix Mail ToDo crashers. * dom/Range.cpp: (WebCore::Range::compareBoundaryPoints): Added an ASSERT that both containers are non-null and an early return. * editing/Selection.cpp: (WebCore::Selection::validate): Fix a dangling start/end. (WebCore::Selection::adjustForEditableContent): Added an early return if m_start or m_end are null. (WebCore::Selection::isContentEditable): Use isRichlyEditablePosition. (WebCore::Selection::isContentRichlyEditable): Ditto. * editing/Selection.h: * editing/VisiblePosition.cpp: (WebCore::VisiblePosition::next): Use the new highestEditableRoot. (WebCore::VisiblePosition::previous): Ditto. * editing/htmlediting.cpp: (WebCore::highestEditableRoot): Takes in a position. (WebCore::isEditablePosition): Added. (WebCore::isRichlyEditablePosition): Added. (WebCore::rootEditableElement): Added. (WebCore::nextCandidate): Moved and split out from nextVisiblePosition. (WebCore::nextVisuallyDistinctCandidate): Ditto. (WebCore::previousCandidate): Moved and split out from previousVisiblePosition. (WebCore::previousVisuallyDistinctCandidate): Ditto. (WebCore::firstEditablePositionAfterPositionInRoot): Iterate over positions, using nextVisuallyDistinctCandidate, skipping atomic nodes that are non-editable. (WebCore::lastEditablePositionBeforePositionInRoot): Ditto. * editing/htmlediting.h: * editing/visible_units.cpp: (WebCore::startOfWord): Added a FIXME. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15226 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren authored
- Standardized which functions take a JSContext as an argument. The rule is: if you might execute JavaScript, you take a JSContext, otherwise you don't. The FIXME in JSObjectRef.h requires refactoring some parts of Interpreter, but not API changes, so I'm putting it off until later. * API/JSCallbackObject.cpp: (KJS::JSCallbackObject::JSCallbackObject): (KJS::JSCallbackObject::init): * API/JSCallbackObject.h: * API/JSContextRef.cpp: (JSContextCreate): * API/JSContextRef.h: * API/JSObjectRef.cpp: (JSObjectMake): (JSPropertyEnumeratorGetNext): * API/JSObjectRef.h: * API/testapi.c: (MyObject_initialize): (main): * JavaScriptCore.exp: * kjs/array_object.cpp: (ArrayInstance::setLength): (ArrayInstance::pushUndefinedObjectsToEnd): * kjs/nodes.cpp: (ForInNode::execute): * kjs/reference.cpp: (KJS::Reference::getPropertyName): (KJS::Reference::getValue): * kjs/reference.h: * kjs/scope_chain.cpp: (KJS::ScopeChain::print): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15225 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren authored
More API action. - Headerdoc finished Semantic Changes: - Added a JSContextRef argument to many functions, because you need a JSContextRef for doing virtually anything. I expect to add this argument to even more functions in a future patch. - Removed the globalObjectPrototype argument to JSContextCreate because you can't create an object until you have a context, so it's impossible to pass a prototype object to JSContextCreate. That's OK because (1) there's no reason to give the global object a prototype and (2) if you really want to, you can just use a separate call to JSObjectSetPrototype. - Removed the JSClassRef argument to JSClassCreate because it was unnecessary, and you need to be able to make the global object's class before you've created a JSContext. - Added an optional exception parameter to JSFunctionMakeWithBody because anything less would be uncivilized. - Made the return value parameter to JSObjectGetProperty optional to match all other return value parameters in the API. - Made JSObjectSetPrivate/JSObjectGetPrivate work on JSCallbackFunctions and JSCallbackConstructors. You could use an abstract base class or strategic placement of m_privateData in the class structure to implement this, but the former seemed like overkill, and the latter seemed too dangerous. - Fixed a bug where JSPropertyEnumeratorGetNext would skip the first property. Cosmetic Changes: - Reversed the logic of the JSChar #ifdef to avoid confusing headerdoc - Removed function names from @function declarations because headeroc can parse them automatically, and I wanted to rule out manual mismatch. - Changed Error::create to take a const UString& instead of a UString* because it was looking at me funny. - Renamed JSStringBufferCreateWithCFString to JSStringBufferCreateCF because the latter is more concise and it matches JSStringBufferCreateUTF8. * API/JSCallbackObject.cpp: (KJS::JSCallbackObject::getOwnPropertySlot): (KJS::JSCallbackObject::put): (KJS::JSCallbackObject::deleteProperty): (KJS::JSCallbackObject::getPropertyList): (KJS::JSCallbackObject::toBoolean): (KJS::JSCallbackObject::toNumber): (KJS::JSCallbackObject::toString): * API/JSClassRef.cpp: (JSClassCreate): * API/JSContextRef.cpp: (JSContextCreate): (JSContextSetException): * API/JSContextRef.h: * API/JSNode.c: (JSNodePrototype_class): (JSNode_class): * API/JSNodeList.c: (JSNodeListPrototype_class): (JSNodeList_class): * API/JSObjectRef.cpp: (JSObjectGetProperty): (JSObjectGetPrivate): (JSObjectSetPrivate): (JSObjectCallAsFunction): (JSObjectCallAsConstructor): (JSPropertyEnumeratorGetNext): * API/JSObjectRef.h: * API/JSStringBufferRef.cpp: (JSStringBufferCreateCF): * API/JSStringBufferRef.h: * API/JSValueRef.cpp: (JSValueIsInstanceOf): * API/JSValueRef.h: * API/minidom.c: (main): * API/minidom.js: * API/testapi.c: (MyObject_hasProperty): (MyObject_setProperty): (MyObject_deleteProperty): (MyObject_getPropertyList): (MyObject_convertToType): (MyObject_class): (main): * JavaScriptCore.exp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15224 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
lweintraub authored
Missed a few in the last update... * fast/forms/input-delete-expected.txt: * fast/repaint/inline-outline-repaint-expected.txt: * fast/repaint/selection-after-delete-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15223 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
lweintraub authored
Reviewed by justin Deletion editing deligates now show up! * editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * editing/deleting/delete-3608430-fix-expected.txt: * editing/deleting/delete-3608445-fix-expected.txt: * editing/deleting/delete-3608462-fix-expected.txt: * editing/deleting/delete-3775172-fix-expected.txt: * editing/deleting/delete-3800834-fix-expected.txt: * editing/deleting/delete-3857753-fix-expected.txt: * editing/deleting/delete-3865854-fix-expected.txt: * editing/deleting/delete-3928305-fix-expected.txt: * editing/deleting/delete-3959464-fix-expected.txt: * editing/deleting/delete-4038408-fix-expected.txt: * editing/deleting/delete-4083333-fix-expected.txt: * editing/deleting/delete-after-span-ws-001-expected.txt: * editing/deleting/delete-after-span-ws-002-expected.txt: * editing/deleting/delete-after-span-ws-003-expected.txt: * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: * editing/deleting/delete-and-undo-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: * editing/deleting/delete-block-contents-001-expected.txt: * editing/deleting/delete-block-contents-002-expected.txt: * editing/deleting/delete-block-contents-003-expected.txt: * editing/deleting/delete-block-merge-contents-001-expected.txt: * editing/deleting/delete-block-merge-contents-002-expected.txt: * editing/deleting/delete-block-merge-contents-003-expected.txt: * editing/deleting/delete-block-merge-contents-004-expected.txt: * editing/deleting/delete-block-merge-contents-005-expected.txt: * editing/deleting/delete-block-merge-contents-006-expected.txt: * editing/deleting/delete-block-merge-contents-007-expected.txt: * editing/deleting/delete-block-merge-contents-008-expected.txt: * editing/deleting/delete-block-merge-contents-009-expected.txt: * editing/deleting/delete-block-merge-contents-010-expected.txt: * editing/deleting/delete-block-merge-contents-012-expected.txt: * editing/deleting/delete-block-merge-contents-013-expected.txt: * editing/deleting/delete-block-merge-contents-014-expected.txt: * editing/deleting/delete-block-merge-contents-015-expected.txt: * editing/deleting/delete-block-merge-contents-016-expected.txt: * editing/deleting/delete-block-merge-contents-017-expected.txt: * editing/deleting/delete-block-merge-contents-018-expected.txt: * editing/deleting/delete-block-merge-contents-019-expected.txt: * editing/deleting/delete-block-merge-contents-020-expected.txt: * editing/deleting/delete-block-merge-contents-021-expected.txt: * editing/deleting/delete-block-merge-contents-022-expected.txt: * editing/deleting/delete-block-merge-contents-023-expected.txt: * editing/deleting/delete-block-merge-contents-024-expected.txt: * editing/deleting/delete-br-001-expected.txt: * editing/deleting/delete-br-002-expected.txt: * editing/deleting/delete-br-003-expected.txt: * editing/deleting/delete-br-004-expected.txt: * editing/deleting/delete-br-005-expected.txt: * editing/deleting/delete-br-006-expected.txt: * editing/deleting/delete-br-007-expected.txt: * editing/deleting/delete-br-008-expected.txt: * editing/deleting/delete-br-009-expected.txt: * editing/deleting/delete-br-010-expected.txt: * editing/deleting/delete-br-011-expected.txt: * editing/deleting/delete-character-001-expected.txt: * editing/deleting/delete-contiguous-ws-001-expected.txt: * editing/deleting/delete-image-001-expected.txt: * editing/deleting/delete-image-002-expected.txt: * editing/deleting/delete-image-003-expected.txt: * editing/deleting/delete-image-004-expected.txt: * editing/deleting/delete-leading-ws-001-expected.txt: * editing/deleting/delete-line-001-expected.txt: * editing/deleting/delete-line-002-expected.txt: * editing/deleting/delete-line-003-expected.txt: * editing/deleting/delete-line-004-expected.txt: * editing/deleting/delete-line-005-expected.txt: * editing/deleting/delete-line-006-expected.txt: * editing/deleting/delete-line-007-expected.txt: * editing/deleting/delete-line-008-expected.txt: * editing/deleting/delete-line-009-expected.txt: * editing/deleting/delete-line-010-expected.txt: * editing/deleting/delete-line-011-expected.txt: * editing/deleting/delete-line-012-expected.txt: * editing/deleting/delete-line-013-expected.txt: * editing/deleting/delete-line-014-expected.txt: * editing/deleting/delete-line-015-expected.txt: * editing/deleting/delete-line-016-expected.txt: * editing/deleting/delete-line-017-expected.txt: * editing/deleting/delete-line-end-ws-001-expected.txt: * editing/deleting/delete-line-end-ws-002-expected.txt: * editing/deleting/delete-listitem-001-expected.txt: * editing/deleting/delete-listitem-002-expected.txt: * editing/deleting/delete-select-all-001-expected.txt: * editing/deleting/delete-select-all-002-expected.txt: * editing/deleting/delete-select-all-003-expected.txt: * editing/deleting/delete-selection-001-expected.txt: * editing/deleting/delete-tab-001-expected.txt: * editing/deleting/delete-tab-002-expected.txt: * editing/deleting/delete-tab-003-expected.txt: * editing/deleting/delete-tab-004-expected.txt: * editing/deleting/delete-trailing-ws-001-expected.txt: * editing/deleting/delete-trailing-ws-002-expected.txt: * editing/deleting/delete-ws-fixup-001-expected.txt: * editing/deleting/delete-ws-fixup-002-expected.txt: * editing/deleting/delete-ws-fixup-003-expected.txt: * editing/deleting/delete-ws-fixup-004-expected.txt: * editing/deleting/forward-delete-expected.txt: * editing/deleting/merge-different-styles-expected.txt: * editing/deleting/merge-endOfParagraph-expected.txt: * editing/deleting/merge-into-empty-block-1-expected.txt: * editing/deleting/merge-into-empty-block-2-expected.txt: * editing/deleting/merge-no-br-expected.txt: * editing/deleting/merge-unrendered-space-expected.txt: * editing/deleting/pruning-after-merge-1-expected.txt: * editing/deleting/pruning-after-merge-2-expected.txt: * editing/deleting/smart-delete-001-expected.txt: * editing/deleting/smart-delete-002-expected.txt: * editing/deleting/table-cells-expected.txt: * editing/execCommand/insertHTML-expected.txt: * editing/input/text-input-controller-expected.txt: * editing/inserting/insert-3775316-fix-expected.txt: * editing/inserting/insert-3851164-fix-expected.txt: * editing/inserting/insert-after-delete-001-expected.txt: * editing/inserting/insert-div-021-expected.txt: * editing/inserting/insert-div-026-expected.txt: * editing/pasteboard/4076267-2-expected.txt: * editing/pasteboard/4076267-3-expected.txt: * editing/pasteboard/4076267-expected.txt: * editing/pasteboard/paste-table-002-expected.txt: * editing/pasteboard/paste-text-015-expected.txt: * editing/selection/move-between-blocks-no-001-expected.txt: * editing/selection/select-all-iframe-expected.txt: * editing/style/block-style-005-expected.txt: * editing/style/smoosh-styles-001-expected.txt: * editing/style/smoosh-styles-002-expected.txt: * editing/style/style-3681552-fix-002-expected.txt: * editing/style/typing-style-001-expected.txt: * editing/style/typing-style-002-expected.txt: * editing/unsupported-content/list-delete-001-expected.txt: * editing/unsupported-content/list-delete-002-expected.txt: * editing/unsupported-content/list-delete-003-expected.txt: * editing/unsupported-content/table-delete-001-expected.txt: * editing/unsupported-content/table-delete-002-expected.txt: * editing/unsupported-content/table-delete-003-expected.txt: * fast/forms/input-text-option-delete-expected.checksum: * fast/forms/input-text-option-delete-expected.txt: WebCore: Reviewed by justin Allowed deletion typing commands to take in a granularity * bridge/mac/WebCoreFrameBridge.h: Pass granularity across the bridge * bridge/mac/WebCoreFrameBridge.mm: Ditto (-[WebCoreFrameBridge deleteKeyPressedWithSmartDelete:granularity:]): (-[WebCoreFrameBridge forwardDeleteKeyPressedWithSmartDelete:granularity:]): * editing/TypingCommand.cpp: Constructors take in a granularity (WebCore::TypingCommand::TypingCommand): (WebCore::TypingCommand::deleteKeyPressed): (WebCore::TypingCommand::forwardDeleteKeyPressed): * editing/TypingCommand.h: ditto * page/Frame.h: Fixed bug that shouldDeleteSelection wasn't virtual WebKit: Reviewed by justin Finished moving deletion selection expansion across the bridge... say that 3 times fast. * WebView/WebHTMLView.m: Pass granularity to WebCore to handle expansion (-[WebHTMLView _deleteRange:killRing:prepend:smartDeleteOK:deletionAction:granularity:]): (-[WebHTMLView _deleteSelection]): (-[NSArray _deleteWithDirection:granularity:killRing:isTypingAction:]): (-[NSArray deleteToMark:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15222 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
beidson authored
Added an accessor to a SQLite config option to change its disk-syncing behavior. Used this accessor to significantly speed up writes to the Icon DB. * icon/IconDatabase.cpp: (WebCore::IconDatabase::open): Disable full syncing to the SQLite db to speed up writes to the icondb * icon/SQLDatabase.cpp: (SQLDatabase::setFullsync): (SQLDatabase::setSynchronous): * icon/SQLDatabase.h: (WebCore::SQLDatabase::): Added accessor to the SQLite config pragma "synchronous" git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15221 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- fixed a storage leak noticed by the buildbot * dom/Document.cpp: (WebCore::Document::removedLastRef): Call delete on the markers before clearing the map containing them. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
andersca authored
Reviewed by Brady. http://bugzilla.opendarwin.org/show_bug.cgi?id=9777 Reproducible crash in Loading/Frames in ToT. The problem was that the renderpart destructor resets the frame's owner element. For iframes, this should only be done when the element is going to be removed from the document. * html/HTMLIFrameElement.cpp: (WebCore::HTMLIFrameElement::~HTMLIFrameElement): (WebCore::HTMLIFrameElement::willRemove): (WebCore::HTMLIFrameElement::removedFromDocument): (WebCore::HTMLIFrameElement::detach): * html/HTMLIFrameElement.h: Remove the frame in willRemove instead. * rendering/RenderPart.cpp: (WebCore::RenderPart::RenderPart): (WebCore::RenderPart::~RenderPart): * rendering/RenderPart.h: Don't call setFrame(0) in the destructor when the element is an iframe element. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15219 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- fixed a storage leak noticed by the buildbot * page/FrameView.cpp: (WebCore::FrameViewPrivate::~FrameViewPrivate): Delete m_scheduledEvents. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15218 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-