- 26 Jan, 2015 40 commits
-
-
nyquist authored
- Makes components_browsertests swarmable. - Adds components_browsertests to the main waterfall for linux, mac and win bots. - Updates the chromium tryserver to run components_browsertests as swarmable. - Add content_shell as a dependency for components_browsertests for Mac, which is needed for the Content Shell helper on that platform. The original CL did not add content_shell as a dependency for components_browsertests, which made the build step for the isolate flaky dependent upon whether content_shell happened to have already been built. BUG=311270 Original CL: Review: https://codereview.chromium.org/863023003/ Committed: https://crrev.com/7a3df3b7171fa87f556d22803fdc02a67e975865 Cr-Commit-Position: refs/heads/master@{#312886} Revert CL: https://codereview.chromium.org/856323003/ Committed: https://crrev.com/27ac8082963904942aaebcbf85620ae6e27ad5c9 Cr-Commit-Position: refs/heads/master@{#312976} Review URL: https://codereview.chromium.org/874843002 Cr-Commit-Position: refs/heads/master@{#313163}
-
ddorwin authored
Invert the logic now that unprefixed EME APIs are enabled by default. BUG=394918 TEST=Encrypted Media browser tests pass. Review URL: https://codereview.chromium.org/865793003 Cr-Commit-Position: refs/heads/master@{#313162}
-
nednguyen authored
Currently, unrecoverable exception raised during a user story run does not create a failure value for that user story. This leads to confusing log output by gtest_progress_reporter. This patch fixes this by catching unrecoverable exception and add failure value to the currently user story value. This patch also improve unittest in user_story_runner_unittest to make sure that the stdout output captures the raise exceptions. BUG=448827 Review URL: https://codereview.chromium.org/875993002 Cr-Commit-Position: refs/heads/master@{#313161}
-
oshima authored
BUG=None Review URL: https://codereview.chromium.org/876863002 Cr-Commit-Position: refs/heads/master@{#313160}
-
sriramsr authored
Split FullscreenController to MouseController (and leave fullscreen related parts in original class). ExclusiveAccessManager is responsible for coordinating the different exclusive access controllers. BUG=166928 TEST=Requires MANUAL testing of fullscreen and pointer/mouse lock is required as tests are disabled for being flaky Review URL: https://codereview.chromium.org/836933005 Cr-Commit-Position: refs/heads/master@{#313159}
-
dalecurtis authored
It's accessed concurrently on the render thread and the media thread internally and externally. BUG=452093 TEST=none Review URL: https://codereview.chromium.org/879483004 Cr-Commit-Position: refs/heads/master@{#313158}
-
morrita authored
This is another preparation for crbug.com/448190. This change encapsulates a platform file as a MessageAttachment abstract class and its subclass called PlatformFileAttachment. This abstraction allows MessageAttachmentSet to contain not only platform files, but also a mojo MessagePipes, which will be encapsulated by another MessageAttachment subclass. BUG=448190 R=agl@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/856443003 Cr-Commit-Position: refs/heads/master@{#313157}
-
oshima authored
BUG=450703 R=mukai@chromium.org Review URL: https://codereview.chromium.org/866403006 Cr-Commit-Position: refs/heads/master@{#313156}
-
raymes authored
Currently they don't get displayed at all! BUG=450232 TBR=sammc@chromium.org Review URL: https://codereview.chromium.org/867123002 Cr-Commit-Position: refs/heads/master@{#313155}
-
fmalita authored
Rebaselined in Blink. BUG=449873 TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/872183003 Cr-Commit-Position: refs/heads/master@{#313154}
-
bustamante authored
The bypass smoke test uses an existing browser session, where the favicon requewst has already been made and completed through the data saver proxy. When the favicon is requested again during the bypass test, it will still appear to come through the proxy causing the case to fail. If instead we use a fresh browser session, bypass works as expected for the favicon. In general, it's good practice to make tests as atomic as possible, so this should be better design for the smoke tests (although it adds ~12 seconds to the total execution time). BUG=452161 Review URL: https://codereview.chromium.org/862803004 Cr-Commit-Position: refs/heads/master@{#313153}
-
sorin authored
BUG=450337 Review URL: https://codereview.chromium.org/877763003 Cr-Commit-Position: refs/heads/master@{#313152}
-
sque authored
BUG=chromium:268984 TEST=All tests pass in SessionRestoreBrowserTest and BetterSessionRestoreBrowserTest Signed-off-by:
Simon Que <sque@chromium.org> Review URL: https://codereview.chromium.org/871013006 Cr-Commit-Position: refs/heads/master@{#313151}
-
vitalybuka authored
DeviceDescription::id is set from "gcd_id" value. DeviceDescription::type is set from "class" value. Removed some unused values. BUG=449864 Review URL: https://codereview.chromium.org/861523002 Cr-Commit-Position: refs/heads/master@{#313150}
-
fmalita authored
BUG=452219 TBR=senorblanco@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/875203002 Cr-Commit-Position: refs/heads/master@{#313149}
-
dtseng authored
Review URL: https://codereview.chromium.org/845693004 Cr-Commit-Position: refs/heads/master@{#313148}
-
Adam Langley authored
net: add a number of .gov HSTS entries. Cr-Commit-Position: refs/heads/master@{#313147}
-
ananta authored
We need to use Widget::SetBounds in place of Widget::SetSize as the position of the window may have changed. BUG=374705 TEST=Covered by views_unittest DesktopAuraWidgetTest.TopLevelOwnedPopupRepositionTest Review URL: https://codereview.chromium.org/871813003 Cr-Commit-Position: refs/heads/master@{#313146}
-
jsbell authored
Reject a message with a bogus object id, rather than null crashing. BUG=451752 R=cmumford@chromium.org Review URL: https://codereview.chromium.org/874983003 Cr-Commit-Position: refs/heads/master@{#313145}
-
vitalybuka authored
v1 uses "X-Privet-Auth". v3 uses "Authorization". Privet v3 client should use "Authorization: Privet anonymous" before pairing. BUG=449864 Review URL: https://codereview.chromium.org/878463002 Cr-Commit-Position: refs/heads/master@{#313144}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/873483005 Cr-Commit-Position: refs/heads/master@{#313143}
-
Adam Langley authored
net: manual removal of segu-info.com.ar from HSTS list. Cr-Commit-Position: refs/heads/master@{#313142}
-
juanlang authored
Only release the result of a register request to a tab if it's still the foreground tab when the result is received. BUG=451165 R=arnarb@chromium.org,reillyg@chromium.org Review URL: https://codereview.chromium.org/872603003 Cr-Commit-Position: refs/heads/master@{#313141}
-
paulmeyer authored
TBR=creis@chromium.org Review URL: https://codereview.chromium.org/851813002 Cr-Commit-Position: refs/heads/master@{#313140}
-
morrita authored
For tests, there are some difficulties to guarantee it being called just once. This is a retake of https://codereview.chromium.org/866973004/, which didn't work with some tests. R=agl@chromium.org, sky@chromium.org TEST=RenderThreadImplBrowserTest BUG= Review URL: https://codereview.chromium.org/872973003 Cr-Commit-Position: refs/heads/master@{#313139}
-
Abhishek Arya authored
R=mbarbella@chromium.org, tsepez@chromium.org BUG=450268 Review URL: https://codereview.chromium.org/873233003 Cr-Commit-Position: refs/heads/master@{#313138}
-
sque authored
Replace the notification system with a static callback list in BrowsingDataRemover. BUG=chromium:268984 TEST=BrowsingDataRemoverTest and ExtensionBrowsingDataTest pass. Signed-off-by:
Simon Que <sque@chromium.org> Review URL: https://codereview.chromium.org/874613004 Cr-Commit-Position: refs/heads/master@{#313137}
-
fgorski authored
As a solution to a problem the Account Tracker will assume a stale refresh token when it cannot get access token. Backoff logic in token fetcher handles the case where service might not be reachale and situations like that. If the user signs in properly the account will be re-added. BUG=452131 R=zea@chromium.org,dimich@chromium.org Review URL: https://codereview.chromium.org/878713002 Cr-Commit-Position: refs/heads/master@{#313136}
-
kbr authored
BUG=angleproject:896 Review URL: https://codereview.chromium.org/873383002 Cr-Commit-Position: refs/heads/master@{#313135}
-
oshima authored
Add missing views class names so that correct view's class name show up in chrome://tracing instead of just "View". BUG=450703 Review URL: https://codereview.chromium.org/863223002 Cr-Commit-Position: refs/heads/master@{#313134}
-
mka authored
BUG=None Review URL: https://codereview.chromium.org/851503005 Cr-Commit-Position: refs/heads/master@{#313133}
-
tonyg authored
BUG= Review URL: https://codereview.chromium.org/820603002 Cr-Commit-Position: refs/heads/master@{#313132}
-
chrome://tracingoshima authored
We're working on UI junk elimination and this is to help identify the class/methods that spend too long on UI thread. BUG=450703 Review URL: https://codereview.chromium.org/869453002 Cr-Commit-Position: refs/heads/master@{#313131}
-
dalecurtis authored
BUG=450771 TEST=none Review URL: https://codereview.chromium.org/875143002 Cr-Commit-Position: refs/heads/master@{#313130}
-
thakis authored
https://codereview.chromium.org/74253002 removed the only use. No behavior change. BUG=452130 TBR=eroman Review URL: https://codereview.chromium.org/876823002 Cr-Commit-Position: refs/heads/master@{#313129}
-
eroman authored
NOTRY=true Review URL: https://codereview.chromium.org/874403003 Cr-Commit-Position: refs/heads/master@{#313128}
-
prasadv authored
BUG= NOTRY=True Review URL: https://codereview.chromium.org/866573003 Cr-Commit-Position: refs/heads/master@{#313127}
-
vchigrin authored
Using deps caused pulling a bit of mojo code to chrome.exe. That caused weird unresolved externatls problems during Windows GN build. Review URL: https://codereview.chromium.org/876783003 Cr-Commit-Position: refs/heads/master@{#313126}
-
rdsmith authored
BUG=450724 R=mmenke@chromium.org Review URL: https://codereview.chromium.org/864923002 Cr-Commit-Position: refs/heads/master@{#313125}
-
agl authored
347f025 Remove unused modexp512-x86_64.pl. 6ae7f07 Only send sigalgs extension in 1.2-capable ClientHellos. 4189bd9 Test application data and Finished reordering. 78e6978 Disable NPN and Channel ID in DTLS. 33e799f Don't allow CCS just before CertificateVerify in DTLS. c898ce7 Add generated documentation to .gitignore 2a0e72f Fix segfault with empty fields as last in the config. df1cda3 Use inner algorithm when printing certificate. e3b2467 sha256-armv4.pl: fix typo. 8604eda Add Broadwell performance results. See https://code.google.com/p/webrtc/issues/detail?id=4223 BUG=none Review URL: https://codereview.chromium.org/874363003 Cr-Commit-Position: refs/heads/master@{#313124}
-