- 07 Mar, 2018 35 commits
-
-
Hongchan Choi authored
1. Tests moved: From - src/third_party/WebKit/LayoutTests/http/tests/webaudio/audio-worklet/ to - src/third_party/WebKit/LayoutTests/external/wpt/webaudio/ 2. All tests were renamed because of the SecureContext requirement. 3. Updated the script paths. 4. Used a variable for the processor script path. Bug: 817869 Test: All existing tests are passing after updating paths. Change-Id: I7bd6c91c365730e453205f2241cb45986e2c7d3b Reviewed-on: https://chromium-review.googlesource.com/944847Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541281}
-
Robert Ma authored
An upstream change in wpt lint interprets relative paths as relative to CWD instead of the (WPT) repo root, which breaks PRESUBMIT.py. Use absolute paths instead to avoid any ambiguity. Bug: 819349 Change-Id: Idf57e048c30d3143e55ffebfc95df0f774ae4e8f Reviewed-on: https://chromium-review.googlesource.com/951755Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#541280}
-
Yuke Liao authored
This CL fixes two bugs on iOS platform: 1. When running tests using iossim, the application bundle parameter always comes last. 2. When user specifies path to the an .app bundle, if it ends with a '/', os.path.basename returns empty instead of the the basename that we want. Change-Id: I12130dd8e35415c9a9e56e7e47be712b2334ad5f Reviewed-on: https://chromium-review.googlesource.com/951858 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#541279}
-
Scott Violet authored
UIControlsFactoryOzone is used to inject events. To make this work better with the Window Service this patch converts it to use RemoteEventDispatcher, which routes the event to the Window Service. BUG=none TEST=none Change-Id: Ib7379b3fb6ee4a81cb01145cf24565ad951c8dbe Reviewed-on: https://chromium-review.googlesource.com/951632 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#541278}
-
Sarah Hu authored
Domain info is displayed for public account user in the login screen. This CL adds domain info UI in the LoginUserView. This is split from the following CL which will use this piece of UI: https://chromium-review.googlesource.com/c/chromium/src/+/940623/ Bug: 809635 Change-Id: I7efdd946817d9111597f404eaaa3b3a83140a309 Reviewed-on: https://chromium-review.googlesource.com/945133 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#541277}
-
Benjamin Pastene authored
TBR=jbudorick@chromium.org Bug: 817779 Change-Id: Idd7988a2a62635ed2155eaaab5c8e375b455f7f6 Reviewed-on: https://chromium-review.googlesource.com/952294Reviewed-by:
Benjamin Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#541276}
-
danakj authored
Make SharedBitmap return an UnguessableToken as the shared bitmap-based tracing id, if the SharedBitmap is in fact backed by shared memory for cross-process use. This means ClientSharedBitmapManager always does and ServerSharedBitmapManager returns null if the bitmap was allocated inside the ServerSharedBitmapManager. In ServerSharedBitmapManager memory dumps, if a bitmap is shared memory backed, it dumps the |mapped_id()| which is the UnguessableToken. Otherwise, it dumps the SharedBitmapGUID from the SharedBitmapId. In ResourceProvider, if the SharedBitmap has an UnguessableToken for its shared memory backing, it dumps that, else uses the SharedBitmapID to make a GUID. In ResourcePool, the same thing is done as ResourceProvider. Thus, all child-process bitmaps will be dumped via the shared memory mapped_id() which is an UnguessableToken. And all service-process bitmaps are dumped via the SharedBitmapGUID. R=ericrk@chromium.org Bug: 730660 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Id4b1c20350a139d36df13743d012756181937c6e Reviewed-on: https://chromium-review.googlesource.com/935428 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#541275}
-
Jiaquan He authored
Bug: 733662 Change-Id: Ic0ff68cb6d022e5f82dc7494d8f783a5289736e6 Reviewed-on: https://chromium-review.googlesource.com/952288Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#541274}
-
https://pdfium.googlesource.com/pdfium.git/+log/a32145f1f16b..f8af565a78ee $ git log a32145f1f..f8af565a7 --date=short --no-merges --format='%ad %ae %s' 2018-03-06 dsinclair Rename IFX classes in core/fxge to Iface Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I92e6a4c00a3e415d53d847e1bb681d6d5fe0c8ae Reviewed-on: https://chromium-review.googlesource.com/952073 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541273}
-
Kent Tamura authored
Now all classes for all CSS properties are generated. There are no blockers of renaming. Bug: 578345 Change-Id: I808acbb19c63e8af36be2c9aa7f0ccc0c9c03c32 Reviewed-on: https://chromium-review.googlesource.com/950626Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541272}
-
Derek Cheng authored
Add CastMediaRouteProvider, that interfaces with MediaRouter. It will use CastAppDiscoveryService to handle sink queries. (Per profile). The CastMediaRouteProvider runs on the IO thread, and thread hopping between MediaRouterDesktop and CastMRP is done by Mojo. Add CastAppDiscoveryService (singleton), which runs on the IO thread. It observes sinks from CastMediaSinkService and requests app availability via CastMessageHandler. Bug: 698940 Change-Id: I48c4d1287dcea1ab30e524d71ba7fd947725646a Reviewed-on: https://chromium-review.googlesource.com/899954 Commit-Queue: Derek Cheng <imcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#541271}
-
Jian Li authored
When an intent with file:// or content:// URL is opened, a custom offline header will be set to use the file:// or content:// from this intent once the validation passes. OfflinePageRequestJob will try to read from the passing file:// or content:// instead. Bug: 758690 Change-Id: I69c75a73c02377f62ab0c6f97013be78b149ba7e Reviewed-on: https://chromium-review.googlesource.com/942466Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#541270}
-
Sarah Hu authored
Add the following mojo api for chrome to send public session information to LockContentsView in ash. 1. SetPublicSessionDisplayName 2. SetPublicSessionLocales These api will be used in a follow-up CL: https://chromium-review.googlesource.com/c/chromium/src/+/940623 Bug: 809635 Change-Id: I7b83d7188155c4c8547e8fef91aa53121dc760b3 Reviewed-on: https://chromium-review.googlesource.com/941516Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#541269}
-
James Robinson authored
The Fuchsia build reshuffled to unify architecture naming between internal components, so this updates local-sdk.py to reflect those changes. Change-Id: I7534d0a339b99cc0baeeeb5734e3edb63fe97d96 Reviewed-on: https://chromium-review.googlesource.com/951637Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#541268}
-
Michael Lippautz authored
Similar to Oilpan, only return a struct of callbacks and don't actually call further into visitors. This reverts commit 559a8e6a. Change-Id: I430c72fd4bee22e7a9f49404f7d461076c613350 Bug: chromium:802273, chromium:819134 Reviewed-on: https://chromium-review.googlesource.com/950904 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#541267}
-
Devlin Cronin authored
We record profiles we show the dev mode bubble for in order to avoid showing it multiple times for the same profile. However, we need to ensure we track the original profile, so that we don't show it for an original profile and an incognito profile. Fix this, and add a unittest. Bug: 819309 Change-Id: Ibe33ea6f5587e85463a5a77023387e07b8fdf3ff Reviewed-on: https://chromium-review.googlesource.com/951971 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541266}
-
Reilly Grant authored
This patch removes the Windows-specific support in libusb that provided a translation between the WinUSB API and the HID API. Applications currently depending on this using the chrome.usb API should switch to using the chrome.hid API. Bug: 818592 Change-Id: I82ee6ccdcbccc21d2910dc62845c7785e78b64f6 Reviewed-on: https://chromium-review.googlesource.com/951635Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#541265}
-
Michael Spang authored
Chrome makes synchronous queries of screen geometry during startup. To satisfy these requests, assume the the first call to configure the primary display will succeed, and set this geometry in CastScreen synchronously in the startup case. DRM platform goes to great lengths to make this strategy work, by querying display information synchronously in the browser process prior to GPU process startup. It will also work for FakeDisplayDelegate. Cast platform is not affected by this change. BUG=b/74138444 TEST=chromecast browser tests Change-Id: I68f88b78c151f938f99ed393fe630ecfa5b86dbc Reviewed-on: https://chromium-review.googlesource.com/952099 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#541264}
-
Joy Ming authored
Bytes wasted measures the number of bytes used beyond the file size, often as a result of resumptions. Before the in-progress cache, there was no way of maintaining the number of bytes wasted across resumptions on the native side even though Java uses SharedPreferences to do so in DownloadManagerService.updateBytesReceived. This CL implements the bytes wasted count on native utilizing the in-progress cache and reporting these metrics through UKM. Bug: 785557 Change-Id: I79614f1f4fab73d0e526c096e3f68541f7cb1170 Reviewed-on: https://chromium-review.googlesource.com/909288 Commit-Queue: Joy Ming <jming@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#541263}
-
Thomas Guilbert authored
Some manufacturers have a native MediaRouter implementations that causes a StrictModeDiskReadViolation when trying to acquire a MediaRouter instance. This CL temporarily changes the StrictMode policy to allow disk reads when we acquire the native MediaRouter. Bug: 818325 Change-Id: I2b1452c03ef6767d17c243ce5e9c4964cb95c75d Reviewed-on: https://chromium-review.googlesource.com/947542Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#541262}
-
Kent Tamura authored
Header files in platform/image-decoders/ and platform/image-encoders/ produced guard symbols like ..._PLATFORM_IMAGE-DECODERS_... Bug: 578345 Change-Id: I266f58dccf511b14dcbff79dc184e49c7311da2d Reviewed-on: https://chromium-review.googlesource.com/949808Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541261}
-
lgcheng authored
Hookup permission dialog view. Add browser_test. Bug: 776476 Change-Id: I30405949ba50591030a4645f0d7feb1f4fefc03d Reviewed-on: https://chromium-review.googlesource.com/907691Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#541260}
-
Robert Liao authored
Fallout from https://chromium-review.googlesource.com/c/chromium/src/+/922662 BUG= Change-Id: Ie77cfd226cc0af218068405190936348907c93cd Reviewed-on: https://chromium-review.googlesource.com/952103Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#541259}
-
Nate Fischer authored
This disables two integration tests which depend on device locale. While these tests pass under some locales like en-US and es-MX, they fail when the device is in other locales such as cs-CZ. We should modify the tests to fetch the locale in the same way the security interstitials component does to create the URLs. Bug: 819085 Test: N/A Change-Id: I9a23b810c8783df36c75ce95a733b46b68b84239 Reviewed-on: https://chromium-review.googlesource.com/952269Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541258}
-
Adam Langley authored
The results of client extensions, after some discussion, have settled on being a dictionary returned by a callback on the |PublicKeyCredential|[1]. This change implements that callback and plumbs through the results of the |appid| extension[2], since that's the only extension that we currently implement. [1] https://w3c.github.io/webauthn/#iface-pkcredential [2] https://w3c.github.io/webauthn/#sctn-appid-extension Bug: 818303 Change-Id: Ie7963229cc74fa209cb1c61d00e0ff63e361ace3 Reviewed-on: https://chromium-review.googlesource.com/946732Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#541257}
-
Yuke Liao authored
This CL refactors the function that parses args.gn file to cache the results so as to avoid parsing the same file more than once. Change-Id: If8fc60c2f28b94b6d435395b563f0ed750c5f280 Reviewed-on: https://chromium-review.googlesource.com/947925 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#541256}
-
James West authored
It is no longer needed now that not binding ApplicationMediaCapabilities no longer fails a DCHECK. Bug: internal b/73180315 Test: cast_shell_browsertests Change-Id: I9ff2cc20525959caf9ab7287f594234cac756233 Reviewed-on: https://chromium-review.googlesource.com/950126Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: James West <jameswest@chromium.org> Cr-Commit-Position: refs/heads/master@{#541255}
-
John Abd-El-Malek authored
Bug: 819249 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I44a479a9d91df43f12b85ccc702d9f77e56ce399 Reviewed-on: https://chromium-review.googlesource.com/952063Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#541254}
-
Lei Tian authored
Now Browser Actions fails when importing to Android studio because all its classes using resources does not import R file. However, importing android.support.customtabs.R fails on ninja compile because BUILD.gn sets the resource package name to android.support.customtabs.browseraction. This CL changes the package name to android.support.customtabs to allow importing android.support.customtabs.R and roll out custom-tab-client change: third-party/custom-tab-client/54788baf5bfbe5bb42977dc52c2f608392e60f72. Bug: None Change-Id: I9f58305c2610f049fb750f152e0e22961d2b7482 Reviewed-on: https://chromium-review.googlesource.com/939853 Commit-Queue: Lei Tian <ltian@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#541253}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3976f0cea5fae468cbd61b23271ab249f512d021 Reviewed-on: https://chromium-review.googlesource.com/952264Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541252}
-
Eugene But authored
This CL adds RadialProgressView as a subview for DownloadManagerController's view and updates this view according to the download progress. UI Mocks: https://docs.google.com/presentation/d/1GzbAoJrpW9IAQF78afh5SZLWJWErNcC67t_ctujjEus/edit#slide=id.g2b7a689b42_0_196 Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id1e3ebebcaba1ee41ae350973c246ceb7339154d Reviewed-on: https://chromium-review.googlesource.com/950124 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#541251}
-
Kent Tamura authored
Bug: 578345 Change-Id: Ibcc9a89408ac2fdef8590f0e07be08a73923c069 Reviewed-on: https://chromium-review.googlesource.com/950506Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541250}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7224dea74d49..595b66866726 $ git log 7224dea74..595b66866 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Iee724bdf4b63a449c3042f05ddeb93f45ce3c761 Reviewed-on: https://chromium-review.googlesource.com/952268Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541249}
-
Tien-Ren Chen authored
This CL does some light clean-up to CompositingInputsUpdater. It is for aesthetic improvement only and should not change behavior. 1. Move AncestorDependentCompositingInputs computation to its own helper function. 2. Remove CompositingInputsUpdater::AncestorInfo::has_ancestor_with_clip_path which is unused. 3. Add shorthand variable layout_object = layer->GetLayoutObject(). Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I745a392b80adedef278fa5ad45436b2c652bf37d Reviewed-on: https://chromium-review.googlesource.com/950008 Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541248}
-
Brian Sheedy authored
This reverts commit 03667272. Reason for revert: Causing crashes of unknown origin on K https://chromium-swarm.appspot.com/task?id=3c16a11a3d0f5b10&refresh=10&show_raw=1 (occurred with original CL as well) Original change's description: > Reland "Exclude unused java classes from gvr_common_java aar" > > This reverts commit f04d3bde. > > Original change's description: > > Revert "Exclude unused java classes from gvr_common_java aar" > > > > This reverts commit dbc48ca4. > > > > Reason for revert: Getting NoClassDefFoundError on Nougat https://chromium-swarm.appspot.com/task?id=3c01bdd86290b710&refresh=10&show_raw=1 > > > > Original change's description: > > > Exclude unused java classes from gvr_common_java aar > > > > > > As far as I can tell this filters the rest of the unused java classes. > > > > > > Please revert this CL if you see ClassNotFound Exceptions. > > > > > > diagnose_bloat summary: > > > MonochromePublic.apk_Breakdown (-4,097 bytes) > > > +1,731 bytes Zip Overhead > > > -1 bytes Package metadata size > > > -5,827 bytes Java code size > > > MonochromePublic.apk_Specifics > > > -15,137 bytes normalized apk size > > > -11,040 bytes main dex size > > > > > > Bug: 944791 > > > Change-Id: I53219489d0289655a72405ab1e06cbeeb065d4f4 > > > Reviewed-on: https://chromium-review.googlesource.com/944791 > > > Reviewed-by: Brandon Jones <bajones@chromium.org> > > > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#540549} > > > > TBR=mthiesse@chromium.org,bajones@chromium.org > > > > Change-Id: I1b4b8c2d4acaaa9eafde507ceeb32293a164ac2b > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 944791 > > Reviewed-on: https://chromium-review.googlesource.com/946653 > > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540672} > > TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 944791 > Change-Id: I17e5095e0298d20bdd3876473e673f4ed5f07e5c > Reviewed-on: https://chromium-review.googlesource.com/951826 > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541236} TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org Change-Id: I97a0f25703d4ebf80b357a8f63d4399c1fcfbb3f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 944791 Reviewed-on: https://chromium-review.googlesource.com/951972Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541247}
-
- 06 Mar, 2018 5 commits
-
-
John Abd-El-Malek authored
There is one test failing which is because we don't handle external protocols with the network service. Bug: 819248,706030 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3ff98b61b2fa19fa3bfd54373cd920d4777f04c9 Reviewed-on: https://chromium-review.googlesource.com/951883 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#541246}
-
https://chromium.googlesource.com/angle/angle.git/+log/d2cb7cec4f3e..6dd4a92aa6df $ git log d2cb7cec4..6dd4a92aa --date=short --no-merges --format='%ad %ae %s' 2018-03-02 fjhenigman Vulkan: track attributes in client memory. 2018-02-27 cwallez Use packed enums for the texture types and targets, part 2 2018-02-26 geofflang Use strtod instead of istringstream+locale for parsing floats. 2018-03-01 lucferron Vulkan: Avoid recopying the data every time we draw line loops 2018-03-06 jmadill Vulkan: Support changing in-flight Renderbuffers. Created with: roll-dep src/third_party/angle BUG=803034 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=ynovikov@chromium.org Change-Id: If59682613aae781ef4ecd6b5342821350f169dca Reviewed-on: https://chromium-review.googlesource.com/951865 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541245}
-
Zhongyi Shi authored
QUIC_CHROMIUM_CLIENT_SESSION_CLOSE_SESSION_ON_ERROR Bug: 815241 Change-Id: I807f9e6938fb6cd02b0d047e31f7056325adb71c Reviewed-on: https://chromium-review.googlesource.com/951856Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541244}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/fe1144246e7e..703b4a85a21e $ git log fe1144246..703b4a85a --date=short --no-merges --format='%ad %ae %s' 2018-03-05 misterg merges-8 2018-03-05 misterg merges-7 2018-03-05 misterg merges-6 2018-03-05 misterg merges-3 2018-03-05 misterg merges-2 2018-03-05 misterg Merges-1 2018-03-01 phosek Use a full message in the JSON output for failures 2018-02-28 coryan Add options to parallelize builds. 2018-02-26 phosek Support JSON output format in addition to XML 2018-02-26 dneto Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX 2018-02-23 scottmg Try to handle unsigned wchar_t (arm) a bit better Created with: roll-dep src/third_party/googletest/src 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;master.tryserver.chromium.win:win_chrome_official Change-Id: Id0c9bc296e95b04b99f21cba1cbbcee08bf2400a Reviewed-on: https://chromium-review.googlesource.com/951122Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#541243}
-
Jao-ke Chin-Lee authored
This is a reland of d553b24a Original change's description: > Ramp up cast_shell_linux on LUCI to 100%. > > Bug: 731556 > Change-Id: Id416d395958f0b3529816f17ca0d35203f863065 > Reviewed-on: https://chromium-review.googlesource.com/950023 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541215} Bug: 731556 Change-Id: I58d5362dc01773a700c602213cab322444701bba Reviewed-on: https://chromium-review.googlesource.com/952442Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541242}
-