- 12 Dec, 2017 40 commits
-
-
John Z Wu authored
IOSChromeSigninClient directly inherit from SigninClient. Partial implementations are not preferred when sharing code between //ios/chrome and //ios/web_view. Instead, convert to using helper classes (using composition) wherever possible. Bug: 774517 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0fa0ad558ee518b0eefb110f34f9480d69b59a6a Reviewed-on: https://chromium-review.googlesource.com/792252Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#523451}
-
Raphael Kubo da Costa authored
ImportNotifier.file_new_failures() calls LocalWPT's commits_in_range() method, which returns a list of (SHA, commit subject) pairs. It was then passing this list of tuples directly to format_commit_list(), which expects a simple list of hashes instead, which led to failures such as: Traceback (most recent call last): File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/wpt-import", line 25, in <module> main() File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/wpt-import", line 18, in main host.exit(importer.main()) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py", line 168, in main if not self.send_notifications(local_wpt): File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py", line 631, in send_notifications issue, patchset) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 64, in main self.file_new_failures(wpt_revision_start, wpt_revision_end, issue, gerrit_url) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 179, in file_new_failures commit_list = self.format_commit_list(imported_commits, full_directory) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 199, in format_commit_list line = '{}: {}'.format(self.local_wpt.commit_subject(commit), GITHUB_COMMIT_PREFIX + commit) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py", line 191, in commit_subject output = self.run(['git', 'show', '--format=%s', '-q', commit]) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py", line 50, in run return self.host.executive.run_command(command, cwd=self.path, **kwargs) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 337, in run_command (error_handler or self.default_error_handler)(script_error) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 244, in default_error_handler raise error webkitpy.common.system.executive.ScriptError: Failed to run "['git', 'show', '--format=%s', '-q', (u'a4c37295163abd475704cc032a304c83b14f9202', u'Add tests for slot.assignedElements method (#8636)')]" exit_code: 128 cwd: /tmp/wpt output: fatal: ambiguous argument '(u'a4c37295163abd475704cc032a304c83b14f9202', u'Add tests for slot.assignedElements method (#8636)')': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' step returned non-zero exit code: 1 (via https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7486) Bug: 765334 Change-Id: Iec2f574e5c308cd10f028e9ad1496be7967c0843 Reviewed-on: https://chromium-review.googlesource.com/822253Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#523450}
-
Georg Neis authored
With one of the next rolls, V8 will no longer force context allocation of module-scope variables. Bug: 791334 Change-Id: I93f38c190cc0ee68df4f2834083308b4504a8032 Reviewed-on: https://chromium-review.googlesource.com/822432Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#523449}
-
Ella Ge authored
This CL is a workaround for fixing the pointer lock issue caused by a bug in Windows Fall Creators update (16299). Windows OS doesn't generate a WM_MOUSEMOVE after a SetCursor call. The code added here should be removed once Microsoft fix the bug in their next release. Bug: 781182 Change-Id: I690d5017e079ab32ef3cb55a2b136e8d0140bc6b Reviewed-on: https://chromium-review.googlesource.com/791330 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523448}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/629a64498dde..7f5c3eb76834 $ git log 629a64498..7f5c3eb76 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 cwallez Revert "Implement EGL_ANGLE_iosurface_client_buffer" 2017-12-08 jiajia.qin ES31: Fixed the SSBO instance array error 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: Ia21d92a544b78902d54a3033305dfbb4fa7f1eff Reviewed-on: https://chromium-review.googlesource.com/822592Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523447}
-
Robert Sesek authored
Bug: 598854 Change-Id: Ifb15b66ced051591cbcaf4e28691abc9267fe7a7 Reviewed-on: https://chromium-review.googlesource.com/817794 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#523446}
-
Corentin Wallez authored
https://chromium.googlesource.com/angle/angle.git/+log/629a644..7f5c3eb BUG= TBR=geofflang@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If669a599167db4f048280ef957551625be3d6a1b Reviewed-on: https://chromium-review.googlesource.com/822174Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523445}
-
Christos Froussios authored
It is flaky TBR=caseq@chromium.org Bug: 794180 No-Try: True Change-Id: Id66f1df0844ba8f6bed757b244c8c50d65eb48d4 Reviewed-on: https://chromium-review.googlesource.com/822416Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523444}
-
Luna Lu authored
Blink side UseCounter counts SVG usage when containing document is an HTML doc. PageLoadMetrics restrict mime type to text/html or xhtml, which might filter out SVG document. Overriding mime type restriction supports usage tracking SVG docs in UseCounterPageLoadMetricsObserver. Bug: 786414 Change-Id: I53e4afcae51166ce6f9cdde7c35d9a249dd94d2a Reviewed-on: https://chromium-review.googlesource.com/776164Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#523443}
-
Mounir Lamouri authored
Media: refactor "SupportsSave()" to be implemented by Blink instead of relying on the WebMediaPlayer instance. The media controls already have a definition for this which is more detailed than the one that WebMediaPlayer instances use. This will also allow consistency between the presence of the download button and the context menu entry for "save video as". Bug: 780858 Change-Id: I6e439be9cedef9c8862cd1d0d497eac6cb3c800b Reviewed-on: https://chromium-review.googlesource.com/806654 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523442}
-
Dominic Mazzoni authored
There was no need for AXNotification to be exposed in AXObjectCache. It's more of an internal detail to accessibility and doesn't belong in the public interface to it in core/dom. This is a pure refactoring change only. Bug: 699438 Change-Id: I17c02dd093d4857dab1ce015d4e55dd6bed567af Reviewed-on: https://chromium-review.googlesource.com/820097Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#523441}
-
Jinho Bang authored
There is no behavior change but add a test to check it. Bug: none Change-Id: I883fd6eb5f848c7416b810460c182c7509d6c35c Reviewed-on: https://chromium-review.googlesource.com/818595Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#523440}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/909fa2daa49e..a4789fffa5f9 $ git log 909fa2daa..a4789fffa --date=short --no-merges --format='%ad %ae %s' 2017-12-12 thestig Remove non-const refs in CPDF_NameTree functions. 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: I7448b2d87936e5659277677c777a7075ab92e4a5 Reviewed-on: https://chromium-review.googlesource.com/822213 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523439}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7fcbcafb..111e9904 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: If9302cf4dc1609533087d505951634a100fc6101 Reviewed-on: https://chromium-review.googlesource.com/822650Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523438}
-
Sandra Sun authored
According to the spec, https://www.w3.org/TR/css-scroll-snap-1/#propdef-scroll-snap-margin scroll-snap-margin should only accept length value, so we reject percentage value at parsing stage. As the percentage is no longer needed, we also change its type to float from Length. This patch also makes sure that all scroll-snap-margin properties accept negative values, and adds tests for parsing scroll-snap-type, scroll-padding and scroll-snap-margin. Bug: 778257 Change-Id: I6a5c7c4e76d53439af3d2976d04f47c8aafa1662 Reviewed-on: https://chromium-review.googlesource.com/782742Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#523437}
-
Peter Beverloo authored
These aren't being used yet and we'll reintroduce them as struct traits. Just cleaning up dead code allowing that work to cleanly start. TBR=avi for BUILD.gn/DEPS removals Bug: Change-Id: I23db121f17a68c205f10a367eb04f708c8e2790b Reviewed-on: https://chromium-review.googlesource.com/822257 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#523436}
-
Bhagirathi Satpathy authored
Updated DOMString type with USVString for URL-related IDL attributes/operations to match the html specification. https://html.spec.whatwg.org/ Bug: 790860 Change-Id: I23a10706e309305d5da337c0b43c79b9faec8a22 Reviewed-on: https://chromium-review.googlesource.com/808404 Commit-Queue: Bhagirathi Satpathy <bhagirathi.s@samsung.com> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#523435}
-
Veranika Liaukevich authored
Bug: 776538 Change-Id: I468c9c995df3d2abd1631254966debb97ce751e8 Reviewed-on: https://chromium-review.googlesource.com/820893Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Veranika Liaukevich <veranika@chromium.org> Cr-Commit-Position: refs/heads/master@{#523434}
-
David Roger authored
This CL fixes a crash happening when the signin tab is closed during the signin process. This CL also adds unittests for the class. Bug: 794152 Change-Id: I9c0c1faec7e2a9e564dc35f1b76eb2fa4f8d9bb7 Reviewed-on: https://chromium-review.googlesource.com/817596 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#523433}
-
Becca Hughes authored
Remove the scheme and store it as either HTTPS-only or HTTP+HTTPS in the metadata. This means that sites which are migrating to HTTPS will not be affected by the preloaded list. BUG=787464 Change-Id: I520c6b9138c4f59136e728165d140daa63e4bec7 Reviewed-on: https://chromium-review.googlesource.com/810769 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#523432}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/376fd31ad485..3250a487ea97 $ git log 376fd31ad..3250a487e --date=short --no-merges --format='%ad %ae %s' 2017-12-12 kjlubick Search more for stacktrace to symbolize 2017-12-12 kjlubick Scale extra CPUs to powersave during nanobench. Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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=liyuqian@chromium.org Change-Id: Ic27fbad057686f0492f35270ae36bcdd5ed4cbc6 Reviewed-on: https://chromium-review.googlesource.com/822591Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523431}
-
Lily Houghton authored
Currently this only creates the an appropriater delegate in net/, calling it from there. There still needs to be created code in cronet which registers and appropriate delegate, and then populates the metrics object that will finally be given to the client. Bug: 702796 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I33a8ce1f489a7bfb74b4c9561a57b7b5a71013e0 Reviewed-on: https://chromium-review.googlesource.com/763934 Commit-Queue: Lily Houghton <lilyhoughton@chromium.org> Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#523430}
-
Siddhartha authored
The V8 dump provider is currently registered on the thread that IsolateHolder is created on. The isolate should be accessed on the task runner provided rather than the current thread. Bug: 762723 Change-Id: I9674690362fc0287d21baa27428b5093cb5146a7 Reviewed-on: https://chromium-review.googlesource.com/736045Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#523429}
-
Devlin Cronin authored
(Hopefully) make ExtensionServiceTest.LoadExtension pass 100% of the time, and re-enable it. Migrate away from using extensions that are stored in a copied profile directory to ones that are instead defined in the test. Bug: 231806 Change-Id: I920a7048a397307c728b426c46cb1e6771f6ecb9 Reviewed-on: https://chromium-review.googlesource.com/820633Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523428}
-
Mathieu Perreault authored
Hide the main contents of the dialog while the progress spinner is being shown. Also, remove FadeOutView. Bug: 786090 Test: visual Change-Id: I0c848547b74cd3af21e19f275b012aa43688170b Reviewed-on: https://chromium-review.googlesource.com/818704Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#523427}
-
Jared Saul authored
Bug: 778436 Change-Id: I494ed476d5d00be5ad7ad36e24b45d934201d575 Reviewed-on: https://chromium-review.googlesource.com/821713 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#523426}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bd13db62. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7507 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 Directory owners for changes in this CL: worker-dev@chromium.org: external/wpt/service-workers TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Ib6afd59dd80e36030dc1d7d1e1c73ad6a0e5f563 Reviewed-on: https://chromium-review.googlesource.com/822290 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@{#523425}
-
Christos Froussios authored
It is flaky TBR=tommi@chromium.org Bug: 794039 No-Try: True Change-Id: Id3ab4bf80e9527c5170e382da8cad2bbbe37495a Reviewed-on: https://chromium-review.googlesource.com/822473Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523424}
-
Dominik Röttsches authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/bec14f688925..2c048a8a622e ftoption.h merged to include updated comments on cmake or ./configure options having precedence. "2017-12-08 wl Fix access to uninitalized memory (#52613)." needed as fix for issue 791317. $ git log bec14f688..2c048a8a6 --date=short --no-merges --format='%ad %ae %s' 2017-12-11 wl Fix compiler warning (#52640). 2017-12-09 azzuro * builds/windows/vc2010/freetype.vcxproj: Adjust output directory. 2017-12-09 wl Fix `make setup dos', second try (#52622). 2017-12-08 wl Documentation fixes for the last few commits. 2017-12-08 wl [docmaker] Fix code section parsing. 2017-12-08 wl New `ftdriver.h' file, covering all driver modules. 2017-12-08 wl Move `ftdriver.h' to `ftdrv.h'. 2017-12-08 wl Fix access to uninitalized memory (#52613). 2017-12-08 wl Fix `make setup dos' (#52622). 2017-12-07 wl .mailmap: Add Ewald. 2017-12-07 wl Use ASCII only in public header files (#50858). 2017-12-07 wl Fix C++ compilation. 2017-12-07 wl Fix `make multi'. 2017-12-07 wl * include/freetype/config/ftheader.h: Some clean-up. 2017-12-06 wl * builds/symbian/bld.inf: Updated. 2017-12-06 wl New header file `ftparams.h' that collects all parameter tags. 2017-12-05 wl Improve tracing messages by using singular and plural forms. 2017-12-04 wl Update or fix links to use the https protocol instead of http. 2017-12-04 wl [truetype] Allow shared points in `cvar' table (#52532). 2017-11-28 wl [truetype] Improving tracing of composite glyphs. 2017-11-27 wl Allow (again) encoding vectors with more than 256 elements (#52464). 2017-11-27 jan.steffens Fix last commit (#52522). 2017-11-24 wl [unix] Install a massaged `ftoption.h' file (#51780). 2017-11-23 wl Minor. 2017-11-23 tor.andersson Silence unused function warnings. Created with: roll-dep src/third_party/freetype/src PDFium issue: https://bugs.chromium.org/p/pdfium/issues/detail?id=961 R=bungeman@chromium.org,drott@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_msan_rel_ng Change-Id: Idbaef8715b2cf55ea19e906700231917a23a9c8c Reviewed-on: https://chromium-review.googlesource.com/817419 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#523423}
-
Christos Froussios authored
This reverts commit 6dd82658. Reason for revert: Suspected of breaking multiple webkit_layout_tests. E.g. https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linux%20Trusty%20Leak/builds/13134/steps/webkit_layout_tests Original change's description: > Media Controls: Move new controls to SVG icons > > Move the new media controls to SVG icons so they are no longer blurry in > some situations. > > BUG=788305 > > Change-Id: I3f97be618152c2d8cc00653ab8ff63de260c7d13 > Reviewed-on: https://chromium-review.googlesource.com/814296 > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523411} TBR=mlamouri@chromium.org,beccahughes@chromium.org Change-Id: If2c4643d5e6455c86fb1afdc5a68f20279eaaeec No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 788305, 794159 Reviewed-on: https://chromium-review.googlesource.com/822611 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523422}
-
Dominik Röttsches authored
This reverts commit b071f305 and changes the hb_set page size to 8192. Attempt at keeping performance regressions in check without having to patch back the hb_set implementation to the pre 1.6.1 version. Bug: 782220 Change-Id: I9959d452fc944fd15092490beb45bbfc7f396d97 Tbr: kojii, eae, behdad Reviewed-on: https://chromium-review.googlesource.com/821546Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#523421}
-
Louis Romero authored
Bug: none Change-Id: I743fc93f8da98b734a746e2983a7c1f651458824 R: xam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/789885Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#523420}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/14ae91d2..7fcbcafb 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: If53ece9c4e8514cc8a119e2cccd670e81590d2a2 Reviewed-on: https://chromium-review.googlesource.com/822270Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523419}
-
Peter Conn authored
This reverts commit 532b7d7a. Reason for revert: 794139 Original change's description: > Fix Android WebView crash when an app loads a JavaScript URL during navigation. > > When there's an ongoing navigation, if the app loada a JavaScript URL we create > a temporary NavigationRequest in NavigatorImpl::RequestNavigation. However the > call to RenderFrameHostManager::GetFrameHostForNavigation was resetting the > speculative RFH of the original NavigationRequest since the site instance of a > JavaScript load is always the same as the existing frame. > > Bug: 793432 > Change-Id: I5a25eea9a8733cd5cebe71f700b30ebb4c0b1710 > Reviewed-on: https://chromium-review.googlesource.com/820453 > Commit-Queue: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523264} TBR=nasko@chromium.org,jam@chromium.org Change-Id: I1e08c1de84199879576782a8719e4a771d66248b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 793432 Reviewed-on: https://chromium-review.googlesource.com/822610Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#523418}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/ba096c0dc3ba..376fd31ad485 $ git log ba096c0dc..376fd31ad --date=short --no-merges --format='%ad %ae %s' 2017-12-11 mtklein remove vfpv4 requirement for SkJumper on ARMv7 Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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=liyuqian@chromium.org Change-Id: I1fef7678eb8ca99b9ba2840f53f7e8bc8f93a99f Reviewed-on: https://chromium-review.googlesource.com/822370Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523417}
-
Morten Stenshorne authored
Bug: 788337,776051,792435,792437,636055,792446,794136 Change-Id: I933ece936b79323bfcdf16cc96fd3475f42349f6 Reviewed-on: https://chromium-review.googlesource.com/822254Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#523416}
-
Morten Stenshorne authored
Call NGBreakToken::ShowBreakTokenTree() to dump the break token tree. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I30b8cc33c5444c61d6c58285af1dd379f2f9f89a Reviewed-on: https://chromium-review.googlesource.com/820990Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#523415}
-
Christos Froussios authored
It is flaky TBR=tommi@chromium.org Bug: 794102 No-Try: True Change-Id: I38156a0706eff64c6a60a21ad343fba1ce67949e Reviewed-on: https://chromium-review.googlesource.com/822430Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#523414}
-
Lalit Maganti authored
Bug: 728199 Change-Id: I440814aa37c687ab68fea5717cee36a051a4908d Reviewed-on: https://chromium-review.googlesource.com/800553Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: Lalit Maganti <lalitm@chromium.org> Cr-Commit-Position: refs/heads/master@{#523413}
-
Rune Lillesveen authored
Even if the first background layer has none for image, we may have subsequent layers with images. The previous implementation did an early exit if both images in the first layer were null. Implement VisuallyEqual without using operator== to fix this issue for all layers without missing the optimization that different background positions do not trigger a repaint if the background image for the layer is none. Bug: 793773 Change-Id: I846c75b2c4c273bcebecdf84685d834d946926b1 Reviewed-on: https://chromium-review.googlesource.com/822074 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#523412}
-