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

Issue 184733002: Remove support for legacy WebKit Notifications (Closed)

Created:
6 years, 9 months ago by Peter Beverloo
Modified:
6 years, 9 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium
Visibility:
Public.

Description

Remove support for legacy WebKit Notifications This patch removes support for the legacy WebKit notifications from Blink, per the following Intent to Remove thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/8vqyfHa8_dw BUG=348019 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168471

Patch Set 1 #

Patch Set 2 : Remove tests which no longer apply #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -2094 lines) Patch
M LayoutTests/StaleTestExpectations View 1 1 chunk +0 lines, -1 line 0 comments Download
D LayoutTests/fast/notifications/notification-after-close.html View 1 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/fast/notifications/notification-after-close-expected.txt View 1 1 chunk +0 lines, -2 lines 0 comments Download
D LayoutTests/fast/notifications/notification-exceptions.html View 1 1 chunk +0 lines, -16 lines 0 comments Download
D LayoutTests/fast/notifications/notification-exceptions-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-cancel-request-permission.html View 1 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-cancel-request-permission-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-check-permission.html View 1 1 chunk +0 lines, -48 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-check-permission-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-click-event.html View 1 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-click-event-expected.txt View 1 1 chunk +0 lines, -8 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-click-event-focus.html View 1 1 chunk +0 lines, -51 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-click-event-focus-expected.txt View 1 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-display-close-events.html View 1 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-display-close-events-expected.txt View 1 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-document-close-crash.html View 1 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-document-close-crash-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
D LayoutTests/fast/notifications/notifications-event-stop-propagation.html-disabled View 1 1 chunk +0 lines, -38 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-event-stop-propagation-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-leak-document.html View 1 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-leak-document-expected.txt View 1 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-multi-events.html-disabled View 1 1 chunk +0 lines, -40 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-multi-events-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-no-icon.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-no-icon-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-replace.html View 1 1 chunk +0 lines, -41 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-replace-expected.txt View 1 1 chunk +0 lines, -7 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-rtl.html View 1 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-rtl-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-sandbox-permission.html View 1 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-sandbox-permission-expected.txt View 1 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-window-close-crash.html View 1 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-window-close-crash-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
D LayoutTests/fast/notifications/notifications-with-permission.html View 1 1 chunk +0 lines, -40 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-with-permission-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-without-permission.html View 1 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/fast/notifications/notifications-without-permission-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
D LayoutTests/fast/notifications/resources/notification-show.html View 1 1 chunk +0 lines, -5 lines 0 comments Download
D LayoutTests/fast/notifications/resources/notifications-cancel-request-permission.html View 1 1 chunk +0 lines, -28 lines 0 comments Download
D LayoutTests/fast/notifications/resources/notifications-iframe.html View 1 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/platform/android/fast/notifications/notifications-cancel-request-permission-expected.txt View 1 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/events/EventTargetFactory.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/modules.gypi View 3 chunks +1 line, -14 lines 0 comments Download
D Source/modules/notifications/DOMWindowNotifications.h View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/modules/notifications/DOMWindowNotifications.cpp View 1 chunk +0 lines, -107 lines 0 comments Download
M Source/modules/notifications/Notification.h View 4 chunks +70 lines, -9 lines 0 comments Download
M Source/modules/notifications/Notification.cpp View 7 chunks +104 lines, -8 lines 1 comment Download
D Source/modules/notifications/NotificationBase.h View 1 chunk +0 lines, -122 lines 0 comments Download
D Source/modules/notifications/NotificationBase.cpp View 1 chunk +0 lines, -154 lines 0 comments Download
D Source/modules/notifications/NotificationCenter.h View 1 chunk +0 lines, -113 lines 0 comments Download
D Source/modules/notifications/NotificationCenter.cpp View 1 chunk +0 lines, -144 lines 0 comments Download
D Source/modules/notifications/NotificationCenter.idl View 1 chunk +0 lines, -43 lines 0 comments Download
M Source/modules/notifications/NotificationClient.h View 2 chunks +4 lines, -7 lines 0 comments Download
D Source/modules/notifications/WebKitNotification.h View 1 chunk +0 lines, -78 lines 0 comments Download
D Source/modules/notifications/WebKitNotification.cpp View 1 chunk +0 lines, -83 lines 0 comments Download
D Source/modules/notifications/WebKitNotification.idl View 1 chunk +0 lines, -48 lines 0 comments Download
D Source/modules/notifications/WindowNotifications.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D Source/modules/notifications/WorkerGlobalScopeNotifications.h View 1 chunk +0 lines, -62 lines 0 comments Download
D Source/modules/notifications/WorkerGlobalScopeNotifications.cpp View 1 chunk +0 lines, -77 lines 0 comments Download
D Source/modules/notifications/WorkerGlobalScopeNotifications.idl View 1 chunk +0 lines, -32 lines 0 comments Download
M Source/web/NotificationPresenterImpl.h View 1 chunk +3 lines, -6 lines 0 comments Download
M Source/web/NotificationPresenterImpl.cpp View 4 chunks +8 lines, -37 lines 0 comments Download
M Source/web/WebNotification.cpp View 3 chunks +6 lines, -6 lines 1 comment Download
M public/web/WebNotification.h View 2 chunks +4 lines, -4 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Peter Beverloo
Still need one additional approval in the Intent to Remove thread, please hold off with ...
6 years, 9 months ago (2014-02-28 17:24:51 UTC) #1
abarth-chromium
Code change LGTM. Please wait for the blink-dev thread to converge before landing. https://codereview.chromium.org/184733002/diff/20001/Source/modules/notifications/Notification.cpp File ...
6 years, 9 months ago (2014-03-01 06:23:49 UTC) #2
Peter Beverloo
Thanks for the comments Adam! I'll do a complete run-through of the Blink code after ...
6 years, 9 months ago (2014-03-04 18:41:58 UTC) #3
Peter Beverloo
The CQ bit was checked by peter@chromium.org
6 years, 9 months ago (2014-03-04 18:42:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peter@chromium.org/184733002/20001
6 years, 9 months ago (2014-03-04 18:43:32 UTC) #5
Andrew T Wilson (Slow)
BTW, not reviewing the actual code here since I'm distant enough from the Blink codebase ...
6 years, 9 months ago (2014-03-04 21:43:10 UTC) #6
commit-bot: I haz the power
Change committed as 168471
6 years, 9 months ago (2014-03-05 12:09:00 UTC) #7
Peter Beverloo
6 years, 9 months ago (2014-03-05 15:39:59 UTC) #8
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/187323005/ by peter@chromium.org.

The reason for reverting is: Broke interactive_ui_tests and browser_tests, as
pointed out by cbiesinger.

http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests/builds/35005.

Powered by Google App Engine
This is Rietveld 408576698