- 12 Sep, 2017 40 commits
-
-
Jeremy Roman authored
These callbacks would already be delivered by the similar scope inside the attribute implementation. Methods already have only the inner scope. Change-Id: I72bceec4d883d0dba5e93b2ec19156d3c88590e1 Reviewed-on: https://chromium-review.googlesource.com/662220Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#501200}
-
Brett Wilson authored
Part 4/4 to replace these namespace qualifications. TBR=dcheng@chromium.org Bug: 763556 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: I31d6c69d73111165fb1bd8294cd0fe4e18ce96bd Reviewed-on: https://chromium-review.googlesource.com/662561 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#501199}
-
Kent Tamura authored
Bug: 578345 Change-Id: I2b7754a63b3ae5eb2487362ca1e17331a0d68b4a Reviewed-on: https://chromium-review.googlesource.com/662719Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#501198}
-
Giovanni Ortuño Urquidi authored
This is done only if the ExperimentalAppBanners feature is enabled. Also re-arranges the strings and guards in them the grd file instead of in c++. Bug: 629725 Change-Id: Iec496f5ee9c4729fdecc272223e66c5abd93a494 Reviewed-on: https://chromium-review.googlesource.com/658580 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#501197}
-
Daichi Hirono authored
Bug: 750997 Test: exo_unittests --gtest_filter=DataDeviceTest.* Change-Id: I83c41477a945e363c70560595fe3a079ed62c2cb Reviewed-on: https://chromium-review.googlesource.com/624767 Commit-Queue: Daichi Hirono <hirono@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#501196}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6bdbb1f1..19769c12 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: Icc5b6f10e91b838a5163625ac022e8d2fb219120 Reviewed-on: https://chromium-review.googlesource.com/662221Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#501195}
-
Jinsuk Kim authored
|ResolveTapDisambiguation| is left unused after CVC. This CL cleans it up. https: //crrev.com/c/630980 and should have been removed from Change-Id: I3b35fa741b9ee14626b14b9d26a5d132cf68fa78 Reviewed-on: https://chromium-review.googlesource.com/657785Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#501194}
-
Austin James Ahlstrom authored
Bug: 745385 Change-Id: I6592737458f684e65738ca45aa34a58d5e2ed8bd Reviewed-on: https://chromium-review.googlesource.com/647955 Commit-Queue: Austin James Ahlstrom <aahlstrom@google.com> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Cr-Commit-Position: refs/heads/master@{#501193}
-
Brett Wilson authored
This removes the obsolete tracked_objects:: qualification on uses of Location in //base. TBR=dcheng@chromium.org Bug: 763556 Change-Id: Iffdbf067f65f6dbfe309413294b8ace2e8917617 Reviewed-on: https://chromium-review.googlesource.com/662597Reviewed-by:
Brett Wilson <brettw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#501192}
-
Kent Tamura authored
Major part of bindings/scripts/ use single quotes. This CL improves code consistency. Change-Id: Ic21c8117fd34c0e13ee64540211ebc6012116067 Reviewed-on: https://chromium-review.googlesource.com/662499Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#501191}
-
Robert Liao authored
BUG=749312 Change-Id: I71a3f2e8ff9dd26c5cb4e47605d8a3abda65a7f1 Reviewed-on: https://chromium-review.googlesource.com/658402 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#501190}
-
Brett Wilson authored
Part 1/4 to replace these namespace qualifications. TBR=dcheng@chromium.org TBR=armansito@chromium.org for chromeos/network Bug: 763556 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I06ec01e1805744a7bba244b35ed09ace7af3152a Reviewed-on: https://chromium-review.googlesource.com/662560 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#501189}
-
Darren Shen authored
Move: build/scripts/{ => core/css}/make_media_feature_names.py core/{ => css }/MediaFeatureNames.h Using the code_generator GN template and update include paths. Bug: 732657 Change-Id: Id79b1eac6763cae908574eb26c480c7b27a8150e Reviewed-on: https://chromium-review.googlesource.com/656860 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#501188}
-
Timothy Loh authored
This patch fixes modal permission prompts to not appear for background tabs on Android. Instead of having the BrowserView call into the PermissionRequestManager on tab activation and so on, we just observe the WasShown() and WasHidden() events. Prompts may still show on Android when in the tab switcher, I hope to address this in another patch. Bug: 751025, 606138 Change-Id: Ie52ca6e5985334b807dd6aa91c9f1aca94846429 Reviewed-on: https://chromium-review.googlesource.com/597507Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#501187}
-
Austin James Ahlstrom authored
Bug: 745385 Change-Id: I5a70b0b71dc56c74c9786892e87befedb5b3a6a6 Reviewed-on: https://chromium-review.googlesource.com/648906 Commit-Queue: Austin James Ahlstrom <aahlstrom@google.com> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Cr-Commit-Position: refs/heads/master@{#501186}
-
Kent Tamura authored
* generate_event_interfaces.py: Generate identical *.json5 even with snake_case IDL input files. 'name' field of the *.json5 should be "core/events/FooEvent" even after the great mv. * make_event_factory.py: Add --snake-case-input-files flag to generate #include for snake_case file names. * config.gni and scripts.gni Move bindings_generate_snake_case_files flag to config.gni as "snake_case_source_files". The flag affects not only bindings but also scripts in Source/build/. Bug: 760462 Change-Id: I0579e25c88a0039e77de2c3c54772f10d750636f Reviewed-on: https://chromium-review.googlesource.com/662471Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#501185}
-
khmel authored
This unlocks spinning animation during the user creation. Bug: b/63900068 Test: Manually on device. Spinning animation is updating. Change-Id: I156ecbe9cd070ff0193fe8f8cec38e1934a24000 Reviewed-on: https://chromium-review.googlesource.com/656559Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yury Khmel <khmel@google.com> Cr-Commit-Position: refs/heads/master@{#501184}
-
Brett Wilson authored
Part 2/4 to replace these namespace qualifications. TBR=dcheng@chromium.org TBR=armansito@chromium.org for chromeos/network Bug: 763556 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Iea0a004973ff120b95c1d305d778f811810d62b9 Reviewed-on: https://chromium-review.googlesource.com/662139 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#501183}
-
Ben Wells authored
Bug: 764179, 764180 Tbr: benwells@chromium.org Change-Id: I29c80af68e40186b814f4f215f96e25c4206ceb6 Reviewed-on: https://chromium-review.googlesource.com/662259 Commit-Queue: Ben Wells <benwells@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#501182}
-
Yutaka Hirano authored
A browser test for no-state prefetch failed for KeepAliveRendererForKeepaliveRequests feature, which meant a bug. This CL fixed the mishandling. With this CL, "keepalive" flag is transferred from the renderer to the browser, and the feature affects only requests with "keepalive" flag. The non-state prefetch browser tests are now run in both settings (i.e., with/without the feature). Bug: 695939 Change-Id: I77c42cce95346f034af3ef4b7496908affc3074d Reviewed-on: https://chromium-review.googlesource.com/656741Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#501181}
-
Ryo Hashimoto authored
Convert WaitForServiceToBeAvailableCallback and OnConnectedCallback to OnceCallback. Remove unused MockObjectProxy::WaitForServiceToBeAvailable(). Add MockObjectProxy::DoConnectToSignal() to workaround Gmock's limitation around move-only arguments. https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#mocking-methods-that-use-move-only-types BUG=740015 TEST=try Change-Id: Ide16b01e57eac20f231d729ad570547376a7874d Reviewed-on: https://chromium-review.googlesource.com/656480Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#501180}
-
Emi Morikawa authored
Make a new inner class. This calls OnComplete() with appropriate error code. Bug: 758455 Change-Id: I2589dc740a7338bffaf6a059526775f620ee1a1c Reviewed-on: https://chromium-review.googlesource.com/656880Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Emi Morikawa <emim@google.com> Cr-Commit-Position: refs/heads/master@{#501179}
-
Tetsui Ohkubo authored
This is a reland of f79325e1 Change from the original CL (which is patch set #1): * Disable tray animation in TrySwitchingUserTest. The animation was not triggered before because |small_image| was not set. Original change's description: > Apply system style to screen share notification. > > In new-style notification, system notification has different style from > other notifications such as web notification. > This CL applies the system style to screen share notification. > * The context header and action buttons have accent color. > * New material design icon is added. > * The title text is added. > > TEST=manual > BUG=751024 > > Change-Id: I43c623e6fe5a960289424500292ed75c2d63f2cb > Reviewed-on: https://chromium-review.googlesource.com/656782 > Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500846} Bug: 751024 Change-Id: If2b9b7779fb68be80a45d4584c9dfacadd0c2f57 Reviewed-on: https://chromium-review.googlesource.com/658681 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#501178}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b9382586. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/1654 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 TBR=qyearsley@chromium.org No-Export: true Change-Id: Ib837e1c0cfcdd3f8c9318957a38d5da093dc118c Reviewed-on: https://chromium-review.googlesource.com/662218 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@{#501177}
-
Lisa Suzuki authored
Before this CL, type can be used without extended attributes in Iterable like this: ex1) iterable<long>; After this CL, type can be used in Iterable with extended attributes' list as well: ex1) iterable<long>; ex2) iterable<[Clamp] long>; I rewrote and added pattern match based tests and integer indexed tests. Bug: 714866 Change-Id: I1b2a264a20d6ab43c7b8ef94d6fb72dd1ddaa83a Reviewed-on: https://chromium-review.googlesource.com/660137 Commit-Queue: Lisa Suzuki <lisabelle@google.com> Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#501176}
-
Philip Jägenstedt authored
Change-Id: Ic6f12588c39abff3c1f8efd1523b3a8d0ec2ec4a Reviewed-on: https://chromium-review.googlesource.com/657579Reviewed-by:
meade_UTC10 <meade@chromium.org> Reviewed-by:
Jinho Bang <jinho.bang@samsung.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#501175}
-
Yutaka Hirano authored
I added it in order to check if the assumption was violated. As it doesn't look violated, I would like to remove it as planned. SweepForbiddenScope already has the DCHECK, so I'm removing it completely rather than turning it to DCHECK. Bug: 756496 Change-Id: Ibbc2bb7d6d5d51bcd5e02503f3dd6f81d824142d Reviewed-on: https://chromium-review.googlesource.com/662497Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#501174}
-
Peter Kotwicz authored
This CL introduces FirstRunActivityBase which contains logic to be shared between FirstRunActivity and LightweightFirstRunActivity. This CL changes LightweightFirstRunActivity to extend FirstRunActivityBase instead of FirstRunActivity. BUG=755646 Change-Id: Id839e78361030aef6d7a5d2e94544760f3c117c8 Reviewed-on: https://chromium-review.googlesource.com/619252 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#501173}
-
John Wu authored
TBR=dpranke@chromium.org,scottmg@chromium.org Bug: Change-Id: Id2ec20c0fa2ea98ed482876e02b6b9516a81e9e8 Reviewed-on: https://chromium-review.googlesource.com/651615 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#501172}
-
Hidehiko Abe authored
Use std::unique_ptr for MethodCall::FromRawMessage() and Signal::FromRawMessage(). Use nullptr instead of NULL. Use constexpr for constant in anonymous namespace in ObjectProxy. BUG=739622 TEST=Ran trybots. Change-Id: I84fb7bc0318b09a77a44540575a97db6e5992db0 Reviewed-on: https://chromium-review.googlesource.com/658168Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#501171}
-
Prashant Malani authored
ARC MIDI uses this to connect to the midis daemon running in Chrome OS. It takes a Mojo connection request over the ArcBridge, and then uses D-Bus (for sending across a message handle) to initiate a Mojo connection with that daemon. The daemon then returns a 2nd Mojo interface (with the actual Midis client calls) back to the proxy, which in turn sends it to the Android side. At present, the Connect() call which should return the 2nd Mojo interface handle has not yet been implemented. It retains the initial Mojo connection with the daemon is maintained, for future ARC sessions, and tears down when the daemon dies. This implementation is a based on the similar implementation used by ArcOemCrypto. BUG=chromium:701005 Change-Id: Icc8c937f743ddcc3deca85446c303408b17ec759 Reviewed-on: https://chromium-review.googlesource.com/638913 Commit-Queue: Prashant Malani <pmalani@google.com> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#501170}
-
Brett Wilson authored
These are replaced with the base versions base::circular_deque and base::queue. Typedefs were replaced with using statements in changed code, and adjacent typedefs were also converted. RTCTimestamps struct in rtc_video_encoder.cc was made copyable and moveable (it's just an int64 and an int32) to support being put in a circular_deque. BrowsingDataRemoverImpl::RemovalTask was made move-only (from previously not movable or copyable). BUG=757232 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ib83f929ae4c014ae0d3766a57e9cb56cba446e2b Reviewed-on: https://chromium-review.googlesource.com/656066 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#501169}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/505e9ec415f8..d5df04f53ce8 $ git log 505e9ec41..d5df04f53 --date=short --no-merges --format='%ad %ae %s' 2017-09-11 simonhatch Dashboard - Plumb story through dialog to /pinpoint/new 2017-09-11 dtu [pinpoint] Re-add equals to --output-format=chartjson. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I10c52e3ee949199c9b3afd8302c0282221a38863 Reviewed-on: https://chromium-review.googlesource.com/662368 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#501168}
-
Eric Willigers authored
Support for text decoration properties shipped to stable in Chrome 57. The runtime flag is no longer needed. BUG=165462 Change-Id: I68bfb1c902fa5d51de8040493d3e12ab6b61349d Reviewed-on: https://chromium-review.googlesource.com/660197 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#501167}
-
Hiroshige Hayashizaki authored
Otherwise, DidGetReadable() is called with null ExecutionContext. Bug: 758883 Change-Id: I904d0c946a1be928c1fe2bebb37efec384a7bd59 Reviewed-on: https://chromium-review.googlesource.com/655807 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#501166}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3233811b..6bdbb1f1 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I2de7655e974727b530607b16f9e33eabff981846 Reviewed-on: https://chromium-review.googlesource.com/662377Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#501165}
-
Austin James Ahlstrom authored
Bug: 745385 Change-Id: Iea2049e1012303d0655d514a6ba4b1406acfbc41 Reviewed-on: https://chromium-review.googlesource.com/644673Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Austin James Ahlstrom <aahlstrom@google.com> Cr-Commit-Position: refs/heads/master@{#501164}
-
Eric Willigers authored
The web platform tests for CSS Namespaces and CSS Conditional are now enabled. OWNERS have been added. Bug: 763636 Change-Id: I7fbead981bc2fd1706d0c8eda800e3c65ddb52cf Reviewed-on: https://chromium-review.googlesource.com/662077 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#501163}
-
chrome-release-bot authored
TBR=govind@chromium.org Change-Id: I56a9670508223711df97dd3775abd46cde604220 Reviewed-on: https://chromium-review.googlesource.com/662219Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#501162}
-
Xianzhu Wang authored
If a subsequence was fully painted the last time, we don't repaint the subsequence on interest rect change because the fully painted result is still useable. However this triggers false-positive of under- invalidation checking which strictly matches new and cached subsequences. Bug: 755478 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I24f8fa9c2e3167ff3c54954bf5e994a74ef70056 Reviewed-on: https://chromium-review.googlesource.com/661379 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#501161}
-