- 12 Jul, 2018 40 commits
-
-
Christopher Cameron authored
For translucent windows, don't do any CATransaction synchronization until after the first frame has been received. This allows us to avoid blocking the UI thread when entering the first keystrokes in the omnibox. While in the neighborhood, delete the dead code for using alpha to make windows appear atomically. Bug: 712268 Change-Id: I71cab1c1c598adc34542b6990d8f9112eda8be4f Reviewed-on: https://chromium-review.googlesource.com/1135891 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#574771}
-
Morten Stenshorne authored
One known problem if we switch engines elsewhere, is that LayoutNG and legacy layout don't cooperate on margin collapsing. This causes one test regression. The force-legacy-on-contenteditable mechanism doesn't always work as it should. A bug has been reported. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I019f9028f6a1a51c923c9649c6add12034aa692f Reviewed-on: https://chromium-review.googlesource.com/1127027Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#574770}
-
Kenichi Ishibashi authored
Remove WebContents parameter as it isn't used. Change-Id: I1e0069612b422498598f190cd4fdf21d05804e83 Reviewed-on: https://chromium-review.googlesource.com/1133603Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#574769}
-
Justin Novosad authored
The fix prevents compositor frames from being pushed by OffscreenCanvas whenever the push is unwarranted. Spurious pushes cause flickering due to preserveDrawingBuffer=false behaviour. BUG=863085 Change-Id: I24c8b4d27e6a07b41e8e0ae030d1ec626674b8d0 Reviewed-on: https://chromium-review.googlesource.com/1135520Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#574768}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/6aa2190f70a8..94919f78e1bc git log 6aa2190f70a8..94919f78e1bc --date=short --no-merges --format='%ad %ae %s' 2018-07-12 thestig@chromium.org Move CJS_Field private methods into an anonymous namespace. 2018-07-12 thestig@chromium.org Remove parameter to CJS_Field::GetFormFields(). 2018-07-12 thestig@chromium.org Add CJS_Field::GetFirstFormField(). 2018-07-12 hnakashima@chromium.org Create API to set and get blob values from a mark dict. 2018-07-12 thestig@chromium.org Add more helper functions to check field types in CJS_Field. 2018-07-12 thestig@chromium.org Add a IsCheckBoxOrRadioButton() helper for CJS_Field. 2018-07-12 thestig@chromium.org Use pdfium::Optional in CJS_Return. 2018-07-12 thestig@chromium.org Rename 'ori' to 'backdrop' in rendering code. Created with: gclient setdep -r src/third_party/pdfium@94919f78e1bc 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: Ia1700215bfc02ab131428fa83463cb3d46be38cb Reviewed-on: https://chromium-review.googlesource.com/1135617Reviewed-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@{#574767}
-
Kent Tamura authored
This CL has no behavior changes. Change-Id: I729ae81845f289f2bf562c44cc37726b90417f9d Reviewed-on: https://chromium-review.googlesource.com/1134717Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#574766}
-
Zhongyi Shi authored
Spin up a migrate back to default network to bring the network back to the default network. Change-Id: I48d72420b79297de83e350937cb4eb05e97fdb38 Reviewed-on: https://chromium-review.googlesource.com/1134444 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#574765}
-
Kim Paulhamus authored
Was formerly disabled on Mac. Tbr: tkent@chromium.org Bug: 862716 Change-Id: I56fa0b3c738189c9b5e89e2fbedb4655c8ca789f Reviewed-on: https://chromium-review.googlesource.com/1135762Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#574764}
-
Kim Paulhamus authored
- css3/filters/filter-repaint-composited-fallback-crash.html - virtual/gpu-rasterization/images/color-profile-mask-image-svg.html Tbr: tkent@chromium.org Bug: 860706 Change-Id: Iaedb2f2960eb8ed975562db4d0d0e05dfbdc4cfb Reviewed-on: https://chromium-review.googlesource.com/1135815 Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#574763}
-
Kyle Milka authored
Hide the Google Photos and Chrome backgrounds options when offline. Bug: 856722 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I4e915c16f40e6961f929b3a69eb3497238eb9185 Reviewed-on: https://chromium-review.googlesource.com/1121347 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#574762}
-
Nico Weber authored
src/ side Bug: 863167 Change-Id: Id7070aab7e1da278a0329b086564b2b9cf9357d3 Reviewed-on: https://chromium-review.googlesource.com/1135556 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#574761}
-
erikchen authored
The logic has never been correctly hooked up for MacViews. This CL uses ChromeCommandDispatcherDelegate to explicitly invoke FocusManager::ProcessAccelerator. This gives Views toolkit an opportunity to process hotkeys, regardless of focused view. This CL removes the restriction that chrome/browser/ui/cocoa cannot depend on ui/views, since chrome/browser/ui/cocoa can already depend on chrome/browser/ui/views. Bug: 848341 Change-Id: Ibf356768b28da4b2ea0c4834635c6a47f7562cc8 Reviewed-on: https://chromium-review.googlesource.com/1134200Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#574760}
-
Emil A Eklund authored
Add support for shaping latin-1 without first up-converting to UTF-16 in HarfBuzzShaper and to the LayoutNG text layout & line breaking pipeline. This allow for moderate improvements in memory usage and performance for latin-1 content, espeically for subsequent layouts as text up-convertion is avoided therefore allowing script segmentation to be avoided as well. Notably the layout/line-layout-repeat-append performance test gets twice as fast with this change. Other layout perf tests improve very slightly. Increases performance of the ShapingLineBreakerPerfTest::ShapeLatinText micro benchmark by about 5x. From 200 runs/s to 1000 runs/s on a T430s. Legacy layout retains the UTF-16 up-conversion logic and isn't affected. Bug: 636993, 693704 Test: perf_tests/layout/line-layout-repeat-append.html Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I7fdb9ab228b61b22e9ef39cdfb8de6c360e83e3f Reviewed-on: https://chromium-review.googlesource.com/1132270 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#574759}
-
Nico Weber authored
Bug: none Change-Id: Idd235e2a2786950e0da9d228b9d321f85a14fe9e Reviewed-on: https://chromium-review.googlesource.com/1135295Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#574758}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b138f742b74..8a2e331aa718 git log 2b138f742b74..8a2e331aa718 --date=short --no-merges --format='%ad %ae %s' 2018-07-12 ehmaldonado@chromium.org Collect metrics for 'git nav-downstream' Created with: gclient setdep -r src/third_party/depot_tools@8a2e331aa718 The AutoRoll server is located here: https://depot-tools-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. BUG=chromium:832386 TBR=agable@chromium.org Change-Id: I6b05c998dde183f9b072d17a3b194f2e398730df Reviewed-on: https://chromium-review.googlesource.com/1135217Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#574757}
-
Nico Weber authored
_EXTERN_TEMPLATE_EXPORT and _TEMPLATE_EXPORT exist for use with explicit template instantiation declarations and definitions, respectively. In the bindings templates it was used on the declaration of a regular function (whereregular _EXPORT is correct), and on the definition of a regular function (where nothing should be used; the definition will inherit the annotation from its declaration). A file in platform used these macros on an explicit template specialization. A (full) explicit specialization is a function, not a template, so use regular _EXPORT there too. Remove MODULES_(EXTERN_)TEMPLATE_EXPORT and PLATFORM_(EXTERN_)TEMPLATE_EXPORT, which are unused after removing their incorrect uses. (If someone wants to bring them back in the future, beware that they're currently slightly wrong too, so in that case read the linked bug and see what happened to CORE_EXTERN_TEMPLATE_EXPORT, and bring them back with the same change applied.) NOPRESUBMIT=true Bug: 859989 Change-Id: I4b0218f059ff6fd71139544862a5cc3a56d0b816 Reviewed-on: https://chromium-review.googlesource.com/1135300Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#574756}
-
Chris Harrelson authored
[IO] Only compute intersection observations if any property tree state has changed, and only for full-frame updates. This avoids re-computing intersection observations when nothing has changed. It is correct for IOv1 and also IOv2. It is correct for IOv2 because at present IOv2 and hit testing do not depend on paint output. Bug: 831762 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I196ca3a64e26d2227bc8cbb6b73ea81c1adbb4b2 Reviewed-on: https://chromium-review.googlesource.com/1134348Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#574755}
-
John Abd-El-Malek authored
The pepper tests don't crash anymore after r574706. TBR=cmumford@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I0683a492ca50562f17a69b2ac137c2d4ad0dffcc Reviewed-on: https://chromium-review.googlesource.com/1135821Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#574754}
-
Dave Tapuska authored
Add bindings code to process the options, add WPT tests to cover the cases that are special. A pull request against the HTTP Spec will be done shortly. Intent to Implement: https://groups.google.com/a/chromium.org/d/msg/blink-dev/xACYBou4f9A/Ft0-QlFMAQAJ https://github.com/dtapuska/useractivation BUG=846858 Change-Id: I24f570850280e6935d43793041252312c2bfc484 Reviewed-on: https://chromium-review.googlesource.com/1118850 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#574753}
-
Scott Chen authored
Bug: 859489 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I9d421d204c5023fa168ed89d4d8dd15564e03a03 Reviewed-on: https://chromium-review.googlesource.com/1122974 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#574752}
-
Matthew Jones authored
This patch changes the feature check for Duet to include a check for tablets. Duet will not be enabled on tablets and is causing a crash when the util reports that it is enabled (when it technically isn't). Bug: 862818 Change-Id: I8117296e0397453d9c16bc73f7f72ae49ee78499 Reviewed-on: https://chromium-review.googlesource.com/1135708Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#574751}
-
Fabio Tirelo authored
Bug: 860673 Change-Id: I64299a1c24247b00ee389c29751da14ef95e1230 Reviewed-on: https://chromium-review.googlesource.com/1135186Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#574750}
-
Peter Boström authored
This is a regression in Refresh as the avatar button exists in Incognito for badging but no avatar bubble should be brought up. The logic previously depended on the avatar button not existing at all in Incognito. The change simply early returns before showing a menu if in Incognito. Bug: chromium:863154 Change-Id: Ifd34b4722f5ecb41d84d376f34a9adf5cf930d06 Reviewed-on: https://chromium-review.googlesource.com/1135722Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#574749}
-
Kim Paulhamus authored
Tbr: tkent@chromium.org Bug: 863160 Change-Id: I7ccb9e06fe38157ddfb8ab292ef035fd0233827b Reviewed-on: https://chromium-review.googlesource.com/1135778Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#574748}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5551a94b9e0f..5bc4fc8f3f26 git log 5551a94b9e0f..5bc4fc8f3f26 --date=short --no-merges --format='%ad %ae %s' 2018-07-12 ziadb@google.com Drawing point cloud + planes on Canvas 2018-07-12 csmartdalton@google.com Disable GPU clip masks 2018-07-12 herb@google.com Use simple buffers instead of vectors 2018-07-12 mtklein@chromium.org update SkToSRGBColorFilter color management 2018-07-12 mtklein@chromium.org update SkColor4f::FromColor() to preserve transfer function 2018-07-12 robertphillips@google.com Add check before freeing op in GrTextureOpList 2018-07-12 ziadb@google.com SkArCamera* files 2018-07-12 bungeman@google.com Add SkTypeface::getVariationDesignParameters 2018-07-12 mtklein@chromium.org clean up some old busted color routines Created with: gclient setdep -r src/third_party/skia@5bc4fc8f3f26 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=robertphillips@chromium.org Change-Id: I079cb3be1a4f03c448d0b2857451533108e8fe81 Reviewed-on: https://chromium-review.googlesource.com/1135216Reviewed-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@{#574747}
-
Wez authored
Bug: 862189 Change-Id: Ia98189e83a91a4be53a4b31744a90057dc64cd3c Reviewed-on: https://chromium-review.googlesource.com/1135571Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#574746}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/5598148b7613..1617e69e3883 git log 5598148b7613..1617e69e3883 --date=short --no-merges --format='%ad %ae %s' 2018-07-12 lucferron@chromium.org Vulkan: Implement depth/stencil blit with flip of the viewport 2018-07-12 jmadill@chromium.org translator: Add TIntermPreprocessorDirective. 2018-07-12 lucferron@chromium.org Vulkan: Add driver uniforms for point coords flipping 2018-07-12 jmadill@chromium.org Mark key functions as nodiscard. 2018-07-12 lucferron@chromium.org Return Error from onMakeCurrent 2018-07-12 oetuaho@nvidia.com Add a shared traverse() function for most node types Created with: gclient setdep -r src/third_party/angle@1617e69e3883 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: I18880f0defbd59d93a61f9309b8842044ce7748b Reviewed-on: https://chromium-review.googlesource.com/1135214Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#574745}
-
Ken Rockot authored
Introduces MojoSetQuota and MojoQueryQuota to support basic quota management and signaling on Mojo primitives. Initially the only quotas supported are receive queue length and memory size, only on message pipe endpoints. Various superfluous or overly specific test expectations around signaling state have been adjusted to accomodate addition of a new signal. Specifically, a lot of tests needlessly validate the exact value of "satisfiable signals" on handles, when in reality either those expectations already have sufficiently generic coverage elsewhere, or the test really only cares about specific signals being satisfiable or unsatisfiable. Bug: 863078 Change-Id: I59217b5cfaceb790ceccd6e30443c4647c352c30 Reviewed-on: https://chromium-review.googlesource.com/1135449Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#574744}
-
Theresa authored
BUG=863183 Change-Id: I95b00af51ed944e6fc33fe4846d0db96102b2292 Reviewed-on: https://chromium-review.googlesource.com/1135775Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#574743}
-
Jeremy Elson authored
Bug: 831817 Change-Id: I016ce747bfbdce22c045ec24d49d1397d7deac35 Reviewed-on: https://chromium-review.googlesource.com/1135768Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Jeremy Elson <jelson@chromium.org> Cr-Commit-Position: refs/heads/master@{#574742}
-
Ben Pastene authored
TBR=jbudorick Bug: 862645 Change-Id: I7f890b84bf1960eae55d61bc1cca448325133fa6 Reviewed-on: https://chromium-review.googlesource.com/1135704Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#574741}
-
Erik Luo authored
Part 1: introduce pins behind an experiment. - Prompt has 'pin' button to add current expression to pins - Pin pane sticks to the top of the Console, with max height - Pins have multiline editors and a value preview that shows "not available" when there is an error Screenshot: https://imgur.com/a/Ahdtosa Bug: 849875 Change-Id: Ib0b8bafd97551f823ff8b64d13c5259f42328994 Reviewed-on: https://chromium-review.googlesource.com/1087509 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#574740}
-
Francois Doray authored
This is a no-op cleanup before adding more stuff in TabManager::PerformStateTransitions(). Bug: 775644 Change-Id: I023dd944f536f704398d2ee7470080278ba529e8 Reviewed-on: https://chromium-review.googlesource.com/1133972 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#574739}
-
Christopher Cameron authored
We create a new ui::Compositor at the first character typed in the omnibox. This is very expensive, and is compounded by the fact that the shaders used by rasterization and display must be re-created in this new context. There already exists ui::Compositor recycling in content:: for RenderWidgetHostViewMac. Move this code to ui::, and share it with BridgedNativeWidget. Bug: 712268 Change-Id: I969174e2c38b181e18a10e78dd49d3e9be9690e5 Reviewed-on: https://chromium-review.googlesource.com/1132710 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#574738}
-
Mitsuru Oshima authored
* ClientControlled do not have to have a new bounds when window is moved to another tree beucase the bounds will be controlled by a client. (window_positioning_utility.cc) * Update bounds locally when the window is added to another display. * Do not move the display if the bounds is set by geometry change. This scenario isn't important right now and will be fixed by neww api. Bug: 862791, b/110171997 TEST: will be covered by a unit test in a separate CL. Change-Id: I2be5748661c680fb35bdaa1d25a2bd209edc4a7d Reviewed-on: https://chromium-review.googlesource.com/1134419Reviewed-by:
Dominik Laskowski <domlaskowski@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#574737}
-
Karan Bhatia authored
If the ruleset for an extension fails to load, the extension won't be able to block/redirect network requests through the Declarative Net Request API. This might happen due to extension corruption issues etc. If this happens, notify the user through a warning on the wrench menu and the chrome://extensions page. BUG=852058 Change-Id: I64157ef0acc2cb37a26cd77ec437eba5d08194b2 Reviewed-on: https://chromium-review.googlesource.com/1134574 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#574736}
-
Nick Harper authored
TBR=bnc@chromium.org Change-Id: Id72317d01cbae3e266eb491f77caae4da33d8bad Reviewed-on: https://chromium-review.googlesource.com/1135638Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#574735}
-
Jeremy Roman authored
Change-Id: I823bfe0abb0714f849d74bec0c19d7ac979aee0c Reviewed-on: https://chromium-review.googlesource.com/1135192 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#574734}
-
Becca Hughes authored
Add PiP window controls as child views instead of layers. This will allow a bunch of inbuilt a11y functionality to work (e.g. screen reader and focus ring). BUG=848508,848509 Change-Id: I78162241fca0a86999360e9316d5aa69e490021d Reviewed-on: https://chromium-review.googlesource.com/1132546Reviewed-by:
apacible <apacible@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#574733}
-
Khushal authored
Since most commands with OOP raster are paint commands sent via the transfer buffer and not GL commands sent via the command buffer, we can use a much smaller command buffer. R=piman@chromium.org Bug: 859635 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I8a52395b40f240d774ea2f54cc7f4961ab0ac2ce Reviewed-on: https://chromium-review.googlesource.com/1134471Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#574732}
-