- 01 Jun, 2016 40 commits
-
-
guidou authored
Use OS_WIN instead of OS_WINDOWS to disable flaky ContentSettingsExceptionAreaWebUITest.testOpenContentSettingsExceptionArea BUG=588586 TBR=dbeam@chromium.org,pkasting@chromium.org Review-Url: https://codereview.chromium.org/2032533002 Cr-Commit-Position: refs/heads/master@{#397152}
-
jbudorick authored
This is a reland of https://codereview.chromium.org/2024923002/ BUG= Review-Url: https://codereview.chromium.org/2028923002 Cr-Commit-Position: refs/heads/master@{#397151}
-
mahmadi authored
BUG=563722 Review-Url: https://codereview.chromium.org/2020093002 Cr-Commit-Position: refs/heads/master@{#397150}
-
droger authored
Review-Url: https://codereview.chromium.org/2024953006 Cr-Commit-Position: refs/heads/master@{#397149}
-
yhirano authored
BUG=587663 Review-Url: https://codereview.chromium.org/2020153002 Cr-Commit-Position: refs/heads/master@{#397148}
-
mahmadi authored
BUG=563722 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2025433002 Cr-Commit-Position: refs/heads/master@{#397147}
-
guidou authored
BUG=616456 TBR=pkasting Review-Url: https://codereview.chromium.org/2029023002 Cr-Commit-Position: refs/heads/master@{#397146}
-
guidou authored
Revert of Reland: Forward output glitch information from stream WebRTC log (patchset #3 id:60001 of https://codereview.chromium.org/2022023002/ ) Reason for revert: This is a speculative revert, as this CL is suspect of breaking the WebRTC Linux Tester bot. See: https://build.chromium.org/p/chromium.webrtc/builders/Linux%20Tester/builds/17602 If the revert doesn't work, I'll reland. Original issue's description: > Forward output glitch information from stream WebRTC log > > * A callback is added as input parameter on AudioManager create stream functions. > * OnLogMessage() function is added to the AudioLog interface. > * The AudioOutputDispatcherImpl gives AudioLog::OnLogMessage() as callback when creating an output stream. > * AudioInputController gives AudioInputController::LogMessage() (new function) as callback when creating an input stream. In this function, the message is passed to AudioInputRendererHost::OnLog(). > * In both input and output cases, the message is then passed to the WebRTC log. > * The Mac input and output streams inform about OS glitches via the callback. > > This relands https://codereview.chromium.org/1864483002 > > BUG=610967 > TBR=slan@chromium.org,sievers@chromium.org,xiyuan@chromium.org (for unchanged files from original CL) > > Committed: https://crrev.com/ee6953c1c54a56cd277074e6945ae251e6e1240d > Cr-Commit-Position: refs/heads/master@{#396818} TBR=tommi@chromium.org,slan@chromium.org,sievers@chromium.org,xiyuan@chromium.org,grunell@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=610967 NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2028053002 Cr-Commit-Position: refs/heads/master@{#397145}
-
guidou authored
Revert of Use valid log callback for audio modem's audio recorder. (patchset #1 id:1 of https://codereview.chromium.org/2028023002/ ) Reason for revert: Temporarily reverting this, as the revert is required to revert https://codereview.chromium.org/2022023002/ which is suspect of causing bot failures. Will reland if the reverts don't work. Original issue's description: > Use valid log callback for audio modem's audio recorder. > > This fixes a crash. > > Also change dchecks to checks to catch early. In the unit test we use a mock stream, and there's obviously no (debug built) integration test for this. > > BUG=616083 > TBR=tommi@chromium.org, xiyuan@chromium.org > > Committed: https://crrev.com/9d6c6d9e13e8c263cf0a16c33eb39065ebb5a6eb > Cr-Commit-Position: refs/heads/master@{#397127} TBR=tommi@chromium.org,xiyuan@chromium.org,grunell@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=616083 Review-Url: https://codereview.chromium.org/2028083002 Cr-Commit-Position: refs/heads/master@{#397144}
-
guidou authored
BUG=614509 TBR=pkasting@chromium.org Review-Url: https://codereview.chromium.org/2027723003 Cr-Commit-Position: refs/heads/master@{#397143}
-
halliwell authored
Idle suspend is causing the screen to go black when users leave media paused. BUG=internal b/28635426 Review-Url: https://codereview.chromium.org/1961273002 Cr-Commit-Position: refs/heads/master@{#397142}
-
vabr authored
The WATCHLISTS have a group for password manager, but it lacks the ios part. This CL adds that part. BUG=None R=vasilii@chromium.org Review-Url: https://codereview.chromium.org/2031513003 Cr-Commit-Position: refs/heads/master@{#397141}
-
fsamuel authored
BUG=611802 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2021173002 Cr-Commit-Position: refs/heads/master@{#397140}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4ff970f4..cf332d02 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2024033007 Cr-Commit-Position: refs/heads/master@{#397139}
-
jyquinn authored
Add "Clear Browsing Data..." titlecase string variant and edit, delete, and cancel button text for iOS native history UI edit mode. BUG=616226 Review-Url: https://codereview.chromium.org/2026023002 Cr-Commit-Position: refs/heads/master@{#397138}
-
dgozman authored
We have to make isolatedCopy of every WTF::String when passing SourceLocation between threads. This fixes data race introduced by https://codereview.chromium.org/2010603002. BUG=615712 Review-Url: https://codereview.chromium.org/2024993003 Cr-Commit-Position: refs/heads/master@{#397137}
-
ymalik authored
This CL excludes anonymous LayoutObjects when searching for an anchor. BUG=612373 Review-Url: https://codereview.chromium.org/2022853002 Cr-Commit-Position: refs/heads/master@{#397136}
-
aberent authored
If the user was previously not signed in, or if the account doesn't exist on the new device, then restore nothing. BUG=613147 Review-Url: https://codereview.chromium.org/1990233002 Cr-Commit-Position: refs/heads/master@{#397135}
-
gabadie authored
BUG=582080 Review-Url: https://codereview.chromium.org/2009883002 Cr-Commit-Position: refs/heads/master@{#397134}
-
yukishiino authored
BUG= Review-Url: https://codereview.chromium.org/2023213002 Cr-Commit-Position: refs/heads/master@{#397133}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/14820dc4a7cd..dad7f31700e9 $ git log 14820dc4a..dad7f3170 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2023763011 Cr-Commit-Position: refs/heads/master@{#397132}
-
chongz authored
This is the first step to support |getRanges()| in 'beforeinput', the next step will be introducing |StaticRange| and change the method to |sequence<StaticRange> getRanges()|. This CL adds supports to all delete related actions, such as delete-character/word/line/paragraph (forward and backward). Will add support to other inputTypes when the spec is ready. SPEC=http://w3c.github.io/editing/input-events.html BUG=609142 Review-Url: https://codereview.chromium.org/1965543002 Cr-Commit-Position: refs/heads/master@{#397131}
-
sdefresne authored
Do not build mojo/edk/system/platform_wrapper_unittest.cc on iOS as it is unsupported and fails with the following error: ../../mojo/edk/system/platform_wrapper_unittest.cc:90:77: error: expected unqualified-id DEFINE_TEST_CLIENT_TEST_WITH_PIPE(ReadPlatformFile, PlatformWrapperTest, h) { BUG=459705 Review-Url: https://codereview.chromium.org/2018483002 Cr-Commit-Position: refs/heads/master@{#397130}
-
machenbach authored
V8 has several target_archs that don't have a supported sysroot image, e.g. mips (big endian), ppc, s390. This prevents the script from failing when run as a hook and when one of these architectures is used. BUG=chromium:616032 Review-Url: https://codereview.chromium.org/2027873004 Cr-Commit-Position: refs/heads/master@{#397129}
-
jkrcal authored
Clean up the code so that it aligns with the changes introduced in https://codereview.chromium.org/2006203002/ BUG=610687 Review-Url: https://codereview.chromium.org/2013423002 Cr-Commit-Position: refs/heads/master@{#397128}
-
grunell authored
This fixes a crash. Also change dchecks to checks to catch early. In the unit test we use a mock stream, and there's obviously no (debug built) integration test for this. BUG=616083 TBR=tommi@chromium.org, xiyuan@chromium.org Review-Url: https://codereview.chromium.org/2028023002 Cr-Commit-Position: refs/heads/master@{#397127}
-
droger authored
This CL moves the instance creation at the end of the process, in order to avoid creating instances if the task is not valid. It also schedules the polling task responsible for cleaning up the instances before actually creating them so that this cleanup task is run even if something goes wrong during the instance creation process. Review-Url: https://codereview.chromium.org/2027843004 Cr-Commit-Position: refs/heads/master@{#397126}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/c9b3e99e2 BUG=600036 TBR=szager@chromium.org Review URL: https://codereview.chromium.org/2028573004 . Cr-Commit-Position: refs/heads/master@{#397125}
-
lizeb authored
When fetching a page, sometimes a "LoadingFailed" notification is delivered for a request that was never started, with a good network on which failed requests are not expected. Log a warning instead of failing in this case. Review-Url: https://codereview.chromium.org/1705693002 Cr-Commit-Position: refs/heads/master@{#397124}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/349ac04f..4ff970f4 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2029553002 Cr-Commit-Position: refs/heads/master@{#397123}
-
bzanotti authored
BUG=616432 Review-Url: https://codereview.chromium.org/2032503002 Cr-Commit-Position: refs/heads/master@{#397122}
-
bauerb authored
Because it's a nine-patch, this ensures the shadow will be visible when drawing into a bitmap (which disables hardware rendering). It also allows drawing the shadow pre-L. Screenshot: http://i.imgur.com/dro1OQ7.png BUG=613088 Review-Url: https://codereview.chromium.org/2006273002 Cr-Commit-Position: refs/heads/master@{#397121}
-
kouhei authored
BUG=615178 Review-Url: https://codereview.chromium.org/2030523003 Cr-Commit-Position: refs/heads/master@{#397120}
-
sergeyu authored
Added remoting_dev_me2me_host and native_messaging_host which were previously not compiled by remoting_all Review-Url: https://codereview.chromium.org/2018323002 Cr-Commit-Position: refs/heads/master@{#397119}
-
tzik authored
Add missing operator* to WeakPtr, so that its instance can be dereferenced uniformly. Review-Url: https://codereview.chromium.org/2031463002 Cr-Commit-Position: refs/heads/master@{#397118}
-
dbeam authored
R=dschuyler@chromium.org BUG=602464 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation NOTRY=true Review-Url: https://codereview.chromium.org/2025023003 Cr-Commit-Position: refs/heads/master@{#397117}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/276e63361c73..ba150cc28330 $ git log 276e63361..ba150cc28 --date=short --no-merges --format='%ad %ae %s' 2016-06-01 caryclark always compute a cubic tangent BUG=615686 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=herb@google.com Review-Url: https://codereview.chromium.org/2026023003 Cr-Commit-Position: refs/heads/master@{#397116}
-
mattcary authored
Review-Url: https://codereview.chromium.org/2023073003 Cr-Commit-Position: refs/heads/master@{#397115}
-
https://codereview.chromium.org/1818903004thakis authored
A media/gpu header now includes a webrtc video_common header, so video_common now must be a public_dep, so that webrtc's include directories are passed to dependencies. BUG=616220 NOTRY=true Review-Url: https://codereview.chromium.org/2028543003 Cr-Commit-Position: refs/heads/master@{#397114}
-
guidou authored
Disable ChromeRenderProcessHostBackgroundingTest.ProcessPriorityAfterStoppedAudio on Windows due to flakiness. BUG=616421 TBR=jochen@chromium.org,henrika@chromium.org,pkasting@chromiun.org Review-Url: https://codereview.chromium.org/2032493002 Cr-Commit-Position: refs/heads/master@{#397113}
-