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

Issue 1330113002: Rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState (Closed)

Created:
5 years, 3 months ago by servolk
Modified:
5 years, 3 months ago
Reviewers:
CC:
blink-reviews, mlamouri+watch-blink_chromium.org, feature-media-reviews_chromium.org, dglazkov+blink, philipj_slow, eric.carlson_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState As discussed in https://codereview.chromium.org/1013923002/, we could rename WebSourceBuffer::abort into WebSourceBuffer::resetParserState to avoid confusion that it's not the same thing as SourceBuffer::abort, and just one of the steps of the MSE abort algorithm. BUG=529497

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -16 lines) Patch
A LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-scrolled-content.html View 1 chunk +68 lines, -0 lines 0 comments Download
A + LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-scrolled-content-expected.txt View 1 chunk +7 lines, -4 lines 0 comments Download
A LayoutTests/fast/dom/nodesFromRect/resources/child-frame-scrolled.html View 1 chunk +21 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutPart.cpp View 1 chunk +15 lines, -2 lines 0 comments Download
M Source/devtools/front_end/ui/toolbar.css View 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/mediasource/SourceBuffer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M public/platform/WebSourceBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M public/web/WebRemoteFrameClient.h View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698