[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:02:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3ff554b3e3b5483dd974a2c84d0c532f7d070c37
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 16 21:42:31 2003 +0000

    top level:
    
            * configure.in: Add "OptimizedWithSymbols" build style.
    
    Tools:
    
            * Scripts/autovicki: Renamed from run-tests.
            * Scripts/run-tests: Run autovicki passing all arguments (for
    	compatibility with the humor-impaired).
    
    JavaScriptCore:
    
            * kjs/create_hash_table: Remove stray semicolon.
    
            * kjs/array_object.lut.h:
            * kjs/date_object.lut.h:
            * kjs/lexer.lut.h:
            * kjs/math_object.lut.h:
            * kjs/number_object.lut.h:
            * kjs/string_object.lut.h:
            Regenerated.
    
    Tests:
    
            * JSUnit/jsunit/app/jsUnitTestManager.js: Commented the lines I changed to work
            around bug 3269212 in WebCore.
    
    WebCore:
    
            Reviewed by Ken.
    
            - change "volatile X * volatile" to "X * volatile" in cases where the
              pointer needs to be volatile but the object pointed to do does not
    
            * kwq/KWQKConfigBase.mm: (KConfig::readEntry):
            * kwq/KWQKCursor.mm: (+[NSCursor _WebCore_cursorWithName:hotSpot:]):
            * kwq/KWQKLocale.mm:
            (inputElementAltText):
            (resetButtonDefaultLabel):
            (searchableIndexIntroduction):
            (submitButtonDefaultLabel):
            (KLocale::language):
            * kwq/KWQLineEdit.mm: (QLineEdit::text):
            * kwq/KWQScrollView.mm:
            (QScrollView::setContentsPos):
            (QScrollView::addChild):
            (QScrollView::updateContents):
            (QScrollView::contentsToViewport):
            (QScrollView::viewportToContents):
            (QScrollView::getDocumentView):
            * kwq/KWQTextEdit.mm:
            (QTextEdit::text):
            (QTextEdit::textWithHardLineBreaks):
            * kwq/KWQWidget.mm: (QWidget::getOuterView):
            Removed the excess volatiles and excess casts that go with them.
    
            * kwq/KWQKCookieJar.mm: (KWQKCookieJar::cookie): Do the same, but also
            remove an unnecessary nil check that is the same as QString::fromNSString's
            default behavior.
    
    WebKit:
    
    	Tweaked the progress behavior and factored cleanup of progress
    	related ivars.
    
            Reviewed by Hyatt.
    
            * WebView.subproj/WebDataSource.m:
            (-[WebDataSource _startLoading:]):
            * WebView.subproj/WebFrame.m:
            (-[WebFrame _isLoadComplete]):
            * WebView.subproj/WebView.m:
            (-[WebView _resetProgress]):
            (-[WebView _progressStarted:]):
            (-[WebView _finalProgressComplete]):
            (-[WebView _progressCompleted:]):
            (-[WebView _incrementProgressForConnection:data:]):
            * WebView.subproj/WebViewPrivate.h:
    
    WebBrowser:
    
            Coalesce drawing of progress bar (like old behavior).  This fixes a performance regression.
            Always draw the progress at 100% for a short interval after loading a page (like the old behavior).
    
            Reviewed by Hyatt.
    
            * BrowserWebController.m:
            (-[BrowserWebView initWithDocument:request:frameName:]):
            (-[BrowserWebView progressStarted:]):
            (-[BrowserWebView progressChanged:]):
            (-[BrowserWebView progressFinished:]):
            * BrowserWindowController.h:
            * BrowserWindowController.m:
            (-[BrowserWindowController _newUpdateProgressBar]):
            (-[BrowserWindowController newUpdateProgressBar]):
            (-[BrowserWindowController showCompleteProgressBar]):
            (-[BrowserWindowController clearProgressBar]):
            * TextFieldWithControls.m:
            (-[TextFieldWithControls setProgressBarValue:]):
    
    WebKitExamples:
    
            * CarbonDownloader/English.lproj/main.nib: Changed command key equivalent for Close to Cmd-W.
            Since this is example code and not localized, the localization freeze should not be an issue.
            * CarbonDownloader/English.lproj/main~.nib: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5190 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 45f1b38..c646887 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,5 @@
+=== Safari-110 ===
+
 === Safari-109 ===
 
 2003-10-06  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 45f1b38..c646887 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,5 @@
+=== Safari-110 ===
+
 === Safari-109 ===
 
 2003-10-06  Darin Adler  <darin at apple.com>
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 450a84d..96a7e04 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -174,7 +174,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>110u</string>
+	<string>110</string>
 </dict>
 </plist>
 ";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list