- 02 Feb, 2018 40 commits
-
-
Raphael Kubo da Costa authored
Add some more information so that it is easier to understand when the code is querying Gerrit and when it is looking at existing Chromium commits, and say git errors are not fatal. R=robertma Change-Id: I3f8de589186d0d2facafb6a92fcccd129d1899be Reviewed-on: https://chromium-review.googlesource.com/899242 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#534093}
-
Koji Ishii authored
Following bot results are included. 3509 3510 3513 3514 3518 Defalke was skipped due to recent unstability of the ng-bots. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If04751f76f0560bdd7a411fc384d0694da69cada Reviewed-on: https://chromium-review.googlesource.com/898143 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534092}
-
Stephen McGruer authored
In http://crrev.com/41658d0 we added support for the composite member of KeyframeEffectOptions, but the CL accidentally introduced a backwards-compatibility bug. Prior to that CL we would not throw for composite == 'add' or composite == 'accumulate', whereas after it we would. Bug: 806139 Change-Id: I82271c4f5b7d7756cbaac101825a22eb12367f8d Reviewed-on: https://chromium-review.googlesource.com/895049Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#534091}
-
Patrick Noland authored
This DCHECK, as Jan explains in the bug, is too restrictive. It's valid for the state to flip to CATEGORY_EXPLICITLY_DISABLED before the timeout triggers. Bug: 803028 Change-Id: Ifd206a583b9dbef5650d1ff04f2da65e9a0459e2 Reviewed-on: https://chromium-review.googlesource.com/898068Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Patrick Noland <pnoland@google.com> Cr-Commit-Position: refs/heads/master@{#534090}
-
Steven Valdez authored
Change-Id: I0ee24a362baa94a2d64c1e5609185fb2c6f0b917 Reviewed-on: https://chromium-review.googlesource.com/899582Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#534089}
-
https://chromium.googlesource.com/angle/angle.git/+log/95ed19473fb6..c7295f4d363d $ git log 95ed19473..c7295f4d3 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 geofflang Vulkan: Add dEQP ES2 expectations. 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=jmadill@chromium.org Change-Id: Ia711148af60d66753f0f72b1cec1add824b0c687 Reviewed-on: https://chromium-review.googlesource.com/899542Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534088}
-
Misha Efimov authored
- Make it available for native tests. - Fix lint warnings. Bug: 786559 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ib8d704d63e7eaebdc92134fc595f3f3c7a1cb79e Reviewed-on: https://chromium-review.googlesource.com/899522Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#534087}
-
Robert Kaplow authored
Refactored the pref-setting logic out of metrics_reporting_state_browsertest in a way it could be reused in UKM. Setup a parametrized UKM test which tests the enabled/disabled group policy state based on prefs and verified service is enabled/disabled. Bug: 805983 Change-Id: Ic303e4116826990e7780125f186b0028a8fd6a5e Reviewed-on: https://chromium-review.googlesource.com/895390 Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#534086}
-
Leonard Grey authored
Change-Id: I5d7424aca855f68b3bdf30532f4a841e9fdf7444 Reviewed-on: https://chromium-review.googlesource.com/887603Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#534085}
-
Daniel Bratell authored
This is a preparatory patch for jumbo compilations where several cc files are compiled in the same translation unit. Then you get compilation errors if they all define their own kNumRetries and kBackoffPolicy, kApiPath and so on. This patch gives the 5 different kNumRetries variables and 3 different kBackoffPolicy variables in chrome/browser their own name. It also renames kApiPath, kApiUrl and kApiScope. It also deduplicates a kAuthorizationHeaderFormat string that had 4 different instances. Bug: 746957 Change-Id: Ib14ccaa372d3b28cd505b2e7cec519a5635e3173 Reviewed-on: https://chromium-review.googlesource.com/868335Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#534084}
-
https://webrtc.googlesource.com/src.git/+log/c22d6a8f9b3e..debbc7801fbd $ git log c22d6a8f9..debbc7801 --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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Iffd78d0538f4f022154dbbdda7809d4c2f71bb92 Reviewed-on: https://chromium-review.googlesource.com/899562Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534083}
-
Alex Newcomer authored
Add ContextMenuMetrics (User Journey Time, Show Source, and Command Executed) to shelf and desktop. Modified histograms.xml to include "Desktop" and "Shelf" components. TEST=manual Bug: 807035 Change-Id: If54d53ef71b3f4dfe12c144333980ac2a5281bf5 Reviewed-on: https://chromium-review.googlesource.com/896628Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#534082}
-
Ricardo Quesada authored
Use WriteHTML for "Copy to clipboard" button, in addition to WriteImage. This is needed by ARC, which for the moment, only support HTML and plain clips from the Clipboard. It cannot see SkBitmap clips. This CL restores the code that was before this one: https://chromium-review.googlesource.com/c/chromium/src/+/781342 while also preserving its functionality. (and adds: #include <utility> required by std::move) TEST=copy-to-clipboard works Ok with Hangouts extension and in ARC++. BUG=808210 Change-Id: I1018d503dfd69d4677c1726c3abb4c0202697fcd Reviewed-on: https://chromium-review.googlesource.com/898424Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Ricardo Quesada <ricardoq@chromium.org> Cr-Commit-Position: refs/heads/master@{#534081}
-
Juan Antonio Navarro Perez authored
Test failing on tablet testers. TBR: ntfschr@chromium.org Bug: 808444 Change-Id: I0f18bded5aa2e5204be8f745b5ec1ae16fcc100a Reviewed-on: https://chromium-review.googlesource.com/899245Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#534080}
-
Koji Ishii authored
This patch fixes the logic whether to generate box fragments for an inline box or not consistent across wrapped lines. Not all inline boxes need to have corresponding box fragments. NGInlineLayoutAlgorithm determines this and avoid creating them when not necessary. NGInlineLayoutAlgorithm used to determine it for each wrapped line, but this made traversing fragments harder. With this change, if traversal finds a box fragment for a LayoutInline, it knows that it can find all other fragments too. wpt/css/CSS2/normal-flow/block-in-inline-empty-00[14] no longer pass with this change. These tests don't pass in Blink/WebKit, and that the fix priority is not high at this moment. Bug: 636993 Change-Id: I58b0f3c5fd95ee743a5ab404c8e8a4b284909616 Reviewed-on: https://chromium-review.googlesource.com/895231 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534079}
-
Benoit Lize authored
"extra_chrome_shared_library_configs" is used to enable code ordering, but is only added for 32 bit webview. Add this config. A downstream change will enable ordering for ARM64, saving: - ~6.9MB of PSS for Chrome ARM64 (not widely released) - ~5MB of PSS in Android Search App on Android N - ~2.5MB of PSS in Android Search App on Android O Similar gains are expected for other webview apps, see attached bug. Bug: 803866 Change-Id: If15d319bf7fbc58c3ac76898a5d7893ba0ade32c Reviewed-on: https://chromium-review.googlesource.com/899362Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534078}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d1f7fd6d. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11526 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: hta@chromium.org: external/wpt/webrtc TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I0ff9b8b1459a28d2328c133db2ac11dfd1ddd55f Reviewed-on: https://chromium-review.googlesource.com/899102 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@{#534077}
-
Yutaka Hirano authored
This reverts commit e6395d1c. Reason for revert: performance regressions Original change's description: > Update RendererSideResourceScheduler testing config (Enabled_3_1024) > > This is a reland of > https://chromium.googlesource.com/chromium/src/+/47b8f2451e900fe2c5fc4d94046925f40fea2fc7 > with modester parameters. > > Bug: 785770, 794073 > Change-Id: Icab191e655118ff17aa91759bfe8ce9e1e45f6fb > Reviewed-on: https://chromium-review.googlesource.com/867824 > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > Commit-Queue: Ilya Sherman <isherman@chromium.org> > Reviewed-by: Ilya Sherman <isherman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#529644} TBR=isherman@chromium.org,yhirano@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 785770, 794073 Change-Id: Ibac8672cc5fb780f6c4b94cbde955fd7686a4041 Reviewed-on: https://chromium-review.googlesource.com/899403 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#534076}
-
Justin Cohen authored
Bug: 799345 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I6c077be0ac58af923209234c27511b4433b0685d Reviewed-on: https://chromium-review.googlesource.com/896812Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534075}
-
Justin Cohen authored
BUG=799345 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I760f36dcf8cb9f47322ecf8d5134f73957e2bf8f Reviewed-on: https://chromium-review.googlesource.com/897185Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534074}
-
Vasilii Sukhanov authored
It was introduced in r488421 to handle the credentials without trailing '/' in signon_realm and origin. Now however, the signon_realm is created correctly by GmsCore. The origin has no '/'. As a result - r488421 is useless with a lot of complexity. - r488421 is harmful because it prevent the credential from being deleted via passwords.google.com. See b/69245513 R=battre@chromium.org Bug: 739101,801918 Change-Id: I20e64481b8dd972e3b43f18a00b0b3078f58c4fe Reviewed-on: https://chromium-review.googlesource.com/897610Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534073}
-
Sebastien Marchand authored
Bug: 806265 Change-Id: I4820b88096de01aa134715ebbe6cb1556d91b4ec Reviewed-on: https://chromium-review.googlesource.com/888094Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#534072}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/33f6b756..11a430a2 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: I11667aedc857c246731ef494a5e8b835e65956dc Reviewed-on: https://chromium-review.googlesource.com/899222Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534071}
-
Alex Clarke authored
This patch changes the Sequence interface slightly by introducing DelayTillNextTask which helps work around problems scheduling delayed tasks when TakeTask doesn't have a task to return (due to cancellation). Change-Id: I5935e41ad5bc725b6109a187b329c82ce5a70689 Bug: 783309 Reviewed-on: https://chromium-review.googlesource.com/883346 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534070}
-
François Beaufort authored
Bug: 806249 Change-Id: I46ccd72da19253fdb0ff54d90fd439a8d98ca5a9 Reviewed-on: https://chromium-review.googlesource.com/895447 Commit-Queue: Mounir Lamouri (slow) <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri (slow) <mlamouri@chromium.org> Reviewed-by:
apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#534069}
-
Amirhossein Simjour authored
This CL enables the Chrome's Javascript Dialog in VR behind a flag. The View from the 2D dialog is converted into a texture and is shown in VR on a quad. The events from the controller are translated to MotionEvents and are sent back to the 2D dialog. It is made possible to replace ModalDialogManager in ChromeActivity. The ModalDialogManager is replaced with a new one when going in VR mode, and is replaced with the old ModalDialogManager when leaving VR. The ModalDialogManager that is used in VR uses VrModalDialogPresenter that shows dialogs on a quad in 3D space in front of the main content. The view from 2D Javascript dialog is attached to the DecorView to make sure that the View will receive all the event. The close button will be added to this dialogs in the follow up CLs. Bug:779126 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iaae0147d1711297cc7dd992fe3986642669bc102 Reviewed-on: https://chromium-review.googlesource.com/868552 Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#534068}
-
danakj authored
As per the comments at https://chromium-review.googlesource.com/c/chromium/src/+/895806/7/cc/resources/resource_pool.cc#b657 we need to add a GUID so that the resource can be corroborated with the resource in the gpu process. Otherwise the resource will be double- counted between processes. R=ericrk@chromium.org, vmpstr@chromium.org Bug: 807331 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I6f66b31b640c0ba86a65b1d40fd49f4da3dd06a1 Reviewed-on: https://chromium-review.googlesource.com/897992 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#534067}
-
https://skia.googlesource.com/skia.git/+log/18c52a7b5221..0f1abf89f043 $ git log 18c52a7b5..0f1abf89f --date=short --no-merges --format='%ad %ae %s' 2018-02-02 rmistry Add Android compile bot as experimental CQ bot 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=bungeman@chromium.org Change-Id: I22642c822e929a689334a575242dc571427ba360 Reviewed-on: https://chromium-review.googlesource.com/898550Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534066}
-
Ioana Pandele authored
Bug:790982, 789122 Change-Id: I06bc82f7fb2f8f2451baeda178ea829d70aab100 Reviewed-on: https://chromium-review.googlesource.com/899007 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#534065}
-
Harald Alvestrand authored
Also add tests on what happens when Unified Plan talks to Plan B in some combinations. Bug: 799030, 802938 Change-Id: I8d17fd42221c5e8f3d34bfc93d6bfe4c99c6ddd1 Reviewed-on: https://chromium-review.googlesource.com/852272 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#534064}
-
Peter Boström authored
Conditional titlecase is required for Mac dialogs. Bug: chromium:807886 Change-Id: I0edc79ef9485d1cca541e4c309eb6360d8169109 Reviewed-on: https://chromium-review.googlesource.com/898428 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#534063}
-
Sylvain Defresne authored
To allow the autoroller to work, pin the reference to src/ios_internal in src/DEPS. The hash used was found using "git ls-remote $IOS_INTERNAL refs/heads/master". Bug: 803846,skia:7552 Change-Id: I418a7cfa9db19729f19658ac16baf3e224638c86 Reviewed-on: https://chromium-review.googlesource.com/897950Reviewed-by:
Eric Boren <borenet@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#534062}
-
Devlin Cronin authored
v8::Object::CreateDataProperty is slightly more efficient than v8::Object::DefineOwnProperty when no custom attributes are required. Use CreateDataProperty instead in these cases. Bug: None Change-Id: I2674d6dd5b5f2d9bce8b932a2ee149633f6250a3 Reviewed-on: https://chromium-review.googlesource.com/897741Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534061}
-
Devlin Cronin authored
GetPackageDirectoryEntry has a ModuleSystem::NativesEnabledScope that wasn't quite long enough. We need to ensure that the scope allows the function to generate the callback (fileEntryBindingUtil.getBindDirectoryEntryCallback) to run with natives, since it may require modules in the background page. Expand the natives enabled scope by just enough to make this work. Bug: 653596 Test: browser_tests --enable-features=NativeCrxBindings --gtest_filter=*GetPackageDirectoryEntryApp* Change-Id: I209c4e8f92d0b10955d1ecafe489b68a2b18af88 Reviewed-on: https://chromium-review.googlesource.com/898399Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534060}
-
Chris Nardi authored
Import wpt/css/css-images so existing images tests can be upstreamed. No-Export: true Bug: 630597 Change-Id: I034a5c02eb3b1b91aceea9579b3f6f84414a7a41 Reviewed-on: https://chromium-review.googlesource.com/898224 Commit-Queue: Chris Nardi <cnardi@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#534059}
-
Justin Cohen authored
Instead of using the old NewTabPageHeaderView and NewTabPageToolbarController, use a new ContentSuggestionsHeaderView and embed a PrimaryToolbarViewController. Creates a temporary NTPHeaderViewAdapter protocol allow the NTP UI to switch back and forth between each header view. Bug: 805640, 805639 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ifb2be48ae38528543b2f8b9a108eec0453e9ddbf Reviewed-on: https://chromium-review.googlesource.com/894147Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534058}
-
Nicolas Pena authored
FPDFPage_New creates a FPDF_PAGE object and adds a page to the FPDF_DOCUMENT. However, the FPDF_PAGE object needs to be deleted by calling FPDF_ClosePage. Bug: 807953 Change-Id: Ib0d7ca46979f855c38a03cf114c20505d825e620 Reviewed-on: https://chromium-review.googlesource.com/897930Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#534057}
-
Gauthier Ambard authored
This CL changes the animations when focusing the omnibox to expand the location bar to take the full width of the screen and hide the buttons. Bug: 804751, 804749 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I71653dddb10323a55f660f4b9432b3ec112584b7 Reviewed-on: https://chromium-review.googlesource.com/899146Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#534056}
-
Koji Ishii authored
This patch rename InlineBlock sub-type of NGPhysicalBoxFragment to AtomicInline, because it actually includes replaced elements. NGPhysicalFragment does not provide a function to distinguish inline block from replaced elements today, and all uses were replaced in this CL. We might add one if needed. Bug: 636993 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I55362b6956b8ea29853f685961d711fdcb5b6c4a Reviewed-on: https://chromium-review.googlesource.com/898145 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#534055}
-
Raphael Kubo da Costa authored
Remove one of the identical copies of the same check from the code, added in e5bbbb17 ("Bindings: Add ScalarValueString support"). The original check was added a few days before in 65d50ad9 ("Add ByteString support to IDL bindings"). R=haraken, jbroman, yukishiino Change-Id: Ic7cb436200a7c3e15ebd7bd1183c54d16eeae595 Reviewed-on: https://chromium-review.googlesource.com/899183Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#534054}
-