|
Revert "Push API: define push event on Service Worker."
This reverts r175672. It breaks the browser_tests compile
on Linux (and probably everywhere).
../../third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp:103:74: error: no member named 'push' in namespace 'WebCore::EventTypeNames'
m_workerGlobalScope->dispatchEvent(PushEvent::create(EventTypeNames::push, data));
TBR=mvanouwerkerk@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175677
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+0 lines, -150 lines) |
Patch |
 |
M |
LayoutTests/webexposed/global-constructors-listing-expected.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/events/EventTypeNames.in
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
|
4 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
Source/modules/push_messaging/PushEvent.h
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
D |
Source/modules/push_messaging/PushEvent.cpp
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
Source/modules/push_messaging/PushEvent.idl
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
Source/modules/push_messaging/ServiceWorkerGlobalScopePush.idl
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
public/web/WebServiceWorkerContextProxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 1 (0 generated)
|