- 30 Apr, 2018 40 commits
- 
- 
Juan Antonio Navarro Perez authoredDepends on: https://chromium-review.googlesource.com/c/catapult/+/1032790 Bug: 831199 Change-Id: If395a0a33ba5ae7cb64db11c693a43030aad1838 Reviewed-on: https://chromium-review.googlesource.com/1032748Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#554728} 
- 
Noel Gordon authoredThe test extension comments say they send commands to the browser test (FileManagerBrowserTestBase) harness. OnMessage() processes them: call that routine OnCommand instead, to make it clear that it processes the command messages sent by the test extensions. No change in behavior, no new tests. Bug: 833834 Change-Id: Ifea9996804dbc59b434f2b3cf3e5564172e1a22a Reviewed-on: https://chromium-review.googlesource.com/1034614 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#554727} 
- 
Christos Froussios authoredThis reverts commit c4189fd6. Reason for revert: Reverting caused other, bigger failures. I will disable the test instead. Original change's description: > Revert "OOR-CORS: store more information to CORSErrorStatus on preflight errors" > > This reverts commit 1f675b46. > > Reason for revert: Breaks builder WebKit Linux Trusty ASAN > > Original change's description: > > OOR-CORS: store more information to CORSErrorStatus on preflight errors > > > > Current implementation does not store rejected method or header > > information to CORSErrorStatus on CORS-preflight checks, and > > results in missing hint parameter on CreateErrorString() in Blink. > > This patch provides required information to generate right error > > messages, and fixes some crashed layout tests. > > > > Bug: 803766, 836741 > > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > > Change-Id: If4de6b916a77d204812a7b010e39080bf059bc9e > > Tbr: kinuko@chromium.org > > Reviewed-on: https://chromium-review.googlesource.com/1030670 > > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#554642} > > TBR=kinuko@chromium.org,toyoshim@chromium.org,yhirano@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 803766, 836741, 838057 > Change-Id: Ia8eb9bf63b1b0c6edda93eb7d45c1bb20d26a7b7 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Reviewed-on: https://chromium-review.googlesource.com/1034532 > Reviewed-by: Christos Froussios <cfroussios@chromium.org> > Commit-Queue: Christos Froussios <cfroussios@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554712} TBR=kinuko@chromium.org,toyoshim@chromium.org,yhirano@chromium.org,cfroussios@chromium.org Change-Id: Iaf20d807cf9f71976a3d1c8a46678afb48682029 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 803766, 836741, 838057 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/1034702Reviewed-by: Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#554726} 
- 
Timothy Loh authoredThis patch adds a override_app_name field to AppLaunchParams, which is used when launching Crosh (for the Crostini Terminal) to set it to a value that the CrostiniAppWindowShelfController can identify as a Crostini App. Similar to v1 packaged apps which prefix with "_crx_", we prefix with "_crostini_". Previously, the opened window (crosh) would be separate to the Terminal if it were pinned from the App List. Pinning the crosh to the shelf resulted in an icon that only opened chrome://extensions. This patch fixes this so the opened window is the same as a pinned terminal from the App List. Bug: 824549 Change-Id: Ifef0d5b476c5389639c0436ba272037710245ea6 Reviewed-on: https://chromium-review.googlesource.com/1034555Reviewed-by: Nicholas Verne <nverne@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Ben Wells <benwells@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#554725} 
- 
Christos Froussios authoredThe test is failing and the offending CL cannot be trivially reverted. TBR=rjwright@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 838097 Change-Id: I1f32a74ab6693f0532c9edc2cbc0af554b2ae656 Reviewed-on: https://chromium-review.googlesource.com/1034684Reviewed-by: Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#554724} 
- 
Anita Woodruff authoredThis reverts commit 10f4dd89. Reason for revert: Build failures on 3 bots BUG=838082 Original change's description: > [Cronet] Build maven modules and test by building sample app with gradle > > This change builds maven modules for Cronet. > Each maven module includes: > 1. POM file defining module and listing dependent modules > 2. Jars > 3. Proguard files (optional) > 4. Native libraries (optional) > 5. Resources (optional) > 6. Javadocs (optional) > We build four maven modules: > 1. cronet-api: the Cronet API > 2. cronet-embedded: the Cronet native implementation > 3. cronet-fallback: the Cronet fallback implementation > 4. cronet-common: Cronet implementation in common with #3 and #4 > > To test the maven modules, this change builds the Cronet sample app using gradle. > You can install and run the resulting app by: > ninja -C out/Debug cronet_maven_test_build > adb install -r out/Debug/cronet_maven/test/build/outputs/apk/debug/test-debug.apk > adb install -r out/Debug/cronet_maven/test/build/outputs/apk/androidTest/debug/test-debug-androidTest.apk > adb shell am instrument -w org.chromium.cronet_sample_apk.test/android.support.test.runner.AndroidJUnitRunner > > Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet > Change-Id: I5ed27e86f3e01dc3a6441ab449bbe942553343af > Reviewed-on: https://chromium-review.googlesource.com/998019 > Commit-Queue: Paul Jensen <pauljensen@chromium.org> > Reviewed-by: Andrei Kapishnikov <kapishnikov@chromium.org> > Reviewed-by: Eric Stevenson <estevenson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554608} TBR=pauljensen@chromium.org,kapishnikov@chromium.org,estevenson@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I2779ce28f4df2b8dfe8dd2fcf5fc5a3a850c8ee0 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Reviewed-on: https://chromium-review.googlesource.com/1034534Reviewed-by: Anita Woodruff <awdf@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#554723} 
- 
https://webrtc.googlesource.com/src.git/+log/9546f37c0366..28899d0791c4 $ git log 9546f37c0..28899d079 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:None 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie46357fefd6577ad7ed11c6329114c34a1f126f2 Reviewed-on: https://chromium-review.googlesource.com/1034459 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554722} 
- 
Eric Robinson authoredThis fixes the origin for the ad iframe to properly account for srcdoc contents by using the Renderer's origin rather than building one ourselves. Bug: 818666 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I00953f8147e46a097099225b8a15d8248ce1f352 Reviewed-on: https://chromium-review.googlesource.com/986673 Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#554721} 
- 
Dominic Farolino authoredAs per https://github.com/whatwg/fetch/pull/585, the fetch() API's default credentials mode should be set to same-origin in the Request constructor. I2s: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WOAtshyL2As R=yhirano@chromium.org, yoav@yoav.ws Bug: 759543 Change-Id: Id5cb8c747c41385edcc13775fdd18e1f27e7c3c9 Reviewed-on: https://chromium-review.googlesource.com/981512 Commit-Queue: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Yoav Weiss <yoav@yoav.ws> Reviewed-by: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#554720} 
- 
v8-autoroll authoredSummary of changes available at: https://chromium.googlesource.com/v8/v8/+log/63b7a5b2..b77ccdf1 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: Ie4ef4dc8c4d637956a226dc6c617150849c8ab1c Reviewed-on: https://chromium-review.googlesource.com/1034436Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#554719} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium be22fa30. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/16540 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cvazac@akamai.com, igrigorik@chromium.org: external/wpt/server-timing TBR=lukebjerring No-Export: true Change-Id: I346fcc166be121da74d8abf42da119c31f7c75ae Reviewed-on: https://chromium-review.googlesource.com/1034592 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#554718} 
- 
Noel Gordon authoredThese MapString* helpers are only used by TestEntryInfo, so move them into TextEntryInfo as internal static helpers. Also update MapString* comments and their argument names (output does not really work for me). Bug: 833834 Change-Id: Iaef563ab140df5ae1163f2bc9dff72243f78a2c5 Reviewed-on: https://chromium-review.googlesource.com/1034485Reviewed-by: Stuart Langley <slangley@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#554717} 
- 
Mikel Astiz authoredThe counters must be updated analogously to how DirectoryCommitContribution::ProcessCommitResponse() does it. AFAIK, the bug affects tests and debug UIs only. Bug: 836289 Change-Id: I91b519bda573133305f31524a0ecb328f7748a11 Reviewed-on: https://chromium-review.googlesource.com/1033872 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#554716} 
- 
Elad Alon authoredThis would prevent a sub-class adding data members after the WeakPtrFactory. Bug: 826206 Change-Id: Idb81d4e677915391a248fc148f1d7ccfbeb852c3 Reviewed-on: https://chromium-review.googlesource.com/1032614Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Henrik Grunell <grunell@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#554715} 
- 
Greg Thompson authoredThis allows it to be in force during session restore. This CL also gently reduces heap usage during blacklist preparation and moves regular blacklist prep to a non-blocking background thread. BUG=827173 Change-Id: Ibabae7111b6e005ea0433567a8dff840ce2cd156 Reviewed-on: https://chromium-review.googlesource.com/1032744Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#554714} 
- 
Mikhail Pozdnyakov authoredDevTools currently supports setting mock sensor data that is exposed to the web through a 'deviceorientation' event. Mock data sent this way should also be exposed by the Generic Sensors-based sensor objects. This CL is re-using the existing DevTools infra and UI and thus it brings a dependency from the 'deviceorientation' module to the 'sensor' module in Blink. In the future there should be Generic Sensor-specific extension to the browser protocol and a more sophisticated UI. Note: Unlike 'deviceorientation' events, page reload is required, to bring the overriden device orientation data into action for the `OrientationSensor`-based classes. A dedicated console message is shown to notify the user. Bug: 816478 Change-Id: If6f7371ab20790e30a41cee52636cd0a92715065 Reviewed-on: https://chromium-review.googlesource.com/1024172 Commit-Queue: Alexander Shalamov <alexander.shalamov@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#554713} 
- 
Christos Froussios authoredThis reverts commit 1f675b46. Reason for revert: Breaks builder WebKit Linux Trusty ASAN Original change's description: > OOR-CORS: store more information to CORSErrorStatus on preflight errors > > Current implementation does not store rejected method or header > information to CORSErrorStatus on CORS-preflight checks, and > results in missing hint parameter on CreateErrorString() in Blink. > This patch provides required information to generate right error > messages, and fixes some crashed layout tests. > > Bug: 803766, 836741 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Change-Id: If4de6b916a77d204812a7b010e39080bf059bc9e > Tbr: kinuko@chromium.org > Reviewed-on: https://chromium-review.googlesource.com/1030670 > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554642} TBR=kinuko@chromium.org,toyoshim@chromium.org,yhirano@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 803766, 836741, 838057 Change-Id: Ia8eb9bf63b1b0c6edda93eb7d45c1bb20d26a7b7 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/1034532Reviewed-by: Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#554712} 
- 
Kevin Marshall authoredAll executables are run within packages now, so there is no more need to support both packaged and non-packaged execution modes. The transitional codepaths to handle both cases are no longer needed. This CL removes the bootfs mode from the local SDK builder script. Bug: 805057 Change-Id: I01bf0223a70f440de675d4ec2434248f973f3eb6 Reviewed-on: https://chromium-review.googlesource.com/1033475Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#554711} 
- 
Christos Froussios authoredThis reverts commit 209edd56. Reason for revert: The test SplitViewWindowSelectorTest.DragToClose is flaky (mostly failing) on builder Linux Chromium OS ASan LSan Tests e.g. https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/27234 Original change's description: > overview: Initial patch for overview swipe to close. > > Adds ability to drag the overview item up or fling the item up to close > the window. A later cl will add the fling animation. The feature is > hidden behind a newly added flag. > > Test: added test coverage > Bug: 828646 > Change-Id: I8e66fb3ed2a642deb6a833f30e9b7674d56b0fee > Reviewed-on: https://chromium-review.googlesource.com/1014490 > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Reviewed-by: Xiaoqian Dai <xdai@chromium.org> > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554651} TBR=oshima@chromium.org,xdai@chromium.org,sammiequon@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 828646, 838061 Change-Id: I3eaedf6f764120131b4da729c7425056ef2bd018 Reviewed-on: https://chromium-review.googlesource.com/1033673 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#554710} 
- 
v8-autoroll authoredSummary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e9f80dac..63b7a5b2 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: Idfe8c6d7b3b020ea6b19cfd3ca4e76a35329aa82 Reviewed-on: https://chromium-review.googlesource.com/1034227Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#554709} 
- 
afdo-chromium-autoroll authoredThis CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: I8eb05dcd44cf238f53192d36ca3b493be8505d1b Reviewed-on: https://chromium-review.googlesource.com/1034457Reviewed-by: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554708} 
- 
Robin Raymond authoredThe original patchset has a minor flaw in building for UWP unrelated to the changes made in the original CL itself. $target_cpu is used in "host" toolset instead of $host_cpu and when building an arm target it causes issues as it can't build host tools. Fixes an error introduced in crrev.com/c/923161 R=brucedawson@chromium.org, dpranke@chromium.org, phoglund@chromium.org Bug: 812814 Change-Id: Ia6e7f1dc2b5494e212d67b99a119e023a1308c25 Reviewed-on: https://chromium-review.googlesource.com/1022493Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#554707} 
- 
Luciano Pacheco authoredRe-enable the tests listed below. These tests require legacy event dispatch so that fake keyboard events the test sends are processed by the Blink default event handler. If we do not do this, the fake Tab keyboard events are not processed and thus can't move the focus. TabindexOpenDialog/FileManagerBrowserTest.Test* TabindexSaveFileDialog/FileManagerBrowserTest.Test* These tests aren't supported by Mash: disable on Mash. Bug: 836254,480491,482121 Change-Id: I91ecbfbf2944a702f473ffcb097942a61c260726 Reviewed-on: https://chromium-review.googlesource.com/1034425 Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Reviewed-by: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#554706} 
- 
Lutz Justen authoredRenames ComponentPolicyBuilder to ComponentCloudPolicyBuilder and adds StringPolicyBuilder == ComponentActiveDirectoryPolicyBuilder, which has a string payload instead of a protobuf payload. Active Directory managed Chrome OS devices are going to use that for tests. BUG=chromium:735100 TEST=Tryjobs Change-Id: Id1f0591559d70d7e596e756d8ca5a8a588499a72 Reviewed-on: https://chromium-review.googlesource.com/1032559 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#554705} 
- 
chromeos-commit-bot@chromium.org authoredBUG=762641 TBR=warx@google.com Change-Id: I5434e01ecb2a7a0a6951265424727935c815c9e1 Reviewed-on: https://chromium-review.googlesource.com/1034434 Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554704} 
- 
Giovanni Ortuño Urquidi authoredPreviously, NotifyPreferencesChanged was ignoring OOPIFs whose RenderViewHost was not associated it its RenderWidgetHost. Based on alexmos' suggestion in https://crbug.com/829688#c6 Bug: 837461 Change-Id: I427c9427125b2cc061e91f68f4d2edd7885dbb01 Reviewed-on: https://chromium-review.googlesource.com/1031791Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#554703} 
- 
afdo-chromium-autoroll authoredThis CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: I7ce49dfc6b769ad98311b883def83aaa05d9c6ee Reviewed-on: https://chromium-review.googlesource.com/1034456 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554702} 
- 
Zhongyi Shi authoredBug: 794688 Change-Id: I051882193473490ecf1ea2cc61dbb1459a3f00ea Reviewed-on: https://chromium-review.googlesource.com/981305Reviewed-by: Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#554701} 
- 
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f578e9249f18..64133ee653fb $ git log f578e9249..64133ee65 --date=short --no-merges --format='%ad %ae %s' 2018-04-29 manojgupta Revert "SimpleChrome: Attempt to fix SimpleChromeWorkflow." Created with: roll-dep src/third_party/chromite BUG=chromium:837794 The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: Ie329a31141115eba0a1fd11c85395da0e15af347 Reviewed-on: https://chromium-review.googlesource.com/1034452 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554700} 
- 
Alan Cutter authoredThis CL provides guarantees that the close button is in the top right of each window frame. This change fixes a couple of bugs where transitionary layouts didn't meet this assertion. Bug: 832338 Change-Id: I44cc946b80fac8244f4f9b66f2738df837be552d Reviewed-on: https://chromium-review.googlesource.com/1025493 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by: Michael Wasserman <msw@chromium.org> Reviewed-by: Mitsuru Oshima (OOO 4/30 - 5/9) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#554699} 
- 
Timothy Loh authoredUse views::DISTANCE_RELATED_CONTROL_VERTICAL for the space between the message text and the progress bar, and fix re-layout to happen after updating the message instead of before. Change-Id: Iba4a1d9585dc4135ae13a5122cbec67d89736cf2 Reviewed-on: https://chromium-review.googlesource.com/1034431Reviewed-by: Nicholas Verne <nverne@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#554698} 
- 
Christopher Lam authoredBug: 834205 TBR=sky@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8b23ae84f287f688b1f0cebd2f278f3580588c8a Reviewed-on: https://chromium-review.googlesource.com/1016223Reviewed-by: calamity <calamity@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#554697} 
- 
Alan Cutter authoredThis change disables the menu item for creating page/PWA shortcuts while in incognito mode. This makes desktop consistent with Android's behaviour. The test added by this CL uncovered a feature list DCHECK hit when calling GetPwaForSecureActiveTab(). This CL cleans up that minor bug as well. Bug: 829716 Change-Id: I5818a280724e65c8af5e0a0c6a1d24a0809c77bb Reviewed-on: https://chromium-review.googlesource.com/1032273Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#554696} 
- 
Pavel Feldman authoredChange-Id: I9495216a14e15d35fd55894b48a19f616a649213 Reviewed-on: https://chromium-review.googlesource.com/1034196 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#554695} 
- 
Michael Giuffrida authoredTabMetricsLogger logs the TabMetrics UKM event for a background tab. This event includes the state of the tab, as well as some slightly tricky or nullable fields. Add a new TabFeatures struct that contains all this information, and generate the struct in a separate function. The UKM logging function now simply forwards info from the TabFeatures struct to the UKM event. Later we will use the same TabFeatures to calculate tab scores with an ML model. Encapsulating the logic for these features in a single function ensures that we use the same logic for logging as we will for inference. Bug: 784639, 783989 Change-Id: I11e64119ce30465f98409f54f7e97af0251ce4b3 Reviewed-on: https://chromium-review.googlesource.com/1028562 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#554694} 
- 
Patti authoredgfx::VectorIcons currently support being created via CreateVectorIcon() without any size. In this case, a default size is retrieved from the icon's file (provided via a CANVAS_DIMENSIONS directive). However, icons may not always specify a CANVAS_DIMENSIONS, so if the code is provided no size *and* there is no CANVAS_DIMENSIONS, it will fall back to a size of 48. This isn't ideal as it may result in some icons being drawn for a canvas that is too small or too large, so add a DCHECK to prevent this. Bug: 836116 Change-Id: I176d4b5ed7f07fe679a2b70addcce02a09a6b5a3 Reviewed-on: https://chromium-review.googlesource.com/1029556 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#554693} 
- 
chromeos-commit-bot@chromium.org authoredBUG=762641 TBR=warx@google.com Change-Id: Iae9f4b4da15cba41d6dc3605d011b4ec25ec8469 Reviewed-on: https://chromium-review.googlesource.com/1034091 Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554692} 
- 
chrome-release-bot authored# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I614044e46da6ef7351f9d4a4237a7c63412e4651 Reviewed-on: https://chromium-review.googlesource.com/1034089Reviewed-by: chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554691} 
- 
Patti authoredInk drop colors in touch / newer refresh mode have different alphas to the default, according to the spec. Update them in this patch. Screenshots - https://drive.google.com/file/d/1h4PUbTkNnWvRY5ZRpPRX5Kqp89ll1cOv/view?usp=sharing Bug: 829986 Change-Id: I7b42d09c07f953d1198bdad0f522f52633d2fb57 Reviewed-on: https://chromium-review.googlesource.com/1031630 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#554690} 
- 
Jinsuk Kim authoredAppWebMessagePort is the only implementation of the interface MessagePort. Replaced the direct reference to the class with the interface and added a public helper method |MessagePort.createPair()|. That makes AppWebMessagePort an implementation detail, and exposes only the public interface to embedders. Updated DEPS rules to remove the exception. Bug: 617324 Change-Id: I3f35c2db2436bc3c82a00c07cfede1062d447d29 Reviewed-on: https://chromium-review.googlesource.com/1031690 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#554689} 
 
-