- 04 Jun, 2014 25 commits
-
-
dewittj@chromium.org authored
Previously the custom binding in JS would prevent an image that's larger than the size of the template from being sent to the browser process. This relaxes the maximum to be the largest supported scale factor of the machine. TBR=kalman@chromium.org,dimich@chromium.org BUG=239676 Review URL: https://codereview.chromium.org/291193009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274730 0039d316-1c4b-4281-b951-d872f2087c98
-
stgao@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/293363010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274729 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
Create new histograms (with "2" suffix) corresponding to histograms using the "ExtensionPermission" enum. Also, update the histograms owners and mark the old histograms as obsolete. BUG=338008 Review URL: https://codereview.chromium.org/274943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274728 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274727 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
They're breaking the ASAN bots. BUG=380537 TBR=rsadam@chromium.org Review URL: https://codereview.chromium.org/311083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274725 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
We used to get this dll from third_party/directxsdk but that's not longer true. For some reason, this started to break bots recently. BUG=none TBR=maruel@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/311063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274724 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274709 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Causes presubmit to hang. BUG=380245 > [Telemetry] Terminate any dangling subprocesses > > This is designed to prevent deadlocks on the buildbots. > > I couldn't figure out a way to kill them without killing the parent as well. I > also haven't looked into a Windows equivalent yet. > > BUG=357059 > > Review URL: https://codereview.chromium.org/301313007 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/310083009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274706 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBD: the ones involving the destruction of one connections. ** not tested as part of main chrome test suite ** R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/310223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274705 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Planning to revert a CL that this modified. BUG=380245 > [Telemetry] Don't setpgrp on cros. > > It doesn't work there for some reason. > > BUG= > > Review URL: https://codereview.chromium.org/314463002 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/307423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274704 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
It exposed a bug in the WSOLA algorithm that causes it to incorrectly trigger underflows. > Remove muting for extreme playbackRates. > > Audio was muted below 0.5x and above 4x as the quality degraded > significantly under the crossfade algorithm. The quality is now much > better under the WSLOA algorithm (r220343). > > BUG=289354 > R=scherkus@chromium.org > R=dalecurtis@chromium.org > > Review URL: https://codereview.chromium.org/205093002 BUG=368083 TBR=sandersd@chromium.org Review URL: https://codereview.chromium.org/312963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274701 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Disable WebViewTest.GeolocationAPIEmbedderHasAccessMultipleBridgeIdAllow to allow blink roll while I investigate git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274696 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=371530 R=sievers NOTRY=true Review URL: https://codereview.chromium.org/311023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274693 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
For now, I'm just testing ChildProcess/ChildProcessHost (turned the "manual" test code into a proper automated test). I'll add an app-loading test shortly. R=sky@chromium.org Review URL: https://codereview.chromium.org/313653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274692 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=371530 TBR=sievers NOTRY=true Review URL: https://codereview.chromium.org/310313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274691 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
One of the tests (SocketTestTCP, Listen) submits a len "addrlen = sizeof(addr) + 10", so that causes the memcpy to overwrite part of the caller's stack (because the outparam points at the stack). Related to: BUG= https://code.google.com/p/nativeclient/issues/detail?id=3867 (last time the compile change caused the test to fail) NOTRY=true (only an SDK change) Review URL: https://codereview.chromium.org/310903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274689 0039d316-1c4b-4281-b951-d872f2087c98
-
pmarch@chromium.org authored
will be discarded afterwords. BUG=366916 Review URL: https://codereview.chromium.org/271553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274687 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Views positions all views, including the views::WebView containing the aura::Window that contains the content::RenderWidgetHostViewAura, to integral DIP positions. With a non-integral device scale factor, this could position the RWHVA in between physical pixel boundaries which results in filtering the composited output from the renderer. This looks blurry and bad. This patch computes the delta to the top-left-most integer physical pixel inside the desired bounds and translates the web contents layer by that amount. This means that the top left corner of the web contents shows up at an exact physical pixel and thus the web contents is not filtered. This means that some amount on the bottom or right edge of the web contents area may be clipped, but this amount is always less that one DIP. BUG=370074, 378620 Review URL: https://codereview.chromium.org/304973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274686 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
See https://codereview.chromium.org/18590006/ for the Blink side. See https://docs.google.com/a/chromium.org/document/d/1Kdr4pcFt4QBDLLQn-fY4kZgw6ptmK23lthGZdQMVh2Y/edit for the big picture document [chromium.org account required]. Read-only view at https://docs.google.com/document/d/1Kdr4pcFt4QBDLLQn-fY4kZgw6ptmK23lthGZdQMVh2Y/pub [no account required]. BUG=108012 Review URL: https://codereview.chromium.org/18023022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274685 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Moves the Metrics-related prefs and switches that MetricsStateManager uses into the Metrics component as well. BUG=374210 Review URL: https://codereview.chromium.org/312583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274682 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
In addition, quic_base doesn't depend on crypto. R=rch@chromium.org,rtenneti@chromium.org Review URL: https://codereview.chromium.org/316683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274681 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
(system_libdir being undefined in third_party/harfbuzz-ng/harfbuzz.gyp) BUG=369119 R=thakis@chromium.org Review URL: https://codereview.chromium.org/309253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274680 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL eliminates GoogleURLTracker and google_util having static functions that take in Profiles as arguments and use the Profile to get at the GoogleURLTracker instance. Specifically, it does the following: - Introduces google_profile_helper, as well as a new GetGoogleHomePageURL(Profile) function that serves the purpose previously being served by GoogleURLTracker::GoogleURL(Profile). - The google_util GetGoogleCountryCode(Profile) and GetGoogleSearchURL(Profile) functions now take in the Google homepage URL to operate on rather than the Profile. - Turns GoogleURLTracker's static RequestServerCheck(Profile) and GoogleURLSearchCommitted(Profile) into instance methods, changing callsites to get the tracker from the factory and call the instance method on the tracker if it is not NULL. GoogleURLTracker still uses the Profile to get the Prefs; this will be changed in a different CL. BUG=373235,373223 TBR=thakis Review URL: https://codereview.chromium.org/303233006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274679 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
The default rule will be used to specify the action to take when the requested name does not have an entry in the rule map. BUG=367863 R=mark@chromium.org Review URL: https://codereview.chromium.org/310833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274676 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
http://chromium-build-logs.appspot.com/gtest_query?gtest_query=SSLServerSocketTest.Handshake [ RUN ] SSLServerSocketTest.Handshake [ERROR:ssl_client_socket_openssl.cc(841)] handshake failed; returned 0, SSL error code 1, net_error -107 ../../net/socket/ssl_server_socket_unittest.cc:387: Failure Value of: connect_callback.WaitForResult() Actual: -107 Expected: net::OK Which is: 0 ../../net/socket/ssl_server_socket_unittest.cc:396: Failure Value of: ssl_info.cert_status Actual: 0 Expected: CERT_STATUS_AUTHORITY_INVALID Which is: 4 [ FAILED ] SSLServerSocketTest.Handshake (14 ms) BUG=380340 TBR=hclam@chromium.org Review URL: https://codereview.chromium.org/310923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274675 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jun, 2014 15 commits
-
-
bulach@chromium.org authored
Step (1) on bringing device affinity for perf tests, which will minimize some of the noise we're seeing and allow chrome.perf to scale a bit better. BUG=378862 Review URL: https://codereview.chromium.org/301183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274670 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
This should enable us to get the simpler connect-to-local-host browser-test running first, then move on to adding keyboard input validation. BUG= Review URL: https://codereview.chromium.org/306343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274669 0039d316-1c4b-4281-b951-d872f2087c98
-
markdittmer@chromium.org authored
We currently implement a manifest configuration option: { ... webview: { partitions: { ... } } }, but it is undocumented. This change adds it to the introductory sections of the webview tag documentation. Review URL: https://codereview.chromium.org/308903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274668 0039d316-1c4b-4281-b951-d872f2087c98
-
johnme@chromium.org authored
Bidirectional plumbing between C++ and Java. BUG=350378 Review URL: https://codereview.chromium.org/312683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274667 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Remove C99 enumation from GYP Windows build now that we have VC2013 R=kbr@chromium.org Review URL: https://codereview.chromium.org/314473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274665 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This records a trace event whenver the viewport-based GPU rasterization trigger is added or removed. BUG=None Review URL: https://codereview.chromium.org/312503006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274664 0039d316-1c4b-4281-b951-d872f2087c98
-
pvalenzuela@chromium.org authored
BUG=323265 Review URL: https://codereview.chromium.org/312623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274663 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://flagsjdonnelly@chromium.org authored
BUG=370192 Review URL: https://codereview.chromium.org/315683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274661 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
It is not correct, in python, to modify a list while iterating over it. TBR=bulach@chromium.org, brettw@chromium.org Review URL: https://codereview.chromium.org/310003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274660 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Original CL: https://codereview.chromium.org/288053002/ Original Description: Prevent extensions with <all_urls> from running content scripts without user consent if the scripts-require-action switch is on. ----------------------------------------------- This had a problem in that when user scripts are updated, the old versions are invalidated (as they rely on StringPieces, which do not actually own content). Fix is to update all user scripts, even if they didn't actually change. Also add in ActiveScriptController removing actions for unloaded extensions. TBR=jschuh@chromium.org (for extension_messages.h, no change from original patch) BUG=362353 Review URL: https://codereview.chromium.org/313453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274659 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/302093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274658 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274657 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
The roll is breaking Windows builders with the following error: Missing input files: src\third_party\skia\include\core\SkTileGridPicture.h > Skia roll 1940df9:868074b > > https://skia.googlesource.com/skia/+log/1940df968da44ef95ddb332270aa23481552ca65..868074b50b0fc3e460d2aa97c1096827fe0a1935 > TBR=jvanverth@google.com > BUG= > > Review URL: https://codereview.chromium.org/316673002 TBR=skia-deps-roller@chromium.org Review URL: https://codereview.chromium.org/312803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274656 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Pass in the HostSharedBitmapManager and create the correct form of OutputSurface. BUG=334090 Review URL: https://codereview.chromium.org/303113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274653 0039d316-1c4b-4281-b951-d872f2087c98
-
timvolodine@chromium.org authored
Adds plumbing to make it possible to test the blink implementation of the Battery Status API using LayoutTests and TestRunner. In test mode a fake battery status dispatcher is used to allow manual triggering of battery status changes using TestRunner.didChangeBatteryStatus method. BUG=122593, 360068 Review URL: https://codereview.chromium.org/298263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274652 0039d316-1c4b-4281-b951-d872f2087c98
-