Bug 108026 - [WK2] Fix location of sandbox profiles in built products
Summary: [WK2] Fix location of sandbox profiles in built products
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-26 23:48 PST by Alexey Proskuryakov
Modified: 2013-01-27 21:03 PST (History)
3 users (show)

See Also:


Attachments
proposed fix (6.98 KB, patch)
2013-01-26 23:50 PST, Alexey Proskuryakov
sam: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.