Bug 108026

Summary: [WK2] Fix location of sandbox profiles in built products
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix sam: review+, webkit.review.bot: commit-queue-

Description Alexey Proskuryakov 2013-01-26 23:48:30 PST
WebProcess profile was going into WebKit2 framework resources, into WebProcess and into two WebContent services. SharedWorker profile wasn't going anywhere.

They are only needed in WebKit2 framework AFAICT.
Comment 1 Alexey Proskuryakov 2013-01-26 23:50:33 PST
Created attachment 184901 [details]
proposed fix
Comment 2 WebKit Review Bot 2013-01-27 20:44:55 PST
Comment on attachment 184901 [details]
proposed fix

Rejecting attachment 184901 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 184901, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
.
Hunk #5 succeeded at 5621 (offset 172 lines).
Hunk #6 succeeded at 5640 (offset 172 lines).
Hunk #7 succeeded at 5648 (offset 172 lines).
Hunk #8 succeeded at 5690 (offset 193 lines).
Hunk #9 FAILED at 6795.
Hunk #10 FAILED at 6804.
3 out of 10 hunks FAILED -- saving rejects to file Source/WebKit2/WebKit2.xcodeproj/project.pbxproj.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Sam Weinig']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/16146696
Comment 3 Alexey Proskuryakov 2013-01-27 21:03:51 PST
Committed <http://trac.webkit.org/r140940>.