Timeline


and

01/07/03:

23:08 Changeset [3275]

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

23:08 Changeset [3274]

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

23:08 Changeset [3273] by sheridan

Safari-50u. tree is open.

23:05 Changeset [3272] by sheridan

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.

01/05/03:

22:43 Changeset [3271]

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

22:43 Changeset [3270]

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

22:43 Changeset [3269] by darin

Merge in the copyright changes.

22:37 Changeset [3268]

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

22:37 Changeset [3267]

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

22:37 Changeset [3266] by mjs

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.
21:51 Changeset [3265] by darin

Try, try again.

21:39 Changeset [3264] by darin

Another tweak.

21:29 Changeset [3263] by darin

More build fixes for the tarballs.

21:29 Changeset [3262]

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

21:24 Changeset [3261] by darin

Fix project for tarball use.

21:24 Changeset [3260]

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

21:17 Changeset [3259] by darin

Another revision on the READMEs.

21:13 Changeset [3258] by darin

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.
19:57 Changeset [3257] by darin

Rewrap to 72 columns.

17:12 Changeset [3256] by darin

README files for the JavaScriptCore and WebCore tarballs.

15:03 Changeset [3255] by darin

License and change log updates requested by Don.

01/04/03:

22:59 Changeset [3254] by trey

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()
03:10 Changeset [3253] by rjw

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):

01/03/03:

18:53 Changeset [3252] by rjw

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]):
17:52 Changeset [3251] by rjw

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):
16:57 Changeset [3250] by rjw

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:]):
16:50 Changeset [3249] by darin

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.
14:05 Changeset [3248] by sullivan
  • 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 Changeset [3247] by hyatt

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 Changeset [3246] by rjw

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 Changeset [3245] by darin

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.