- 14 Mar, 2018 40 commits
-
-
https://webrtc.googlesource.com/src.git/+log/08c5cb075293..31791e7e2c2c $ git log 08c5cb075..31791e7e2 --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: I5c11b10a49a491c08c906118f16252e58f027bc0 Reviewed-on: https://chromium-review.googlesource.com/962864 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@{#543124}
-
Thomas Guilbert authored
Certain platform implementation of HttpUrlConnection sometimes throw a URISyntaxError, despite HttpUrlConnection not defining it as a throwable exception, as part of its interface. This CL fixes the issue. Bug: 820130 Change-Id: I86602cf4a93fa8fccf19fbb4470e2cde48ba14b5 Reviewed-on: https://chromium-review.googlesource.com/957585Reviewed-by:
Anthony Berent <aberent@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#543123}
-
Benoit Lize authored
This CL adds the CustomTabs "client" APIs for parallel request: - Enable and query parallel request state - Get the URL and requested origin from the Intent Bug: 816837 Change-Id: I6c5cc86453a941f08f118be6229bf3a2c497d344 Reviewed-on: https://chromium-review.googlesource.com/962761Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#543122}
-
James Hawkins authored
Since this feature is CrOS-only. Bug: none Test: none Change-Id: I85efa428462e6073c7da284b5282e287158c29e5 Reviewed-on: https://chromium-review.googlesource.com/961664Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#543121}
-
Joy Ming authored
After trying multiple methods in which to select the download location (including a full-fledged folder selector, surfacing only the cannonical directories like Music or Pictures), we decided on giving the user only the option to select between internal and external directories (ie. Downloads from internal storage vs. SD card). This CL implements the user interface for this. Some of the structural changes include: - Implementing Spinners for preferences and the dialog, using styles that are generic but match with the different context. - Consolidating DownloadDirectoryList functionality into DownloadDirectoryAdapter. - Modifying DownloadDirectoryAdapter to be an ArrayAdapter and using it as the adapter for the Spinners, keeping things uniform. Screenshots are as follows: Downloads preferences: https://drive.google.com/open?id=1CNJG8e4M9Q3Seps5QyA6Sx45bOUewO0y https://drive.google.com/open?id=1UnCCIGwdYeh5iOV1Cb2S4X9hjS-YV5s8 Download location dialog: https://drive.google.com/open?id=1szZlaMiqGyWD6RoVU1B8fSoDqOjLl-KH https://drive.google.com/open?id=1pKAATJMwaWoetHxGoiW4CqdqLiXj3kPx Bug: 792775 Change-Id: Ie4aabed98f900d260298d98fe9dc172438bbb719 Reviewed-on: https://chromium-review.googlesource.com/959384Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Joy Ming <jming@chromium.org> Cr-Commit-Position: refs/heads/master@{#543120}
-
Florent Castelli authored
This function is shared with the upcoming RTCRtpSender.setParameters(). Bug: 803494 Change-Id: I4ec8412c63ee4abd98ffc458df73bc9b45e72e87 Reviewed-on: https://chromium-review.googlesource.com/962604 Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#543119}
-
Caleb Rouleau authored
This reverts commit 1f31a184. Reason for revert: "WebMediaPlayerMSTest.StopsCreatingHardwareFramesWhenHiddenOrClosed" is flaky. https://bugs.chromium.org/p/chromium/issues/detail?id=821839 Original change's description: > Stop using GpuMemoryBufferVideoFramePool when WebMediaPlayerMS is hidden > > This CL adds calls to track when WebMediaPlayerMS is hidden or shown, so > that in the time period we can skip creating GMB backed frames. For that > time period, frames aren't going to be displayed, so copying them to GMBs > is extra work which should be avoided. > > Bug: 653200 > Change-Id: I67e55c7f1150b434d82321ac90a08c7c3e3e6336 > Reviewed-on: https://chromium-review.googlesource.com/954339 > Reviewed-by: Daniele Castagna <dcastagna@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Commit-Queue: Emircan Uysaler <emircan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542950} TBR=sandersd@chromium.org,dcastagna@chromium.org,emircan@chromium.org Change-Id: Ib88d6f0419271bf7d5e65b1b017eef1e12aeecbb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 653200 Reviewed-on: https://chromium-review.googlesource.com/962824Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#543118}
-
Vaclav Brozek authored
During exporting passwords, a progressbar is shown. The UI requirements (go/lcfve) are: once shown, the progress bar needs to stay up for at least one second to avoid flickering. This CL implements the artificial delay. Bug: 817370 Change-Id: I60729b86b1a684d6031dda2863842b0e056bce7a Reviewed-on: https://chromium-review.googlesource.com/951586 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#543117}
-
Brian Salomon authored
Change-Id: I2273d2a446545496c9edc624c172914b1bc5f901 Reviewed-on: https://chromium-review.googlesource.com/962359Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#543116}
-
edchin authored
The configuration of the toolbars and buttons has gotten unwieldy so this CL attempts to simplify the code. This CL also adds assets for the new tab button. Bug: 818198 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I705ac71ac0c09bc2fea613247a2c043e5cd7ac39 Reviewed-on: https://chromium-review.googlesource.com/961662 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543115}
-
Matthew Cary authored
This is necessary for the background tab to use the spare web contents. Bug: 821397 Change-Id: I9f140134179d258e012ca749d28c109fee671320 Reviewed-on: https://chromium-review.googlesource.com/960903 Commit-Queue: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#543114}
-
Toni Barzic authored
If hammerd detects that the attached detachable base needs a frimware update (which is applied on device boot), show the user a system notification asking them to reboot the device in order to apply the update. The notification is closed if the update succeeds, or if the detachable base gets detached (i.e. the Chrome OS device switches to tablet mode). Note that, unlike detachable base switch notification, this notification should be shown on login and lock screen (because login and lock UI do not display error bubbles in this case), and is thus set as a system priority notification. BUG=765416 Change-Id: Ie8d5d30985aab4d0d85e3b35ebb147d212f92658 Reviewed-on: https://chromium-review.googlesource.com/957468 Commit-Queue: Toni Barzic <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#543113}
-
Tao Bai authored
This reverts commit 9b3bc29b. Reason for revert: I interpreted the crash log wrongly, this isn't right fix. Original change's description: > Fix crash caused by nullptr returned by GetAutofillDriver > > don't know why it only happens for select control. > > Bug: 820773 > Change-Id: Id036a10c8fa33792fa50023444ba68dadadbf90f > Reviewed-on: https://chromium-review.googlesource.com/959447 > Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> > Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542784} TBR=michaelbai@chromium.org,rogerm@chromium.org,sebsg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 820773 Change-Id: If8cdcff97af91fbc81c7409b835c8d87fbe4a16f Reviewed-on: https://chromium-review.googlesource.com/962822Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#543112}
-
Sandra Sun authored
According to spec, https://www.w3.org/TR/css-scroll-snap-1/#snap-scope we should only consider the snap points of visible snap areas. This patch implements the visibility requirement by adding a field of visible region for each snap point. It also handles the case of visibility conflict when snapping to two axes individually. Bug: 778257 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I7a3d2aa6b9c1293df3f05118152f105fa3265d29 Reviewed-on: https://chromium-review.googlesource.com/814874 Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543111}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2239a88c..e0f5ac5d 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: Ie79a8ec57a1f530187d6f119b9010ff589662b46 Reviewed-on: https://chromium-review.googlesource.com/962706Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543110}
-
Siddhartha authored
The site_storage dumps do not have child categories and the graph processor is unable to group them by type of storage. So, group the dumps under correct child dumps to get metrics. Also enable missing MDP in background mode: FontCaches, BlobStorage. BUG=730783 Change-Id: I07d0cf8a98c53c4eaaceda3c05610bd765df6222 Reviewed-on: https://chromium-review.googlesource.com/961530 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#543109}
-
Doug Turner authored
It seems BrowserContextKeyedServiceFactory returns a null context if in incognito mode. This CL adds an overload to return a context when the policy blacklist is being requested from an incognito context. Bug: 821653 Change-Id: Iac2fab5c52bfb79fcee08d8e3ba9b05f4bef6c8b Reviewed-on: https://chromium-review.googlesource.com/961383 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#543108}
-
Harald Alvestrand authored
Rebases the WPT tests that are affected. Bug: chromium:589455 Change-Id: Ic7546a30e7640079e4bbcf3502b510221183562c Reviewed-on: https://chromium-review.googlesource.com/962123 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#543107}
-
Scott Violet authored
In mus-mode chrome/ash installs the EventRewriterChromeOS, so the Window Service shouldn't install it too. The Window Service installed it in such a way that sticky keys wasn't present, which meant the EventRewriterChromeOS in the WindowService would change the event so that when the EventRewriterChromeOS in chrome saw the event it didn't match. BUG=821592 TEST=covered by tests Change-Id: Ib5472243bdd0365cd0fc75b31f31faf2aca4e03a Reviewed-on: https://chromium-review.googlesource.com/962714Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#543106}
-
Yutaka Hirano authored
Despite its name, the test checks the mixed content check for sendBeacon. This CL moves it to wpt/mixed-content. Bug: 821294 Change-Id: Ifd264dae0fec5c4d821d61d37d61f4ebbc763516 Reviewed-on: https://chromium-review.googlesource.com/959982Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#543105}
-
Robert Liao authored
This type collides with chrome/browser/ui/view_ids.h. BUG=817419 Change-Id: I8550e19bf12b45ea4491c9daf192d9f75a9c30ff Reviewed-on: https://chromium-review.googlesource.com/961537Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#543104}
-
Miguel Casas authored
This CL adds an OWNERS file to //ui/display/util: git shortlog ui/display/util --numbered --summary 5 Miguel Casas-Sanchez 5 robert.bradford 2 Daniel Bratell 2 afakhry 2 thomasanderson [...] I was going to add dnicoara@ to it but he seems more a //ui/display OWNER: git shortlog ui/display/ --numbered --summary 51 kylechar 31 dnicoara 27 dnicoara@chromium.org 21 robliao 16 Christopher Cameron 16 oshima So I added him there. Also Component. Bug: 821393 Change-Id: I695ac3948355783f19d0f31096f5ca8e37aa9eab Reviewed-on: https://chromium-review.googlesource.com/960577Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#543103}
-
Aaron Leventhal authored
Make sure OnVisibilityChanged() is called for all codepaths that affect visibility. Bug: 821820 Change-Id: I3a98be29a619533c09d5963f33723f62e3304b74 Reviewed-on: https://chromium-review.googlesource.com/962681Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543102}
-
Theresa authored
Also adds a dummy FeedNewTabPage as the first example usage. BUG=803317 Change-Id: I6f4cccf6e903054b67b2550d6483d157bb3c43e0 Reviewed-on: https://chromium-review.googlesource.com/960963 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#543101}
-
Robert Ma authored
Now that the web font timing issue for WPT in Blink has been fixed (https://crbug.com/507054), these tests should no longer be flaky. Update FlagExpectations/disable-blink-features=RootLayerScrolling to match TestExpectations: 1. The three lines associated with crbug.com/553838 are removed in https://crrev.com/c/954044 2. The other lines associated with crbug.com/582836 are removed in https://crrev.com/c/962704 Bug: 582836, 507054 Change-Id: I8073e7ca86046a437b67e92a7e552e1666cd5983 Reviewed-on: https://chromium-review.googlesource.com/962705 Commit-Queue: Robert Ma <robertma@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#543100}
-
https://webrtc.googlesource.com/src.git/+log/31a12c557dcd..08c5cb075293 $ git log 31a12c557..08c5cb075 --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: Ibffd3de60d7f9bb49bad6d293ad93756af334254 Reviewed-on: https://chromium-review.googlesource.com/962701Reviewed-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@{#543099}
-
Elad Alon authored
Add JS hooks for initiating WebRTC event logging, which would later be sent to a remote server. These hooks are only accessible by those who already have access to the private APIs from the Hangouts extensions. Bug: 775415 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I99ddd639bab2d64d466b4af37aad64faf2375f54 Reviewed-on: https://chromium-review.googlesource.com/931081 Commit-Queue: Elad Alon <eladalon@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#543098}
-
https://chromium.googlesource.com/angle/angle.git/+log/2bfe9f6b9366..d92d9dd18033 $ git log 2bfe9f6b9..d92d9dd18 --date=short --no-merges --format='%ad %ae %s' 2018-03-14 lucferron Sort the Format_table_autogen.cpp switch case by gl format Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I8d93280ab3c657d8aa06d2a2a809af4fe95f0633 Reviewed-on: https://chromium-review.googlesource.com/962350 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@{#543097}
-
Alex Clarke authored
Change-Id: Ic12f4c137c36b0fbc1c285b9ae1660ad606df844 Reviewed-on: https://chromium-review.googlesource.com/962261Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#543096}
-
Tatiana Gornak authored
This CL moves files related to the editing UI on the settings page in less payments related dirs. This CL is split of https://chromium-review.googlesource.com/c/chromium/src/+/842649 BUG=799905 TBR=rouslan@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ida1972ca3c698a29bd84fc3be1bf8248b80ddd3e Reviewed-on: https://chromium-review.googlesource.com/939961 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#543095}
-
stkhapugin@chromium.org authored
Adds support for up/down arrows in the iOS omnibox. Allows highlighting suggestions from the list and choosing them with Enter. Bug: 267089 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Iedf4ad116b9033fcc2cfbab7bc69a9868db0fc1d Reviewed-on: https://chromium-review.googlesource.com/951487Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#543094}
-
Tibor Goldschwendt authored
Bug: 817169 Change-Id: I7ccf4c43d139f79d0a2be9a6f7a0ab964b222649 Reviewed-on: https://chromium-review.googlesource.com/960580Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#543093}
-
Jeremy Roman authored
This reverts commit ade1dc7a. Reason for revert: Further discussion on the bug (https://bugs.chromium.org/p/chromium/issues/detail?id=816447#c8); moving towards Chrome's previous behavior. Original change's description: > Throw a DataCloneError if a neutered ArrayBuffer occurs in the transfer list. > > Currently the exception is not thrown until after serialization. > This makes us consistent with Gecko and WebKit, which throw before serialization. > > This fixes the second test case in https://github.com/w3c/web-platform-tests/pull/9672 > (not yet pushed to upstream WPT). > > Bug: 816447 > Change-Id: I30b798b5d21dc8d6f2a40d049ced6aa7f60dd090 > Reviewed-on: https://chromium-review.googlesource.com/956254 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Commit-Queue: Jeremy Roman <jbroman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542484} TBR=jbroman@chromium.org,mek@chromium.org,haraken@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 816447 Change-Id: I79950f8ba97e5481a872cc4897d62506fb2381b0 Reviewed-on: https://chromium-review.googlesource.com/960926Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543092}
-
Patrick Monette authored
We explicitly allow all modules seemingly signed by the signer of the process's main exe to load into the process. Bug: 819793 Change-Id: I3636b8251cb82cd1d4a5f69f3899ea4516b1b00a Reviewed-on: https://chromium-review.googlesource.com/952074 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#543091}
-
Eugene But authored
This test verifies UIDocumentInteractionController presentation. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5f97d54edc3d6d18597b6278993957fe866c636e Reviewed-on: https://chromium-review.googlesource.com/960965Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#543090}
-
Jonathan Backer authored
Refactored QueryManager into QueryManager and GLES2QueryManager, where GLES2QueryManager is a subclass QueryManager that accesses a GLES2Decoder. Added unittests to test query on the service side. This is a copy of existing tests for GLES2. Moved all manual service side tests into raster_decoder_unittest.cc Bug: 789238 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: I8207b8f738e8d8cac921c333fb99d5bf9e574772 Reviewed-on: https://chromium-review.googlesource.com/956085 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#543089}
-
James Cook authored
Specify the coordinate system in variable names for points. Bug: 821471 Change-Id: I5368b85e6c1c36f5295eee10b96074e5d3b30403 Reviewed-on: https://chromium-review.googlesource.com/961663Reviewed-by:
Ria Jiang <riajiang@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#543088}
-
Aaron Leventhal authored
This is split out from the CL to test all widgets and views for nameless focusable objects. See crrev.com/c/951933. Bug: 819350 Change-Id: Ic6426632f641ac2bfa83616684c7c61d01228e8c Reviewed-on: https://chromium-review.googlesource.com/961246Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543087}
-
Lei Zhang authored
Fix some nits too. Change-Id: Ida343bd53083015d9a4027e2fd85f559e65cde90 Reviewed-on: https://chromium-review.googlesource.com/959692Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#543086}
-
Patrick Monette authored
This is to avoid doing IO access on the UI thread. Bug: 819791 Change-Id: I0f92f316ebc29d0c4270af46b3a6ccc854adfded Reviewed-on: https://chromium-review.googlesource.com/955670 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#543085}
-