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

Issue 338523007: Pepper: Whitelist dev channel APIs for some apps. (Closed)

Created:
6 years, 6 months ago by teravest
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, kmixter1
Project:
chromium
Visibility:
Public.

Description

Pepper: Whitelist dev channel APIs for some apps. Some applications need access to dev channel APIs before they will become stable. As written, this change only performs whitelisting for NaCl apps; I don't think we have any need for enabling this in the non-NaCl case. I need to find a good way to test this. BUG=383937 R=dmichael@chromium.org, jln@chromium.org, piman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278645

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 8

Patch Set 3 : fixes for dmichael #

Patch Set 4 : Don't send document URL from renderer. #

Patch Set 5 : Added bug references #

Patch Set 6 : Move some logic to the UI BrowserThread. #

Patch Set 7 : #

Patch Set 8 : better test fix #

Patch Set 9 : gross pnacl hack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -22 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 chunks +27 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.cc View 1 2 3 4 5 6 7 8 2 chunks +70 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -11 lines 0 comments Download
M components/nacl/common/nacl_types.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/plugin_service_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/plugin_service_impl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M content/public/browser/plugin_service.h View 1 chunk +2 lines, -1 line 0 comments Download
A ppapi/thunk/OWNERS View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
teravest
6 years, 6 months ago (2014-06-13 20:02:22 UTC) #1
teravest
6 years, 6 months ago (2014-06-13 20:02:24 UTC) #2
dmichael (off chromium)
lgtm https://codereview.chromium.org/338523007/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/338523007/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode282 chrome/browser/chrome_content_browser_client.cc:282: "4EB74897CB187C7633357C2FE832E0AD6A44883A" // see crbug.com/234789 I think you might ...
6 years, 6 months ago (2014-06-13 21:07:26 UTC) #3
teravest
Thanks for the quick review! https://codereview.chromium.org/338523007/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/338523007/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode282 chrome/browser/chrome_content_browser_client.cc:282: "4EB74897CB187C7633357C2FE832E0AD6A44883A" // see crbug.com/234789 ...
6 years, 6 months ago (2014-06-13 21:13:00 UTC) #4
teravest
+jln for components/nacl/common/nacl_host_messages.h +piman for content/
6 years, 6 months ago (2014-06-13 21:14:05 UTC) #5
piman
o.O
6 years, 6 months ago (2014-06-13 21:15:27 UTC) #6
teravest
Antoine, I've altered this change to get the document URL on the browser side instead ...
6 years, 6 months ago (2014-06-16 17:33:24 UTC) #7
piman
On 2014/06/16 17:33:24, teravest wrote: > Antoine, > > I've altered this change to get ...
6 years, 6 months ago (2014-06-16 19:29:14 UTC) #8
teravest
Julien, If you're busy, do you have any suggestions for anyone else who can look ...
6 years, 6 months ago (2014-06-17 19:24:12 UTC) #9
teravest
ccing joshwoodward
6 years, 6 months ago (2014-06-18 02:32:58 UTC) #10
jln (very slow on Chromium)
Adding felt@ and meacer@. Adrienne, Mustafa, are you familiar with these APIs and what they ...
6 years, 6 months ago (2014-06-19 00:58:20 UTC) #11
felt
On 2014/06/19 00:58:20, jln wrote: > Adding felt@ and meacer@. Adrienne, Mustafa, are you familiar ...
6 years, 6 months ago (2014-06-19 01:24:37 UTC) #12
jschuh
On 2014/06/19 01:24:37, felt wrote: > Regardless, I recommend that the whitelisting should be limited ...
6 years, 6 months ago (2014-06-19 08:52:52 UTC) #13
joshwoodward1
So should @teravest narrow his CL to just cover the 3 dev APIs covered in ...
6 years, 6 months ago (2014-06-19 08:57:29 UTC) #14
jschuh
On 2014/06/19 08:57:29, joshwoodward1 wrote: > So should @teravest narrow his CL to just cover ...
6 years, 6 months ago (2014-06-19 09:06:35 UTC) #15
teravest
On 2014/06/19 00:58:20, jln wrote: > Adding felt@ and meacer@. Adrienne, Mustafa, are you familiar ...
6 years, 6 months ago (2014-06-19 14:12:04 UTC) #16
teravest
On 2014/06/19 01:24:37, felt wrote: > On 2014/06/19 00:58:20, jln wrote: > > Adding felt@ ...
6 years, 6 months ago (2014-06-19 14:24:42 UTC) #17
teravest
After doing some investigation today, we don't have many dev channel APIs with an implementation ...
6 years, 6 months ago (2014-06-19 17:07:09 UTC) #18
dmichael (off chromium)
On Thu, Jun 19, 2014 at 11:07 AM, <teravest@chromium.org> wrote: > After doing some investigation ...
6 years, 6 months ago (2014-06-19 18:03:02 UTC) #19
jln (very slow on Chromium)
On 2014/06/19 09:06:35, Justin Schuh wrote: > On 2014/06/19 08:57:29, joshwoodward1 wrote: > > So ...
6 years, 6 months ago (2014-06-19 18:22:52 UTC) #20
jln (very slow on Chromium)
On 2014/06/19 18:03:02, dmichael wrote: > On Thu, Jun 19, 2014 at 11:07 AM, <mailto:teravest@chromium.org> ...
6 years, 6 months ago (2014-06-19 18:29:17 UTC) #21
teravest
On 2014/06/19 18:29:17, jln wrote: > On 2014/06/19 18:03:02, dmichael wrote: > > On Thu, ...
6 years, 6 months ago (2014-06-19 19:53:38 UTC) #22
piman
lgtm if Justin/Julien are ok with this.
6 years, 6 months ago (2014-06-19 20:06:02 UTC) #23
jln (very slow on Chromium)
On 2014/06/19 19:53:38, teravest wrote: > On 2014/06/19 18:29:17, jln wrote: > > On 2014/06/19 ...
6 years, 6 months ago (2014-06-19 22:27:56 UTC) #24
igorc
The CQ bit was checked by igorc@chromium.org
6 years, 6 months ago (2014-06-20 05:18:40 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/338523007/160001
6 years, 6 months ago (2014-06-20 05:19:58 UTC) #26
hamaji
6 years, 6 months ago (2014-06-20 07:51:54 UTC) #27
Message was sent while issue was closed.
Committed patchset #9 manually as r278645 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698