- 22 Nov, 2015 20 commits
-
-
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}
-
michaelpg authored
Move MockSettingsApi to its own file and rename it. Provide initializeForTesting method on <settings-prefs> instead of doing hacky stuff on window. BUG=425627 Review URL: https://codereview.chromium.org/1447103002 Cr-Commit-Position: refs/heads/master@{#361032}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#361031}
-
- 21 Nov, 2015 20 commits
-
-
sigbjornf authored
R=haraken,jbroman BUG= Review URL: https://codereview.chromium.org/1456873003 Cr-Commit-Position: refs/heads/master@{#361030}
-
sbc authored
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_arm_compile BUG=505885 Review URL: https://codereview.chromium.org/1462693004 Cr-Commit-Position: refs/heads/master@{#361029}
-
sbc authored
- Add 'swarming' settings since these bots now use swarming. - Remove 'arm_linux_tester' and corresponding 'none' settings. - Remove now unused 'arm_float' settings. CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_arm_compile BUG=159519 Review URL: https://codereview.chromium.org/1470623002 Cr-Commit-Position: refs/heads/master@{#361028}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/daa8c27..847638a BUG=541551 TBR=geofflang@chromium.org TEST=bots Review URL: https://codereview.chromium.org/1464873006 Cr-Commit-Position: refs/heads/master@{#361027}
-
alph authored
Add JSON style formatting. BUG=488978 Review URL: https://codereview.chromium.org/1468633002 Cr-Commit-Position: refs/heads/master@{#361026}
-
davve authored
Assume that neither image rotation nor scale can affect the image size emptiness. This makes it easier to further simplify imageSizeForLayoutObject later. BUG=559131 Review URL: https://codereview.chromium.org/1463793002 Cr-Commit-Position: refs/heads/master@{#361025}
-
tommi authored
Revert of More regular Platform implementations in unit tests (reland.) (patchset #14 id:260001 of https://codereview.chromium.org/1456873003/ ) Reason for revert: Looks like this is causing build issues. E.g. http://build.chromium.org/p/chromium.win/waterfall?builder=Win%20x64%20GN%20(dbg) Example: FAILED: ninja -t msvc -e environment.x64 -- E:\b\build\goma/gomacc.exe "E:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64/cl.exe" /nologo /showIncludes /FC @obj/third_party/WebKit/Source/platform/test_support/TestingPlatformSupport.obj.rsp /c ../../third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp /Foobj/third_party/WebKit/Source/platform/test_support/TestingPlatformSupport.obj /Fdobj/third_party/WebKit/Source/platform/test_support_cc.pdb e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(654) : error C2220: warning treated as error - no 'object' file generated e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(644) : while compiling class template member function 'WTF::Vector<char,0x00,WTF::PartitionAllocator>::Vector(size_t)' e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\platform\testing\testingplatformsupport.cpp(38) : see reference to function template instantiation 'WTF::Vector<char,0x00,WTF::PartitionAllocator>::Vector(size_t)' being compiled e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\platform\testing\testingplatformsupport.h(56) : see reference to class template instantiation 'WTF::Vector<char,0x00,WTF::PartitionAllocator>' being compiled e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(654) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(313) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(306) : while compiling class template member function 'void WTF::VectorBufferBase<T,false,Allocator>::allocateBuffer(size_t)' with [ T=char , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(386) : see reference to function template instantiation 'void WTF::VectorBufferBase<T,false,Allocator>::allocateBuffer(size_t)' being compiled with [ T=char , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(373) : see reference to class template instantiation 'WTF::VectorBufferBase<T,false,Allocator>' being compiled with [ T=char , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(618) : see reference to class template instantiation 'WTF::VectorBuffer<T,0x00,Allocator>' being compiled with [ T=char , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(415) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(411) : while compiling class template member function 'bool WTF::VectorBuffer<T,0x00,Allocator>::shrinkBuffer(size_t)' with [ T=blink::Address , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(1093) : see reference to function template instantiation 'bool WTF::VectorBuffer<T,0x00,Allocator>::shrinkBuffer(size_t)' being compiled with [ T=blink::Address , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(618) : see reference to class template instantiation 'WTF::VectorBuffer<T,0x00,Allocator>' being compiled with [ T=blink::Address , Allocator=WTF::PartitionAllocator ] e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\platform\heap\threadstate.h(621) : see reference to class template instantiation 'WTF::Vector<blink::Address,0x00,WTF::PartitionAllocator>' being compiled e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(1024) : warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(1019) : while compiling class template member function 'void WTF::Vector<blink::Address,0x00,WTF::PartitionAllocator>::shrink(size_t)' e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(1086) : see reference to function template instantiation 'void WTF::Vector<blink::Address,0x00,WTF::PartitionAllocator>::shrink(size_t)' being compiled e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(1081) : while compiling class template member function 'void WTF::Vector<blink::Address,0x00,WTF::PartitionAllocator>::shrinkCapacity(size_t)' e:\b\build\slave\win_x64_gn\build\src\third_party\webkit\source\wtf\vector.h(745) : see reference to function template instantiation 'void WTF::Vector<blink::Address,0x00,WTF::PartitionAllocator>::shrinkCapacity(size_t)' being compiled ninja: build stopped: subcommand failed. Original issue's description: > More regular Platform implementations in unit tests. > > R=haraken,jbroman > BUG= > > Committed: https://crrev.com/81286531cd82370140d781f6daad585d44c1747c > Cr-Commit-Position: refs/heads/master@{#361019} TBR=jbroman@chromium.org,haraken@chromium.org,tkent@chromium.org,sigbjornf@opera.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1464953003 Cr-Commit-Position: refs/heads/master@{#361024}
-
tommi authored
WebRTC 10724:10736 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/dba3e45..3e38ef9 Libjingle 10725:10735 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/eddf34f..15bbf6c TBR= BUG= Review URL: https://codereview.chromium.org/1466633005 Cr-Commit-Position: refs/heads/master@{#361023}
-
qiankun.miao authored
BUG=551750 TEST=conformance2/textures/misc/tex-3d-size-limit.html Review URL: https://codereview.chromium.org/1414853008 Cr-Commit-Position: refs/heads/master@{#361022}
-
tfarina authored
Now that we have this target, there is no reason to have it commented out. This patch fixes the TODO(GYP) in there. BUG=None R=sky@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/1465963002 Cr-Commit-Position: refs/heads/master@{#361021}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3c19105e..88d3129d Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1464093002 Cr-Commit-Position: refs/heads/master@{#361020}
-
sigbjornf authored
R=haraken,jbroman BUG= Review URL: https://codereview.chromium.org/1456873003 Cr-Commit-Position: refs/heads/master@{#361019}
-
xidachen authored
Current ImageBitmap holds a RefPtr<SkImage>, this CL changes it to hold a RefPtr<StaticBitmapImage>. Review URL: https://codereview.chromium.org/1457683006 Cr-Commit-Position: refs/heads/master@{#361018}
-
sdefresne authored
BUG=556566 Review URL: https://codereview.chromium.org/1457803002 Cr-Commit-Position: refs/heads/master@{#361017}
-
haraken authored
Revert of Switch V8HiddenValue from hidden values to privates (patchset #7 id:120001 of https://codereview.chromium.org/1416053012/ ) Reason for revert: This CL broke tests in oilpan builds. https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Oilpan_ASAN/5177/layout-test-results/results.html Original issue's description: > Switch V8HiddenValue from hidden values to privates > > Privates are like ES6 symbols, but are not accesible by JavaScript. > Hidden values on the other hand will be deleted form the API soon. > > BUG=none > R=haraken@chromium.org > > Committed: https://crrev.com/b1802c0fc28635a50e7f55e40c71e69281cc85f3 > Cr-Commit-Position: refs/heads/master@{#360786} TBR=vogelheim@chromium.org,sigbjornf@opera.com,jochen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/1466733006 Cr-Commit-Position: refs/heads/master@{#361016}
-
paulirish authored
BUG=559524 Review URL: https://codereview.chromium.org/1458223005 Cr-Commit-Position: refs/heads/master@{#361015}
-
lgarron authored
BUG= TBR=agl@chromium.org Review URL: https://codereview.chromium.org/1464993002 Cr-Commit-Position: refs/heads/master@{#361014}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#361013}
-
sque authored
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> Review URL: https://codereview.chromium.org/986503002 Cr-Commit-Position: refs/heads/master@{#361012}
-
aizatsky authored
BUG= Review URL: https://codereview.chromium.org/1467713004 Cr-Commit-Position: refs/heads/master@{#361011}
-