- 05 Feb, 2018 40 commits
-
-
Jungshik Shin authored
$ git log c8ca296..d888fd2 --date=short --no-merges --format='%ad %ae %s' 2018-02-05 jshin@chromium.org Update IANA tzdata to 2018c 2018-01-23 digit@google.com SmallIntFormatter: simplify implementation. In JS console: > new Date(Date.UTC(2018, 9,31, 5)).toLocaleString("en", {timeZone: 'America/Sao_Paulo'}) "10/31/2018, 2:00:00 AM" > new Date(Date.UTC(2017, 9,31, 5)).toLocaleString("en", {timeZone: 'America/Sao_Paulo'}) "10/31/2017, 3:00:00 AM" TBR=mark@chromium.org Bug: 473288,802890 Test: See the above Change-Id: I341d11a5b62bd7fa2d5473575591f50060c04870 Reviewed-on: https://chromium-review.googlesource.com/902806 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:Jungshik Shin <jshin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534533}
-
Bill Budge authored
- The vector of partitions may iterated on one thread, while another thread is mutating it. Use a mutex to prevent that. Bug: chromium:808427 Change-Id: I4cfee3ad9adeeba6e108f8a79dd1ddef9c418de0 Reviewed-on: https://chromium-review.googlesource.com/899778Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#534532}
-
Avi Drissman authored
This modernizes the "Hung Page" dialog. BUG=767526 Change-Id: I4831ef1d3d4db92ce92d67f5e7fce34393f0f655 Reviewed-on: https://chromium-review.googlesource.com/897896Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534531}
-
Adithya Srinivasan authored
This CL renames the enum to NodeListSearchRoot to better indicate that the value refers to where the NodeList begins searching for elements. Change-Id: I09aa6732fd52cc5a476f2ea42c0fbb3b2a7e92af Reviewed-on: https://chromium-review.googlesource.com/897883Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#534530}
-
Yuzhu Shen authored
This CL uses mojo interface custom disconnect reason to send this cancellation reason to the impl side of network::mojom::URLLoader. Why we need this change? Currently the Android WebView SafeBrowsing ResourceThrottle sets a flag in the user data of net::URLRequest to indicate the request is cancelled by SafeBrowsing, and later this cancellation reason is conveyed to the Android WebView embedder. When switching to URLLoaderThrottle, we cannot directly access net::URLRequest, so we need this application-defined reason on URLLoaderThrottle::Delegate to notify the impl side of network::mojom::URLLoader. Bug: 807399 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ib4e4cc0e5e346562aef4f03f6e9bacf7da0716c5 Reviewed-on: https://chromium-review.googlesource.com/897734Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534529}
-
Miguel Casas-Sanchez authored
This CL uses the 2020 CGColorSpaceRef when playing back high bit depth content that is labelled as having e.g. transfer function SMPTE ST.2084 [1]. (This is Mac specific because other platforms use the shaders in [2]). [1] http://go/bt.2100 , table 4 [2] https://cs.chromium.org/chromium/src/ui/gfx/color_transform.cc?type=cs&q=SMPTEST2084&sq=package:chromium&l=617 Bug: 797347 Change-Id: I943b41a8b7372f6eb641524fac85be8da58afa11 Reviewed-on: https://chromium-review.googlesource.com/896719Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#534528}
-
spqchan authored
Show toolkit-views AutofillPopupView with --secondary-ui-md. Removed AutofillPopupBaseView FocusManager accelerator code. The code is no longer necessary since it was added for a now obsolete rAc dialog. The autofill popup will get dismissed by the web contents, which listens for the accelerators. Bug: 728182 Change-Id: I9f7816fe41279a397f5066d28d88099d50ef033e Reviewed-on: https://chromium-review.googlesource.com/889983 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#534527}
-
Scott Graham authored
Bug: 707030 Change-Id: Ia61eecb9197af4040250980d8de20978b6b5739a Reviewed-on: https://chromium-review.googlesource.com/902923Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#534526}
-
Karan Bhatia authored
This reverts commit 10c92aea. Reason for revert: Changing the approach as per discussion, don't need DNR specific host permissions any longer. Original change's description: > DNR: Introduce manifest key to specify host permissions. > > This CL introduces the "hosts" key within the "declarative_net_request" manifest > key. It is used to specify a list of match patterns. These match patterns will > then be used by DNR to evaluate whether an extension has access to a particular > request for the purpose of DNR. > > The parsing of host permissions within PermissionsParser is refactored and a new > static utility method called ParseHostPermissions is introduced on the class to > parse a list of match patterns. > > In subsequent CLs, the concept of hosts for DNR will be introduced in the > PermissionsSet class and DNR will start checking these host permissions. > > BUG=777714, 696822 > Doc=go/dnr-hosts > > Change-Id: Iee31b634ce5e45c5685ad4264219cb79b70070aa > Reviewed-on: https://chromium-review.googlesource.com/888321 > Commit-Queue: Karan Bhatia <karandeepb@chromium.org> > Reviewed-by: Devlin <rdevlin.cronin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533838} TBR=rdevlin.cronin@chromium.org,karandeepb@chromium.org Change-Id: I63cb84b126de6ba02d604efb4503959e3de6cef7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 777714, 696822 Reviewed-on: https://chromium-review.googlesource.com/900162Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534525}
-
Miguel Casas authored
Various cleanups on GpuVideoEncodeAcceleratorFactory that I stumbled upon while adding more info to the DLOG(ERROR) in CreateVEA(). Bug: 599650 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: I99bfad58b82b9e87bbf224290a27bdf15f1201b2 Reviewed-on: https://chromium-review.googlesource.com/899224 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534524}
-
spqchan authored
Add support for MitM software in Dynamic Interstitials. Testing: Unit tests in SSLErrorAssistantTest Browser tests in SSLUIDynamicInterstitialTest Bug: 790850 Change-Id: If6c174d8e207bf51d34e8dcd75ffd2c284f36e05 Reviewed-on: https://chromium-review.googlesource.com/865834 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#534523}
-
Brian Salomon authored
Skia is deprecating GrPixelConfig because it can be ambiguous. Instead clients specify 3D API (GL, VK) formats when making GrBackendTextures and then SkColorTypes when making SkSurface/SkImages. Bug: skia:6718 Bug: skia:7533 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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: I3e7c72de549394761cbb46c60e9553b33ff6656a Reviewed-on: https://chromium-review.googlesource.com/889861 Commit-Queue: Brian Salomon <bsalomon@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534522}
-
https://chromium.googlesource.com/catapult.git/+log/b1069a4b3a67..ef4265e56abb $ git log b1069a4b3..ef4265e56 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 eakuefner [Telemetry] Remove ValueCanBeAddedPredicate Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I76a18c47208a7405c541dfa4107522d0faef9c72 Reviewed-on: https://chromium-review.googlesource.com/902563 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534521}
-
Nico Weber authored
R=scottmg@chromium.org Bug: 177475 Change-Id: I830c63748878cc8af7d1b52418a45fe7f05d1734 Reviewed-on: https://chromium-review.googlesource.com/899446Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#534520}
-
Mustafa Emre Acer authored
The method is duplicated by sublasses. Push it to the base class instead. An upcoming CL will use this for CaptivePortalBlockingPage as well. Change-Id: Id24993df5fa0f7a0371e01ee84bf4788a196aca6 Reviewed-on: https://chromium-review.googlesource.com/902805Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#534519}
-
Fabio Tirelo authored
Bug: 803714 Change-Id: I32c55010741eb54ea22caf57eec79e3f2c38e211 Reviewed-on: https://chromium-review.googlesource.com/902584Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534518}
-
Xiaohui Chen authored
Bug: 807015 Test: compiles with ninja -C out assistant Change-Id: I66fc1bb6b3f44027b283f224841397b1d3245fc2 Reviewed-on: https://chromium-review.googlesource.com/891995Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#534517}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/966c4db5..a58470f2 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,sergiyb@chromium.org Change-Id: I3584d25d149a89bd095aa002404ccf26ac85033a Reviewed-on: https://chromium-review.googlesource.com/902224Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534516}
-
Sergey Volk authored
What happens here is similar to crbug.com/775852 - somehow an invalid track id is passed from blink level down to media pipeline and we fail to find the demuxer stream corresponding to that track id. So instead of using map operator[], we need to use map::find and check if the stream for the given track id was actually found. BUG=806871 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: Ibbffc74046a562585d6b404f90a9ae38a0d43050 Reviewed-on: https://chromium-review.googlesource.com/902188Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#534515}
-
David Tseng authored
The desktop role gets used as the root of the entire automation tree and should not be used elsewhere. This change adds a comment in the enums file where views authors hopefully look for the list of roles. Note that in ChromeVox, using the desktop role amounts to a no-op, since ChromeVox only checks desktop role when it asks for a AutomationNode.prototype.root. TBR=tsepez@chromium.org Bug: 787101 Change-Id: I9f1b7a7a71f69f43ebc265cf0b61d0b0bdb4249f Reviewed-on: https://chromium-review.googlesource.com/896557 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534514}
-
Vladimir Levin authored
This patch delays the recording of the translate/clip/effect until we are confident that the operations will affect anything meaningful. This eliminates the cases of save/clip/restore for example, since it skips recording these operations. Note that it also adds an early out to BoxPainterBase when we're not painting either image or color (ie transparent). Without the early out the record which is generated has a clip due to scroll adjustment, and it's hard to say with a non-empty record whether it actually draws anything. Specifically from the bug, this eliminates the sequence - save - translate - save - clip rect - restore - restore However, there is another sequence of - save - translate - restore which isn't coming from this code which still remains. R=wangxianzhu@chromium.org, chrishtr@chromium.org Bug: 795017 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Id750ead924deec5d208cc9d52b8bb873d448d3e0 Reviewed-on: https://chromium-review.googlesource.com/900264Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#534513}
-
Steven Bennetts authored
The focus selector assumes there are no hidden elements. Using restamp in the dom-if templates will ensure that is true when the config dialog is opened more than once. Bug: 804239 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0c0b12e5cffff218b33e7435a0268b305275e50a Reviewed-on: https://chromium-review.googlesource.com/902439Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534512}
-
François Degros authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I341d823feeb1077a8ff1a810dcda606d1ba84b20 Reviewed-on: https://chromium-review.googlesource.com/899407Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#534511}
-
Chris Harrelson authored
This reverts commit bc976225. Reason for revert: <INSERT REASONING HERE> Original change's description: > [PE] Recompute overflow for tables > > A previous refactor accidentally omitted delegation to the > parent class when recomputing overflow for LayoutTable. > > Bug:807900 > > Change-Id: I68c415de59162a29b642ad697e7b8ab8dc19f530 > Reviewed-on: https://chromium-review.googlesource.com/900044 > Reviewed-by: Stephen Chenney <schenney@chromium.org> > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#534175} TBR=chrishtr@chromium.org,schenney@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 807900,808876 Change-Id: I9a0b6ca4dd8ae3d80990b754b997aa9cd4beb0c5 Reviewed-on: https://chromium-review.googlesource.com/902502 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#534510}
-
Leon Scroggins III authored
Bug: 807324 An upgrade to libpng version 1.6.34 resulted in Chromium truncating some pngs. This pngs are technically incorrect, but turning this option on allows displaying them the way we previously did. Change-Id: Ib800486cbf6e28b4df028d5264f6661eda08dc4c Reviewed-on: https://chromium-review.googlesource.com/901985Reviewed-by:
Mike Klein <mtklein@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534509}
-
Junliang Yan authored
current_cpu turn out to be ppc64 instead of ppc64le Change-Id: I045598d67b25531fafa31f3de70360188d963408 Reviewed-on: https://chromium-review.googlesource.com/899642Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534508}
-
Peter Boström authored
Bug: chromium:807886 Change-Id: Ib4ae5e020aa02ad08f038f1827475353fa747ff0 Reviewed-on: https://chromium-review.googlesource.com/902437Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#534507}
-
Ramya Nagarajan authored
The theme background image is accessed (and decoded) by InstantService::BuildThemeInfo only to get the image height. It is then passed to the NTP via the embeddedSearch API, where it is unused. Removing this unnecessary access should improve NTP load time in some instances. Bug: 806251 Change-Id: I8f15c51e4b2ac9b9cbd880ac7586c7c92b4e0416 Reviewed-on: https://chromium-review.googlesource.com/902184Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534506}
-
John Chen authored
The ChromeDriver Python test script run_py_tests.py runs a large number of tests, and when a test fails, it is hard to find the right section in the log file. This CL adds the test name in the log file to aid debugging. It uses a non-standard capability goog:testName, which is included in the log file but otherwise ignored by ChromeDriver. Change-Id: Ia63e9f11d903ddd363442fce903f54d8c1070a07 Reviewed-on: https://chromium-review.googlesource.com/902173Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534505}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 880762a9. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11855 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=robertma No-Export: true Change-Id: I45c372efeb50c9c3eac490b3b3ab17d5983ede2c Reviewed-on: https://chromium-review.googlesource.com/901989 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@{#534504}
-
Matt Reynolds authored
The Gamepad service allows gamepads to be enumerated by a number of distinct data fetchers which feed into a central gamepad provider. The provider is responsible for managing the state and ordering of connected gamepads as well as issuing notifications when gamepads are connected or disconnected. PadState's |active_state| member indicates the gamepad's current connection status as "inactive" (not receiving updates), "active" (recently received an update), or "newly active" (just connected). This state used for three tasks: * A connection event is fired when the gamepad is first connected. * A disconnection event is fired when the gamepad is no longer connected. * The data fetcher performs some first-time initialization when the gamepad is first connected. This CL splits |active_state| into separate flags to address each case. * |is_active| is used to detect the current connection status. It is initialized to false for each polling cycle and set to true once the PadState is accessed. If this flag is false after a polling cycle, the gamepad is considered disconnected. * |is_newly_active| is initialized to true when the PadState slot is allocated and set to false once the gamepad connection event has been issued. * |is_initialized| is initialized to false when the PadState slot is allocated and may be set to true by the data fetcher to indicate that it has performed first-time initialization for this gamepad. BUG=749295 Change-Id: I2c99e766c900c9c92a5bffecb12ec283739f2597 Reviewed-on: https://chromium-review.googlesource.com/896028Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#534503}
-
Eugene But authored
This CL adds NavigationAndLoadCallbacksTest.DisallowRequest test and fixes a bug when WebState::IsLoading does not flop to false. Bug: 614168,789585 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I30e7fcd49fdbbc33a2a67f274a37e5243d4ea07b Reviewed-on: https://chromium-review.googlesource.com/900092Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#534502}
-
jdoerrie authored
As a follow up to r534391 this changes moves the contents of //device/ctap into //device/fido completing the merge of //device/u2f and //device/ctap. Similarly to r534391 it updates relevant includes, header guards, and BUILD.gn, DEPS and OWNER files. Bug: 808637 Change-Id: I9b0b51b249ee07bae8e88dd846cce189d9b1dbed Reviewed-on: https://chromium-review.googlesource.com/902282Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#534501}
-
James Forshaw authored
This CL adds the AppContainer capability SIDs for chromeInstallFiles and lpacChromeInstallFiles to the Application directory during installation. The purpose of this change is to support the new AppContainer sandbox which will require a second SID to grant access to the main executables. Bug: 807249 Change-Id: I6a42451bee93c574fa293c9d4459f929a1d9cc1b Reviewed-on: https://chromium-review.googlesource.com/897649 Commit-Queue: James Forshaw <forshaw@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#534500}
-
Amirhossein Simjour authored
1- Fix using uninitialized mVrUiViewContainer 2- Bring back SetFrameAvailableCallback for WebVR BUG=none Change-Id: I1e542c07ee0df9f5f745bf49a8ed4187e737cfcd Reviewed-on: https://chromium-review.googlesource.com/902623Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#534499}
-
Geoff Lang authored
It was causing conflicts with other failure expectations. TBR=zmo@chromium.org NOTRY=true BUG=805233 Change-Id: I24c0515d4c418a9dda6cda91dd8c5352ba20acf3 Reviewed-on: https://chromium-review.googlesource.com/902804Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#534498}
-
Ian Vollick authored
With this change, I've added a media feature that returns true when in immersive mode (eg, in VR). I've added extra plumbing to ensure that this new feature is not web exposed. More info on media features here: https://www.w3.org/TR/css3-mediaqueries/#media1 The plumbing for this particular feature is very close to the plumbing for -webkit-transform-3d. I've also changed the "page popups suppressed" setting (which was only ever true in immersive mode) to be named immersive, accordingly. However, the uses of the immersive mode setting for suppressing page popups are meant to be temporary, so I've added comments referencing the bug that explains the removals. Bug: 809021 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ib46237b7c7f518830d0134c51baefeb3a1d89c11 Reviewed-on: https://chromium-review.googlesource.com/901484Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#534497}
-
https://chromium.googlesource.com/angle/angle.git/+log/14cb42c04677..338abb469bba $ git log 14cb42c04..338abb469 --date=short --no-merges --format='%ad %ae %s' 2018-01-30 yizhou.jiang Fix invalid heap exception in angle Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I1c5351b914b7ee6dd65cf20c78fc530382e929cf Reviewed-on: https://chromium-review.googlesource.com/902389 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@{#534496}
-
Krishna Govind authored
R=amineer@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: Iddcfdd8a9cdba3d217099a241d36f2b916912a80 Reviewed-on: https://chromium-review.googlesource.com/902425Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#534495}
-
Yafei Duan authored
Since Offline Pages migrated from OfflinePageModelImpl to OPMTaskified, there are a bunch of metrics that will no longer be collected. These weren't marked as obsolete when the migration happened, so fixing now. Bug: 772204 Change-Id: I25f141aae67026e5cc7d7287f5f58991dfed8a9a Reviewed-on: https://chromium-review.googlesource.com/902011Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#534494}
-