- 04 Jan, 2018 40 commits
-
-
Vladimir Levin authored
DrawTextBlob pose an issue to the equality fuzzer in that we don't reconstruct typefaces at deserialization, making the op impossible to serialize again (it asserts). This patch ignores these ops in the equality fuzzer. R=enne@chromium.org Bug: 798939 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I50c039e88737ac443c834b2207f77acb798c3612 Reviewed-on: https://chromium-review.googlesource.com/850538Reviewed-by:
enne <enne@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#527055}
-
Shenghua Zhang authored
yaml_file variable is not passed to pkg_yaml_file in def UploadSdkPackage, this CL fixes that bug. Bug: 659808 Change-Id: I20fb5ca685993f540b4b4699ed5ebdc006e636ff Reviewed-on: https://chromium-review.googlesource.com/848293Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Shenghua Zhang <shenghuazhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#527054}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/3b116ad3d868..085bb64c8579 $ git log 3b116ad3d..085bb64c8 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ifad898db0c928aba70efc40c404b58773f133e7d Reviewed-on: https://chromium-review.googlesource.com/850932Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#527053}
-
Raymond Toy authored
The channelInterprtation for a ChannelSplitterNode should be 'discrete', not 'speakers', and cannot be changed. Update tests to verify this. Bug: 795586 Test: constructors/channelsplitter.html Change-Id: Icc909ff0ce8652d6fc63b367129da032182f03f2 Reviewed-on: https://chromium-review.googlesource.com/833008Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#527052}
-
Xida Chen authored
TBR=beccahughes@chromium.org NOTRY=true Bug: 799137 Change-Id: Ia0d1557e9570e4b76263ce9ee386e95c6327220d Reviewed-on: https://chromium-review.googlesource.com/851093 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#527051}
-
Marijn Kruisselbrink authored
Bug: 750468 Change-Id: I4b6367418a8f11de8a6702cb137c02343be3b233 Reviewed-on: https://chromium-review.googlesource.com/842856 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#527050}
-
dpapad authored
Bug: 797357 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia5ee932ad218174a121f27838a089e85b308980f Reviewed-on: https://chromium-review.googlesource.com/843144Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#527049}
-
Charlie Andrews authored
NOTRY=true TBR=nednguyen@google.com CC=perezju@chromium.org Bug: 799106, 799122 Change-Id: I605dd95215ce0a3cfcaacf81be3a7b81ae5ec7c6 Reviewed-on: https://chromium-review.googlesource.com/850436Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#527048}
-
Xida Chen authored
TBR=skyostil@chromium.org NOTRY=true Bug: 799127 Change-Id: Ib5e99e16a5f49eea7e51fa34b9f901c9c143df76 Reviewed-on: https://chromium-review.googlesource.com/850541Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#527047}
-
Abhishek Arya authored
This reverts commit 4766c501. Reason for revert: Multiple security regressions. See crbug.com/799128 and others. Original change's description: > Merge anonymous table boxes when appropriate. > > When a table part box is removed from the layout tree, we may end up > with two anonymous layout part siblings which needs to be merged. We > move the children of the latter into the former. When children of the > latter are themselves anonymous, skip down the layout tree until we find > non-anonymous boxes. This will make sure we merge multiple levels of > anonymous boxes although it means we will have to recreate the anonymous > ancestors of the moved box when the preceding box we are moving it to > does not have anonymous descendants. > > Bug: 181374 > Change-Id: I8a14cec2e036fb4e5b937f89c4a35411dcc98785 > Reviewed-on: https://chromium-review.googlesource.com/846861 > Reviewed-by: Morten Stenshorne <mstensho@chromium.org> > Commit-Queue: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#526969} TBR=dgrogan@chromium.org,mstensho@chromium.org,futhark@chromium.org Change-Id: I50d510fedeb749cb401b39d0b79674adc9c4384c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 181374 Reviewed-on: https://chromium-review.googlesource.com/851072Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#527046}
-
Wenzhao Zang authored
Created |UpdateCustomWallpaperLayout| so that |SetWallpaperInfo| is made private. Also, WallpaperManager::UpdateWallpaper can be deprecated due to this CL and the previous CL. Bug: 779221 Change-Id: I27ec8095e0ca21eee8bea3216b930d9bef9e4f4e Reviewed-on: https://chromium-review.googlesource.com/828696Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#527045}
-
Kevin McNee authored
Now that crbug.com/798708 is fixed, ContextMenuAllowedScope can be in a base::Optional. We delete the copy and assign constructors to prevent the accidental copying of a ContextMenuAllowedScope into an Optional instead of the construction being done in place. Bug: None Change-Id: Ife88ea31a5aaf31f0c8c55ceb4bc7ca816eef98a Reviewed-on: https://chromium-review.googlesource.com/850936Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#527044}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/aadff7def3d1..974a66a80812 $ git log aadff7def..974a66a80 --date=short --no-merges --format='%ad %ae %s' 2018-01-04 xunjieli Fix story_runner.py to not call DumpStateUponFailure with three args Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I693ac85b28f201db26d6c1606e4b44c959fa2375 Reviewed-on: https://chromium-review.googlesource.com/850937 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527043}
-
bsheedy authored
Removes the URL for the pure flicker app from the list of test URLs for the VR motion to photon latency test. This is due to several reasons: 1. The page is pretty redundant at this point. The WebVR samples have flicker app capabilities built in now, and give almost identical results as long as the CPU/GPU load isn't cranked up. 2. The URL seems to have died, which was causing the test to fail 3. This makes all the test URLs come from the WebVR sample repo, which makes it easier to control versions for testing. Bug: Change-Id: Ibcf5a720842314354e0dfe44af73edc41c77398b Reviewed-on: https://chromium-review.googlesource.com/849274Reviewed-by:Christopher Grant <cjgrant@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#527042}
-
Raymond Toy authored
If automations are scheduled to start in the future, the slow automation path is run instead of the fast path where the AudioParam value is known to be constant. For most nodes this doesn't matter, but for BiquadFilters that have a complicated relationship between the AudioParam values and the filter coefficients, this is a significant performance hit. So, if there are no automations scheduled to run in the current render quantum, we can still use the fast path. Bug: 795051 Change-Id: Iad144c5ce0bcea4af1921ba879c6c55f210fcb16 Reviewed-on: https://chromium-review.googlesource.com/830033 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#527041}
-
Daniel Cheng authored
Change-Id: I2d92f39a18b79fa543e047d8c133f5557ce35b6b Reviewed-on: https://chromium-review.googlesource.com/842248Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#527040}
-
Charlie Andrews authored
TBR=nednguyen@google.com CC=mythria@chromium.org, ulan@chromium.org NOTRY=true Bug: 799080 Change-Id: Ibdf38fd714074cb2f83dd57a91b873d0ea8f8c79 Reviewed-on: https://chromium-review.googlesource.com/850720 Commit-Queue: Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#527039}
-
Alice Boxhall authored
Bug: 695214 Change-Id: Iedddf16ff3a80960d45a7ea2802ad8d550770364 Reviewed-on: https://chromium-review.googlesource.com/846587 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#527038}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/e463d9855873..898d5b203487 $ git log e463d9855..898d5b203 --date=short --no-merges --format='%ad %ae %s' 2018-01-04 ethannicholas fixed uninitialized value warning in GrGLShaderStringBuilder 2018-01-04 angle-skia-autoroll Roll skia/third_party/externals/angle2/ bbd9d4c61..02f152399 (1 commit) 2018-01-04 fmalita [skotty] Add ellipse support 2018-01-04 egdaniel Removed unused useCache param in GrYUVProvider 2018-01-04 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 47c8ea3fb..bbd9d4c61 (1 commit) 2018-01-03 fmalita [skotty,sksg] Add support for geometry merge 2018-01-04 brianosman Remove conversion to 8888 of sRGB sources with other configs Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jcgregorio@chromium.org Change-Id: If4f9148d5b74b2405049022466882b739fce44a8 Reviewed-on: https://chromium-review.googlesource.com/850718Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527037}
-
Johann authored
https://chromium.googlesource.com/webm/libvpx.git/+log/a2127236ae47..8a4336ed2ede $ git log a2127236a..8a4336ed2 --date=short --no-merges --format='%ad %ae %s' 2017-12-18 slavarnway Add vp9_quantize_fp_nz_c() -- 2 2017-12-21 giles Don't force inlining for msvc targets. 2017-12-21 jzern vp9_quantize_ssse3_x86_64: fix out of bounds write 2017-12-21 jzern Revert "Add vp9_quantize_fp_nz_c()" 2017-12-14 marpan vp9-svc: Add layer bitrate targeting to SVC datarate tests. 2017-12-18 slavarnway Add vp9_quantize_fp_nz_c() 2017-12-18 jzern lpf_test: correct threshold ranges Created with: roll-dep src/third_party/libvpx/source/libvpx R=tomfinegan@chromium.org Change-Id: I0fc5c0c16ca45585b11b96fac35382eaee4275f9 Reviewed-on: https://chromium-review.googlesource.com/850934Reviewed-by:
Tom Finegan <tomfinegan@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#527036}
-
David Tseng authored
Bug: Change-Id: I8b4c002427f14426753e6a4ddc083e50a33cb985 Reviewed-on: https://chromium-review.googlesource.com/847896 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#527035}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/bbd9d4c61e96..c71862aa324c $ git log bbd9d4c61..c71862aa3 --date=short --no-merges --format='%ad %ae %s' 2017-12-21 oetuaho Store referenced interface blocks in a cleaner data structure 2017-12-27 jiawei.shao Clear error logs when starting a new link process Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: I422fee428d509d97a847162ec7f4f5674879fbff Reviewed-on: https://chromium-review.googlesource.com/850993 Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527034}
-
John Abd-El-Malek authored
Change-Id: I06442702cadc0d25ce7e989905ccb20be3a6ab21 Reviewed-on: https://chromium-review.googlesource.com/849304Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#527033}
-
Steven Bennetts authored
This includes some minor cleanup in preparation for moving display_preferences.cc to src/ash. Bug: 678949 Change-Id: Ieed43321057f720923903550122a9236e0bd930d Reviewed-on: https://chromium-review.googlesource.com/849303 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#527032}
-
Lukasz Anforowicz authored
Knowing the URL is very helpful not only for diagnosing renderer crashes, but also for handling browser crashes, and DwoCs (e.g. ones issued for renderer kills). This CL introduces a call to ContentClient::SetActiveURL in 4 places in the browser process: - RenderViewHostImpl::OnMessageReceived - RenderFrameProxyHost::OnMessageReceived - RenderFrameHostImpl::OnMessageReceived - RenderFrameHostImpl::DidCommitProvisionalLoad Bug: 797968, 770239 Change-Id: I78481d0fcb40e7c0548eb5ee3bd1ff00c7703592 Reviewed-on: https://chromium-review.googlesource.com/846109 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#527031}
-
Xiaocheng Hu authored
This patch cleans up the public interface of WebSurroundingText that: - IsNull() is renamed to IsEmpty() to be more intuitive; - InitializeFromCurrentSelection() and InitializeFromRange() are changed into constructors to simplify instance creation, and also prevent the initialize functions from being called more than once. It also cleans up the variable name |surroundingText| to cope with the Chromium coding style. Bug: 757719 Change-Id: I5d0248704b46dab3adbad33f1353d5bd709560c7 Reviewed-on: https://chromium-review.googlesource.com/845359Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#527030}
-
bsheedy authored
This is a reland of 2c1e0069 Original change's description: > Update Android NDK to r16 > > This contains all the src/ changes necessary to make > Chromium compile with Android NDK r16. Most changes > are to make the code compatible with the unified > headers that are used now. > > The libwebm revision is updated to a newer version in > order to get a fix for using unified headers that was > added a while back, but never rolled into Chromium. > > Sister CLs: > src/third_party/skia/: https://skia-review.googlesource.com/c/skia/+/75422 > src/third_party/android_tools/ndk/: https://chromium-review.googlesource.com/c/android_ndk/+/784230 > > Bug: 771171 > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > Change-Id: I643f9f7bd75d111e540778d2fdf8c20851485a5a > Reviewed-on: https://chromium-review.googlesource.com/777822 > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Pavel Feldman <pfeldman@chromium.org> > Reviewed-by: Scott Graham <scottmg@chromium.org> > Reviewed-by: Zhongyi Shi <zhongyi@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Ryan Sturm <ryansturm@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Reviewed-by: agrieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#525076} TBR=rsesek@chromium.org,pfeldman@chromium.org,scottmg@chromium.org,zhongyi@chromium.org,dcheng@chromium.org,dalecurtis@chromium.org Bug: 771171 Change-Id: I5e2288bf3f94359a0afe6c16293bcdecd0f02514 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/834609Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#527029}
-
danakj authored
ScopedResource is used for making resources that will be shipped out of the layer tree compositor. Give it a LayerTreeResourceProvider so that we reduce the API surface needed by the ResourceProvider base class to not include creating/deleting these resources, and allowing us to change how software resource are created. R=piman@chromium.org Bug: 730660 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ia89068da79c497539f4cbf98f96bba4b9f4d362b Reviewed-on: https://chromium-review.googlesource.com/848253 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#527028}
-
Dave Tapuska authored
Convert kMouseEnter to mouseover event. BUG=798810 Change-Id: Ie62a45df72536d611f9a38c5bef2d6f9a84a449a Reviewed-on: https://chromium-review.googlesource.com/847939 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#527027}
-
Ned Nguyen authored
Bug: 753495 Change-Id: I6e23e7b536b52c05070661869fb67ea8d04bc9d0 Reviewed-on: https://chromium-review.googlesource.com/850713Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#527026}
-
Maksim Sisov authored
This reverts commit 53549f0a. Reason for revert: Blocks stable release. Issue 794140. Will revert the revert once issue is solved. Original change's description: > Move and rename ConvertEventToDifferentHost to event_utils.h > > This patch doesn't bring any functionality changes,but > moves ConvertEventToDifferentHost to event_utils and makes > it also available for ozone x11 builds. > > Bug: 707406 > Change-Id: Iab9a034904d22464cb6d3e90f8511979f1932fdd > Reviewed-on: https://chromium-review.googlesource.com/790771 > Commit-Queue: Maksim Sisov <msisov@igalia.com> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520527} TBR=sadrul@chromium.org,rjkroege@chromium.org,msisov@igalia.com Change-Id: I3b146dfe9dc860bb0c0d2c45503347d6dd452d5f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 707406 Reviewed-on: https://chromium-review.googlesource.com/851012Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#527025}
-
Jacob Dufault authored
I spent some time porting this to LoginDisplayHost only to later realize it only applies to oobe. Make that very clear/explicit it is oobe-only. Bug: 792654 Change-Id: I152b9399188cbd62451be2e6044620a30fc6f1e3 Reviewed-on: https://chromium-review.googlesource.com/824954Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#527024}
-
Mohamed Heikal authored
Start activity tracking in ChromeApplication.attachBaseContext rather than in ChromeBrowserProvider.onCreate This is because, activity tracking should start early on in the init phase however some third party android builds do not run ChromeBrowserProvider.oncreate early enough, causing some crashes. Bug: 796932 Change-Id: Idba5bbf24e41b5df39db18a837d0d6ee36b22e0b Reviewed-on: https://chromium-review.googlesource.com/850715Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#527023}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/e83a915ebd3a..a0af75cc4d1e $ git log e83a915eb..a0af75cc4 --date=short --no-merges --format='%ad %ae %s' 2018-01-03 dsinclair Fold CXFA_EventData into CXFA_Event 2018-01-03 dsinclair Fold CXFA_ExDataData into CXFA_ExData Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org 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: I17f487bae5a4d415f40c2ba2a50a4282b0f8a5f6 Reviewed-on: https://chromium-review.googlesource.com/850714 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527022}
-
Sami Kyostila authored
This patch adds 1ms pseudorandom jitter to the millisecond time exposed to the Date object. Authors: Ross McIlroy <rmcilroy@chromium.org>, Sami Kyostila <skyostil@chromium.org> Bug: 798964 Change-Id: Iea42a9bda72a934bbf2f8a9a8b3f3d4d74f519f0 Reviewed-on: https://chromium-review.googlesource.com/850113 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#527021}
-
Elly Fong-Jones authored
UpdateBorderInsets() requires layout_ to be set, so this code crashed during the initial creation of the example view. Bug: None Change-Id: Ida09f7c4140250061580b7c655fbf24632ed30cb Reviewed-on: https://chromium-review.googlesource.com/850732Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#527020}
-
Rune Lillesveen authored
This reverts commit 4766c501. Reason for revert: Caused a bunch of clusterfuzz issues Original change's description: > Merge anonymous table boxes when appropriate. > > When a table part box is removed from the layout tree, we may end up > with two anonymous layout part siblings which needs to be merged. We > move the children of the latter into the former. When children of the > latter are themselves anonymous, skip down the layout tree until we find > non-anonymous boxes. This will make sure we merge multiple levels of > anonymous boxes although it means we will have to recreate the anonymous > ancestors of the moved box when the preceding box we are moving it to > does not have anonymous descendants. > > Bug: 181374 > Change-Id: I8a14cec2e036fb4e5b937f89c4a35411dcc98785 > Reviewed-on: https://chromium-review.googlesource.com/846861 > Reviewed-by: Morten Stenshorne <mstensho@chromium.org> > Commit-Queue: Rune Lillesveen <futhark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#526969} TBR=dgrogan@chromium.org,mstensho@chromium.org,futhark@chromium.org Change-Id: I5f9075e282b579343d176d408be4db293b1464fe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 181374 Reviewed-on: https://chromium-review.googlesource.com/850695Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#527019}
-
Klaus Weidner authored
Currently controlled via "WebVR experimental rendering" feature flag. When active, it replaces the GLFence ClientWait that was used to ensure frames are fully rendered before submitting them to GVR. Instead, it submits incomplete frames to GVR, with a GpuFence ensuring the next frame's GL commands get in line behind the current frame. It uses heuristics to detect too-slow or too-fast submission. Also replace the Blink-side WaitPrevStrategy and transfer method determination with explicit options passed through Mojo. RequestPresent sends presentation options (currently just preserveDrawingBuffer), and receives frame transport options back in the RequestPresent response. Includes replacing Bind with BindOnce at the affected code locations due to the ongoing deprecation. Bug: 761436 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6709ac51c94fd840df673ad0ac34cc03786465ff Reviewed-on: https://chromium-review.googlesource.com/790133Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#527018}
-
Harald Alvestrand authored
Opt in to automatic bug filing on test failures Change-Id: I9228df296cf42ebcf0f6de44059c5e87fb77ab94 Reviewed-on: https://chromium-review.googlesource.com/850556Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#527017}
-
Andrew Grieve authored
Other html_report tweaks: * Changes --include-symbols to --symbol-size-threshold * This is useful because it's nice to see the actual symbol names for pak files (and other large symbols) * Hides .other symbols by default (since they are exist at /) * But they can be shown via "options" in the UI * Adds a ?sections= query parameter so you can link to a chart with just certain sections. Also: * Adds SymbolGroup.WhereIsPak() and WhereIsNative() * Adds canned_query.PakByPath() * Adds models.BaseSizeInfo * Which has: .symbols, .native_symbols, .pak_symbols Bug: 723672, 793014 Change-Id: Ia054826a1d52240deb979834b45db940e956b716 Reviewed-on: https://chromium-review.googlesource.com/849315 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#527016}
-