- 04 Jun, 2018 40 commits
-
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bf32270..a9d8c29 git log bf32270..a9d8c29 --date=short --no-merges --format='%ad %ae %s' 2018-06-04 sadrul@chromium.org tabs: Update the measurements. 2018-06-04 sadrul@chromium.org tabs: Fix tabs metric. Created with: gclient setdep -r src/third_party/catapult@a9d8c29 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=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 BUG=chromium:849182,chromium:842732 TBR=sullivan@chromium.org Change-Id: Ia0082975bc8c135e38b8183ca31a22596f2f78b0 Reviewed-on: https://chromium-review.googlesource.com/1086070Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564301}
-
Bugs Nash authored
Updated the pre-existing script that removes invalid flakes from TestExpectations to also remove invalid failures. Added --type flag to choose functionality. In the default case (no flag) both flakes and failures and checked. Options for the flag are {flake,fail,all}. Renamed script to update_expectations to reflect new functionality. Bug: 730704 Change-Id: Iec23363fce7a8f39413a6fe42a1134ea10c614c4 Reviewed-on: https://chromium-review.googlesource.com/863002 Commit-Queue: Bugs Nash <bugsnash@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#564300}
-
Matt Mueller authored
Bug: 649026 Change-Id: If023ec28835f1260e0cb21f4545f41e4a4f8ff88 Reviewed-on: https://chromium-review.googlesource.com/1086029 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#564299}
-
Joel Einbinder authored
When a fragment is not wrapped in any element, it should be treated as an element or text node and not an attribute value. Change-Id: Ife39f9e66dcfe27931af0f7bffaddd9a09b9bfcc Reviewed-on: https://chromium-review.googlesource.com/1083837 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#564298}
-
Paul Miller authored
AwFieldTrialCreator previously kept the PrefServiceFactory around for the lifetime of the process, but deleted the resulting PrefService at the end of DoSetUpFieldTrials(). It should be the other way around. VariationsSeedStore keeps a raw pointer to the PrefService, so AwFieldTrialCreator must retain the PrefService. PrefServiceFactory is not needed after creating the PrefService; PrefServiceFactory's members are ref-counted, so they're not lost when PrefServiceFactory is deleted. This is a speculative fix for bug 848201; I don't have a repro to verify. BUG=848201 Change-Id: Ie400c54e606a83f49c1b184d74d68ed11140ba01 Reviewed-on: https://chromium-review.googlesource.com/1086210Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#564297}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/69d0e51..1589154 git log 69d0e51..1589154 --date=short --no-merges --format='%ad %ae %s' 2018-06-04 mtklein@chromium.org rm dead code Created with: gclient setdep -r src/third_party/skia@1589154 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;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=halcanary@chromium.org Change-Id: Id5b7ce453a674f637180f42391ee422dbca1412d Reviewed-on: https://chromium-review.googlesource.com/1086069Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564296}
-
Tommy C. Li authored
This eases in and out the Omnibox popup opacity over 82ms as it opens and closes. This matches the animation spec provided by UX. Bug: 823535 Change-Id: Ic2add1f57f63ae6d043812f2bd5a766f84d302c9 Reviewed-on: https://chromium-review.googlesource.com/1081198 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#564295}
-
Alex Moshchuk authored
When a frame updates a child frame's sandbox flags or feature policy, the update should only take effect when the child commits a cross-document navigation. Same-document navigations, such as navigating to a hash or pushState/replaceState, should not trigger the update. Bug: 849311 Change-Id: Ie99de2225c790f86818dfb5c5aed13d0aad6427d Reviewed-on: https://chromium-review.googlesource.com/1085627Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#564294}
-
Ben Hayden authored
Bug: 642627 Change-Id: Ifbdf6871608937abd144d56704432fc433388e12 Reviewed-on: https://chromium-review.googlesource.com/1086091Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Ben Hayden <benjhayden@chromium.org> Cr-Commit-Position: refs/heads/master@{#564293}
-
Ted Meyer authored
Allows better access to the differing colorspace logic per decoder. Bug: 827645 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 Change-Id: Idf79ce18343d84689a43308e18a44a443bae3623 Reviewed-on: https://chromium-review.googlesource.com/1070620Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#564292}
-
Chirantan Ekbote authored
This reverts commit e9753daf. Reason for revert: Possible suspect for crbug.com/849028. The run_container.sh script would always start the container if it wasn't running but the new code path will not work if the container is not already running. Bug: 849028 Original change's description: > Supports the new vsh-into-running-container syntax > > It is no longer necessary to use the run_container.sh script every time a > container shell is needed. If the container is already running, vsh now allows > "direct access". > > Bug: 848447 > Change-Id: Ia9aeb120befd016386816cdd16fb3336b45426ff > Reviewed-on: https://chromium-review.googlesource.com/1082055 > Reviewed-by: Timothy Loh <timloh@chromium.org> > Commit-Queue: Nicholas Verne <nverne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#563568} TBR=timloh@chromium.org,smbarber@chromium.org,nverne@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 848447 Change-Id: I7af784e0d73814e1aa5aae5e70ea6d45f556c71f Reviewed-on: https://chromium-review.googlesource.com/1086071Reviewed-by:
Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Chirantan Ekbote <chirantan@chromium.org> Cr-Commit-Position: refs/heads/master@{#564291}
-
Ned Nguyen authored
Bug:799734 Change-Id: I5de93ee694f00a7b3571c8254b1f05cd0d640388 TBR=charliea@chromium.org NOTRY=true # test by CQ Change-Id: I5de93ee694f00a7b3571c8254b1f05cd0d640388 Reviewed-on: https://chromium-review.googlesource.com/1086281 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#564290}
-
Miguel Casas authored
This CL adds 3 missing DCHECK()s that I forgot after [1] [1] https://chromium-review.googlesource.com/c/chromium/src/+/1079834/13/media/gpu/vaapi/vaapi_picture_factory.cc#50 TBR=dcastagna@chromium.org Bug: 717265 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 Change-Id: Ibfc9797bda93dd7660cc64317ab21794dbda6e10 Reviewed-on: https://chromium-review.googlesource.com/1086131Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#564289}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/419e8a7..57776df BUG=chromium:847094 chromium:848238 TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ib1ad80065f888a0aab0f9a4b13143967b0ca5a57 Reviewed-on: https://chromium-review.googlesource.com/1085483 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#564288}
-
Charlie Reis authored
This was used in the old cross-process transfer navigation logic, which is no longer used with PlzNavigate. This CL just cleans up some dead code. BUG=789577 TEST=No behavior change. Change-Id: I287ba0fa2d540e52767134781bc6563bd3bf7132 Reviewed-on: https://chromium-review.googlesource.com/1082115Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#564287}
-
Erik Luo authored
Screenshot: https://imgur.com/a/FUh1E91 Bug: 754216 Change-Id: Id7f04637f85ad776e4c61b0cedf500351723342d Reviewed-on: https://chromium-review.googlesource.com/1081677 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#564286}
-
James Cook authored
Also record a single trace event during mash service registration. This is needed to get the "shortcut_viewer" category to show up in the chrome://tracing "Record" category picker. Bug: 849413 Change-Id: I425481a1ace677ae9c9fd5107725b44dc83e1970 Reviewed-on: https://chromium-review.googlesource.com/1085932Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#564285}
-
Saman Sami authored
This reverts commit 3e5eaae2. Reason for revert: causes multiple bugs on Windows and breaks viz_content_browsertests on Mac FYI bots Original change's description: > Make Compositor::DisableSwapUntilResize work with viz > > Send a sync IPC to Viz process when size is changing in order > to prevent frame swaps of wrong size. If a wrong size frame is > swapped then Windows might stretch our content to fill the window. > > Bug: 811945 > 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 > Change-Id: I4960e5a349902b75522c42a9f70b6eac531fdff6 > Reviewed-on: https://chromium-review.googlesource.com/1076530 > Reviewed-by: kylechar <kylechar@chromium.org> > Reviewed-by: Ken Rockot <rockot@chromium.org> > Reviewed-by: danakj <danakj@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Commit-Queue: Saman Sami <samans@chromium.org> > Cr-Commit-Position: refs/heads/master@{#563676} TBR=danakj@chromium.org,rockot@chromium.org,tsepez@chromium.org,kylechar@chromium.org,samans@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 811945, 849283, 849169, 849155 Change-Id: Ifada5eb26caf9fb7be5a242c0fb4b97070f4df57 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 Reviewed-on: https://chromium-review.googlesource.com/1085971Reviewed-by:
Saman Sami <samans@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#564284}
-
Minh X. Nguyen authored
- Modify when Extensions.ExtensionUpdaterUpdateCalls is emitted to match with the old extension updater. - Add Extensions.UnifiedExtensionUpdaterUpdateCalls to measure calls to the new extension updater only (because old extension updater is still used for certain extensions, non CWS extensions for example). - Add Extensions.UnifiedExtensionUpdaterUpdateCheckErrors to investigate why the new extension updater has more errors in the update check stage than the old extension updater. - Some other small changes: + Don't update extension with empty IDS. + Extensions with empty update URLs. + Modify unit/browser tests to verify emitted histograms. + Add a new browser test for update check error. Change-Id: I82fed27c0ab1a5e9ede1b98f0d820961d471c8fd Bug: 722942 Reviewed-on: https://chromium-review.googlesource.com/1079317Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Minh Nguyen <mxnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#564283}
-
rbpotter authored
Bug: 848957 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I48eebbe4a4cf25771d64fa5ee74d8ee3af0de90a Reviewed-on: https://chromium-review.googlesource.com/1083941Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#564282}
-
Erik Luo authored
This allows context menus in DevTools to show the native option for search providers: 'Search [[provider]] for [[query]]' Screenshot: https://imgur.com/a/4f8fvSh Bug: 824886 Change-Id: Id47dae16047b5f6639db26a90bf9d8e6ed107685 Reviewed-on: https://chromium-review.googlesource.com/1083122Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#564281}
-
Vikas Soni authored
Bug: 838725 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 Change-Id: Ibb47e67bf4eb8d89545ad3753175a4fba6921988 Reviewed-on: https://chromium-review.googlesource.com/1081306Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#564280}
-
Devlin Cronin authored
Update all histogram_tester.h includes in //chromeos to include //base/test/metrics/histogram_tester.h TBR=stevenjb@chromium.org Bug: 846421 Change-Id: Icb755d8b4cf00f7d85c0c6e009643a52471c2db4 Reviewed-on: https://chromium-review.googlesource.com/1086227Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#564279}
-
Aleks Totic authored
Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I32abca6dd348eb5e1393be7ea8be617d83d23fda Reviewed-on: https://chromium-review.googlesource.com/1086154Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#564278}
-
Khushal authored
Use RenderFrameSubmissionObserver to wait for renderer frames in the browser instead of visual state update callbacks. R=fsamuel@chromium.org Bug: 839861 Change-Id: I9464b07c02090c3032fa9d26ec6483e4a34c399b Reviewed-on: https://chromium-review.googlesource.com/1081186Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#564277}
-
Yi Gu authored
Currently calculating the skipped offset between sticky and its containing block assumes that the latter is not scrollable. However, when it is we should ignore the scroll offset from the container otherwise scrolling the container would cause the sticky offset incorrectly double accumulated. Bug: 841551 Change-Id: Ib49aaa74808847dcf6fce7dc0db9ac4d2de06c64 Reviewed-on: https://chromium-review.googlesource.com/1054488 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#564276}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f8cf36b..80c6ab7 git log f8cf36b..80c6ab7 --date=short --no-merges --format='%ad %ae %s' 2018-06-04 rharrison@chromium.org Convert (void) to static_cast<void> in C++ code 2018-06-04 tsepez@chromium.org Make CJS_Objects track CJS_Runtime (and hence the document itself) 2018-06-04 hnakashima@chromium.org Do not merge content streams to parse them. 2018-06-04 tsepez@chromium.org cjs_globalconsts.cpp need not use v8::Context slots Created with: gclient setdep -r src/third_party/pdfium@80c6ab7 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: I4f640aadb45fa7a358ee2349496bd2979452d88c Reviewed-on: https://chromium-review.googlesource.com/1086039Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#564275}
-
Peter Kasting authored
BUG=822037 TEST=none Change-Id: I5f2124a312c55fbf2f65d8d75f33f5189dfbb1c2 Reviewed-on: https://chromium-review.googlesource.com/1049117 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#564274}
-
Erik Luo authored
CodeMirror's 'scroll clipping' process re-measures scrollbars upon zoom to ensure that its artificial scrollbar is hidden. It assumes that the vertical scrollbar width is equal to horizontal scrollbar height, which is false. This CL updates dark theme's custom scrollbar height to be the same as its width. Screenshot: https://imgur.com/a/eMUQiIt Bug: 770633 Change-Id: Iddfcca8bc48ee414c0307d6d9e4035e2ed8771f9 Reviewed-on: https://chromium-review.googlesource.com/1083595Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#564273}
-
Victor Costan authored
RestrictedCookieManager becomes scoped to an origin, and rejects operations on cookies which aren't accessible to that origin. RestrictedCookieManager instances are passed to (untrusted) renderer processes from the browser's RendererInterfaceBinders, which knows which origins are accessible to each renderer. Bug: 729800 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I638b0a93cac36cd1b3b4f1bf2f767f1810b11003 Reviewed-on: https://chromium-review.googlesource.com/1069652Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#564272}
-
edchin authored
Previously, the transition from the tab grid to the tab view often used the wrong animation. This was because the bookkeeping of the active and current pages were wrong. The active page is the one that has the most recently active tab. The current page is the one that is currently visible. This CL fixes the transition animations by improving bookkeeping of the active page. The active page is updated whenever a tab is selected. There are two types of transition animations from tab grid to tab view. 1) Plain animation if the selected tab is not visible on the screen. 2) Zoom animation if the selected tab is visible on the screen. The transition animation logic is as follows: 1) If the active page is not the current page, show the plain animation. 2) If the active tab is visible on the current page, show the zoom animation. Else show the plain animation. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Iff46270510e216db405a324cb4c873a11f6e6cec Reviewed-on: https://chromium-review.googlesource.com/1084061Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#564271}
-
Scott Chen authored
Bug: 847107 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Id834a43f43e5223bb90971e5bb37f4284cbff055 Reviewed-on: https://chromium-review.googlesource.com/1085888 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#564270}
-
Max Moroz authored
Bug: 846721 Change-Id: I68fdd54ba264d40056b60aa25dd0c624b25648c3 Reviewed-on: https://chromium-review.googlesource.com/1084195Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#564269}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ae4b8c13..d86c2be0 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=master.tryserver.blink:linux_trusty_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,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ic1bb32f46b6322614baaf0147b656dc53aca7560 Reviewed-on: https://chromium-review.googlesource.com/1085767Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#564268}
-
Ramya Nagarajan authored
Change-Id: Ia02f7c1a80db04b18ea3db495cf843038a24e9c2 Reviewed-on: https://chromium-review.googlesource.com/1081294Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#564267}
-
Christopher Cameron authored
Send this message every time the window position changes. This was accidentally removed during refactoring to support cross-process views. Bug: 848548 Change-Id: Ide7fd5a82304dbc25b612bd1371c6cda9fa678fe Reviewed-on: https://chromium-review.googlesource.com/1085999Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#564266}
-
Khushal authored
Change [1] hooked up handling of signals from the memory coordinator in the GPU process, but didn't set up binding the request to the global coordinator in the browser. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/1081273 Bug: 844207 Change-Id: Icc3b4ee98952b549e3c3b3ed13dc3637a1c7b0e0 Reviewed-on: https://chromium-review.googlesource.com/1083148 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#564265}
-
Jiaquan He authored
Bug: 733662 Change-Id: Id7579a4469db86559a85c7c1386e2ac1a0b25a09 Reviewed-on: https://chromium-review.googlesource.com/1086110Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#564264}
-
Xiaocheng Hu authored
Existing bidi adjustment code compares block direction against text runs' resolved directions, and perform different types of adjustments depending on the comparison result. This is incorrect, as block direction is not necessarily the same as the line's base direction. This patch corrects it by checking line direction instead. Note: this patch only fixes the LayoutNG implementation. Legacy remains unfixed because the line direction is not stored anywhere, and is hard to compute. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Bug: 848929 Change-Id: I2e15237d73bea0374d2b9d466040a6e4dd55cdc3 Reviewed-on: https://chromium-review.googlesource.com/1083621 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#564263}
-
Sergey Ulanov authored
component FIDL library was renamed to fuchsia.sys. Update BUILD.gn for the SDK accordingly. Change-Id: I747cf990fc19723a27e51f9016147ad2c3e1c7e8 Reviewed-on: https://chromium-review.googlesource.com/1085751Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#564262}
-