- 13 Dec, 2017 40 commits
-
-
Anita Woodruff authored
- This omission was purely an oversight when the flag was added in crrev.com/782561 Bug: 595685 Change-Id: I52d852b924047f76defed5ac08009afc8e7023c1 Reviewed-on: https://chromium-review.googlesource.com/824262Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#523770}
-
Mike Reed authored
These procs supercede SkPixelSerializer and SkImageDeserializer. See https://docs.google.com/document/d/1VcqNM_dukn3egke_m7YeMUf_kwHY37fDdftZtp7H0oc/edit#heading=h.9jbrzffapovp One change in behavior is that Skia never serializes raw/decoded images. - If there is no serialproc for images, skia stores png (or some other std loseless format) - If there is a serialproc, then skia stores whatever it returns. The chrome functions in skia_utils_base that serialize/deserialize flattenables now perform the following: - serialize: force any images to be re-encoded (as png), so no native encoded data is transmitted - deserialize: nothing fancy to do, since all (png) encodes should be fine Bug: Change-Id: I4d3d45efafc5c07dad0b55a4a4fffe6095674a49 Reviewed-on: https://chromium-review.googlesource.com/814220 Commit-Queue: Mike Reed <reed@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#523769}
-
Chris Pickel authored
visibility is used for logos to mark whether the default logo or a Doodle is visible, and to fade between them. Apparently, visibility: visible in a child overrides visibility: hidden in a parent. Adding opacity as well prevents the logo from being visible. Bug: 792914 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iddc9f4fa2cb9dec45b979fa332e830f4958db79c Reviewed-on: https://chromium-review.googlesource.com/817122 Commit-Queue: Chris Pickel <sfiera@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#523768}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/e3b013047d00..526c39f41f62 $ git log e3b013047..526c39f41 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 495162b9b..87cc90dfa (1 commit) 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=liyuqian@chromium.org Change-Id: If3095487b53991883419f4e72f8384d80f8f5b52 Reviewed-on: https://chromium-review.googlesource.com/823827Reviewed-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@{#523767}
-
Morten Stenshorne authored
If we're block fragmented (e.g. multicol), the start border/padding may end up in a fragmentainer preceding the one with the end border/padding, so we cannot require the fragment block size to be at least as large as the total sum of block border+padding in that case. Added a unit test to prove it (it used to DCHECK-fail). Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib51982617d0d5ef7d0abbe9b5430ef12fc3ebb59 Reviewed-on: https://chromium-review.googlesource.com/822940 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#523766}
-
Becca Hughes authored
The audio element has more space so we can maximize the touch radius for the timeline. BUG=784363 Change-Id: Ief8f127e6cf1dc9cb08869891dc46f575d6c6d79 Reviewed-on: https://chromium-review.googlesource.com/824164Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#523765}
-
Christos Froussios authored
This reverts commit fe678147. Reason for revert: Breaks several tests in ash_unittests-mus on Builder Linux Chromium OS ASan LSan Tests See https://uberchromegw.corp.google.com/i/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/25187 Original change's description: > Fix exo for IsMusHostingVis() == false > > Bug: 792479, 793924 > Test: Test on device with android apps > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel > Change-Id: I8c9beb8f835c294b6e2eb1dec4654a8d501c0952 > Reviewed-on: https://chromium-review.googlesource.com/806689 > Commit-Queue: Peng Huang <penghuang@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523647} TBR=penghuang@chromium.org,sadrul@chromium.org,sky@chromium.org,piman@chromium.org Change-Id: If258d1188a54f4406b6f0edf0c37ead6c89379b4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 792479, 793924 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/823925Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523764}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/3fe1b15413a6..844ce8bb3ac1 $ git log 3fe1b1541..844ce8bb3 --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: I83d955a710c2bd0635063698b17a630b2cce8074 Reviewed-on: https://chromium-review.googlesource.com/823826Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523763}
-
Robert Ma authored
For some reason, the two tests are at least a magnitude slower on MSAN bots than other bots (60+ secs vs. ~10 secs). Narrow down the expectations to reflect so. Bug: 793792, 729136 Change-Id: Ie46aed898996fe07cc7621336ffc5fc699c024ba Reviewed-on: https://chromium-review.googlesource.com/819596 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523762}
-
rhalavati@google.com authored
Traffic annotations test script on trybot is updated to only consider the list of changed files. Bug: 788035 Bug: 656607 Change-Id: Ib02f971edc65076c44f4aecf0589b30d381e00f7 Reviewed-on: https://chromium-review.googlesource.com/813635 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523761}
-
Becca Hughes authored
Bundle MEI preload data as a component and include a default version of that component with Chrome. The component updater is behind the PreloadMediaEngagementData feature flag. BUG=787464 Change-Id: Icfc07296caf48e663c9ed7de864f3a1ae6a513d0 Reviewed-on: https://chromium-review.googlesource.com/784892 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#523760}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/495162b9bab5..87cc90dfaaf7 $ git log 495162b9b..87cc90dfa --date=short --no-merges --format='%ad %ae %s' 2017-12-12 oetuaho Set proper precision on loop index for variable init Created with: roll-dep src/third_party/angleBUG=735497 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=cwallez@chromium.org Change-Id: I8c1b99cbce09499a5fb43b12504deb0fc10b7604 Reviewed-on: https://chromium-review.googlesource.com/823825Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523759}
-
Edward Lemur authored
Add a '--chartjson_result_file' flag to extract ChartJSON test results from android devices. R=jbudorick@chromium.org Bug: webrtc:8566 Change-Id: I050d1f714471a5525e91d36d1e792815cb4578ae Reviewed-on: https://chromium-review.googlesource.com/819831 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#523758}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/1ad55eb2592e..e3b013047d00 $ git log 1ad55eb25..e3b013047 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 kjlubick Experiment with turning CPUs off during perf 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=liyuqian@chromium.org Change-Id: I7e09e64b88c8b6374d71c504e333152ddc9cd9de Reviewed-on: https://chromium-review.googlesource.com/823765Reviewed-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@{#523757}
-
Marc Treib authored
And remove the corresponding fieldtrial testing config Bug: 583291 Change-Id: I96d7230797e929fce61888a5c02a8b74f6f145dc Reviewed-on: https://chromium-review.googlesource.com/778843Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#523756}
-
Rune Lillesveen authored
Bug: 657748 Change-Id: Ib2d298388c4a68a5992a5ef14e4fad28dee04c57 Reviewed-on: https://chromium-review.googlesource.com/823924 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523755}
-
Ulan Degenbaev authored
This adds the following histograms to histograms.xml: - V8.GCBackgroundMarking - V8.GCBackgroundScavenger - V8.GCBackgroundSweeping Bug: chromium:792552 Change-Id: I15f3df49773b630620d6c67121c46ad7fff3e179 Reviewed-on: https://chromium-review.googlesource.com/819610Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#523754}
-
Robert Sesek authored
Bug: 598854 Change-Id: I38178148755a21857325826df6df1251433c9ab8 Reviewed-on: https://chromium-review.googlesource.com/824202Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523753}
-
Ross McIlroy authored
Adds a V8BackgroundCompile feature to content to enable control of enabling the background compile feature in V8. BUG=v8:5203 Change-Id: I3c872d619db628e795fa8a817222774b238d4342 Reviewed-on: https://chromium-review.googlesource.com/822337Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523752}
-
Peter Beverloo authored
We're converting from a boolean to this enum on the browser side, and then converting it back to a boolean once received on the renderer side. Let's simplify and just pass the boolean -- its name is clear. This also removes the remaining Background Sync code from //content/renderer/. Bug: 662134 Change-Id: Idd871f44f13e6804b48f83c6f4987572b1b7f125 Reviewed-on: https://chromium-review.googlesource.com/822530Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#523751}
-
Antonio Gomes authored
In WaylandKeyboard::Key's body, we deliberately duplicate some of the logic in KeyboardEvdev::DispatchKey. The idea was to use the bits of KeyboardEvDev needed for proper keyboard input handling. It turns out that features like key repeat and specific cases involving modifiers would need more duplication to get working. Instead of continuing to duplicate stable and existing logic, this CL adopts the use of KeyboardEvDev from WaylandKeyboard, fixing these issues and being able to do some code clean ups (follow ups). The CL also changes the KeyboardLayoutManager instantiation order in OzonePlatformWayland::InitializeUI, so that it happens prior to WaylandConnection instantiation. Reason: once WaylandConnection creates WaylandKeyboard and (implicitly) KeyboardEvDev, the later needs the KeyboardLayoutEngine properly set. CL also reset modifiers upon ::Leave, for when alt+tab is supported to change window focus (external window mode), where modifiers need to be updated accordingly. Last but not least, WaylandKeyboard::RepeatInfo sends delay and rate information that is usefull for KeyboardEvdev. Thus, desired repeating settings can be set. What is more, wayland documentation says if rate is send as 0, then auto repeat should be turned off. BUG=578890 Change-Id: I8ca392da7b10ba6c62f703e1e4b571c1e3d310a1 Reviewed-on: https://chromium-review.googlesource.com/822871 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#523750}
-
Marek Haranczyk authored
Bug: 794207 Change-Id: Icc7a0654a643c53ecc6cd68d2c3a73e6bd394a81 Reviewed-on: https://chromium-review.googlesource.com/823030Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#523749}
-
Philip Jägenstedt authored
https: //github.com/w3c/web-platform-tests/pull/8631 Change-Id: Ie8ba0e9e0a5e8532719c655b08a07918f2a2885a Reviewed-on: https://chromium-review.googlesource.com/823922Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523748}
-
Mounir Lamouri authored
This is forcing no autoplay restrictions to all `Extensions`. It does not apply to WebViews. Bug: 788302 Change-Id: I9c7e89133279453382976ff0f79d285672a5f1ac Reviewed-on: https://chromium-review.googlesource.com/803440Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523747}
-
Becca Hughes authored
Add web platform tests for the new autoplay feature. BUG=788390 Change-Id: I621ddd4f70b6882d837397b3f2f464c99253af13 Reviewed-on: https://chromium-review.googlesource.com/806535Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#523746}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/c0720db247f4..1ad55eb2592e $ git log c0720db24..1ad55eb25 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 9db70de8e..495162b9b (1 commit) 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=liyuqian@chromium.org Change-Id: I4789b11f9e2035f90105c5035feb58504b42a5ff Reviewed-on: https://chromium-review.googlesource.com/824182Reviewed-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@{#523745}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/9db70de8ecb6..495162b9bab5 $ git log 9db70de8e..495162b9b --date=short --no-merges --format='%ad %ae %s' 2017-12-08 oetuaho Don't create temporary ids ahead of time 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=cwallez@chromium.org Change-Id: I64668eaadfda6121ad2c9bce023c25256fe798ca Reviewed-on: https://chromium-review.googlesource.com/824122Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523744}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/3ac7c0f0224e..dc9404644cac $ git log 3ac7c0f02..dc9404644 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 perezju [Devil] Return pid and ppid's as ints 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: Ia2653202eea6bfb536af23193632dd042ef35c6f Reviewed-on: https://chromium-review.googlesource.com/824062 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523743}
-
Takeshi Yoshino authored
The automatic fallback to a unique origin in SecurityOrigin::Create() is error prone. A unique origin should be created explicitly. In the first place, it never gets such invalid values. To clarify that, change the type of the port argument to uint16_t. In SchemeHostPort, add DCHECKs to clarify that the results of GURL::EffectiveIntPort() can never be outside of the uint16_t range. One of the users of the methods, the CreateFromTupleWithSuborigin() method is no longer used by anyone. So, just remove it. Bug: 788289 Change-Id: Ib0abd718d5553f6b3b06388c4f5c684033202500 Reviewed-on: https://chromium-review.googlesource.com/796172 Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#523742}
-
Becca Hughes authored
This adds a feature flag to use the preloaded data to make "high engagement" decisions and therefore control autoplay. There is also fixes a bug in our SetHighMediaEngagement code where a navigation on the same origin does not properly set the high engagement bit on the Frame. BUG=787464 Change-Id: I2a85e6f60cbe58c4d4adcf54c344d8a65705cb77 Reviewed-on: https://chromium-review.googlesource.com/787311 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523741}
-
Christos Froussios authored
It frequently times out TBR=lazyboy@chromium.org Bug: 794490 No-Try: True Change-Id: Ia3644653da9ab12eee61a440d05e363569a5c156 Reviewed-on: https://chromium-review.googlesource.com/823970Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523740}
-
Adam Rice authored
Change the order of functions in ReadableStream.js to match the standard. This will make it easier to update the implementation to match changes to the standard. No functional changes. This corresponds to step 3 of issue 710728. Verified identical to the previous version once comments and blank lines are removed and the file is sorted by function. Bug: 710728 Change-Id: I8b0ae4ad41aa5e84f234901560ad6f97e6319001 Reviewed-on: https://chromium-review.googlesource.com/821955Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#523739}
-
Gauthier Ambard authored
When the user long press a link and open it in a new tab, the toolbar should stay in its state on iPhone. On iPad, the toolbar should be shown. Bug: 793830 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I34c345ba0687385a6e546181584230631ed61ad3 Reviewed-on: https://chromium-review.googlesource.com/823923Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#523738}
-
Daniel Bratell authored
In jumbo builds more code compile in the same translation unit so it's more important to keep the names unique to avoid compilation clashes. Bug: 746953 Change-Id: I649731d0725a9c5b5ab0ec72775cc81ea54434a9 Reviewed-on: https://chromium-review.googlesource.com/819556Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#523737}
-
stkhapugin@chromium.org authored
Makes the location bar clip to bounds. Bug: 791068 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I59eff7def75de42d7e75b8bac87d0ada726a61ba Reviewed-on: https://chromium-review.googlesource.com/822255Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523736}
-
Takashi Toyoshima authored
Mark crashing tests. It's fine enough for virtual/outofblink-cors since it is still under development. Bug: 793866 Change-Id: I5773c2b587f43d27328a614e777907f5fdd45e14 Reviewed-on: https://chromium-review.googlesource.com/821752Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#523735}
-
Hajime Hoshi authored
This is part of efforts to replace base::ThreadTaskRunnerHandle::Get() with other appropriate task runners in the renderer. Bug: 786332 Change-Id: I431671dc03fa7157c25433575c3cdd5cf75d098a Reviewed-on: https://chromium-review.googlesource.com/808447Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#523734}
-
Maksim Sisov authored
This CL adds a preliminary support to maximize/minimize or set Wayland windows to fullscreen. WaylandWindow extends HandleSurfaceConfigure and stores new states. As a result, Wayland windows will be sending changed window states to the |delegate_| and notify ServerWindow and thus aura::Window about changed states. This change is in downstream now [1], but will be sent as a follow-up cl. [1] https://github.com/Igalia/chromium Bug: 784836, 578890 Change-Id: I4dee446b5d145ca2a15f168d78aacf7c96acb2e7 Reviewed-on: https://chromium-review.googlesource.com/768681 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#523733}
-
Mostyn Bramley-Moore authored
This should avoid the following jumbo build error: ./../../third_party/WebKit/Source/core/css/cssom/CSSScale.cpp:14:6: error: redefinition of 'IsValidCoordinate' bool IsValidCoordinate(CSSNumericValue* value) { ^ ./../../third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp:15:6: note: previous definition is here bool IsValidCoordinate(CSSNumericValue* v) { ^ BUG=789370 Change-Id: I13f1540c9969d4ff34420fcfda831687c4580555 Reviewed-on: https://chromium-review.googlesource.com/822199Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Cr-Commit-Position: refs/heads/master@{#523732}
-
Guido Urdaneta authored
This CL adds to AudioManagerWin implementations of the following methods: * GetDefaultInputDeviceID * GetCommunicationsInputDeviceID * GetCommunicationsOutputDeviceID Bug: 780492 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: I22c71f79695de8930ccb0d9c3d7ed2ba56ebdf23 Reviewed-on: https://chromium-review.googlesource.com/811184Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#523731}
-