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

Issue 1115553002: Removing blink::prefix (Closed)

Created:
5 years, 7 months ago by a.berwal
Modified:
5 years, 7 months ago
Reviewers:
haraken, tkent
CC:
blink-reviews, shans, dshwang, fs, dcheng, apavlov+blink_chromium.org, Steve Block, rwlbuis, Yoav Weiss, aandrey+blink_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, Timothy Loh, Justin Novosad, dstockwell, dglazkov+blink, Rik, gavinp+loader_chromium.org, Eric Willigers, nessy, rjwright, blink-reviews-style_chromium.org, philipj_slow, feature-media-reviews_chromium.org, eric.carlson_apple.com, darktears, Nate Chapin, vcarbune.chromium, tyoshino+watch_chromium.org, blink-reviews-animation_chromium.org, gasubic, Mike Lawther (Google), ed+blinkwatch_opera.com, groby+blinkspell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Removing blink::prefix Removing blink::prefix in Source/core/ wherever it is not needed. BUG=477256 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194648

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -372 lines) Patch
M Source/core/animation/AnimationStack.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationTimeline.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/CompositorAnimationsTest.cpp View 13 chunks +19 lines, -19 lines 0 comments Download
M Source/core/animation/Keyframe.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/LengthStyleInterpolation.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/StringKeyframe.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/clipboard/DataObject.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/clipboard/DataObjectItem.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/clipboard/Pasteboard.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/clipboard/Pasteboard.cpp View 1 4 chunks +14 lines, -14 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 3 chunks +37 lines, -36 lines 0 comments Download
M Source/core/css/FontFaceSet.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/LocalFontFaceSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RemoteFontFaceSource.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/StyleRuleKeyframe.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/Editor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditorCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/events/ApplicationCacheErrorEvent.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/events/ApplicationCacheErrorEvent.cpp View 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/fetch/FontResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ImageResourceTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/MemoryCache.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/MemoryCacheTest.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/fetch/MockImageResourceClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/Resource.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/fetch/ResourceLoader.h View 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/fetch/ResourceLoader.cpp View 14 chunks +21 lines, -21 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/NavigatorCPU.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/PinchViewport.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/frame/PinchViewport.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLDetailsElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 10 chunks +17 lines, -17 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/html/HTMLMediaSource.h View 2 chunks +2 lines, -5 lines 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CHROMIUMValuebuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CHROMIUMValuebuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/ContextAttributeHelpers.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/ContextAttributeHelpers.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContext.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContextBase.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGL2RenderingContextBase.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLBuffer.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLContextGroup.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextGroup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLContextObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLDrawBuffers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLFramebuffer.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/canvas/WebGLFramebuffer.cpp View 7 chunks +14 lines, -14 lines 0 comments Download
M Source/core/html/canvas/WebGLObject.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLObject.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLProgram.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLProgram.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/canvas/WebGLQuery.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLQuery.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLRenderbuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderbuffer.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 1 14 chunks +18 lines, -18 lines 0 comments Download
M Source/core/html/canvas/WebGLSampler.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSampler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLShader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLShader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLSharedObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSharedObject.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSync.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLSync.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLTexture.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLTexture.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLTransformFeedback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLTransformFeedback.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/WebGLVertexArrayObjectOES.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/CheckboxInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/EmailInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/RadioInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/ResetInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/SubmitInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/URLInputType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLParserThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/HTMLParserThread.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLResourcePreloader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLScriptRunner.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/shadow/DateTimeFieldElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/InbandTextTrack.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/html/track/TrackBase.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/track/TrackBase.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/track/TrackListBase.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/track/VideoTrack.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/track/VideoTrackList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/VideoTrackList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
a.berwal
PTAL for Source/core/*
5 years, 7 months ago (2015-04-29 04:02:53 UTC) #2
haraken
LGTM
5 years, 7 months ago (2015-04-29 04:29:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1115553002/1
5 years, 7 months ago (2015-04-29 04:31:39 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/43339) mac_blink_rel on tryserver.blink (JOB_FAILED, ...
5 years, 7 months ago (2015-04-29 04:35:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1115553002/20001
5 years, 7 months ago (2015-04-29 08:53:18 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 10:06:01 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194648

Powered by Google App Engine
This is Rietveld 408576698