0
Commit Graph

6 Commits

Author SHA1 Message Date
Avi Drissman
db497b3200 Update copyright headers in pdf/, ppapi/, printing/
The methodology used to generate this CL is documented in
https://crbug.com/1098010#c95.

No-Try: true
Bug: 1098010
Change-Id: I6ae92e5d7ccbf73b176588124b2f8b4067f805b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900575
Reviewed-by: Mark Mentovai <mark@chromium.org>
Owners-Override: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1047628}
2022-09-15 19:47:28 +00:00
Peter Boström
5666ff4f50 Remove most remaining unused "base/macros.h"
Removes `#include "base/macros.h"` from remaining .cc, .h and .mm files
that do not contain `ignore_result(` and do not trigger pre-commit or
pre-upload errors.

Bug: 1010217
No-Try: true
Change-Id: I4cc5207b3deafa7901764d2e633bbb1ad43cfb73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3276692
Commit-Queue: Peter Boström <pbos@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#941054}
2021-11-12 03:40:24 +00:00
Peter Boström
896f13791f Remove all DISALLOW_COPY_AND_ASSIGNs
This replaces all remaining DISALLOW_COPY_AND_ASSIGN() instances with
their expanded counterparts.

The macro definitions and IWYU are left as a separate change. The former
to prevent unintended large reverts and the latter is easier once all
DISALLOW_ macros are gone.

Bug: 1010217
Change-Id: I0e2fd43f4060628c09420709010aab2c84b87148
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3259964
Commit-Queue: Peter Boström <pbos@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Owners-Override: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#938612}
2021-11-05 01:12:30 +00:00
Sumaid Syed
567304f428 Add missing header guard in native_client_sdk/ and ppapi/
Bug: 1200694
Change-Id: Iaf74bf9c2ae3759630fa45c8c46a751d41a8983f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3041485
Reviewed-by: Bill Budge <bbudge@chromium.org>
Reviewed-by: Sam Clegg <sbc@chromium.org>
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Cr-Commit-Position: refs/heads/master@{#906129}
2021-07-28 10:33:56 +00:00
scottmg
5178c39691 Fix ASAN ODR violation in ppapi/proxy in component mode
See https://groups.google.com/a/chromium.org/d/topic/chromium-dev/12dRlYvL9nI/discussion.

Confirmed with

gn gen out/asan --args="is_asan=true enable_nacl=false is_debug=false use_goma=true is_component_build=true"

BUG=581766

Review-Url: https://codereview.chromium.org/2727093003
Cr-Commit-Position: refs/heads/master@{#454533}
2017-03-03 06:53:42 +00:00
scottmg
3cab0ba117 Make ppapi/proxy child-process only
Only the constants seemed to be used from the browser, so pull them out
to separate files.

This removes ppapi/proxy from the browser dll, so that

  gn path out/Release //chrome:main_dll //ppapi/proxy

is empty. (ppapi/proxy depends on //gin which depends on
//v8 which is being removed from the browser.)

R=brettw@chromium.org
BUG=581766

Review-Url: https://codereview.chromium.org/2652123003
Cr-Commit-Position: refs/heads/master@{#446063}
2017-01-25 18:34:16 +00:00