- 03 Jan, 2019 40 commits
-
-
Xianzhu Wang authored
It just initializes the context, which does almost the same thing as when the LayoutView is walked. Change-Id: I8a4b0560bdb1da79361db8c16948f0d67aa236ce Reviewed-on: https://chromium-review.googlesource.com/c/1394929Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#619794}
-
Dan Beam authored
R=dpapad@chromium.org BUG=916782 Change-Id: I39b438178bd0f39fbfb0160a8735ffd0f06fb147 Reviewed-on: https://chromium-review.googlesource.com/c/1394365Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#619793}
-
dstockwell authored
Change-Id: I0b9d04f69d5dba38bdcd0889648023d3ad5939cf Reviewed-on: https://chromium-review.googlesource.com/c/1394353Reviewed-by:
François Degros <fdegros@chromium.org> Commit-Queue: dstockwell <dstockwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#619792}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/db0055dc786a..4ad409510d23 git log db0055dc786a..4ad409510d23 --date=short --no-merges --format='%ad %ae %s' 2019-01-03 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@4ad409510d23 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: Ib7cceea6cb7064c9d45ed1443465b7e4cd3dba99 Reviewed-on: https://chromium-review.googlesource.com/c/1394905Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619791}
-
Devlin Cronin authored
De-virtualize ExtensionFunction::HasPermission(). There's no reason for it to be virtual, and the only overridden implementation of it (TabsCaptureVisibleTabFunction) just returns `true`. Also fix some const-ness issues. Bug: None Change-Id: Id5b278553e1fd9f89634bacfec7fe83c794e78e7 Reviewed-on: https://chromium-review.googlesource.com/c/1391720Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#619790}
-
Tommy Steimel authored
This reverts commit 02979f89. Reason for revert: Causing failures on linux-xenial-rel bot: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-xenial-rel/6075 Original change's description: > Reland "Migrate AdsPageLoadMetricsObserver to ResourceDataUse over OnLoadedResource" > > This is a reland of 7c6d18ba > > Original change's description: > > Migrate AdsPageLoadMetricsObserver to ResourceDataUse over OnLoadedResource > > > > This CL is strictly a refactor that switches the Ads PLMO to count frame > > data using ResourceDataUseUpdate instead of OnLoadedResource. This will > > allow us to include incomplete resources and header bytes in future > > per-frame metrics. This will not change behavior of existing histograms > > at all. > > > > Bug: 878393 > > Change-Id: Ibb235c11bbaa168a40be51bc99c03a0ba999c251 > > Reviewed-on: https://chromium-review.googlesource.com/c/1372428 > > Commit-Queue: John Delaney <johnidel@chromium.org> > > Reviewed-by: Robert Sesek <rsesek@chromium.org> > > Reviewed-by: Josh Karlin <jkarlin@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#619436} > > TBR=rsesek@chromium.org > > Bug: 878393 > Change-Id: I9c8760497d2a5110f4bae31d633d82a405ed812a > Reviewed-on: https://chromium-review.googlesource.com/c/1393530 > Commit-Queue: John Delaney <johnidel@chromium.org> > Reviewed-by: Josh Karlin <jkarlin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#619760} TBR=jkarlin@chromium.org,rsesek@chromium.org,johnidel@chromium.org Change-Id: Ia755a547df8982402942b3430e6680ed1e97f3a2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 878393 Reviewed-on: https://chromium-review.googlesource.com/c/1394949Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#619789}
-
Tarun Bansal authored
Bug: 907236 Change-Id: Id7267ce5a3edec725375738ba069d58431102841 Reviewed-on: https://chromium-review.googlesource.com/c/1394735Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#619788}
-
Chris Harrelson authored
This ensures that we will paper over any confusions regarding non-stacking composited layers such as as those created by backface-visibility: hidden. Setting the bit on the enclosing stacking layer suffices because any other composited layer must be a stacking child of it, and the kGraphicsLayerUpdateSubtree is used. Bug: 916077 Change-Id: I695f9b7a6700e1bed3bc55034916b200a1d7849e Reviewed-on: https://chromium-review.googlesource.com/c/1394187Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#619787}
-
James Cook authored
The two feature flags are incompatible, so make multi-process mash take precedence. Fix some direct references to features::kMash for consistency. TBR=sky@chromium.org Bug: 918859 Test: chrome --login-manager --enable-features=Mash logs in Change-Id: I18ac68e5e7bd01962369549b2b966592b9db0105 Reviewed-on: https://chromium-review.googlesource.com/c/1394796 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#619786}
-
Parastoo Geranmayeh authored
The secondary members should not be considered while comparing profiles. Change-Id: I56c7b19f5da27b2f7c147b0d005b0686c40a39a9 Reviewed-on: https://chromium-review.googlesource.com/c/1394930 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#619785}
-
Austin Eng authored
Add MultiDrawManager with MultiDrawBeginCHROMIUM and MultiDrawEndCHROMIUM commands to batch chunks of MultiDraw calls MultiDraw commands that are larger than the transfer buffer are chunked into multiple commands. This was incorrect because gl_DrawID would get reset to 0 for each chunk. This change adds Begin and End commands which allow MultiDraw chunks to be batched and submitted all together when MultiDrawEndCHROMIUM is received. This change includes tests which check the expected commands and that the gl_DrawIDs for commands larger than the transfer buffer are correct. Bug: chromium:890539 Change-Id: Ida64685be9779b6f6419d247126378a057cb627c Reviewed-on: https://chromium-review.googlesource.com/c/1372636 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#619784}
-
Raul Tambre authored
Bug: 167187 Change-Id: Ia2e184751c33c5894d7e20271b97d693a2062cae Reviewed-on: https://chromium-review.googlesource.com/c/1392330Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#619783}
-
agrieve authored
* Summary needs to use <br> rather than \n. * Show actual value before max value in explanations. * Put the two SuperSize result links together. Change-Id: Iafc6b0c53fd804f6f162acae33cbd2d864354fce Reviewed-on: https://chromium-review.googlesource.com/c/1394911Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#619782}
-
Lucas Furukawa Gadani authored
Bug: 865565 Change-Id: I99af8effad00a802a9d122c3190bbbd841220f53 Reviewed-on: https://chromium-review.googlesource.com/c/1318400Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#619781}
-
bsheedy authored
Fixes potential NANs from gfx::AngleBetweenVectorsInDegrees and gfx::ClockwiseAngleBetweenVectorsInDegrees when the given vectors are very close together by clamping the value passed to acos. When unclamped, the value passed to acos could be slightly outside [-1, 1] due to floating point precision. Bug: 918734 Change-Id: I55b75b21581d25134fdc3e8e6db80892607a807c Reviewed-on: https://chromium-review.googlesource.com/c/1394086Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#619780}
-
Devlin Cronin authored
Do the following clean-ups in ObjectBackedNativeHandler::RouteHandlerFunction() and its callers: - Convert base::Callback to base::RepeatingCallback/base::OnceCallback - Convert base::Bind to base::BindRepeating/base::BindOnce - Pass callbacks by value when an instance is retained In practice, these are all base::RepeatingCallbacks. Bug: 714018 Change-Id: I5c7c58bcad7d033ca576ff7bde173bc6f9482303 Reviewed-on: https://chromium-review.googlesource.com/c/1391853Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#619779}
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/1e2123822ca7..202ccbd707de git log 1e2123822ca7..202ccbd707de --date=short --no-merges --format='%ad %ae %s' 2019-01-03 thakis@chromium.org Make sure nacl_helper_bootstrap is rebuilt after clang rolls. Created with: gclient setdep -r src/native_client@202ccbd707de The AutoRoll server is located here: https://autoroll.skia.org/r/nacl-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:918882 TBR=mseaborn@chromium.org Change-Id: I4953c0a06f1fb13eaef95687ebf9e7bbf32a254b Reviewed-on: https://chromium-review.googlesource.com/c/1394690Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619778}
-
Leonard Grey authored
Bug: 918194 Change-Id: I6572c33b8e1a607b612b6dbf5c7a5a9f369862d6 Reviewed-on: https://chromium-review.googlesource.com/c/1394739Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#619777}
-
Avi Drissman authored
cc60f9329e54 Refactor PEImageAnnotationsReader test 760da9b96abf Delete snapshot/api/module_annotations_win* 60ff01287255 Change ProcessMemory to accept VMSizes bcce07414385 Make crashpad support either PSAPI_VERSION 1 or 2 8f5d83b9e3cd Change ProcessMemoryRange to use VMSize c8a016b99d97 Remove base's arraysize from Crashpad Bug: chromium:837308, crashpad:270, chromium:584969 Change-Id: Idcf144be1fa83eabc4579cc7d58e55efe421f475 Reviewed-on: https://chromium-review.googlesource.com/c/1394012 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#619776}
-
Theresa authored
On older versions of Android (M-), the hint text isn't announced for accessibility. The content description, however, is announced. Behavior is unchanged on newer versions of Android (N+). BUG=911762 Change-Id: I8c5a2e90c14d08c925875f4b76af03de9a3f1178 Reviewed-on: https://chromium-review.googlesource.com/c/1392172Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#619775}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b4e2270d..686bde10 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I76c05107c69f0f85c933f757700225f9fac35ada Reviewed-on: https://chromium-review.googlesource.com/c/1394878Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619774}
-
Parastoo Geranmayeh authored
Variable/Function name updated to avoid confusion between server/client validation. Change-Id: Id503baae2f466a5999ab961bc59008bb202979d5 Reviewed-on: https://chromium-review.googlesource.com/c/1394909Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#619773}
-
Maxim Kolosovskiy authored
Whether an uploaded form is a <form> tag or a list of unowned <input>s may be useful for server side analysis. In particular, the list of unowned <input>s can contain several semantic forms (e.g. a search field, sign-in form, sign-up form). The server side classifiers may apply special heuristics for the <form>less forms. Bug: 552420, 910546 Change-Id: If4a5ec04eb1c0d87ec3a8cd399d84e3f5c31a692 Reviewed-on: https://chromium-review.googlesource.com/c/1394583 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#619772}
-
Antonio Gomes authored
This is a follow up CL to [1], that addresses post-land feedback from blundell@. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1387393/6#message-5b6d62524d8612f8d9b11bd7500af41f4f10cc76 BUG=890811,890812 Change-Id: Ie01be10511872dca5b053d20386559d2975e4bff Reviewed-on: https://chromium-review.googlesource.com/c/1391688Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#619771}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9fa54eab2590..f83a28a6880a git log 9fa54eab2590..f83a28a6880a --date=short --no-merges --format='%ad %ae %s' 2019-01-03 syoussefi@chromium.org Vulkan: Shader path for framebuffer-to-texture copy 2019-01-03 syoussefi@chromium.org Vulkan: optimize image layout transitions 2019-01-03 jmadill@chromium.org Free OSWindow and EGLWindow through helpers. Created with: gclient setdep -r src/third_party/angle@f83a28a6880a The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=syoussefi@chromium.org Change-Id: I5e6a64832751aef446706f12e5cc2761eab617d0 Reviewed-on: https://chromium-review.googlesource.com/c/1394691Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619770}
-
Michael Warres authored
Merge internal change: 222419106 R=zhongyi@chromium.org Change-Id: I78b6a3cc500b4e9b72a135f1c346373d89faf33d Reviewed-on: https://chromium-review.googlesource.com/c/1394007Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#619769}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/943e9fdb7885..5823360bf2c2 Created with: gclient setdep -r src-internal@5823360bf2c2 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I190993a33d3aab1abc300efabf6469786415368c Reviewed-on: https://chromium-review.googlesource.com/c/1394688Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619768}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/31c4bcb210bd..8b0f9d18ddf8 git log 31c4bcb210bd..8b0f9d18ddf8 --date=short --no-merges --format='%ad %ae %s' 2019-01-03 mtklein@google.com tear down one-big-switch SkRasterPipeline backend 2019-01-03 reed@google.com rm legacy FontMetrics from docs 2019-01-03 reed@google.com remove legacy fontmetrics flag Created with: gclient setdep -r src/third_party/skia@8b0f9d18ddf8 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=bungeman@chromium.org Change-Id: Ib9eae17be5535959faa2403b60ecf2efb9eeac8f Reviewed-on: https://chromium-review.googlesource.com/c/1394687Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619767}
-
Nate Fischer authored
This publicly documents WebView's long-standing support for commandline flags, detailing any caveats. R=ctzsm@chromium.org, tobiasjs@chromium.org Bug: 918221 Test: None Change-Id: I43f50ea7d481bd7b578b08f03dcb5737cc786469 Reviewed-on: https://chromium-review.googlesource.com/c/1392364 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Paul Miller <paulmiller@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#619766}
-
rbpotter authored
This code was only used by the old UI, which has now been deleted. Bug: None Change-Id: I5843714287a8b7461195d7be893ece4d1b0ad6b2 Reviewed-on: https://chromium-review.googlesource.com/c/1394738Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#619765}
-
Khushal Sagar authored
The GrShaderCache::ScopedCacheUse needs to be acquired when using the GrContext to scope the cache's use to a single client. Add it for the overdraw_ddl draw in SkiaOutputSurface. R=ericrk@chromium.org Change-Id: I6849deed684fa486b0a44bb227ce04217b62cafc Reviewed-on: https://chromium-review.googlesource.com/c/1394348 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#619764}
-
Daniel Murphy authored
This reverts commit 97ba6ddb. Reason for revert: <INSERT REASONING HERE> Original change's description: > Disable WebViewTest.Shim_testFindInMultipleWebViews on Windows > > Due to flakiness. > > TBR=ekaramad@chromium.org > > Bug: 892085 > Change-Id: I96d8a3b14583c340abba18a725941b8ae0c1cf06 > Reviewed-on: https://chromium-review.googlesource.com/c/1261700 > Commit-Queue: Martin Šrámek <msramek@chromium.org> > Reviewed-by: Martin Šrámek <msramek@chromium.org> > Reviewed-by: Ehsan Karamad <ekaramad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#596682} TBR=msramek@chromium.org,ekaramad@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 892085 Change-Id: I8b417d49cef605a3dd734886332ac70b1f53d8d7 Reviewed-on: https://chromium-review.googlesource.com/c/1394869Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#619763}
-
Ramya Nagarajan authored
The emoji context menu has been enabled by default on Win, Mac and CrOS since M70. This cleans up existing feature flags and test that rely on them. Bug: 827404 Change-Id: I40321c4e2ea91affeed017d875df6a870de4d494 Reviewed-on: https://chromium-review.googlesource.com/c/1393823Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#619762}
-
Kenneth Russell authored
The Vulkan driver doesn't seem properly installed on these machines. Will re-enable once it is. Bug: 918942 Change-Id: I0f3ceeead53d10ce0ffbbb1ed017dcc521172cba No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/1394917Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#619761}
-
John Delaney authored
This is a reland of 7c6d18ba Original change's description: > Migrate AdsPageLoadMetricsObserver to ResourceDataUse over OnLoadedResource > > This CL is strictly a refactor that switches the Ads PLMO to count frame > data using ResourceDataUseUpdate instead of OnLoadedResource. This will > allow us to include incomplete resources and header bytes in future > per-frame metrics. This will not change behavior of existing histograms > at all. > > Bug: 878393 > Change-Id: Ibb235c11bbaa168a40be51bc99c03a0ba999c251 > Reviewed-on: https://chromium-review.googlesource.com/c/1372428 > Commit-Queue: John Delaney <johnidel@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Josh Karlin <jkarlin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#619436} TBR=rsesek@chromium.org Bug: 878393 Change-Id: I9c8760497d2a5110f4bae31d633d82a405ed812a Reviewed-on: https://chromium-review.googlesource.com/c/1393530 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#619760}
-
Andrew R. Whalley authored
Change-Id: Id6fed6762afce61a9860eb930fb2dc4a4349b001 Reviewed-on: https://chromium-review.googlesource.com/c/1394787Reviewed-by:
Andrew Whalley <awhalley@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Andrew Whalley <awhalley@google.com> Cr-Commit-Position: refs/heads/master@{#619759}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/241644a5a398..a900bacb58c3 git log 241644a5a398..a900bacb58c3 --date=short --no-merges --format='%ad %ae %s' 2019-01-03 33432579+alan-baker@users.noreply.github.com Broader check for ids that require a type (#2259) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@a900bacb58c3 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I7100e6bb7e09f4fed3254512eaca7c15a982309b Reviewed-on: https://chromium-review.googlesource.com/c/1394866Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#619758}
-
Adithya Srinivasan authored
Adds IDL files for PortalHost and window.portalHost, and has a simple layout test for window.portalHost. Bug: 914117 Change-Id: Iccaae8992e7cf2794a26e171cebffc94deca8e1d Reviewed-on: https://chromium-review.googlesource.com/c/1393438Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#619757}
-
Bailey Berro authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/44b6331b895d..825055dd8383 $ git log 44b6331b8..825055dd8 --date=short --no-merges --format='%ad %ae %s' 2018-12-26 cmtm system_api: remove support for creating arcbridge socket in session_manager 2018-12-14 jimmyxgong smbprovider: Add UpdateMountCredentialsOptionsProto 2018-12-27 itspeter system_api: add more fields for generic_storage in runtime_probe Created with: roll-dep src/third_party/cros_system_api Change-Id: I6ef9f2e47665adf5c69329d3807a8345b0fe71a6 Reviewed-on: https://chromium-review.googlesource.com/c/1394785 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#619756}
-
Max Moroz authored
Bug: 790747 Change-Id: I4bbae28a27174ce1d2e53ad356aba7726d16c228 Reviewed-on: https://chromium-review.googlesource.com/c/1394597Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#619755}
-