- 05 Mar, 2018 40 commits
-
-
Reilly Grant authored
As requested by Yubico this change adds the rest of their Yubikey devices to the WebUSB blocklist. Bug: 818807 Change-Id: I4755ca0a2558e7efb2449e6b439c2abcc2440611 Reviewed-on: https://chromium-review.googlesource.com/949389Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#540992}
-
Xianzhu Wang authored
Truncation caused inadequate logical width when padding is like 1.7px. Bug: 817342 Change-Id: Ibdb76cc528cc7e04801fe65409bb8f60e5ac69a5 Reviewed-on: https://chromium-review.googlesource.com/943827 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#540991}
-
https://pdfium.googlesource.com/pdfium.git/+log/31e08d1d6db1..f3be555096b0 $ git log 31e08d1d6..f3be55509 --date=short --no-merges --format='%ad %ae %s' 2018-03-05 dsinclair [formcalc] Simplify function signature parsing 2018-03-05 dsinclair [formcalc] Cleanup m_error handling 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: I02471dc99f214abbe77990da67aa13b77f2b080b Reviewed-on: https://chromium-review.googlesource.com/949780Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#540990}
-
Joy Ming authored
Since unswipeable notification issues are ephemeral and hard to to reproduce, adding logs with the 'DownloadFg' tag that will be visible in logcat if a bugreport is taken. Bug: 752675, b/73846764 Change-Id: I8272b690906ae16165a232c1679fce124e70410d Reviewed-on: https://chromium-review.googlesource.com/943929 Commit-Queue: Joy Ming <jming@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#540989}
-
Tommy C. Li authored
This makes Home go to the beginning of the full unelided URL. It also makes Shift+Home select the elided part (scheme and subdomain) portion of the URL only. Bug: 797354 Change-Id: I47d9a7ad25e8dcb10f2e53f638cded6649ffa564 Reviewed-on: https://chromium-review.googlesource.com/944508 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#540988}
-
Kevin Bailey authored
If we close a tab, the tab index order can change, so, in Navigate(), use the index before closing the other tab. Bug: 780835 Change-Id: Ie88ab8e50528ec41e1048b3b5d12137f235202e3 Reviewed-on: https://chromium-review.googlesource.com/948822 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#540987}
-
Jose Dapena Paz authored
GCC 7.2/7.3 complains for redefining String as a method, in IDB code, because the string accessor is named String(). So rename the accessor to be GetString. It seems basic.scope.hiding should imply the original code is valid, so reported as a bug to GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84709 Change-Id: Ide66104bd0953f5bb03a1bc62d7f238833ea62e7 Reviewed-on: https://chromium-review.googlesource.com/944406 Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#540986}
-
John Rummell authored
Update the CDM interface to provide information on the encryption scheme and pattern necessary to decode the encrypted media. Currently only 'cenc' decryption is supported. Detection (and support) of other schemes will be done later. Note that only CDMs that implement the ContentDecryptionModule_10 interface will be able to use this information. CDMs that implement a previous version of the interface will not get this information, so only 'cenc' encrypted (or unencrypted) data will be passed to those CDMs. BUG=658026 TEST=existing EME browser_tests pass Change-Id: I14d7d1a44f0d7ff721dab7d6046a29a65055b3a4 Reviewed-on: https://chromium-review.googlesource.com/933730 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#540985}
-
Chris Nardi authored
Change-Id: I071484497d2126171928191c66985e2e055e3f8b Reviewed-on: https://chromium-review.googlesource.com/945147Reviewed-by:
Manuel Rego Casasnovas <rego@igalia.com> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#540984}
-
Lukasz Anforowicz authored
Bug: 477150 Change-Id: Ia72179e9ea9e953d8d12963c1b1cddc481679f08 Reviewed-on: https://chromium-review.googlesource.com/944423 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#540983}
-
Chris Palmer authored
It would return true even if you were actually at the end of the input. Bug: 818844 Change-Id: I0ba5be52b568e39a087efc1e8114138ac4c18799 Reviewed-on: https://chromium-review.googlesource.com/949963Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#540982}
-
Jinsuk Kim authored
This CL is moving the 2 other gesture events (scroll/doubletap) flow to EventForwarder, and removes the related logic from ContentViewCore. Bug: 598880 Change-Id: Ie52de9f5074e7921184d394154c82e20284e057d Reviewed-on: https://chromium-review.googlesource.com/935601Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#540981}
-
John Abd-El-Malek authored
I saw a flake on trybots. TBR=rockot@chromium.org NOTRY=true Bug: 769401 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I42b7af3f1c4c0bfcaac80f12712f43aab2758f80 Reviewed-on: https://chromium-review.googlesource.com/950123 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#540980}
-
https://skia.googlesource.com/skia.git/+log/1a8d762a18d6..9d28974d16d1 $ git log 1a8d762a1..9d28974d1 --date=short --no-merges --format='%ad %ae %s' 2018-03-05 bsalomon Reenable write pixels tests 2018-03-05 bungeman Remove BitmaskEnum from SkTypeface. 2018-03-05 fmalita [skottie] Inverted matte support 2018-03-05 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 52ea039af..76a0bf463 (2 commits) 2018-03-05 egdaniel Don't use GENERAL layout during mipmap generation in Vulkan 2018-02-28 herb SkGlyphCache - update core routines. 2018-03-03 bsalomon Remove GrSurfaceOrigin from GrSurfaceDesc. 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=fmalita@chromium.org Change-Id: Iea5a08135ac8d1b56591bffbbf5165a38ecd0e70 Reviewed-on: https://chromium-review.googlesource.com/949766Reviewed-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@{#540979}
-
Karan Bhatia authored
Currently ExtensionWebContentsObserver(EWCO) does not get RenderFrameCreated notification for the Devtools main frame. This happens because the frame is created before the EWCO construction. Also, at the time of ExtensionWebContentsObserver construction, this frame happens to be the speculative RenderFrameHost of the root FrameTreeNode and hence is not enumerated via WebContents::ForEachFrame. To fix this, also track the new hosts seen through the WebContentsObserver::RenderFrameHostChanged method. Add a browser test for the same. Also, rename ExtensionAPIFrameIdMap::OnRenderFrameCreated to InitializeRenderFrameHost to clarify the new usage. BUG=817075 Change-Id: I81213f0441162a483fda9191991763a3fee65905 Reviewed-on: https://chromium-review.googlesource.com/942684 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#540978}
-
Marcin authored
Notification.PRIORITY_* was deprecated in O since priority became determined by notification channel importance instead. This change makes it explicit that setting priority on a notification will only have an effect pre-O, and uses NotificationCompat.PRIORITY_* constants wherever possible. This is another try of resolving it after rollback for https://chromium-review.googlesource.com/c/chromium/src/+/793831 TBR=mlamouri, dimich Change-Id: I079e6a4e24ba989500aa9e0815889b136082200b Reviewed-on: https://chromium-review.googlesource.com/888748 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Anita Woodruff <awdf@chromium.org> Reviewed-by:
Nicolas Dossou-Gbété <dgn@chromium.org> Cr-Commit-Position: refs/heads/master@{#540977}
-
flim authored
https://github.com/xiph/opus/pull/73 Bug: webrtc:8088 Change-Id: Ie3838e5c8600259af46bdf09680e58dcf55f78a2 Reviewed-on: https://chromium-review.googlesource.com/942317Reviewed-by:
Henrik Andreasson <henrika@chromium.org> Commit-Queue: Felicia Lim <flim@chromium.org> Cr-Commit-Position: refs/heads/master@{#540976}
-
Jay Civelli authored
Adds a new API to the unzipper service that lets clients select which files should be extracted. Also adding unit-tests for the unzipper client code. Bug: 799220 Tbr: sky@chromium.org, blundell@chromium.org Change-Id: I0408baccf8a2b0e5b904e76e25d840ead469660b Reviewed-on: https://chromium-review.googlesource.com/943828 Commit-Queue: Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#540975}
-
Shimi Zhang authored
Split ClassRegister out from http://crrev/c/923021. Introduces ClassRegsiter to upstream, but don't make any use of it until the corresponding downstream part is added. Bug: 805531 Change-Id: I42db76afd1a78e70208876f8a8a9120b34cf2d44 Reviewed-on: https://chromium-review.googlesource.com/949611Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#540974}
-
Joel Einbinder authored
The PopoverHelper holds a reference to an external element. The helper needs to be disposed if the element outlives should outlive the helper. Change-Id: I58fb02a929a601cadf3472db886517c553a87575 Reviewed-on: https://chromium-review.googlesource.com/949668Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#540973}
-
Qiang Xu authored
changes: Using IsActiveUserSessionStarted instead of IsUserSessionBlocked as IsUserSessionBlocked could contain not ACTIVE state during logging in, which could cause BuildWindowList crash. Bug: 805046 Test: tested on device Change-Id: I13fac4df6a0dd7e531dc30fbc91d6dd80152ee30 Reviewed-on: https://chromium-review.googlesource.com/949666Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#540972}
-
Christopher Cameron authored
If a LayerTreeHost's LocalSurfaceId has been committed to a LayerTreImpl, then never allow that LocalSurfaceId to be used with incompatible size or scale factor. This CHECK should eventually be enabled on all platforms, but for now only passes tests on non-Aura. Ideally, this CHECK should not depend on has_pushed_local_surface_id, but scale factor adjusting layout tests use transiently-invalid settings. Bug: 814690 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ia610cbbb0859260e620cc79639daed9b39ba7a1b Reviewed-on: https://chromium-review.googlesource.com/947713Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#540971}
-
Saman Sami authored
The call into ClearCompositorSurface... is not necessary because the destructor of RWHVGuest will implicitly evict the surface by invalidating its frame sink id. Remove that method and its unit test and also unify RenderWidgetHostViewGuest::SubmitCompositorFrame and RenderWidgetHostViewChildFrame::SubmitCompositorFrame because there doesn't seem to be any differences between them that actually matters. Change-Id: I2cae5d3d8f5099cd224b849c3bffe71645596328 Reviewed-on: https://chromium-review.googlesource.com/949563Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#540970}
-
Hwanseung Lee authored
According to the spec[1], Element.computedStyleMap() should return the same object each time. [1]https://drafts.css-houdini.org/css-typed-om-1/#dom-element-computedstylemap Bug: 816761 Change-Id: Ice74cca345ba5b4f7136f44695a4b3f6ab605f9a Reviewed-on: https://chromium-review.googlesource.com/939123Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Cr-Commit-Position: refs/heads/master@{#540969}
-
Jao-ke Chin-Lee authored
Bug: 731556 Change-Id: I40ca8fa97262e77e715b074457ca33075a5896fe Reviewed-on: https://chromium-review.googlesource.com/949458Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#540968}
-
Raymes Khoury authored
The RenderFrameHost is needed when checking media permissions to ensure that permission has been allowed by Feature Policy. This plumbs the RFH through the many layers of code necessary so it can be used to check this. Bug: 802945 Change-Id: Ice6d3b143113f1bc41b9af445bfd4c2887d112ff Reviewed-on: https://chromium-review.googlesource.com/938862Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#540967}
-
Scott Violet authored
This reverts commit b3e42b74. Reason for revert: I just had a failure in the nacl side of things that I believe is related to this. I'm going to revert. Original change's description: > Rename buildflag_headers for consistency > > This updates content. > > Targets go from foo_features to foo_buildflags > And similarly the header now has buildflags in the name. > > BUG=814485 > TEST=covered by build > > Change-Id: I42c4e6d6fd102d923575a0a3eccf77ec3b0e3276 > Reviewed-on: https://chromium-review.googlesource.com/949091 > Commit-Queue: Scott Violet <sky@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540919} TBR=sky@chromium.org,dcheng@chromium.org Change-Id: I9f6a9ef5b6299bf9656b24db5eed63bbfa474f49 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 814485 Reviewed-on: https://chromium-review.googlesource.com/949983Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#540966}
-
Min Qin authored
This reverts commit c128a63a. Reason for revert: <INSERT REASONING HERE> Original change's description: > Reland "Move downloadResponseHandler to components/download" > > This is a reland of 824bbddf > > Original change's description: > > Move downloadResponseHandler to components/download > > > > No major change in functionality, just moving the files > > > > Bug: 803135 > > Change-Id: I93737ed4539c1b3ddc25212814ef9b9c903ac882 > > Reviewed-on: https://chromium-review.googlesource.com/944545 > > Reviewed-by: Helen Li <xunjieli@chromium.org> > > Reviewed-by: David Trainor <dtrainor@chromium.org> > > Reviewed-by: Bo <boliu@chromium.org> > > Commit-Queue: Min Qin <qinmin@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540736} > > Bug: 803135 > Change-Id: I270c0f6edc212ffe1a2a9d06ccfbc95f1da8f3e2 > Reviewed-on: https://chromium-review.googlesource.com/949702 > Reviewed-by: Min Qin <qinmin@chromium.org> > Reviewed-by: Helen Li <xunjieli@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Commit-Queue: Min Qin <qinmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540961} TBR=boliu@chromium.org,dtrainor@chromium.org,qinmin@chromium.org,xunjieli@chromium.org Change-Id: Iea107687b6008c6132ee6533fdff56e1d3db0265 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 803135 Reviewed-on: https://chromium-review.googlesource.com/950022Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#540965}
-
Josh Karlin authored
For navigations which are initiated by user gesture, measure how long the user stays on the page if they press the back button. Bug: 817846 Change-Id: I1b2831b133f1856be8bf18c36d5df3d88e1610de Reviewed-on: https://chromium-review.googlesource.com/943702 Commit-Queue: Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#540964}
-
Jian Li authored
Also add one method to get size in addition to digest. Tests are added. Bug: 758690 Change-Id: I8e5ac40503d54e16a054f58f4e1ae03e7a3100cd Reviewed-on: https://chromium-review.googlesource.com/935446Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#540963}
-
Sahel Sharify authored
https://chromium-review.googlesource.com/695981 is a fix to drop the pending wheel end event when the RWHI gets destroyed. But there are still memory crashes that happen in RouteMouseWheelEvent after MouseWheelPhaseHandler::SendSyntheticWheelEventWithPhaseEnded(bool). This cl gets the RWHI from the view to make sure that to RWHI is valid before dispatching the pending mouse wheel event with phaseEnded. Bug: 791963 Change-Id: Ief659137b106a23596f8aa2a10dc3c2be48a3e9a Reviewed-on: https://chromium-review.googlesource.com/904547Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#540962}
-
Min Qin authored
This is a reland of 824bbddf Original change's description: > Move downloadResponseHandler to components/download > > No major change in functionality, just moving the files > > Bug: 803135 > Change-Id: I93737ed4539c1b3ddc25212814ef9b9c903ac882 > Reviewed-on: https://chromium-review.googlesource.com/944545 > Reviewed-by: Helen Li <xunjieli@chromium.org> > Reviewed-by: David Trainor <dtrainor@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Commit-Queue: Min Qin <qinmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540736} Bug: 803135 Change-Id: I270c0f6edc212ffe1a2a9d06ccfbc95f1da8f3e2 Reviewed-on: https://chromium-review.googlesource.com/949702Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#540961}
-
Douglas Creager authored
We now mark the reports as pending before checking whether we're allowed to deliver them to the report collectors. Since the permission check might happen on a different thread, we need to ensure that the garbage collector doesn't delete the reports on us while we're performing the permissions check. Bug: 818273, 818582 Change-Id: Iba92a58468f439589b56f1b2169c289e3473c71c Reviewed-on: https://chromium-review.googlesource.com/948983Reviewed-by:
Julia Tuttle <juliatuttle@chromium.org> Commit-Queue: Douglas Creager <dcreager@google.com> Cr-Commit-Position: refs/heads/master@{#540960}
-
Kevin McNee authored
I used the DisableThreadedScrolling flag for this test to force scrolling to the main thread in order to get the test in on time for M65. I've updated the test to wait until the compositor knows to send the event to the main thread, rather than forcing it with the flag. Bug: None Change-Id: I2d35688482b63133db439f21521a0664fdf824d0 Reviewed-on: https://chromium-review.googlesource.com/949670Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#540959}
-
Lukasz Anforowicz authored
Bug: 477150, 789781, 769508, 661725 Bug: 611232, 745881, 801992 Change-Id: If90fb04e97513b99716afd844a2a77ca0905ab3d Reviewed-on: https://chromium-review.googlesource.com/942316Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#540958}
-
bsheedy authored
Regular upgrade to the most recent public release APK. Done separately from the other APK upgrades to make it easier to identify perf regressions caused by a particular APK upgrade. Change-Id: If8e2e7d6df94dd41f0b6ca5e8ace0056617a6b60 Reviewed-on: https://chromium-review.googlesource.com/943834Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#540957}
-
Greg Thompson authored
This dialog is shown to a user when a relaunch is needed for an update and the user's administrator has set the RelaunchNotification policy to 2 (required). The dialog is shown each time the UpgradeDetector moves the UpgradeNotificationAnnoyanceLevel to LOW, ELEVATED, or HIGH. On the final showing, the dialog cannot be dismissed without accepting the relaunch. BUG=511300 Change-Id: I2c6cab28b65b841cfde6754530c902d22940f99c Reviewed-on: https://chromium-review.googlesource.com/939392 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#540956}
-
Tarun Bansal authored
The two histograms were added to the WebKit code earlier, but that CL did not add them to histograms.xml. This CL adds the histogram description to the xml file. Bug: 800035 Change-Id: Ie42f4ccbdb35ea69324a8856af369f74db60fb60 Reviewed-on: https://chromium-review.googlesource.com/944247Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#540955}
-
Andrey Kosyakov authored
The formatting was different from the auto-generated one since https://chromium-review.googlesource.com/937402 Change-Id: I38dadfd93e9eba959db26e155f96b9f6fc2557cc Reviewed-on: https://chromium-review.googlesource.com/949386Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#540954}
-
Xiaoqian Dai authored
It's possible that during resizing, the desired resizing bounds for the snapped window is smaller then the minimum bounds. In this case, we use window transform to apply a translation on the window to make it visaully be placed outside of the workspace area. The transform will be reset after the resizing. Bug: 725683, 817557 Change-Id: I9cf4056a30a417a2afe29d16fe6a8f80268d64b8 Reviewed-on: https://chromium-review.googlesource.com/944721 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#540953}
-