- 24 Apr, 2018 39 commits
-
-
Kevin Marshall authored
Removing the "shell" capability allows packaged apps to load dynamic libraries from the package. In addition, it prevents the app from using any system-provided libraries, in favor of the package supplying all of its data and dynamic library dependencies. This CL includes the system libraries from the SDK's "dist" directory in packages built using the package() GN template. Bug: 823927 Change-Id: Ibc22913658f73d992e563e829a377be66f61f805 Reviewed-on: https://chromium-review.googlesource.com/1025046Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#552950}
-
Lukasz Anforowicz authored
Bug: 835577, 835578 Change-Id: I4461cec21b31ee9945afe4e2b1df7c89d9905168 Reviewed-on: https://chromium-review.googlesource.com/1024401 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#552949}
-
Jun Mukai authored
Bug: 831423 Test: None Change-Id: If8e8a2e88d009dfea258b79f6b914444f28816ee Reviewed-on: https://chromium-review.googlesource.com/1024735Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#552948}
-
erikchen authored
History expiration is very disk intensive. When the machine wakes from sleep, it potentially also needs to read its memory from disk, thus causing heavy contention. Bug: 808031 Change-Id: If9a4cfac8a0b323489364fc5c9ad7d72bafb0333 Reviewed-on: https://chromium-review.googlesource.com/1024290 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#552947}
-
https://webrtc.googlesource.com/src.git/+log/9b20677c4e71..e987f2b76567 $ git log 9b20677c4..e987f2b76 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6778b415d4a9f248847f3dd9c36fb9539c95e125 Reviewed-on: https://chromium-review.googlesource.com/1024636 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#552946}
-
Scott Violet authored
The implementation is no longer going to be trivial, so renaming. BUG=none TEST=none TBR=sadrul@chromium.org Change-Id: Icad4e8d85d7b2d87e331223247d596d54732e1dc Reviewed-on: https://chromium-review.googlesource.com/1024635Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#552945}
-
Kent Tamura authored
Also, replace WebKit/WebCore in code and file names with "blink." Bug: 829697 Change-Id: Ia2e9a0ad1748a7fbb0d7b4da7d4143bfbc1e5267 Reviewed-on: https://chromium-review.googlesource.com/1023627Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#552944}
-
Kent Tamura authored
The Great Blink mv didn't rename them because they were referred by generated code. This CL fixes the generator code, make_instrumenting_probes.py, and rename the files. Bug: 768828 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6facdf7b6c0bc681c6883dd46dd68c93c6eed737 Reviewed-on: https://chromium-review.googlesource.com/1015458Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#552943}
-
Wez authored
Using whitespace breaks ExtensionUpdater query parameter generation. Bug: 832728 Change-Id: I191d175d623803d4655d22caf422bf7127bdc57c Reviewed-on: https://chromium-review.googlesource.com/1016138Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#552942}
-
Nick Harper authored
Change-Id: I651c9f0527565d7bab66e2e817f957249e28f131 Reviewed-on: https://chromium-review.googlesource.com/1024882Reviewed-by:
Eric Lawrence <elawrence@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#552941}
-
Peter Qiu authored
The permission checking will be done using the extension's permissions specified in its manifest data, similar to what is being done in ShellExtensionHostDelegate. Also moved media_capture_util code to extensions/browser for better code sharing and add an API for checking media access permission for a given extension. Bug: b/78193883 Test: Build Change-Id: I7bd9d9a771b5a6d8ca719b5480e42f4624a1bb69 Reviewed-on: https://chromium-review.googlesource.com/1022316 Commit-Queue: Peter Qiu <zqiu@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#552940}
-
Yafei Duan authored
We also need to record the permission denied when asking for storage permission before publishing an offline page for sharing in Download Home. Bug: 836011 Change-Id: Ief294b69a88054a7201ba6d0ecf8bc53d77b7bc7 Reviewed-on: https://chromium-review.googlesource.com/1024741Reviewed-by:
Joy Ming <jming@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#552939}
-
Wenzhao Zang authored
Only changed comments. Removed some outdated TODOs by bshe@ or crbug.com/776464. TBR=bshe@chromium.org Bug: None Change-Id: I3a857bd02c5fbf8b9c454d91b030dcb1ebd10eeb Reviewed-on: https://chromium-review.googlesource.com/1024740Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#552938}
-
Scott Chen authored
Bug: None Change-Id: I231cffdd854d5ef3876a170b5c4ec7b70cbbafc1 Reviewed-on: https://chromium-review.googlesource.com/1022509Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#552937}
-
Mostyn Bramley-Moore authored
CL https://chromium-review.googlesource.com/c/chromium/src/+/1019885 added another copy of GetUniqueDownloadId(), which causes jumbo builds to fail. Let's move this duplicated code to download_utils.cc instead. Change-Id: I39cbae92f33afc9733a47e376a4f67ce9b088c7b Reviewed-on: https://chromium-review.googlesource.com/1025090Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#552936}
-
Scott Violet authored
As part of bug 800358 I moved loading ResourceBundle earlier (specificaly to PreEarlyInitialization()). Unfortunately I missed that OverrideLocaleWithUILanguageList() needs to be called before this. This means the locales were not being picked up correctly for Windows. This patch moves calling OverrideLocaleWithUILanguageList() to before PreEarlyInitialization() so that locales are properly loaded. I tried adding a DCHECK that the locales are set before GetLocaleOverrides() is called, but that appears to break things. BUG=834372 TEST=see bug Change-Id: Idb40ee30761034a6c67ac153da3f9cebc9f7de40 Reviewed-on: https://chromium-review.googlesource.com/1025070Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#552935}
-
Michael Thiessen authored
With Quad layers keeping the content quad high-res and crisp, we can lower the buffer size of the rest of our UI which doesn't need to be as high quality as the content quad. The quality decrease is only barely noticeable on an A/B toggle, and the performance win is huge (and necessary to get us back to 60fps on a Pixel XL device). Bug: 714304 Change-Id: I0f352f88789584e51815baafe0f25d69fb7e8780 Reviewed-on: https://chromium-review.googlesource.com/1024881Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#552934}
-
Tommy C. Li authored
For Material Refresh, we want to place the default search provider's favicon into the location bar while the user is typing search queries. This CL adds some scaffolding necessary for OmniboxView to provide the favicon. The actual favicon fetching must be asynchronous, so we need this extra infrastructure. I expect this CL to be Part 1/4 or so of the primary implementation. Bug: 823535 Change-Id: Ia7d6979222fd18e4a34fd1473f00164ecc8a1c7b Reviewed-on: https://chromium-review.googlesource.com/1022500 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#552933}
-
Devlin Cronin authored
The ExtensionFunction::GetAssociatedWebContentsDeprecated() method is unpredictable and can return surprising values in certain circumstances. It is deprecated and should be removed to ensure that callers are using the WebContents they expect. Update the passwordsPrivate API to use GetSenderWebContents() instead. Bug: 461394 Change-Id: I0395f553b3a62b0db843893243e32f727955ab21 Reviewed-on: https://chromium-review.googlesource.com/1022977Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#552932}
-
Tetsui Ohkubo authored
This CL fixes keyboard accelerators when UnifiedSystemTray is enabled. Previously, Alt-Shift-S opens old SystemTray, and Alt-Shift-N crashes. Alt-Shift-S should open UnifiedSystemTray. Alt-Shift-N should be no-op. TEST=manual BUG=835750 Change-Id: I42a21f3331719ccd17524658293b0b5ae75d1113 Reviewed-on: https://chromium-review.googlesource.com/1023500Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#552931}
-
Tetsui Ohkubo authored
This CL adds ChromeOS.SystemTray.TimeToClick metrics to both old SystemTray and UnifiedSystemTray. TimeToClick is the amount of time a user took from clicking on the button in status area, to clicking on an item in the system tray bubble. The system tray view installs TimeToClickRecorder as PreTargetHandler, and it calls SystemTray::RecordTimeToClick. TEST=manual(chrome://histograms) BUG=834462 Change-Id: Id7b599faf9bf53279be228816c39b05170db0d90 Reviewed-on: https://chromium-review.googlesource.com/1018120Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#552930}
-
Lei Zhang authored
This reverts commit 6ceb3883. Reason for revert: New tests have memory leaks. https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/27171 Original change's description: > Use user preferences for TTS speech rate, pitch and volume if not set. > > Bug: 823359 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: I772e1fa78e0f3f7ed3a6ab858f4855f65f18513f > Reviewed-on: https://chromium-review.googlesource.com/1014491 > Commit-Queue: Katie Dektar <katie@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#552826} TBR=thakis@chromium.org,dtseng@chromium.org,jochen@chromium.org,katie@chromium.org Change-Id: I8702500882bf4e8a499c7798306976bd18ad260b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 823359 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/1025290Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#552929}
-
Patti authored
The erase icon that appears on editing the omnibox in touch mode is too small. Update its size. Bug: 832113 Change-Id: I64768a9e1d6e91eec03a03b22863d1a4d8cf2ff2 Reviewed-on: https://chromium-review.googlesource.com/1023623Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#552928}
-
Peter Boström authored
Previous version had white "=(" which wouldn't work well for incognito after tinting to white (smiley and folder would both be white-ish). With a transparent smiley the underlying dark-grey tab renders through as dark eyes for a light-grey folder. Bug: chromium:834645 Change-Id: I1c4f80004ee7a7227fef231d9b136a4a8c5ee566 Reviewed-on: https://chromium-review.googlesource.com/1022744Reviewed-by:Scott Graham <scottmg@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#552927}
-
Peter Qiu authored
This provides an ability to programmatically grant media access permission for a guest view, which is a desired feature on certain devices. Bug: b/78193883 Test: Build Change-Id: If733c28125e4228a1c50baf11f9715c7d876da67 Reviewed-on: https://chromium-review.googlesource.com/1021599Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Peter Qiu <zqiu@chromium.org> Cr-Commit-Position: refs/heads/master@{#552926}
-
Gabriel Charette authored
These changes were scripted as part of the effort to restrict exposure of the raw MessageLoop*. Note that many static methods exposed on MessageLoopCurrent are also deprecated so it is very well possible that this is migrating to an already deprecated method. The goal of this pass is to reduce usage of MessageLoop::current() (and ultimately make it impossible to obtain the MessageLoop* statically). As such I will not edit this CL unless the script did something logically wrong. I defer to owners to fix highlighted usage of already deprecated APIs. Possible script screw ups / things to look out for in this review: - Storing MessageLoopCurrent in a MessageLoop* variable or comparing it against one (I will go over that in a separate pass). Includes should have been stripped if that was the last usage of message_loop.h in that file. Please CQ if LGTY This CL was uploaded by git cl split. R=battre@chromium.org Bug: 825327 Change-Id: I09f2ec144a8cd311d705ad3cfe3ac6da75cc4ca8 Reviewed-on: https://chromium-review.googlesource.com/1024319 Commit-Queue: Gabriel Charette <gab@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#552925}
-
junweifu authored
Original CL got reverted because the num of landmarks aren't updated in services tests that aren't checked on GPU FYI. This is a reland of 5e1aa79b Original change's description: > ShapeDetection: Parse landmarks of the detected face on Mac Vision > > Update the mojom interface definition of landmark to match the Spec, and adjust > the usage in services/blink/LayoutTests. > Export eyes and mouth landmarks that detect with Mac Vision Framework, the points > are normalized to the bounding box of the detected face, with the origin at the > bounding box of the detected face's lower-left corner. > > Link Mac 10.13 build bots [1] and Face Detection demo[2] here. > > [1] https://ci.chromium.org/buildbot/chromium.fyi/Chromium%20Mac%2010.13/ > [2] https://codepen.io/miguelao/pen/PmJWro > > BUG=799319 > > Cq-Include-Trybots: luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng > Change-Id: Id034721a517e4ab2a6b9aa0e3eec9d10997b5b80 > Reviewed-on: https://chromium-review.googlesource.com/982579 > Reviewed-by: Miguel Casas <mcasas@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Junwei Fu <junwei.fu@intel.com> > Cr-Commit-Position: refs/heads/master@{#552217} TBR=mark@chromium.org Bug: 799319 Change-Id: Id521f2a92dd3e1c6d8ac29d571bc1c58cfdb020e Cq-Include-Trybots: luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng Reviewed-on: https://chromium-review.googlesource.com/1023181 Commit-Queue: Junwei Fu <junwei.fu@intel.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#552924}
-
erikchen authored
This CL is a refactor with no intended behavior change. Previously, the method took a raw pointer. Now, the method takes a std::unique_ptr. Change-Id: I20135ca41335facbf3dd734445804daa314fe9fe Bug: 832879 Reviewed-on: https://chromium-review.googlesource.com/1022291 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#552923}
-
Fabrice de Gans-Riberi authored
This is a preliminary change to remove the posix source exclusion filter in a future commit. Bug: 835405 Change-Id: If1cb03849e1d18149cce178c45f44e7f764fea72 Reviewed-on: https://chromium-review.googlesource.com/1022186Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#552922}
-
Oystein Eftevaag authored
R=primiano@chromium.org CC=tzik@chromium.org PRESUBMIT=TRUE BUG=752720 Change-Id: I0f4c5540fb58b1df000e2fcbe75a93f110cef39e Reviewed-on: https://chromium-review.googlesource.com/1024398Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#552921}
-
Noel Gordon authored
Use protected. Don't abbr the template parameter (use MODE). No change in behavior, no new tests. Bug: 833834 Change-Id: I1fd84e01fbb22ed93b2951986afeb408c448e281 Reviewed-on: https://chromium-review.googlesource.com/1023680Reviewed-by:
Luciano Pacheco (SYD) <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#552920}
-
Jonathan Freed authored
Bug: 826799 Change-Id: Ibf6b452aee7256cbb45d7d214729529c09acb5ab Reviewed-on: https://chromium-review.googlesource.com/1012186Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#552919}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c00fe466. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" afb472c0 "Try to fix crash when terminating a worker while it is XHR-ing to a blob." 3f388f1c "Allow column-width:0." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/16184 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=ajuma No-Export: true Change-Id: I33ced44d390c2471795a51e7dff79a95db44b7d4 Reviewed-on: https://chromium-review.googlesource.com/1024300 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@{#552918}
-
Evan Stade authored
code. Cache (and sanitize) the last received power info in PowerManagerClient; query that instead of ash::PowerStatus. Add test coverage for ArcMigrationGuideNotification. TBR=sky@chromium.org Change-Id: Id3560886b847f383a73b12799a83eb68af37582b Reviewed-on: https://chromium-review.googlesource.com/1015779Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#552917}
-
Kim Paulhamus authored
Bug: 803825 Change-Id: I9387a91cdc2a86520fcf9b09cf75c0950f11078d Reviewed-on: https://chromium-review.googlesource.com/1019734Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#552916}
-
Jacob Dufault authored
Bug: 784495 Change-Id: Ib2b5da041eb483c45fc67f1da9ac364e85142df4 Reviewed-on: https://chromium-review.googlesource.com/1008416Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#552915}
-
https://pdfium.googlesource.com/pdfium.git/+log/dd2a629f9ede..4e4147eccd25 $ git log dd2a629f9..4e4147ecc --date=short --no-merges --format='%ad %ae %s' 2018-04-23 dsinclair Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream 2018-04-23 dsinclair Change CFX_XML Save to take a write stream 2018-04-23 thestig Validate the Size dictionary entry in CPDF_SampledFunc. 2018-04-23 dsinclair Revert "Change CFX_XML Save to take a write stream" 2018-04-23 dsinclair Revert "Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream" 2018-04-23 dsinclair Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream 2018-04-23 dsinclair Change CFX_XML Save to take a write stream 2018-04-23 hnakashima Create FPDFPageObjMark_GetParamStringValue(). 2018-04-23 tsepez Disable JavaScript entirely if no JSPlatform passed by embedder. 2018-04-23 tsepez Provide double-byte terminator in Windows font variant name. 2018-04-23 hnakashima Create API to get PageObject mark parameters. 2018-04-23 thestig Fix some nits in CPDF_SampledFunc(). 2018-04-23 thestig Add more image size checks in CJBig2_Context. Created with: roll-dep src/third_party/pdfium BUG=chromium:835184,chromium:834557 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: Ib1c912e3943955d045f467a5885127d02d6ecac5 Reviewed-on: https://chromium-review.googlesource.com/1024884 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#552914}
-
Alexei Filippov authored
The Tracing format documentation does not make it clear if cat and args fields are mandatory. There are writers in the wild that do not generate these fields. Also trace viewer is capable of reading files with the fields omitted. Drive-by: do not spam user console with missing CPU profile samples. Change-Id: I7ab58fc132c2abc565296465924edb8a4fd07d07 Reviewed-on: https://chromium-review.googlesource.com/1022183 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#552913}
-
Helen Li authored
- adds a net::MockProxyClientSocket allows consumer to specify connect errors through MockConnect. - adds a CreateProxyClientSocket to net::ClientSocketFactory, so test factory impl can mock out that function. - Use MockProxyClientSocket in ReconsiderProxyAfterError so we test error fallback correctly. Please see linked bug for more info. BUG: 826570 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I0c7e858c0bce128fa92293e3a47de530025e4c45 Reviewed-on: https://chromium-review.googlesource.com/1011119Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#552912}
-
- 23 Apr, 2018 1 commit
-
-
Changwan Ryu authored
Adding scoped sys trace events to get a more complete breakdown of webview startup time. There is no logic change otherwise. Bug: 817644 Change-Id: I399560e75c70159f2593928fd78341c198d0bd4c Reviewed-on: https://chromium-review.googlesource.com/1022124Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#552911}
-