Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: WebCore/ChangeLog

Issue 155079: WebSocket implementation in WebKit (Closed)
Patch Set: Rewrite to use SocketStreamHandle Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | WebCore/DerivedSources.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2009-08-03 Fumitoshi Ukai <ukai@chromium.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Add WebSocket.idl
6 https://bugs.webkit.org/show_bug.cgi?id=27209
7
8 Add WebSocket.idl in WebCore/websockets/.
9 Add build systems only for GNUmakefile.am and WebCore.xcodeproj now.
10 Other build systems will be updated once the code is functional.
11
12 * DerivedSources.make:
13 * GNUmakefile.am:
14 * WebCore.xcodeproj/project.pbxproj:
15 * bindings/js/JSWebSocketConstructor.cpp: Added.
16 (WebCore::):
17 (WebCore::JSWebSocketConstructor::JSWebSocketConstructor):
18 (WebCore::constructWebSocket):
19 (WebCore::JSWebSocketConstructor::getConstructData):
20 * bindings/js/JSWebSocketConstructor.h: Added.
21 (WebCore::JSWebSocketConstructor::classInfo):
22 * bindings/js/JSWebSocketCustom.cpp: Added.
23 (WebCore::JSWebSocket::mark):
24 (WebCore::JSWebSocket::send):
25 * websockets/WebSocket.cpp: Added.
26 (WebCore::WebSocket::WebSocket):
27 (WebCore::WebSocket::~WebSocket):
28 (WebCore::WebSocket::connect):
29 (WebCore::WebSocket::send):
30 (WebCore::WebSocket::close):
31 (WebCore::WebSocket::url):
32 (WebCore::WebSocket::readyState):
33 (WebCore::WebSocket::bufferedAmount):
34 (WebCore::WebSocket::scriptExecutionContext):
35 (WebCore::WebSocket::addEventListener):
36 (WebCore::WebSocket::removeEventListener):
37 (WebCore::WebSocket::dispatchEvent):
38 (WebCore::WebSocket::didConnect):
39 (WebCore::WebSocket::didReceiveMessage):
40 (WebCore::WebSocket::didClose):
41 (WebCore::WebSocket::dispatchOpenEvent):
42 (WebCore::WebSocket::dispatchMessageEvent):
43 (WebCore::WebSocket::dispatchCloseEvent):
44 * websockets/WebSocket.h: Added.
45 (WebCore::WebSocket::create):
46 (WebCore::WebSocket::):
47 (WebCore::WebSocket::setOnopen):
48 (WebCore::WebSocket::onopen):
49 (WebCore::WebSocket::setOnmessage):
50 (WebCore::WebSocket::onmessage):
51 (WebCore::WebSocket::setOnclose):
52 (WebCore::WebSocket::onclose):
53 (WebCore::WebSocket::toWebSocket):
54 (WebCore::WebSocket::refEventTarget):
55 (WebCore::WebSocket::derefEventTarget):
56 * websockets/WebSocket.idl: Added.
57
1 2009-08-03 Jeremy Orlow <jorlow@chromium.org> 58 2009-08-03 Jeremy Orlow <jorlow@chromium.org>
2 59
3 Reviewed by Darin Fisher. 60 Reviewed by Darin Fisher.
4 61
5 Chromium code sometimes isn't sandboxed and needs to access the FS. 62 Chromium code sometimes isn't sandboxed and needs to access the FS.
6 https://bugs.webkit.org/show_bug.cgi?id=27954 63 https://bugs.webkit.org/show_bug.cgi?id=27954
7 64
8 These changes are the WebKit side of http://codereview.chromium.org/1597 78 which 65 These changes are the WebKit side of http://codereview.chromium.org/1597 78 which
9 aims to make LocalStorage persistent. 66 aims to make LocalStorage persistent.
10 67
(...skipping 21461 matching lines...) Expand 10 before | Expand all | Expand 10 after
21472 Remove dummy AtkStreamableContent implementation. 21529 Remove dummy AtkStreamableContent implementation.
21473 21530
21474 It's completely empty, we'll add it back (and conditionally 21531 It's completely empty, we'll add it back (and conditionally
21475 instead of unconditionally) when it does something. 21532 instead of unconditionally) when it does something.
21476 21533
21477 * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: 21534 * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
21478 (GetAtkInterfaceTypeFromWAIType): 21535 (GetAtkInterfaceTypeFromWAIType):
21479 (getInterfaceMaskFromObject): 21536 (getInterfaceMaskFromObject):
21480 21537
21481 == Rolled over to ChangeLog-2009-06-16 == 21538 == Rolled over to ChangeLog-2009-06-16 ==
OLDNEW
« no previous file with comments | « no previous file | WebCore/DerivedSources.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698