- 02 Apr, 2019 40 commits
-
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/20b0c33913e4..4f5fc2d325b9 git log 20b0c33913e4..4f5fc2d325b9 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 cwallez@chromium.org Nuke Builders part 4: headers, proctable and miscreferences 2019-04-01 cwallez@chromium.org Nuke Builders Part 3: remove validation test builder expectations 2019-04-01 cwallez@chromium.org Nuke Builders Part 2: remove all builder code from wire Created with: gclient setdep -r src/third_party/dawn@4f5fc2d325b9 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll 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:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I4f992ce97dc331c9d09bdb796815e0b54577f520 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548502Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646678}
-
Antonio Gomes authored
This is part of the effort to minimize the amount of APIs exposed by Blink, where classes and enums are being assessed, and its usage audited. At this time, it was verified that blink::WebSetSinkIdCallbacks (and blink::SetSinkIdCallbacks) inherit from blink::WebCallbacks, a class designed to bridge callbacks passing from Chromium to Blink (and vice-versa) prior to OnionSoup. Similarly to [1] and [2], this CL replaces the use of blink::WebCallbacks in SetSinkIdCallbacks and WebSetSinkIdCallbacks by a base::OnceCallback instance. No functionality change is expected. [1] https://crrev.com/c/1545931 [1] https://crrev.com/c/1544529 CC=blink-reviews-vendor@chromium.org TBR=dgozman@chromium.org,chcunningham@chromium.org BUG=15422458 Change-Id: Iaca40194970bd70b40362f7445586317d48d7bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548294 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#646677}
-
Staphany Park authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a18ac392d883..b617b277186e $ git log a18ac392d..b617b2771 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 absl-team Googletest export 2019-04-01 absl-team Googletest export 2019-03-04 yaneurabeya Prefix googletest binaries under its own subtree instead of `gtest` 2019-03-22 absl-team Googletest export 2019-03-28 gennadiycivil Update CONTRIBUTING.md 2019-03-28 gennadiycivil Update CONTRIBUTING.md 2019-03-26 syohex Update Xcode project file Created with: roll-dep src/third_party/googletest/src Change-Id: I1c541abb23156aeb7d74f63d2bfc71eee7adfcc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548582 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#646676}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I3910e5434cf20d371423b9c8927d52b986fe286f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548351Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646675}
-
Yan, Shaobo authored
The patch was reverted because of the FYI-bots fail. Now the root cause has been fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1512767. Reland the original patch which implement a WebGL draft extension: WEBGL_video_texture. This extension will bring a new type of texture for WebGL and can share the video frame to WebGL texture directly. This should reduce on blit operation and should have performance improvement for uploading video to texture. Bug: 776222, 907195 Change-Id: Id906afc1ac3bb096cab7effaba051dabf4f9dd12 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 Reviewed-on: https://chromium-review.googlesource.com/c/1235335 Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#609604} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531027 Cr-Commit-Position: refs/heads/master@{#646674}
-
Eero Häkkinen authored
Change-Id: Iba1582768904f9356d834ed3f642674a4cfcf468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546301 Auto-Submit: Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#646673}
-
Ian Prest authored
The accessibility dump tests (both tree-dump and event-dump) execute multiple passes for each test. Most OSes run two passes (Blink + Native), but on Windows we recently introduced a third pass for UIA. The addition of the UIA pass required that we toggle an experimental command-line flag to ensure that UIA is properly enabled/disabled. Unfortunately, modifying the command-line multiple times during the test ran afoul of the ThreadSanitizer, which reported a data-race condition. This required that the dump tests be parameterized, so that each "pass" now runs independently, and can update their command line only once. Note: "gtest_filter" now requires a "/xxx" suffix, e.g.: --gtest_filter=DumpAccessibilityEventsTest.ValueValueChanged/* Bug: 946481, 928949 Change-Id: I6490f33681b5567b6584442c9cf241611b3b5baa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542692 Commit-Queue: Ian Prest <iapres@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#646672}
-
Mitsuru Oshima authored
On CrOS, a window can be occluded by another window, causing content running in full-occluded windows not be rendered. Windows that are being captured (e.g. for screen-sharing) should continue to render even when fully-occluded. Bug: 935971 Test: covered by unittests Change-Id: Ib3098f2a85aa0bb3924924732d22b7c51d125c60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540101Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#646671}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5677ecd6cbab..eac9bbc95090 git log 5677ecd6cbab..eac9bbc95090 --date=short --no-merges --format='%ad %ae %s' 2019-04-02 tbegin@google.com chromeos_config: add sarien-paladin to master-paladin Created with: gclient setdep -r src/third_party/chromite@eac9bbc95090 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: Ie85ba9f296a1a619168accefe0eba837669ff377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548346Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646670}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3f6a2ac63670..d9e660b6a92f git log 3f6a2ac63670..d9e660b6a92f --date=short --no-merges --format='%ad %ae %s' 2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e01c3e08..b3f3a362 (475 commits) 2019-04-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 52a67b6495ce..459453a96257 (5 commits) Created with: gclient setdep -r src/third_party/skia@d9e660b6a92f The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=jlavrova@chromium.org Change-Id: I98bc144cb051bb3533e79e6be4843ae0c019f932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546188Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646669}
-
Sadrul Habib Chowdhury authored
The perf-shards currently have a wide-range of runtime, ranging from ~30 minutes upto ~85 minutes on win-10, and from ~1hr upto ~3.5hr on nexus-5. So update the shard-mapping to rebalance the shards. Also, increase the number of available shards for nexus6-webview from 8 to 12 to make better use of available devices. The maps were updated using the following command: ./tools/perf/generate_perf_sharding update BUG=942365 Change-Id: Ia117d9868df00a49025e56693f6dfb8a068bcbd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541886Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#646668}
-
Xiaocheng Hu authored
FirstLetterPseudoElement::FirstLetterTextLayoutObject finds the remaining text layout object by traversing in the subtree of the block container and inspects the layout objects one by one. There is one case where the code fails to move past the list marker layout object when the list marker is wrapped in an anonymous block flow, which is fixed by this patch. Bug: 947422 Change-Id: I427ee77ae43be8464bddd9120b5c50f3c1dd84be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548381 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#646667}
-
siyua authored
which has a related icon in ToolbarPageActionIconContainerView 1) Added logic to make sure an inactive bubble (if any) related to icons in the ToolbarPageActionIconContainerView can be activated for accessibility. 2) Added logic to update icons in ToolbarPageActionIconContainerView whenever toolbar refreshes itself. Bug: 932818 Change-Id: Ibbbeeb8446cf48c7a2de047f0a292051b79583ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542566 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#646666}
-
Siddhartha S authored
Depends on aosp/935386 This adds option for filtering output in data source config for privacy safe mode. BUG=925148 Change-Id: I488d38e362aba83f12be80d34b92c289d7ee34be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542962 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#646665}
-
Yutaka Hirano authored
SecurityFilterPeer generates response body when it intercepts a frame request. Thanks to recent refactoring efforts this code path is now dead - SecurityFilterPeer cannot intercept navigation requests. Let's remove the obsolete logic. Bug: 894819 Change-Id: Ib089acbbd27af0a298b9ae471b55fb18bef564a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546802Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#646664}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ff8d67bfe996..438e22190d06 Created with: gclient setdep -r src-internal@438e22190d06 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=shimazu@chromium.org,dgozman@chromium.org,hbos@chromium.org Change-Id: Ib462920966b4013cbc08765c91a02a5c5f212ec7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548352Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646663}
-
Sergey Ulanov authored
The new CreateExternalSemaphore() allows to creates semaphore that can be exported to a platform-specific handle. Bug: 934526 Change-Id: I0c927e4f505b43f22a393800410b395fdb15265a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541865 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#646662}
-
Xida Chen authored
This CL is part of a prototype: https://chromium-review.googlesource.com/c/chromium/src/+/1495445 This CL builds the PaintWorkletPainterToTaskRunnerMap in the PaintWorkletPaintDispatcher. An entry is added when PaintWorkletProxyClient::SetGlobalScope is called, and removed when PaintWorkletProxyClient::Dispose is called. The map will be used to decide which task runner is in charge of running the JS paint callback given a certain PaintWorkletInput. Bug: 884698 Change-Id: I9d09ea68e214f3ed228d59ee8fe0be43ec21d317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532668 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#646661}
-
Kristi Park authored
Include distinction between user customized shortcuts (Custom Links) and Most Visited URLs. chrome.topSites only returns Most Visited URLs. Bug: 911175 Change-Id: I5a13c230efdfd6f8eeeec56cfa94bd3f92a67108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546139Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Kristi Park <kristipark@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#646660}
-
Yutaka Hirano authored
This reverts commit c643f1b3. Reason for revert: Breaking build: https://ci.chromium.org/p/chromium/builders/ci/Win%20Builder/69610 Change-Id: Iab3fd9259db83438ce4353717f8459af2ef8d95c No-Try: True Tbr: shimazu@chromium.org No-Tree-Checks: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547620Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#646659}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: Id28ee327ae28cba714b763dc07621112f94f6781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548735Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#646658}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/7382a72a748f..d5bcd378e589 git log 7382a72a748f..d5bcd378e589 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 thestig@chromium.org Use CIPD packages for GN instead of GCS. 2019-04-01 thestig@chromium.org Roll build/ a525b65ef..ef1e2b871 (27 commits) 2019-04-01 thestig@chromium.org Roll third_party/zlib/ 1337da531..bb293c33b (3 commits) 2019-04-01 thestig@chromium.org Remove build/secondary usage on Android. 2019-04-01 thestig@chromium.org Roll build/ c899486de..38cbca57e (115 commits) Created with: gclient setdep -r src/third_party/pdfium@d5bcd378e589 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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:855791,chromium:947060,chromium:947060,chromium:947060 TBR=dsinclair@chromium.org Change-Id: I1d764cf1510dba98e1691c0d5efb303b056c235d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548501Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646657}
-
Scott Chen authored
The toast needs to be in <welcome-app> because it needs to stay visible after cr-view-manager switches to the next module, so it cannot be in the set-as-default module itself. Bug: 906143 Change-Id: I0215e4aaa54ab37b50d5cf8d88e603657678815f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546191Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646656}
-
Findit authored
This reverts commit 1dc2db8c. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 646299 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzFkYzJkYjhjNWJhZTkzYmE0ZWVmODc1ODY1ZmQ0ZmY0NTI5OWJhZmMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/15927 Sample Failed Step: webkit_unit_tests Original change's description: > Use GrMockContext (rather than NullGL interface) in blink unit tests > > Skia's NullGL interface is deprecated, and this is the last piece of > code to use it. The Mock context is actually maintained (and simpler), > but is functionally a different backend. > > With https://skia-review.googlesource.com/c/skia/+/204221, it supports > exporting textures as "GL", enough to allow CanvasResourceProvider to > work properly in tests. That, plus adding BGRA support (done here) gets > everything passing. > > Change-Id: Id39101ed45f72e2294af9093e4610699936528ec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542239 > Reviewed-by: Brian Salomon <bsalomon@google.com> > Reviewed-by: Florin Malita <fmalita@chromium.org> > Auto-Submit: Brian Osman <brianosman@google.com> > Commit-Queue: Florin Malita <fmalita@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646299} Change-Id: I5d42dfc6e68b8c5708819cc84bfbbbb8c3f865f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546542 Cr-Commit-Position: refs/heads/master@{#646655}
-
Hector Carmona authored
Screenshot in bug. Bug: 947107 Change-Id: I6eaa1dc071379fd169e077b77fb248e20c20d5f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548605Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#646654}
-
Jeevan Shikaram authored
The favicon for the App Management page was changed from the default favicon to the favicon of the settings page. Bug: 947895, 906508 Change-Id: Ibfec0f725024430ab883b52aa2231d810a326c2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546741 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Auto-Submit: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646653}
-
Victor Costan authored
This allows the class to be shared between test files. Bug: 945204 Change-Id: I17688c4e1b5564a45c4edef56ae350f31a009dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548562 Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#646652}
-
Toni Barzic authored
Fixes a race in recommend_apps screen, where initial message was being sent to the recommend apps webview before the script to initialize it was run (and thus, the code that adds a message listener in the webview could get run after the initial message from the embedder is delivered). Note that recommned_apps_fetcher implementation has not really changed, except for: * Made RecommendAppsFetcherImpl implement RecommendAppsFetcher interface * Moved some logic from RecommentAppsFetcherImpl ctor to newly introduced Start() method Added methods to check whether an element is enabled/disabled to js_checker, and new methods for checking element visibility that test element's offsetHeight and offsetWidth - the approach with checking hidden property does not work for elements that are hidden using "display: none" CSS (e.g. recommend_apps screen buttons). BUG=947203 Change-Id: Ib8653983f202d6215fb637dcecbe8ee10f624294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546961Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#646651}
-
Hirokazu Honda authored
As stated in https://crbug.com/929849#c58, there may be a risk to enable low power encoder by default. We should perform A/B test via finch. This CL disables the feature by default, which follows chrome feature release procedure. Bug: 929849 Test: Confirm EncSliceLP is not used in appr.tc on sarien Change-Id: I34638d0490d20746cbd630c5cc7bbc8c647b75f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545437 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#646650}
-
Rakib M. Hasan authored
Bug: chromium:698902 Change-Id: I2311d9df9f822d6fe7ec9fe50a58532f644e1763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548471Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#646649}
-
Xing Liu authored
This CL introduces a core logic class to pick scheduled notifications to show. Basically it checks the configuration and impression history, and iterate all types of notification to return a list of notification. Also implements a unit test frame work for this class, more test cases will be added in following CLs. Bug: 930968 Change-Id: Ia35519fe7a8509c53fa84ab380d42214c59d4e75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546672 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#646648}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/310294adacdd..925cad816956 git log 310294adacdd..925cad816956 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 jmadill@chromium.org Add a presubmit builder. Created with: gclient setdep -r src/third_party/angle@925cad816956 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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=syoussefi@chromium.org Change-Id: I3bcf262baaa6a9dc7d90ca3f30f0b0291104020b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548498Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646647}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6c072efe9f0e..ae4b62318dba git log 6c072efe9f0e..ae4b62318dba --date=short --no-merges --format='%ad %ae %s' 2019-04-01 amithi@webrtc.org Reland "Add bindings for simulcast and RIDs in Android SDK." 2019-04-01 julien.isorce@chromium.org Improve application window picker on Mac that was not listing all apps. 2019-04-01 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e7b7dc61..29ea6db3 (646176:646310) 2019-04-01 srte@webrtc.org Adds ScaleVideoFrameBuffer to libyuv. 2019-04-01 srte@webrtc.org Adds function to calculate squared error sum to libyuv. 2019-04-01 titovartem@webrtc.org Fix params comments in network emulation layer and its usage in scenario framework 2019-04-01 titovartem@webrtc.org Follow up CL to address clang-tidy suggestions minor issues. 2019-04-01 titovartem@webrtc.org Cleanup: rename endpoint_controller_ into endpoint_container_. 2019-04-01 hta@webrtc.org RTCDataChannel: Ignore "id" when "negotiated" is false 2019-04-01 srte@webrtc.org Processing emulated network on task queue. Created with: gclient setdep -r src/third_party/webrtc@ae4b62318dba The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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:516230,chromium:None,chromium:948055 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I4075b0c0920adae9e9ae8032f5d72a0fcd3ec46f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548106Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646646}
-
Sunny Sachanandani authored
Creating decode swap chain fails with many DXVA frames. Add dump without crashing and alias to investigate. Bug: 848093 Change-Id: Ibac6fa72f5764b0d3081a0e782bba3aca676ba8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548587Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#646645}
-
Suman Kancherla authored
This is a reland of fa29f6dd The original change broke this test: WebXrVrBrowserTestStandard.TestInSessionPermissionNotificationCloseWhileVisible The reason was that the test assumes that BrowserRenderer will not change. But, with this change, BrowserRenderer will be re-created everytime StartOverlay() is called after a StopOverlay(). The fix is to dynamically query for the BrowserRenderer from VRBrowserRendererThreadWin. Original change's description: > [ui/vr] Display different inheadset notifications > > Shows a toast with instructions to exit VR session right after > session starts. > > Also, displays inheadset notifications for previously granted > permissions when entering immersive presentation, and also when > they become in-use. > > Bug: 913502, 732449, 934056, 937383 > Change-Id: I5d17732da62d07cc7d037160e1914b9fa58f1917 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527863 > Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> > Reviewed-by: Bill Orr <billorr@chromium.org> > Reviewed-by: Klaus Weidner <klausw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646117} Bug: 913502, 732449, 934056, 937383, 947927 Change-Id: Ia06d39fa3ba6c6f47072a35fd242757e4c148f0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548606Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Cr-Commit-Position: refs/heads/master@{#646644}
-
Alan Cutter authored
PwaIconView was the first PageActionIconView to make use of the label functionality. This revealed two bugs in PageActionIconView: - The text color was hard coded as kColorId_LabelDisabledColor. - OnNativeThemeChanged() didn't call the superclass resulting in uninitialised values for LabelButton::button_state_colors_. This CL fixes both issues. Before: https://bugs.chromium.org/p/chromium/issues/attachment?aid=386810&signed_aid=781DgZbUS5lVNN4F1taohA==&inline=1 After: https://bugs.chromium.org/p/chromium/issues/attachment?aid=386811&signed_aid=n-KvGoW3qBU6UsD6x72gnA==&inline=1 Change-Id: I834b7720932bab5eff93892ea7026b8d6140a720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545431 Commit-Queue: Alan Cutter <alancutter@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#646643}
-
Shu Chen authored
1) Makes MojoHelper lives as long as InputMethodEngine. This is because the mojo connection breakage should NOT be triggered by InputMethodEngine::Disable. Otherwise, the engine client and IEFR will both handle the connection error and would have race conditions. 2) Makes sure InputMethodEngineBase doesn't call GetInputContextHandler() and let subclasses to override all the methods to callback to the engine client. Bug: 937167 Change-Id: Ic567e5dca153eca9f1b2eb739c66f25a55a30088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545442Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646642}
-
Taylor Bergquist authored
Bug: 940388 Change-Id: If05f6c8dce4e089c4214d6105c60bec9ffb9ed86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548607Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#646641}
-
Drew Stonebraker authored
Android arm64 builds of monochrome need to build multiple apks with various combinations of 32-vs-64-bit chrome & webview. Each apk will need a unique version code, distinguished by the second-to-last digit (the architecture digit). This CL modifies the version code logic to support this. Bug: 946281 Test: Check chrome_versions.txt, add automated tests. Change-Id: I78b8d6fedb4c18db2442f50a027f988616e180c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540683 Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#646640}
-
Matt Mueller authored
Change-Id: Ib7fa13eb923585646a8168551637fae6bb4a3454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545498 Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#646639}
-