fc2b2960d06de38985ca51023fda03b130aae6bb - chromium/src

8,821 views
Skip to first unread message

bbu...@chromium.org

unread,
Feb 5, 2015, 5:12:32 PM2/5/15
to chromium...@chromium.org
commit fc2b2960d06de38985ca51023fda03b130aae6bb
Author: bbudge <bbu...@chromium.org>
AuthorDate: Thu Feb 05 22:10:54 2015
Commit: Commit bot <commi...@chromium.org>
CommitDate: Thu Feb 05 22:11:49 2015

Pepper: PPB_VideoEncoder should be 'Dev' only for now.
Also changes copyright notices to the new style.

BUG=455409

Review URL: https://codereview.chromium.org/885803003

Cr-Commit-Position: refs/heads/master@{#314893}

diff --git a/ppapi/api/ppb_video_encoder.idl b/ppapi/api/ppb_video_encoder.idl
index 8e02707..1796f91 100644
--- a/ppapi/api/ppb_video_encoder.idl
+++ b/ppapi/api/ppb_video_encoder.idl
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,7 +10,7 @@
[generate_thunk]

label Chrome {
- M42 = 0.1
+ [channel=dev] M42 = 0.1
};

/**
diff --git a/ppapi/c/ppb_video_encoder.h b/ppapi/c/ppb_video_encoder.h
index 94a33e8..744c3d3 100644
--- a/ppapi/c/ppb_video_encoder.h
+++ b/ppapi/c/ppb_video_encoder.h
@@ -1,9 +1,9 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/

-/* From ppb_video_encoder.idl modified Wed Feb 4 05:24:29 2015. */
+/* From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015. */

#ifndef PPAPI_C_PPB_VIDEO_ENCODER_H_
#define PPAPI_C_PPB_VIDEO_ENCODER_H_
@@ -19,9 +19,7 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb_video_frame.h"

-#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1"
-#define PPB_VIDEOENCODER_INTERFACE PPB_VIDEOENCODER_INTERFACE_0_1
-
+#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1" /* dev */
/**
* @file
* This file defines the <code>PPB_VideoEncoder</code> interface.
@@ -56,7 +54,7 @@
* Chrome and ChromeOS: h264.
* ChromeOS: mpeg4.
*/
-struct PPB_VideoEncoder_0_1 {
+struct PPB_VideoEncoder_0_1 { /* dev */
/**
* Creates a new video encoder resource.
*
@@ -237,8 +235,6 @@
*/
void (*Close)(PP_Resource video_encoder);
};
-
-typedef struct PPB_VideoEncoder_0_1 PPB_VideoEncoder;
/**
* @}
*/
diff --git a/ppapi/cpp/video_encoder.cc b/ppapi/cpp/video_encoder.cc
index ae589aa..49c7de8 100644
--- a/ppapi/cpp/video_encoder.cc
+++ b/ppapi/cpp/video_encoder.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

diff --git a/ppapi/cpp/video_encoder.h b/ppapi/cpp/video_encoder.h
index a548ab5..d022e3e 100644
--- a/ppapi/cpp/video_encoder.h
+++ b/ppapi/cpp/video_encoder.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

diff --git a/ppapi/thunk/ppb_video_encoder_thunk.cc b/ppapi/thunk/ppb_video_encoder_thunk.cc
index 5b2aeba..b6981e5 100644
--- a/ppapi/thunk/ppb_video_encoder_thunk.cc
+++ b/ppapi/thunk/ppb_video_encoder_thunk.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

-// From ppb_video_encoder.idl modified Wed Feb 4 05:19:27 2015.
+// From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015.

#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_errors.h"

Steven Black

unread,
Feb 2, 2021, 5:32:00 AM2/2/21
to Chromium-checkins, bbu...@chromium.org
/* * Copyright 2020 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* TODO(aee): this file should probably be turned into a module that imports * 'ui/webui/resources/shared_vars_css.m.js'. */ html { /* Colors: */ --ntp-active-background-color: rgba(var(--google-grey-900-rgb), .16); --ntp-background-override-color: white; --ntp-border-color: var(--google-grey-refresh-300); --ntp-focus-shadow-color: rgba(var(--google-blue-600-rgb), .4); --ntp-hover-background-color: rgba(var(--google-grey-900-rgb), .1); --ntp-selected-background-color: rgba(var(--google-blue-refresh-700-rgb), .16); --ntp-selected-border-color: var(--google-blue-600); --ntp-selected-light-background-color: rgba(var(--google-blue-600-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-refresh-700); /* Other: */ --ntp-focus-shadow: 0 0 0 2px var(--ntp-focus-shadow-color); } @media (prefers-color-scheme: dark) { html { /* Colors: */ --ntp-active-background-color: rgba(var(--google-grey-200-rgb), .16); --ntp-background-override-color: var(--google-grey-900); --ntp-border-color: var(--google-grey-refresh-700); --ntp-focus-shadow-color: rgba(var(--google-blue-refresh-300-rgb), .5); --ntp-hover-background-color: rgba(var(--google-grey-200-rgb), .1); --ntp-selected-background-color: rgba(var(--google-blue-refresh-300-rgb), .16); --ntp-selected-border-color: var(--google-blue-refresh-300); --ntp-selected-light-background-color: rgba(var(--google-blue-refresh-300-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-refresh-300); } }  

Jaxson Schiller

unread,
Feb 24, 2021, 11:00:56 AM2/24/21
to Chromium-checkins, Steven Black, bbu...@chromium.org
do you macro in Forite

Jaxson Schiller

unread,
Feb 24, 2021, 11:01:15 AM2/24/21
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
fortnite

Jaxson Schiller

unread,
Feb 24, 2021, 11:05:18 AM2/24/21
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
can i copyright people because lazerbeams the best youtuber YEET
Message has been deleted
Message has been deleted
Message has been deleted

daiana Ledesma

unread,
Sep 19, 2021, 12:00:42 PM9/19/21
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
H-...-c-...-e-...
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

Zackery Powers

unread,
Oct 28, 2021, 1:43:09 PM10/28/21
to Chromium-checkins, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
Hello there I'm zack and I'm 19. I love to be in this group.

Lucas Master

unread,
Nov 3, 2021, 3:27:56 PM11/3/21
to Chromium-checkins, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org

Enno Klink

unread,
Dec 3, 2021, 7:56:42 AM12/3/21
to Chromium-checkins, Lucas Master, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
MC BURGER PLEASE OK

TNI-AD PUSPALAD

unread,
Dec 9, 2021, 11:11:08 PM12/9/21
to Chromium-checkins, Enno Klink, Lucas Master, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org

// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'chrome://resources/cr_components/most_visited/most_visited.js'; import {skColorToRgba} from 'chrome://resources/js/color_utils.js'; import {BrowserProxy} from './browser_proxy.js'; const {callbackRouter, handler} = BrowserProxy.getInstance(); callbackRouter.setTheme.addListener(theme => { const html = document.documentElement; html.toggleAttribute('has-custom-background', theme.hasCustomBackground); const style = html.style; style.backgroundColor = theme.colorBackground; const backgroundImage = `-webkit-image-set( url(chrome://theme/IDR_THEME_NTP_BACKGROUND?${theme.id}) 1x, url(chrome://theme/IDR_THEME_NTP_BACKGROUND@2x?${theme.id}) 2x)`; style.backgroundImage = theme.hasCustomBackground ? backgroundImage : 'unset'; style.backgroundRepeat = theme.backgroundTiling; style.backgroundPosition = theme.backgroundPosition; style.setProperty('--ntp-theme-text-color', skColorToRgba(theme.textColor)); const mostVisitedElement = document.querySelector('cr-most-visited'); mostVisitedElement.set('theme', theme.mostVisited); }); handler.updateTheme();

Wyatt Brown

unread,
Dec 15, 2021, 9:37:47 AM12/15/21
to Chromium-checkins, TNI-AD PUSPALAD, Enno Klink, Lucas Master, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
hi do you wanna teach me how to hack MY ACCOUNT IS G4zZe FREIND TO PLAY FORTNITE SEND ME VBUCKS PLEASE

KayLynn Maston

unread,
Dec 18, 2021, 12:01:41 AM12/18/21
to Chromium-checkins, Wyatt Brown, TNI-AD PUSPALAD, Enno Klink, Lucas Master, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
ur mom is so fat she can evn fit threw the dor ha ha ha ha get bruned loozer

KayLynn Maston

unread,
Dec 18, 2021, 12:04:50 AM12/18/21
to Chromium-checkins, Zackery Powers
yo zackery im 13 and i like thise people

On Thursday, October 28, 2021 at 11:43:09 AM UTC-6 Zackery Powers wrote:

KayLynn Maston

unread,
Dec 18, 2021, 4:01:14 PM12/18/21
to Chromium-checkins, Wyatt Brown, TNI-AD PUSPALAD, Enno Klink, Lucas Master, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
r jdfkgfjhyutghjvnfdbvv
ghejsgjuwihkuty
 gyrtgthjtrghkfhkv
trhfghgmfbdkjghdrtkjghes ur mom 

# barercrown

unread,
Jan 18, 2022, 10:07:31 PM1/18/22
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
i own google now



On Wednesday, February 24, 2021 at 11:00:56 AM UTC-5 Jaxson Schiller wrote:
Message has been deleted
Message has been deleted

ian rogers

unread,
Feb 21, 2022, 4:02:41 PM2/21/22
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
yo wassup people

Liam Pretty 58 (STUDENT)

unread,
Mar 3, 2022, 10:26:41 AM3/3/22
to Chromium-checkins, ian rogers, Jaxson Schiller, Steven Black, bbu...@chromium.org
hromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */



Farah Almatrafe

unread,
Mar 5, 2022, 8:10:57 AM3/5/22
to Chromium-checkins, Liam Pretty 58 (STUDENT), ian rogers, Jaxson Schiller, Steven Black, bbu...@chromium.org

من: Liam Pretty 58 (STUDENT) <غير معروف>
التاريخ: الخميس، 3 مارس 2022 الوقت 6:26:41 م UTC+3
الموضوع: Re: fc2b2960d06de38985ca51023fda03b130aae6bb - chromium/
إلى: Chromium-checkins <غير معروف>
نسخة إلى: rogers <غير معروف>Jaxson Schiller <غير معروف>Steven Black <غير معروف>... /* * Copyright 2020 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* TODO(): this file should probably be turned into a module that imports * '//resources/shared_vars_css.m.js'. */ html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-900-rgb), .16); --ntp-background-override-color-rgb: 255, 255, 255; --ntp-background-override-color: (var(--ntp-background-override-color-rgb)); --ntp-border-color: var(--google-grey-300); --ntp-focus-shadow-color: (var(--google-blue-600-rgb), .4); --ntp-hover-background-color: (var(--google-grey-900-rgb), .1); --ntp-selected-background-color: (var(--google-blue-700-rgb), .16); --ntp-selected-border-color: var(--google-blue-600); --ntp-selected-light-background-color: (var(--google-blue-600-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-700); --ntp-module-text-color: #616161; --ntp-chip-background-color: var(--google-blue-600); --ntp-chip-text-color: white; --ntp-icon-button-color-active: var(--google-grey-700); --ntp-icon-button-color: var(--google-grey-600); --ntp-module-scroll-button-color: var(--google-grey-100); --ntp-module-scroll-button-hover-color: var(--google-grey-300); /* Other: */ --ntp-focus-shadow: 0 0 0 2px var(--ntp-focus-shadow-color); --ntp-module-text-size: 13px; } media (prefers-color-scheme: dark) { html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-200-rgb), .16); --ntp-background-override-color-rgb: var(--google-grey-900-rgb); --ntp-border-color: var(--google-grey-700); --ntp-focus-shadow-color: (var(--google-blue-300-rgb), .5); --ntp-hover-background-color: (var(--google-grey-200-rgb), .1); --ntp-selected-background-color: (var(--google-blue-300-rgb), .16); --ntp-selected-border-color: var(--google-blue-300); --ntp-selected-light-background-color: (var(--google-blue-300-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-300); --ntp-chip-background-color: var(--google-blue-300); --ntp-chip-text-color: var(--google-grey-900); --ntp-icon-button-color-active: var(--google-grey-300); --ntp-icon-button-color: white; --ntp-module-scroll-button-color: var(--google-grey-700); --ntp-module-scroll-button-hover-color: var(--google-grey-600); } }   <غير معروف>


Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */



On Monday, February 21, 2022 at 5:32:41 PM UTC-3:30 rogers wrote:
yo wassup people


On Thursday, 25 February 2021 at 05:05:18 UTC+13 Jaxson Schiller wrote:
can i copyright people because the best youtuber YEET

On Wednesday, February 24, 2021 at 11:01:15 AM UTC-5 Jaxson Schiller wrote:


On Wednesday, February 24, 2021 at 11:00:56 AM UTC-5 Jaxson Schiller wrote:
do you macro in

On Tuesday, February 2, 2021 at 5:32:00 AM UTC-5 Steven Black wrote:
/* * Copyright 2020 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* TODO): this file should probably be turned into a module that imports * /resources/shared_vars_css.m.js'. */ html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-900-rgb), .16); --ntp-background-override-color: white; --ntp-border-color: var(--google-grey-refresh-300); --ntp-focus-shadow-color: (var(--google-blue-600-rgb), .4); --ntp-hover-background-color:(var(--google-grey-900-rgb), .1); --ntp-selected-background-color: (var(--google-blue-refresh-700-rgb), .16); --ntp-selected-border-color: var(--google-blue-600); --ntp-selected-light-background-color:(var(--google-blue-600-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-refresh-700); /* Other: */ --ntp-focus-shadow: 0 0 0 2px var(--ntp-focus-shadow-color); } @media (prefers-color-scheme: dark) { html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-200-rgb), .16); --ntp-background-override-color: var(--google-grey-900); --ntp-border-color: var(--google-grey-refresh-700); --ntp-focus-shadow-color:(var(--google-blue-refresh-300-rgb), .5); --ntp-hover-background-color: (var(--google-grey-200-rgb), .1); --ntp-selected-background-color:(var(--google-blue-refresh-300-rgb), .16); --ntp-selected-border-color: var(--google-blue-refresh-300); --ntp-selected-light-background-color: (var(--google-blue-refresh-300-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-refresh-300); } }  

On Thursday, 5 February 2015 at 22:12:32 UTC ...  chromium.org wrote:
commit fc2b2960d06de38985ca51023fda03b130aae6bb
Author:  <... /* * Copyright 2020 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* TODO(): this file should probably be turned into a module that imports * '//resources/shared_vars_css.m.js'. */ html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-900-rgb), .16); --ntp-background-override-color-rgb: 255, 255, 255; --ntp-background-override-color: (var(--ntp-background-override-color-rgb)); --ntp-border-color: var(--google-grey-300); --ntp-focus-shadow-color: (var(--google-blue-600-rgb), .4); --ntp-hover-background-color: (var(--google-grey-900-rgb), .1); --ntp-selected-background-color: (var(--google-blue-700-rgb), .16); --ntp-selected-border-color: var(--google-blue-600); --ntp-selected-light-background-color: (var(--google-blue-600-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-700); --ntp-module-text-color: #616161; --ntp-chip-background-color: var(--google-blue-600); --ntp-chip-text-color: white; --ntp-icon-button-color-active: var(--google-grey-700); --ntp-icon-button-color: var(--google-grey-600); --ntp-module-scroll-button-color: var(--google-grey-100); --ntp-module-scroll-button-hover-color: var(--google-grey-300); /* Other: */ --ntp-focus-shadow: 0 0 0 2px var(--ntp-focus-shadow-color); --ntp-module-text-size: 13px; } @media (prefers-color-scheme: dark) { html { /* Colors: */ --ntp-active-background-color: (var(--google-grey-200-rgb), .16); --ntp-background-override-color-rgb: var(--google-grey-900-rgb); --ntp-border-color: var(--google-grey-700); --ntp-focus-shadow-color: (var(--google-blue-300-rgb), .5); --ntp-hover-background-color: (var(--google-grey-200-rgb), .1); --ntp-selected-background-color: (var(--google-blue-300-rgb), .16); --ntp-selected-border-color: var(--google-blue-300); --ntp-selected-light-background-color: (var(--google-blue-300-rgb), .24); --ntp-selected-primary-text-color: var(--google-blue-300); --ntp-chip-background-color: var(--google-blue-300); --ntp-chip-text-color: var(--google-grey-900); --ntp-icon-button-color-active: var(--google-grey-300); --ntp-icon-button-color: white; --ntp-module-scroll-button-color: var(--google-grey-700); --ntp-module-scroll-button-hover-color: var(--google-grey-600); } }  chromium.org>
Auth: Thu Feb 05 22:10:54 2015
Commit: Commit bot <commi...@chromium.org>
C: Thu Feb 05 22:11:49 2015

Pepper:  should be 'Dev' only for now.

Also changes copyright notices to the new style.

BUG=455409

Review URL: https://codereview.chromium.org/885803003

Cr-Commit-Position: refs/heads/master@{#314893}

diff --git a/ppapi/api/ppb_video_encoder.idl b/ppapi/api/ppb_video_encoder.idl
index 8e02707..1796f91 100644
--- a/ppapi/api/ppb_video_encoder.idl
+++ b/ppapi/api/ppb_video_encoder.idl
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,7 +10,7 @@
[]


label Chrome {
- M42 = 0.1
+ [channel=dev] M42 = 0.1
};

/**
diff --git a//c/.h b//c/_video_
index 94a33e8..744c3d3 100644
--- a//c/_video
+++ b//c/

@@ -1,9 +1,9 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/

-/* From ppb_video_encoder.idl modified Wed Feb 4 05:24:29 2015. */
+/* From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015. */

#ifndef PPAPI_C_PPB_VIDEO_ENCODER_H_
#define PPAPI_C_PPB_VIDEO_ENCODER_H_
@@ -19,9 +19,7 @@
#include "/c/.h"
#include "/c/.h"


-#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1"
-#define PPB_VIDEOENCODER_INTERFACE PPB_VIDEOENCODER_INTERFACE_0_1
-
+#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1" /* dev */
/**
* @file
* This file defines the <code></code> interface.
@@ -56,7 +54,7 @@
* Chrome and \: h264.
* C: mpeg4.

*/
-struct PPB_VideoEncoder_0_1 {
+struct PPB_VideoEncoder_0_1 { /* dev */
/**
* Creates a new video encoder resource.
*
@@ -237,8 +235,6 @@
*/
void (*Close)( );
};
-
-typedef struct PPB_VideoEncoder_0_1_Video;

/**
* @}
*/
diff --git a/ppapi/cpp/video_encoder.cc b/ppapi/cpp/video_encoder.cc
index ae589aa..49c7de8 100644
--- a/ppapi/cpp/video_encoder.cc
+++ b/ppapi/cpp/video_encoder.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

diff --git a/@@ -1,4 +1,4 @@

-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

diff --git a/ppapi/thunk/ppb_video_encoder_thunk.cc b/ppapi/thunk/ppb_video_encoder_thunk.cc
index 5b2aeba..b6981e5 100644
--- a/ppapi/thunk/ppb_video_encoder_thunk.cc
+++ b/ppapi/thunk/ppb_video_encoder_thunk.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

-// From ppb_video_encoder.idl modified Wed Feb 4 05:19:27 2015.
+// From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015.

#include "/c/.h"
#h"V

efren calvo

unread,
Mar 8, 2022, 4:18:31 AM3/8/22
to Chromium-checkins, Jaxson Schiller, Steven Black, bbu...@chromium.org
i feel something for your granny... i maybe your stepgrandad


El dia dimecres, 24 de febrer de 2021 a les 17:00:56 UTC+1, Jaxson Schiller va escriure:

efren calvo

unread,
Mar 8, 2022, 4:19:12 AM3/8/22
to Chromium-checkins, Zackery Powers, daiana Ledesma, Jaxson Schiller, Steven Black, bbu...@chromium.org
are you autistic?


El dia dijous, 28 d’octubre de 2021 a les 19:43:09 UTC+2, Zackery Powers va escriure:
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

ian rogers

unread,
Mar 21, 2022, 4:42:45 PM3/21/22
to Chromium-checkins, Jaxson Schiller
what does lazerbeam have to do with copyrighting people

On Thursday, 25 February 2021 at 05:05:18 UTC+13 Jaxson Schiller wrote:
Reply all
Reply to author
Forward
0 new messages