Bug 107879 - Move Authentication and Downloads from WebProcess to Shared
Summary: Move Authentication and Downloads from WebProcess to Shared
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 16:43 PST by Brady Eidson
Modified: 2013-01-25 10:40 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (217.96 KB, patch)
2013-01-24 16:53 PST, Brady Eidson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2013-01-24 16:43:09 PST
Move Authentication and Downloads from WebProcess to Shared

They're now used in multiple processes (Web, Network, and I'm working on using them in the UIProcess) so they belong in the Shared folder.
Comment 1 Brady Eidson 2013-01-24 16:53:22 PST
Created attachment 184613 [details]
Patch v1

Rubberstampable, hopefully
Comment 2 Brady Eidson 2013-01-24 17:00:42 PST
http://trac.webkit.org/changeset/140752
Comment 3 Ryosuke Niwa 2013-01-24 17:49:42 PST
I think this patch broke Mac builds:

make: *** No rule to make target `AuthenticationManagerMessageReceiver.cpp', needed by `all'.  Stop.
Command /bin/sh failed with exit code 2
Comment 4 Ryosuke Niwa 2013-01-24 17:58:03 PST
(In reply to comment #3)
> I think this patch broke Mac builds:
> 
> make: *** No rule to make target `AuthenticationManagerMessageReceiver.cpp', needed by `all'.  Stop.
> Command /bin/sh failed with exit code 2

Never mind. It seems like this was an issue with my local build files.
Comment 5 Ryosuke Niwa 2013-01-24 18:32:36 PST
Actually, it reproduced. Landed the fix suggested by andersca in http://trac.webkit.org/changeset/140762.
Comment 6 Brady Eidson 2013-01-25 07:55:38 PST
Sorry bout that (Didn't effect my build either, but I see why too!)
Comment 7 Ryosuke Niwa 2013-01-25 10:40:23 PST
(In reply to comment #6)
> Sorry bout that (Didn't effect my build either, but I see why too!)

It worked on bots too so it's either some xcode setting or incremental build thing.