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

Issue 2395513002: reflow a common copyright comment to fit in 80 cols (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
CC:
chromium-reviews, szager+layoutwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, eae+blinkwatch, apavlov+blink_chromium.org, kinuko+watch, rwlbuis, caseq+blink_chromium.org, krit, drott+blinkwatch_chromium.org, mvanouwerkerk+watch_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, Justin Novosad, hongchan, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, jchaffraix+rendering, devtools-reviews_chromium.org, blink-reviews, ajuma+watch-canvas_chromium.org, ajuma+watch_chromium.org, mcasas+watch+mediastream_chromium.org, blink-reviews-style_chromium.org, zoltan1, blink-reviews-layout_chromium.org, sof, jbroman, lushnikov+blink_chromium.org, Raymond Toy, tommyw+watchlist_chromium.org, pdr+graphicswatchlist_chromium.org, timvolodine, darktears, haraken, Stephen Chennney, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, blink-layers+watch_chromium.org, pfeldman+blink_chromium.org, f(malita), danakj+watch_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow a common copyright comment to fit in 80 cols This CL was created programmatically by: thakis@thakis:~/src/chrome/src$ cat pre.txt * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. thakis@thakis:~/src/chrome/src$ cat post.txt * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. thakis@thakis:~/src/chrome/src$ cat replace.py import sys pre = open('pre.txt').read() post = open('post.txt').read() for f in sys.argv[1:]: t = open(f).read() t = t.replace(pre, post) open(f, 'w').write(t) thakis@thakis:~/src/chrome/src$ git grep -l "* THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS \`\`AS IS'' AND AN" | xargs ./replace.py BUG=563793 Committed: https://crrev.com/11b4bbce08c2497a1c476db867496d4e194f8f89 Cr-Commit-Position: refs/heads/master@{#422847}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1606 lines, -1460 lines) Patch
M third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DOMTokenList.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/ClassList.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/ClassList.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLOutputElement.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFullScreen.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/page/PointerLockController.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/page/PointerLockController.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/plugins/PluginView.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/style/LineClampValue.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/geolocation/PositionCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/geolocation/PositionErrorCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStream.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCStatsCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AnalyserNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferCallback.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferCallback.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContext.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadProcessor.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayProcessor.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DelayProcessor.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/GainNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PannerNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperNode.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/colorSuggestionPicker.css View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/colorSuggestionPicker.js View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/pickerButton.css View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/pickerCommon.css View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/pickerCommon.js View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/resources/suggestionPicker.js View 1 chunk +11 lines, -10 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
Nico
foolip can you blink-global-OWNERS-stamp this?
4 years, 2 months ago (2016-10-04 16:00:16 UTC) #5
Nico
nvm, I forgot it's late in your time zone. rbyers, can you stamp?
4 years, 2 months ago (2016-10-04 16:01:07 UTC) #7
Raymond Toy
Drive by comment: Any reason not to replace this old copyright text with the new ...
4 years, 2 months ago (2016-10-04 16:44:32 UTC) #9
Nico
I'm just reflowing comments here, that's out of scope for what I'm doing. On Oct ...
4 years, 2 months ago (2016-10-04 16:47:24 UTC) #10
Nico
I'm just reflowing comments here, that's out of scope for what I'm doing. On Oct ...
4 years, 2 months ago (2016-10-04 16:47:24 UTC) #11
Rick Byers
On 2016/10/04 16:01:07, Nico wrote: > nvm, I forgot it's late in your time zone. ...
4 years, 2 months ago (2016-10-04 17:26:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2395513002/1
4 years, 2 months ago (2016-10-04 17:26:48 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-04 17:36:02 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 17:38:10 UTC) #19
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/11b4bbce08c2497a1c476db867496d4e194f8f89
Cr-Commit-Position: refs/heads/master@{#422847}

Powered by Google App Engine
This is Rietveld 408576698