- 15 May, 2015 40 commits
-
-
brucedawson authored
Change https://codereview.chromium.org/1014543006 was supposed to disable AutomationApiTest.Mixins because it is flaky (it fails ~8% of the time on Windows, and is also flaky on Linux). However the disabling didn't work because the newly created MAYBE_Mixins macro is never used. This fixes that by renaming the test. The line that always fails is: assertEq(2, input.textSelStart); The output is: Actual: 0 Expected: 2 R=ellyjones@chromium.org TBR=aboxhall@chromium.org BUG=467921 Review URL: https://codereview.chromium.org/1129733004 Cr-Commit-Position: refs/heads/master@{#330202}
-
erg authored
This moves native_viewport_service into core_services on desktop mandoline builds, colocating the service with the surfaces service. We can't do this on android yet because android does some tricks with the ApplicationLoader to make the native_viewport_service run in the shell's main thread. BUG=484234 Review URL: https://codereview.chromium.org/1135703004 Cr-Commit-Position: refs/heads/master@{#330201}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f3c3784..db1f311 TBR=timvolodine@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/1138873004 Cr-Commit-Position: refs/heads/master@{#330200}
-
kkimlabs authored
Added to GYP recently https://codereview.chromium.org/1136953009 . Adding the same flag to GN. Also update android_tools' BUILD.gn to use v14_skip BUG=487391 Review URL: https://codereview.chromium.org/1147483002 Cr-Commit-Position: refs/heads/master@{#330199}
-
gcasto authored
BUG=486739 Review URL: https://codereview.chromium.org/1138603005 Cr-Commit-Position: refs/heads/master@{#330198}
-
jvoung authored
This pulls in the following Native Client changes: 7aaf68d: (dschuff@chromium.org) Fix mode of run.py a55fb84: (sbc@chromium.org) Update ARM sysroot in toolchain_revisions/arm_trusted.json a0d24db: (bradnelson@chromium.org) Enabling asan pnacl toolchain builders. 9f62c3e: (sbc@chromium.org) Update QEMU version 1.0.1 -> 2.3.0 e04b61c: (kschimpf@google.com) Fix typo in iss https://codereview.chromium.org/1140793002 ce18634: (sbc@chromium.org) Roll ARM sysroot image to bring in new QEMU version 4e5d3d4: (mseaborn@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 30d4b12: (mcgrathr@chromium.org) toolchain_build: Update glibc revision 0beb554: (jvoung@chromium.org) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS 473ef0b: (jvoung@chromium.org) Update revision for PNaCl 2da5677: (sbc@chromium.org) Re-enable some ARM qemu tests now that we are using 2.3.0 862ca26: (dschuff@chromium.org) pnacl-ld: Don't run expand-varargs with relocatable output BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1141073004 Cr-Commit-Position: refs/heads/master@{#330197}
-
alexst authored
In the past due to a kernel error, modesetting with a null fb didn't release the front buffer, this workaround was put in place. Kernel bug was fixed and this is no longer needed. BUG= Review URL: https://codereview.chromium.org/1130613003 Cr-Commit-Position: refs/heads/master@{#330196}
-
lcwu authored
Make BrowserCdmCast::Initialize() a virtual function so that a subclass can override the initialization routine. BUG=internal b/20222899 Review URL: https://codereview.chromium.org/1124073006 Cr-Commit-Position: refs/heads/master@{#330195}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/27e517a..4657068 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1138433006 Cr-Commit-Position: refs/heads/master@{#330194}
-
dmazzoni authored
The code that tried to inject ChromeVox into WebViews in chrome_web_view_guest_delegate.cc wasn't working. Instead, this allows whitelisted content scripts to be injected into WebViews. BUG=484904 Review URL: https://codereview.chromium.org/1140173003 Cr-Commit-Position: refs/heads/master@{#330193}
-
ckehoe authored
Review URL: https://codereview.chromium.org/1130063002 Cr-Commit-Position: refs/heads/master@{#330192}
-
grt authored
BUG=488489 TEST=With Chrome SxS running, allow Google Update to download and install an update, then navigate to chrome://help. It should report that a restart is needed. R=pkasting@chromium.org Review URL: https://codereview.chromium.org/1129733003 Cr-Commit-Position: refs/heads/master@{#330191}
-
jdduke authored
Fix an issue where the selection handles remain hidden if "empty" selection updates occur after a longpress but before the nonempty selection update. BUG=393025 NOTRY=true Review URL: https://codereview.chromium.org/1139123009 Cr-Commit-Position: refs/heads/master@{#330190}
-
jcivelli authored
Passing down the URL parameters given to the MojoShellActivity from the intent and making it handle HTTP/HTTPS URLs. BUG=None Review URL: https://codereview.chromium.org/1126323003 Cr-Commit-Position: refs/heads/master@{#330189}
-
agrieve authored
This is in preparation for for creating abi splits BUG=484797 Review URL: https://codereview.chromium.org/1140763002 Cr-Commit-Position: refs/heads/master@{#330188}
-
jeremyim authored
This permits determining the impact on HTTP vs HTTPS Data Reduction Proxy use by changing the secure proxy check behavior (per the changelist https://codereview.chromium.org/1132083004/). BUG=466753 Review URL: https://codereview.chromium.org/1137583004 Cr-Commit-Position: refs/heads/master@{#330187}
-
dzhioev authored
First-run tutorial is shown for regular ephemeral users, but only if we 100% sure that this user has never seen the tutorial yet. BUG=333264 TEST=manually Review URL: https://codereview.chromium.org/1141163003 Cr-Commit-Position: refs/heads/master@{#330186}
-
https://codereview.chromium.org/1140573004reed authored
BUG= Review URL: https://codereview.chromium.org/1133743003 Cr-Commit-Position: refs/heads/master@{#330185}
-
Hans Wennborg authored
This reverts https://crrev.com/5171d85366fe1bd7c1de43e866adc3c3e50bc419 BUG=none TBR=thakis Review URL: https://codereview.chromium.org/1131933004 Cr-Commit-Position: refs/heads/master@{#330184}
-
yusufo authored
Currently the utility call for emphasizing urls uses useDarkText as a signal to decide whether https scheme should be colored. Since with theme colors this logic gets more compicated, this change adds another explicit param to control the coloring of https. BUG=482780 Review URL: https://codereview.chromium.org/1137353004 Cr-Commit-Position: refs/heads/master@{#330183}
-
rkc authored
This CL implements the RegisterAdvertisement and UnregisterAdvertisement functions for the Chrome API. BUG=466375 Review URL: https://codereview.chromium.org/1132173002 Cr-Commit-Position: refs/heads/master@{#330182}
-
erg authored
There was a mismatch between core_services_initialization.cc, the BUILD.gn file, and the package listing. BUG=484234 Review URL: https://codereview.chromium.org/1141593004 Cr-Commit-Position: refs/heads/master@{#330181}
-
payal.pandey authored
BUG=457697 Review URL: https://codereview.chromium.org/1146473002 Cr-Commit-Position: refs/heads/master@{#330180}
-
bnc authored
This CL lands server change 91813814 by birenroy. BUG=488484 Review URL: https://codereview.chromium.org/1134603005 Cr-Commit-Position: refs/heads/master@{#330179}
-
wolenetz authored
Adds an error log entry to chrome://media-internals when MSE's MP4 stream parser detects an unfragmented MP4. This error log should help make it more clear why the parse fails in this unfortunately common case. BUG=487410 R=dalecurtis,chcunningham TEST=Manually verified the log entry occurs for the repro in bug 487410. Review URL: https://codereview.chromium.org/1147453002 Cr-Commit-Position: refs/heads/master@{#330178}
-
bnc authored
This CL lands server change 91620063 by elving. BUG=488484 Review URL: https://codereview.chromium.org/1123153003 Cr-Commit-Position: refs/heads/master@{#330177}
-
bnc authored
This CL lands server change 93659491 by mpw. BUG=488484 Review URL: https://codereview.chromium.org/1139953003 Cr-Commit-Position: refs/heads/master@{#330176}
-
amistry authored
At the same time, add a "disable" flag as an escape hatch for when things go bad. BUG=467832 Review URL: https://codereview.chromium.org/1124083004 Cr-Commit-Position: refs/heads/master@{#330175}
-
davidben authored
Summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/771a138..a07c0fc This pulls in the SSL_get_current_cipher fix. BUG=none Review URL: https://codereview.chromium.org/1126233010 Cr-Commit-Position: refs/heads/master@{#330174}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7e26b7f..f3c3784 TBR=timvolodine@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/1140253002 Cr-Commit-Position: refs/heads/master@{#330173}
-
dbeam authored
It doesn't seem like the suggestions page has been used in a while. There's a bunch of code that says: if (IsSuggestionsPageEnabled()) { ... } But the implementation of the feature switching method is: bool IsSuggestionsPageEnabled() { return false; // Maybe we'll use this someday. } We shouldn't bloat the binary for a "maybe we'll use it later". BUG=329637 R=estade@chromium.org Review URL: https://codereview.chromium.org/1141843004 Cr-Commit-Position: refs/heads/master@{#330172}
-
chrisha authored
Make session restore forced tab load delay Finch configurable, and separate first tab loads from subsequent. BUG=472772 Review URL: https://codereview.chromium.org/1130673003 Cr-Commit-Position: refs/heads/master@{#330171}
-
senorblanco authored
Make one part handle updating status (now private, and called automatically when content or viewport params change), and one part called on commit or renderer change. BUG=464892 Review URL: https://codereview.chromium.org/1134123005 Cr-Commit-Position: refs/heads/master@{#330170}
-
bshe authored
BUG=484699 Review URL: https://codereview.chromium.org/1128173003 Cr-Commit-Position: refs/heads/master@{#330169}
-
yzshen authored
This CL supports HTTPConnectionDelegate.OnReceivedRequest() and adds corresponding tests. The following work will be in future CLs: - support WebSocket. - more tests. BUG=478249 TEST=Newly-added tests. Review URL: https://codereview.chromium.org/1128863004 Cr-Commit-Position: refs/heads/master@{#330168}
-
lof84 authored
This CL fixes WebLayerImplFixedBoundsTest.CompareToWebLayerImplComplex and WebLayerImplFixedBoundsTest.CompareToWebLayerImplSimple tests. BUG=440441 R=enne, danakj Review URL: https://codereview.chromium.org/1130123005 Cr-Commit-Position: refs/heads/master@{#330167}
-
mmenke authored
BUG=None Review URL: https://codereview.chromium.org/1141233002 Cr-Commit-Position: refs/heads/master@{#330166}
-
tfarina authored
Tested on Linux with the following command lines: $ gn gen out-gn/Debug $ gn check out-gn/Debug //gpu:* BUG=367595, 376000 TEST=see above R=sievers@chromium.org,dpranke@chromium.org TBR=brettw@chromium.org # for .gn Review URL: https://codereview.chromium.org/1136283008 Cr-Commit-Position: refs/heads/master@{#330165}
-
tfarina authored
This is necessary because it is one of the dependencies of the 'blink_tests' group that should be built. BUG=483171 R=avi@chromium.org,dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1138653004 Cr-Commit-Position: refs/heads/master@{#330164}
-
mnaganov authored
The component was experimental and uses org.apache.http library, which is now deprecated in Android. BUG=488202 TBR=erikwright@chromium.org Review URL: https://codereview.chromium.org/1142463003 Cr-Commit-Position: refs/heads/master@{#330163}
-