Added XRPresentationContext [chromium/src : master]

瀏覽次數:0 次
跳到第一則未讀訊息

Brandon Jones (Gerrit)

未讀,
2018年1月19日 下午6:01:172018/1/19
收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-...@chromium.org、Stephen White、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara、Justin Novosad

senorblanco@: I'd like you to take a look at this. I'm sure you'll have questions. ;) Feel free to ping me directly for a chat or GVC if needed.

The best documentation at the moment for what we're trying to do with the XRPresentationContext is here: https://github.com/immersive-web/webxr/blob/master/explainer.md#rendering-to-the-page

Patch set 1:Commit-Queue +1

View Change

    To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: master
    Gerrit-MessageType: comment
    Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
    Gerrit-Change-Number: 877182
    Gerrit-PatchSet: 1
    Gerrit-Owner: Brandon Jones <baj...@chromium.org>
    Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
    Gerrit-Reviewer: Stephen White <senor...@chromium.org>
    Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
    Gerrit-CC: Justin Novosad <ju...@chromium.org>
    Gerrit-CC: Kentaro Hara <har...@chromium.org>
    Gerrit-Comment-Date: Fri, 19 Jan 2018 23:01:13 +0000
    Gerrit-HasComments: No
    Gerrit-HasLabels: Yes

    Stephen White (Gerrit)

    未讀,
    2018年1月20日 下午4:17:132018/1/20
    收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-...@chromium.org、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara

    I think Justin would be a better choice. He's much more up to speed on all things <canvas> these days.

    View Change

      To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: master
      Gerrit-MessageType: comment
      Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
      Gerrit-Change-Number: 877182
      Gerrit-PatchSet: 1
      Gerrit-Owner: Brandon Jones <baj...@chromium.org>
      Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
      Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
      Gerrit-Reviewer: Stephen White <senor...@chromium.org>
      Gerrit-CC: Commit Bot <commi...@chromium.org>
      Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-Comment-Date: Sat, 20 Jan 2018 21:17:10 +0000
      Gerrit-HasComments: No
      Gerrit-HasLabels: No

      Stephen White (Gerrit)

      未讀,
      2018年1月20日 下午4:17:132018/1/20
      收件者:Justin Novosad、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-...@chromium.org、Brandon Jones

      Stephen White would like Justin Novosad to review this change.

      View Change

      Added XRPresentationContext

      This rendering context type is effectively a variant of an
      ImageBitmapRenderingContext, but which can only be supplied images
      directly by a XRSession.

      Bug: 670510
      Change-Id: I780d47b873f4295e169d06fe993278067e99178d
      ---
      M third_party/WebKit/Source/bindings/IDLUnionTypes.md
      M third_party/WebKit/Source/bindings/scripts/utilities.py
      M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp
      M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
      M third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.cpp
      M third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.h
      M third_party/WebKit/Source/modules/ModulesInitializer.cpp
      M third_party/WebKit/Source/modules/canvas/BUILD.gn
      M third_party/WebKit/Source/modules/canvas/htmlcanvas/HTMLCanvasElementModule.idl
      M third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContext.cpp
      M third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContext.h
      A third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContextBase.cpp
      A third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContextBase.h
      M third_party/WebKit/Source/modules/modules_idl_files.gni
      M third_party/WebKit/Source/modules/xr/BUILD.gn
      A third_party/WebKit/Source/modules/xr/XRPresentationContext.cpp
      A third_party/WebKit/Source/modules/xr/XRPresentationContext.h
      A third_party/WebKit/Source/modules/xr/XRPresentationContext.idl
      18 files changed, 259 insertions(+), 82 deletions(-)


      To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: chromium/src
      Gerrit-Branch: master
      Gerrit-MessageType: newchange

      Blink WPT Bot (Gerrit)

      未讀,
      2018年1月22日 下午4:09:102018/1/22
      收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara

      Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/w3c/web-platform-tests/pull/9125.

      If this CL lands and Travis CI upstream is green, we will auto-merge the PR.

      Note: Please check the Travis CI status (at the bottom of the PR) before landing this CL and only land this CL if the status is green. Otherwise a human needs to step in and resolve it manually. (This may be automated in the future, see https://crbug.com/711447)

      WPT Export docs:
      https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md#Automatic-export-process

      View Change

        To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: chromium/src
        Gerrit-Branch: master
        Gerrit-MessageType: comment
        Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
        Gerrit-Change-Number: 877182
        Gerrit-PatchSet: 2
        Gerrit-Owner: Brandon Jones <baj...@chromium.org>
        Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
        Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
        Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
        Gerrit-CC: Commit Bot <commi...@chromium.org>
        Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
        Gerrit-CC: Kentaro Hara <har...@chromium.org>
        Gerrit-Comment-Date: Mon, 22 Jan 2018 21:09:09 +0000
        Gerrit-HasComments: No
        Gerrit-HasLabels: No

        Brandon Jones (Gerrit)

        未讀,
        2018年1月22日 下午4:15:032018/1/22
        收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Blink WPT Bot、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara

        Hey Justin! If you could take a look at this I'd appreciate it. I'd like to know if this is a direction you're comfortable with and if you have an suggestions on how to improve it. High level overview of what we're trying to achieve is here: https://github.com/immersive-web/webxr/blob/master/explainer.md#rendering-to-the-page

        Intent is that we want a context that acts more-or-less like a ImageBitmapRenderingContext but cannot be supplied images directly by the user, only from an XRSession. We wanted a separate context type to prevent confusing usage (user calling transferFromImageBitmap, which then gets replaced by the user agent silently) but also to allow us to add new API surface later that may not be appropriate for an ImageBitmapRenderingContext. Feel free to ping me if you'd like to talk it over, happy to do a video chat if that would help.

        View Change

          To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

          Gerrit-Project: chromium/src
          Gerrit-Branch: master
          Gerrit-MessageType: comment
          Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
          Gerrit-Change-Number: 877182
          Gerrit-PatchSet: 2
          Gerrit-Owner: Brandon Jones <baj...@chromium.org>
          Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
          Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
          Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
          Gerrit-CC: Commit Bot <commi...@chromium.org>
          Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
          Gerrit-CC: Kentaro Hara <har...@chromium.org>
          Gerrit-Comment-Date: Mon, 22 Jan 2018 21:15:00 +0000
          Gerrit-HasComments: No
          Gerrit-HasLabels: No

          Brandon Jones (Gerrit)

          未讀,
          2018年1月26日 中午12:48:242018/1/26
          收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Blink WPT Bot、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara

          junov@: Review ping?

          View Change

            To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

            Gerrit-Project: chromium/src
            Gerrit-Branch: master
            Gerrit-MessageType: comment
            Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
            Gerrit-Change-Number: 877182
            Gerrit-PatchSet: 2
            Gerrit-Owner: Brandon Jones <baj...@chromium.org>
            Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
            Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
            Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
            Gerrit-CC: Commit Bot <commi...@chromium.org>
            Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
            Gerrit-CC: Kentaro Hara <har...@chromium.org>
            Gerrit-Comment-Date: Fri, 26 Jan 2018 17:48:21 +0000
            Gerrit-HasComments: No
            Gerrit-HasLabels: No

            Justin Novosad (Gerrit)

            未讀,
            2018年1月26日 晚上11:03:212018/1/26
            收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Blink WPT Bot、Commit Bot、chromium...@chromium.org、Dongseong Hwang、Kentaro Hara

            Patch set 2:Code-Review +1

            View Change

              To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

              Gerrit-Project: chromium/src
              Gerrit-Branch: master
              Gerrit-MessageType: comment
              Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
              Gerrit-Change-Number: 877182
              Gerrit-PatchSet: 2
              Gerrit-Owner: Brandon Jones <baj...@chromium.org>
              Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
              Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
              Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
              Gerrit-CC: Commit Bot <commi...@chromium.org>
              Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
              Gerrit-CC: Kentaro Hara <har...@chromium.org>
              Gerrit-Comment-Date: Sat, 27 Jan 2018 04:03:20 +0000
              Gerrit-HasComments: No
              Gerrit-HasLabels: Yes

              Brandon Jones (Gerrit)

              未讀,
              2018年1月29日 下午4:13:582018/1/29
              收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、Commit Bot、chromium...@chromium.org、Dongseong Hwang

              haraken@: Could you take a quick look at the bindings/ and top level modules/ changes?

              View Change

                To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                Gerrit-Project: chromium/src
                Gerrit-Branch: master
                Gerrit-MessageType: comment
                Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                Gerrit-Change-Number: 877182
                Gerrit-PatchSet: 3
                Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                Gerrit-CC: Commit Bot <commi...@chromium.org>
                Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                Gerrit-Comment-Date: Mon, 29 Jan 2018 21:13:55 +0000
                Gerrit-HasComments: No
                Gerrit-HasLabels: No

                Blink WPT Bot (Gerrit)

                未讀,
                2018年1月29日 下午4:21:292018/1/29
                收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang

                Successfully updated WPT GitHub pull request with new revision "Rebase": https://github.com/w3c/web-platform-tests/pull/9125

                View Change

                  To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                  Gerrit-Project: chromium/src
                  Gerrit-Branch: master
                  Gerrit-MessageType: comment
                  Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                  Gerrit-Change-Number: 877182
                  Gerrit-PatchSet: 3
                  Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                  Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                  Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                  Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                  Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                  Gerrit-Comment-Date: Mon, 29 Jan 2018 21:21:26 +0000
                  Gerrit-HasComments: No
                  Gerrit-HasLabels: No

                  Kentaro Hara (Gerrit)

                  未讀,
                  2018年1月29日 晚上8:33:002018/1/29
                  收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Justin Novosad、Blink WPT Bot、Commit Bot、chromium...@chromium.org、Dongseong Hwang

                  Implementation-wise LGTM

                  Patch set 3:Code-Review +1

                  View Change

                  1 comment:

                  To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                  Gerrit-Project: chromium/src
                  Gerrit-Branch: master
                  Gerrit-MessageType: comment
                  Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                  Gerrit-Change-Number: 877182
                  Gerrit-PatchSet: 3
                  Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                  Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                  Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                  Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                  Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                  Gerrit-CC: Commit Bot <commi...@chromium.org>
                  Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                  Gerrit-Comment-Date: Tue, 30 Jan 2018 01:32:56 +0000
                  Gerrit-HasComments: Yes
                  Gerrit-HasLabels: Yes

                  Brandon Jones (Gerrit)

                  未讀,
                  2018年1月29日 晚上10:15:562018/1/29
                  收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、Commit Bot、chromium...@chromium.org、Dongseong Hwang

                  Patch set 4:Commit-Queue +2

                  View Change

                    To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                    Gerrit-Project: chromium/src
                    Gerrit-Branch: master
                    Gerrit-MessageType: comment
                    Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                    Gerrit-Change-Number: 877182
                    Gerrit-PatchSet: 4
                    Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                    Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                    Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                    Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                    Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                    Gerrit-CC: Commit Bot <commi...@chromium.org>
                    Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                    Gerrit-Comment-Date: Tue, 30 Jan 2018 03:15:54 +0000
                    Gerrit-HasComments: No
                    Gerrit-HasLabels: Yes

                    Commit Bot (Gerrit)

                    未讀,
                    2018年1月29日 晚上10:16:012018/1/29
                    收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、chromium...@chromium.org、Dongseong Hwang

                    CQ is trying the patch.

                    Note: The patchset sent to CQ was uploaded after this CL was approved.
                    "Fixed date" https://chromium-review.googlesource.com/c/877182/4

                    Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/chromium-review.googlesource.com/877182/4

                    Bot data: {"action": "start", "triggered_at": "2018-01-30T03:15:54.0Z", "cq_cfg_revision": "38feaec854d6cc4a453791c47a60fb404960b79f", "revision": "6d8a5e00fd73d0c069f3a8d92241b4d8ca9b2790"}

                    View Change

                      To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                      Gerrit-Project: chromium/src
                      Gerrit-Branch: master
                      Gerrit-MessageType: comment
                      Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                      Gerrit-Change-Number: 877182
                      Gerrit-PatchSet: 4
                      Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                      Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                      Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                      Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                      Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                      Gerrit-CC: Commit Bot <commi...@chromium.org>
                      Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                      Gerrit-Comment-Date: Tue, 30 Jan 2018 03:16:00 +0000
                      Gerrit-HasComments: No
                      Gerrit-HasLabels: No

                      Blink WPT Bot (Gerrit)

                      未讀,
                      2018年1月29日 晚上10:25:052018/1/29
                      收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Commit Bot、chromium...@chromium.org、Dongseong Hwang

                      Successfully updated WPT GitHub pull request with new revision "Fixed date": https://github.com/w3c/web-platform-tests/pull/9125

                      View Change

                        To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                        Gerrit-Project: chromium/src
                        Gerrit-Branch: master
                        Gerrit-MessageType: comment
                        Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                        Gerrit-Change-Number: 877182
                        Gerrit-PatchSet: 4
                        Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                        Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                        Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                        Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                        Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                        Gerrit-CC: Commit Bot <commi...@chromium.org>
                        Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                        Gerrit-Comment-Date: Tue, 30 Jan 2018 03:25:03 +0000
                        Gerrit-HasComments: No
                        Gerrit-HasLabels: No

                        Commit Bot (Gerrit)

                        未讀,
                        2018年1月29日 晚上11:06:482018/1/29
                        收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、chromium...@chromium.org、Dongseong Hwang
                        Try jobs failed on following builders:
                        linux-chromeos-rel on master.tryserver.chromium.chromiumos (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.chromiumos/builders/linux-chromeos-rel/builds/48972)

                        View Change

                          To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                          Gerrit-Project: chromium/src
                          Gerrit-Branch: master
                          Gerrit-MessageType: comment
                          Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                          Gerrit-Change-Number: 877182
                          Gerrit-PatchSet: 4
                          Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                          Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                          Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                          Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                          Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                          Gerrit-CC: Commit Bot <commi...@chromium.org>
                          Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                          Gerrit-Comment-Date: Tue, 30 Jan 2018 04:06:47 +0000
                          Gerrit-HasComments: No
                          Gerrit-HasLabels: No

                          Brandon Jones (Gerrit)

                          未讀,
                          2018年1月29日 晚上11:50:552018/1/29
                          收件者:blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、Commit Bot、chromium...@chromium.org、Dongseong Hwang

                          Patch set 4:Commit-Queue +2

                          View Change

                            To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                            Gerrit-Project: chromium/src
                            Gerrit-Branch: master
                            Gerrit-MessageType: comment
                            Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                            Gerrit-Change-Number: 877182
                            Gerrit-PatchSet: 4
                            Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                            Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                            Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                            Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                            Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                            Gerrit-CC: Commit Bot <commi...@chromium.org>
                            Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                            Gerrit-Comment-Date: Tue, 30 Jan 2018 04:50:52 +0000
                            Gerrit-HasComments: No
                            Gerrit-HasLabels: Yes

                            Commit Bot (Gerrit)

                            未讀,
                            2018年1月29日 晚上11:51:092018/1/29
                            收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、chromium...@chromium.org、Dongseong Hwang

                            CQ is trying the patch.

                            Note: The patchset sent to CQ was uploaded after this CL was approved.
                            "Fixed date" https://chromium-review.googlesource.com/c/877182/4

                            Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/chromium-review.googlesource.com/877182/4

                            Bot data: {"action": "start", "triggered_at": "2018-01-30T04:50:52.0Z", "cq_cfg_revision": "38feaec854d6cc4a453791c47a60fb404960b79f", "revision": "6d8a5e00fd73d0c069f3a8d92241b4d8ca9b2790"}

                            View Change

                              To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                              Gerrit-Project: chromium/src
                              Gerrit-Branch: master
                              Gerrit-MessageType: comment
                              Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                              Gerrit-Change-Number: 877182
                              Gerrit-PatchSet: 4
                              Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                              Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                              Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                              Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                              Gerrit-CC: Commit Bot <commi...@chromium.org>
                              Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                              Gerrit-Comment-Date: Tue, 30 Jan 2018 04:51:07 +0000
                              Gerrit-HasComments: No
                              Gerrit-HasLabels: No

                              Commit Bot (Gerrit)

                              未讀,
                              2018年1月30日 凌晨12:38:492018/1/30
                              收件者:Brandon Jones、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、Blink WPT Bot、chromium...@chromium.org、Dongseong Hwang

                              Commit Bot merged this change.

                              View Change

                              Approvals: Kentaro Hara: Looks good to me Justin Novosad: Looks good to me Brandon Jones: Commit
                              Added XRPresentationContext

                              This rendering context type is effectively a variant of an
                              ImageBitmapRenderingContext, but which can only be supplied images
                              directly by a XRSession.

                              Bug: 670510
                              Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                              Reviewed-on: https://chromium-review.googlesource.com/877182
                              Commit-Queue: Brandon Jones <baj...@chromium.org>
                              Reviewed-by: Kentaro Hara <har...@chromium.org>
                              Reviewed-by: Justin Novosad <ju...@chromium.org>
                              Cr-Commit-Position: refs/heads/master@{#532777}
                              ---
                              M third_party/WebKit/LayoutTests/external/wpt/webxr/interfaces.https-expected.txt
                              M third_party/WebKit/LayoutTests/external/wpt/webxr/resources/webxr_util.js
                              M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

                              M third_party/WebKit/Source/bindings/IDLUnionTypes.md
                              M third_party/WebKit/Source/bindings/scripts/utilities.py
                              M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp
                              M third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
                              M third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.cpp
                              M third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.h
                              M third_party/WebKit/Source/modules/ModulesInitializer.cpp
                              M third_party/WebKit/Source/modules/canvas/BUILD.gn
                              M third_party/WebKit/Source/modules/canvas/htmlcanvas/HTMLCanvasElementModule.idl
                              M third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContext.cpp
                              M third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContext.h
                              A third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContextBase.cpp
                              A third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContextBase.h
                              M third_party/WebKit/Source/modules/modules_idl_files.gni
                              M third_party/WebKit/Source/modules/xr/BUILD.gn
                              A third_party/WebKit/Source/modules/xr/XRPresentationContext.cpp
                              A third_party/WebKit/Source/modules/xr/XRPresentationContext.h
                              A third_party/WebKit/Source/modules/xr/XRPresentationContext.idl
                              21 files changed, 269 insertions(+), 88 deletions(-)


                              To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                              Gerrit-Project: chromium/src
                              Gerrit-Branch: master
                              Gerrit-MessageType: merged
                              Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                              Gerrit-Change-Number: 877182
                              Gerrit-PatchSet: 5
                              Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                              Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                              Gerrit-Reviewer: Commit Bot <commi...@chromium.org>
                              Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                              Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                              Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                              Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>

                              Blink WPT Bot (Gerrit)

                              未讀,
                              2018年1月30日 凌晨1:19:512018/1/30
                              收件者:Brandon Jones、Commit Bot、blink-revie...@chromium.org、blink-rev...@chromium.org、blink-revie...@chromium.org、blink-...@chromium.org、Kentaro Hara、Justin Novosad、chromium...@chromium.org、Dongseong Hwang

                              The WPT PR for this CL has been merged upstream! https://github.com/w3c/web-platform-tests/pull/9125

                              View Change

                                To view, visit change 877182. To unsubscribe, or for help writing mail filters, visit settings.

                                Gerrit-Project: chromium/src
                                Gerrit-Branch: master
                                Gerrit-MessageType: comment
                                Gerrit-Change-Id: I780d47b873f4295e169d06fe993278067e99178d
                                Gerrit-Change-Number: 877182
                                Gerrit-PatchSet: 5
                                Gerrit-Owner: Brandon Jones <baj...@chromium.org>
                                Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
                                Gerrit-Reviewer: Commit Bot <commi...@chromium.org>
                                Gerrit-Reviewer: Justin Novosad <ju...@chromium.org>
                                Gerrit-Reviewer: Kentaro Hara <har...@chromium.org>
                                Gerrit-CC: Blink WPT Bot <blink-w3c-te...@chromium.org>
                                Gerrit-CC: Dongseong Hwang <dongseo...@intel.com>
                                Gerrit-Comment-Date: Tue, 30 Jan 2018 06:19:49 +0000
                                Gerrit-HasComments: No
                                Gerrit-HasLabels: No
                                回覆所有人
                                回覆作者
                                轉寄
                                0 則新訊息