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

Issue 513273003: Drop NaCl support for posting stdout/stderr to JS. (Closed)

Created:
6 years, 3 months ago by teravest
Modified:
6 years, 3 months ago
Reviewers:
Mark Seaborn, jpmedley, binji, JF
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, raymes+watch_chromium.org, teravest+watch_chromium.org, nfullagar1, piman+watch_chromium.org, native-client-reviews_googlegroups.com, noelallen1, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Drop NaCl support for posting stdout/stderr to JS. After sending an email to the native-client-discuss list, it was determined that this feature for redirecting stdout and stderr to JavaScript isn't very useful. This drops support for that feature; a follow up change to the NaCl repository will remove support there (and the SRPC message). BUG=406558 Committed: https://crrev.com/6993b87a3ec9f5af3741acbb3bc53a73b0dd6a23 Cr-Commit-Position: refs/heads/master@{#293224}

Patch Set 1 #

Patch Set 2 : Remove documentation #

Total comments: 4

Patch Set 3 : Generate docs #

Patch Set 4 : Back out documentation changes. #

Messages

Total messages: 24 (3 generated)
teravest
teravest@chromium.org changed reviewers: + mseaborn@chromium.org
6 years, 3 months ago (2014-08-28 20:45:55 UTC) #1
teravest
6 years, 3 months ago (2014-08-28 20:45:55 UTC) #2
Mark Seaborn
LGTM Will you also remove the documentation for this feature from the docs in native_client_sdk?
6 years, 3 months ago (2014-08-28 21:05:02 UTC) #3
teravest
Sure, I can do that before submitting this. On Thu, Aug 28, 2014 at 3:05 ...
6 years, 3 months ago (2014-08-28 21:09:11 UTC) #4
teravest
Sure, I can do that before submitting this. On Thu, Aug 28, 2014 at 3:05 ...
6 years, 3 months ago (2014-08-28 21:09:11 UTC) #5
teravest
+binji for native_client_sdk I may as well make the documentation update in the same change ...
6 years, 3 months ago (2014-09-03 15:11:05 UTC) #7
Mark Seaborn
https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst File native_client_sdk/src/doc/devguide/devcycle/debugging.rst (left): https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst#oldcode117 native_client_sdk/src/doc/devguide/devcycle/debugging.rst:117: Redirecting output to the JavaScript console The generated HTML ...
6 years, 3 months ago (2014-09-03 15:16:39 UTC) #8
JF
Adding Joe to the review. https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst File native_client_sdk/src/doc/devguide/devcycle/debugging.rst (right): https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst#newcode71 native_client_sdk/src/doc/devguide/devcycle/debugging.rst:71: JavaScript `console </devtools/docs/console-api>`_ in ...
6 years, 3 months ago (2014-09-03 15:22:06 UTC) #10
jpmedley
Run make chromesite_rst. Otherwise LGTM.
6 years, 3 months ago (2014-09-03 15:31:10 UTC) #11
teravest
I ran "make chromesite_rst" to generate some documentation. I found that some other files were ...
6 years, 3 months ago (2014-09-03 16:56:49 UTC) #12
teravest
https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst File native_client_sdk/src/doc/devguide/devcycle/debugging.rst (right): https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst#newcode71 native_client_sdk/src/doc/devguide/devcycle/debugging.rst:71: JavaScript `console </devtools/docs/console-api>`_ in Chrome's Developer Tools. On 2014/09/03 ...
6 years, 3 months ago (2014-09-03 16:58:32 UTC) #13
JF
https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst File native_client_sdk/src/doc/devguide/devcycle/debugging.rst (right): https://codereview.chromium.org/513273003/diff/20001/native_client_sdk/src/doc/devguide/devcycle/debugging.rst#newcode71 native_client_sdk/src/doc/devguide/devcycle/debugging.rst:71: JavaScript `console </devtools/docs/console-api>`_ in Chrome's Developer Tools. On 2014/09/03 ...
6 years, 3 months ago (2014-09-03 17:03:01 UTC) #14
Mark Seaborn
On 3 September 2014 10:03, <jfb@chromium.org> wrote: > > https://codereview.chromium.org/513273003/diff/20001/ > native_client_sdk/src/doc/devguide/devcycle/debugging.rst > File native_client_sdk/src/doc/devguide/devcycle/debugging.rst ...
6 years, 3 months ago (2014-09-03 17:08:54 UTC) #15
Mark Seaborn
On 3 September 2014 10:03, <jfb@chromium.org> wrote: > > https://codereview.chromium.org/513273003/diff/20001/ > native_client_sdk/src/doc/devguide/devcycle/debugging.rst > File native_client_sdk/src/doc/devguide/devcycle/debugging.rst ...
6 years, 3 months ago (2014-09-03 17:08:54 UTC) #16
teravest
I've removed the documentation changes from this issue. Since I was having issues with generating ...
6 years, 3 months ago (2014-09-03 18:14:19 UTC) #17
JF
> > JF, > I'll write a (short) example and add some PostMessage documentation in ...
6 years, 3 months ago (2014-09-03 18:27:56 UTC) #18
JF
> > JF, > I'll write a (short) example and add some PostMessage documentation in ...
6 years, 3 months ago (2014-09-03 18:27:56 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/513273003/60001
6 years, 3 months ago (2014-09-03 19:10:56 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-09-03 21:22:47 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 51bd89c05804633cda2ec7b229b4c75b4585635c
6 years, 3 months ago (2014-09-03 23:51:38 UTC) #23
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:28:39 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6993b87a3ec9f5af3741acbb3bc53a73b0dd6a23
Cr-Commit-Position: refs/heads/master@{#293224}

Powered by Google App Engine
This is Rietveld 408576698