| Summary: | Prepare to use WEBCORE_EXPORT on Windows | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||||||||||
| Component: | WebKit Misc. | Assignee: | Alex Christensen <achristensen> | ||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||
| Severity: | Normal | CC: | bfulgham, burg, commit-queue | ||||||||||||
| Priority: | P2 | ||||||||||||||
| Version: | 528+ (Nightly build) | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Bug Depends on: | |||||||||||||||
| Bug Blocks: | 141734 | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Alex Christensen
2015-02-17 18:49:38 PST
Note: check the bindings tests before landing. Created attachment 246784 [details]
Patch
Created attachment 246792 [details]
Patch
Created attachment 246799 [details]
Patch
Created attachment 246800 [details]
Patch
Comment on attachment 246800 [details]
Patch
This patch seems fine, but may tend to expose more symbols than strictly necessary since we are now marking the entire class for export, rather than just specific functions.
The maintenance benefit from this approach probably far outweighs any negatives, though.
Comment on attachment 246800 [details] Patch Rejecting attachment 246800 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 246800, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: WebCore/platform/network/BlobDataFileReference.h patching file Source/WebCore/platform/network/BlobRegistry.h patching file Source/WebCore/platform/network/BlobRegistryImpl.h patching file Source/WebCore/platform/sql/SQLiteDatabase.h patching file Source/WebCore/rendering/ScrollBehavior.h patching file Source/WebCore/rendering/break_lines.h Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Brent Fulgham']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/4612572569403392 Created attachment 246842 [details]
Patch
Comment on attachment 246842 [details]
Patch
r=me
Comment on attachment 246842 [details] Patch Clearing flags on attachment: 246842 Committed r180301: <http://trac.webkit.org/changeset/180301> All reviewed patches have been landed. Closing bug. |