Timeline
Sep 17, 2003:
- 5:08 PM Changeset in webkit [5003] by
-
- 2 edits in trunk/WebKit
Reviewed by Maciej.
- Plugins.subproj/WebBasePluginPackage.m: (-[WebBasePluginPackage pathByResolvingSymlinksAndAliasesInPath:]): Pass the "no UI" flag, so we don't prompt the user when we're trying to load plug-ins. Also use OSStatus rather than OSErr so we don't miss error codes that just happen to have zeroes in the low 16 bits.
- 5:05 PM Changeset in webkit [5002] by
-
- 2 edits in trunk/WebKit
Reviewed by John.
- WebCoreSupport.subproj/WebFileButton.m: (-[WebFileButton setFilename:]): Don't call -[NSWorkspace iconForFile:] on a path that does not start with a '/'. This can happen if JavaScript or the web page sets the path explicitly, and adding this check avoids an unpleasant warning on the console.
- 2:51 PM Changeset in webkit [5001] by
-
- 3 edits in trunk/WebCore
Reviewed by Ken.
- fixed 3423404 -- REGRESSION: Japanese page appears blank due to unexpected kTECPartialCharErr
- kwq/KWQTextCodec.mm: (KWQTextDecoder::convertOneChunkUsingTEC): In the case where we're already going from the small buffer back to the large one, treat kTECPartialCharErr the same as noErr. Otherwise we'll get confused and drop the contents of the big buffer. (KWQTextDecoder::convert): Improve the debugging code a bit (still turned off).
Sep 16, 2003:
- 5:25 PM Changeset in webkit [5000]
-
- 1 copy3 deletes in tags/WebKit-106
This commit was manufactured by cvs2svn to create tag 'WebKit-106'.
- 5:25 PM Changeset in webkit [4999] by
-
- 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
-
- 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 copy3 deletes in tags/WebKit-105
This commit was manufactured by cvs2svn to create tag 'WebKit-105'.
- 5:20 PM Changeset in webkit [4996]
-
- 3 copies2 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 copies2 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 copies2 deletes in tags/WebCore-105
This commit was manufactured by cvs2svn to create tag 'WebCore-105'.
- 5:20 PM Changeset in webkit [4993] by
-
- 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
-
- 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
-
- 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 copies2 deletes in tags/WebCore-104
This commit was manufactured by cvs2svn to create tag 'WebCore-104'.
- 8:44 AM Changeset in webkit [4989] by
-
- 2 edits in trunk/WebCore
marker for WebCore-104
Sep 14, 2003:
- 9:58 PM Changeset in webkit [4988]
-
- 1 copy3 deletes in tags/WebKit-104
This commit was manufactured by cvs2svn to create tag 'WebKit-104'.
- 9:58 PM Changeset in webkit [4987] by
-
- 1 edit in trunk/WebKit/ChangeLog
marker for WebKit-104
Sep 13, 2003:
- 12:44 PM Changeset in webkit [4986] by
-
- 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
-
- 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.