Bug 54481

Summary: Add NPP_GetSitesWithData and NPP_URLRedirectNotify to the NPAPI headers
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Anders Carlsson
Reported 2011-02-15 11:53:13 PST
Add NPP_GetSitesWithData and NPP_URLRedirectNotify to the NPAPI headers
Attachments
Patch (9.59 KB, patch)
2011-02-15 11:57 PST, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2011-02-15 11:57:06 PST
WebKit Review Bot
Comment 2 2011-02-15 11:58:35 PST
Attachment 82493 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/bridge/nptypes.h:39: #ifndef header guard has wrong style, please use: WTF_nptypes_h [build/header_guard] [5] Source/WebCore/bridge/nptypes.h:56: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/bridge/nptypes.h:57: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/bridge/nptypes.h:57: uint64_t is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/bridge/nptypes.h:82: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/bridge/nptypes.h:82: uint64_t is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/bridge/npapi.h:241: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/bridge/npapi.h:242: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebCore/bridge/npapi.h:825: The parameter name "direction" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/bridge/npapi.h:825: Extra space between NPBool and NP_LOADDS [whitespace/declaration] [3] Source/WebCore/bridge/npapi.h:826: Extra space between void and NP_LOADDS [whitespace/declaration] [3] Source/WebCore/bridge/npapi.h:827: Extra space between void and NP_LOADDS [whitespace/declaration] [3] Source/WebCore/bridge/npapi.h:829: Extra space between char** and NP_LOADDS [whitespace/declaration] [3] Total errors found: 13 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 3 2011-02-15 12:18:56 PST
Comment on attachment 82493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82493&action=review >> Source/WebCore/bridge/npapi.h:241 >> + NPFocusNext = 0, > > Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Need to tell the style bot this file is not in our style.
Anders Carlsson
Comment 4 2011-02-15 12:51:01 PST
Note You need to log in before you can comment on or make changes to this bug.