- 17 Oct, 2017 40 commits
-
-
Victor Costan authored
The crash can only occur when the "Enable Experimental Web Platform Features" flag is turned on. Bug: 774626 Change-Id: I4e8170d2c82db53d8bacd5c8586ef4cce3000be4 Reviewed-on: https://chromium-review.googlesource.com/722038Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#509302}
-
junweifu authored
Shape Detection will use WRL to access Windows Runtime components, wrapped GetActivationFactory, CreateIBufferFromData and GetPointerToBufferData function also need to be used in CL[1], so move these common functions to winrt util. [1] https://chromium-review.googlesource.com/c/chromium/src/+/708336 BUG=767021 Change-Id: I054e273dc14fea648d1fed444d189ecd5e4292ca Reviewed-on: https://chromium-review.googlesource.com/715656 Commit-Queue: Junwei Fu <junwei.fu@intel.com> Reviewed-by:
Scott Graham <scottmg@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#509301}
-
Henrik Boström authored
trackSwitchingStream: 1. SRD: "stream1 with track1 created." 2. SRD: "track1 is moved to stream2." trackAddedToSecondStream: 1. SRD: "stream1 with track1 created." 2. SRD: "stream2 with track1 created, track1 still belonging to stream1." Bug: 769743 Change-Id: I64f5c0790c17c2c396f38be39580da495844c749 Reviewed-on: https://chromium-review.googlesource.com/711135Reviewed-by:
Taylor Brandstetter <deadbeef@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#509300}
-
Xiaocheng Hu authored
This patch adds ::first-letter handling to the following functions by adding LayoutTextFragment overrides: - LayoutText::CaretMinOffset - LayoutText::CaretMaxOffset - LayoutText::ResolvedTextLength Bug: 771398 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I5309e706a5161498b9e909b9d2098a232e328020 Reviewed-on: https://chromium-review.googlesource.com/719410 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509299}
-
Katie Dektar authored
Don't highlight whitespace-only nodes. Bug: 753022 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iaac62b135512ba95ea6dfaabc9450802e939e621 Reviewed-on: https://chromium-review.googlesource.com/719763 Commit-Queue: Katie Dektar <katydek@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#509298}
-
Darren Shen authored
This patch change selector parsing to use streams. The advantage is two fold: - We no longer have to allocate memory for long selector preludes, e.g. .a, .b, .c, .d, .e .... { }. This is useful for websites that minify their CSS, as the minified CSS tend to form very long selector lists. - This is the last use of CSSParserObserverWrapper, so we can remove it in a future patch. To use streaming, we have to be careful with error recovery. If an error occurs in the prelude, we still have to skip the rest of the block. For reviewers: - Most of this code is from the original patch in [1]. - The 'new' code in CSSSelectorParser is pretty much just the streaming version of the Range based version of ConsumeComplexSelectorList. [1] https://codereview.chromium.org/2503683003/ Bug: 661854 Change-Id: Ied369ffba695f15baf347591e833aaec40080662 Reviewed-on: https://chromium-review.googlesource.com/676888Reviewed-by:
meade_UTC10 <meade@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#509297}
-
Makoto Shimazu authored
This patch ensures unit tests create valid disk cache entries for SWVersions which could be started using SWInstalledScriptsSender. If unit tests don't create valid entries for the worker scripts, SWInstalledScriptsSender detects it and deletes the SWVersion, so some tests trying to dispatch events or something would be aborted. Bug: 683037 Change-Id: I0f226767454db46d5112b48ed2bdbb6999ac384c Reviewed-on: https://chromium-review.googlesource.com/712674 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#509296}
-
John Budorick authored
Put it in the wrong place in https://chromium-review.googlesource.com/c/chromium/src/+/719456 TBR=dpranke@chromium.org Bug: 771841 Change-Id: I46ff199310a6ce8e490e7d78e285924edd321e42 Reviewed-on: https://chromium-review.googlesource.com/722447Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#509295}
-
Vladislav Kaznacheev authored
--mash --test-launcher-filter-file= testing/buildbot/filters/ash_unittests_mash.filter --mus --test-launcher-filter-file= testing/buildbot/filters/ash_unittests_mus.filter Bug: 773016 Test: ash_unittests --gtest_filter=ScreenshotTool* Change-Id: I38fdf03b3d88fe0a2a831b950f0e95cbf6f5afcc Test: ash_unittests --gtest_filter=ScreenshotTool* Test: ash_unittests --gtest_filter=ScreenshotTool* Reviewed-on: https://chromium-review.googlesource.com/721603 Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#509294}
-
Christopher Cameron authored
Bug: 766918, 775226 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: I204884a683f0c7e5aa6eaf431103ff72d01dbd0b Reviewed-on: https://chromium-review.googlesource.com/722339Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: ccameron chromium <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#509293}
-
Michael Giuffrida authored
Recommend appending, instead of prepending, paths to `runtimepath`. Vim uses the first directory in the 'runtimepath' option for some special uses, such as the location of the .netrwhist file.[1] Prepending these paths to `runtimepath` may result in unwanted file creation in those directories, leading to annoying untracked files in your workdir. It should be safe to append these paths instead, assuming other scripts for these file types aren't appended first. Alternatively, we could add files like .netrwhist to .gitignore, but then developers would lose global Vim history when removing their workdir, which is weird. [1] https://github.com/vim/vim/blob/890680ca6364386fabb271c85e0755bcaa6a33c1/runtime/doc/pi_netrw.txt#L1434 Change-Id: I3bff2aa540a8392b103d0edf3eba59b7482296c7 Reviewed-on: https://chromium-review.googlesource.com/721256Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509292}
-
Darren Shen authored
When we fill in the RuleSet for a StyleSheetContents object, a rule in a media query would only be added if the media query evaluate to true. Hence, a StyleSheetContents may have different RuleSets depending on the current media. This is why we do not cache StyleSheetContents that contain media queries, since the RuleSet needs to be different. This patch enables (hidden behind a flag) caching of StyleSheetContents with media queries, but when they are retrieved from that cache, they are cloned. Design doc: https://docs.google.com/document/d/1IpyqChzXDJczfsxnbv0kh-gAx6HBGGfIpSu4P6nKI1s/edit?usp=sharing Bug: 472923 Change-Id: I61778a9e50fc11881a3cb5f5ddfe358876c43fc6 Reviewed-on: https://chromium-review.googlesource.com/704474Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Rune Lillesveen <rune@opera.com> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#509291}
-
Sylvain Defresne authored
There was only one call to Tab -originalTitle, so inline it and remove the property from Tab. Bug: none Change-Id: Idc574da6818df54eac30df23afb636444b119456 Reviewed-on: https://chromium-review.googlesource.com/720170 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509290}
-
Yutaka Hirano authored
No one uses it. Bug: 775318, 624278 Change-Id: I1efddd76f8a7eba5fbe4a0bf1eb12899b391baa7 Reviewed-on: https://chromium-review.googlesource.com/722299 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#509289}
-
Tatsuhisa Yamaguchi authored
Bug: 762746 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I77f2279247ffdf33790946f623ff4115b2752e0b Reviewed-on: https://chromium-review.googlesource.com/715837Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#509288}
-
Yoshifumi Inoue authored
Remove redundant file WebKit/LayoutTests/platform/mac-mac10.10/fast/text/atsui-kerning-and-ligatures-expected.png This patch gets rid of redundant layout test expected image file[1] introduced by the patch[2], which missed to move this file to "fast/text/selection" directory. [1] WebKit/LayoutTests/platform/mac-mac10.10/fast/text/atsui-kerning-and-ligatures-expected.pngatsui-kerning-and-ligatures-expected.png [2] http://crrev.com/c/718239: Move selection related layout tests to fast/text/selection from fast/text/" TBR=alexmos@chromium.org NOTRY=true Bug: 775064 Change-Id: Ib5cac0d3e3009ee52c46e81e106d710d4b6f1e42 Reviewed-on: https://chromium-review.googlesource.com/722361Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509287}
-
Yue Li authored
Send the updateScreenSize signal after the screen starts loading to correct the size of inner-container. BUG=b/65555008 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4c3db0fb419de439450b4a4bdcbaa9981849b505 Reviewed-on: https://chromium-review.googlesource.com/717722Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#509286}
-
Stephen McGruer authored
Each of these files consisted of less than 50 loc implementation across the methods they contained, and each contained methods that were called from only one implementation (.cpp) file. Moving the helper functions into their calling .cpp lowers the cognitive overhead in finding the implementation as well as allowing for complete inlining of some helper functions where appropriate. Bug: None Change-Id: Ibaa89188d724a80aea76239c5b27fe672471b18b Reviewed-on: https://chromium-review.googlesource.com/713469 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#509285}
-
Harald Alvestrand authored
Rewrote RTCPeerConnection-lifetime and RTCPeerCOnnection-ontrack to work with real peerconnections. Deleted three tests that should have appropriate coverage in existing WPT tests. Bug: 771540 Change-Id: I1d5d26bb48ce4993714115bdcfb9ceb2edd02947 Reviewed-on: https://chromium-review.googlesource.com/715597 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#509284}
-
Adam Langley authored
There are two changes around base::checked_cast in here: Firstly, one call was changed from checking a cast to uint8_t before left-shifting, to checking it after the shift. Since it's the final value that we care about r.e. truncation, I think that makes sense. Secondly, a value that was ANDed with 0xff was being checked before casting to uint8_t, which is superfluous. Change-Id: I4c4fedfd3aa7c693d24a5d2cb5d48dcd40eaaae1 Reviewed-on: https://chromium-review.googlesource.com/716572 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#509283}
-
Jennifer Apacible authored
Intent to implement/ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/a0tguvcZZyk BUG: 747082 Change-Id: I740aa8396a7cecc74b741ab544c71652121c44d3 Reviewed-on: https://chromium-review.googlesource.com/666121 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
Dimitri Glazkov <dglazkov@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#509282}
-
Hidehiko Abe authored
BUG=None TEST=Trybot. Change-Id: I383365208716b3b1e2deadca1d8d42710cd9882f Reviewed-on: https://chromium-review.googlesource.com/718162 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#509281}
-
Findit authored
This reverts commit 739de36a. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 509270 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzczOWRlMzZhMTc4ZmVjYmI5MmY0YWViZTRlZTQ3OGNiYWNiOWUyMTIM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/Mac/33774 Original change's description: > Introduce DecoderPerfTest > > This is a microbenchmark that measures the raw throughput of the GLES2 decoders. > > Bug: 775212 > 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: Ic701af8c5e83a5eee347f481ee5319dfa6fc0ffc > Reviewed-on: https://chromium-review.googlesource.com/719462 > Commit-Queue: Antoine Labour <piman@chromium.org> > Reviewed-by: Victor Miura <vmiura@chromium.org> > Cr-Commit-Position: refs/heads/master@{#509270} Change-Id: Ic43322e66b1968ab2a8e30de6c20e7935f528e64 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 775212 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/721894 Cr-Commit-Position: refs/heads/master@{#509280}
-
Keishi Hattori authored
Rename ALLOW_ONLY_INLINE_ALLOCATION to DISALLOW_NEW_EXCEPT_PLACEMENT_NEW in blink_gc_plugin tests to match actual code. Bug: Change-Id: I08493c3b348f12075a5cd6fb32e769bc342cf5be Reviewed-on: https://chromium-review.googlesource.com/720343Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#509279}
-
Tommy Steimel authored
This CL updates Android to show the sound content setting in the Page Info Bubble when sound is playing or has recently played on a site. In order to use WebContents::WasRecentlyAudible() for this, we also enable monitoring audio levels on Android. Bug: 774256 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: Ia00909f6a6343f1e2fabf2ee3d4e651b3640c81e Reviewed-on: https://chromium-review.googlesource.com/719707Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#509278}
-
Zhenyao Mo authored
BUG=774157 TEST=gpu_unittests R=piman@chromium.org 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: Ib4a410443d192cbda369a64d4b59cefb23444f9c Reviewed-on: https://chromium-review.googlesource.com/717458 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509277}
-
Scott Violet authored
WindowTree::SetExtendedHitRegionForChildren() only takes negative values (or 0). Anything else is ignored (and logged) This code can go away once hit testing is in place, so in the mean time force positive values to zero. Additionally makes sure we only call to the server when something actually changed. BUG=775223 TEST=none Change-Id: I92642c6ef7fc3effe6976e700d03af50bffc0ad8 Reviewed-on: https://chromium-review.googlesource.com/722069 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#509276}
-
Eric Roman authored
This way the order that HTTPSCRLSetTest.* and HTTPSEVCRLSetTest.* are run does not affect their outcome. Bug: 775323 Change-Id: I83691d98385811f6091bd38da3ec0ad4f0d33330 Reviewed-on: https://chromium-review.googlesource.com/722353 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#509275}
-
Nicolas Pena authored
Currently, if two tabs share the renderer process then the longtasks from one tab are also reported to observers in the other tab. This CL fixes that by ensuring that only tasks involving the PerformanceMonitor's |local_root_| are reported by the PerformanceMonitor. Bug: chromium:736509 Change-Id: I3be72ec81c0c2735b6a092f848f4c4b6cb58ddfe Reviewed-on: https://chromium-review.googlesource.com/705175Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#509274}
-
Kenichi Ishibashi authored
This is a follow-up CL of crrev.com/c/583450. The term "suspend" is confusing. We are going to use "pausing" instead. Change-Id: I047c31ab324ba85eb119a78096560d111caa976e Reviewed-on: https://chromium-review.googlesource.com/721480Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#509273}
-
Zijie He authored
According to MSDN, https://msdn.microsoft.com/en-us/library/windows/desktop/dd797816%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 H264 HW encoder on Windows supports base / main / high profiles. So this change adds the profile selection to the MediaFoundationVideoEncodeAccelerator. I have tested the new profiles in Chromoting. They work well (except for the not-key-enough issue). Bug: chromium:769391 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: I74aed968d187c3e0352dd7a1a518a8f13d1277c8 Reviewed-on: https://chromium-review.googlesource.com/711059 Commit-Queue: Zijie He <zijiehe@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509272}
-
Yoland Yan authored
There are no more J3 tests in android webview, this removes the test base and refactor some of the APIs in AwActivityTestRule Bug: 711517 Change-Id: Ib3422c7c59626a97a819dd588818f0ed9110c38d Reviewed-on: https://chromium-review.googlesource.com/721566Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509271}
-
Antoine Labour authored
This is a microbenchmark that measures the raw throughput of the GLES2 decoders. Bug: 775212 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: Ic701af8c5e83a5eee347f481ee5319dfa6fc0ffc Reviewed-on: https://chromium-review.googlesource.com/719462 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#509270}
-
Yuzhu Shen authored
BUG=757187 Change-Id: If2513dfdd287f0c06df917bd2c0b87cf6e0ea539 Reviewed-on: https://chromium-review.googlesource.com/722029Reviewed-by:
Oliver Chang <ochang@chromium.org> Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Cr-Commit-Position: refs/heads/master@{#509269}
-
Gurpreet Nanda authored
With the upcoming chrome apps deprecation, we have a new gnubbyd corp extension for !CrOS platforms that uses native messaging instead of the now unavailable chrome.usb/chrome.hid APIs Bug: Change-Id: I630ae0f67a059536326109f619bee0bcdbbb1929 Reviewed-on: https://chromium-review.googlesource.com/721617 Commit-Queue: Gurpreet Nanda <gunand@google.com> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#509268}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/cb98b11b71af..b06b35820705 $ git log cb98b11b7..b06b35820 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I9200e7c7ea1ae4a5d325cddcba562bd564b178d2 Reviewed-on: https://chromium-review.googlesource.com/722220Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509267}
-
Xianzhu Wang authored
Instead of invalidating chunks that are not in sequence of the previous chunks, now invalidate chunks which are moved before any previously matched chunks. This is the same method used in PaintController to invalidate reordered display items. Bug: 771770 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idca6531db89a149a7280079b5ff598b77de97d0a Reviewed-on: https://chromium-review.googlesource.com/710314Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#509266}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: Ia3995f9d535421ff2c1a0f73a3c4187010632b19 Reviewed-on: https://chromium-review.googlesource.com/720720Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#509265}
-
Sylvain Defresne authored
Convert client code to directly access GetVisibleURL method from WebState instead of the re-implementation in Tab. Remove some useless creation of GURL and std::string by using the API that take base::StringPiece. Bug: 620489 Change-Id: I265bf2a63a87726f0a9296bc5616d9dd58c8d25d Reviewed-on: https://chromium-review.googlesource.com/720459 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509264}
-
Zijie He authored
Chromoting always assumes encoder won't fail. This is not true for H264, since it has a more strict resolution limitation (3830 x 2176). So this change adds an EncodeResult field in the encoder callback to tell WebrtcVideoStream about the encoding result. Bug: chromium:769391 Change-Id: Icbeec3fa616c0e55acd470ddf5d4e4484e28b112 Reviewed-on: https://chromium-review.googlesource.com/716860Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#509263}
-