- 16 Feb, 2018 40 commits
-
-
https://chromium.googlesource.com/angle/angle.git/+log/17448956b720..0cbfa5866f43 $ git log 17448956b..0cbfa5866 --date=short --no-merges --format='%ad %ae %s' 2018-02-15 jmadill Vulkan: Implement basic Renderbuffer attachments. 2018-02-16 oetuaho Simplify built-in function node initialization 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=lucferron@chromium.org Change-Id: I2fe98dedbab2dbb2bf2071f970de3257c8a99165 Reviewed-on: https://chromium-review.googlesource.com/924467 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#537448}
-
edchin authored
Bug: 804499 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I066fc6b53f8f2775f559f8dd75ab63d629b74e9d Reviewed-on: https://chromium-review.googlesource.com/924381 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#537447}
-
Ken Rockot authored
Touching VERSION elicits a regeneration of all mojom message IDs on platforms where message ID scrambling is enabled. Before this CL, that regeneration step induces a rebuild of over 13000 targets when building chrome, as all mojom headers are regenerated, and dependencies on mojom headers abound. After this CL, the regeneration step only forces a rebuild of a new per-mojom header dedicated exclusively to message ID definitions, affecting only the corresponding mojom.cc files and reducing the rebuild cost to about 2700 targets. This also introduces a new GN arg |enable_mojom_message_id_scrambling| which defaults to |true|, enabling the current scrambling behavior on all supported platforms. If set to |false|, message IDs will never be scrambled and changes to VERSION won't affect mojom in any way. Bug: 808162 Change-Id: I8c4e4fa1dcc8d1d4349febee7dea6cce824ca0a6 Reviewed-on: https://chromium-review.googlesource.com/900528Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#537446}
-
James Wallace-Lee authored
This logic happens behind the flag --cc-check-damage-early. If any of the last 3 frames had no damage, we enable the damage check in WillBeginImplFrame from crrev.com/c/767851. This is described further here: https://docs.google.com/document/d/1Onv9teMJMyT63-8NywNQfaYY2PRTujvqI9Xa9jGcXvY Bug: 687695 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ie77abd0f587dc9815012bde87d5d0354a2f9cbbf Reviewed-on: https://chromium-review.googlesource.com/854991Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#537445}
-
Victor Costan authored
These patches are taken out of googletest update https://crrev.com/c/900544. That CL has been reverted, and fixing the revert cause may take a while. Landing these patches now, separately, will reduce the size of the next googletest update CL, and might reduce code churn, if the googletest update CL needs to be reverted. Bug: 813219 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 Change-Id: I19022e107f459e1dce91921336346c610ec51409 Reviewed-on: https://chromium-review.googlesource.com/924444 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#537444}
-
Erik Luo authored
This CL addresses sources of frontend errors: - Right click blank space in console can throw an error when building context menu if no console message is targeted. - StylesSidebarPane calls setTimeout to highlight a node, but in between refreshes it is possible for the model's node to change to `null`. Hard to reproduce. Bug: none Change-Id: I24bfc4c8b2f514aad140e6c46a15f0d344b954ec Reviewed-on: https://chromium-review.googlesource.com/920769Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#537443}
-
sangwoo.ko authored
Bug:71939 PinnedTabService is observing two events: NOTIFICATION_CLOSE_ALL_BROWSERS_REQUEST and BrowserList::OnBrowserClosing. The first is when users want to shut down entire app and the latter is when users close a browser at once even if it has multiple tabs. But the bug is edge case which doesn't belong to any case above for now. When tab strip is empty, BrowserListObserver::OnBrowserClosing is not called even this will end up with closing the browser. So try saving pinned tabs again on BrowserListObserver::OnBrowserRemoved. Change-Id: Id73891b9509918bca3b1dcaf0b34cc32a7a687a7 Test: PinnedTabServiceBrowserTest.* Reviewed-on: https://chromium-review.googlesource.com/892539Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#537442}
-
Ioana Pandele authored
When prefetching is enabled, the collection view can get configured cells in advance of them becoming visible. If the item updates after a cell was prefetched, but before it is visible, the cell cannot be reconfigured. For SavePasswords, the Export button may need to be enabled/disabled after being prefetched, so prefetching needs to be disabled. Bug: 812171 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ieef7b9cc3b91e237638277654e5d373c3906fb47 Reviewed-on: https://chromium-review.googlesource.com/924307Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#537441}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: Ia1a3dd17217361e48789bfc92d0a71ea43e5dd1d Reviewed-on: https://chromium-review.googlesource.com/924588 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#537440}
-
Eric Roman authored
Bug: 812672 Change-Id: Idc1724a5358ea5814b14e8b9fb85ca25bf3a6c21 Reviewed-on: https://chromium-review.googlesource.com/922262Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#537439}
-
Mark Cogan authored
Between when the root view controller is created and the new (or active) tab is displayed, there is a brief interval when the root view controller is displayed. This is usually less than one display refresh cycle, but if (for example) a crash is being uploaded on a slow device, it may be longer than that. If so, a white screen will appear (this is the root view controller's view when it doesn't contain a tab switcher). To mitigate this effect, this CL has the main view controller add a copy of the launch screen view to its view hierarchy. It is removed as soon as another view controller is added as a child of the main view controller. This is the same approach that's used to solve a similar issue when showing the FRE on some devices. It's terrible and we will find something better soon, but this will resolve the issue for M65. Bug: 803758 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ife105aa253019b41eac5002a33e69da71eb51944 Reviewed-on: https://chromium-review.googlesource.com/920521 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#537438}
-
Steven Bennetts authored
This fixes a few edge cases in the status tray network list: * Crash when an existing guid moves to the end of the list. * Incorrect filtering out of EthernetEAP in system tray (and other code). Mostly harmless but generates extra work. * More readable/searchable filtering of default cellular network. Bug: None Change-Id: I66b075ed90d3332178f0c1caebcf457c2db15da5 Reviewed-on: https://chromium-review.googlesource.com/920790Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#537437}
-
Michael Achenbach authored
This prepares removing the option to make landmines target-platform dependent, as this depends on gyp environment variables. Instead we'll be able to only depend on host_os. This will cause clobber on all Android builds, as Android-specific landmines will no longer be supported. In follow-ups, we'll remove use of landmine_utils.platform() in other client projects and then remove the definition here. Bug: 756691 Change-Id: I08c1f4ecd05f5f4331bf1ab9eedda22419af2942 Reviewed-on: https://chromium-review.googlesource.com/924114Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#537436}
-
Sergey Poromov authored
Previously, active sessions and recent users were reported separately, that is confusing on the server side. This change adds 'user_email' field to ActiveTimePeriod proto message and populates it for affiliated users that are eligible for reporting. Also, user email is reported only if user reporting is turned on. BUG=810093 TEST=Browser tests added. Change-Id: I92fec6725349972895ec0a439f78efa59853670e Reviewed-on: https://chromium-review.googlesource.com/904527Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#537435}
-
Xiaocheng Hu authored
Currently, spellchecker uses mojo only on Linux and Window, and still uses IPC on Mac and Android. This patch finishes the mojofication on Mac and Android. Details: 1. For each spellcheck message, a new API in SpellCheckHost mojom is defined. Their original senders are changed to call the new mojo APIs. 2. To allow spellchecking on WebView, a new impl of SpellCheckHost named SpellCheckHostImpl is created in components/spellcheck. The existing impl SpellCheckHostChromeImpl is changed to inherit SpellCheckHostImpl for code sharing. 3. The existing chrome/browser/spellcheck_message_filter_platform_mac.cc is changed to Mac-only implementation of SpellCheckHostChromeImpl. 4. The existing message filter implementation on Android, which is basically a wrapper class of SpellCheckerSessionBrige, is replaced by new wrapping of SpellCheckerSessionBridge in the Android-only implementation of SpellCheckHostImpl. 5. Remaining changes are test changes. To reduce patch size, there are some leftovers that will be done by follow-up patches: - Remove the spellcheck message files - Rename certain files according to TODOs left in this patch Bug: 714480 Change-Id: I1a25307284b8973f0b39cae58dfa46b27232349a Reviewed-on: https://chromium-review.googlesource.com/846370Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#537434}
-
Sergio Collazos authored
This reverts commit 697d4f8f. Reason for revert: Breaks ios_chrome_smoke_egtest https://logs.chromium.org/v/?s=chrome%2Fbb%2Finternal.bling.main%2Fchromium-autoroller%2F7360%2F%2B%2Frecipes%2Fsteps%2Fios_chrome_smoke_egtests__iPad_Air_iOS_11.2_%2F0%2Fstdout Original change's description: > Enables Mailto Handling with Google UI by default. > > Bug: 808113 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I2b475e6fd474c900ed1984010d15a3e1e31c2af0 > Reviewed-on: https://chromium-review.googlesource.com/922930 > Commit-Queue: Daniel Blakemore <danblakemore@google.com> > Reviewed-by: Peter Lee <pkl@chromium.org> > Cr-Commit-Position: refs/heads/master@{#537373} TBR=pkl@chromium.org,danblakemore@google.com Change-Id: I794a8b314c2927ef90636e52e0f42d17512d97dd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 808113 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/924482Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#537433}
-
Ryan Tseng authored
We have the data we need now Bug: 731434, 813170 Change-Id: I3bd8f4bc5460e214af0041c309cf1ea939290adf Reviewed-on: https://chromium-review.googlesource.com/923428Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#537432}
-
https://skia.googlesource.com/skia.git/+log/48b56688e8f5..1701ecea23b0 $ git log 48b56688e..1701ecea2 --date=short --no-merges --format='%ad %ae %s' 2018-02-16 borenet [recipes] Expand depot_tools DEPS hack for flutter and PDFium builds 2018-02-16 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 0fb1530a0..c9b7366e8 (2 commits) 2018-02-15 csmartdalton Forward internal_private_accessTopLayerRenderTargetContext from SkPaintFilterCanvas 2018-02-16 fmalita Guard ignored SVG attribute logging with SK_VERBOSE_SVG_PARSING 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=caryclark@chromium.org Change-Id: I2ddf847b56362fa48277a3a0ba056cc4fa2597e9 Reviewed-on: https://chromium-review.googlesource.com/924454Reviewed-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@{#537431}
-
Khushal authored
If an image can be used for raster directly, it doesn't need to hit the decode cache or be unlocked. Avoid unnecessary tracking for them in CanvasImageProvider. R=ericrk@chromium.org, junov@chromium.org Bug: 809130 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ib899f79c8a208f3bcb2395595162561e12757987 Reviewed-on: https://chromium-review.googlesource.com/919966Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#537430}
-
Reilly Grant authored
The Generic Sensor implementation on Windows depends on certain COM objects being registered on the system. To assist in debugging issues with these being missing on (it is believed) Windows 10 N editions this change adds one-time logging when CoCreateInstance fails. Bug: 756986 Change-Id: I159b7b379a94caa6980d17b9e02a61209154eade Reviewed-on: https://chromium-review.googlesource.com/923383 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#537429}
-
Nate Fischer authored
This applies a workaround for one of Samsung's OEM mail apps which was negatively affected by PlzNavigate. This is meant as a minimal temporary workaround until we finish investigation on the issue. The app is loading 2 URLs (a file:// URL followed by loadDataWithBaseUrl) in quick succession. This workaround posts the second load by 200ms. In my testing, I've found that 40ms is more than enough, so 200ms should be very safe (but still fast enough to not adversely impact user experience). Bug: 781535 Test: manual - with the actual Samsung mail app Change-Id: I1fdb002c377af083158a5dc4e0e7ce067a176d30 Reviewed-on: https://chromium-review.googlesource.com/924115Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#537428}
-
wutao authored
This cl defocus search box after exiting search mode in Keyboard Shortcut Viewer (KSV). Bug: 768932 Test: Tested on device. Change-Id: I71bdfb3c923ec6ab73ae3125fd0a40e542ecdc0e Reviewed-on: https://chromium-review.googlesource.com/923113Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#537427}
-
Scott Graham authored
Both from this run: https://build.chromium.org/p/chromium.fyi/builders/Fuchsia%20%28dbg%29/builds/16374 Bug: 764015, 811881 Change-Id: If6954f1ded3ad61961dd60c994ef7d1d905351c9 Reviewed-on: https://chromium-review.googlesource.com/923431Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#537426}
-
Matthew Jones authored
This change adds a new nine-patch asset for the location bar that is used exclusively in the compositor. This allows us to have stop drawing the location bar as part of the toolbar texture and draw it with correct colors in the compositor. Since the new texture draws the entire location bar instead of just part of it, the 'anonymize' layer is not needed in the modern design (we can now simply draw over the url). These changes correct all the toolbar/compositor related animations. BUG=803098 Change-Id: I90d67967c4d1a0e37b0d504d154b0f6df7bdd656 Reviewed-on: https://chromium-review.googlesource.com/912177 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#537425}
-
wutao authored
This cl highlights the matched search query in Keyboard Shortcut Viewer (KSV). Bug: 768932 Test: Tested on device. Change-Id: I0b3f647ea0cad871c2697a3204de21de2cbfaf83 Reviewed-on: https://chromium-review.googlesource.com/923202Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#537424}
-
Tim Volodine authored
This patch updates the AwTracingController to reflect the newly updated Android API. Also moves and extends some logic from the glue layer to chromium. Note: some obsolete bits will be removed in a follow-up patch in order to no break compile. This will happen once chromium rolls downstream and the glue layer is properly updated. BUG=781249 Change-Id: I35d3938560e24c172ae598d11ad2dc0540a9e665 Reviewed-on: https://chromium-review.googlesource.com/922205Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#537423}
-
Gustav Sennton authored
Move MessagePort related functionality from WebViewChromium to SharedWebViewChromium so the support library glue layer can avoid depending on WebViewChromium. Bug: 812657 Change-Id: Iacd6c0e2dd0ffd1e8307ffb06a70cb00a2a71202 Reviewed-on: https://chromium-review.googlesource.com/924207 Commit-Queue: Gustav Sennton <gsennton@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#537422}
-
Yunlian Jiang authored
We did not use cache-policy when using gold. This fixes a config time error when using gold instead of lld. The error message is You set the variable "cache_policy" here and it was unused before it went out of scope Change-Id: I3dad8850899e3126549fd22fcc5bb8d60ef0d7df Reviewed-on: https://chromium-review.googlesource.com/923398Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Yunlian Jiang <yunlian@chromium.org> Cr-Commit-Position: refs/heads/master@{#537421}
-
Alex Clarke authored
This is an experimental feature subject to change without notice. Change-Id: Ib82560101ba52b058c13120d323988f69f4debb3 Reviewed-on: https://chromium-review.googlesource.com/923944Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#537420}
-
Trent Apted authored
- Resurrects shell_dialogs_unittests on Mac - Fixes 2 tests that had regressed since the gn transition. - Tweaks the code to be more robust around complex object lifetimes. - Adds test SelectFileDialogMacTest.Lifetime Bug: 788271 Change-Id: Ice43179a1da3b7bbcd44fb9b0efdf6d84e4d2f5b Reviewed-on: https://chromium-review.googlesource.com/920961Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#537419}
-
Allen Bauer authored
Change-Id: I4b00282d287ae823bd3b9da152bd23365975ff64 Reviewed-on: https://chromium-review.googlesource.com/924266Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#537418}
-
Sergey Ulanov authored
After crrev.com/534819 content_shell_fonts are used on Android, but they were not pulled in data_deps for content shell, so they were not included when running tests on swarming bots. Now content_shell depends //third_party//content_shell_fonts, same as it was on Linux. Also added Android font config files to data_deps on Fuchsia. Bug: 778467, 787020 Change-Id: I23b65f381ac31012d88b9f66b457cfb7496223d4 Reviewed-on: https://chromium-review.googlesource.com/919875Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#537417}
-
Sergey Ulanov authored
Also updated test expecations for tests that produce different results with the new font. Bug: 787020 Change-Id: Ib3d057864d9b26ba121b02c9fd5e47fa365e25e0 Reviewed-on: https://chromium-review.googlesource.com/920162 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#537416}
-
wutao authored
This cl adds all shortcuts metadata and strings for Keyboard Shortcut Viewer (KSV). Bug: 768932 Test: KeyboardShortcutViewerMetadataTest and Manually tested on device Change-Id: I0dc85fa4bffb5a9a1f19b86e991faf7b13b75a93 Reviewed-on: https://chromium-review.googlesource.com/922389 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#537415}
-
Vladimir Levin authored
This patch removes GetDocument() call which loads a large object into memory for every PaintInvalidator::InvalidatePaint call on a LayoutObject. Instead, it stores this value on the paint invalidator and updates it whwnever we encounter a new LocalFrameView during the prepaint walk. On small dom / small invalidation this only has a small benefit, but for complicated dom, my local perf tests show large improvements. R=chrishtr@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I51139b8f8a802d608b583656d0be8bd2b7f13022 Reviewed-on: https://chromium-review.googlesource.com/924277Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#537414}
-
Leonard Grey authored
Bug: 806660 Change-Id: I8c9561b6f456db3fdea0bf31a65bf0af9321cb2c Reviewed-on: https://chromium-review.googlesource.com/924341Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#537413}
-
Yash Malik authored
We assumed that ui_initial_state.web_vr_autopresentation_expected and initial_state.in_web_vr are mutually exclusive, which changed in https://chromium-review.googlesource.com/c/chromium/src/+/790890 Bug: None Change-Id: I3141a75292d40a090166d2e656d559fcadb6cd0d Reviewed-on: https://chromium-review.googlesource.com/924367Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#537412}
-
Tarun Bansal authored
This CL does not remove all of the code. Some of it will be removed in the next couple of CLs. TBR: nasko@chromium.org Change-Id: Iacb7a61900a9982729ecce21830d3f03bbc7b471 Reviewed-on: https://chromium-review.googlesource.com/912553Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#537411}
-
https://webrtc.googlesource.com/src.git/+log/ae8a90a1d4db..1c9aa1ea6693 $ git log ae8a90a1d..1c9aa1ea6 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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: I84c21ec0e2436cd55f58c934200843bc7332630c Reviewed-on: https://chromium-review.googlesource.com/923577 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@{#537410}
-
Dave Tu authored
Bug: catapult:#4159, catapult:#4162 Change-Id: I074cada6d35fa3b0908e8a8d9451e228746db47f Reviewed-on: https://chromium-review.googlesource.com/922701 Commit-Queue: David Tu <dtu@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Cr-Commit-Position: refs/heads/master@{#537409}
-