Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Issue 8525014: Get all the resources relative to a single base. Currently the same base (Closed)

Created:
9 years, 1 month ago by sehr (please use chromium)
Modified:
9 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Get all the resources relative to a single base. Currently the same base URL used for the link resources. In the future that base will be the pnacl manifest file. BUG= none TEST= none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109659

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -149 lines) Patch
M ppapi/native_client/src/trusted/plugin/manifest.h View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/manifest.cc View 1 2 3 2 chunks +0 lines, -67 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.h View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 2 chunks +5 lines, -34 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h View 3 chunks +2 lines, -4 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc View 1 4 chunks +25 lines, -21 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.cc View 1 2 2 chunks +13 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sehr (please use chromium)
9 years, 1 month ago (2011-11-10 23:57:36 UTC) #1
sehr (please use chromium)
On 2011/11/10 23:57:36, sehr wrote: Corrected the incorrect removal of crtbegin.o/crtend.o. PTAL.
9 years, 1 month ago (2011-11-11 00:39:00 UTC) #2
jvoung - send to chromium...
http://codereview.chromium.org/8525014/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (left): http://codereview.chromium.org/8525014/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc#oldcode1613 ppapi/native_client/src/trusted/plugin/plugin.cc:1613: if (SelectLLCURLFromManifest(&llc_url, &error_info) && Should SelectLLCURLFromManifest (and for LD) ...
9 years, 1 month ago (2011-11-11 00:40:57 UTC) #3
sehr (please use chromium)
Thanks for the review. PTAL. http://codereview.chromium.org/8525014/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (left): http://codereview.chromium.org/8525014/diff/1/ppapi/native_client/src/trusted/plugin/plugin.cc#oldcode1613 ppapi/native_client/src/trusted/plugin/plugin.cc:1613: if (SelectLLCURLFromManifest(&llc_url, &error_info) && ...
9 years, 1 month ago (2011-11-11 01:01:18 UTC) #4
jvoung - send to chromium...
http://codereview.chromium.org/8525014/diff/1006/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (right): http://codereview.chromium.org/8525014/diff/1006/ppapi/native_client/src/trusted/plugin/plugin.cc#newcode1709 ppapi/native_client/src/trusted/plugin/plugin.cc:1709: return manifest_->GetLLCURL(result, error_info); Sorry, there's also manifest_->GetLLCURL and kPnaclLlcKey, ...
9 years, 1 month ago (2011-11-11 01:11:22 UTC) #5
sehr (please use chromium)
Thanks again. Sorry for the oversights. PTAL. http://codereview.chromium.org/8525014/diff/1006/ppapi/native_client/src/trusted/plugin/plugin.cc File ppapi/native_client/src/trusted/plugin/plugin.cc (right): http://codereview.chromium.org/8525014/diff/1006/ppapi/native_client/src/trusted/plugin/plugin.cc#newcode1709 ppapi/native_client/src/trusted/plugin/plugin.cc:1709: return manifest_->GetLLCURL(result, ...
9 years, 1 month ago (2011-11-11 15:55:31 UTC) #6
jvoung - send to chromium...
lgtm
9 years, 1 month ago (2011-11-11 18:01:21 UTC) #7
sehr (please use chromium)
9 years, 1 month ago (2011-11-11 18:51:17 UTC) #8
On 2011/11/11 18:01:21, jvoung wrote:
> lgtm

Thanks.  r109659.

Powered by Google App Engine
This is Rietveld 408576698