- 13 Dec, 2017 40 commits
-
-
mrefaat authored
Use SystemCookieStoreUtil to provide the requestContextGetter with the correct base cookie store (either NSHTTPCookieStore or WKHTTPCookieStore). This means that when WKHTTPCookieStore feature flag is enabled and it's iOS11+ cookie store will be using WKHTTPCookieStore. Bug: 779106,759229 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I97695aef8c75d88861d0694c2cf4983447bfe128 Reviewed-on: https://chromium-review.googlesource.com/809744Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#523921}
-
Dave Schuyler authored
This CL is a step toward using Polymer 2. It converts some uses of <content> (the Polymer 1 way) to <slot> (the Polymer 2 way of slotting in items). Bug: 739532 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I745ccd5ace1bde2254ce4daa63e254184281affe Reviewed-on: https://chromium-review.googlesource.com/820556Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#523920}
-
Luke Halliwell authored
Bug: 69007670 Test: None Change-Id: Ia34bfb0d1f6c7dfbb9ea52bfba6c9d14294aa796 Reviewed-on: https://chromium-review.googlesource.com/820637Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#523919}
-
Tom Anderson authored
R=dnicoara@chromium.org Change-Id: I8d0b0827c9622a3ecaaafe33b9784eab201808ef Reviewed-on: https://chromium-review.googlesource.com/825662 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#523918}
-
Justin Novosad authored
In this refactor CL: https://crrev.com/4f6bce25c2f94e59611343ddab1fffcc13f79f07 overlays got disabled by accident, causing performance regressions on mac. BUG=792952 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I8acdd0f9157ab4fb31c5cfe62366387cdae7a4ca Reviewed-on: https://chromium-review.googlesource.com/825702Reviewed-by:
Olivia Lai <xlai@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#523917}
-
Hiroshige Hayashizaki authored
To make ResourceResponse constructible from a KURL only, and reduce ResourceResponse::Set.*() calls. This CL merges SetURL() and SetMimeType() calls into the constructor, and removes redundant |expected_length| and |text_encoding_name| parameters to the constructor. Bug: 794651 Change-Id: Id85981184a86c30fe6304453c1158126b09e81c7 Reviewed-on: https://chromium-review.googlesource.com/823262 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#523916}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/a51f10541a1c..4b6b02f390d2 $ git log a51f10541..4b6b02f39 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 eakuefner [TBMv2] Clone singular histograms when merging 2017-12-13 dtu [pinpoint] Allow RunTest to use "configuration" or "dimensions". Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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 TBR=sullivan@chromium.org Change-Id: Ic061347ae7eef05aa7d382dc1ea402c5572a6c3c Reviewed-on: https://chromium-review.googlesource.com/825630 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523915}
-
Robert Ma authored
With this CL, we should have full Monorail integration, but the switch is *not* turned on yet ('--auto-file-bugs' needs to be added to the recipe to actually enable Monorail API). The CL introduces a simple abstraction for Monorail issues and API, which also helps testing. Dependencies of Monorail API are introduced via wpt-import.vpython. See vpython docs: https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md#script_specific-specification Lastly, LocalWPT.commit_subject is removed as the information is already available through LocalWPT.commits_in_range. Bug: 765334 Change-Id: Ia0f2f8d1ba34301e7756ac6ac25bcae8c4235579 Reviewed-on: https://chromium-review.googlesource.com/820813 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#523914}
-
Saman Sami authored
With --mus the browser process hosts viz so we must directly talk to HostFrameSinkManager to add a VideoDetectorObserver instead of going through the ui service which has no access to viz whatsoever. Tested on my workstation both --mus, --mus=viz and --mash. Bug: 792575 Change-Id: Ifba73334ddc667af0a2b6076c3add9ada59f3362 Reviewed-on: https://chromium-review.googlesource.com/823103Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#523913}
-
Nektarios Paisios authored
R=dmazzoni@chromium.org, dougt@chromium.org Bug: 793876 Change-Id: I6bf7e0258aac8dd388e435b7ee123b7ad183c8aa Reviewed-on: https://chromium-review.googlesource.com/825585 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#523912}
-
Darren Shen authored
This patch is a follow up of crrev.com/770606. We make getProperties and getIterationEntries non-virtual. To override behaviour, subclasses just need to implement one function: void ForEachProperty(const IterationCallback&); which should iterate through every property in the style map and invoke the callback. Both getProperties and getIterationEntries can be implemented from this function. This reduces duplicate boilerplate code across different style maps. Note: Most of the change is combining getProperties and getIterationEntries and moving the code to StylePropertyMapReadonly Bug: 785132 Change-Id: I829a50191774a7730b534b8e4cdf419ca935fe8f Reviewed-on: https://chromium-review.googlesource.com/770674 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#523911}
-
Hans Wennborg authored
Bug: 787920 Cq-Include-Trybots: master.tryserver.chromium.android:android_arm64_dbg_recipe;master.tryserver.chromium.android:android_compile_x64_dbg;master.tryserver.chromium.android:android_compile_x86_dbg Change-Id: Ifcb76b0d95acc65eafbf58da624f9fbc920f7924 Reviewed-on: https://chromium-review.googlesource.com/823219Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#523910}
-
Ran Ji authored
Bug: 793904 Change-Id: Id0e4f9326bbea6e098c531d42182f86f5e94bfc9 Reviewed-on: https://chromium-review.googlesource.com/820015Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Ran Ji <ranj@chromium.org> Cr-Commit-Position: refs/heads/master@{#523909}
-
rbpotter authored
Add destination store to the new UI, adding resources and changing tests as need. No behavior changes yet. Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib984fbcc3988d1f20219630ed01e1a941982eec7 Reviewed-on: https://chromium-review.googlesource.com/822597 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#523908}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/8225e73bb30f..ece125358ba2 $ git log 8225e73bb..ece125358 --date=short --no-merges --format='%ad %ae %s' 2017-11-21 yunchao.he ES31: Fix the issue for relink rendering/compute program. 2017-12-12 bryan.bernhart WebGLCompat: Fix depth & stencil query results. 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: I28787f6a17ac052fc3e6373a313342cb6be3d11d Reviewed-on: https://chromium-review.googlesource.com/825503Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523907}
-
Dave Schuyler authored
This Cl updates some CSS to change the colors and font style as requested by bettes@. Bug: 789675 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4f0c2c91b51e77721ad2b0036ff6c2319a053043 Reviewed-on: https://chromium-review.googlesource.com/822373 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523906}
-
Nico Weber authored
CL created by running build/toolchain/win/rc/upload_rc_binaries.sh Picks up https://github.com/nico/hack/commit/76cb2fde80f9bab0bfb4e4e57bdabb26577c6aab Bug: 794598 Change-Id: I1a735b761f2cb14cb8f2f44276af373f9e2acf5e Reviewed-on: https://chromium-review.googlesource.com/825003 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#523905}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/c25db637532c..9daae51c4ad8 $ git log c25db6375..9daae51c4 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ ece125358..21f67ae06 (2 commits) 2017-12-13 benjaminwagner Add Goma for all Windows Clang Builds. 2017-12-13 mtklein cleanup {ASAN,MSAN}_{FAAA,FDAA,FSAA} bots 2017-12-13 caryclark move divide by zero inside guard 2017-12-13 mtklein clean up float-cast-overflow blacklist 2017-12-13 ethannicholas converted GrMagnifierEffect to SkSL 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 5f19810d5..ece125358 (1 commit) 2017-12-13 liyuqian Revert "Reimplement TwoPointConicalGradient_gpu" 2017-12-13 reed document default serialization behavior (briefly) 2017-12-13 halcanary binary_resources.cpp only compiles if skia_embed_resources 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 8225e73bb..5f19810d5 (1 commit) 2017-12-13 liyuqian Reimplement TwoPointConicalGradient_gpu 2017-12-13 benjaminwagner [recipes] Provide tokenized extra_config and use it most places. 2017-12-13 robertphillips Add stubbed out GrContext 2017-12-05 caryclark fix float-cast-overflow in pathops 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ e30edd6fc..8225e73bb (2 commits) 2017-12-13 reed Revert "Revert "impl SkSerial picture procs"" 2017-12-12 csmartdalton Re-enable CCPR now that clipping is fixed 2017-12-13 angle-deps-roller Roll skia/third_party/externals/angle2/ 87cc90dfa..e30edd6fc (1 commit) 2017-12-12 borenet infra_test.py: Suggest "go get" for more types of errors 2017-12-13 kjlubick Fix CQ.cfg copypasta 2017-12-13 rmistry Telemetry no longer supports credential files so remove support 2017-12-13 herb Simplify image clearing 2017-12-13 halcanary gm: image-surface: stop looking for nonexistant file 2017-12-13 kjlubick Promote QuadroP400-Vulkan to CQ 2017-12-13 egdaniel Start removing uses of VkFormatToPixelConfig in vulkan backend 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=liyuqian@chromium.org Change-Id: I625d25833549aeb2ba74a35433bd4c3c3f46aaee Reviewed-on: https://chromium-review.googlesource.com/825632Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523904}
-
Daniel Bratell authored
There were code in ui/views that didn't know about the class property type specialization for ::wm::ShadowElevation. This was solved by the linker later since there was other instances of the right template. In jumbo builds the compiler noticed that there was code trying to access the template before the specialization was known and that is a C++ error so the code did not compile. The fix is to declare the specialization so that all code knows about it. Bug: 773275 Change-Id: Ifa4bc0088a8525a7a9907037d746ecb542dfbf71 Reviewed-on: https://chromium-review.googlesource.com/824665Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#523903}
-
Reza.Zakerinasab authored
This change adds a new ImageData constructor from StaticBitmapImage. This is in line with the current strategy of preferring StaticBitmapImage over other intermediate forms of pixel storage. This also helps to fix two current bugs: - crbug.com/792797: adding color management to HTMLCanvasElement toBlob/toDataURL - crbug.com/776806: removing ImageBuffer and ImageBufferSurface (non-blocking?) Bug: 792798 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: Id64eb6695399a2b0f6640e3261ef70caf4ccf5f3 Reviewed-on: https://chromium-review.googlesource.com/814497 Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Olivia Lai <xlai@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523902}
-
Vadym Doroshenko authored
In the first version of iframe injection messaging framework was used from the main frame(https://chromium-review.googlesource.com/c/chromium/src/+/803616). In future cross-origin iframe support will be implemented. And for cross-origin iframes, access to the main frame is not possible. This CL implements injection of all neccassary js into iframes, that would make possible to support cross-origin iframes. __gCrWeb.common.getFormIdentifier updated to be called for form from another frame (in password_controller.js and autofill_controller.js this method could be called from the main frame for a form from iframe). Disabling iframe tests in form_inttest, since in this CL all iframe messages are filtered out. They will be enabled in the following CL. Bug: 554927 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic482f1c0cc4ba747068a1dd955b91ad6a5fd70fa Reviewed-on: https://chromium-review.googlesource.com/823238 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#523901}
-
Hiroki Nakagawa authored
Bug: 773786 Change-Id: I3adeee81922031e9f2a713027215ab5d08a3e585 Reviewed-on: https://chromium-review.googlesource.com/816275Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#523900}
-
Tim Brown authored
This change should be a no-op. It is mostly comment changes, with a few code changes removing unused enum values and a settings provider class (which was accidentally added back in after I removed it previously). Bug: 768027 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ia26788b970fbaa6c25eda9cce7758ad626e587b3 Reviewed-on: https://chromium-review.googlesource.com/822160Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Tim Brown <timbrown@chromium.org> Cr-Commit-Position: refs/heads/master@{#523899}
-
Brian White authored
This uses a StatusChangeChecker to wait for the "sync" thread to flush and requires changes to that class to support cross-posting of tasks to accomplish such. Bug: 793082 Change-Id: I899a100fcdde97d804fff166868486b701b5699b Reviewed-on: https://chromium-review.googlesource.com/818016Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#523898}
-
Luna Lu authored
For NTP, in UseCounter::DidCommitLoad, set the context to be disabled. Previously we skip UseCounter::DidCommitLoad when it is a NTP. But this didn't prevent other features on the NTP to be measured, which is incorrect. Currently refreshing a view-source page will cause feature usage go up, which is not ideal. Blink is using the original page's scheme instead of view-source scheme. Dropping view-source activities would match page load metrics' policy. UseCounter features below are being removed. They were added in https://chromium.googlesource.com/chromium/src/+/6a361fd629fd216c5cb0a1108228a1d10585a136 kImageDocument = 1274, kImageDocumentInFrame = 1310, kMediaDocument = 1311, kMediaDocumentInFrame = 1312, kPluginDocument = 1313, kPluginDocumentInFrame = 1314, kSinkDocument = 1315, kSinkDocumentInFrame = 1316, kTextDocument = 1317, kTextDocumentInFrame = 1318, kViewSourceDocument = 1319, foolip@ added these features to figure out if it'd be safe to change what happens with <iframe src="same-origin-video.webm">, since the DOM inside the iframe could be observed. foolip@ confirmed that these features can be removed now. Bug: 760114 Change-Id: I3c07288e4cdd52f2da09cc89d343d4737aef41b1 Reviewed-on: https://chromium-review.googlesource.com/792171 Commit-Queue: Luna Lu <loonybear@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/master@{#523897}
-
kylechar authored
Surface sync is activated with --enable-viz now, but that wasn't being passed to the renderer. This resulted in surfaces not showing up sometimes. Bug: 793302 Change-Id: Ief3a4f3a85b4ccd1b4d45d86cb4e6fcd1cf0c918 Reviewed-on: https://chromium-review.googlesource.com/825645Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#523896}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/14768f3264a4..2614250d4f11 $ git log 14768f326..2614250d4 --date=short --no-merges --format='%ad %ae %s' 2017-12-13 dsinclair Methods are on CJX_Object not CJX_Node now 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: Ifa5568e08647a8564ec656e8e55c6807bfb4bc5c Reviewed-on: https://chromium-review.googlesource.com/825587 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523895}
-
Nektarios Paisios authored
Reland "Changes AXSystemCaret bounds when the selection bounds change and not only when there is a text selection" This is a reland of dac5704f Original change's description: > Changes AXSystemCaret bounds when the selection bounds change and not only when there is a text selection > > On Windows, we report the location and size of the caret to screen magnifiers so that they can track it. > Until now, we were only updating the caret location when there was some text in the text field. > However, if a text field or content editable has no text inside it and it's location on screen has changed, we were not updating the caret location because the caret inside it hasn't actually moved but its container has. > R=dmazzoni@chromium.org, kenrb@chromium.org > > Bug: 782843 > Change-Id: I56065da82067710f082ea788b60260d18cdd8706 > Tested: manually by moving an iframe with an empty content editable around and checking caret bounds > Reviewed-on: https://chromium-review.googlesource.com/759161 > Commit-Queue: Nektarios Paisios <nektar@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#516559} Bug: 782843 Change-Id: Ie4a46190b7f5a4036c37a8300376178525189576 Reviewed-on: https://chromium-review.googlesource.com/818209Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#523894}
-
Andrey Lushnikov authored
This patch starts resetting cached line endings for the inline styles that were edited through style attribute modification. BUG=637049 R=dgozman Change-Id: I80fd8becc6ef697d13196ac6bfc178d9f9b4a014 Reviewed-on: https://chromium-review.googlesource.com/823649Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#523893}
-
Dominic Mazzoni authored
Bug: 699438 Change-Id: I613de078a54f598eba6825e854a4583802b0f047 Reviewed-on: https://chromium-review.googlesource.com/820636 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#523892}
-
Peter Collingbourne authored
Bug: 469376 Change-Id: Ia8581157a72ca2a0f868371949a3607ea8ef9edb Reviewed-on: https://chromium-review.googlesource.com/825588Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Benjamin Pastene <bpastene@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#523891}
-
Daniel Erat authored
Update the chrome.accessibilityPrivate.darkenScreen API to use ash::BacklightsForcedOffSetter to force backlights off rather than calling powerd's SetBacklightsForcedOff D-Bus method directly. Otherwise, the backlights can get into an unexpected state due to ChromeVox and ash's power button code both calling the D-Bus method, which was only designed for a single caller. Search+Shift+F7 darkens the screen and Search+F7 undarkens it Bug: 760730, 793112 Test: enabled ChromeVox with Ctrl+Alt+Z and checked that Change-Id: I6e5d2f11746ce7ae2e34987a413f2655747e9532 Reviewed-on: https://chromium-review.googlesource.com/815762Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#523890}
-
Francois Doray authored
Bug: 775644 Change-Id: I9ee085375dbdd7f14a80986abdff33ca68b7ce93 Reviewed-on: https://chromium-review.googlesource.com/791150 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#523889}
-
Vladimir Levin authored
This patch adds a serialization helper for the transfer cache and starts using the transfer cache to transport paint typefaces to the gpu process for oop raster. R=ericrk@chromium.org, piman@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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: Ia228aa971509afea4d417686dcce70460c4663d8 Reviewed-on: https://chromium-review.googlesource.com/823446Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523888}
-
Will Chen authored
After this, there's a few tests that will need to be ported into protocol test, browser test, or removed. This is a part-automated / part-manual process to migrate these /startup/ tests to the new integration test framework: 1. extract the precondition activities into an html file for the inspected window. 2. add TestRunner.setupStartupTest(...) as the first line of the js test to navigate to the inspected window before the DevTools session is started. 3. add testRunner.navigateSecondaryWindow(...) once the inspected page is done w/ the precondition activities. Bug: 667560 Change-Id: Ie988b6767f98759e7008e9306cd166776196197b Reviewed-on: https://chromium-review.googlesource.com/823611Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#523887}
-
W. James MacLean authored
Now that (i) we route GesturePinchX events to the renderer on Mac, and (ii) ViewPort::PinchEnd() may attempt a PageScaleAnimation for snap-to-min, which only makes sense on the main frame, we should early out to avoid calling this function for OOPIFs. Bug: 791885 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I48d11add4694eeeac7be44d0d7430c6d04d7f94b Reviewed-on: https://chromium-review.googlesource.com/823097 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#523886}
-
Xianzhu Wang authored
Found this when browsing a result on the leak bot, e.g. https: //storage.googleapis.com/chromium-layout-test-archives/WebKit_Linux_Trusty_Leak/13194/layout-test-results/results.html Change-Id: I45724dc02b9c30205e674b47c91a709867f576fe Reviewed-on: https://chromium-review.googlesource.com/825644 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#523885}
-
Theresa Wellington authored
TBR=bsazonov@chromium.org BUG=789531 Change-Id: Ie8f80f12ba35a0ac57f1aa65ba38361555037155 Reviewed-on: https://chromium-review.googlesource.com/825625Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#523884}
-
Peter Collingbourne authored
Bug: 469376 Change-Id: I086065150aa9da53657210fb7d5ac8e00f8e1b40 Reviewed-on: https://chromium-review.googlesource.com/825363 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#523883}
-
Joel Einbinder authored
When override files bind to network UISourceCodes, the content of the file could be different so we add a commit to the network UISourceCode with the new content. This was unintentionally being picked up by persistence, and copied back to disk as if the user edited the network UISourceCode. Change-Id: Id1e832a658e85fae6965ad71a1a08552791f6328 Reviewed-on: https://chromium-review.googlesource.com/823229Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#523882}
-