- 17 Oct, 2017 40 commits
-
-
John Abd-El-Malek authored
This reverts commit 1cf9f36e. Reason for revert: this is causing build flake, i.e. see https://logs.chromium.org/v/?s=chromium%2Fbb%2Ftryserver.chromium.linux%2Flinux_chromium_chromeos_rel_ng%2F530538%2F%2B%2Frecipes%2Fsteps%2Fcompile__with_patch_%2F0%2Fstdout The problem is that depending on "//third_party/WebKit/Source/platform/blob:generator doesn't generate the headers for url.mojom-blink.h Original change's description: > Reland "Reland "Split WebKit platform build file"" > > test_support of platform/loader and platform/network should > depends on //storage/public/interfaces:interfaces_blink__generator > because it indirectly includes generated mojo interface headers. > > This is the root cause of the original issue, and it seems > BUILD file splitting makes it happens more easily. > > This is a reland of 997ce7ad > Original change's description: > > Reland "Split WebKit platform build file" > > > > platform/network/BUILD.gn lacked mojo_bindings_blink dependency. > > This caused a race on compiling. > > > > This is a reland of 080c70a7 > > Original change's description: > > > Split WebKit platform build file > > > > > > A race condition was found in the build of //third_party/WebKit/Source/platform/loader. > > > To resolve it necessary to extract targets //third_party/WebKit/Source/platform/blob and //third_party/WebKit/Source/platform/network form //third_party/WebKit/Source/platform. And add correct dependencies where it is needed. > > > All of these done in this CL. > > > > > > Original author is apisarev@yandex-team.ru, and toyoshim@chromium.org takes over it > > > to submit since it needs quick rebase works to catch up HEAD. > > > > > > Bug: 754600 > > > Change-Id: I5f70348fac10f270df99b658608cf23685ed937e > > > Test: gn check out/Release && ninja -C out/Release > > > Reviewed-on: https://chromium-review.googlesource.com/612284 > > > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > > > Reviewed-by: Daniel Bratell <bratell@opera.com> > > > Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> > > > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > > > Reviewed-by: Dimitri Glazkov <dglazkov@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#508661} > > > > TBR=engedy@chromium.org > > > > Bug: 754600 > > Change-Id: I250e67581e61e1d36c32b01ccad3372b442c08bc > > Reviewed-on: https://chromium-review.googlesource.com/718243 > > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > > Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#508993} > > TBR=engedy@chromium.org > > Bug: 754600 > Change-Id: Ia1231a3ee2213bb44474bd8ffeacf67b86002bfd > Reviewed-on: https://chromium-review.googlesource.com/720542 > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > Reviewed-by: Emil A Eklund <eae@chromium.org> > Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#509359} TBR=kinuko@chromium.org,toyoshim@chromium.org,engedy@chromium.org,bratell@opera.com,eae@chromium.org,apisarev@yandex-team.ru,dglazkov@chromium.org Change-Id: I4f00547b80b6ec33d3efb756460073149c12f2c7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 754600 Reviewed-on: https://chromium-review.googlesource.com/723739Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#509413}
-
Xiaocheng Hu authored
This patch adds a new text mismatch type, LayoutNG name mismatch, so that we can efficiently filter test failures due to reporting LayoutNG names instead of legacy layout names, e.g., LayoutNGBlockFlow instead of LayoutBlockFlow. Bug: Change-Id: Icebd7b8b3a608864d7fcad68e4a6c6584e2dd557 Reviewed-on: https://chromium-review.googlesource.com/722458Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#509412}
-
Miguel Casas-Sanchez authored
This CL adds a gfx::ColorSpace |color_space_| to DisplaySnapshot and teaches both IPC and Mojo how to serialize/deserialize it. drm_util.cc also gets a new method to create a gfx::ColorSpace out of edid_parser.{cc,h} functions, and uses it to fill in the said class. Bug: 771345 Change-Id: I6b7ea390e730a38b83272d772039d4a06e914af3 Reviewed-on: https://chromium-review.googlesource.com/709696Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Stéphane Marchesin <marcheu@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#509411}
-
Pavel Feldman authored
Change-Id: Ife445be39e0c6be0cec0abfc154c700b275b7433 Reviewed-on: https://chromium-review.googlesource.com/721802Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509410}
-
Sadrul Habib Chowdhury authored
The SoftwareOutputDevice implementations in various platforms only have a dependency on content for BrowserThread. Replace that dependency with a ThreadChecker instead. BUG=... Change-Id: I58b9569276b9a9edcb57ba378b4ab52229345bf3 Reviewed-on: https://chromium-review.googlesource.com/721893Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#509409}
-
Miriam Gershenson authored
The change caused this test to start crashing when the device has a network connection. It also made some APIs for flushing tasks available, so while I'm here, switch to using those. Bug: 771627 Change-Id: I2a031ceaceb0fc613532fcb65aadafd2a605034d Reviewed-on: https://chromium-review.googlesource.com/721070 Commit-Queue: Miriam Gershenson <mgersh@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#509408}
-
Nico Weber authored
No intended behavior change. TBR=erikchen Bug: none Change-Id: I2ccdeb903e7500acbc40c1098339b6e8ab5a0f0f Reviewed-on: https://chromium-review.googlesource.com/721161 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#509407}
-
Sadrul Habib Chowdhury authored
The SoftwareOutputDevice implementations on various platforms have an unnecessary dependency on ui::Compositor, when all they need is a gfx::AcceleratedWidget. So simplify that dependency. This then allows moving all these implementations out of content into viz. BUG=730660 Change-Id: I27ddc9420f3722109f9176968a459e10c94db128 Reviewed-on: https://chromium-review.googlesource.com/722207 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#509406}
-
Robert Sesek authored
Since DMG is a UDIF wrapper around HFS+, it is hard for a fuzzer to penetrate the UDIF layer to get good coverage of the HFS+ layer. This adds a dedicated fuzzer for that inner layer. Change-Id: Ia3ac1ebbca266c046085b22d67625fa67415343d Reviewed-on: https://chromium-review.googlesource.com/721422Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#509405}
-
Robert Liao authored
This is a mostly automated refactor. BUG=638327 TBR=rockot@chromium.org Change-Id: If7ad654a17f2352fd57b27949b732b5f0529e597 Reviewed-on: https://chromium-review.googlesource.com/722283Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#509404}
-
Xiyuan Xia authored
Bug: 775240 Change-Id: I8c3f5ba5fc66b59970de9eb8794c5c4f46e2012f Reviewed-on: https://chromium-review.googlesource.com/721632Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509403}
-
Peiyong Lin authored
When OnWillSendRequest is called, the new loader hasn't been added to the fetcher, thus we should add 1 to ActiveRequestCount() so that we have the correct network request count. BUG=730098, 749789 Change-Id: I7e688d522d2f4272c05210ba2c6dd09666e1b5db Reviewed-on: https://chromium-review.googlesource.com/713655 Commit-Queue: lpy <lpy@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509402}
-
Tom Sepez authored
Removes all content/ header file dependencies from sandbox_win.cc, making it easier to move out from under content in a subsequent patch. Extract a portion of the content delegate, and move it lower, too. The other functional changes are to use sandbox_type rather than process_type in SetJobMemoryLimit(), and to use a bool expression in IsWin32kLockdownEnabled(). Cq-Include-Trybots: master.tryserver.chromium.win:win10_chromium_x64_rel_ng Change-Id: Ica7a9781f03d21a367fe6976be648a2f4f9b8ff2 Reviewed-on: https://chromium-review.googlesource.com/710379Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#509401}
-
Gregory Chatzinoff authored
This CL boxes SigninInteractionController and has the following goals: 1. Separate presentation code from SigninInteractionController into a provider. This object that implements the provider methods is the coordinator. 2. Simplify lifetime issues, so that clients do not need to worry about releasing objects in the completion block. The coordinator handles releasing any complex objects upon completion instead. 3. Have a coordinator check if sign in is in progress, instead of relying on clients to do so. Bug: none Change-Id: I1f82cb4c17dd1a0aac7033054574710241fa9aa9 Reviewed-on: https://chromium-review.googlesource.com/702054 Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509400}
-
Juan A. Navarro Perez authored
If the provided --zipalign_path does not exist, try to find the correct path using pylib.constants.ANDROID_SDK_BUILD_TOOLS_VERSION. This will allow to stop hard-coding the SDK version number in the recipe that runs this script. TBR=michaelbai@chromium.org,tobiasjs@chromium.org Bug: 775455 Change-Id: I0e6c74c119da163a4d4a41fbaadb104350b7220d Reviewed-on: https://chromium-review.googlesource.com/723279 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#509399}
-
Aldo Culquicondor authored
Bug: 767762 Change-Id: Ia6cd239f949ceed7706a63a23b53f186eb94e556 Reviewed-on: https://chromium-review.googlesource.com/678514Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#509398}
-
Mounir Lamouri authored
R=bauerb@chromium.org Bug: None Change-Id: I9bdea181484b6e6ac09d3ff16493823f65192405 Reviewed-on: https://chromium-review.googlesource.com/723380Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#509397}
-
Charlie Andrews authored
The Catapult-side code that integrates with the monsoon power monitor has already been removed. Bug: 763263 Change-Id: I6980459006ca56af591285d1c9bbe303bd71a921 Reviewed-on: https://chromium-review.googlesource.com/721866Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#509396}
-
Hans Wennborg authored
U2fBleFrame::ToFragments was invoking operator[] on an empty vector: &data_[0], causing an exception to be thrown. TBR=reillyg Bug: 772002 Change-Id: I64fd66c8677fea5bdcba4982214f08aa88b1bae8 Reviewed-on: https://chromium-review.googlesource.com/722061Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Pavel Kalinnikov <pkalinnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#509395}
-
Peng Huang authored
The crash is because wayland resources are leaked. This CL fixes the problem by releasing all wayland resources with wl_display. Bug: 774920 Change-Id: I91e7085e98551aea637da72e4237b6035831f689 Reviewed-on: https://chromium-review.googlesource.com/721737Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#509394}
-
Marti Wong authored
Bug: 774651 Change-Id: I91c3120212926bb76e95517874f992ceb04d5359 Reviewed-on: https://chromium-review.googlesource.com/722360 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#509393}
-
Eric Noyau authored
Bug: 774483 Change-Id: Ieba917e5b110230f77c54a84aca749eb5642d233 Reviewed-on: https://chromium-review.googlesource.com/718998Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509392}
-
Eric Noyau authored
Bug: 768876 Change-Id: I2910f949b8ce8d8fd847dc8544ea7c8b63091714 Reviewed-on: https://chromium-review.googlesource.com/722919Reviewed-by:
Jean-François Geyelin <jif@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509391}
-
Reilly Grant authored
http/tests/devtools/sdk/network-interception-wildcard-pattern-matching.js fails when run with the Network Service enabled. Broken support for DevTools is a known issue. TBR=caseq@chromium.org Bug: 721408 Change-Id: Ibd78cf00220ad1a560a0ea34559dfe9e6a6b58a3 Reviewed-on: https://chromium-review.googlesource.com/721806Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509390}
-
Eugene But authored
New NavigationManager::LoadIfNecessary triggers the load, which replaces WebState::View() hacky call. Bug: 705819 Change-Id: Ie8c13bd9eb07a982f88372ee17d2c2dd5f6a6018 Reviewed-on: https://chromium-review.googlesource.com/722223Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509389}
-
Eric Noyau authored
Bug: 768876 Change-Id: Ibeeda79779df12348472e50fd9b58f012fd06184 Reviewed-on: https://chromium-review.googlesource.com/721741 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509388}
-
Eugene But authored
LoadURLWithParams should load the URL without any additional calls, but the load does not happen because of crbug.com/705819. WebState::GetView() will be changed so it does not trigger pending, load hence LoadIfNecessary is used intead. Bug: 705819 Change-Id: I1356e37c6d3d7a0d9e0739e4605bf76928d455a8 Reviewed-on: https://chromium-review.googlesource.com/721078Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509387}
-
Fredrik Söderquist authored
Compute the union of the children of a flow box using FloatRect too, then convert to a LayoutRect for setting the InlineBox's logical rect. Also restructure the physical->logical conversion a bit. Bug: 757436 Change-Id: I6c8f3a781c3c02dfb28d87eafa3df6cd5fb864f3 Reviewed-on: https://chromium-review.googlesource.com/721320Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#509386}
-
Jean-François Geyelin authored
Error found because XCode 9 now runs apps with a "Main Thread Checker" that detects invalid use of UIKit from a background thread. Bug: None Change-Id: I16b159b9dcb0710a37faa66c773063e5b97ae84f Reviewed-on: https://chromium-review.googlesource.com/723462Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Jean-François Geyelin <jif@chromium.org> Cr-Commit-Position: refs/heads/master@{#509385}
-
Mounir Lamouri authored
This is using the UKM service to record the autoplay attempts and the unmute results. Bug: 744659 Change-Id: Ice9a259a4006beff1044e5ed62981619841895e5 Reviewed-on: https://chromium-review.googlesource.com/525692 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#509384}
-
Gauthier Ambard authored
RecentTabsHandsetCoordinator should retain its block property. Bug: 775508 Change-Id: Ifd9bd829786592adde9057bec68bf3a73b6c9fc2 Reviewed-on: https://chromium-review.googlesource.com/723304Reviewed-by:
Jean-François Geyelin <jif@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#509383}
-
Dave Tapuska authored
Instantiate MockWidgetInputHandler in MockWidgetImpl. No behavioural side effects of this change are occurring in this CL that will come in a followup CL once the class is in the correct location. BUG=722928 Change-Id: Ia1096e8c5ca7cdc6b745fe289961b48e910f1fb0 Reviewed-on: https://chromium-review.googlesource.com/719236Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#509382}
-
Eric Lawrence authored
Change the default configuration of the MarkNonSecureAs to show warnings when the user loads a non-secure page in Incognito mode or edits a form field on a non-secure page. Bug: 721898 Change-Id: I2803f56dbe256d1c56981663f1694efff4c52f1c Reviewed-on: https://chromium-review.googlesource.com/721683Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Eric Lawrence <elawrence@chromium.org> Cr-Commit-Position: refs/heads/master@{#509381}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/de105717..06d8821c 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 Change-Id: Ib916384979a16492152799cbc011946a42f8dae1 Reviewed-on: https://chromium-review.googlesource.com/723259Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509380}
-
Jérôme Lebel authored
I forgot to add my egtests file into BUILD.gn in crrev.com/c/647530 Bug: Change-Id: I36fb246d2d612603c80e02658755f072b54e7a28 Reviewed-on: https://chromium-review.googlesource.com/721546Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#509379}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ae7dc1f62d82..94f6d57a4c42 $ git log ae7dc1f62..94f6d57a4 --date=short --no-merges --format='%ad %ae %s' 2017-10-16 ewaldhew [cff] Fix segfault on missing `psaux' (#52218) 2017-10-15 apodtele [base, cff] Fix MSVC warnings. 2017-10-14 apodtele [base] Netpbm image tracing. 2017-10-14 apodtele * builds/windows/ftdebug.c (FT_Message): Print to stderr. 2017-10-14 behdad [afshaper] Delay creating `hb_set' objects until needed. 2017-10-12 ewaldhew * devel/ftoption.h: Enable T1_CONFIG_OPTION_OLD_ENGINE by default. 2017-10-12 ewaldhew [type1, cid] Add hinting engine switch. 2017-10-12 ewaldhew Add T1_CONFIG_OPTION_OLD_ENGINE configuration option. 2017-10-12 ewaldhew Extract width parsing from Type 1 parser. 2017-10-12 wl [autofit] Better visualize table tracing in source code. 2017-10-09 wl * src/base/ftoutln.c (FT_Outline_Translate): Fix integer overflow. 2017-10-08 wl * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Integer overflows. 2017-10-08 wl Document global size metrics needed for native bytecode hinting (#52165). 2017-10-08 wl Prevent creation of an incorrect documentation entry. 2017-10-07 wl [sfnt] Adjust behaviour of PS font names for variation fonts. 2017-10-07 wl [cff, truetype] Adjust behaviour of named instances. 2017-10-07 wl Make `FT_Set_Named_Instance' work. 2017-10-07 wl Make `FT_FACE_FLAG_VARIATION' work. 2017-10-07 wl New function `FT_Set_Named_Instance'. 2017-10-07 wl Add macros for checking whether a font variation is active. 2017-10-07 wl Add framework for setting named instance in MM service. 2017-10-07 wl [type1] Minor code shuffling. 2017-10-05 wl * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Fix integer overflow. 2017-10-05 wl Fix compiler warnings. 2017-10-04 John.Tytgat [cff] Add support for `FSType'. 2017-10-02 wl CHANGES: Formatting. 2017-10-01 wl [smooth,type1] Formatting, whitespace. 2017-10-01 wl [psaux] Formatting, minor fixes, whitespace, copyright notices. 2017-09-30 wl [base,cff,cid] Whitespace, formatting. 2017-09-30 wl [include] Whitespace. 2017-09-30 apodtele Signedness fixes in bitmap presetting. 2017-09-29 apodtele Bitmap metrics presetting [2/2]. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org Change-Id: Ie327d67350aeaec40df6d1a6d4379c8c20c8b58a PDFium-bug: https://bugs.chromium.org/p/pdfium/issues/detail?id=918 Reviewed-on: https://chromium-review.googlesource.com/721779Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509378}
-
Marc-Antoine Courteau authored
This was requested by sdefresne in https://chromium-review.googlesource.com/c/chromium/src/+/719477/6/ios/chrome/browser/ui/payments/cells/payments_text_item_unittest.mm#44 R=mahmadi Bug: Change-Id: Ic59eda9202d21d9c36ad194d5b41b120e70ad461 Reviewed-on: https://chromium-review.googlesource.com/721870Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Marc-Antoine Courteau <macourteau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509377}
-
Lutz Justen authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/72120182b44d..106eeed3635e $ git log 72120182b..106eeed36 --date=short --no-merges --format='%ad %ae %s' 2017-09-29 matthewmwang wifi: system_api: adding constant for OpenVPN.ExtraHosts support 2017-09-18 ljusten Add proto for policy storage and retrieval 2017-10-05 benchan shill: remove kProposeScanFunction constant 2017-10-02 dgreid Add constant for the Termina VM component 2017-09-29 ejcaruso modemmanager: add ModemManager1.Modem interface name Created with: roll-dep src/third_party/cros_system_api Bug: Change-Id: Iae949703a863be9f495974f5ad665a1902436d26 Reviewed-on: https://chromium-review.googlesource.com/723099Reviewed-by:
Roman Sorokin <rsorokin@chromium.org> Commit-Queue: Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#509376}
-
Niels Möller authored
The earlier problems with linking fuzzer tests should be fixed with webrtc cl https://webrtc-review.googlesource.com/c/src/+/6840 This is a reland of fd5966b5 Original change's description: > Set rtc_link_task_queue_impl = false and link in task_queue.cc explicitly. > > Bug: webrtc:8166 > Change-Id: I83f4adb45f66a90db179f229e165419a6d3307c1 > Reviewed-on: https://chromium-review.googlesource.com/681814 > Reviewed-by: Per Kjellander <perkj@chromium.org> > Reviewed-by: Henrik Kjellander <kjellander@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Niels Möller <nisse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505570} Bug: webrtc:8166 Change-Id: Ie68448b7ab7d6bc8daa413a1f17b85118953d26f Reviewed-on: https://chromium-review.googlesource.com/702294Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Niels Möller <nisse@chromium.org> Cr-Commit-Position: refs/heads/master@{#509375}
-
mariannet authored
Bug: 762159 Test: manually Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I3c8c8dfe6f81a121e5b0c08ee6c28f5074d9ca35 Reviewed-on: https://chromium-review.googlesource.com/722461Reviewed-by:
Keigo Oka <oka@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Marianne Thieffry <mariannet@google.com> Cr-Commit-Position: refs/heads/master@{#509374}
-