Timeline
Jun 15, 2003:
- 6:11 PM Changeset in webkit [4560]
-
- 3 copies in tags/Safari-85~1
This commit was manufactured by cvs2svn to create tag 'Safari-85~1'.
- 6:11 PM Changeset in webkit [4559] by
-
- 5 edits in trunk
changelog markers for 85.1
- 5:09 PM Changeset in webkit [4558] by
-
- 5 edits in trunk
WebCore:
Reviewed by darin.
- WebCore.pbproj/project.pbxproj: remove SECTORDER_FLAGS variable, so that we don't use order file for our Panther submission
WebKit:
Reviewed by darin.
- WebKit.pbproj/project.pbxproj: remove SECTORDER_FLAGS variable, so that we don't use order file for our Panther submission
WebBrowser:
Reviewed by darin.
- WebBrowser.pbproj/project.pbxproj: remove SECTORDER_FLAGS variable, so that we don't use order file for our Panther submission
Jun 14, 2003:
- 6:27 PM Changeset in webkit [4557]
-
- 3 copies2 deletes in branches/WebCore-85-tarball-branch
This commit was manufactured by cvs2svn to create branch
'WebCore-85-tarball-branch'.
- 6:27 PM Changeset in webkit [4556]
-
- 3 copies2 deletes in tags/WebCore-85-tarball-anchor
This commit was manufactured by cvs2svn to create tag
'WebCore-85-tarball-anchor'.
- 6:27 PM Changeset in webkit [4555]
-
- 3 copies in tags/Safari-85
This commit was manufactured by cvs2svn to create tag 'Safari-85'.
- 6:27 PM Changeset in webkit [4554]
-
- 1 copy2 deletes in branches/JavaScriptCore-85-tarball-branch
This commit was manufactured by cvs2svn to create branch
'JavaScriptCore-85-tarball-branch'.
- 6:27 PM Changeset in webkit [4553]
-
- 1 copy2 deletes in tags/JavaScriptCore-85-tarball-anchor
This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-85-tarball-anchor'.
- 6:27 PM Changeset in webkit [4552] by
-
- 8 edits in trunk
Safari-85 version stamp
- 3:39 PM Changeset in webkit [4551] by
-
- 3 edits in trunk/WebCore
Fixed: <rdar://problem/3293367>: REGRESSION (83-84): nil-deref in addMetaData loading page in pop-up at live365.com
Reviewed by darin.
- kwq/WebCoreBridge.mm: (-[WebCoreBridge openURL:reload:contentType:refresh:lastModified:pageCache:]): only call addMetaData if didOpenURL
Jun 13, 2003:
- 9:44 PM Changeset in webkit [4550] by
-
- 3 edits in trunk/WebCore
Reviewed by Don.
- fixed 3293031 -- REGRESSION (83-84): extra entry in history when going to page that redirects (live365.com)
- khtml/khtmlpart_p.h: Initialize m_executingJavaScriptFormAction to false. We had left it uninitialized when we fixed 3289047.
- 9:32 PM Changeset in webkit [4549] by
-
- 2 edits in trunk/WebKit
Reviewed by Darin (Richard wrote the first cut), then Don and Dave.
- fixed 3291467 -- CARBON: context menus are broken when using WebKit from Carbon
- Carbon.subproj/HIWebView.m: (ContextMenuClick): Rewrite method to create a fake right mouse up event, and pass that to menuForEvent: and _popUpMenuWithEvent.
- 8:10 PM Changeset in webkit [4548] by
-
- 4 edits in trunk/WebCore
Fix for 3292630, misrendered page because of bad doctype. Add
this bad doctype to our list of quirky doctypes to fix the
problem, since the screwed up strict mode rendering is actually
correct.
Reviewed by john
- khtml/html/doctypes.cpp: (findDoctypeEntry):
- khtml/html/doctypes.gperf:
- 7:12 PM Changeset in webkit [4547] by
-
- 4 edits in trunk/JavaScriptCore
Reviewed by Dave.
- fixed 3178438 -- return elements in order of addition in for..in loop (other browsers seem to)
- fixed 3292067 -- REGRESSION (64-65): albertsons.com "Shop A to Z" menus are not sorted alphabetically
- kjs/property_map.h: Add index field to hash table entry and index parameter to insert function.
- kjs/property_map.cpp: (PropertyMap::put): Set an index for new map entries to an ever-increasing number based on a global. (PropertyMap::insert): Take an index parameter. (PropertyMap::expand): Preserve the indices as we rehash the table. (comparePropertyMapEntryIndices): Added. Compares two property map entries by index. (PropertyMap::addEnumerablesToReferenceList): Sort the proprty map entries by index before adding them to the reference list.
- 5:46 PM Changeset in webkit [4546] by
-
- 3 edits in trunk/WebKit
Reviewed by Chris.
- fixed 3291778 -- REGRESSION (51-52): QT controller never shows up for mp3 in frame
- Plugins.subproj/WebBaseNetscapePluginView.m: (-[WebBaseNetscapePluginView saveAndSetPortStateForUpdate:]): Handle the "invisible" plug-in cases in a more complete way. Detect the various ways of being invisible (big negative X value, 0 size, not really in a window) and in all those cases, use a clip rect to guarantee we won't be seen, and make sure the size passed to the plug-in is *not* 0.
- English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes.
- 2:13 PM Changeset in webkit [4545] by
-
- 4 edits in trunk/WebCore
Fixed 3282087. Don't use our <pre> optimizations
if text contains non-ascii, and consequently may
result in font substitution.
- 2:11 PM Changeset in webkit [4544] by
-
- 3 edits in trunk/WebKit
Fix for 3291319, scrolling is much worse since 79. The problem
was a fix for resize events that needed to use the scrollview size
and not the document view size inside the scrollview.
Reviewed by darin
- WebView.subproj/WebHTMLView.m: (-[WebHTMLView layoutToPageWidth:]):
- WebView.subproj/WebHTMLViewPrivate.h:
- 12:03 PM Changeset in webkit [4543] by
-
- 1 edit in trunk/WebKit/ChangeLog
Fixed previous " Reviewed by" string.
- ChangeLog:
- 12:01 PM Changeset in webkit [4542] by
-
- 3 edits in trunk/WebKit
Fixed: <rdar://problem/3291502>: REGRESSION (80-81): freebsd.org is giving us gzipped content (because we stopped spoofing)
Reviewed by darin.
- WebView.subproj/WebUserAgentSpoofTable.c: (hash): (_web_findSpoofTableEntry):
- WebView.subproj/WebUserAgentSpoofTable.gperf:
- 11:51 AM Changeset in webkit [4541] by
-
- 3 edits in trunk/WebCore
Fixed 3291537.
Reviewed by John.
- kwq/KWQObject.mm: (QObject::killTimer): Only remove the timer is it hasn't fired (and is therefore valid). It is NOT permissible to reference a timer's userInfo if it is invalid.