Add ability to load pnacl resources from DIR_PNACL_COMPONENT.
Currently hidden behind a flag --enable-pnacl.
This currently reuses the manifest-system of resolving URLs.
Much of that can be simplified later on.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365
TEST=
(1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update
(2) wait a while for it to download pnacl
(3) surf to a pnacl webpage
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151303
This depends on: http://codereview.chromium.org/10662006/ (so ignore the changes in the patch except for the ones ...
8 years, 5 months ago
(2012-06-27 19:51:27 UTC)
#1
This depends on:
http://codereview.chromium.org/10662006/
(so ignore the changes in the patch except for the ones under
src/trusted/plugin/)
This is sort of the least-surgery-required approach, but I'm sure a bunch of the
indirection through the manifest could be cut... if we can get the
reverse-service interface to not use a manifest... Or, I guess we can keep the
manifest stuff and do it this way too.
jvoung (off chromium)
Okay, should work again -- PTAL
8 years, 4 months ago
(2012-08-06 20:53:12 UTC)
#2
Okay, should work again -- PTAL
jvoung (off chromium)
On 2012/08/06 20:53:12, jvoung (chromium) wrote: > Okay, should work again -- PTAL err... hold ...
8 years, 4 months ago
(2012-08-06 20:57:09 UTC)
#3
On 2012/08/06 20:53:12, jvoung (chromium) wrote:
> Okay, should work again -- PTAL
err... hold on -- I think there is one more patch for windows support.
jvoung (off chromium)
On 2012/08/06 20:57:09, jvoung (chromium) wrote: > On 2012/08/06 20:53:12, jvoung (chromium) wrote: > > ...
8 years, 4 months ago
(2012-08-06 23:38:50 UTC)
#4
On 2012/08/06 20:57:09, jvoung (chromium) wrote:
> On 2012/08/06 20:53:12, jvoung (chromium) wrote:
> > Okay, should work again -- PTAL
>
> err... hold on -- I think there is one more patch for windows support.
ok whew -- windows tryjob is now green. PTAL
jvoung (off chromium)
On 2012/08/06 23:38:50, jvoung (chromium) wrote: > On 2012/08/06 20:57:09, jvoung (chromium) wrote: > > ...
8 years, 4 months ago
(2012-08-08 21:06:07 UTC)
#5
On 2012/08/06 23:38:50, jvoung (chromium) wrote:
> On 2012/08/06 20:57:09, jvoung (chromium) wrote:
> > On 2012/08/06 20:53:12, jvoung (chromium) wrote:
> > > Okay, should work again -- PTAL
> >
> > err... hold on -- I think there is one more patch for windows support.
>
> ok whew -- windows tryjob is now green. PTAL
+robertm -- if you have any feedback too
robertm
http://codereview.chromium.org/10689012/diff/33003/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc File ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc (right): http://codereview.chromium.org/10689012/diff/33003/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc#newcode39 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc:39: explicit PnaclManifest(const pp::URLUtil_Dev* url_util, now that the constructor has ...
8 years, 4 months ago
(2012-08-08 21:51:11 UTC)
#6
Issue 10689012: Add ability to load pnacl resources from DIR_PNACL_COMPONENT.
(Closed)
Created 8 years, 5 months ago by jvoung (off chromium)
Modified 8 years, 4 months ago
Reviewers: Derek Schuff, sehr (please use chromium), Robert Muth (chromium), robertm, jvoung - send to chromium...
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 14