Sign in
webkit
/
WebKit
/
4f50091ce90ebd8968964bd07d447cb32da651c0
/
Source
/
WebCore
/
platform
/
PlatformKeyboardEvent.h
913b1f8
Implement KeyboardEvent.code from the UI Event spec
by cdumez@apple.com
· 8 years ago
e7cc9ac
Add support for KeyboardEvent.key attribute
by cdumez@apple.com
· 8 years ago
f5c8511
Remove a couple of unused members from PlatformKeyboardEvent
by andersca@apple.com
· 8 years ago
a59dc4c
PlatformEvent::m_modifiers should be an OptionSet
by andersca@apple.com
· 8 years ago
f8a017d
[GTK] Get rid of GetEditorCommandsForKeyEvent sync message
by carlosgc@webkit.org
· 10 years ago
8cc7564
Unreviewed, rolling out r172844. https://bugs.webkit.org/show_bug.cgi?id=136164
by commit-queue@webkit.org
· 11 years ago
51ff6db
Revert r172831, it broke the Windows build.
by timothy_horton@apple.com
· 11 years ago
2f6cecb
More WEBCORE_EXPORT macros. https://bugs.webkit.org/show_bug.cgi?id=136129
by achristensen@apple.com
· 11 years ago
9204733
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
by mjs@apple.com
· 11 years ago
abfe52c
[Mac] Don't perform a round-trip through WebProcess before interpreting key events
by ap@apple.com
· 11 years ago
a87102a
iOS build fix.
by mitz@apple.com
· 11 years ago
1a8d7d3
Stop using PLATFORM(MAC) in WebCore/platform except where it means “OS X but not iOS”
by mitz@apple.com
· 11 years ago
319989b
Remove the BlackBerry port from trunk
by benjamin@webkit.org
· 11 years ago
b8ade58
[iOS] Upstream WebCore/platform changes
by dbates@webkit.org
· 11 years ago
3b42d0f
Remove Qt from WebCore/platform. <https://webkit.org/b/122228>
by akling@apple.com
· 11 years ago
ef55549
[Qt] QtWebKit should allow sending domain specific keycode to HTML applications
by commit-queue@webkit.org
· 12 years ago
51f3bcd
Move WindowsExtras.h from WebCore to WTF
by paroga@webkit.org
· 12 years ago
b2a7c79
Remove wxWebKit from WebCore. <http://webkit.org/b/115255>
by akling@apple.com
· 12 years ago
cea0418
[BlackBerry] CHHW - Characters that are using 32 bits encoding get trunked to 16bits
by commit-queue@webkit.org
· 12 years ago
2eb7bec
Extend the coverage of the Custom Allocation Framework in WebCore
by zoltan@webkit.org
· 13 years ago
c0a61a3
WPARAM and LPARAM are incorrectly defined for x64
by commit-queue@webkit.org
· 13 years ago
0245dfc
Add *explicit* keyword to constructors in WebCore/platform
by gyuyoung.kim@samsung.com
· 13 years ago
626b506
Unreviewed, rolling out r123625 and r123672.
by rniwa@webkit.org
· 13 years ago
f2d5e29
Add *explicit* keyword to constructors in WebCore/platform
by gyuyoung.kim@samsung.com
· 13 years ago
611bde9
[GTK] Rework IME handling to fix bugs and prepare for WebKit2
by mrobinson@webkit.org
· 13 years ago
25b830c
[BlackBerry] Upstream the BlackBerry change to platform/PlatformKeyboardEvent.h
by leo.yang@torchmobile.com.cn
· 13 years ago
c122cb2
Add helper macro for forward declaring objective-c classes
by weinig@apple.com
· 13 years ago
9ef4510
Start extracting platform specific bits out of PlatformEvents
by weinig@apple.com
· 13 years ago
4824ed5
Give PlatformEvents a base class https://bugs.webkit.org/show_bug.cgi?id=74685
by weinig@apple.com
· 13 years ago
adb2d86
Remove PLATFORM(HAIKU) and associated code
by abarth@webkit.org
· 13 years ago
f903ca3
Removed BREWMP* platform #ifdefs
by ggaren@apple.com
· 13 years ago
62573562
2011-03-27 Ben Taylor <bentaylor.solx86@gmail.com>
by commit-queue@webkit.org
· 14 years ago
948c72d
2011-02-24 Amruth Raj <amruthraj@motorola.com> and Ravi Phaneendra Kasibhatla <ravi.kasibhatla@motorola.com> and Alejandro G. Castro <alex@igalia.com>
by alex@webkit.org
· 14 years ago
95c1bc4
Refactoring of the custom allocation framework
by ossy@webkit.org
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/platform/PlatformKeyboardEvent.h]
70bbac8
2010-10-05 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
by commit-queue@webkit.org
· 14 years ago
622a426
[Qt] Initial WebKit2 implementation
by antti.j.koivisto@nokia.com
· 15 years ago
f32b063
2010-06-17 Lucas De Marchi <lucas.demarchi@profusion.mobi>
by eric@webkit.org
· 15 years ago
be7b75d
2010-04-05 Leandro Pereira <leandro@profusion.mobi>
by eric@webkit.org
· 15 years ago
b5a5688
<rdar://problem/7694674> Hover states not updated when overflow section scrolls under stationary mouse pointer
by mitz@apple.com
· 15 years ago
f09eca1
Remove unnecessary includes of wtf/Platform.h. This is already pulled in by config.h.
by mrowe@apple.com
· 15 years ago
fbe6d8c
Make the default constructor available to all platforms.
by andersca@apple.com
· 15 years ago
91e543e
2010-02-17 Kwang Yul Seo <skyul@company100.net>
by eric@webkit.org
· 15 years ago
5851894
Rubber-stamped by Dan Bernstein.
by weinig@apple.com
· 15 years ago
2501276
Allow custom memory allocation control for the part of platform directory in WebCore
by zoltan@webkit.org
· 15 years ago
c4efd65
2009-08-12 Maxime Simon <simon.maxime@gmail.com>
by eric@webkit.org
· 16 years ago
5a0619c
2008-10-10 Darin Fisher <darin@chromium.org>
by darin@chromium.org
· 16 years ago
c506790
2008-10-06 Tor Arne Vestbø <tavestbo@trolltech.com>
by vestbo@webkit.org
· 16 years ago
8e294fd
2008-07-24 Tor Arne Vestbø <tavestbo@trolltech.com>
by vestbo@webkit.org
· 17 years ago
eccdc5f
2008-04-22 Jon Honeycutt <jhoneycutt@apple.com>
by jhoneycutt@apple.com
· 17 years ago
511b001
Fix compilation with Qt namespaces
by hausmann@webkit.org
· 17 years ago
01dce40
2008-02-08 Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
by alp@webkit.org
· 17 years ago
593e0ed
Reviewed by Darin.
by ap@webkit.org
· 17 years ago
6a50667
Reviewed by Darin.
by ap@webkit.org
· 17 years ago
3865588
<rdar://problem/5579772> Regression: AltGr does not work
by adachan
· 17 years ago
df8e692
Correct event behaviour on certain control keys
by oliver
· 17 years ago
e902c4c
WebCore:
by adele
· 17 years ago
b9b68c9
Add the defines, platform types and options needed for the wx port.
by kevino
· 17 years ago
e5d256b
Simplify the PlatformKeyEvent constructor. No need to have an extra boolean for isKeyUp in there, as the QKeyEvent has the information.
by lars
· 17 years ago
2752405
/: 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
by zecke
· 17 years ago
258b9a8
2007-08-07 Holger Hans Peter Freyther <zecke@selfish.org>
by zecke
· 18 years ago
542cf2f
Reviewed by Maciej.
by oliver
· 18 years ago
4ce6494
JavaScriptCore:
by beidson
· 18 years ago
3bc0a3a
Reviewed by Oliver.
by adele
· 18 years ago
1c20483
WebCore:
by adele
· 18 years ago
5e7cbdd
Reviewed by Geof.
by kmccullo
· 18 years ago
e4d34c6
JavaScriptCore:
by darin
· 18 years ago
a90ab05
Reviewed by Eric. Landed by rwlbuis.
by rwlbuis
· 19 years ago
f18aae3
JavaScriptCore:
by weinig
· 19 years ago
681a517
by weinig
· 19 years ago
1ec9953
JavaScriptCore:
by ggaren
· 19 years ago
b9481ed
- global rename, done by script
by darin
· 19 years ago