Timeline
Jan 7, 2003:
- 11:08 PM Changeset in webkit [3275]
-
- 1 copy2 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 copy2 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
-
- 3 edits in trunk
Safari-50u. tree is open.
- 11:05 PM Changeset in webkit [3272] by
-
- 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 copies6 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 copies5 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
-
- 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
-
- 8 edits in trunk
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
-
- 1 edit in branches/JavaScriptCore-48-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
Try, try again.
- 9:39 PM Changeset in webkit [3264] by
-
- 1 edit in branches/JavaScriptCore-48-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
Another tweak.
- 9:29 PM Changeset in webkit [3263] by
-
- 2 edits in branches
More build fixes for the tarballs.
- 9:29 PM Changeset in webkit [3262]
-
- 2 copies6 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
-
- 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 copies7 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
-
- 2 edits in trunk
Another revision on the READMEs.
- 9:13 PM Changeset in webkit [3258] by
-
- 6 edits in trunk
- 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
-
- 2 edits in trunk
Rewrap to 72 columns.
- 5:12 PM Changeset in webkit [3256] by
-
- 2 adds in trunk
README files for the JavaScriptCore and WebCore tarballs.
- 3:03 PM Changeset in webkit [3255] by
-
- 2 edits3 adds1 delete in trunk
License and change log updates requested by Don.
Jan 4, 2003:
- 10:59 PM Changeset in webkit [3254] by
-
- 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
-
- 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):