- 16 Sep, 2016 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/57bf8bed..485e2dcf Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_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=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2348823003 Cr-Commit-Position: refs/heads/master@{#419316}
-
dpranke authored
Now that GN supports a form of `analyze` directly, this patch updates //tools/mb to use it rather than working awkwardly through `gn refs`. The MB implementation now is mostly responsible for mapping ninja targets to labels, calling GN, and then mapping returned labels back to ninja targets. Eventually we should update the recipes to just pass labels around instead. One significant change is that now we need entries in gn_isolate_map.pyl for every target listed in 'additional_compile_targets' and 'isolated_scripts' as well as in 'gtest_tests', because we have to remap everything to the GN labels, not just tests for swarming. We should switch everything to using GN labels directly, but that'll require follow-on CLs. R=brettw@chromium.org BUG=555273 Review-Url: https://codereview.chromium.org/2298403002 Cr-Commit-Position: refs/heads/master@{#419315}
-
dmazzoni authored
BUG=647049 Review-Url: https://codereview.chromium.org/2333333004 Cr-Commit-Position: refs/heads/master@{#419314}
-
dmazzoni authored
On Mac OS X, the accessible name of an object can be exposed in three different ways: AXTitle: for visible text AXDescription: for accessible text (like image "alt" or aria-label) AXTitleUIElement: for controls labeled by another element VoiceOver is kind of picky, it only wants us to expose just one of the three, not multiple ones, but to be more confusing it ignores AXTitleUIElement if it's not a control. The bug here was that there was an obscure case where a checkbox's name came from a label, but the label's text was "hidden" by a heuristic that tries to combine the checkbox and its text into a single element for simplicity. All of that is fine, but we were exposing AXTitleUIElement for the checkbox when the element it pointed to had empty text. The fix is just to make sure the element pointed to by AXTitleUIElement actually has text, otherwise we fall back on AXTitle. BUG=646846 Review-Url: https://codereview.chromium.org/2348663002 Cr-Commit-Position: refs/heads/master@{#419313}
-
alexmos authored
BUG=647712 Review-Url: https://codereview.chromium.org/2345673005 Cr-Commit-Position: refs/heads/master@{#419312}
-
cbiesinger authored
This fixes the main remaining assertion in legacy/ng interop. BUG=635619 R=eae@chromium.org,ikilpatrick@chromium.org,glebl@chromium.org Review-Url: https://codereview.chromium.org/2347283002 Cr-Commit-Position: refs/heads/master@{#419311}
-
sclittle authored
This will make it easier to add a content/ directory to the previews component later. BUG= Review-Url: https://codereview.chromium.org/2333003002 Cr-Commit-Position: refs/heads/master@{#419310}
-
glebl authored
1) This will set a writing mode to the fragment builder so it can be used at the time when we calculate a physical fragment. 2) Change computeMargin to accept 2 more parameters: Direction and writing mode. TEST=NGBlockLayoutAlgorithmTest.LayoutBlockChildrenWithWritingMode BUG=635619 Review-Url: https://codereview.chromium.org/2347773002 Cr-Commit-Position: refs/heads/master@{#419309}
-
xiyuan authored
Reset |oobe_ui_| in ShowLoginScreen is legacy code back when there are separate OobeDisplay and LoginDisplay. OobeDisplay is no longer needed when login screen is shown. This has changed as there is only one LoginDisplay and |oobe_ui_| is used for both OOBE and login. And it should not change during the lifetime of WizardController. BUG=647742 Review-Url: https://codereview.chromium.org/2341613006 Cr-Commit-Position: refs/heads/master@{#419308}
-
rtoy authored
Slightly increase some thresholds for tests that were failing on OSX 10.11. TBR=hongchan@chromium.org BUG=626449 TEST=constructor/periodicwave.html Review-Url: https://codereview.chromium.org/2345913004 Cr-Commit-Position: refs/heads/master@{#419307}
-
mdjones authored
This change clears the recorded event cache in the OverlayPanelEventFilter when it does not consume a touch event. This should prevent beginning event streams with something other than ACTION_DOWN. BUG=613069 Review-Url: https://codereview.chromium.org/2342223002 Cr-Commit-Position: refs/heads/master@{#419306}
-
einbinder authored
BUG=607690 Review-Url: https://codereview.chromium.org/2331053002 Cr-Commit-Position: refs/heads/master@{#419305}
-
eostroukhov authored
BUG=594160 Review-Url: https://codereview.chromium.org/2345873002 Cr-Commit-Position: refs/heads/master@{#419304}
-
muyuanli authored
ArcWallpaperService now observes wallpaper change and notifies Android, which will use it to broadcast ACTION_WALLPAPER_CHANGED. Test=Change wallpaper with CrOS wallpaper picker and verify with Android app that listens wallpaper changed broadcast. Bug=642465 Review-Url: https://codereview.chromium.org/2345153002 Cr-Commit-Position: refs/heads/master@{#419303}
-
drcrash authored
BUG=647480 TEST=manual Review-Url: https://codereview.chromium.org/2340933004 Cr-Commit-Position: refs/heads/master@{#419302}
-
afakhry authored
Hide developer accelerators behind --ash-developer-shortcuts command line switch. BUG=642945,642551 Review-Url: https://codereview.chromium.org/2323863002 Cr-Commit-Position: refs/heads/master@{#419301}
-
eroman authored
These are not ready to be exposed as API yet, as the structure and types of errors is still being adjusted. They aren't needed for testing either, since it is using text comparisons. BUG=634443 Review-Url: https://codereview.chromium.org/2342973003 Cr-Commit-Position: refs/heads/master@{#419300}
-
estade authored
Rename DownloadItemViewMd to DownloadItemView. Remove a whole bunch of unused assets. Huzzah! BUG=none Review-Url: https://codereview.chromium.org/2346043002 Cr-Commit-Position: refs/heads/master@{#419299}
-
hlopko authored
This cl adds very basic tests for general trace wrappers features. And enables TraceWrappables runtime enabled feature for tests! LOG=no BUG=468240 Review-Url: https://codereview.chromium.org/2301213003 Cr-Commit-Position: refs/heads/master@{#419298}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2344273002 Cr-Commit-Position: refs/heads/master@{#419297}
-
xiyuan authored
The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. Review-Url: https://codereview.chromium.org/2347013002 Cr-Commit-Position: refs/heads/master@{#419296}
-
eroman authored
BUG=634443 Review-Url: https://codereview.chromium.org/2346663002 Cr-Commit-Position: refs/heads/master@{#419295}
-
jaydasika authored
BUG=642054 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2345793003 Cr-Commit-Position: refs/heads/master@{#419294}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/cde5101eb15b..e9988dd65e74 $ git log cde5101eb..e9988dd65 --date=short --no-merges --format='%ad %ae %s' 2016-09-16 npm Reduce duplicated code in CPDF_Document by adding auxiliary methods TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2345933003 Cr-Commit-Position: refs/heads/master@{#419293}
-
dpapad authored
BUG=640937,640167 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2341383002 Cr-Commit-Position: refs/heads/master@{#419292}
-
kumarniranjan authored
BUG=639044 TEST=browser test CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2343183003 Cr-Commit-Position: refs/heads/master@{#419291}
-
fs authored
Rather than having code to compute the reference box for the various clients that use FilterEffectBuilder in the class itself, let clients compute the desired reference box themselves and pass it along. This separates concerns, and makes code for computing the reference box less defensive. It also eliminates the need to add even more cases in the future (like for SVG shorthand support.) Also push calls to resolveReferenceFilters() in PaintLayer closer to the filter-building calls, and rename computeFilterOperations to addReflectionToFilterOperations. This allows us to eliminate a redundant call to resolveReferenceFilters() in the mapRectForFilter() code-path. BUG=439970 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2343173002 Cr-Commit-Position: refs/heads/master@{#419290}
-
spqchan authored
- Refactored LocationBarViewMac so that animations are not called in Layout() - Added flags for the security state decoration BUG=642977, 646047 Review-Url: https://codereview.chromium.org/2336423002 Cr-Commit-Position: refs/heads/master@{#419289}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e7904f3979e2..b6318bf44dd8 $ git log e7904f397..b6318bf44 --date=short --no-merges --format='%ad %ae %s' 2016-09-16 herb Compile the skia library for windows using gn. 2016-09-16 halcanary Revert of SkPDF: Implement /ActualText to make text extraction correct. (patchset #11 id:220001 of https://codereview.chromium.org/2322403002/ ) 2016-09-16 bungeman Sane use of FcPatternGetXXX in SkFontConfigInterface. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2347103004 Cr-Commit-Position: refs/heads/master@{#419288}
-
vmpstr authored
This patch removes some traces that are not as useful, but happen a lot. R=danakj BUG=647363 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2347123005 Cr-Commit-Position: refs/heads/master@{#419287}
-
yusukes authored
BUG=647485 TEST=try, manually tested the case in b:31406784 Review-Url: https://codereview.chromium.org/2348673002 Cr-Commit-Position: refs/heads/master@{#419286}
-
lukasza authored
This CL avoids future presubmit violations like the one quoted below: ** Presubmit Warnings ** Found changes to IPC files without a security OWNER! *************** content/shell/common/OWNERS is missing the following lines: per-file *_messages*.h=set noparent per-file *_messages*.h=file://ipc/SECURITY_OWNERS for changed files: content/shell/common/shell_messages.h *************** The presubmit checks performed above were added in r400748. BUG=611905 Review-Url: https://codereview.chromium.org/2342903004 Cr-Commit-Position: refs/heads/master@{#419285}
-
bsep authored
In order to deprecate or remove these values we need to measure usage. BUG=642613 Review-Url: https://codereview.chromium.org/2345583005 Cr-Commit-Position: refs/heads/master@{#419284}
-
yoav authored
Make sure that isLinkPreload flag is turned off when the resource is used, making sure that it can be cleared earlier. BUG=635483 Review-Url: https://codereview.chromium.org/2319483002 Cr-Commit-Position: refs/heads/master@{#419283}
-
kraush authored
Dependent on device screen sizes, scrolling can lead to 1px deviations from anticipated scroll values on Android devices. This change alters touch_action_browsertest to allow those deviations. BUG=647719 Review-Url: https://codereview.chromium.org/2347903002 Cr-Commit-Position: refs/heads/master@{#419282}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/66c91bb5..57bf8bed Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_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=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2348973002 Cr-Commit-Position: refs/heads/master@{#419281}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2347253002 Cr-Commit-Position: refs/heads/master@{#419280}
-
iclelland authored
BUG=647776 TBR=alancutter Review-Url: https://codereview.chromium.org/2342373003 Cr-Commit-Position: refs/heads/master@{#419279}
-
jdufault authored
The stylus tools would be shown previous when adding a supervised user. They could also be shown by ejecting the stylus at any point. This CL also causes the active mode to turn off when the user inserts the stylus. BUG=647025 Review-Url: https://codereview.chromium.org/2346833003 Cr-Commit-Position: refs/heads/master@{#419278}
-
dpranke authored
In order to roll GN 764c7362..668b150d (r417994:r419236) and pick up the following changes: 3d56c98e Make rebase_path("//foo", "//foo") resolve to "." (not "../foo") ac509606 Fix various issues with `gn analyze`. 8c0eb8ed Remove GYP files in breakpad, build, and tools. TBR=brettw@chromium.org Review-Url: https://codereview.chromium.org/2345323002 Cr-Commit-Position: refs/heads/master@{#419277}
-