- 23 Nov, 2015 15 commits
-
-
sigbjornf authored
Verify that deriving from a USING_GARBAGE_COLLECTED_MIXIN() annotated class is traced as expected. R=haraken BUG= Review URL: https://codereview.chromium.org/1465083002 Cr-Commit-Position: refs/heads/master@{#361072}
-
sigbjornf authored
Move this !ENABLE(INPUT_MULTIPLE_FIELDS_UI) object to the Oilpan heap, where it belongs as it derives from the on-heap BaseDateAndTimeInputType class. At the same time, turn DateTimeChooserClient into a GC mixin. R=haraken BUG=553613 Review URL: https://codereview.chromium.org/1466113002 Cr-Commit-Position: refs/heads/master@{#361071}
-
timloh authored
This patch fixes a missing check in CalcParser::consumeNumberRaw for the CalcNumber category. This was causing non-<number> calcs to be accepted as numbers (which caused problems in flex where <number> and <length> can be used in the same shorthand, e.g. flex: calc(10px + 50%) 1 2) BUG=559513,499780 Review URL: https://codereview.chromium.org/1464253002 Cr-Commit-Position: refs/heads/master@{#361070}
-
rob.buis authored
Move stroke-dasharray property handling from LegacyCSSPropertyParser into CSSPropertyParser. With this change the stroke-dasharray produces UserUnits CSSPrimitiveValues instead of Pixels. This caused regressions on interpolation tests, I added UserUnits to the unitTypeToLengthUnitType switch to fix this. BUG=499780 Review URL: https://codereview.chromium.org/1442233002 Cr-Commit-Position: refs/heads/master@{#361069}
-
yunchao.he authored
BUG=554902 TEST=conformance2/renderbuffers/invalidate-framebuffer.html, gpu_unittests Review URL: https://codereview.chromium.org/1435183002 Cr-Commit-Position: refs/heads/master@{#361068}
-
mgiuca authored
This is the source of some confusion; ImageSkia has been abused in the past for storing different logical image sizes, where an ImageFamily is the appropriate class. This comment mirrors the comment in ImageFamily explaining when Image/ImageSkia is appropriate vs ImageFamily. Review URL: https://codereview.chromium.org/1438603003 Cr-Commit-Position: refs/heads/master@{#361067}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#361066}
-
haraken authored
BUG=559300 TBR=dcheng@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1467933002 Cr-Commit-Position: refs/heads/master@{#361065}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/928e603a BUG=549174 TBR=skobes@chromium.org Review URL: https://codereview.chromium.org/1466203002 . Cr-Commit-Position: refs/heads/master@{#361064}
-
alancutter authored
This patch changes the way neutral keyframes are specified in SVG attribute interpolation tests to be more explicit using an exported neutralKeyframe object. BUG=530436 Review URL: https://codereview.chromium.org/1459093002 Cr-Commit-Position: refs/heads/master@{#361063}
-
tsergeant authored
BUG=554419 Review URL: https://codereview.chromium.org/1434883002 Cr-Commit-Position: refs/heads/master@{#361062}
-
ericwilligers authored
Chrome was not applying animateMotion paths that do not actually express motion. Similarly, motion-path paths like "M 100 100 L 100 100" were not being applied. The SkPathMeasure constructed from such paths is empty, but we can directly read the starting point from the path. BUG=321022 Review URL: https://codereview.chromium.org/1418663004 Cr-Commit-Position: refs/heads/master@{#361061}
-
tsergeant authored
This cleans up history_ui.cc in preparation for adding a new WebUI for Material design history. BUG=425625 Review URL: https://codereview.chromium.org/1462813003 Cr-Commit-Position: refs/heads/master@{#361060}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/de3aac8cea8a..7ea33f5e1ae9 $ git log de3aac8ce..7ea33f5e1 --date=short --no-merges --format='%ad %ae %s' 2015-11-22 bsalomon Initial version of external_oes texture support and unit test CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/1469753002 Cr-Commit-Position: refs/heads/master@{#361059}
-
tsergeant authored
Revert of components/metrics: Add runtime memory leak detector (patchset #52 id:2120001 of https://codereview.chromium.org/986503002/ ) Reason for revert: This CL has been causing the builder Linux ChromiumOS Tests (dbg)(1) to fail: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/9298 Original issue's description: > components/metrics: Add runtime memory leak detector > > This patch adds heuristic-based memory leak detector. > Unlike traditional leak detectors like valgrind, > it doesn't wait until a process terminates to check for > leftover allocations. Instead, it analyzes allocation > patterns over time. > > This code is not thread-safe. It is up to the caller of this code to ensure thread safety. > > BUG=382705 > > Signed-off-by: Simon Que <sque@chromium.org> > > Committed: https://crrev.com/d02b109cb1f41b7ea0584d0910c8bb4cf21cb521 > Cr-Commit-Position: refs/heads/master@{#361012} TBR=jochen@chromium.org,asvitkine@chromium.org,bjanakiraman@chromium.org,gpike@chromium.org,jar@chromium.org,thakis@chromium.org,wfh@chromium.org,sque@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=382705 Review URL: https://codereview.chromium.org/1472693002 Cr-Commit-Position: refs/heads/master@{#361058}
-
- 22 Nov, 2015 25 commits
-
-
fsamuel authored
We are not yet addressing the subframe case so renderer_host is a better place for this file. BUG=551250 Review URL: https://codereview.chromium.org/1467083002 Cr-Commit-Position: refs/heads/master@{#361057}
-
dpranke authored
This re-lands #360510 w/ a build fix to //mojo/shell:apptests after #360604; It looks like this was broken when we changed //mojo/shell/application_manager.mojo in #360604 but for whatever reason //mojo didn't include //mojo/shell:apptests. With this fix, 'ninja all' should work again in a GN Linux x64 build. TBR=phajdan.jr@chromium.org, ben@chromium.org, msw@chromium.org BUG=432959 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_archive_rel_ng Review URL: https://codereview.chromium.org/1460013003 Cr-Commit-Position: refs/heads/master@{#361056}
-
skobes authored
The rebaseline bot landed r361038 with no rebaselines, probably because r360860 was reverted in r360913. But these tests still need to be rebaselined due to the patch relanding in 361037. This reverts commit 6f146e73. BUG=549174 TBR=wkorman NOTRY=true Review URL: https://codereview.chromium.org/1471623002 Cr-Commit-Position: refs/heads/master@{#361055}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/08c4bdf305b7..de3aac8cea8a $ git log 08c4bdf30..de3aac8ce --date=short --no-merges --format='%ad %ae %s' 2015-11-22 reed use pinned value during lerp for vertical gradients 2015-11-22 halcanary SkPDF: add `final` keyword to leaf classes 2015-11-22 update-skps Update SKP version CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/1467913002 Cr-Commit-Position: refs/heads/master@{#361054}
-
bnc authored
BUG=557197 Review URL: https://codereview.chromium.org/1453903002 Cr-Commit-Position: refs/heads/master@{#361053}
-
majidvp authored
BUG=444094 Review URL: https://codereview.chromium.org/1450113002 Cr-Commit-Position: refs/heads/master@{#361052}
-
bnc authored
Minor SpdyTestUtil cleanup: * Remove unused ChopReadFrame() declaration and definition. * Consolidate the two flavors of ChopWriteFrame(). * Remove unused MakeSpdyHeader() declaration and definition. * Remove undefined ConstructSpdyGetForProxy() declaration. Review URL: https://codereview.chromium.org/1466493002 Cr-Commit-Position: refs/heads/master@{#361051}
-
esprehn authored
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1466883003 Cr-Commit-Position: refs/heads/master@{#361050}
-
sadrul authored
BUG=none Review URL: https://codereview.chromium.org/1469603003 Cr-Commit-Position: refs/heads/master@{#361049}
-
fsamuel authored
BUG=none Review URL: https://codereview.chromium.org/1472673002 Cr-Commit-Position: refs/heads/master@{#361048}
-
mohsen authored
This is to allow compiling Chrome for Android with use_aura=1. BUG=507792 Review URL: https://codereview.chromium.org/1469443002 Cr-Commit-Position: refs/heads/master@{#361047}
-
kojii authored
imported csswg-test@2548b2d18c753402ad8bdc4ab4d31b60e5b7ee2a imported web-platform-tests@82984abaef0aa8234093c4e8f5ae6eaa672653eb Skip - 21 css-writing-modes-3 tests for sideways-*, which we do not plan to support today. - 4 html/browsers that require extra resources. css-writing-modes-3 - 1 test has additional cases. - 20 tests have minor indent fixes. TBR=dpranke@chromium.org,jsbell@chromium.org,tkent@chromium.org BUG=490511, 492664 Review URL: https://codereview.chromium.org/1464213002 Cr-Commit-Position: refs/heads/master@{#361046}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/211df380655d..08c4bdf305b7 $ git log 211df3806..08c4bdf30 --date=short --no-merges --format='%ad %ae %s' 2015-11-22 fmalita Revert of Add stroking support to distance field path renderer (patchset #8 id:160001 of https://codereview.chromium.org/1460873002/ ) 2015-11-21 reed Revert[2] of "quick-accept clipRect calls" 2015-11-20 bsalomon Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) 2015-11-20 bsalomon Initial version of external_oes texture support and unit test 2015-11-20 bsalomon Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) 2015-11-20 egdaniel Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) 2015-11-20 caryclark fix pathops coincidence fuzz bug 2015-11-20 jvanverth Add stroking support to distance field path renderer 2015-11-20 egdaniel Create GrGLSLVaryingHandler class for program building 2015-11-20 egdaniel Make specialized SrcOver XPFactory 2015-11-20 fmalita Tiny linear gradient GM 2015-11-20 mtklein Fix UB in SkDivBits 2015-11-20 mtklein Add SkNx_cast(). 2015-11-20 herb Move glyph choosing to the find and place glyph code. 2015-11-20 fmalita SkFontConfigInterface::createTypeface() 2015-11-20 halcanary Eliminate SkFILE: it always is the same as FILE. 2015-11-20 reed option to quick-accept clipRect calls 2015-11-20 reed enable conservative raster clipping 2015-11-20 herb Initialize memory for BitMask and Clip test. 2015-11-20 joshualitt Factor out GrAtlasTextBatch fromt GrAtlasTextContext 2015-11-20 jvanverth Pack and align SkStrokeRec to 4-byte boundary. 2015-11-20 kkinnunen Generate list of GPU contexts outside SurfaceTest tests CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/1468843002 Cr-Commit-Position: refs/heads/master@{#361045}
-
mathp authored
Previous implementation had a flash where we would see datalist only, then the full list with Autofill (see bug for description). Behavior now is to show the full list of suggestions that we have (datalist + Autofill/autocomplete, if available). BUG=558530 TEST=manual Review URL: https://codereview.chromium.org/1447283006 Cr-Commit-Position: refs/heads/master@{#361044}
-
sigbjornf authored
R=haraken BUG=553613 Review URL: https://codereview.chromium.org/1442543003 Cr-Commit-Position: refs/heads/master@{#361043}
-
philipj authored
This was overlooked in https://codereview.chromium.org/971783002 BUG=354298 R=jl@opera.com Review URL: https://codereview.chromium.org/1465003002 Cr-Commit-Position: refs/heads/master@{#361042}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#361041}
-
ortuno authored
A return statement was missing so the callback would get called twice. To avoid future bugs in which callbacks are called unexpectedly, we add a new parameter to the getters of the mock callbacks. If Call::EXPECTED is passed then the callback is expected to be called, otherwise we the callback was not expected to be called and the test will fail. We add a TearDown implementation to BluetoothTestBase to check no unexpected calls have been made to callbacks. BUG=557571 Review URL: https://codereview.chromium.org/1465863003 Cr-Commit-Position: refs/heads/master@{#361040}
-
ttuttle authored
This commit makes several intertwined changes: 1. Changes the config format to be much simpler, and incrementally closer to the ideas in the Navigation Error Logging spec. Specifically, removes resources and uses a list of safe path prefixes to serve the same purpose. 2. Removes the simplest configs and replaces them with an array of "config params" that are used to create params at runtime. This saves approximately 15,000 lines of source code and around a MB or two of binary size (on disk and at runtime). 3. Changes the report format to include full URLs when reporting to same-origin collectors, and partial URLs (based on the list of safe path prefixes) for non-same-origin collectors. Removes resource reports, since resources no longer exist, and makes a few other tweaks to the format. 4. Changes other parts of the internals of Domain Reliability to accommodate the above changes. BUG=549137,549138,495342 Review URL: https://codereview.chromium.org/1180223006 Cr-Commit-Position: refs/heads/master@{#361039}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/74aa5e43 BUG=549174 TBR=skobes@chromium.org Review URL: https://codereview.chromium.org/1472613002 . Cr-Commit-Position: refs/heads/master@{#361038}
-
skobes authored
There are three cases: (1) scroller is a non-composited self-painting layer (2) scroller is not a self-painting layer (3) scroller is a composited layer (3a) scroller is a composited layer that does not use composited scrolling Case (1) already worked correctly through the background clip applied by PaintLayerPainter. Case (2) is addressed by the change in BlockPainter. Case (3) is addressed by the changes in CompositedLayerMapping. The clip is applied by m_overflowControlsHostLayer. GraphicsLayerTreeBuilder is modified to preserve the layer tree in case (3a). I have renamed m_overflowControlsClippingLayer for clarity, since the overflow controls can now be clipped for two different reasons. Note that for an iframe with CSS "resize", the scroll corner comes from the iframe element's CompositedLayerMapping, not the inner PaintLayerCompositor. For this reason, PLC::attachFrameContentLayersToIframeLayer must preserve overflow controls just like the "!parented" path of GraphicsLayerTreeBuilder. BUG=549174 Committed: https://crrev.com/bf0a5ac073c0844a514a979beab5c8b08a445393 Cr-Commit-Position: refs/heads/master@{#360860} Review URL: https://codereview.chromium.org/1448253002 Cr-Commit-Position: refs/heads/master@{#361037}
-
davidben authored
They're unused. BUG=none Review URL: https://codereview.chromium.org/1458423003 Cr-Commit-Position: refs/heads/master@{#361036}
-
sbc authored
Also, the extra libdrm dependencies needed. The packagelists were updated by running: ./sysroot-creator-wheezy.sh UpdatePackageListsAll BUG=559062 Review URL: https://codereview.chromium.org/1464123002 Cr-Commit-Position: refs/heads/master@{#361035}
-
sbc authored
Review URL: https://codereview.chromium.org/1468763002 Cr-Commit-Position: refs/heads/master@{#361034}
-
davidben authored
This got left in there from https://codereview.chromium.org/1422573008 BUG=394131 Review URL: https://codereview.chromium.org/1465793004 Cr-Commit-Position: refs/heads/master@{#361033}
-