- 12 Feb, 2015 35 commits
-
-
xdai authored
BUG=455885,447280 Review URL: https://codereview.chromium.org/897413002 Cr-Commit-Position: refs/heads/master@{#315907}
-
thestig authored
BUG=449754 Review URL: https://codereview.chromium.org/899403003 Cr-Commit-Position: refs/heads/master@{#315906}
-
waffles authored
chrome chrome-text chrome-data BUG=457454 Review URL: https://codereview.chromium.org/913143004 Cr-Commit-Position: refs/heads/master@{#315905}
-
cjhopman authored
This adds the Java equivalents of the time histogram macros: UMA_HISTOGRAM_TIMES UMA_HISTOGRAM_MEDIUM_TIMES UMA_HISTOGRAM_LONG_TIMES UMA_HISTOGRAM_CUSTOM_TIMES Adds argument validation for enum and times histograms. BUG=442300 Review URL: https://codereview.chromium.org/896953003 Cr-Commit-Position: refs/heads/master@{#315904}
-
estade authored
as per new mocks. BUG=437116 Review URL: https://codereview.chromium.org/886573005 Cr-Commit-Position: refs/heads/master@{#315903}
-
yusufo authored
This moves two calls up to ChromiumApplication making it possible for upstream application level objects to execute process initialization related tasks Review URL: https://codereview.chromium.org/920543002 Cr-Commit-Position: refs/heads/master@{#315902}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6d434c9..aa9729f TBR=pdr@chromium.org,lushnikov@chromium.org Review URL: https://codereview.chromium.org/919803002 Cr-Commit-Position: refs/heads/master@{#315901}
-
isherman authored
BUG=450509 TEST=none R=tengs@chromium.org, xiyuan@chromium.org TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/893293003 Cr-Commit-Position: refs/heads/master@{#315900}
-
asvitkine authored
Compressed size is 0.22% of the original size, resulting in much less space used in Local State. Keeps code to fallback to reading the older pref around, for a few releases, so that seeds don't get reset. Also: - Adds a histogram to track seed store results. - Removes VLOGs which can now be debugged with the above histogram. - Deletes obsolete kVariationsSeedHash pref code. BUG=457315 Review URL: https://codereview.chromium.org/903483003 Cr-Commit-Position: refs/heads/master@{#315899} -
raymes authored
Right now, due to crbug.com/455439 mouse wheel scrolling doesn't work in print preview on HiDPI devices. This hack forces the margins onto separate layers to work around the bug until it's fixed. BUG=455439 Review URL: https://codereview.chromium.org/912433002 Cr-Commit-Position: refs/heads/master@{#315898}
-
aurimas authored
Messed up in: https://chromiumcodereview.appspot.com/886193002 https://chromiumcodereview.appspot.com/878413008 BUG=None TBR=newt@chromium.org Review URL: https://codereview.chromium.org/918043002 Cr-Commit-Position: refs/heads/master@{#315897}
-
danakj authored
Previously we had 2 command line flags to show opaque and non-opaque rects. These were only available by command line and AFAIK are not ever used. Once upon a time, in a ui compositor far far away, the layer border color encoded if the layer was marked as contents_opaque(). This was a useful feature for chrome developers. When the border drawing code was removed from the ui compositor and consolidated into cc, this feature was destroyed since cc had many more layer colors to support. The opaque/non-opaque rect drawing is a lot of lines of code and hacked into weird places, that get in the way of removing the occlusion tracker from the draw loop. So, just remove it, and instead have the layer borders show opaqueness again. We do so by having a translucent larger layer inside the normal layer for opaque windows. (For the DelegatedRendererLayerImpl, since it's a special rainbow window, it does a fill over its contents of awesomeness.) R=ajuma, enne, vmpstr BUG=446751 Review URL: https://codereview.chromium.org/917763003 Cr-Commit-Position: refs/heads/master@{#315896}
-
dmichael authored
Rather than force all unit tests that rely on the ProxyLock to enable it, let's make sure that all tests that _disable_ it re-enable it on exit. BUG= R=teravest@chromium.org Committed: https://crrev.com/25ea5b2087b4c31fa42dea9b0de759d4895d0612 Cr-Commit-Position: refs/heads/master@{#315666} Review URL: https://codereview.chromium.org/908363002 Cr-Commit-Position: refs/heads/master@{#315895}
-
mfomitchev authored
For the Aura path we log the duration of the selection sequence - from the the moment the text selection handles are brought up, and until their dismissal, and also whether the selection was "successful" or not, i.e. whether it ended with execution of one of the a command from the quick menu. For the Android path we only log the duration. BUG=NONE Review URL: https://codereview.chromium.org/895903003 Cr-Commit-Position: refs/heads/master@{#315894}
-
wychen authored
Review URL: https://codereview.chromium.org/918773003 Cr-Commit-Position: refs/heads/master@{#315893}
-
jackhou authored
This effectively reverts https://codereview.chromium.org/760223002 and additionally ensures that Chrome Apps do not block a Chrome restart. BUG=435934, 442280 Review URL: https://codereview.chromium.org/920613002 Cr-Commit-Position: refs/heads/master@{#315892}
-
jrummell authored
Preparing to remove supportsEncryptedMediaMIMEType(), this fails to compile once the method is no longer declared on the blink class. BUG=none TEST=compiles Review URL: https://codereview.chromium.org/916233002 Cr-Commit-Position: refs/heads/master@{#315891}
-
chrome://statscpu authored
this is all broken and has been for a while. Since then, 2012 to 2013 other, sytem-specific systems have been used. Note that there is a v8 test that is using the stats table. Hoping to sort this now. BUG=149742 Review URL: https://codereview.chromium.org/899753002 Cr-Commit-Position: refs/heads/master@{#315890}
-
jbauman authored
The CommandBufferProxyImpl has a lock which is held on receiving messages from the GPU and must be held by any code that executes GPU commands if it can be used from multiple threads. Review URL: https://codereview.chromium.org/879403004 Cr-Commit-Position: refs/heads/master@{#315889}
-
zmo authored
We implemented a helper command glGetTransformFeedbackVaryingsCHROMIUM to fetch all the information and cache it in the client side, and return the cached information whenever possible. BUG=429053 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/911653002 Cr-Commit-Position: refs/heads/master@{#315888}
-
gcasto authored
Previously syncing Android credentials to a Mac would delete them, as these credentials would be managled on insertion to the Keychain. Later lookups (e.g. for accessing chrome://settings/passwords) would delete the credentials because unmatched credentials are deleted on the assumption that they were removed in the Keychain already. This CL also adds tests to verify that similar bugs do not exist on other platforms as well. BUG=455551 Review URL: https://codereview.chromium.org/911743002 Cr-Commit-Position: refs/heads/master@{#315887}
-
vigneshv authored
Opus Codec is supported in Android L+ only on Matroska/WebM container (and not in Ogg) as of this writing. This CL disables Opus in Ogg for Android so that canPlayType does not return "probably". BUG=456967 Review URL: https://codereview.chromium.org/915493002 Cr-Commit-Position: refs/heads/master@{#315886}
-
dmurph authored
R=michaeln BUG=457536 Review URL: https://codereview.chromium.org/913303002 Cr-Commit-Position: refs/heads/master@{#315885}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9e33d1d..95964c6 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/914273003 Cr-Commit-Position: refs/heads/master@{#315884}
-
felt authored
This makes the geolocation permission tests run for both infobars and permission bubbles. The tests now run as parameterized tests. Supercedes parts of: https://codereview.chromium.org/411503005/ https://codereview.chromium.org/341833004/ BUG=438758 Committed: https://crrev.com/f57c61952870c6027dbf220eff8b2d703bfed3c8 Cr-Commit-Position: refs/heads/master@{#314541} Review URL: https://codereview.chromium.org/787033004 Cr-Commit-Position: refs/heads/master@{#315883}
-
dschuyler authored
Here are some of the features in this first pass + AiS can be enabled/disabled in chrome://flags + Suggest supports two line results There are other changes that can be added in the future that are not part of this change list. - does not have AiS icon support - does not have AiS font styling - does not have Calculator styling - does not have suggest sized to the omnibox rather than the window width This is a step toward resolving bug(feature) 455418. Since that bug is getting more attention, I'd like to hold it for a later change list. That is why it's not listed as BUG number below. BUG= Review URL: https://codereview.chromium.org/865673005 Cr-Commit-Position: refs/heads/master@{#315882}
-
Daniel Sievers authored
This seems to sometimes fail (it's racy) on certain systems (Android versions most likely). Skip this call as it's not useful on Android anyways. BUG=457595,447735,457900 R=piman@chromium.org Review URL: https://codereview.chromium.org/921533002 Cr-Commit-Position: refs/heads/master@{#315881}
-
weitaosu authored
BUG=453172 Review URL: https://codereview.chromium.org/911973002 Cr-Commit-Position: refs/heads/master@{#315880}
-
waffles authored
Revert of Roll ANGLE 592ab9dd9..38832d179d. (patchset #1 id:1 of https://codereview.chromium.org/912423002/) Reason for revert: Breaks Win8 GN build: http://build.chromium.org/p/chromium.win/builders/Win8%20GN/builds/4638 FAILED: ninja -t msvc -e environment.x86 -- E:\b\build\goma/gomacc.exe "E:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86/cl.exe" /nologo /showIncludes /FC @obj/third_party/angle/src/libANGLE/renderer/d3d/libANGLE.ProgramD3D.obj.rsp /c ../../third_party/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp /Foobj/third_party/angle/src/libANGLE/renderer/d3d/libANGLE.ProgramD3D.obj /Fdobj/third_party/angle/libANGLE_cc.pdb e:\b\depot_tools\win_toolchain\vs2013_files\vc\include\concrt.h(313) : error C2220: warning treated as error - no 'object' file generated e:\b\depot_tools\win_toolchain\vs2013_files\vc\include\concrt.h(313) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc Original issue's description: > Roll ANGLE 592ab9dd9..38832d179d. > > https://chromium.googlesource.com/angle/angle/+log/592ab9dd9..38832d179d > > BUG=450257,447419,452587,453543 > > Committed: https://crrev.com/3d2f2ff2b1527148d12cd92177951516ae9d1ede > Cr-Commit-Position: refs/heads/master@{#315862} TBR=bajones@chromium.org,kbr@chromium.org,zmo@chromium.org,jmadill@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=450257,447419,452587,453543 Review URL: https://codereview.chromium.org/889653006 Cr-Commit-Position: refs/heads/master@{#315879}
-
lukasza authored
This policy was declared by crrev.com/10825149 but ended up not being used from product code. Therefore we already marked this policy as deprecated in policy_templates.json and now we just need to remove remaining no-op references to this policy from the product code. This changelist also adds unit tests that should fail if any of the following three things get out of sync (as they did recently, after crrev.com/900363003): - product: schema (generated out of policy_templates.json) - product: keys covered by PolicyWatcher::default_values_ - test: expectations for default values BUG=455900 Review URL: https://codereview.chromium.org/903883005 Cr-Commit-Position: refs/heads/master@{#315878}
-
sclittle authored
Previously, the Net.DailyContentLength_DataReductionProxyEnabled_Unknown histogram counted bytes bypassed due to "Chrome-Proxy: block-once", bytes bypassed due to local bypass rules (e.g. http://localhost), and bytes bypassed due to another proxy overriding the DRP. This change reclassifies these three kinds of bypassed bytes into Net.DailyContentLength_DataReductionProxyEnabled_ShortBypass instead, since each of these kinds of bypasses last 0 seconds (i.e. affects only 1 request). BUG=454972 Review URL: https://codereview.chromium.org/917813003 Cr-Commit-Position: refs/heads/master@{#315877}
-
sergeyu authored
The icons were previously encoded with lossy webm compressions, which makes them look bad. BUG=455831 Review URL: https://codereview.chromium.org/917983002 Cr-Commit-Position: refs/heads/master@{#315876}
-
joedow authored
BUG= Review URL: https://codereview.chromium.org/913333002 Cr-Commit-Position: refs/heads/master@{#315875}
-
derat authored
The Linux PlatformFont implementation no longer has any dependencies on Pango. Rename it and compile it unconditionally on Linux. Also drop some Pango build dependencies and delete the now-unneeded PlatformFontOzone implementation. BUG=398885,393067 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/912293006 Cr-Commit-Position: refs/heads/master@{#315874}
-
dpranke authored
R=scottmg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/912413004 Cr-Commit-Position: refs/heads/master@{#315873}
-
- 11 Feb, 2015 5 commits
-
-
lambroslambrou authored
This updates the mobile Chromoting clients to send log messages with connection-error strings that are accepted by the Directory service. BUG=456851 Review URL: https://codereview.chromium.org/919473002 Cr-Commit-Position: refs/heads/master@{#315872}
-
rockot authored
This eliminates source list duplication between GYP and GN builds by merging all source lists into unified gypis. BUG=457404 Review URL: https://codereview.chromium.org/908333004 Cr-Commit-Position: refs/heads/master@{#315871}
-
nednguyen authored
BUG=449352 TEST= Run ./tools/perf/run_benchmark smoothness.top_25_smooth --browser=cros-chrome --remote=... Review URL: https://codereview.chromium.org/856353007 Cr-Commit-Position: refs/heads/master@{#315870}
-
amistry authored
hotword detector. BUG=457535 Review URL: https://codereview.chromium.org/911393002 Cr-Commit-Position: refs/heads/master@{#315869}
-
Raymes Khoury authored
Also add michaelpg and jlklein R=dzhioev@chromium.org Review URL: https://codereview.chromium.org/915943002 Cr-Commit-Position: refs/heads/master@{#315868}
-