| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9194006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117616 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now gcc in chroot is updated to 4.6 and this option is available.
BUG=chromium-os:18541
TEST='emerge-stumpy chromeos-chrome' succeeds in chroot.
Review URL: http://codereview.chromium.org/9196001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117615 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=109948
Review URL: http://codereview.chromium.org/9148083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
CrOS's branch. Cleanup some whitespaces while we're at it.
Review URL: http://codereview.chromium.org/9158035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117602 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Actually turn off ASLR for Debug build.
Despite the comments, this was not happening in reality
because the /dynamicbase linker flag overrode the
VCLinkerTool.RandomizedBaseAddress setting.
2) Make the ASLR setting configurable from outside
(target usage is for particular Dr. Memory builds).
TEST=Built googleurl_unittests and ensured its ALSR setting matched that requested, both for default and for custom via new gyp var
BUG=109767
Review URL: http://codereview.chromium.org/9169020
TBR=bruening@chromium.org
Review URL: http://codereview.chromium.org/9194003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117586 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9104002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117583 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Actually turn off ASLR for Debug build.
Despite the comments, this was not happening in reality
because the /dynamicbase linker flag overrode the
VCLinkerTool.RandomizedBaseAddress setting.
2) Make the ASLR setting configurable from outside
(target usage is for particular Dr. Memory builds).
TEST=Built googleurl_unittests and ensured its ALSR setting matched that requested, both for default and for custom via new gyp var
BUG=109767
Review URL: http://codereview.chromium.org/9169020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117533 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9187062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117508 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=109948
Review URL: http://codereview.chromium.org/9187039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117467 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use of the emulator is probably a lost cause, but maybe this can hold
us for now.
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9185043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't show whether the tree was dirty for SVN.
Because lastchange runs on every build, these commands impact every
build. The call to "git checkout" makes git stat every file in the
repository (including ones unrelated to the build).
This change makes a Ninja build of Chrome 20% faster. I've seen the
command take tens of seconds on a cold disk, and it likely has a
larger impact on Windows where the disk is slower.
Review URL: http://codereview.chromium.org/9148030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117352 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the canned nacl toolchain should now function in the chromeos chroot.
BUG=None
TEST=trybots
R=mcgrathr@chromium.org
Review URL: http://codereview.chromium.org/9168036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: http://codereview.chromium.org/9190012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117244 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117188 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most official Chrome OS hardware reports power button
releases correctly, but on standard x86 systems, we'll always
receive a button up event just after the button down. This
change adds a chromeos_legacy_power_button gyp flag; when
set, we lock the screen or shut down immediately when the
button is pressed instead of providing interactive
animations.
BUG=109209
TEST=added tests; also did manual testing
Review URL: http://codereview.chromium.org/9110044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116993 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
define this flag, and can optionally not add the aura-window-mode toggle to about://flags page.
BUG=109052
TEST=checked generated make file and compiles.
Review URL: http://codereview.chromium.org/9121002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116964 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also disable libudev on *BSD because it's not available.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9147003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116868 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
NO CODE CHANGE
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116852 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=79050
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116724
Review URL: http://codereview.chromium.org/8899017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116752 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke ASAN builder:
http://build.chromium.org/p/chromium.memory/builders/ASAN%20Builder/builds/8480/steps/update/logs/stdio
BUG=79050
Review URL: http://codereview.chromium.org/8899017
TBR=scottmg@google.com
Review URL: http://codereview.chromium.org/9110039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=79050
Review URL: http://codereview.chromium.org/8899017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116724 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: http://codereview.chromium.org/9111018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116662 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
test in place.
Review URL: http://codereview.chromium.org/9109017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116561 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9114002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116527 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116470 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The crash bugs weren't related to SwiftShader, so enable it again.
BUG=26001
TEST=
Review URL: http://codereview.chromium.org/9088006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=builds
TBR=hans
Review URL: http://codereview.chromium.org/8983031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This isn't used. There is another copy in native_client/build that is used,
which makes the existance of this one very confusing.
Review URL: http://codereview.chromium.org/9086011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116386 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
I am working on removing cruft (manual binds to shell32) that people have made in /chrome and /base
BUG=none
TEST=green tree
Review URL: http://codereview.chromium.org/9008075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116368 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original review: http://codereview.chromium.org/8883005/
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
TBR=jbates@chromium.org
Review URL: http://codereview.chromium.org/9077001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116271 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9071013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116212 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
Review URL: http://codereview.chromium.org/8883005
TBR=jbates@chromium.org
Review URL: http://codereview.chromium.org/9071018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116202 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
Review URL: http://codereview.chromium.org/8883005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116191 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
when building with AddressSanitizer.
This CL is to be submitted after we update the ASan binaries for Darwin.
Review URL: http://codereview.chromium.org/8989061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a regression that caused fullscreen
RenderWidgetHostViewAuras to decline the focus, resulting in
them not receiving key events.
BUG=107804
TEST=manually checked that Space and Escape now work in fullscreen YouTube videos; also added a test
Review URL: http://codereview.chromium.org/9026013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115855 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107412
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/9007051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115755 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9034017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115744 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
NO CODE CHANGE.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=darin@chromium.org
Review URL: http://codereview.chromium.org/8905006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9025020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115632 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've been getting a bunch of extra gpu-related crashes recently, and while they don't seem to be related to swiftshader (the timing is a bit off) it's possible, so try to rule that out.
BUG=26001
TEST=
Review URL: http://codereview.chromium.org/9021039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115534 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8999013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115347 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
official builds by setting a variable name "optimize" to one of three possible values:
- "size"; optimizes for minimal code size, the default.
- "speed"; optimizes for speed over code size.
- "max"; turns on link time code generation and whole
program optimization, which is very expensive and should
be used sparingly.
Note that this change by itself lowers the optimization level to "size" for all targets. Separate changes to the V8 and WebKit repos will be needed to bring up their optimization levels to WPO.
BUG=108167
TEST=
Review URL: http://codereview.chromium.org/8983002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115187 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install Android SDK 4.0 r16.
The Android SDK directory should be set to android-sdk-linux afterwards
BUG=
TEST=all available tests passed
Review URL: http://codereview.chromium.org/8963008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115170 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
(we're already passing -faddress-sanitizer).
Review URL: http://codereview.chromium.org/8953033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115097 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=thakis
Review URL: http://codereview.chromium.org/8989001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114937 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=79050
Review URL: http://codereview.chromium.org/8981007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) re-instate r113657 from crbug/106711:
win_release_OmitFramePointers=0 must explicitly pass /Oy-
since /O2 implies /Oy
2) add win_debug_OmitFramePointers as tri-state where blank
value (the default) avoids perturbing VS defaults
3) add win_release_extra_cflags and win_debug_extra_cflags
to make it easier to add custom local flags for
tool builds
BUG=106711
TEST=Tweaked these vars via GYP_DEFINES and include.gypi and confirmed the changes in build/All.vcproj
For example:
I have "'win_release_InlineFunctionExpansion': 0" in my include.gypi:
% GYP_DEFINES='win_debug_extra_cflags="/QIfist /nologo"' gclient runhooks
% grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj
Name="Release|Win32"
include" AdditionalOptions="/MP /Ob0"
OmitFramePointers="true"
Name="Debug|Win32"
include" AdditionalOptions="/MP /QIfist /nologo"
Name="Release|x64"
include" AdditionalOptions="/MP /Ob0"
OmitFramePointers="true"
Name="Debug|x64"
include" AdditionalOptions="/MP /QIfist /nologo"
% GYP_DEFINES='win_release_extra_cflags="/QIfist /nologo" win_release_OmitFramePointers=0 win_debug_OmitFramePointers=1' gclient runhooks
% grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj
Name="Release|Win32"
include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-"
OmitFramePointers="false"
Name="Debug|Win32"
include" AdditionalOptions="/MP"
OmitFramePointers="true"
Name="Release|x64"
include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-"
OmitFramePointers="false"
Name="Debug|x64"
include" AdditionalOptions="/MP"
OmitFramePointers="true"
Review URL: http://codereview.chromium.org/8966025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114893 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Register with the component updater service if it's discovered that WebGL is blacklisted. Then register the swiftshader library with the GPU data manager.
BUG=26001
TEST=Start up chrome on a blacklisted windows machine, wait a while, and open a webgl page
Review URL: http://codereview.chromium.org/8897008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This may reduce memory fragmentation, which may eke out a few more weeks of time on our official builds.
Also turn down linker log verbosity.
R=maruel@chromium.org
BUG=None
TEST=Official Windows build doesn't fail with linker OOM.
Review URL: http://codereview.chromium.org/8963016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114808 0039d316-1c4b-4281-b951-d872f2087c98
|