[Webkit-unassigned] [Bug 35846] New: Kill applicationID() (part 1)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 7 14:18:16 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35846

           Summary: Kill applicationID() (part 1)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aa at chromium.org


It turns out we don't need WebDocument::applicationID in Chromium after all, so
remove it and supporting code from the notifications system. Since Chromium
relies on this, it will be done in a couple parts.

First part (this bug):
- Change the signature of WebCore::NotificationPresenter::checkPermission() and
change call sites
- Add the new signature to Chromium's WebKit port, but don't remove the old one
yet.
- Remove the guts of WebDocument::applicationID(), but leave the stub.

Second part:
- Update Chromium call sites to the new methods

Third part:
- Remove the old checkPermission() and applicationID() methods from WebCore and
WebKit

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list