changelog

来自「最新Nokia手机浏览器全套源代码完美版。」· 代码 · 共 785 行 · 第 1/2 页

TXT
785
字号
        (ElementImpl::blur):
        (ElementImpl::getAttributeNS):
        (ElementImpl::setAttribute):
        (ElementImpl::setAttributeMap):
        (ElementImpl::isURLAttribute):
        (ElementImpl::removedFromDocument):
        (ElementImpl::recalcStyle):
        (ElementImpl::dispatchAttrRemovalEvent):
        (ElementImpl::dispatchAttrAdditionEvent):
        (ElementImpl::openTagStartToString):
        (ElementImpl::toString):
        (ElementImpl::updateId):
        (ElementImpl::formatForDebugger):
        (NamedAttrMapImpl::setNamedItem):
        (NamedAttrMapImpl::removeNamedItem):
        (NamedAttrMapImpl::clearAttributes):
        (NamedAttrMapImpl::operator=):
        (NamedAttrMapImpl::addAttribute):
        (NamedAttrMapImpl::removeAttribute):

2006-08-31  rathnasa  <sornalatha.rathnasamy@nokia.com>

        Reviewed by Antti Kovisto.
        DESC: 
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10626

        WARNING: NO TEST CASES ADDED OR CHANGED

        * khtml/html/html_headimpl.cpp:
        (HTMLScriptElementImpl::insertedIntoDocument):

2006-08-31  spadma  <sachin.padma@nokia.com>

        Reviewed by Sriram.
        DESC: Set the focused element type to none when no anchor is focused
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10659

        WARNING: NO TEST CASES ADDED OR CHANGED

        * kwq/KWQKHTMLPart.cpp:
        (KWQKHTMLPart::tabbedNavigation):

2006-08-30  yadavall  <sriram.yadavalli@nokia.com>

        Reviewed by Antti Koivisto.

        WARNING: NO TEST CASES ADDED OR CHANGED
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10646

        * kwq/KWQKHTMLPart.cpp:
        (KWQKHTMLPart::getNewTabbedCursorPosition):
        
2006-08-29  yadavall  <koivisto@iki.fi>

        Reviewed by Antti Koivisto.

        WARNING: NO TEST CASES ADDED OR CHANGED
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=9077

        * khtml/editing/markup.cpp:
        (khtml::endMarkup):
        * khtml/html/html_documentimpl.cpp:
        (HTMLDocumentImpl::createTokenizer):
        * khtml/html/html_documentimpl.h:
        * khtml/html/htmlparser.cpp:
        (KHTMLParser::getElement):
        * khtml/html/htmltokenizer.cpp:
        (khtml::HTMLTokenizer::parseComment):
        * khtml/xml/dom_docimpl.cpp:
        (DocumentImpl::~DocumentImpl):
        (DocumentImpl::documentElement):
        * khtml/xml/dom_docimpl.h:
        
2006-08-28  bujtas  <zbujtas@gmail.com>

        Reviewed by Antti Koivisto.
        DESC: backgroung image is not ref-ed properly.
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10619

        WARNING: NO TEST CASES ADDED OR CHANGED

        * khtml/rendering/render_object.cpp:
        (RenderObject::setStyle):

2006-08-28  w3liu  <wei.liu@nokia.com>

        Reviewed by Zalan Bujtas (zbujtas@gmail.com).
        DESC: Some foreign site encoding errors -- due to encoding alias "X-MS950-HKSCS".
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10607

        WARNING: NO TEST CASES ADDED OR CHANGED

        * kwq/KWQCharsetData.c:

2006-08-25  yadavall  <sriram.yadavalli@nokia.com>

        Reviewed by Zalan.

        WARNING: NO TEST CASES ADDED OR CHANGED

        http://bugzilla.opendarwin.org/show_bug.cgi?id=10573
        
        * khtml/rendering/render_block.cpp:
        (khtml::RenderBlock::setStyle):

2006-08-25  bujtas  <zbujtas@gmail.com>

        Reviewed by Sriram.

        http://bugzilla.opendarwin.org/show_bug.cgi?id=10570
        fix null pointer crash. check if tokenizer is null.       

        * khtml/html/html_objectimpl.cpp:
        (HTMLObjectElementImpl::HTMLObjectElementImpl):

2006-08-22  ligman  <joseph.ligman@nokia.com>

        Reviewed by Zalan Bujtas.
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10461
        Each character is saved as two bytes, but the charset was not being set to ucs-2. This
        caused some saved pages with single byte encoding to load improperly. To fix set
        the character set to ucs-2 before saving the page.
        
        WARNING: NO TEST CASES ADDED OR CHANGED

        * bridge/WebCoreBridge.cpp:
        (CWebCoreBridge::GetPageDataL):

2006-08-22  w3liu  wei.liu@nokia.com

        Reviewed by Zalan Bujtas.

        WARNING: NO TEST CASES ADDED OR CHANGED

        http://bugzilla.opendarwin.org/show_bug.cgi?id=10514
        Thai website www.thairath.com text rendering incorrectly

        * kwq/KWQCharsetData.c:


2006-08-15  yongjzha  yongjun.zhang@nokia.com

        Reviewed by Brad, Zalan and Sachin
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10418
        Create a dedicated view to play plugin content only, this is
        only enabled in US build.
        Improve the communication between plugins and browser, providing
        a interface for the plugins to tell browser that there are
        interactable. 
        
        * bridge/WebCoreWidget.h:
        * khtml/html/html_objectimpl.cpp:
        (HTMLEmbedElementImpl::isFocusable):
        (HTMLObjectElementImpl::isFocusable):
        * khtml/rendering/render_frames.cpp:
        (RenderPartObject::focusable):
        * khtml/rendering/render_frames.h:
        * kwq/KWQObjectWidget.cpp:
        (QObjectWidget::hasResized):
        (QObjectWidget::focusable):
        * kwq/KWQObjectWidget.h:
        * kwq/KWQWidget.h:
        (QWidget::focusable):

2006-08-09  ligman  <joseph.ligman@nokia.com>

        Reviewed by Yongjun.
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10321
        Unable to click "Sign In" button with tool bar feature enabled
        Input types of "image" were not handled in CWebCoreBridge::NodeTypeB,
        added HTMLInputElementImpl::IMAGE to be recognized as a button.
        
        WARNING: NO TEST CASES ADDED OR CHANGED

        * bridge/WebCoreBridge.cpp:
        (CWebCoreBridge::NodeTypeB):

2006-08-08  w3liu  <wei.liu@nokia.com>

        Reviewed by Zalan.

        WARNING: NO TEST CASES ADDED OR CHANGED

        Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10294
        text decoding problem for www.yaplog.cn and www.sogou.com

        * ChangeLog:
        * kwq/KWQCharsetData.c:


2006-08-07  yadavall  <sriram.yadavalli@nokia.com>

        Reviewed by Zalan Bujtas

        WARNING: NO TEST CASES ADDED OR CHANGED
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10240

        * kwq/KWQKHTMLPart.cpp:
        (KWQKHTMLPart::getNewTabbedCursorPosition):
        (KWQKHTMLPart::tabbedNavigation):

2006-08-07  yadavall  <sriram.yadavalli@nokia.com>

        Reviewed by Zalan Bujtas

        WARNING: NO TEST CASES ADDED OR CHANGED
        
        Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10195

        * kwq/KWQPainter.cpp:
        (QPainter::xForm):
        (QPainter::drawFocusRing):
        * kwq/KWQPainter.h:

2006-08-04  yaharon  <yael.aharon@nokia.com>

        Reviewed by Zalan, Yongjun and Steve.

        Handle  pointer events in WebKit

        http://bugzilla.opendarwin.org/show_bug.cgi?id=10250 
        * ChangeLog:
        * kwq/KWQKHTMLPart.cpp:
        (KWQKHTMLPart::MouseDown):
        * kwq/KWQWidget.cpp:
        (QWidget::focusPolicy):

2006-08-01  rathnasa  <sornalatha.rathnasamy@nokia.com>

        Reviewed by Zalan

        Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10185

        www.euromaster.fi crash due to memory corruption.

        * kwq/KWQKURL.cpp:
        (KURL::KURL):  free buffer
        (KURL::parse): free path_buffer not buffer

2006-08-01  zhalu  <zhaosong.lu@nokia.com>

        Reviewed by Yongjun.
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10174

        * kwq/KWQColor.cpp:
        (QColor::Rgb): Now returns alpha() as well.

2006-06-26 David Carson <david.carson@nokia.com>
  
        Reviewed by Sachin & Zalan.
        
        Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9073
        Soft hyphens not breaking words
        
        * WebCore/WebCore/khtml/rendering/break_lines.cpp
        (isBreakable):
        Added check for soft hyphen character when determining where to
        break a word. Based on similar change made by Hyatt in Windows
        port of WebKit.
        Added copyright notice to the file, copied from same file in
        current Mac WebKit tree.
        
        Testcases
        * LayoutTests/fast/js/global/encode-URI-test-mobile-expected.txt:
        * LayoutTests/fast/text/basic/014-mobile-expected.txt:
        Updated these results as the test now passes, and the results
        are different.
        * LayoutTests/fas/text/basic/013-mobile-expected.txt
        Added missing results file.
        
2006-07-26  David Carson  <david.carson@nokia.com>

        - Patch taken from <http://bugzilla.opendarwin.org/show_bug.cgi?id=3808>
        For: http://bugzilla.opendarwin.org/show_bug.cgi?id=8959
        
              Reviewed by Zalan.
      
        * khtml/ecma/kjs_window.cpp:
        (Window::get):
        (Window::isSafeScript):
        (WindowFunc::tryCall):
        (ScheduledAction::execute):
        (Location::get):
        (LocationFunc::tryCall):
        * khtml/ecma/kjs_window.h:
        (KJS::Window::):
        (KJS::Location::):
        * khtml/ecma/kjs_window.lut.h:
        (KJS::):
        Implement location.assign.
                 
2006-07-24  spadma  <Sachin.Padma@nokia.com>

        Reviewed by Zalan.

        WARNING: NO TEST CASES ADDED OR CHANGED

        * bridge/WebCoreBridge.cpp:
        (CWebCoreBridge::GetNextRenderTextForSmartLinksL): Fix ref counting of iSmartLinkNode

        http://bugzilla.opendarwin.org/show_bug.cgi?id=10090

2006-07-24  brmorris  <bradley.morrison@nokia.com>

        Reviewed by Sachin.

        WARNING: NO TEST CASES ADDED OR CHANGED
        
        Implement Smart Text recognition / context options.
        
        http://bugzilla.opendarwin.org/show_bug.cgi?id=10089

        * BWINS/WEBCOREU.DEF:
        * EABI/WebCoreU.DEF:
        * bridge/WebCoreBridge.cpp:
        (CWebCoreBridge::CreateDocumentWithEncoding):
        (CWebCoreBridge::GetNextRenderTextForSmartLinksL):
        (CWebCoreBridge::GetRenderTextArea):
        * bridge/WebCoreBridge.h:
        * kwq/KWQKHTMLPart.cpp:
        (KWQKHTMLPart::getRenderTextRectArray):
        * kwq/KWQKHTMLPart.h:
        * kwq/KWQString.cpp:
        (KWQStringData::initialize):

2006-07-20  brmorris  <bradley.morrison@nokia.com>

        Reviewed by Sachin/Zalan.

        WARNING: NO TEST CASES ADDED OR CHANGED

        * bridge/WebCoreBridge.cpp:
        (CWebCoreBridge::ImageCount):
        (CWebCoreBridge::GetPageDataL):
        (CWebCoreBridge::PrepareForExit):
        * bridge/WebCoreSettings.cpp:
        (CWebCoreSettings::UpdateAllViews):
        * khtml/rendering/render_container.cpp:
        (RenderContainer::detach):
        * khtml/rendering/render_flow.cpp:
        (RenderFlow::detach):
        (RenderFlow::lineHeight):
        (RenderFlow::createInlineBox):

2006-07-18  brmorris  <bradley.morrison@nokia.com>

        (on behalf of webcore). Reviewed by Zalan.

        Various fixes:
        
        * bridge/WebCoreBridge.cpp:
        * bridge/WebCoreCookieAdapter.cpp:
        * bridge/WebCoreCookieAdapter.h:
        * bridge/WebCorePageData.cpp:
        * khtml/css/html4.css:
        * khtml/ecma/kjs_html.cpp:
        * khtml/html/html_blockimpl.cpp:
        * khtml/khtml_part.cpp:
        * khtml/misc/loader.cpp:
        * khtml/rendering/render_box.cpp:
        * khtml/rendering/render_layer.cpp:
        * khtml/rendering/render_object.cpp:
        * khtml/rendering/render_style.h:
        * kwq/KWQArrayImpl.cpp:
        * kwq/KWQCharsetData.c:
        * kwq/KWQKCookieJar.cpp:
        * kwq/KWQKHTMLPart.cpp:
        * kwq/KWQKHTMLPart.h:
        * kwq/KWQPainter.cpp:
        * kwq/KWQPointArray.h:
        * kwq/KWQRect.cpp:
        * kwq/KWQRect.h:

2006-06-06  Bradley  <bradley.morrison@nokia.com>

        * WebCore\BWINS\WEBCOREU.DEF:        
        Regenerated def files

2006-06-04  Zalan  <zalan.bujtas@nokia.com>

        Reviewed by Sachin/Bradley
        
        This commit introduces S60 3.1 support to S60WebKit's
        Reindeer UI and WebCore (part 2 of 3).


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?