- 21 May, 2014 40 commits
-
-
jochen@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/296003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271883 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271882 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
https://code.google.com/p/skia/source/list?num=50&start=14816 TBR= BUG= Review URL: https://codereview.chromium.org/284413006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271881 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
BUG=334149 R=ager@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/292743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271880 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
where they're used. BUG=372212 R=sky@chromium.org Review URL: https://codereview.chromium.org/291073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271874 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Pass MetricsServiceClient into MetricsService, and create a simple stubbed TestMetricsServiceClient class. BUG=374237,374235 TEST=compiles R=asvitkine@chromium.org, blundell@chromium.org Review URL: https://codereview.chromium.org/290343005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271873 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=123750 TEST=None NOTRY=True Review URL: https://codereview.chromium.org/299753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271872 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is the first step into getting this target running on TS/CQ/Waterfall system. BUG=348066 TEST=green trybots R=yoz@chromium.org,stip@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/294483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271871 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
3 out of 4 existing owners have since left Chrome. BUG= Review URL: https://codereview.chromium.org/299623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271863 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=374173 TEST=Start Chrome with --new-profile-management. Open and 'Incognito' window. The taksbar icon should now have a grey background. Review URL: https://codereview.chromium.org/286933008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271862 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
Delay the response to ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer via a callback to allow for buffer allocation on the gpu process. BUG=368716 Review URL: https://codereview.chromium.org/290573011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271861 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
Restrict the admissible set of clock IDs to just CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID, CLOCK_REALTIME, and CLOCK_THREAD_CPUTIME_ID (i.e., the same clocks allowed in regular NaCl). In particular, we do not allow arbitrary per-process CPU clocks, which can leak information about the state of other non-SFI processes. BUG=374479 TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/286363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271859 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
On some devices, the renderer cannot load shared libraries from /data/local/tmp. Instead, put them somewhere in /data/data (where the renderer can load them from). This only affects gyp_managed_install. Review URL: https://codereview.chromium.org/293473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271858 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TBR=noamsml NOTRY=true Review URL: https://codereview.chromium.org/291093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271857 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fix extension icons showing up with incorrect size on Chrome HiDPI Windows with scales of 150% and above. The extension sources associated with icons were using the ui::GetImageScale function which returns the dpi scale on Windows HiDPI. Fix is to use the GetScaleForScaleFactor function instead. BUG=375461 R=oshima Review URL: https://codereview.chromium.org/297763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271856 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
PendingExtensionManager has no reason to depend on ExtensionService. So remove it. If there is a desire for PendingExtensionManager to be in /extensions, it would be very easy to do so - the only thing keeping it in /chrome is a constant. Review URL: https://codereview.chromium.org/297613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271855 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
- Allow ioctls TCGETS and FIONREAD with sanitizers. - Allow sched_getaffinity() with sanitizers. - Enable all BaselinePolicy unit tests with sanitizers. BUG=372445 R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/296703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271854 0039d316-1c4b-4281-b951-d872f2087c98
-
cthomp@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/292153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271853 0039d316-1c4b-4281-b951-d872f2087c98
-
DHNishi@gmail.com authored
NOTRY=true Review URL: https://codereview.chromium.org/291843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271852 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
gyp itself treats any whitespace as a delimiter in GYP_DEFINES, this script should behave the same. NOTRY=true Review URL: https://codereview.chromium.org/290173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271851 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Fix broken Widget::InitParams::activatable logic as a result of https://codereview.chromium.org/286733002 This CL modifies the default return value of WidgetDelegate::CanActivate() based on the type passed into WidgetDelegate::InitParams::type This allows whether the widget is activatable to change over time. In particular, whether the zoom bubble can be activated can change over its lifetime BUG=353533,374095 TEST=None Review URL: https://codereview.chromium.org/293833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271850 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
This is part 1 (of N) of my rearranging things to make passing FDs actually work correctly. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/292983007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271849 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
BUG=375383 Review URL: https://codereview.chromium.org/292983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271848 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
BUG=338338 Review URL: https://codereview.chromium.org/281383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271847 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
BUG=367239 Review URL: https://codereview.chromium.org/290343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271846 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=314805 Review URL: https://codereview.chromium.org/288153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271841 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=362783 Review URL: https://codereview.chromium.org/292933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271840 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add a device scale factor parameter to SoftwareOutputDevice::Resize and plumb that parameter through to the contentsScale property of the CALayer that is used to draw the software frame. Change the way that RWHVMac draws software frames (both delegated and non-delegated) so that the CALayer for the software frame has setContents called on it with a CGImageRef of the software frame, instead of drawing the CGImageRef to the inside the CALayer's displayInContext function. This is the way that things should have been done to begin with (it involves a lot less copying and a lot more idle time in the browser main thread), but wasn't compatible with the (now-defunct) legacy software path. Change the software rendering path to set the contentsScale of the software CALayer at the time that the software frame is received, when the contents are updated, instead of in RWHVMac::LayoutLayers. BUG=314190 Review URL: https://codereview.chromium.org/297573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271839 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
This was introduced in "Move touch CTM from X into Chrome" for fixing chrome-os-partner:25788. BUG=chrome-os-partner:25788 Review URL: https://codereview.chromium.org/296003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271838 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271833 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Also remove several tests related to testing on neutral channel signals. Replacement tests will be added when we switch to starting and stopping GCM on demand in the future patch. BUG=356716 TEST=tests updated TBR=kalman@chromium.org,pavely@chromium.org,arv@chromium.org Review URL: https://codereview.chromium.org/286213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271832 0039d316-1c4b-4281-b951-d872f2087c98
-
ldixon@google.com authored
This should also allow the following to be addressed: * https://code.google.com/p/webrtc/issues/detail?id=2846 * https://code.google.com/p/webrtc/issues/detail?id=2749 It also addresses (using fixes we pushed upstream to usrsctp): BUG=crbug.com/360867 (Chromium+Clang+Windows build) Review URL: https://codereview.chromium.org/266093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271830 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG=None TEST=browser_tests --gtest_filter=WebViewTest.*Visib* Review URL: https://codereview.chromium.org/292923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271829 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Flaking on ChromeOS and Windows, so disabling altogether. BUG=357311 NOTRY=true Review URL: https://codereview.chromium.org/296703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271828 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
So CQ works on https://codereview.chromium.org/290713002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/288343008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271827 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271824 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
Breaks Google Chrome Linux x64 compile: http://build.chromium.org/p/chromium.chrome/buildstatus?builder=Google%20Chrome%20Linux%20x64&number=50183 > [Metrics] Make MetricsStateManager take a callback param to check if UMA is enabled. > > Also, remove a no longer needed testing pref. > > BUG=374296 > TEST=compiles > R=asvitkine@chromium.org > > Review URL: https://codereview.chromium.org/284293003 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/296703008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271822 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/292583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271821 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/292653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271820 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
BUG=367239 Review URL: https://codereview.chromium.org/289373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271819 0039d316-1c4b-4281-b951-d872f2087c98
-