- 27 Jan, 2016 40 commits
-
-
calamity authored
This CL updates the site engagement service's score value for user input events. In order to maintain compatibility with current tests, old score values that are used for testing have been hard coded into SiteEngagementService. BUG=464234 Review URL: https://codereview.chromium.org/1622413002 Cr-Commit-Position: refs/heads/master@{#371714}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/eec72142e BUG=524134 TBR=noel@chromium.org Review URL: https://codereview.chromium.org/1640063002 . Cr-Commit-Position: refs/heads/master@{#371713}
-
cmumford authored
leveldb iterators must be deleted before closing the database or else a crash will ensue. BUG=581474 Review URL: https://codereview.chromium.org/1639043002 Cr-Commit-Position: refs/heads/master@{#371712}
-
zmo authored
We do it in command buffer so it's duplicated validation. BUG=570453 TEST=webgl_conformance R=kbr@chromium.org,bajones@chromium.org Review URL: https://codereview.chromium.org/1639103002 Cr-Commit-Position: refs/heads/master@{#371711}
-
tsergeant authored
This allows <style> tags in HTML files to be checked for style guide errors. BUG=None Review URL: https://codereview.chromium.org/1639863004 Cr-Commit-Position: refs/heads/master@{#371710}
-
charliea authored
This is part of my (apparently neverending) goal to get the battor agent unit tests on the waterfall. TBR=zhenw@chromium.org,nednguyen@google.com Review URL: https://codereview.chromium.org/1634263004 Cr-Commit-Position: refs/heads/master@{#371709}
-
suzyh authored
Having deprecated stylesheet links with unsupported MIME types in https://codereview.chromium.org/1501393003, this patch removes the capability, updates the affected tests, and removes the UseCounter and deprecation warning. This patch also updates the preload scanner to ensure that the resources are not preloaded, and adds a test to check for this. BUG=286682 Review URL: https://codereview.chromium.org/1623403002 Cr-Commit-Position: refs/heads/master@{#371708}
-
tyoshino authored
The only caller ResourceLoader::willFollowRedirect() has ASSERT on redirectResponse. So, we can assert that it's not null here too. BUG=none R=mkwst Review URL: https://codereview.chromium.org/1634943003 Cr-Commit-Position: refs/heads/master@{#371707}
-
philipj authored
These macros are defined such that trailing semicolons (or inner semicolons) have no effect, and they are overwhealmingly used without semicolons, as per the documentation in ipc_message_macros.h. Review URL: https://codereview.chromium.org/1639713002 Cr-Commit-Position: refs/heads/master@{#371706}
-
lfg authored
BUG=576864 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1640483003 Cr-Commit-Position: refs/heads/master@{#371705}
-
jbauman authored
process_->GetProcess() will fail in this case, so don't bother with these checks. In this case they don't matter because the GPU isn't being sandboxed anyway. BUG=580921 Review URL: https://codereview.chromium.org/1638623002 Cr-Commit-Position: refs/heads/master@{#371704}
-
pfeldman authored
BUG= Review URL: https://codereview.chromium.org/1638563002 Cr-Commit-Position: refs/heads/master@{#371703}
-
qiankun.miao authored
This CL adds missed uniform type in https://codereview.chromium.org/1349793004. Full supported uniform type can be found in Table 2.10, es spec 3.0.4 page 64. BUG=429053 Review URL: https://codereview.chromium.org/1635973002 Cr-Commit-Position: refs/heads/master@{#371702}
-
wkorman authored
Fixing up unit tests was somewhat complex due to XP being used as a key test case throughout. We have essentially updated the unit tests here to treat Win7 as the new XP, and Win10 the way Win7 was previously. Also remove dead ALL_BASELINE_VARIANTS constant and accessor methods, and document the one remaining (used by queries_unittest.py) for subsequent cleanup. BUG=581240 Review URL: https://codereview.chromium.org/1624373005 Cr-Commit-Position: refs/heads/master@{#371701}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/713f7a351c2c..e314e3752a98 $ git log 713f7a351..e314e3752 --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1639963003 Cr-Commit-Position: refs/heads/master@{#371700}
-
cbiesinger authored
Our handling of it is pretty incorrect, leading to very poor results. See the testcase in the bug. This was caused by https://codereview.chromium.org/1421423005 BUG=580196 R=leviw@chromium.org Review URL: https://codereview.chromium.org/1631033003 Cr-Commit-Position: refs/heads/master@{#371699}
-
noel authored
The image is suitable for -webkit-border-image layout tests wanting a border image with a color profile (sRGB in this test image). TBR=radu.velea@intel.com BUG=537077 NOTRY=true Review URL: https://codereview.chromium.org/1636503007 Cr-Commit-Position: refs/heads/master@{#371698}
-
yosin authored
This patch introduces |SelectionAdjuster| class to consolidate functions adjusting DOM tree version and composed tree version of selections in |VisibleSelection| class and |SelectionEditor| in one place to avoid having six parameters constructor, and rude name function |createWithoutValidation()| to simplify source code for improving readability. Note: For ease of reviewing to compare changes, this patch doesn't leave functions in original place. Following patch moves them to "SelectionAdjust.{cpp,h}". This patch is a preparation of introducing |m_hasTrailingWhitespace| into |VisibleSelection| class, which makes six parameters constructor to seven parameters constructor without this patch. BUG=n/a TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/1630903005 Cr-Commit-Position: refs/heads/master@{#371697}
-
rjkroege authored
The ozone gbm overlay candidate maintains a cache of layer configurations that have previously been validated by the kernel display system. This is unnecessary. Relocate the cache to the global overlay manager to simplify the implementation of pluggable host to gpu communication. BUG=558602 Review URL: https://codereview.chromium.org/1631073002 Cr-Commit-Position: refs/heads/master@{#371696}
-
oshima authored
* Do not convert inputs for child frames because they're already converted * Use 1x dsf for the child frame's surface. This is a stopgap solution. I'll address it in a separate CL. * Convert the guest view size to css in browser_plugin as all use of the size expects css coordinates. BUG=485650 TEST=WebViewWithZoomForDSFTest.* Review URL: https://codereview.chromium.org/1586923002 Cr-Commit-Position: refs/heads/master@{#371695}
-
jyw authored
Workaround to fix playback of some 22050 Hz sample rate TuneIn radio stations that do not play through optical out on some AVRs. In particular, Denon receivers do not support 22050 Hz optical out playback. The audio is resampled to either the current mixer output sample rate (if valid) and kFallbackSampleRate (48000 Hz) otherwise. BUG=internal b/26385501 TEST=fling 22050 Hz sample rate WAV file 1) to a freshly booted device, and 2) to a device that was playing a 64 kHz sample rate WAV file. Review URL: https://codereview.chromium.org/1632393002 Cr-Commit-Position: refs/heads/master@{#371694}
-
petewil authored
Use a list of observers instead of creating a new one each time, so we only have one per tab. BUG=577735 Review URL: https://codereview.chromium.org/1637613003 Cr-Commit-Position: refs/heads/master@{#371693}
-
mseaborn authored
This removes a dependency on the NACL_WINDOWS macro, which is defined in non-public native_client headers. It also gets the benefit of the error-checking that base/ does for close()/CloseHandle(). BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=2832 TEST=e.g. NaClBrowserTestPnacl.PPAPICore (tests PNaCl translation) Review URL: https://codereview.chromium.org/1640523002 Cr-Commit-Position: refs/heads/master@{#371692}
-
lfg authored
This change adds one HittestData structure per surface and a HittestDelegate in RenderWidgetHostInputEventRouter that can reject surfaces based on the HittestData. BUG=491334 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1489913003 Cr-Commit-Position: refs/heads/master@{#371691}
-
thestig authored
BUG=581575 TBR=groby@chromium.org Review URL: https://codereview.chromium.org/1640483004 Cr-Commit-Position: refs/heads/master@{#371690}
-
apacible authored
Part 7. Add menu item to Media Router contextual menu to toggle the cloud services preference. It will be checked if cloud services is currently enabled. This will only appear in Chrome branded builds. BUG=560457 Review URL: https://codereview.chromium.org/1582143002 Cr-Commit-Position: refs/heads/master@{#371689}
-
thestig authored
https://chromium.googlesource.com/breakpad/breakpad/src.git/+log/e654eb7..f85e852 BUG=579384 Review URL: https://codereview.chromium.org/1639053002 Cr-Commit-Position: refs/heads/master@{#371688}
-
amistry authored
ResourceDispatcherHostImpl::AddResourceContext() is called on the UI thread, but all other users of |active_resource_contexts_| access it on the IO thread. Review URL: https://codereview.chromium.org/1600263002 Cr-Commit-Position: refs/heads/master@{#371687}
-
wolenetz authored
Revert of MSE: Relax the 'media segment must begin with keyframe' requirement (patchset #13 id:240001 of https://codereview.chromium.org/1091293005/ ) Reason for revert: Two regressions: BUG=581125,581458 The latter causes NFLX playback stall. Reverting to fix canary, even if the latter's eventual fix might be external (e.g. NFLX web app). To allow revert to currently failing code format rules: NOPRESUBMIT=true Original issue's description: > MSE: Relax the 'media segment must begin with keyframe' requirement > > The current version of the MSE spec no longer requires that media segments > start with a keyframe. This change reworks the MSE implementation > so that it now allows tracks within media segments to not begin > with a keyframe. > > To accomplish this requirement's relaxation, this CL: > 1) Separates media segment signaling from coded frame group signaling: > MSE stream parsers need to report whether or not they are currently > in the middle of parsing a media segment, such as a WebM cluster, to > comply with spec disallowance of certain operations like changing > SourceBuffer appendMode when appendState is PARSING_MEDIA_SEGMENT. > However, SourceBufferStream only needs to be signaled when a new coded > frame group is beginning, for example when buffers are appended > following a discontinuity. > 2) Since the FrameProcessor now can transitively signal SourceBufferStreams > when a new coded frame group is beginning (which might span multiple > media segments), the SourceBufferStream can rely upon the fact > that the next buffer appended must be a keyframe if it's been told > that a new coded frame group is starting. A CHECK() is included. > 3) New ChunkDemuxerTests. > 4) Various test cleanup to conform to the distinct "new coded frame group" > and "new media segment" signaling separation, as well as removal > of decode error verification when a media segment doesn't begin > with a keyframe. > > Note that the FrameProcessor already drops non-keyframes prior to the > first keyframe processed for a track following a discontinuity, > and the SourceBufferStream already drops non-keyframes prior to the > first keyframe processed for a track following a range removal that > removed the last appended position in the current coded frame group. > > BUG=229412,459546 > R=chcunningham@chromium.org > TEST=Updated ChunkDemuxerTests, SourceBufferStreamTests, > FrameProcessorTests. Also locally tested: bug 459546's > original report no longer fails. A sample webm VP9 file > from b/26524063 no longer fails. GPM webm vp9/opus test no > longer fails. Bug 518854's original report's "flags_all.mp4" > no longer fails. > > Committed: https://crrev.com/3d152e528e97024860822d3e75109c0c597bf4de > Cr-Commit-Position: refs/heads/master@{#371018} TBR=chcunningham@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=229412,459546 Review URL: https://codereview.chromium.org/1637213002 Cr-Commit-Position: refs/heads/master@{#371686}
-
pkotwicz authored
Revert of [Android] Set enable_remoting=true by default (patchset #1 id:1 of https://codereview.chromium.org/1619913002/ ) Reason for revert: This CL broke some of the internal builders which are building "all". remoting_cardboard_extract_native_lib should be behind an target_arch=="arm" if statement Original issue's description: > [Android] Set enable_remoting=true by default > > We set enable_remoting=true in the command line on the official builders. Set > enable_remoting=true as the default on Chromium as well. > > BUG=544298 > > Committed: https://crrev.com/9fdef29316fae0cf8ba6c7258b434432d40eb175 > Cr-Commit-Position: refs/heads/master@{#371604} TBR=lambroslambrou@chromium.org,dpranke@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=544298 Review URL: https://codereview.chromium.org/1634353003 Cr-Commit-Position: refs/heads/master@{#371685}
-
kmarshall authored
Restructure contents of blimp/client folder. See crbug.com/581506 for more information on the eventual directory structure. Modify paths and ifdef guards as needed. Resolve various linter errors encountered along the way. Add TODOs for missing documentation. R=dtrainor@chromium.org,haibinlu@chromium.org BUG=581506 Review URL: https://codereview.chromium.org/1636163002 Cr-Commit-Position: refs/heads/master@{#371684}
-
eroman authored
Review URL: https://codereview.chromium.org/1634383002 Cr-Commit-Position: refs/heads/master@{#371683}
-
tridgell authored
Adds RotationTransformComponent and SkewTransformComponent. Changes the name of RotateType to RotationType in TransformComponentType enum to match class names. BUG=545318 Spec: https://drafts.css-houdini.org/css-typed-om/#transformcomponent Review URL: https://codereview.chromium.org/1589733004 Cr-Commit-Position: refs/heads/master@{#371682}
-
nednguyen authored
Now that tools/telemetry is moved to catapult/ repo (https://github.com/catapult-project/catapult/commit/40afc53353daf28b955397c8e27d6f1de7bb10b6), we will soon remove tools/telemetry/. This patch update the reference to telemetry/ in .gn, .gyp & .isolate files BUG=478864 TEST=patch set 1 delete telemetry/telemetry.gyp, telemetry/BUILD.gn & telemetry/telemetry.isolate, CQ shows that all bots are green. Review URL: https://codereview.chromium.org/1638483002 Cr-Commit-Position: refs/heads/master@{#371681}
-
danakj authored
If a variable is named kFoo it should be a compile-time constant, and vice versa. Make these match by making variables actually be const, or by changing the name if they are not compile-time constant. R=pdr BUG=580743 Review URL: https://codereview.chromium.org/1636873005 Cr-Commit-Position: refs/heads/master@{#371680}
-
jbudorick authored
Revert of [Android] Switch chromium bots on chromium.android to gn. (patchset #1 id:1 of https://codereview.chromium.org/1636003003/ ) Reason for revert: broken w/ ninja: Entering directory `/b/build/slave/android_build/build/src/out/Debug' ninja: error: unknown target 'android_builder_tests' or In file included from ../../content/gpu/in_process_gpu_thread.cc:10:0: ../../content/gpu/gpu_child_thread.h:24:50: fatal error: content/common/process_control.mojom.h: No such file or directory #include "content/common/process_control.mojom.h" Original issue's description: > [Android] Switch chromium bots on chromium.android to gn. > > This still does not include cronet or webview. > > BUG=580129 > > Committed: https://crrev.com/1f63a1d9804b3c25dd896b52b3b3baf3700293fe > Cr-Commit-Position: refs/heads/master@{#371641} TBR=dpranke@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=580129 Review URL: https://codereview.chromium.org/1632343003 Cr-Commit-Position: refs/heads/master@{#371679}
-
bustamante authored
I cleaned up all the references in our various waterfalls, and this will remove the test completely. BUG=578272 Review URL: https://codereview.chromium.org/1640483002 Cr-Commit-Position: refs/heads/master@{#371678}
-
pfeldman authored
NOTRY=true Review URL: https://codereview.chromium.org/1577153002 Cr-Commit-Position: refs/heads/master@{#371677}
-
scottmg authored
This removes gfx::SCREEN_TYPE_NATIVE/SCREEN_TYPE_ALTERNATE, and there is now only one Screen instance. It's still a runtime-installed thing for test purposes. TBR=various owners for trivial changes R=oshima@chromium.org, sky@chromium.org BUG=558054 Review URL: https://codereview.chromium.org/1608733002 Cr-Commit-Position: refs/heads/master@{#371676}
-
pkasting authored
The stated goal of this was to make dragging the window easier (viz., by increasing the size of drag area atop the window by 1 px). However, this changed the area size from 12 px. high to 13 px., which seems like a rather trivial "improvement" to make, and we've gotten by without such a change in the glass frame (which uses 12 px.) for years. Furthermore, the top resize border was changed from 4 px. to 3 px., which seems honestly pretty small, especially when the glass frame will end up using Windows' default 8 px. or whatever. So remove this code to make the two frames match up better. BUG=none TEST=none Review URL: https://codereview.chromium.org/1632123004 Cr-Commit-Position: refs/heads/master@{#371675}
-