| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resources.
In addition to the previous v14 layout xml auto-generation patch,
(https://codereview.chromium.org/14476011/#ps69001)
this patch adds style xml resource auto-generation.
BUG=235118
Review URL: https://chromiumcodereview.appspot.com/14948008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198947 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/15028002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198933 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=238535
Review URL: https://chromiumcodereview.appspot.com/14652029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198931 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently contains chrome_browser_dll target. Removes some paths from browser->webcore
via content that are there due to single process mode, and removes dependency of content
on content_renderer.
Current remaining paths from chrome_browser_dll to webcore: http://i.imgur.com/7WWRvpA.jpg
Reland of https://chromiumcodereview.appspot.com/14682014
TBR=cpu@chromium.org
BUG=237249
Review URL: https://codereview.chromium.org/14794004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linux Chromium OS ASAN Builder is still not on Precise, apparently.
> clang: Turn on C++11 on CrOs too.
>
> This was blocked on the main waterfall linux_chromeos_clang bot migrating
> to precise, which has happened now.
>
> I believe all bots that build chromeos with clang are on precise now. If any
> turns red, this CL should be reverted.
>
> BUG=none
> R=ajwong@chromium.org
>
> Review URL: https://codereview.chromium.org/14992005
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/15059011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was blocked on the main waterfall linux_chromeos_clang bot migrating
to precise, which has happened now.
I believe all bots that build chromeos with clang are on precise now. If any
turns red, this CL should be reverted.
BUG=none
R=ajwong@chromium.org
Review URL: https://codereview.chromium.org/14992005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198920 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=238474
Review URL: https://chromiumcodereview.appspot.com/14960003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=163720
Review URL: https://chromiumcodereview.appspot.com/14846018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The content layer code is now by default operates in the "Chrome" mode.
All WebView customizations are applied in the android_webview layer.
BUG=b/8296421
R=benm@chromium.org, bulach@chromium.org, jochen@chromium.org, joth@chromium.org
Review URL: https://codereview.chromium.org/14821004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198877 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chrome for Android doesn't use zoom controls, so it makes sense
to move all the related code into android_webview.
However, as visibility of zoom controls is controlled from the
internals of ContentView*, we are providing hooks through a new
delegate interface.
BUG=b/8296421
R=benm@chromium.org, joth@chromium.org
Review URL: https://codereview.chromium.org/14840011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198862 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Windows compatibility.
BUG=224487
TBR=dbeam
Review URL: https://codereview.chromium.org/15059002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198859 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=224487
R=mmoss@google.com
Review URL: https://codereview.chromium.org/15030002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target
>
> Currently contains chrome_browser_dll target. Removes some paths from browser->webcore
> via content that are there due to single process mode, and removes dependency of content
> on content_renderer.
>
> Current remaining paths from chrome_browser_dll to webcore: http://i.imgur.com/7WWRvpA.jpg
>
> R=cpu@chromium.org
> BUG=237249
>
> Review URL: https://chromiumcodereview.appspot.com/14682014
TBR=scottmg@chromium.org
Review URL: https://codereview.chromium.org/14882004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198837 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently contains chrome_browser_dll target. Removes some paths from browser->webcore
via content that are there due to single process mode, and removes dependency of content
on content_renderer.
Current remaining paths from chrome_browser_dll to webcore: http://i.imgur.com/7WWRvpA.jpg
R=cpu@chromium.org
BUG=237249
Review URL: https://chromiumcodereview.appspot.com/14682014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
added in Breakpad r1163.
BUG=230995
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14188058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198800 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Support setting GYP_CROSSCOMPILE from gyp_env files.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14652028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198797 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=235672
R=cpu@chromium.org
TEST=none
Review URL: https://codereview.chromium.org/14495017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198780 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Android: Enable content_browsertests by default.
>
> BUG=138275
>
> Review URL: https://codereview.chromium.org/13445005
TBR=nileshagrawal@chromium.org
Review URL: https://codereview.chromium.org/15042004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They must match the trace names printed by PrintPerfResult, which are also
escaped with the same method.
This patch allows the buildbot log processor to work with the updated page
cyclers.
BUG=None
TEST=tools/perf/run_multipage_benchmarks --browser=system page_cycler tools/perf/page_sets/intl_es_fr_pt-BR.json --pageset-repeat=2
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/14780004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198765 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=226860
R=fischman@chromium.org
Review URL: https://codereview.chromium.org/14659007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is a speculative revert to see if it fixes the flakiness on the Android
testers.
TBR=bulach@chromium.org,shashishekhar@chromium.org
Review URL: https://codereview.chromium.org/15021006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lsof -np is not able (permission denied when running as non-root to be exact)
to retrieve file descriptor information for processes running under a different
UID. This can make IsHostPortUsed() return false when the provided port is
actually used.
Trying to connect to a port rather than binding it should not introduce any
side-effect on the system that could affect next runs as the TODO suggested. It
is also always sane not to depend on an external process (lsof) output format.
BUG=229685
R=bulach@chromium.org
Review URL: https://codereview.chromium.org/14567016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=dgrogan@chromium.org
BUG=233118
Review URL: https://codereview.chromium.org/14851008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes asan bot and uses slave_props for extra_gyp_defines.
BUG=160952
TBR=iannucci@chromium.org
Review URL: https://codereview.chromium.org/14846016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/ side of the change.
The data is it transferring is large (2GB)
and it is not used enough to merit the increased
throughput from a split configuration.
BUG=160952
TBR=iannucci@chromium.org
Review URL: https://codereview.chromium.org/15033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=115047
R=darin
Review URL: https://chromiumcodereview.appspot.com/14890005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198649 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Use a sysroot for Chrome Linux official builds.
>
> BUG=224487
> R=mmoss@google.com
>
> Review URL: https://codereview.chromium.org/12938016
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/14781008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198643 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=224487
R=mmoss@google.com
Review URL: https://codereview.chromium.org/12938016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=238405
R=ben@chromium.org, mmoss@chromium.org
Review URL: https://codereview.chromium.org/13846005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111316
R=mkwst@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14670012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198433 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Subscripting needs libarc_lite to works. To force compilation with this
library, the linker must have the -f-obj-arc parameter.
R=stuartmorgan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14850014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198428 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Plugin installation is not supported on iOS, so the code shouldn't
be compiled.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14826004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198412 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/14676007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198346 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are several attributes introduced in API 17, mostly for BiDi(RTL) support, e.g., paddingStart.
This build script will generate another set of resource that is API 14 compatible by
converting those API 17 attributes to API 14 attributes, e.g., paddingStart -> paddingLeft.
The goal of this script is for programmers to use those attributes without worrying
about backward-compatibility care and related bugs. About the bugs, please refer to crbug.com/235118 .
BUG=235118
Review URL: https://chromiumcodereview.appspot.com/14476011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198325 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=178543
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/14624010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198244 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move components to zip as per the discussion here:
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/MgbMTQCNzR0/discussion
BUG=
R=agl@chromium.org, gavinp@chromium.org, jam@chromium.org, joi@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197964
Review URL: https://codereview.chromium.org/14021015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198222 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Without -9, this was not killing the forwarder.
BUG=237820
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14721005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198212 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using components, the CDM and adapter cannot be within the Chrome bundle.
Since the adapter is built with Chrome, the CDM cannot be within its bundle.
As a result, the adapter no longer needs to be a bundle.
The chrome_paths.cc code allows testing with the non-component path.
BUG=180260
R=xhwang@chromium.org
Review URL: https://codereview.chromium.org/14743002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198211 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=226860
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/14746004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198200 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/14652024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198188 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the component build, the device executable requires shared libraries
to run. When building, use build/android/native_app_dependencies.gypi
to copy the executable+libraries to a dist directory.
Then, in android_commands.py we need to copy that directory to the
device and specify LD_LIBRARY_PATH when running the executable.
NOTRY=true
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/14646030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ozone is Linux without X, supporting aura builds.
BUG=178543
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/14816004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
updated.
BUG=126514
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/14841004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198146 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Various tweaks to make ninja happy with our gyp files.
ninja iOS builds don't CODE_SIGN yet.
ninja only supports i386/simulator for now.
pass parent_generator to mac_build.gypi for iOS sub-ninja builds
BUG=236517
Review URL: https://chromiumcodereview.appspot.com/14577007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I am sure this is not the cause why the list has ni effects in Android, but they need to be fixed anyway.
BUG=227162
TEST=
R=gman
Review URL: https://chromiumcodereview.appspot.com/14878002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198038 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=227141
This is a follow up of https://codereview.chromium.org/14297003 and https://codereview.chromium.org/14304002. After both CLs
have landed, this CL will actually enable support for the concatenated impulse
responses and makes it the default.
Review URL: https://chromiumcodereview.appspot.com/13977021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197997 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when build/linux/unbundle is used.
Previously gyp files would contain a giant conditional sections depending on use_system_foo condition. After extracting that to build/linux/unbundle, the nesting depth got reduced by one level, so one less "+" in this .gypi file (otherwise the section does not get applied at all).
BUG=226860
R=rsleevi@chromium.org
Review URL: https://codereview.chromium.org/14806002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r197789 enabled the Clang warnings for Linux, but Aura-only files weren't fixed
because it wasn't enabled for ChromeOS. Disable the warnings on Aura for now,
until all existing files can be fixed.
BUG=115047
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/14688012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The removal of use_system_foo logic from the original
gyp files will follow.
BUG=226860
R=rsleevi@chromium.org
Review URL: https://codereview.chromium.org/14708005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14849004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197916 0039d316-1c4b-4281-b951-d872f2087c98
|