- 30 Nov, 2017 40 commits
-
-
Becca Hughes authored
Add an "autoplay" feature that controls autoplay and delegate activation state through frames. BUG=788390 TBR=skyostil@chromium.org,iclelland@chromium.org Change-Id: I67e40ae00b0ca7acad7bbef4b4cb4525a9e65fb3 Reviewed-on: https://chromium-review.googlesource.com/800851 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#520589}
-
Julian Pastarmov authored
BUG=775960 Change-Id: Ic5ec7c97b18f6d0a5e24a7db6f6b14de43a3adb3 Reviewed-on: https://chromium-review.googlesource.com/799871Reviewed-by:
Georges Khalil <georgesak@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#520588}
-
Miguel Casas authored
This CL adds support for playing back 10 bit VP9 Profile 2 videos using Vaapi (via VaapiVDA and VaapiWrapper). Essentially it adds using VA_RT_FORMAT_YUV420_10BPP and indicating 10b where needed. Vaapi supports VP9.2 10bpc on Kaby Lake processors (e.g. Soraka, Eve). Before that, no changes, VaapiVDA is not used for VP9.2, and we fall back to VpxVideoDecoder as on ToT. Note: the decoding itself happens in 10bits, but blitting still happens onto an 8 bit per channel GpuMemoryBuffer. Further CLs will wire higher bit depth GpuMemoryBuffers. TEST= chrome://gpu; video playback e.g. [1] and verify via chrome://media-internals that GpuVideoDecoder is engaged. Note that the video is played back smoothlier than with VpxVideoDecoder. All this on soraka with a simplechrome. - Also extended video_decode_accelerator_unittest, but has to be landed in separate CLs, see: crrev.com/c/797853 [1] http://crosvideo.appspot.com/?codec=vp9.2&loop=true Bug: 778093 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: Ic9fe15a1a1f4470704228882cccd8a9174edbfd3 Reviewed-on: https://chromium-review.googlesource.com/797443Reviewed-by:
Kuang-che Wu <kcwu@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#520587}
-
Justin Novosad authored
This is a step towards unifying OffscreenCanvasResourceProvider with CanvasResourceProvider, which will eventually allow low latency canvas rendering to use a single buffered GpuMemoryBuffer BUG=788439, 776801 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie9f04e7920e7d74c229c4d45c34c371ab5d06e36 Reviewed-on: https://chromium-review.googlesource.com/800670 Commit-Queue: Justin Novosad <junov@chromium.org> Reviewed-by:
Olivia Lai <xlai@chromium.org> Cr-Commit-Position: refs/heads/master@{#520586}
-
Sami Kalliomäki authored
Previously targets like //:foo wouldn't work because an extra slash would be inserted in front of the GradleSubdir. Bug: 620034 Change-Id: I93abfb36ccb683b7c6308a8cbe14e870ea699e00 Reviewed-on: https://chromium-review.googlesource.com/800617Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Sami Kalliomäki <sakal@chromium.org> Cr-Commit-Position: refs/heads/master@{#520585}
-
Martin Sramek authored
1. Remove the code of the old ("non-MD") Incognito NTP 2. Remove the qualifier "MD" from variable names (no longer necessary, as the "non-MD" version is removed) 3. Remove the qualifier "MD" from file names (as above; and thus overwrite the previous files). Note: #3 was executed as: > mv md_incognito_tab.css incognito_tab.css > mv md_incognito_tabsjs incognito_tab.js > mv md_incognito_tabshtml incognito_tab.html And then inside md_incognito_tabs.html: > s/md_incognito_tab/incognito_tab/ Although git understood this as delete+rename, the diffs in the code compare the old files with the new ones, so it's not as well visible :( Bug: 693525 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8e4096337dff097aaf400f15b2c2b7b8e1c9c475 Reviewed-on: https://chromium-review.googlesource.com/777319 Commit-Queue: Martin Šrámek <msramek@chromium.org> Reviewed-by:Evan Stade <estade@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#520584}
-
Mark Cogan authored
When the BVC is presented, the timing of when the stack view's -viewWillAppear: method call is changed such that it doesn't yet reflect any size changes to the stack view since the last time it ran. (For example, if the device is rotated between seeing the stack view). This means that the card sizes will be computed based on an incorrect size for the stack view. This CL fixes this for non-iPhone X devices by (in MainPresentingVC) calling the new -prepareForDisplayAtSize: TabSwitcher method before -dismissViewController is called, which kicks off the UIKit-managed transition process. -prepareForDisplayAtSize: is a no-op in the iPad TabSwitcher; in the StackViewController it just updates the view bounds to have the passed size if they don't already. This means the right size will be set when -viewWillAppear: is later called. In order for this to work correctly, MainPresentingVC also needs to make sure its child view controllers are properly constrained, so that any size changes to MainPresentingVC's view (which happens in the transition animator) propagate to its child view controller. This CL also includes some assorted cleanup in StackView-related files: - StackViewController's -loadView method is changed to -viewDidLoad. - CardSet's _view ivar is renamed to match the property it backs. - The iOS8 guards around IsPortrait() are removed, since the minimum OS version is now 10.0. Bug: 787832 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I1f998f37aa14a1ce12512d912a49b0b274d3043a Reviewed-on: https://chromium-review.googlesource.com/800870 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#520583}
-
Sami Kalliomäki authored
Adds supports for methods that have generic types in arguments. Return values with generic types are not supported yet. Bug: webrtc:8557 Change-Id: I1af2b23a0adde561a2ce2cc3906124ec06f6c9d5 Reviewed-on: https://chromium-review.googlesource.com/789941 Commit-Queue: Sami Kalliomäki <sakal@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#520582}
-
Robert Sesek authored
Bug: 598854 Change-Id: Ice5b1a0166c841393966b91b3ff464421aa1b619 Reviewed-on: https://chromium-review.googlesource.com/794351Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#520581}
-
Mike Dougherty authored
Failing tests listed in crrev.com/c/778283 were fixed by crrev.com/c/780363 This is a reland of beecf799 Original change's description: > Enable iOS Captive Portal feature by default. > > Bug: 750228 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I0fa138e855d71ac256759d75f3e84d390cd2c896 > Reviewed-on: https://chromium-review.googlesource.com/777468 > Reviewed-by: Eugene But <eugenebut@chromium.org> > Commit-Queue: Mike Dougherty <michaeldo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#517579} Bug: 750228 Change-Id: Idb7aff0f30b9f5cf1f3317355442a34598cc1893 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/798643Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#520580}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/98b56332e9b5..e053e0fd169a $ git log 98b56332e..e053e0fd1 --date=short --no-merges --format='%ad %ae %s' 2017-11-30 npm Reduce memory limit of PDF XFA fuzzers 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: I704d2e7797eda77f1a920f0ffacb27fa0a139689 Reviewed-on: https://chromium-review.googlesource.com/800790 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#520579}
-
Christopher Grant authored
Text elements can now default to multiline, but can be configured as single-line, to truncate rather than grow the texture vertically. Along the way, remove a field width parameter from the Text constructor. This value needs to match the element size, and should be pulled from element size rather than explicitly set to match. BUG= TBR=vollick@chromium.org 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: I8a0e48b1efb3b562e9a8f0037e9718020bcfc01b Reviewed-on: https://chromium-review.googlesource.com/796710 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#520578}
-
Peter Beverloo authored
It's the responsibility of the NotificationDisplayService to distinguish between multiple profiles, so we're effectively including profile data with notifications twice. Let's remove the less important instance. Bug: 748436 Change-Id: Ie88c91fa115573589e2dafd61f5e028ea27cd03d Reviewed-on: https://chromium-review.googlesource.com/796796 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#520577}
-
Avi Drissman authored
This reverts commit d8d9405e. Reason for revert: Builder: Mac10.9 Tests (dbg) https://uberchromegw.corp.google.com/i/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29 started breaking in TwoClientPasswordsSyncTest.SetPassphraseAndThenSetupSync and this is the only sync change. Sheriff notes say that this was reverted the first time for this exact test breakage. Please DO NOT RELAND until you ensure the test won't fail. Original change's description: > Reland "Migrate away from deprecated RunLoop API" > > In this second attempt, we stick to QuitWhenIdle() for passwords, with > no apparent legit reason. TODO added for further investigation. > > This is a reland of 07edac9e > Original change's description: > > Migrate away from deprecated RunLoop API > > > > Instead, we keep around an instance of base::RunLoop and pass it > > explicitly for Quit(), which makes sure the code quits the intended loop > > and not a nested one. > > > > Bug: 783774 > > Change-Id: I3ea5092699bbae127f581e5c955cb27904d98f0a > > Reviewed-on: https://chromium-review.googlesource.com/784790 > > Reviewed-by: Pavel Yatsuk <pavely@chromium.org> > > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#519664} > > TBR=pavely@chromium.org > > Bug: 783774 > Change-Id: Ia93b738ad34e78289d938809f61e6c6d06c4bc80 > Reviewed-on: https://chromium-review.googlesource.com/793910 > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520539} TBR=pavely@chromium.org,mastiz@chromium.org Change-Id: I1f45e1795eaa8d7a8aa22a7af6d87b5cb173ff0a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 783774 Reviewed-on: https://chromium-review.googlesource.com/801170Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#520576}
-
Sammie Quon authored
Originally tries to show bubble when the pref service (user) changes. Added checks in PaletteWelcomeBubble::ShowIfNeeded to check for the two cases where the bubble is not wanted. PaletteTray tries to show the bubble again when the session state changes. Test: ash_unittests PaletteWelcomeBubbleTest.* Bug: 786418, 786590 Change-Id: I0695a83383ce6c9d79f8d8f6dfda2eab0fb37071 Reviewed-on: https://chromium-review.googlesource.com/780841Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#520575}
-
Boris Sazonov authored
Disable SingleProcessMemoryTracingTest.ManyInterleavedDumps on Android+ASAN. TBR=primiano@chromium.org Bug: 788788 Change-Id: Idde4e22139404e59f1acb5df8164ccde1d784821 Reviewed-on: https://chromium-review.googlesource.com/800930Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#520574}
-
Gauthier Ambard authored
This CL changes the priority of the constraints in the Clean Toolbar to ensure the width of the toolbar is respected. Bug: 788663 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic6e750a4f6227ec3571dd41336c696a14d9b3807 Reviewed-on: https://chromium-review.googlesource.com/800638Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#520573}
-
Gauthier Ambard authored
This CL adds ToolsMenuPresentationProvider to the list of protocol the Toolbar protocol is conforming to. It allows the tools menu to have the correct position of the tools menu button in every case. Bug: 789956 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7a19893c12fa3dcfd98ef2d56788d0dd2e4667e7 Reviewed-on: https://chromium-review.googlesource.com/800635 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Elodie Banel <lod@chromium.org> Cr-Commit-Position: refs/heads/master@{#520572}
-
Jose Dapena Paz authored
AtkObject instances that are not valid anymore because the backing object they are representing is not valid (or does not exist) should report their state as defunct. Bug: 789234 Change-Id: I510bb04757299acc6980b9f78e926cef594e6534 Reviewed-on: https://chromium-review.googlesource.com/793737Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#520571}
-
Mikel Astiz authored
This reverts commit d8d9405e. Reason for revert: <INSERT REASONING HERE> Original change's description: > Reland "Migrate away from deprecated RunLoop API" > > In this second attempt, we stick to QuitWhenIdle() for passwords, with > no apparent legit reason. TODO added for further investigation. > > This is a reland of 07edac9e > Original change's description: > > Migrate away from deprecated RunLoop API > > > > Instead, we keep around an instance of base::RunLoop and pass it > > explicitly for Quit(), which makes sure the code quits the intended loop > > and not a nested one. > > > > Bug: 783774 > > Change-Id: I3ea5092699bbae127f581e5c955cb27904d98f0a > > Reviewed-on: https://chromium-review.googlesource.com/784790 > > Reviewed-by: Pavel Yatsuk <pavely@chromium.org> > > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#519664} > > TBR=pavely@chromium.org > > Bug: 783774 > Change-Id: Ia93b738ad34e78289d938809f61e6c6d06c4bc80 > Reviewed-on: https://chromium-review.googlesource.com/793910 > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520539} TBR=pavely@chromium.org,mastiz@chromium.org Change-Id: I82972cfe1b3b7b33dd962a8fabb001bda9791c89 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 783774 Reviewed-on: https://chromium-review.googlesource.com/801111Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#520570}
-
Paul Meyer authored
This patch updates both deprecation and intervention reports to include a new field, |columnNumber|, as shown in the updated explainer: https://github.com/WICG/reporting/blob/master/EXPLAINER.md Bug: 731810 Change-Id: I78667792c19f2b5da8bf7c3e73c562457d63ef73 Reviewed-on: https://chromium-review.googlesource.com/797731Reviewed-by:
Julia Tuttle <juliatuttle@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#520569}
-
Avi Drissman authored
This reverts commit 1304c8a7. Reason for revert: This is now a 100% UaF build break on https://uberchromegw.corp.google.com/i/chromium.memory/waterfall?show=Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20(1) . Original change's description: > Activate widget of anchor view only if it's live > > Bug: 787796 > Test: ash_unittests:TrayNetworkTest.NetworkInfoBubble > Change-Id: I54918830a0cc246af8ce34510f3a0e10193450d0 > Reviewed-on: https://chromium-review.googlesource.com/788710 > Commit-Queue: Yuki Awano <yawano@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520506} TBR=jamescook@chromium.org,stevenjb@chromium.org,yawano@chromium.org Change-Id: Iaea96770b5cd9107d690ef08f568633c7fcc9017 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 787796 Reviewed-on: https://chromium-review.googlesource.com/801110Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#520568}
-
Jan Krcal authored
This CL changes the buffer size for leveldb database for remote suggestions. This smaller buffer size is used only for devices with memory pressure. The change saves up to 500 KB of memory. Similarly as the previous buffer size of 512 KB, the new buffer size of 128 KB was chosen arbitrarily (the largest size that still shows considerable memory savings when tracing the process). The CL also makes small changes to avoid empty calls to the database. Bug: 716170 Change-Id: Iccb398d50b95d8d1441ceb4bb731cb1d26b0fe20 Reviewed-on: https://chromium-review.googlesource.com/800271 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#520567}
-
Tobias Sargeant authored
Bug: 789977 Change-Id: Ic262f45d2617d426b52666e67edaa783a1a603ab Reviewed-on: https://chromium-review.googlesource.com/800850Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#520566}
-
Amirhossein Simjour authored
In case that translated string is too long, this fix will make sure that the text and icon won't overlap. Moreover, text won't be too close to the edge. Bug: 783341, 787587 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: Ie1f7c6bbf936923e20eb9184d02ab6158b8294fa Reviewed-on: https://chromium-review.googlesource.com/788335 Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#520565}
-
agrieve authored
This reverts commit 125a47b2. Reason for revert: Breaking non-rooted devices (see bugs) Original change's description: > Move initCommandLine() to attachBaseContext > > This allows ContentProviders to not have to initialize the command line. > > Change-Id: If8d5049a53f450b8111af5dc15f20a0ec1691e03 > Reviewed-on: https://chromium-review.googlesource.com/761317 > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Commit-Queue: agrieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#515626} TBR=yfriedman@chromium.org,agrieve@chromium.org Bug: 789275, 789245 Change-Id: If45a34f03aa2577b61f28b663dfe40a43f37dc80 Reviewed-on: https://chromium-review.googlesource.com/800810Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#520564}
-
Joel Einbinder authored
Change-Id: I001e81781c2c583d2b6d5feecd66e28256c33c87 Reviewed-on: https://chromium-review.googlesource.com/798355 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#520563}
-
Henrik Grunell authored
Log failures in Open() and Start(). Bug: 757737 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: Idaad68af9aabc753cb4fca17b2dfff3cdf69d83b Reviewed-on: https://chromium-review.googlesource.com/795727 Commit-Queue: Henrik Grunell <grunell@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#520562}
-
John Abd-El-Malek authored
Just store the net::SSLInfo, since we can derive content::SSLStatus from it. Bug: Change-Id: I2f989a6d69405463f40954c7c29bf509870d5d43 Reviewed-on: https://chromium-review.googlesource.com/794971Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#520561}
-
Ross McIlroy authored
Fixes an issue on the wikipedia edit page where the warmup run would cause an alert error which would cause the story to time-out. BUG=chromium:786988 Change-Id: I9ab9c41b21bb6f44229b895b6e18074eec1afcab Reviewed-on: https://chromium-review.googlesource.com/800690Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#520560}
-
David Roger authored
This endpoint is not ready yet, but this CL adds a feature flag that will be toggled once it is ready. Bug: 789578 Change-Id: I94670b980f8d34f3a394d404858f31cf4a95b4ac Reviewed-on: https://chromium-review.googlesource.com/800631 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#520559}
-
Justin Cohen authored
Bug: 732361 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If339db655f69d107f5b5978631e42a170b6c36ea Reviewed-on: https://chromium-review.googlesource.com/800731Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#520558}
-
Justin Novosad authored
This CL re-purposes the commit flow from OffscreenCanvas for push <canvas> frames in low latency mode. It also turns on low latency input events when ther are event listeners registered on the canvas. TBR=zmo@chromium.org Bug: 788439 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;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: I8be2755ba953fd2c77e2420356ad582d96b95e7a Reviewed-on: https://chromium-review.googlesource.com/793950Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Olivia Lai <xlai@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#520557}
-
Sean O'Brien authored
In |GestureEventQueue|, filter GestureScrollUpdate events if a scroll fling is ongoing. Scroll events from the touchpad sometimes arrive in the |GestureEventQueue| out of order, and a GestureScrollUpdate may arrive after a GestureFlingStart. These should be filtered so we don't have a GestureScrollUpdate without a subsequent GestureFlingStart. BUG=717205 Change-Id: I14bf134736269b323d441c5f670601f0d50ed03f Reviewed-on: https://chromium-review.googlesource.com/727464Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sean O'Brien <seobrien@chromium.org> Cr-Commit-Position: refs/heads/master@{#520556}
-
Nicolas Pena authored
Bug: 736509 Change-Id: I6987036e5ef2ae3ed3aa7664dfdd3d3e3b9c35f3 Reviewed-on: https://chromium-review.googlesource.com/797392Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#520555}
-
Mihai Sardarescu authored
This changes the way sync is enabled when the DICE sign-in flow is used. 1. The refresh tokens are always fetched and then saved to the token service as soon as the auth code is received from Gaia. 2. Once Chrome receives the enable sync signal, Chrome starts sync for the account as informed by Gaia. This has a side effect when signing in to Chrome with an enterprise account. In this case if the user chooses to create a new profile, then the refresh token is not moved to the new profile and the user needs to sign in to Chrome in the new profile. Bug: 789578 Change-Id: Ic5174b80a3d891e7d84236279a36001ce5afe53c Reviewed-on: https://chromium-review.googlesource.com/796990Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#520554}
-
Rune Lillesveen authored
Bug: 713019 Change-Id: Iab9c0148ef0a22403b770ae5a8c2ea0591ba5958 Reviewed-on: https://chromium-review.googlesource.com/800510Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#520553}
-
Hitoshi Yoshida authored
We had ConstructorPlainType in V8ContextSnapshots.cpp independent from V8PerContextData::ConstructorForTypeSlowCase only not to use cached one. So they are almost copy of each other. This CL makes the common part as an independent function, and make old two functions to use the new one for their main tasks. Bug: 788644 Change-Id: I782a48668b2d9716c0919413bfcb515424a06d98 Reviewed-on: https://chromium-review.googlesource.com/795282 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#520552}
-
Robert Ma authored
* Some WPT ports were not forwarded to Android, breaking all WPT. * 9232 seems to be no longer in use. Also remove a few manual fullscreen tests from SmokeTests, which were not intended to run on Android (and are failing). Two tests are rebaselined in this CL. In fact, a lot more tests should be rebaselined and their failure expectations should be removed, which will be done in a follow-up CL. Bug: 786550 Change-Id: I95019071e783ab1fc720def47c448be73e76cdfa Reviewed-on: https://chromium-review.googlesource.com/777932Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#520551}
-
Miriam Gershenson authored
CreateZeroRttPost is exactly the same as CreateZeroRtt. Looks like the original difference between them is now tested elsewhere. Change-Id: Idebcc0b13c2da0330a40f8de8fe7e9463b04dd31 Reviewed-on: https://chromium-review.googlesource.com/797732Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Miriam Gershenson <mgersh@chromium.org> Cr-Commit-Position: refs/heads/master@{#520550}
-