[Webkit-unassigned] [Bug 128169] [SOUP] Remove custom URI schemes implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 03:19:53 PDT 2014


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


Pascal Jacquemart <p.jacquemart at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #239544|0                           |1
        is obsolete|                            |
 Attachment #239614|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Pascal Jacquemart <p.jacquemart at samsung.com>  2014-10-10 03:19:45 PST ---
Created an attachment (id=239614)
 --> (https://bugs.webkit.org/attachment.cgi?id=239614&action=review)
Remove custom URI schemes implementation

At least I am glad to see that all ports can now compile with this CUSTOM_PROTOCOLS flag removal
This patch removes old custom URI schemes implementation, still keeping the CUSTOM_PROTOCOLS flag

The policy applied is as follow:
#if USE(SOUP) && !ENABLE(CUSTOM_PROTOCOLS) -> Remove
#if !ENABLE(CUSTOM_PROTOCOLS) inside a soup related file -> Remove
#if USE(SOUP) && ENABLE(CUSTOM_PROTOCOLS) -> Keep
#if ENABLE(CUSTOM_PROTOCOLS) -> keep

-- 
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