- 19 Mar, 2018 40 commits
-
-
Andrey Kosyakov authored
- expose request id in NetworkServiceClient methods; - plumb host process id to DevToolsURLLoaderInterception; - maintain a static map from (process id, routing id, request id) to InterceptionJob*; - wire auth request callbacks from NetworkServiceClient to InterceptionJob. BUG=812464,721408 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9eee7b2e9bc436376c741fcca7e2f67a2f04a32d Reviewed-on: https://chromium-review.googlesource.com/967092Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#544182}
-
Dale Curtis authored
Per upstream, this is totally normal to happen and they won't accept changes to fix this without undertaking a large refactoring of the AVParser infrastructure: http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225800.html This behavior may also occur with ADTS streams, but is rarer in practice because ffmpeg's ADTS demuxer does more validation on the packets, so when invalid data is received, av_read_frame() fails and playback ends. Since we haven't had a rash of complaints about too-short ADTS streams, don't bother doing this for ADTS streams at this time. BUG=822341,794782 TEST=existing tests all still pass. Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iabcad145bb75f742e4ba7658ab95c377b811efa1 Reviewed-on: https://chromium-review.googlesource.com/965121 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#544181}
-
Pedro Amaral authored
Bug: 814528 Change-Id: Id48a4a0d90579c68961752747c252338ff6c73c7 Reviewed-on: https://chromium-review.googlesource.com/967246 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#544180}
-
Lei Tian authored
Bug: none Change-Id: I1e50971fd5bf501c46429cea115421af49fcc01b Reviewed-on: https://chromium-review.googlesource.com/959390 Commit-Queue: Lei Tian <ltian@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544179}
-
Pedro Amaral authored
Bug: 814528 Change-Id: I957587117090cfea68277964adabdf8464d77298 Reviewed-on: https://chromium-review.googlesource.com/967276Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#544178}
-
Karan Bhatia authored
BUG=822071 TBR=pkasting@chromium.org, krb@chromium.org Change-Id: I57ea1d13d8f859cd3bcf9f3c192781b48c748dd5 Reviewed-on: https://chromium-review.googlesource.com/969592 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544177}
-
Chong Zhang authored
The same issue has been fixed in f8572183. TBR=kinuko@chromium.org Bug: 822891 Change-Id: I1f4dcc4e925f315da97b6c7e7ff2278bb1c86564 Reviewed-on: https://chromium-review.googlesource.com/969583Reviewed-by:
Chong Zhang <chongz@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#544176}
-
Alexei Svitkine authored
Tests disabled on iOS: VariationsCrashKeysTest.BasicFunctionality SubresourceFilterFeaturesTest.AdTaggingDisabled_DisablesDryRun The other two tests are already failing, but are being masked by the SyntheticTrialRegistryTest failure which is crashing the test harness. Disabling them in this CL to green up the bots and they can be investigated/fixed separately. Bug: 821162, 823449 Change-Id: Id6200cb1e5b086a8ee36babc669b408a16c1f5bb Reviewed-on: https://chromium-review.googlesource.com/969610 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544175}
-
Scott Chen authored
When HandleStartSignin is called, we know for sure authentication is needed, so its unnecessary to call OpenSyncSetup(), which will go through all the setup work for sync, realizing authentication is needed, then undo all the setup work before bringing up GAIA UI. Bug: 800972 Change-Id: I0b38d90dd4b5a1f9c0fc8dfc6afa607c2b27e616 Reviewed-on: https://chromium-review.googlesource.com/967244 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#544174}
-
Joshua Bell authored
The Web Audio tests (in /webaudio) have idlharness test on an interface-by-interface basis, but the new hotness is to have the IDL fragments consolidated. This also allows dependent specs to include the master interface definitions. Bug: 679813,697123,785409,823431 Change-Id: I60bc8415627b8b3f43c13060e4bf65f47bc17c2b Reviewed-on: https://chromium-review.googlesource.com/965401 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#544173}
-
yiyix authored
Added |root_background_color| to RenderFrameMetadata. Since |root_background_color| does not change with every frame,it's added to low frequency fields. One use case is added together with this change: RenderWidgetHostViewAura::SubmitCompositorFrame is used to sniff the |root_background_color| from the CompositorFrame, after this change, RWHVA listens to RenderFrameMetadataProvider and updates the background color when the RenderFrameMetadata changes. Bug: 716911 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I6857d0096fe3662b53410e2a7dc8a1682c0544c5 Reviewed-on: https://chromium-review.googlesource.com/952303 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#544172}
-
Peter Mayo authored
This version introduces the backing thread. It uses a completion event to do the animation synchronously; this lines up with the division of tasks outlined in the task issues. The mutation update is sent synchronously. In moving some classes (CompositorMutator based) to a compositor managed lifetime they change to refcounting to match the thread behavior. Bug: 731727 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ia774e53b5bf34e0cef5d7f0dd9d02fc3b27f4b20 Reviewed-on: https://chromium-review.googlesource.com/630857 Commit-Queue: Peter Mayo <petermayo@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#544171}
-
Jacob Dufault authored
Bug: 784495 Change-Id: I73564231df70b8bce3899d9695d834bde2346b73 Reviewed-on: https://chromium-review.googlesource.com/961602 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#544170}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9cf8abb7..3d6608ce 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;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,sergiyb@chromium.org Change-Id: Ifb031de0eb1722142ce8d1290d5330d5e9c168e4 Reviewed-on: https://chromium-review.googlesource.com/969441Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#544169}
-
Illia Martyniuk authored
Moving all the highlighting logic from DOM Agent to Overlay agent. Bug: 775348 Change-Id: I5ae4fc7bc178566147f306d9ac5c04834e683c0c Reviewed-on: https://chromium-review.googlesource.com/964704Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Commit-Queue: Illia Martyniuk <illiam@google.com> Cr-Commit-Position: refs/heads/master@{#544168}
-
John Abd-El-Malek authored
Bug: 823297 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I190e336591e2f947f0d6f6e96e8582504cc42b93 Reviewed-on: https://chromium-review.googlesource.com/969103Reviewed-by:
Doug Turner <dougt@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#544167}
-
Fabio Tirelo authored
Bug: 800507 Change-Id: I650e3289a9348a9e350cc5a071fd9fac87aa1e88 Reviewed-on: https://chromium-review.googlesource.com/969581Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#544166}
-
Xing Liu authored
Previously we always send a request after the last received slice, this may lead to an out of range request, and we fix this issue in https://chromium.googlesource.com/chromium/src/+/cb75f08beac18e6a237bf605fc612362b346d6fc However, when the orginal request is completed before creating parallel requests, we may not send parallel requests correctly due to the assumption of always sending a request after last slice. This CL fixes this issue and adds test coverage for this edge case. Bug: 822340 Change-Id: Ibe459a642dc2f743075a5c9744ec1d9710446b05 Reviewed-on: https://chromium-review.googlesource.com/964992Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#544165}
-
Eero Häkkinen authored
This CL adds a new function blink::VectorMath::Conv based on code in blink::DirectConvolver, modifies DirectConvolver to use that new function and adds a unit test for that new function. This is a preparation for AVX optimized vector convolution. Bug: 778262 Change-Id: Iae970e9c1ecb359c2375305b6af8c54e853dcdc1 Reviewed-on: https://chromium-review.googlesource.com/924143 Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#544164}
-
Robert Liao authored
MacOS does not support touch. BUG=817419 Change-Id: I0f55fe32735d1150ec8ff1191f2e8cdee72e36ee Reviewed-on: https://chromium-review.googlesource.com/967546Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#544163}
-
Adam Langley authored
This change adds a ScopedVirtualU2fDevice to override normal discovery in tests and always “discover” a VirtualU2fDevice. Using this, the remaining appid tests are enabled. Change-Id: I2836e1b9834b662032415fd0f45001cd5bcfae1d Reviewed-on: https://chromium-review.googlesource.com/963097 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#544162}
-
Eugene But authored
Original description: This CL also changes InstallationNotifier class to be compatible with OCMock (UIApplication shared instance is not stored in ivar anymore) and adds resetDispatcher method to allow restoring InstallationNotifier to its default state. Change in "Fix" patch: Wrapped coordinator's stop calls into autorelease pools. Coordinator's dealloc calls API which uses thread checker. So thread bundle has to outlive coordinator. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I59b6aba677934c6abb43da36a9f94e00c4ca361b Reviewed-on: https://chromium-review.googlesource.com/966969 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#544161}
-
Patrick Monette authored
A load notification for a known module doesn't add any work to the ModuleDatabase, so this would only mean an observer needs to wait for the idle timeout to pass before receiving the OnModuleDatabaseIdle() event. This was especially annoying when visiting chrome://conflicts. A new renderer would be created and the ModuleDatabase would get notified for all the modules loading in that process, therefore ensuring that loading the page would take at least as long as the idle timeout. Change-Id: I3cd2c2ef1d905b210e13f3838a4fb864a9ea371b Reviewed-on: https://chromium-review.googlesource.com/969111 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#544160}
-
Daniel Park authored
Other visual changes coming in later CLs Bug: 820648 Change-Id: I1ac47a4f45af906cf1ba53f3304dd2d55bc1c684 Reviewed-on: https://chromium-review.googlesource.com/959145 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#544159}
-
Tommy Nyquist authored
This reverts commit 23aafba1. Reason for revert: Started failing CTS tests across all WebView platforms: android.webkit.cts.WebViewTest#testRequestImageRef android.webkit.cts.WebViewTest#testLoadDataWithBaseUrl Original change's description: > [url] Properly treat '#' as marking the start of the fragment in data URIs > > This CL aligns Chromium with the URL spec, such that we consider '#' to > mark the end of the content and the start of the fragment section only. > GURL::GetContent was updated to reflect this, with a special case for > javascript URLs specifically (as their spec mentions including '#' in the > URL content). > > Bug: 123004 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I49c6f4d739a2dd42eecc9947f8e75071b84e9be7 > > TBR: boliu@chromium.org, pfeldman@chromium.org, thakis@chromium.org > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I49c6f4d739a2dd42eecc9947f8e75071b84e9be7 > Reviewed-on: https://chromium-review.googlesource.com/738395 > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Reviewed-by: Mihai Sardarescu <msarda@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Reviewed-by: David Benjamin <davidben@chromium.org> > Reviewed-by: Brett Wilson <brettw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544065} TBR=davidben@chromium.org,thakis@chromium.org,brettw@chromium.org,boliu@chromium.org,msarda@chromium.org,pfeldman@chromium.org,eugenebut@chromium.org,mkwst@chromium.org,smcgruer@chromium.org Change-Id: Ib4cd66e4eae27a4868654e305796b98a7734ce20 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 123004 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/969189Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#544158}
-
Mitsuru Oshima authored
Remove dependency to blink in ash/ Define ash own orientation lock type so that exo can set the orientation w/o depending on blink. Bug: 735078 Test: None Change-Id: Ie11e1716cf6e657dd6899d05a2f1921cace17980 Reviewed-on: https://chromium-review.googlesource.com/967721 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#544157}
-
Christopher Cameron authored
This is towards being able to host RWHVCocoa in another process (though it is worth doing on its on merits, as the source files are getting far too heavy). Bug: 821651 Change-Id: Id379e21defdf0b5e68eab96d1463a7972f2e9b20 Reviewed-on: https://chromium-review.googlesource.com/969404Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#544156}
-
Quinten Yearsley authored
This is a builder on the "chromium.linux" master which builds twice and then ensures the two builds are the same. Bug: 790123 Change-Id: I6599363cb89a516710a2b3cd3e5d0f1e3388675c Reviewed-on: https://chromium-review.googlesource.com/969144Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#544155}
-
rajendrant authored
Bug: 818520 Change-Id: Id9a9c289a29ab9b1ccef5eff4f0019bb47363866 Reviewed-on: https://chromium-review.googlesource.com/969452Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#544154}
-
John Chen authored
Some types of Target.detachedFromTarget events do not have a targetId. This causes an error in ChromeDriver while processing such events, and also leaves the internal data in an inconsistent state, causing a crash later on. This is fixed by ignoring Target.detachedFromTarget events without a targetId. Also added code to prevent inconsistent data structure when event processing fails, to avoid crashes. Bug: chromedriver:2340 Change-Id: I8b6292584939cd921784eea0483c86c1a2765cec Reviewed-on: https://chromium-review.googlesource.com/969325Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#544153}
-
Jan Wilken Doerrie authored
This change removes the unused NetLog and NetLogSource from BluetoothDeviceWin and adds a few missing #includes. Bug: 821766 Change-Id: I74e0f888398ced801072f25e8d90a8e338dc8e79 Reviewed-on: https://chromium-review.googlesource.com/968513 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#544152}
-
Brian Salomon authored
Change-Id: I925ed0cbfc574e09d45b834258026963fade6794 Reviewed-on: https://chromium-review.googlesource.com/965617Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#544151}
-
Jan Krcal authored
This CL fixes a crasher introduced by nano to lite transition. Bug: 822845 Change-Id: Id130f29a85cddf1e77b7fd34f1254503f7865f5c Reviewed-on: https://chromium-review.googlesource.com/968868Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#544150}
-
David Bertoni authored
Skipping CQ due to timeout failures. See the bug for more info. No-Try: true Bug: 821544 Change-Id: I16e9363afa44fdde5fd67391e118bca94440af5b Reviewed-on: https://chromium-review.googlesource.com/967426 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#544149}
-
Karan Bhatia authored
This reverts commit 0465b7fe. Reason for revert: Breaks compile on IOS bots. Original change's description: > ui: Add FrameMetrics histogram helpers. > > Adds a Histogram interface with two implementations. One for > ratios with most of it's precision just above 1 and another > for latency with higher precision near vsync intervals. > > The Histogram can be queried for approximate percentiles, > which will be useful for UKM based frame metrics. > > Bug: 807463 > Change-Id: Ic50ce19eeb1804063628c09cbd1e0c30afbfd930 > Reviewed-on: https://chromium-review.googlesource.com/952534 > Commit-Queue: Brian Anderson <brianderson@chromium.org> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544119} TBR=sadrul@chromium.org,brianderson@chromium.org,tdresser@chromium.org Change-Id: I9a706e7b936abb90e6856d983d550a9272f74e24 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 807463, 823437 Reviewed-on: https://chromium-review.googlesource.com/969226Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#544148}
-
jonross authored
viz_content_browsertests has stabilized. Due to this we no longer need a separate filter for the FYI bots to first try out new tests for flakes. So I am removing the FYI filter file. (We are already not using FYI filters for the other viz tests) This change updates the viz.content_browsertests.filter file with the remaining differences from the FYI filter. Then removes the fyi one. Updating the test configs to use the full one TEST=viz_content_browsertests Bug: 760181 Change-Id: I949f0e74974f9f9cd847323e97c99d9a0b403b81 Reviewed-on: https://chromium-review.googlesource.com/968703Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#544147}
-
Paul Jensen authored
Some bots build this apparently. No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Ib1efbbc14a982d5848ad6cfaa029be1f7f5bcfcf Reviewed-on: https://chromium-review.googlesource.com/969149Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#544146}
-
https://skia.googlesource.com/skia.git/+log/c9a642edf2d1..cb88470d82d6 $ git log c9a642edf..cb88470d8 --date=short --no-merges --format='%ad %ae %s' 2018-03-19 bsalomon Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType 2018-03-19 bsalomon Revert "New read pixels implementation that is simpler but does all conversions on CPU." 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;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: Ie5d73a29c6be4c8b4d4a240e2a2c700401375f78 Reviewed-on: https://chromium-review.googlesource.com/969073 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#544145}
-
Dominic Farolino authored
This changes updates all uses of kReferrerPolicyNoReferrerWhenDowngradeOriginWhenCrossOrigin to kReferrerPolicyStrictOriginWhenCrossOrigin, to more closely match the spec. R=jochen@chromium.org, tkent@chromium.org Change-Id: I04412fc56e0739e91783f1cc6d3c7d981d54b289 Reviewed-on: https://chromium-review.googlesource.com/952528Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#544144}
-
Kevin McNee authored
Report and cancel scroll bubbling when the RenderWidgetHostInputEventRouter tries to bubble a gesture scroll event back to the same view instead of CHECKing or hanging. Bug: 818214 Change-Id: I5b8ce7815ba24855bc18a1c200541034fae21df5 Reviewed-on: https://chromium-review.googlesource.com/969335Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#544143}
-