Timeline
Sep 2, 2007:
- 6:37 PM Changeset in webkit [25348] by
-
- 8 edits in trunk
WebCore:
Reviewed by John Sullivan and Mark Rowe
Groundwork for support for monitoring IconDatabase in-memory statistics
- WebCore.exp:
- loader/icon/IconDatabase.cpp: (WebCore::IconDatabase::pageURLMappingCount): Stub for now (WebCore::IconDatabase::retainedPageURLCount): Ditto (WebCore::IconDatabase::iconRecordCount): Ditto (WebCore::IconDatabase::iconRecordCountWithData): Ditto
- loader/icon/IconDatabase.h:
WebKit:
Reviewed by John Sullivan and Mark Rowe
Groundwork for support for monitoring IconDatabase in-memory statistics
- Misc/WebCoreStatistics.h:
- Misc/WebCoreStatistics.mm: (+[WebCoreStatistics iconPageURLMappingCount]): (+[WebCoreStatistics iconRetainedPageURLCount]): (+[WebCoreStatistics iconRecordCount]): (+[WebCoreStatistics iconsWithDataCount]):
- 6:17 PM Changeset in webkit [25347] by
-
- 2 edits in trunk/WebCore
2007-09-02 Mark Rowe <mrowe@apple.com>
Reviewed by Antti.
<rdar://problem/5454704> WebKit seems to get too-narrow widths for "Monotype Corsiva", so lays out incorrectly
- platform/mac/FontDataMac.mm: (WebCore::FontData::determinePitch): Work around NSFont incorrectly reporting Monotype Corsiva as fixed pitch.
- 8:19 AM UsingSafari2WithSafari3PublicBetaInstalled created by
- 7:52 AM WikiStart edited by
- (diff)
Sep 1, 2007:
- 9:44 PM Changeset in webkit [25346] by
-
- 3 edits1 delete in trunk
WebCore:
- rolled out fix for bug 12988 because it broke getElementById in a layout test I'm working on a new fix.
- dom/Document.cpp: Rolled out.
LayoutTests:
- rolled out the test case for 12988 until we re-fix it
- fast/dom/duplicate-ids-document-order.html: Removed.
- 4:04 PM Changeset in webkit [25345] by
-
- 24 edits in trunk
gtk:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/EditorClientGtk.cpp: (WebKit::EditorClient::setInputMethodState):
- WebCoreSupport/EditorClientGtk.h:
WebCore:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
Adding a new EditorClient method so it is possible to inform WebKit of focus changes.
Also added new virtual method Node::shouldUseInputMethod to allow us to trivially check
whether an input method should be used when processing input for the currently focused
Node.
- bridge/EditorClient.h:
- dom/Node.cpp: (WebCore::Node::shouldUseInputMethod):
- dom/Node.h:
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::shouldUseInputMethod):
- html/HTMLInputElement.h:
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::shouldUseInputMethod):
- html/HTMLTextAreaElement.h:
- page/FocusController.cpp: (WebCore::FocusController::setFocusedNode):
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyEditorClient::setInputMethodState):
WebKit:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/WebEditorClient.h:
- WebCoreSupport/WebEditorClient.mm: (WebEditorClient::setInputMethodState):
WebKitQt:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
EditorClient::setInputMethodState stub
- WebCoreSupport/EditorClientQt.cpp: (WebCore::EditorClientQt::setInputMethodState):
- WebCoreSupport/EditorClientQt.h:
win:
Reviewed by Sam.
<rdar://problem/5344848> IME is incorrectly used for key events when on non-editable regions
When focusing a password field or a non-editable element we disassociate any IME that may have
been active, and reassociate should a non-password editable element is focused.
This makes password input with an IME active simpler, and brings our IME behaviour in line with
IE.
- WebEditorClient.cpp: (WebEditorClient::setInputMethodState):
- WebEditorClient.h:
- WebView.cpp: (IMMDict::IMMDict): (WebView::setInputMethodState):
- WebView.h:
- 7:05 AM Changeset in webkit [25344] by
-
- 1 edit in tags/Safari-5523.3.1/WebKit/Configurations/Version.xcconfig
Versioning.
- 7:05 AM Changeset in webkit [25343] by
-
- 2 edits in tags/Safari-5523.3.1/WebKit
Merge r25300.
2007-08-29 Anders Carlsson <andersca@apple.com>
Fix 64-bit build.
- WebCoreSupport/WebFrameBridge.mm:
- 6:55 AM Changeset in webkit [25342] by
-
- 1 copy in tags/Safari-5523.3.1
New tag.
- 1:08 AM Changeset in webkit [25341] by
-
- 3 edits2 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12988
First element (in document order) is not returned when other duplicate ID-ed elements were created first
Reset the element id cache when id's are added or removed and there
are duplicates for that id.
- 12:43 AM Changeset in webkit [25340] by
-
- 9 edits in trunk/WebCore
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15083
Some symbols in WebKit do not need to be exported
Do not export these symbols.