Summary: | Decouple authentication panel callbacks from ResourceHandle | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||
Component: | Platform | Assignee: | Alexey Proskuryakov <ap> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Alexey Proskuryakov
2009-11-10 14:03:39 PST
Created attachment 42893 [details]
proposed patch
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 Committed <http://trac.webkit.org/changeset/50772>. |