2006-12-14 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-12-12 | ap | Reviewed by Geoff. Based on a patch by Maks... |
commit | commitdiff | tree |
2006-12-12 | ap | Added the new XHR EventTarget methods to test... |
commit | commitdiff | tree |
2006-12-12 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-12-12 | ap | http://bugs.webkit.org/show_bug.cgi?id=9673 |
commit | commitdiff | tree |
2006-12-11 | ap | Reviewed by Adam. ... when running in DRT, as [NSApp currentEvent] isn't updated by... |
commit | commitdiff | tree |
2006-12-11 | ap | Reviewed by Mitz. |
commit | commitdiff | tree |
2006-12-10 | ap | 2006-12-10 MorganL <morganl.webkit@yahoo.com> |
commit | commitdiff | tree |
2006-12-08 | ap | 2006-12-08 Don Gibson <dgibson77@gmail.com> |
commit | commitdiff | tree |
2006-12-08 | ap | 2006-12-08 MorganL <morganl.webkit@yahoo.com> |
commit | commitdiff | tree |
2006-12-08 | ap | Reviewed by Geoff. |
commit | commitdiff | tree |
2006-12-08 | ap | Reviewed by Geoff. ...http/tests/xmlhttprequest/web-apps/008-expected.txt: ...http/tests/xmlhttprequest/web-apps/008-test.asis: ...http/tests/xmlhttprequest/web-apps/008.html: |
commit | commitdiff | tree |
2006-12-08 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-12-08 | ap | Reviewed by Tim H. |
commit | commitdiff | tree |
2006-12-05 | ap | 2006-12-05 Kirby White <KWhiteRight@gmail.com> |
commit | commitdiff | tree |
2006-12-05 | ap | 2006-12-05 Kirby White <KWhiteRight@gmail.com> |
commit | commitdiff | tree |
2006-12-05 | ap | Reviewed by Rob. |
commit | commitdiff | tree |
2006-12-05 | ap | 2006-12-05 Lars Naesbye Christensen <larsnaesbye... |
commit | commitdiff | tree |
2006-12-04 | ap | 2006-12-04 Don Gibson <dgibson77@gmail.com> |
commit | commitdiff | tree |
2006-12-04 | ap | 2006-12-04 Don Gibson <dgibson77@gmail.com> |
commit | commitdiff | tree |
2006-12-03 | ap | Reviewed by Mitz. |
commit | commitdiff | tree |
2006-12-02 | ap | 2006-12-02 Mitz Pettel <mitz@webkit.org> |
commit | commitdiff | tree |
2006-12-02 | ap | 2006-12-02 MorganL <morganl.webkit@yahoo.com> |
commit | commitdiff | tree |
2006-11-28 | ap | Reviewed by Hyatt. |
commit | commitdiff | tree |
2006-11-20 | ap | 2006-11-20 W. Andy Carrel <wac@google.com> ... REGRESSION: \u no longer escapes metacharacters in RegExps ...RegExps doesn't preserve Unicode escapes Translate \u escaped unicode characters for the benefit... (KJS::UString::append): ...increment length on the first UChar appended to a |
commit | commitdiff | tree |
2006-11-20 | ap | Reviewed by Maciej. |
commit | commitdiff | tree |
2006-11-20 | ap | Reviewed by Sam Weinig. |
commit | commitdiff | tree |
2006-11-19 | ap | Removed parts of an incorrectly committed test... |
commit | commitdiff | tree |
2006-11-19 | ap | 2006-11-19 Mitz Pettel <mitz@webkit.org> |
commit | commitdiff | tree |
2006-11-18 | ap | 2006-11-18 Don Gibson <dgibson77@gmail.com> ...WebCore::EditorClientWin::shouldApplyStyle): |
commit | commitdiff | tree |
2006-11-18 | ap | Reviewed by Rob (yay!). |
commit | commitdiff | tree |
2006-11-18 | ap | 2006-11-17 Lars Naesbye Christensen <larsnaesbye... |
commit | commitdiff | tree |
2006-11-18 | ap | 2006-11-18 Mitz Pettel <mitz@webkit.org> |
commit | commitdiff | tree |
2006-11-16 | ap | 2006-11-16 Don Gibson <dgibson77@gmail.com> Reviewed and landed by ap. * platform/graphics/win/ImageWin.cpp: (WebCore::ContextMenu::appendItem): ...WebCore::DocumentLoader::isLoadingInAPISense): ... (WebCore::Frame::setNeedsReapplyStyles): ...WebCore::FrameLoader::createJavaAppletWidget): (WebCore::GraphicsContext::addRoundedRectClip): (WebCore::GraphicsContext::setShadow): (WebCore::GraphicsContext::clearShadow): (WebCore::GraphicsContext::beginTransparencyLayer): (WebCore::GraphicsContext::endTransparencyLayer): (WebCore::GraphicsContext::clearRect): (WebCore::GraphicsContext::strokeRect): (WebCore::GraphicsContext::setLineWidth): (WebCore::GraphicsContext::setLineCap): (WebCore::GraphicsContext::setLineJoin): (WebCore::GraphicsContext::setMiterLimit): (WebCore::GraphicsContext::setAlpha): (WebCore::GraphicsContext::setCompositeOperation): (WebCore::GraphicsContext::clip): (WebCore::GraphicsContext::rotate): (WebCore::GraphicsContext::scale): (WebCore::Image::getHBITMAP): ...WebCore::ScrollView::resizerOverlapsContent): (WebCore::Widget::capturingMouse): (WebCore::Widget::setCapturingMouse): (WebCore::Widget::capturingTarget): (WebCore::Widget::capturingChild): (WebCore::Widget::setCapturingChild): |
commit | commitdiff | tree |
2006-11-14 | ap | 2006-11-14 Rob Buis <buis@kde.org> |
commit | commitdiff | tree |
2006-11-14 | ap | Reviewed by Tim H. ...another layer of ugly hacks around AppKit event dispatching. 2. For Esc, AppKit calls performKeyEquivalent... use [NSApp currentEvent] to check for this... |
commit | commitdiff | tree |
2006-11-11 | ap | Attempt to fix Qt build. ...CMakeLists.txt: PathQt.cpp is in graphics/qt now. |
commit | commitdiff | tree |
2006-11-11 | ap | 2006-11-11 Lars Naesbye Christensen <larsnaesbye... |
commit | commitdiff | tree |
2006-11-11 | ap | 2006-11-11 Nikolas Zimmermann <zimmermann@kde.org> Reviewed by aroben and ap, landed by ap. Group graphics related files in platform... into platform/graphics/{win,mac,cg,gdk,qt} * platform/cairo/GraphicsContextCairo.cpp: Removed. ...platform/cairo/cairo/src/cairo-traps.c: Removed. ...platform/cairo/pixman/src/fbtrap.c: Removed. ...platform/cairo/pixman/src/ictrap.c: Removed. ...platform/cairo/pixman/src/pixman-remap.h: Removed. * platform/cg/GraphicsContextCG.cpp: Removed. * platform/cg/GraphicsContextPlatformPrivate.h: Removed. * platform/mac/GraphicsContextMac.mm: |
commit | commitdiff | tree |
2006-11-11 | ap | Reviewed by Maciej. |
commit | commitdiff | tree |
2006-11-07 | ap | 2006-11-07 Mitz Pettel <mitz@webkit.org> |
commit | commitdiff | tree |
2006-11-06 | ap | Build fix, approved in principle by Tim H. Build fix, approved in principle by Tim H. ...warnings for main.c (TestNetscapePlugin), |
commit | commitdiff | tree |
2006-11-06 | ap | Reviewed by Sam Weinig. ...Fix a layout test failure that happened with additional fonts installed... |
commit | commitdiff | tree |
2006-11-06 | ap | Reviewed by Maciej. ...EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): |
commit | commitdiff | tree |
2006-11-06 | ap | Reviewed by Maciej. Teach TestNetscapePlugin to log events passed to... <embed name="plg" type="application/x-webkit-test-netscape... * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c: * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: * DumpRenderTree/TestNetscapePlugIn.subproj/main.c: |
commit | commitdiff | tree |
2006-11-05 | ap | Reviewed by Dave Harrison. |
commit | commitdiff | tree |
2006-11-04 | ap | 2006-11-04 Bertrand Guiheneuf <guiheneuf@gmail.com> Added platform/graphics platform/network and platform... Created platform/graphics and platform/network filters... Moved GraphicsContext and GraphicsTypes to... ... (WebCore::AffineTransform::map): ... (WebCore::AffineTransform::mapRect): * platform/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::drawLineForMisspellingOrBad... Applied ResourceLoader --> ResourceHandle... Added platform/graphics platform/network and platform... |
commit | commitdiff | tree |
2006-11-04 | ap | Reviewed by Maciej. ...lang; and ⟩ entities are mapped to the incorrect Unicode codepoint |
commit | commitdiff | tree |
2006-11-03 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-11-03 | ap | 2006-11-03 Michael Emmel <mike.emmel@gmail.com> |
commit | commitdiff | tree |
2006-11-03 | ap | Reviewed by Adele. ... (-[EventSendingController leapForward:]): |
commit | commitdiff | tree |
2006-10-31 | ap | 2006-10-31 MorganL <morganl.webkit@yahoo.com> |
commit | commitdiff | tree |
2006-10-31 | ap | 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com> |
commit | commitdiff | tree |
2006-10-31 | ap | 2006-10-31 Simon Hausmann <hausmann@kde.org> |
commit | commitdiff | tree |
2006-10-21 | ap | 2006-10-21 Nikolas Zimmermann <zimmermann@kde.org> ... Reviewed by Mitz, landed by ap. |
commit | commitdiff | tree |
2006-10-19 | ap | Reviewed by Mitz. |
commit | commitdiff | tree |
2006-10-19 | ap | 2006-10-19 Mitz Pettel <mitz@webkit.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-10-15 | ap | 2006-10-15 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-10-06 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-10-05 | ap | 2006-10-05 Marvin Decker <marv.decker@gmail.com> |
commit | commitdiff | tree |
2006-10-05 | ap | 2006-10-05 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-10-05 | ap | 2006-10-05 Don Gibson <dgibson77@gmail.com> |
commit | commitdiff | tree |
2006-10-05 | ap | 2006-10-05 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. Fix Qt/Linux build, adapt to Eric's Quartz changes and... |
commit | commitdiff | tree |
2006-10-05 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-10-04 | ap | Reviewed by Tim H. * fast/AppleScript/001-expected.txt: * fast/AppleScript/array-expected.txt: |
commit | commitdiff | tree |
2006-10-01 | ap | 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> ...by Eric, tweaked and landed by ap. |
commit | commitdiff | tree |
2006-10-01 | ap | 2006-10-01 Mitz Pettel <opendarwin.org@mitzpettel... |
commit | commitdiff | tree |
2006-10-01 | ap | Reviewed by Hyatt. ...ontenteditable div truncates rightmost Japanese character |
commit | commitdiff | tree |
2006-10-01 | ap | Fixed Bugzilla references in ChangeLogs for my previous... |
commit | commitdiff | tree |
2006-10-01 | ap | Reviewed by Maciej and Darin. |
commit | commitdiff | tree |
2006-10-01 | ap | Build fix. |
commit | commitdiff | tree |
2006-09-30 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-09-25 | ap | Reviewed by Eric. |
commit | commitdiff | tree |
2006-09-23 | ap | Reviewed by Eric. |
commit | commitdiff | tree |
2006-09-23 | ap | Reviewed by Maciej. ...22 Steve Falkenburg <sfalken@apple.com> |
commit | commitdiff | tree |
2006-09-22 | ap | Reviewed by Geoff. |
commit | commitdiff | tree |
2006-09-19 | ap | Reviewed by Tim O. |
commit | commitdiff | tree |
2006-09-18 | ap | Reviewed by Hyatt. |
commit | commitdiff | tree |
2006-09-17 | ap | Reviewed by Brady. |
commit | commitdiff | tree |
2006-09-10 | ap | Reviewed and landed by ap. Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-09-09 | ap | Reviewed by Darin. fast/AppleScript/array.html test failing * fast/AppleScript/001-expected.txt: Updated... |
commit | commitdiff | tree |
2006-09-07 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-09-06 | ap | 2006-09-06 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. ...ScrollViewCanvasQt::handleKeyEvent): Adapt to SelectionController signature... |
commit | commitdiff | tree |
2006-09-06 | ap | * MigrateHeaders.make: Fixed a double slash in ...PRIVATE_HEADERS_DIR)//DOMCharacterDataPrivate.h" (this was reported |
commit | commitdiff | tree |
2006-09-05 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-09-04 | ap | The project file didn't get committed with my last... |
commit | commitdiff | tree |
2006-09-04 | ap | Reviewed by Darin. |
commit | commitdiff | tree |
2006-09-03 | ap | Reviewed by Tim H. ... Convert JavaScript arrays to AppleScript lists * fast/AppleScript/array-expected.txt: * fast/AppleScript/array.html: Updated results... * DumpRenderTree/AppleScriptController.m: (-[AppleScriptController doJavaScript... |
commit | commitdiff | tree |
2006-09-03 | ap | http/tests/incremental/slow-utf8-html-diffs.txt Set executable bit that was lost when re-applying the patch. |
commit | commitdiff | tree |
2006-09-03 | ap | Reviewed by Eric. ...decode): Use setEncodingName() to apply encoding from BOM. Don't try... |
commit | commitdiff | tree |
2006-09-03 | ap | Reviewed by Tim H. |
commit | commitdiff | tree |
2006-09-01 | ap | 2006-09-01 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-09-01 | ap | Build fix. |
commit | commitdiff | tree |
2006-09-01 | ap | Reviewed by Eric. |
commit | commitdiff | tree |
2006-08-29 | ap | 2006-08-29 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. * platform/qt/GraphicsContextQt.cpp: (WebCore::GraphicsContext::drawConvexPolygon): |
commit | commitdiff | tree |
2006-08-28 | ap | 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-08-28 | ap | 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org> Reviewed and landed by ap. |
commit | commitdiff | tree |
2006-08-28 | ap | 2006-08-28 Nikolas Zimmermann <zimmermann@kde.org> |
commit | commitdiff | tree |
2006-08-26 | ap | Reviewed by Eric. * platform/qt/GraphicsContextQt.cpp: (WebCore::GraphicsContext::drawConvexPolygon): |
commit | commitdiff | tree |
2006-08-24 | ap | Reviewed by ap. Reviewed by ap. (WebCore::FontData::smallCapsFontData): * platform/qt/GlyphMapQt.cpp: Added. (WebCore::GlyphMap::fillPage): |
commit | commitdiff | tree |
next |