Bug 31312

Summary: Decouple authentication panel callbacks from ResourceHandle
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch mitz: review+

Description Alexey Proskuryakov 2009-11-10 14:03:39 PST
SocketStream also wants to ask the user about credentials. For now, it's just proxy credentials.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2009-11-10 14:11:57 PST
Created attachment 42893 [details]
proposed patch
Comment 2 mitz 2009-11-10 14:25:20 PST
Comment on attachment 42893 [details]
proposed patch

> + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
> + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
> + */
> +#ifndef AuthenticationClient_h
> +#define AuthenticationClient_h

There should be an empty line before the #ifndef. Also, this is not the latest version of the license Apple uses (see <http://webkit.org/coding/bsd-license.html> and <http://trac.webkit.org/browser/trunk/WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.h> for a comment-formatted version).

r=me
Comment 3 Alexey Proskuryakov 2009-11-10 14:39:23 PST
Committed <http://trac.webkit.org/changeset/50772>.