Timeline



Sep 16, 2003:

5:25 PM Changeset in webkit [5000]
  • 1 copy
    3 deletes in tags/WebKit-106

This commit was manufactured by cvs2svn to create tag 'WebKit-106'.

5:25 PM Changeset in webkit [4999] by vicki
  • 1 edit in trunk/WebKit/ChangeLog

markers for WebKit-106, and updated release notes for Safari-100

3:59 PM Changeset in webkit [4998] by rjw
  • 2 edits in trunk/WebKit

Backed out fix to 3412062 to resolve 3424197.

Many sites use a technique of posting forms the same URL to generate content server side. The fix to 3412062 broke those sites.

Reviewed by Darin.

  • WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToCommitted:]):

Sep 15, 2003:

5:20 PM Changeset in webkit [4997]
  • 1 copy
    3 deletes in tags/WebKit-105

This commit was manufactured by cvs2svn to create tag 'WebKit-105'.

5:20 PM Changeset in webkit [4996]
  • 3 copies
    2 deletes in branches/WebCore-105-branch

This commit was manufactured by cvs2svn to create branch
'WebCore-105-branch'.

5:20 PM Changeset in webkit [4995]
  • 3 copies
    2 deletes in tags/WebCore-105-anchor

This commit was manufactured by cvs2svn to create tag
'WebCore-105-anchor'.

5:20 PM Changeset in webkit [4994]
  • 3 copies
    2 deletes in tags/WebCore-105

This commit was manufactured by cvs2svn to create tag 'WebCore-105'.

5:20 PM Changeset in webkit [4993] by vicki
  • 3 edits in trunk

updated Release Notes for the never-ending Safari-100; markers for WebKit/WebCore-105

3:32 PM Changeset in webkit [4992] by darin
  • 3 edits in trunk/WebCore

Reviewed by Darin and Don.

  • fixed 3419957 -- REGRESSION: lines drawn across multiple columns at washingtonpost.com
  • khtml/rendering/render_box.cpp: (RenderBox::calcWidth): Always use the width of the line rather than the width of the containing block for "flow around floats" blocks (<hr>). This undoes half of the change made to fix bug 3384609.
10:23 AM Changeset in webkit [4991] by darin
  • 3 edits in trunk/WebCore

Reviewed by Ken and Don.

  • fixed 3417604 -- REGRESSION: dragging scroll thumb causes textarea contents to vanish
  • kwq/KWQTextArea.mm: (-[KWQTextArea initWithFrame:]): Deallocated cached graphics state for the text view as well as for the clip view.
8:44 AM Changeset in webkit [4990]
  • 5 copies
    2 deletes in tags/WebCore-104

This commit was manufactured by cvs2svn to create tag 'WebCore-104'.

8:44 AM Changeset in webkit [4989] by vicki
  • 2 edits in trunk/WebCore

marker for WebCore-104

Sep 14, 2003:

9:58 PM Changeset in webkit [4988]
  • 1 copy
    3 deletes in tags/WebKit-104

This commit was manufactured by cvs2svn to create tag 'WebKit-104'.

9:58 PM Changeset in webkit [4987] by vicki
  • 1 edit in trunk/WebKit/ChangeLog

marker for WebKit-104

Sep 13, 2003:

12:44 PM Changeset in webkit [4986] by darin
  • 3 edits in trunk/WebCore

Reviewed by Maciej.

  • fixed 3420547 -- REGRESSION: repro crash in khtml::RenderBlock::findNextLineBreak (wisdomtips.com)
  • khtml/rendering/render_block.cpp: (RenderBlock::addChildToFlow): Exclude BR elements when looking for an element to process first-letter style.
8:38 AM Changeset in webkit [4985] by darin
  • 3 edits in trunk
  • layout-tests/fast/frames/empty-frame-src-expected.txt: Updated test results that changed due to the change in our handling of frame borders.

Sep 12, 2003:

7:11 PM Changeset in webkit [4984] by rjw
  • 11 edits in trunk

WebKit:

Fixed 3420097. If redirects are cancelled during a pending load don't reset the quickRedirect flag.

Reviewed by Darin.

  • WebCoreSupport.subproj/WebBridge.m: (-[WebBridge reportClientRedirectCancelled:]):
  • WebView.subproj/WebFramePrivate.h:
  • WebView.subproj/WebFramePrivate.m: (-[WebFrame _continueFragmentScrollAfterNavigationPolicy:formState:]): (-[WebFrame _loadURL:referrer:loadType:target:triggeringEvent:form:formValues:]): (-[WebFrame _clientRedirectedTo:delay:fireDate:lockHistory:isJavaScriptFormAction:]): (-[WebFrame _clientRedirectCancelled:]):

WebCore:

Fixed 3420097. Pass flag up to WebKit indicating that redirects are being cancelled during a pending load.

Reviewed by Darin.

  • khtml/khtml_part.cpp: (KHTMLPart::cancelRedirection):
  • khtml/khtml_part.h:
  • khtml/khtmlpart_p.h:
  • kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::provisionalLoadStarted): (KWQKHTMLPart::redirectionTimerStartedOrStopped):
  • kwq/WebCoreBridge.h:
5:42 PM Changeset in webkit [4983]
  • 1 copy
    3 deletes in tags/WebKit-103

This commit was manufactured by cvs2svn to create tag 'WebKit-103'.

5:42 PM Changeset in webkit [4982]
  • 3 copies
    2 deletes in tags/WebCore-103

This commit was manufactured by cvs2svn to create tag 'WebCore-103'.

5:42 PM Changeset in webkit [4981] by vicki
  • 3 edits in trunk

release markers for WebKit-103 and WebCore-103; updated release notes to include -103 fixes

4:41 PM Changeset in webkit [4980] by mjs
  • 3 edits in trunk/WebCore

Reviewed by Darin.

  • khtml/css/html4.css: Use the same hardcoded default size for OBJECT and EMBED tags as for IFRAME.
4:17 PM Changeset in webkit [4979] by rjw
  • 2 edits in trunk/WebKit

Fixed 3412062. Don't allow pages with the same URL as the current URL to enter b/f or history.

Reviewed by Maciej.

  • WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToCommitted:]):
3:55 PM Changeset in webkit [4978] by mjs
  • 2 edits in trunk/WebKit

Reviewed by Darin.

  • fixed 3413463 - QuickTime plug-in content doesn't load in Safari (NPP_Write not called)
  • Plugins.subproj/npapi.h: Fix erroneous function pointer declarations that led to an int16/int32 mismatch.
3:53 PM Changeset in webkit [4977] by darin
  • 3 edits in trunk/WebCore

Reviewed by Ken.

  • fixed 3403223 -- <input type=file> with initial value causes exception, bad results afterwards, when submitted
  • kwq/KWQFile.mm: (QFile::QFile): Don't pass an empty string to fileSystemRepresentation, because that will cause an exception.
3:48 PM Changeset in webkit [4976] by cblu
  • 2 edits in trunk/WebKit

Fixed: <rdar://problem/3420112>: Reproducible Safari crash in in -[WebBaseNetscapePluginView sendEvent:]

Reviewed by darin.

  • Plugins.subproj/WebBaseNetscapePluginView.m: (-[WebBaseNetscapePluginView sendEvent:]): temporarily retain self in case the plug-in view is released while sending an event. (-[WebBaseNetscapePluginView evaluateJavaScriptPluginRequest:targetFrame:]): don't deliver the return value of the JS evaluation if stringByEvaluatingJavaScriptFromString caused the plug-in to stop.
Note: See TracTimeline for information about the timeline view.