- 26 Jun, 2018 17 commits
-
-
Tom Anderson authored
CL [1] propagates the FONTCONFIG_FILE environment variable to subprocesses and thus ensures, child/utility processes receive the correct fontconfig testing environment. This means adding a command line switch to indicate a testing environment for fontconfig is no longer necessary. R=drott,thestig BUG=849923 Change-Id: I2234802904e9f725fa0b221fd65aced4885e0023 Reviewed-on: https://chromium-review.googlesource.com/1112768 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#570263}
-
Alexei Filippov authored
The function makes a DCHECK(IsValid()) thus causing it to crash in debug. BUG=848398 Change-Id: I3af4495edeffff652507637e914da61dac5c5476 Reviewed-on: https://chromium-review.googlesource.com/1114182Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#570262}
-
Theresa authored
BUG=835398 Change-Id: I7c34d074403767b45d2f26398ec97e37f0edacb9 Reviewed-on: https://chromium-review.googlesource.com/1114177 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#570261}
-
Chris Lu authored
Change-Id: I9da70ff3b1f1199e46d536196057d6de76cfe804 Reviewed-on: https://chromium-review.googlesource.com/1114303Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#570260}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7d423fc5614b..8d2c28ec7666 git log 7d423fc5614b..8d2c28ec7666 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 bpastene@chromium.org telemetry: Fix cros_interface_unittest.testGetFileNonExistent. Created with: gclient setdep -r src/third_party/catapult@8d2c28ec7666 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:836447 TBR=sullivan@chromium.org Change-Id: I0e98c2e411d82aed75acfcd7d5fb44cc6ad82b80 Reviewed-on: https://chromium-review.googlesource.com/1113821Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570259}
-
Xi Cheng authored
Bug: 851163 Change-Id: Ic533e231e5b4f7b2d6f5df06a05cd0433efc304d Reviewed-on: https://chromium-review.googlesource.com/1114239Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#570258}
-
Ted Choc authored
1.) The repost form warning should use dismissAllowingStateLoss for the tab destroy call as it can happen in the background. For this dialog in particular, we do not want to restore it in the event of a restart, so loss of UI state is not only acceptable, but likely what we want always. 2.) Handle the case of tabbed activities in the process of startup when clicking the incognito notification. This just kills any tabbed activities that aren't fully running because it has sync issues with incognito tabs that might have been read already. BUG=856320 Change-Id: Ic3506d20d42cb915328394f18dcad5574d8dca7e Reviewed-on: https://chromium-review.googlesource.com/1114279Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570257}
-
Bruce Dawson authored
One of our compiler changes means that the Chrome symbols now contains references to enums as symbols in a way that makes them show up as duplicated variables in ShowGlobals.exe reports, despite occupying no space. This change filters out globals that aren't statics, which avoids this problem. This change also updates the .vcxproj file to VC++ 2017 and the 17134.0 SDK. This tool is discussed in the Windows Binary Sizes page: https://www.chromium.org/developers/windows-binary-sizes Change-Id: I73a2a7924107b5027bf68a928954e4480e5b5af5 Reviewed-on: https://chromium-review.googlesource.com/1114291 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#570256}
-
Sandra Sun authored
According to the spec[1], if an overflowing snap area covers the snapport in one axis and the distance between the previous snap position and the next snap position is larger than the size of the snapport, the current scroll position is a valid snap position. This patch also rewrites the data structure of SnapAreaData and SnapContainerData so that they only keep the rect and calculate the snap points, visible region, overflow condition only when scroll occurs. [1] https://drafts.csswg.org/css-scroll-snap-1/#snap-overflow Bug: 826359 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iec1ebe48abe8d2653128ac2af4e6137a14c05502 Reviewed-on: https://chromium-review.googlesource.com/1075558 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#570255}
-
Brandon Jones authored
Bug: 844299 Change-Id: I73aa4e92c0f56377a2f012f5a6224cb5335d495c Reviewed-on: https://chromium-review.googlesource.com/1112735 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#570254}
-
Jordy Greenblatt authored
The settings-basic-page is designed under the assumption that all settings-section elements are direct children of the settings-basic-page. As a result, our previous design of the settings-multidevice-section-container (now settings-multidevice-page-container) was very fragile because it put the multidevice settings-section inside the container. See https://chromium-review.googlesource.com/c/chromium/src/+/1105185 for context and https://chromium-review.googlesource.com/c/chromium/src/+/1107168 for an example of a bug fix required by this problem. This CL maintains the settings-multidevice-page-container's ability to hide the entire multidevice settings-section and avoid attaching the settings-multidevice-page while putting the settings-section where the settings-basic-page assumes it is. Manual checks (all successful) included (a) the section appears immediately after loading (b) the mode_ property of settings-multidevice-page-container toggles the section's presence (including the title) multiple times (c) the section disappears when other subpages are opened (i.e. it does not undo the fix from CL 1107168) (d) other animations (e.g. opening subpages) run smoothly (e) the correct mode is passed to the settings-multidevice-page, displaying the appropriate content (f) all buttons work as intended after toggling, including the Set up" button opening the multidevice setup dialog Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I10470e8c655a55f69d6a14afa4a719d2050e2bda Reviewed-on: https://chromium-review.googlesource.com/1109310Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#570253}
-
Shakti Sahu authored
This will be required for supplying thumbnails to download OfflineContentProvider. Since the invoking code lives in chrome/browser, we are moving the thumbnail generation part to platform-independent code as well Bug: 855330 Change-Id: Ic397e50faa511c83f1241d4c961c5e888ea8d272 Reviewed-on: https://chromium-review.googlesource.com/1111652Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570252}
-
Nasko Oskov authored
When error page isolation is enabled, error pages commit in their own SiteInstance. Reloading an error page should stay in the same SiteInstance it was initially placed in. However, if a navigation is to an URL that requires a BrowsingInstance swap, forcing the swap causes the error page to commit in a SiteInstance for the destination URL. This is not expected nor is it the desired behavior. This CL adds a check for error pages in ShouldSwapBrowsingInstancesForNavigation to keep the commits in the same BrowsingInstance. When a successful navigation/reload happens for the destination URL, the BrowsingInstance will be correctly swapped. Bug: 838161 Change-Id: Iaf2e708426b75881dda7065069b618f180fef7d2 Reviewed-on: https://chromium-review.googlesource.com/1113905 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#570251}
-
Theresa authored
BUG=853255 TBR=dimich@chromium.org Change-Id: I4895fcb0aec43ffc221141ff80fe4c698a80abcf Reviewed-on: https://chromium-review.googlesource.com/1114238Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570250}
-
Brandon Wylie authored
It looks questionable when some of the numbers are ints when they should be floats, like confidence. Bug: 854243 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I919aa30f55a2bcf4a3abac89c5ae0aa989fd9745 Reviewed-on: https://chromium-review.googlesource.com/1107016Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#570249}
-
dpapad authored
In 99% of the cases it can simply be replaced with the native click() method. In very few cases where a mousedown/mouseup event is expected, MockInteractions.tap can be replaced with MockInteractions.up/down. Also updating ESLint rules to disallow future usage. Eventual goal is to promote this rule to apply to more folders. Bug: 812035 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I9871e5f29546843b202e74a68229260f60e4c6ed Reviewed-on: https://chromium-review.googlesource.com/1111006 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#570248}
-
Alex Newcomer authored
Change the alignment for app menus to right aligned instead of left aligned. Bug: 846940 Change-Id: I34d8736d93117aa39306b5beb4c2e48b11f4122e Reviewed-on: https://chromium-review.googlesource.com/1103383Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#570247}
-
- 25 Jun, 2018 23 commits
-
-
Wenzhao Zang authored
1) Add event listeners to enable using swipe to easily switch between different wallpapers, for preview in tablet mode. 2) In |getCollectionsInfo_|, use offline image info to render the UI for faster loading (useful when the connection is slow). Bug: 837355 Change-Id: I127e0fae6444939deb44e45972e91a2741c08e91 Reviewed-on: https://chromium-review.googlesource.com/1102903Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570246}
-
Shakti Sahu authored
Bug: 855654 Change-Id: I8a4dda5e3e073295bc43235dcd4c2bbca15d79e9 Reviewed-on: https://chromium-review.googlesource.com/1112342Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570245}
-
Theresa authored
BUG=854326 TBR=fhorschig@chromium.org Change-Id: I82893bcd20b8e33c8a0ac283574f739a23d388a6 Reviewed-on: https://chromium-review.googlesource.com/1114251Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570244}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7dd7d795. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20249 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=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Icf4510ad8c6a1979de384914ec96188b48c74dd4 Reviewed-on: https://chromium-review.googlesource.com/1114090 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@{#570243}
-
Frank Liberato authored
Since the CDM runs on the main thread, and we can't decode on a separate thread anyway, just start the whole GpuMediaService on the GPU main thread. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I69e41919f96348c86289844231fe2506822a0ebd Reviewed-on: https://chromium-review.googlesource.com/1112593 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570242}
-
Katie D authored
This makes sure the aria-valuemax, aria-valuemin, and aria-valuenow are numbers rather than strings. Bug: 856051 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If75cd1af2ec4bc5928655daa7337fd4a52479fec Reviewed-on: https://chromium-review.googlesource.com/1114134 Commit-Queue: Katie Dektar <katie@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#570241}
-
David Black authored
DialogPlate will now notify a pool of observers as opposed to a single delegate. Bug: b:80542452 Change-Id: I776ad59eac9c684ae8719eb1a43dc017064b4473 Reviewed-on: https://chromium-review.googlesource.com/1112061 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#570240}
-
Michael Spang authored
This adds a new renderer to ozone demo that presents to an OverlaySurface. Synchronization by submitting a gfx::GpuFence with the planes is not finished yet; instead we just wait after every queue submission. Bug: 851997 Test: ozone_demo --enable-vulkan on vulkan-enabled eve Change-Id: Icb4a6d2fdb8f74b68c801edc66c340ff2bd64df1 Reviewed-on: https://chromium-review.googlesource.com/1104867 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#570239}
-
Matt Falkenhagen authored
This removes: (a) EmbeddedWorkerInstance.Start.TimeToURLJob This was recorded only for installed workers. But since script streaming launched in M64, a URL job is not created for installed workers. (b) EmbeddedWorkerInstance.Start.TimeToLoad.InstalledScript We already haven't been recording this since M64, due to script streaming. (c) EmbeddedWorkerInstance.Start.TimeToLoad.HttpCache (d) EmbeddedWorkerInstance.Start.TimeToLoad.Network These were recorded for new workers. But they rely on URLRequestJob to be recorded, and the path isn't taken in NetS13nServiceWorker or NetworkService. If we want these, we can re-add them later. It'd be more general to record them directly in Blink using Resource Timing. Note that this removed a call to UpdateStepTime() which would appear to change UMA timings. However it's OK because: * for installed service workers: we weren't updating step time anyway * for non-installed service workers: the only UMA logged using step time was RecordTimeToLoad, which is being removed in this CL. Bug: 855952 Change-Id: Ia7e610565e2c50fc220212dda8aa23f2f15dc23b Reviewed-on: https://chromium-review.googlesource.com/1113080 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:Ilya Sherman <isherman@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570238}
-
Jian Li authored
Detect if the network is disconnected. If so, show offline indicator UI via snackbar. Bug: 852577 Change-Id: Id04a2dffcd5a2d4aa582fd7c54e202ebaa14475d Reviewed-on: https://chromium-review.googlesource.com/1109395 Commit-Queue: Jian Li <jianli@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570237}
-
edchin authored
Crash occurs when: 1) hold down done button & close all button 2) release close all 3) release done button (quickly after step 2) The done button's selector is still called since the interaction began before the button was disabled. This CL ensures that the done tap only works if there is a valid active tab. Bug: 836563 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8e98a13a6496c8ed074409d48d61c47c58fcb3d6 Reviewed-on: https://chromium-review.googlesource.com/1114124Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570236}
-
Jared Saul authored
(Missed this during https://chromium-review.googlesource.com/c/chromium/src/+/1034103) Bug: 812696 Change-Id: Ib1ad5f1e8a0c1cb187c0265232119b1417b88e95 Reviewed-on: https://chromium-review.googlesource.com/1114178Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#570235}
-
liberato@chromium.org authored
MediaCodec doesn't always work properly if one sends two EOS buffers sequentially. CodecWrapper now handles this case by eliding the second, and returning a fake EOS from DequeueOutput. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I98c691a67d93a118d1da1aeff5486380fbfcc504 Reviewed-on: https://chromium-review.googlesource.com/1108745Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#570234}
-
Michael Spang authored
Use vkCreateDmaBufImageINTEL until VK_EXT_image_drm_format_modifier is available. We can't import buffers created with modifiers using this method, so work around this for by adding a new flag to buffer creation. Bug: 851997 Test: ozone_demo --enable-vulkan on vulkan-enabled eve Change-Id: If91c678d7ee4ce52c610f55f9c7a2dbd561a4158 Reviewed-on: https://chromium-review.googlesource.com/1104866 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#570233}
-
Tommy Steimel authored
This CL updates the CanToggleAudioMute logic to always return true when the user is in PiP mode. Bug: 855686 Change-Id: Iea22547c8c4b50c859f84bf7277d08cdd736309b Reviewed-on: https://chromium-review.googlesource.com/1112697Reviewed-by:
apacible <apacible@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#570232}
-
Theresa authored
This reverts commit ffff67f6. Reason for revert: Suspected to be causing test failures on Nougat bot Bug: 854327, 762724, 856373 Original change's description: > Add VR workarounds for early entry > > Adds two workarounds for Chrome being resumed or started too early when > entering VR. These can be removed if/when the platform-side issue that > causes these issues is fixed in VrCore. > > Bug: 854327, 762724 > Change-Id: If9645c58e9d208a734582992aad5c85d378f5f40 > Reviewed-on: https://chromium-review.googlesource.com/1112761 > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570084} TBR=mthiesse@chromium.org,bsheedy@chromium.org Change-Id: I714637798cc2944a93b33240360fb27fc6dc0ee4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 854327, 762724 Reviewed-on: https://chromium-review.googlesource.com/1113846Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570231}
-
Wei-Yin Chen (陳威尹) authored
Bug: None Change-Id: I1c034d976e41d3b1fdeb7662772cfe037f64c14b Reviewed-on: https://chromium-review.googlesource.com/1112943 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570230}
-
James Cook authored
I always have trouble finding it in aura_init.cc. Also, it will get slightly more complex in a follow-up CL. Make ViewsDelegate have default implementations for its last two pure-virtual methods, since it has default impls for all the other ones. Bug: none Change-Id: I544872bdbc8668c99c20c7759c25185df4ba6433 Reviewed-on: https://chromium-review.googlesource.com/1114215Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#570229}
-
edchin authored
The done button tap target should be expanded so that the user can tap the same spot when entering and exiting the tab grid. This CL also fixes the ellipsis when changing the "Close All" button text to "Undo". Bug: 825787, 849193 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I352e9654419c670f6dea431003a9c189ed639156 Reviewed-on: https://chromium-review.googlesource.com/1114149Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570228}
-
John Delaney authored
Add trace of prefs format and content version at RulesetService creation. Add trace of invalid Indexed Ruleset file read. Bug: 721512 Change-Id: I6809a2cccb8903889b74e64a8c08788ff3c8422a Reviewed-on: https://chromium-review.googlesource.com/1108242Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#570227}
-
Allen Bauer authored
Bug: 853253 Change-Id: Ie0a0234a5fa084ff95d9f02f99c7b8b24df0bc02 Reviewed-on: https://chromium-review.googlesource.com/1102821Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#570226}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/5339261bb349..8c955c9d3072 git log 5339261bb349..8c955c9d3072 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 thestig@chromium.org Combine common code into CPDF_RenderStatus::ClipPattern(). 2018-06-25 thestig@chromium.org Make DrawRadialShading() slightly more compact. Created with: gclient setdep -r src/third_party/pdfium@8c955c9d3072 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: I080df0a6135ef2d5959e9efedca17956165e0d94 Reviewed-on: https://chromium-review.googlesource.com/1114040Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570225}
-
Lei Zhang authored
Change-Id: Ie55e502c78d9b5b5c834587f2b88d2ea19315f57 Reviewed-on: https://chromium-review.googlesource.com/1112769Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#570224}
-