- 04 May, 2017 40 commits
-
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/df673c28191c..dcefccc9f0f2 $ git log df673c281..dcefccc9f --date=short --no-merges --format='%ad %ae %s' 2017-05-04 dsinclair Removing unused IFX_Pause parameters Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Ib8116680974b8967fe03da054cdfad05a6dfd721 Reviewed-on: https://chromium-review.googlesource.com/495490 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#469400}
-
mthiesse authored
BUG=718445 Review-Url: https://codereview.chromium.org/2862863002 Cr-Commit-Position: refs/heads/master@{#469399}
-
kainino authored
NameMap, which after the previous patch is no longer used by the shader/program managers, is removed, and the tests updated. Tests are also added for GetOriginalNameFromHashedName, though these don't actually hit the original error case in the bug report. That's a difficult integration issue and is tested instead by the WebGL conformance tests. Usages of GetOriginalNameFromHashedName are replaced with more specific methods calls in Program::{GetTransformFeedbackVaryings,GetUniformBlocks}. This avoids querying the unnecessary extra four info maps. BUG=716018 TEST=https://github.com/KhronosGroup/WebGL/pull/2388 TEST=https://github.com/KhronosGroup/WebGL/pull/2389 TEST=ShaderManagerTest.DoCompile 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 Review-Url: https://codereview.chromium.org/2852923004 Cr-Commit-Position: refs/heads/master@{#469398}
-
mathp authored
In the Payment Sheet and the Address selector, display the shipping option error. BUG=710004 TEST=browser_tests Review-Url: https://codereview.chromium.org/2855203002 Cr-Commit-Position: refs/heads/master@{#469397}
-
twellington authored
BUG=706683 Review-Url: https://codereview.chromium.org/2855033002 Cr-Commit-Position: refs/heads/master@{#469396}
-
stevenjb authored
Revert of MD Settings: Elim SettingsSubpageBrowsertest and SettingsPageVisibility (patchset #2 id:20001 of https://codereview.chromium.org/2852433003/ ) Reason for revert: This caused pageVisibility sub-objects to no longer be undefined which (counter intuitively) causes the sub sections to no longer be visible. There was some discussion about various approaches to fix this here: https://codereview.chromium.org/2861443003/ However no agreement was reached, so I am reverting this CL. Original issue's description: > MD Settings: Elim SettingsSubpageBrowsertest and SettingsPageVisibility > > This CL: > * Removes SettingsSubpageBrowsertest which required extra complexity > in the Settings page visibility code and only tested coarse load > times of subpages; this testing no longer has much value. > * Eliminates SettingsPageVisibility which was creating multiple > definitions of pageVisibility and generally confusing things. > * Defines pageVisibility in all cases (not just guest mode). This will > allow the use of dom-if and allows conditional pages > (i.e. androidApps) to use the same pageVisibility system. Pages still > default to visibile unless explicity set to 'false'. > > BUG=709442 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation > > Review-Url: https://codereview.chromium.org/2852433003 > Cr-Commit-Position: refs/heads/master@{#468702} > Committed: https://chromium.googlesource.com/chromium/src/+/1362453f54271dc1036fc104a01cad436c3da26c TBR=dpapad@chromium.org,hcarmona@chromium.org,michaelpg@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=709442 Review-Url: https://codereview.chromium.org/2866463002 Cr-Commit-Position: refs/heads/master@{#469395}
-
twellington authored
The toolbar color was changed in https://codereview.chromium.org/2809923003 for Chrome Home. The specified color, #424242, would have required updating tablet tab strip assets to a darker grey, which violated accessibility standards. Reverting to the old color. BUG=716351,695973 Review-Url: https://codereview.chromium.org/2859933004 Cr-Commit-Position: refs/heads/master@{#469394}
-
mcasas authored
This CL moves the interactions with android.media.FaceDetector because they are slow and trigger a "StrictMode policy violation" (at least in Debug build). Some of the parameters are made final to use them inside a Runnable. BUG=718275 Review-Url: https://codereview.chromium.org/2863553002 Cr-Commit-Position: refs/heads/master@{#469393}
-
estevenson authored
This has been a source of confusion for several developers since the old instructions are ambiguous about the last step. BUG= Review-Url: https://codereview.chromium.org/2864433005 Cr-Commit-Position: refs/heads/master@{#469392}
-
joelhockey authored
TBR=skobes@chromium.org Review-Url: https://codereview.chromium.org/2860893004 Cr-Commit-Position: refs/heads/master@{#469391}
-
paulmeyer authored
Part of what this test tests is canceling an in-progress find session by searching for another search term. The problem that was causing the flakiness was that the find session that was meant to get canceled actually finished (rarely) before the subsequent request made it to the renderer, and so the completed session was not reported as canceled. The small adjustment made in this CL is to only attempt to cancel the search that has many results, so that its find session is much less likely to complete before the next find request comes through. BUG=710486 Review-Url: https://codereview.chromium.org/2857953004 Cr-Commit-Position: refs/heads/master@{#469390}
-
lgrey authored
BUG= Review-Url: https://codereview.chromium.org/2860113002 Cr-Commit-Position: refs/heads/master@{#469389}
-
csharrison authored
This patch also makes the SB throttle pass-through if there isn't a valid DB manager. BUG=717590 Review-Url: https://codereview.chromium.org/2858483003 Cr-Commit-Position: refs/heads/master@{#469388}
-
afakhry authored
This lets tests interested in testing features related to the prefs_services inject their own into TestShellDelegate and register in it whatever prefs they want. BUG=718472 Review-Url: https://codereview.chromium.org/2861873004 Cr-Commit-Position: refs/heads/master@{#469387}
-
afakhry authored
Fix a potential crash when we have an active user, but its profile is not ready yet. BUG=713934 Review-Url: https://codereview.chromium.org/2864453003 Cr-Commit-Position: refs/heads/master@{#469386}
-
jkrcal authored
This CL adds a test for a feature added in CL 2839653002, merged to M59. The test has been implemented along with the original CL but is uploaded separately to speed up the process (avoiding deps changes). BUG=705572 Review-Url: https://codereview.chromium.org/2852383002 Cr-Commit-Position: refs/heads/master@{#469385}
-
bsheedy authored
Re-disables WebVrTest#testScreenTapsRegisteredOnCardboard, but only on L instead of of everything. TBR=dtrainor@chromium.org BUG=713781 Review-Url: https://codereview.chromium.org/2855123006 Cr-Commit-Position: refs/heads/master@{#469384}
-
kmarshall authored
Change compile targets for Linux Clang Analyzer from "all" to "chrome". R=dpranke@chromium.org BUG=689095 Review-Url: https://codereview.chromium.org/2850853002 Cr-Commit-Position: refs/heads/master@{#469383}
-
ccameron authored
This is somewhat catastrophic (it results in blank contents or black tiles), so be sure that it is captured in about:gpu. BUG=574014 Review-Url: https://codereview.chromium.org/2858683004 Cr-Commit-Position: refs/heads/master@{#469382}
-
twellington authored
Extends PromoDialog to support vector drawables, and replaces the large search_sogou.png asset with a vector drawable. Replaces 131,070 bytes with 4,834. BUG=666062 Review-Url: https://codereview.chromium.org/2857893003 Cr-Commit-Position: refs/heads/master@{#469381}
-
chfremer authored
This CL is part of the Mojo Video Capture work. For the bigger picture, see [1] CL24_part1. Goal of CL24: The interface content::VideoCaptureProvider currently has one implementation called InProcessVideoCaptureProvider, which is essentially a factory for the legacy in-process video capture stack. This CL adds a second implementation called MojoServiceVideoCaptureProvider which is essentially a wrapper for connecting to and communicating with the new video capture service. Changes in part1: * Add class MojoServiceVideoCaptureProvider * Add skeletons for classes MojoServiceVideoCaptureDeviceLauncher and MojoServiceLaunchedVideoCaptureDevice * Introduce a build flag enable_mojo_video_capture to prevent the new and incomplete code from going into builds. BUG=584797 TEST= service_unittests --gtest_filter="*Video*" content_unittests --gtest_filter="*Video*" content_browsertests --gtest_filter="VideoCaptureBrowserTest.*" [1] https://docs.google.com/a/chromium.org/document/d/1Qw7rw1AJy0QHXjha36jZNiEuxsxWslJ_X-zpOhijvI8/edit?usp=sharing Review-Url: https://codereview.chromium.org/2848973002 Cr-Commit-Position: refs/heads/master@{#469380}
-
yolandyan authored
In the JUnit4 conversion CL (https://codereview.chromium.org/2815453003) super.tearDown() call was mistakenly removed. BUG=718454 Review-Url: https://codereview.chromium.org/2861433006 Cr-Commit-Position: refs/heads/master@{#469379}
-
dnj authored
Hard-code TEMPDIR/TMPDIR for "Xvfb" to "/tmp" in webkitpy's Linux layout test port. The Xvfb tool's "xkb" library compiles in "/tmp" in several places, and hard-linking expectations get violated if TEMPDIR and "/tmp" are on different filesystems. BUG=chromium:715848 TEST=local - Ran without patch and TEMPDIR/TMPDIR overrides, verified hardlink failure from bug. - Ran with patch, no more hardlink failure! Review-Url: https://codereview.chromium.org/2859703002 Cr-Commit-Position: refs/heads/master@{#469378}
-
thestig authored
- Consolidate callback factories in OutOfProcessInstance. - Make PDFEngine::Create() return a unique_ptr. - Unify LoadUrl methods. Review-Url: https://codereview.chromium.org/2837663002 Cr-Commit-Position: refs/heads/master@{#469377}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/8384757b2b00..df673c28191c $ git log 8384757b2..df673c281 --date=short --no-merges --format='%ad %ae %s' 2017-05-04 dsinclair Cleanup more null IFX_Pause parameters 2017-05-04 dsinclair Remove some unused IFX_Pause params Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I6195944d1434725871e800f62e1097275e84f5f7 Reviewed-on: https://chromium-review.googlesource.com/495411 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#469376}
-
rsesek authored
On Mac, //base/threading uses CoreFoundation, which causes forked child processes to violate the framework's requirement that CF may not be used after-fork-before-exec. BUG=717490 R=mark@chromium.org Review-Url: https://codereview.chromium.org/2865453002 Cr-Commit-Position: refs/heads/master@{#469375}
-
dfalcantara authored
Seems the option isn't ready to click on immediately. Wait until the option is non-null before moving forward. BUG=718461 Review-Url: https://codereview.chromium.org/2861003002 Cr-Commit-Position: refs/heads/master@{#469374}
-
eroman authored
Review-Url: https://codereview.chromium.org/2854263004 Cr-Commit-Position: refs/heads/master@{#469373}
-
wnwen authored
Bugs causing split-project and use-gradle-resources to not work correctly. Also fix the jinja template. BUG=620034 Review-Url: https://codereview.chromium.org/2858233002 Cr-Commit-Position: refs/heads/master@{#469372}
-
dtrainor authored
- Add the BackgroundDownloadService interface and associated files. Set up the test hooks and tie it into the proper Chrome and component_unittest targets. BUG=717180 Review-Url: https://codereview.chromium.org/2851303003 Cr-Commit-Position: refs/heads/master@{#469371}
-
szager authored
The existing logic for checking whether the compositor has a scroll corner layer is insufficient. When the compositor runs UpdateOverflowControlsLayers, it will delete its scroll corner layer if the scroll corner isn't visible. In this case, the paint code should not try to paint the scroll corner. The existing code causes a number of crashes in compositing tests when this patch is applied: https://codereview.chromium.org/2860433002 BUG=701575 R=pdr@chromium.org,chrishtr@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2857333004 Cr-Commit-Position: refs/heads/master@{#469370}
-
rouslan authored
This patch adds web platform tests that verify behavior of PaymentRequest constructor. To match the spec, PaymentRequest constructor in this patch has been changed to: - Check for secure context before validating any parameters. - Check the amount value first before checking the rest of the fields in each line item. - Determine the selected shipping option even if requestShipping is false. - Validate shipping options even if requestShipping is false. - Validate shipping options before checking for duplicate shipping option IDs. - Allow empty line item labels (but discourage via a console warning). - Allow empty shipping option ID (but discourage via a console warning). - Allow empty list of modifiers. Because of changes in the WebIDL, certain conditions are not possible, so they are ensured via DCHECK() in this patch instead of if statements before this patch: - Total is always present. - Every line item has a label and amount. - Every amount has value and currency. - Every shipping option has an ID. - Shipping type is always valid. Invalid shipping type ("delivery", "shipping", or "pickup") is now impossible because the WebIDL specifies it as an enum. Therefore, there's no need for additional validation there. To help developers better decipher the behavior of the API, error messages have been improved in this patch. For example: "'-1/3' is not a valid amount for total." Spec: https://w3c.github.io/browser-payment-api/#constructor BUG=705252 Review-Url: https://codereview.chromium.org/2851383002 Cr-Commit-Position: refs/heads/master@{#469369}
-
sammiequon authored
Previously only overflow shelf to main shelf, now bidirectional. TEST=ash_unittests --gtest_filter="ShelfViewTest.*" BUG=710228 Review-Url: https://codereview.chromium.org/2820693004 Cr-Commit-Position: refs/heads/master@{#469368}
-
asvitkine authored
Also removes obsolete config for UMA_EnableCellularLogUpload. BUG=none Review-Url: https://codereview.chromium.org/2860103002 Cr-Commit-Position: refs/heads/master@{#469367}
-
kumarniranjan authored
The delay not fix the bug on Rialto, so I'm removing it. BUG=chromium:710716 TEST=unit test Review-Url: https://codereview.chromium.org/2854393003 Cr-Commit-Position: refs/heads/master@{#469366}
-
chengx authored
JumpList Currently there're lots of redundant of favicon loading calls in JumpList update. The total time cost of one favicon loading process consists of the runtime of one StartLoadingFavicon call, one asynchronous GetFaviconImageForPageURL call and one OnFaviconDataAvailable call. UMA currently knows the total amount of GetFaviconImageForPageURL function calls and their runtime distribution. However, UMA doesn't know its exact contribution from the JumpList update. It would be nice to log some information from the JumpList class so that we know how much we can possibly improve. BUG=40407, 179576, 717236 Review-Url: https://codereview.chromium.org/2860573005 Cr-Commit-Position: refs/heads/master@{#469365}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/40c0f249e60d..342a9fa8e1c0 $ git log 40c0f249e..342a9fa8e --date=short --no-merges --format='%ad %ae %s' 2017-05-03 reed add virtual to support CTFontRef 2017-05-04 jvanverth Combine the ambient and spot alphas into the base color for geometric shadows. 2017-05-03 mtklein move dither after the transfer function 2017-05-04 jvanverth Fix spot shadow inset. Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=scroggo@chromium.org Change-Id: I2780f89bfa9ceb98595691be9caf8c4b0d44706a Reviewed-on: https://chromium-review.googlesource.com/495571Reviewed-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@{#469364}
-
lukasza authored
This CL was generated mechanically with: $ git grep -l m_scriptState -- third_party/WebKit/Source | \ xargs -n 1 sed -i -e 's/\bm_scriptState\b/script_state_/g' No intended behavior change. BUG=675877 Review-Url: https://codereview.chromium.org/2857853007 Cr-Commit-Position: refs/heads/master@{#469363}
-
estade authored
This still can't be removed until secondary MD is on by default (and it can't be protected for now either since Translate is still using it). Rename to SetStyleDeprecated to discourage further use. BUG=642920 Review-Url: https://codereview.chromium.org/2855093002 Cr-Commit-Position: refs/heads/master@{#469362}
-
vabr authored
The tested settings have a button just at the bottom end of the screen on small devices. Tapping the button results in showing a snackbar, which covers the button on small devices. testCopyPasswordToast in particular needs to tap the copy button twice. The second tap was impossible on small devices because the snackbar was still around, blocking the button. This CL adds two actions to prevent this issue: (1) While checking for the snackbar, the test also taps it, causing it to close. The test waits for the fade-out animation to finish. (2) The test also uses usingSearchAction:grey_scrollInDirection to ask EarlGrey to scroll until the control is clickable. Even though either single option from the above would fix the current issue, the CL contains both: (2) because it will also be useful on smaller devices, e.g., should we start testing in landscape mode (see https://crbug.com/717548 and also https://crbug.com/717163 for another blocker for landscape mode), where the buttons will be off the screen instead of just being covered. It also includes (1), because cleaning up the snackbar explicitly seems like a reasonable thing to do. Speaking of cleaning up, the CL also: (3) Forcibly closes all passwords-related snackbars on teardown. This will be useful when the test fails in the middle, leaving a snackbar up. If not foce-closed, such snackbar would remain visible for (currently) 4 seconds, which might be enough to interfere with the next test. The CL also applied (1) and (2) to two other tests in the same suite as well. Those deal with similar buttons, which are currently high enough not to experience the problem with being blocked. This secures them in case that, e.g., the layout changes in the future. Note that while (2) is clearly beneficial, it also has a drawback: the search action takes a considerable amount of time (about 2 seconds per one scrolling step on my computer). With it, the tests are more likely to time out. If there is an issue with timing out in the future, we should increase kScrollAmount to speed up the scrolling, or split long tests (testCopyPasswordToast is a particular candidate). BUG=718043 Review-Url: https://codereview.chromium.org/2860453004 Cr-Commit-Position: refs/heads/master@{#469361}
-