Timeline
Jun 12, 2007:
- 11:56 PM Changeset in webkit [23486] by
-
- 5 edits in trunk
WebCore:
Reviewed by Darin.
Use correct size for BITMAPINFOHEADER -- whoops.
- platform/win/CursorWin.cpp: (WebCore::Cursor::Cursor):
- platform/win/PasteboardWin.cpp: (WebCore::Pasteboard::writeImage):
WebKit:
Reviewed by Darin.
Use correct size for BITMAPINFOHEADER -- whoops.
- win/WebIconDatabase.cpp: (createDIB): (WebIconDatabase::getOrCreateDefaultIconBitmap):
- 11:53 PM Changeset in webkit [23485] by
-
- 5 edits in branches/Safari-522-2
Merged fix from r21529.
- 11:20 PM Changeset in webkit [23484] by
-
- 1 copy in branches/Safari-522-2
Branched Safari-522 from r21983.
- 9:57 PM Changeset in webkit [23483] by
-
- 2 edits in trunk/JavaScriptCore
Another build fix.
- bindings/qt/qt_instance.cpp: (KJS::Bindings::QtInstance::invokeMethod):
- 9:52 PM Changeset in webkit [23482] by
-
- 8 edits in trunk/JavaScriptCore
Reviewed by Geoff.
Move the notion of field type to the JNI runtime since that's the only
one that was actually using it.
- bindings/c/c_runtime.h: (KJS::Bindings::CField::CField):
- bindings/jni/jni_runtime.h:
- bindings/objc/objc_runtime.h:
- bindings/objc/objc_runtime.mm:
- bindings/qt/qt_runtime.h:
- bindings/runtime.h:
- bindings/runtime_method.cpp:
- 9:43 PM Changeset in webkit [23481] by
-
- 3 edits in trunk/JavaScriptCore
Build fix.
- bindings/qt/qt_class.cpp: (KJS::Bindings::QtClass::methodsNamed):
- bindings/qt/qt_instance.cpp: (KJS::Bindings::QtInstance::invokeMethod):
- 9:42 PM Changeset in webkit [23480] by
-
- 2 edits in trunk/WebKitQt
Fix from Lars to remove duplicate symbols.
- 9:25 PM Changeset in webkit [23479] by
-
- 12 edits in trunk/JavaScriptCore
Reviewed by Oliver.
Get rid of the MethodList class and use a good ol' Vector instead.
- bindings/c/c_class.cpp: (KJS::Bindings::CClass::methodsNamed):
- bindings/c/c_instance.cpp: (KJS::Bindings::CInstance::invokeMethod):
- bindings/jni/jni_class.cpp: (JavaClass::JavaClass): (JavaClass::~JavaClass):
- bindings/jni/jni_instance.cpp: (JavaInstance::invokeMethod):
- bindings/objc/objc_class.mm: (KJS::Bindings::ObjcClass::methodsNamed):
- bindings/objc/objc_instance.mm: (ObjcInstance::invokeMethod):
- bindings/objc/objc_runtime.mm: (ObjcFallbackObjectImp::callAsFunction):
- bindings/runtime.cpp:
- bindings/runtime.h:
- bindings/runtime_method.cpp: (RuntimeMethod::lengthGetter): (RuntimeMethod::callAsFunction):
- bindings/runtime_object.cpp: (RuntimeObjectImp::getOwnPropertySlot):
- 9:06 PM Changeset in webkit [23478] by
-
- 3 edits in trunk/JavaScriptCore
Reviewed by Geoff.
Make RuntimeMethod's method list a pointer so that the object size doesn't
grow beyond 32 bytes when we later will replace MethodList with a Vector.
- bindings/runtime_method.cpp: (RuntimeMethod::RuntimeMethod): (RuntimeMethod::lengthGetter): (RuntimeMethod::callAsFunction):
- bindings/runtime_method.h:
- 8:57 PM Changeset in webkit [23477] by
-
- 5 edits in trunk/JavaScriptCore
Reviewed by Geoff.
Get rid of the Parameter class.
- bindings/jni/jni_instance.cpp: (JavaInstance::invokeMethod):
- bindings/jni/jni_runtime.cpp: (JavaMethod::signature):
- bindings/jni/jni_runtime.h: (KJS::Bindings::JavaParameter::JavaParameter): (KJS::Bindings::JavaParameter::~JavaParameter): (KJS::Bindings::JavaParameter::type): (KJS::Bindings::JavaMethod::parameterAt): (KJS::Bindings::JavaMethod::numParameters):
- bindings/runtime.h:
- 8:54 PM Changeset in webkit [23476] by
-
- 1 edit in trunk/JavaScriptCore/bindings/qt/qt_class.h
- 8:54 PM Changeset in webkit [23475] by
-
- 1 edit in trunk/JavaScriptCore/ChangeLog
Build fix.
- bindings/qt/qt_class.h:
- 8:49 PM Changeset in webkit [23474] by
-
- 2 edits in trunk/JavaScriptCore
2007-06-12 Mark Rowe <mrowe@apple.com>
Build fix.
- bindings/objc/objc_runtime.h:
- 8:43 PM Changeset in webkit [23473] by
-
- 8 edits in trunk/JavaScriptCore
Reviewed by Geoff.
Get rid of Constructor and its only subclass JavaConstructor.
- bindings/c/c_class.h:
- bindings/jni/jni_class.cpp: (JavaClass::JavaClass): (JavaClass::~JavaClass):
- bindings/jni/jni_class.h:
- bindings/jni/jni_runtime.cpp:
- bindings/jni/jni_runtime.h:
- bindings/objc/objc_class.h:
- bindings/runtime.h:
- 8:24 PM Changeset in webkit [23472] by
-
- 8 edits in trunk/JavaScriptCore
Reviewed by Geoff.
Use RetainPtr throughout the bindings code.
- bindings/objc/objc_class.h:
- bindings/objc/objc_class.mm: (KJS::Bindings::ObjcClass::ObjcClass): (KJS::Bindings::ObjcClass::methodsNamed): (KJS::Bindings::ObjcClass::fieldNamed):
- bindings/objc/objc_instance.h: (KJS::Bindings::ObjcInstance::getObject):
- bindings/objc/objc_instance.mm: (ObjcInstance::ObjcInstance): (ObjcInstance::~ObjcInstance): (ObjcInstance::implementsCall): (ObjcInstance::invokeMethod): (ObjcInstance::invokeDefaultMethod): (ObjcInstance::defaultValue):
- bindings/objc/objc_runtime.h: (KJS::Bindings::ObjcMethod::setJavaScriptName): (KJS::Bindings::ObjcMethod::javaScriptName): (KJS::Bindings::ObjcArray::getObjcArray):
- bindings/objc/objc_runtime.mm: (ObjcField::name): (ObjcArray::ObjcArray): (ObjcArray::setValueAt): (ObjcArray::valueAt): (ObjcArray::getLength):
- wtf/RetainPtr.h:
- 7:40 PM Changeset in webkit [23471] by
-
- 6 edits in trunk/WebCore
Reviewed by Oliver.
Patch for http://bugs.webkit.org/show_bug.cgi?id=14109
Cleanup JSEvent and JSClipboard in preperation for autogeneration
- bindings/js/kjs_events.cpp: (KJS::DOMEvent::DOMEvent): (KJS::DOMEvent::getValueProperty): (KJS::DOMEvent::put): (KJS::DOMEvent::putValueProperty): (KJS::DOMEventPrototypeFunction::callAsFunction): (KJS::toJS): (KJS::toEvent): (KJS::): (KJS::JSClipboard::JSClipboard): (KJS::JSClipboard::~JSClipboard): (KJS::JSClipboard::getOwnPropertySlot): (KJS::JSClipboard::getValueProperty): (KJS::JSClipboard::put): (KJS::JSClipboard::putValueProperty): (KJS::JSClipboardPrototypeFunction::callAsFunction): (KJS::toClipboard):
- bindings/js/kjs_events.h: (KJS::DOMEvent::): (KJS::DOMEvent::impl): (KJS::JSClipboard::impl):
- dom/ClipboardEvent.h:
- dom/Event.h: (WebCore::Event::srcElement): (WebCore::Event::returnValue): (WebCore::Event::clipboardData): (WebCore::Event::dataTransfer): (WebCore::Event::clipboard):
- dom/MouseEvent.h:
- 6:48 PM Changeset in webkit [23470] by
-
- 4 edits in trunk/JavaScriptCore
Reviewed by Maciej.
Have JSCell inherit from Noncopyable.
- bindings/objc/objc_runtime.h:
- bindings/runtime_object.h:
- kjs/value.h:
- 6:22 PM Changeset in webkit [23469] by
-
- 4 edits in trunk
Fix compilation, and remove dependency on Qt
private header.
- 5:39 PM Changeset in webkit [23468] by
-
- 10 edits1 add in trunk
Parts of the patch done by Zack.
Fix up some parts in the implementation of QWebNetworkInterface
so it can be used by plugins.
Change the plugin API so we can actually get all the information
required by the JS bridge from them as well.
Implement the parts required for the JS bridge
to know about the plugins.
- 5:22 PM Changeset in webkit [23467] by
-
- 14 edits in trunk/JavaScriptCore
Reviewed by Darin and Maciej.
More cleanup. Use our Noncopyable WTF class, add a root object member
to the Array class.
- bindings/c/c_class.h:
- bindings/jni/jni_class.h:
- bindings/jni/jni_instance.h:
- bindings/jni/jni_runtime.cpp: (JavaArray::JavaArray):
- bindings/jni/jni_runtime.h:
- bindings/objc/objc_class.h:
- bindings/objc/objc_runtime.h:
- bindings/objc/objc_runtime.mm: (ObjcArray::ObjcArray):
- bindings/objc/objc_utility.mm: (KJS::Bindings::convertObjcValueToValue):
- bindings/runtime.cpp: (KJS::Bindings::Array::Array): (KJS::Bindings::Array::~Array):
- bindings/runtime.h:
- bindings/runtime_object.h:
- bindings/runtime_root.h:
- 4:58 PM Changeset in webkit [23466] by
-
- 3 edits5 adds in trunk
WebKitTools:
Land CygwinDownloader.
Rubberstamped by Hyatt.
- CygwinDownloader/cygwin-downloader.py: Added.
- CygwinDownloader/cygwin-downloader.zip: Added.
- CygwinDownloader/make-zip.sh: Added.
- CygwinDownloader/setup.py: Added.
WebKitSite:
Update the location of cygwin-downloader.zip.
Rubberstamped by Hyatt.
- building/tools.html:
- 3:40 PM Changeset in webkit [23465] by
-
- 1 edit in trunk/WebCore/platform/graphics/cg/GraphicsContextPlatformPrivate.h
Fix build bustage.
- 2:53 PM Changeset in webkit [23464] by
-
- 8 edits1 add in trunk/WebKitSite
Add Windows checkout/build instructions to website.
- 2:51 PM Changeset in webkit [23463] by
-
- 21 edits1 copy2 adds5 deletes in trunk
Update scripts and project paths to make the Windows build work.
- 2:50 PM Changeset in webkit [23462] by
-
- 112 copies in trunk
Merge WindowsMerge to trunk
- 12:46 AM Changeset in webkit [23461] by
-
- 9 adds in branches/WindowsMerge/LibrariesWin
Check in WebKitSystemInterface
Jun 11, 2007:
- 3:45 PM Changeset in webkit [22098] by
-
- 2 edits in branches/feature-branch/WebCore
Reviewed by Eric.
Fix regression: SVG images drawn in the wrong paint phase.
- 1:33 PM Known incompatibilities between open-source WebKit and Safari edited by
- (diff)
- 8:37 AM Changeset in webkit [22097] by
-
- 3 edits4 adds in branches/feature-branch
Reviewed by weinig.
http://bugs.webkit.org/show_bug.cgi?id=14064
fill property is reported as type SVGColor
Do the checks in the right order.
- 6:49 AM Changeset in webkit [22096] by
-
- 3 edits in trunk/WebKitQt
Added a QWebPage::open overload to allow specifying the http header and post data.
(it's an overload instead of a merged openUrl to avoid including qhttp.h in qwebpage.h,
which would imply that one has to have QT += network in the .pro file for using WebKitQt)
- 6:49 AM Changeset in webkit [22095] by
-
- 5 edits in trunk/WebKitQt
Added the possibility to intercept url requests through QWebPage::navigationRequested.
- 6:49 AM Changeset in webkit [22094] by
-
- 3 edits in trunk/WebKitQt
Added a QWebNetworkRequest::init overload that takes a WebCore::ResourceRequest,
to be called from FrameLoaderClientQt in the near future.
- 6:49 AM Changeset in webkit [22093] by
-
- 2 edits in trunk/WebKitQt
Moved the postData setup into QWebNetworkRequest::init.
- 6:49 AM Changeset in webkit [22092] by
-
- 2 edits in trunk/WebKitQt
Moved HTTP header field propagation to QWebNetworkRequest::init.
- 6:48 AM Changeset in webkit [22091] by
-
- 4 edits in trunk/WebKitQt
Started moving the code to separate a WebCore::ResourceRequest into a QUrl, postData
and QHttpRequestHeader into a separate little QWebNetworkRequest struct.
- 12:30 AM Changeset in webkit [22090] by
-
- 2 edits in trunk/WebKitQt
Forgot to export the plugin exporter. Fixing it.