summaryrefslogtreecommitdiffstats
path: root/content/renderer/notification_permission_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove user_gesture bit from Mojo PermissionService methods.mlamouri2016-02-191-2/+0
* Delete WebKit/public/web/WebSecurityOrigin.h.mek2016-02-041-1/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-4/+4
* Update notification code to use std::move() instead of .Pass()peter2015-12-111-1/+4
* Stop using base::IDMap in the NotificationPermissionDispatcherpeter2015-11-241-14/+13
* Remove ServiceRegistry::ConnectToRemoteService that takes an InterfacePtr<>.amistry2015-05-251-1/+1
* PermissionService::RequestPermission returns the new permission status.mlamouri2015-03-051-6/+12
* Mechanical change for updating the paths to Notification Blink API files.peter2015-02-051-1/+1
* Fix permissions service logic to pass user_gesture for bubbles.timvolodine2014-12-191-0/+2
* Use Mojo Permission Service when requesting Notifications permission.mlamouri2014-11-251-17/+24
* Refactor Web Notification permission requests.peter@chromium.org2014-07-291-0/+52