⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Jan 7, 2003:

11:08 PM Changeset in webkit [3275]
  • 1 copy
    2 deletes in branches/su-jag-pink-branch

This commit was manufactured by cvs2svn to create branch
'su-jag-pink-branch'.

11:08 PM Changeset in webkit [3274]
  • 1 copy
    2 deletes in tags/SU_JAG_PINK_BRANCH_ANCHOR

This commit was manufactured by cvs2svn to create tag
'SU_JAG_PINK_BRANCH_ANCHOR'.

11:08 PM Changeset in webkit [3273] by sheridan
  • 3 edits in trunk

Safari-50u. tree is open.

11:05 PM Changeset in webkit [3272] by sheridan
  • 8 edits in trunk

Safari-49 stamp.
Note that I am not using "Alexander" in the tag name any more (RIP Great Alex)
and that I did not rev the marketing version.

Jan 5, 2003:

10:43 PM Changeset in webkit [3271]
  • 9 copies
    6 deletes in tags/WebCore-48-tarball

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

10:43 PM Changeset in webkit [3270]
  • 4 copies
    5 deletes in tags/JavaScriptCore-48-tarball

This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-48-tarball'.

10:43 PM Changeset in webkit [3269] by darin
  • 2 edits in branches

Merge in the copyright changes.

10:37 PM Changeset in webkit [3268]
  • 1 copy in branches/WebCore-48-tarball-branch/WebCore/English.lproj

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

10:37 PM Changeset in webkit [3267]
  • 1 copy in branches/JavaScriptCore-48-tarball-branch/JavaScriptCore/English.lproj

This commit was manufactured by cvs2svn to create branch
'JavaScriptCore-48-tarball-branch'.

10:37 PM Changeset in webkit [3266] by mjs
  • 8 edits in trunk

JavaScriptCore:

Reviewed by no one cause I'm just changing copyright strings.

  • JavaScriptCore.pbproj/project.pbxproj: Added non-Apple copyrights to copyright strings.
  • English.lproj/InfoPlist.strings: Likewise.

WebCore:

Reviewed by no one cause I'm just changing copyright strings.

  • WebCore.pbproj/project.pbxproj: Added non-Apple copyrights to copyright strings.
  • English.lproj/InfoPlist.strings: Likewise.
9:51 PM Changeset in webkit [3265] by darin
  • 1 edit in branches/JavaScriptCore-48-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

Try, try again.

9:39 PM Changeset in webkit [3264] by darin
  • 1 edit in branches/JavaScriptCore-48-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

Another tweak.

9:29 PM Changeset in webkit [3263] by darin
  • 2 edits in branches

More build fixes for the tarballs.

9:29 PM Changeset in webkit [3262]
  • 2 copies
    6 deletes in branches/JavaScriptCore-48-tarball-branch

This commit was manufactured by cvs2svn to create branch
'JavaScriptCore-48-tarball-branch'.

9:24 PM Changeset in webkit [3261] by darin
  • 1 edit in branches/WebCore-48-tarball-branch/WebCore/WebCore.pbproj/project.pbxproj

Fix project for tarball use.

9:24 PM Changeset in webkit [3260]
  • 7 copies
    7 deletes in branches/WebCore-48-tarball-branch

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

9:17 PM Changeset in webkit [3259] by darin
  • 2 edits in trunk

Another revision on the READMEs.

9:13 PM Changeset in webkit [3258] by darin
  • 6 edits in trunk

JavaScriptCore:

  • JavaScriptCore.pbproj/project.pbxproj: Fix "Apple Compupter" typo. Remove unneeded CFBundleLongVersionString we don't use anywhere else.

WebFoundation:

  • WebFoundation.pbproj/project.pbxproj: Fix "Apple Compupter" typo.

WebCore:

  • Resources/Info.plist: Fix "Apple Compupter" typo.
7:57 PM Changeset in webkit [3257] by darin
  • 2 edits in trunk

Rewrap to 72 columns.

5:12 PM Changeset in webkit [3256] by darin
  • 2 adds in trunk

README files for the JavaScriptCore and WebCore tarballs.

3:03 PM Changeset in webkit [3255] by darin
  • 2 edits
    3 adds
    1 delete in trunk

License and change log updates requested by Don.

Jan 4, 2003:

10:59 PM Changeset in webkit [3254] by trey
  • 3 edits in trunk/WebCore

3098388 - Pressing the back button goes back two levels at allmusic.com

When processing an assignment to document.location, allow items to be added
to history. This parallels the existing treatment of window.location.href.

Reviewed by Richard, Darin

  • khtml/ecma/kjs_html.cpp: (KJS::HTMLDocument::putValue): Pass false for lockHistory arg of scheduleRedirection()
3:10 AM Changeset in webkit [3253] by rjw
  • 3 edits in trunk/WebCore

I checked in kjs_window.cpp by accident. The only change
was a logging printf. Back out that change.

Reviewed by me.

  • khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall):

Jan 3, 2003:

6:53 PM Changeset in webkit [3252] by rjw
  • 3 edits in trunk/WebKit

Fixed 3139129. Added application/xhtml+xml to list of supported type.

Reviewed by gramps.

  • WebView.subproj/WebDataSourcePrivate.m: (+[WebDataSource _repTypes]):
  • WebView.subproj/WebViewPrivate.m: (+[WebView _viewTypes]):
5:52 PM Changeset in webkit [3251] by rjw
  • 4 edits in trunk/WebCore

Fix for 3138425. Don't open a new window when document.open() is called
with < 2 parameters.

Reviewed by darin.

  • khtml/ecma/kjs_html.cpp: (KJS::HTMLDocFunction::tryCall):
  • khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall):
4:57 PM Changeset in webkit [3250] by rjw
  • 14 edits in trunk

WebCore:

Fixed 3138743, 3138678, and 3138854. Removed the RenderText
widths cache, replaced it with a much simply monospace character
cache. Should be much faster for covered cases too! Also fixed
buffer overrun problem causing the crash in 3138854.

Reviewed by darin.

  • khtml/rendering/font.cpp: (Font::isFixedPitch):
  • khtml/rendering/font.h:
  • khtml/rendering/render_text.cpp: (TextSlave::checkSelectionPoint): (RenderText::RenderText): (RenderText::setStyle): (RenderText::~RenderText): (RenderText::shouldUseMonospaceCache): (RenderText::cacheWidths): (RenderText::widthFromCache): (RenderText::trimmedMinMaxWidth): (RenderText::calcMinMaxWidth): (RenderText::setText): (RenderText::width):
  • khtml/rendering/render_text.h:
  • kwq/KWQFont.h:
  • kwq/KWQFont.mm: (QFont::isFixedPitch):
  • kwq/WebCoreTextRendererFactory.h:
  • kwq/WebCoreTextRendererFactory.m: (-[WebCoreTextRendererFactory isFontFixedPitch:]):

WebKit:

Support for fixes to 3138743, 3138678. Added
isFontFixedPitch used to determine if font is fixed
pitch. Makes use of appkit private _isFakeFixedPitch
(detects courier and monoca). Updated our fakey test
to use the appkit's version.

Reviewed by darin.

  • WebCoreSupport.subproj/WebTextRenderer.m:
  • WebCoreSupport.subproj/WebTextRendererFactory.m: (-[WebTextRendererFactory isFontFixedPitch:]):
4:50 PM Changeset in webkit [3249] by darin
  • 2 edits in trunk/WebKit

Reviewed by Chris.

  • fixed leak of WebIconLoader observed using leaks tool
  • WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSourcePrivate dealloc]): Tell the icon loader to stop loading. Add a FIXME asking why we had to do this to fix the leak. (-[WebDataSource _loadIcon]): Add an assertion.
2:05 PM Changeset in webkit [3248] by sullivan
  • 3 edits in trunk/WebCore
  • fixed 3138673 -- reproducible crash in JavaScript

Reviewed by Darin, OK'ed by Don.

  • khtml/xml/dom_docimpl.cpp: (DocumentImpl::setTitle): Check for nil view or nil part before dereferencing.
12:05 PM Changeset in webkit [3247] by hyatt
  • 3 edits in trunk/WebCore

Fix for percentage table heights. A check was missing to
look for a fixed height on the containing block.

Reviewed by darin

  • khtml/rendering/render_table.cpp: (RenderTable::layoutRows):
11:21 AM Changeset in webkit [3246] by rjw
  • 4 edits in trunk/WebKit

Fix to 3131226. Don't force a layout when the document view is set
on the page's scrollview. A layout would occur indirectly as a result
of reflectScrolledClipView: being called when the document view
was set. The khtmlpart/khtmlview/WebHTMLView would be out of sync
at this point and a layout would have unintended and incorrect
side effects.

Reviewed by Darin (and tested by John).

  • WebView.subproj/WebDynamicScrollBarsView.h:
  • WebView.subproj/WebDynamicScrollBarsView.m: (-[WebDynamicScrollBarsView updateScrollers]):
  • WebView.subproj/WebViewPrivate.m: (-[WebView _setDocumentView:]):
10:28 AM Changeset in webkit [3245] by darin
  • 3 edits in trunk/JavaScriptCore

Reviewed by Maciej.

  • fixed 3138213 -- browser hangs trying to open Apple travel site
  • kjs/date_object.cpp: (timetUsingCF): Check for very-negative year numbers too.
Note: See TracTimeline for information about the timeline view.