- 05 Feb, 2015 40 commits
-
-
dmazzoni authored
When the user navigates to a new page, stop sending accessibility events on the old page. BUG=421116,450409 Review URL: https://codereview.chromium.org/830053004 Cr-Commit-Position: refs/heads/master@{#314812}
-
teravest authored
This change moves generated code for Mojo support in NaCl from mojo/monacl to mojo/nacl. This makes the target directory more consistent across GYP and GN builds. An upcoming change for IRT support will generate a header, which will need a consistent path (relative to include_dirs) across build systems. An earlier version of this change failed to update mojo/mojo_nacl_untrusted.gyp, causing clean builds to fail. I've confirmed that this change builds correctly with a clean build. BUG=454466 TEST=clobber, then build Review URL: https://codereview.chromium.org/881933004 Cr-Commit-Position: refs/heads/master@{#314811}
-
tfarina authored
Looks like these were missed in https://chromium.googlesource.com/chromium/src/+/c47d12e291954bd4fe75504b72e2dbcf667b30a3 And update a few references to ui/accelerometer. BUG=431865 R=oshima@chromium.org Review URL: https://codereview.chromium.org/867623005 Cr-Commit-Position: refs/heads/master@{#314810}
-
weiliangc authored
Simply stop using threaded browser compositor for CrOS. Clean up would be in follow up patch. R=danakj@chromium.org, piman@chromium.org BUG=329552 Committed: https://crrev.com/e111a7d64d9ba12833900ab743beaf4ee6d267ed Cr-Commit-Position: refs/heads/master@{#313842} Review URL: https://codereview.chromium.org/781163003 Cr-Commit-Position: refs/heads/master@{#314809}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4b9569f..acee5a5 TBR=dcheng@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/900263003 Cr-Commit-Position: refs/heads/master@{#314808}
-
hanxi authored
Revert of Revert of Introduce HostID and de-couple Extensions from "script injection System" [browser side] (patchset #2 id:270001 of https://codereview.chromium.org/899983002/) Reason for revert: It turns out that the crash wasn't caused by this CL. Original issue's description: > Revert of Introduce HostID and de-couple Extensions from "script injection System" [browser side] (patchset #20 id:760001 of https://codereview.chromium.org/822453002/) > > Reason for revert: > It might cause the crash https://code.google.com/p/chromium/issues/detail?id=454917. > > Original issue's description: > > Introduce HostID and de-couple Extensions from "script injection System" [browser side] > > > > The major refactor includes: > > - Introduce HostID (a pair of |id, type|) to replace extension_id in browser > > side. > > - Abstract UserScriptLoader to be a base class, and introduces > > a derived class ExtensionUserScriptLoader which is > > responsible for loading user scripts for extensions. > > - In DeclarativeUserScriptManager, a master is created per > > extension/webUI. > > - DeclarativeUserScriptManager becomes an > > ExtensionRegistryObserver and is responsible for clearing scripts > > for master objects when receive OnExensionUnloaded event. > > > > BUG=437566 > > > > Committed: https://crrev.com/b88fe3dc1072501bdd105fd95a8b3bc453fd2aa7 > > Cr-Commit-Position: refs/heads/master@{#313402} > > TBR=fsamuel@chromium.org,rdevlin.cronin@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=437566 > > Committed: https://crrev.com/5eb894ea21637241e9a78fb9c2737d40d6dbf575 > Cr-Commit-Position: refs/heads/master@{#314631} TBR=fsamuel@chromium.org,rdevlin.cronin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=437566 Review URL: https://codereview.chromium.org/903743002 Cr-Commit-Position: refs/heads/master@{#314807}
-
primiano authored
Original CL: crrev.com/882673002 Reason for revert: Broke memory.fyi bot (crbug.com/455530) Reason for reland: The CL was renaming the tracing namespace and missed the rename of the tsan suppression (addressed here) Original description: After having transitioned all the tracing headers from base/debug/ to base/trace_event, this CL addresses the namespace move. In principle, this CL should only change the namespace of the base/trace_event files but the namespace used by the tracing clients. In order to achieve this, namespace aliases are appended to the trace_event headers, to make it so that clients can still refer to base::debug::TraceFoo, with that being aliased to base::trace_event::TraceFoo. The upcoming CLs will gradually migrate the clients to use the base::trace_event namespace and will remove the ns aliases. Unfortunately, this CL has also to update few tracing clients, in particular the ones having forward declarations. Forward declarations, in fact, cannot be aliased as the compiler sees them before the alias itself. See crrev.com/837303004 and the related bug for motivations and design doc. BUG=451032,455530 TBR=skyostil@chromium.org,jam@chromium.org,dsinclair@chromium.org,ssid@chromium.org Review URL: https://codereview.chromium.org/869043008 Cr-Commit-Position: refs/heads/master@{#314806}
-
magjed authored
WebRTC 8220:8247 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/cfe4b49..c24c0fb Libjingle 8221:8245 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/18f533d..b3a2c1e TBR=niklase Review URL: https://codereview.chromium.org/904633002 Cr-Commit-Position: refs/heads/master@{#314805}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#314804}
-
noel authored
Failing due to Blink r189541 which can't just be reverted. Disable this test while investigating the Blink r198541 failure. Landing to progress the Blink roll. TBR=jochen@chromum.org NOTREECHECK=true NOTRY=true BUG=455691 Review URL: https://codereview.chromium.org/904683002 Cr-Commit-Position: refs/heads/master@{#314803}
-
azarchs authored
Fix a cast that didn't play nice in 64-bit. Modify patch_orderfile.py and cyglog_to_orderfile to accept a --target_arch parameter. Pass architecture to symbol_extractor. BUG=448054 Review URL: https://codereview.chromium.org/902633002 Cr-Commit-Position: refs/heads/master@{#314802}
-
tfarina authored
This fixes a TODO to point to the right path where this file now lives. BUG=None R=kalman@chromium.org Review URL: https://codereview.chromium.org/887273003 Cr-Commit-Position: refs/heads/master@{#314801}
-
sdefresne authored
Remove old exceptions that are no longer useful after the corresponding dependencies have been abstracted, removed or componentized. Remove some obsolete #include from history_service.cc instead of leaving the corresponding exception in the DEPS file since they are not used. Add a //chrome/browser/history/android/DEPS that remove the exclusions and exceptions since the remaining code there will not be componentized (at least this is not blocking the iOS componentization and upstreaming effort since this is Android specific code). BUG=370850 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/901723003 Cr-Commit-Position: refs/heads/master@{#314800}
-
thestig authored
BUG=455572 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/901843004 Cr-Commit-Position: refs/heads/master@{#314799}
-
nkostylev authored
Introduced UserSessionManagerTestApi: * InjectStubUserContext() to configure predefined user credentials (StubAuthenticator) * SetShouldLaunchBrowserInTests() to control whether browser instance should be created in tests. Some tests don't really need that and were not designed to handle it properly. LoginUtils methods: * IsWhitelisted() is moved to CrosSettings * CreateAuthenticator() is moved to UserSessionManager * PrepareProfile() and DoBrowserLaunch() were already just a thin wrappers around corresponding methods of UserSessionManager. Tests changes: * MockAuthenticator > StubAuthenticator * Now tests that were using MockLoginUtils to inject their own test profile are using regular profile init code with a stub user_context. BUG=435094 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/745613002 Cr-Commit-Position: refs/heads/master@{#314798}
-
phoglund authored
It turns out PESQ can deal with delays, so we don't need to silence-trim the files to get them to line up. This solves another problem where the silence-trimming becomes too aggressive on Windows with the new ref file. I also need to monitor if the new ref file, which is a lot lower in volume than the old one, unfairly punishes the score. The speaker volume is a bit random on the bots so the recording could end up being quite low. Tests on my workstation suggests that PESQ is actually pretty good about ignoring that too though. There will be a slight effect on the score (like 0.4 MOS), which I think is acceptable. Otherwise we need to find a way to control the speaker volume on the bots much more stringently. BUG=446859 Review URL: https://codereview.chromium.org/890893004 Cr-Commit-Position: refs/heads/master@{#314797}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/897273002 Cr-Commit-Position: refs/heads/master@{#314796}
-
yawano authored
BUG=438050 TEST=out/Release/browser_tests --gtest_filter=FileManagerJsTest.ListThumbnailLoader Review URL: https://codereview.chromium.org/895093003 Cr-Commit-Position: refs/heads/master@{#314795}
-
tfarina authored
Otherwise if someone tries to set it now it will get something like: $ gn gen --args='os="android" cpu_arch="arm"' out_gn_android/Debug ERROR at //build/config/android/rules.gni:49:22: Assignment had no effect. check_includes = false ^---- You set the variable "check_includes" here and it was unused before it went out of scope. See //content/test/BUILD.gn:237:5: whence it was called. generate_jni("jni") { ^-------------------- BUG=367595, 376000 TEST=see above R=brettw@chromium.org Review URL: https://codereview.chromium.org/885283006 Cr-Commit-Position: refs/heads/master@{#314794}
-
glider authored
BUG=455665 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/883263005 Cr-Commit-Position: refs/heads/master@{#314793}
-
cylee authored
BUG=none Review URL: https://codereview.chromium.org/899183002 Cr-Commit-Position: refs/heads/master@{#314792}
-
perezju authored
The implementation mirrors that of android_commands, but is hopefully clearer and more efficient. ReadFile/WriteFile are used to read persistent properties first, and then GetProp/SetProp are used for the current runtime properties. BUG=267773 Review URL: https://codereview.chromium.org/776303002 Cr-Commit-Position: refs/heads/master@{#314791}
-
Timur Iskhodzhanov authored
This should work fine now that Chrome and sandbox tests behave in an ASan-friendly way. This effectively reverts r313452 and r312495 BUG=382867 TBR=thakis@chromium.org,scottmg@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/903553004 Cr-Commit-Position: refs/heads/master@{#314790}
-
apavlov authored
Revert of Roll src/third_party/WebKit 4b9569f:fa53a39 (svn 189384:189535) (patchset #1 id:1 of https://codereview.chromium.org/901853002/) Reason for revert: Broke Mac GN builds Original issue's description: > Roll src/third_party/WebKit 4b9569f:fa53a39 (svn 189384:189535) > > Summary of changes available at: > https://chromium.googlesource.com/chromium/blink/+log/4b9569f..fa53a39 > > TBR=dcheng@chromium.org,apavlov@chromium.org > > Committed: https://crrev.com/e4b735f7acc2ae3ae1c891470f2a703fe8608724 > Cr-Commit-Position: refs/heads/master@{#314785} TBR=dcheng@chromium.org,blink-deps-roller@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/881083003 Cr-Commit-Position: refs/heads/master@{#314789}
-
magjed authored
Revert of Mac Video Capture: Add support for pixel format NV12 for AVFoundation (patchset #2 id:60001 of https://codereview.chromium.org/860333003/) Reason for revert: Crashes on the assert that biplanar NV12 is tightly packed. BUG=455618 Original issue's description: > Mac Video Capture: Add support for pixel format NV12 for AVFoundation > > BUG=346634 > > Committed: https://crrev.com/40c2c94fbd52f9748ee082573e07404ae2621b9b > Cr-Commit-Position: refs/heads/master@{#313886} TBR=perkj@chromium.org,tommi@chromium.org,mcasas@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=346634 Review URL: https://codereview.chromium.org/886933006 Cr-Commit-Position: refs/heads/master@{#314788}
-
mike.schechter authored
This change removes market specific search provider configuration for Bing. Using a single provider for all markets will allow the Bing server to make the market determination, providing a more consistent user experience regardless of entry point. This will additionally simplify Bing's configuration for any future changes that may be needed. It also adds Bing to markets where it was previously excluded, moves the suggestion URL to https, and updates URL parameters used for reporting purposes. Review URL: https://codereview.chromium.org/895223002 Cr-Commit-Position: refs/heads/master@{#314787}
-
dcheng authored
The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override. This patch was automatically generated with an OS=android build using a variation of https://codereview.chromium.org/598073004. BUG=417463 R=wolenetz@chromium.org Review URL: https://codereview.chromium.org/893363002 Cr-Commit-Position: refs/heads/master@{#314786}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4b9569f..fa53a39 TBR=dcheng@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/901853002 Cr-Commit-Position: refs/heads/master@{#314785}
-
treib authored
Review URL: https://codereview.chromium.org/903453002 Cr-Commit-Position: refs/heads/master@{#314784}
-
brunoabinader authored
NOTRY=true Review URL: https://codereview.chromium.org/880193003 Cr-Commit-Position: refs/heads/master@{#314783}
-
tfarina authored
This removes the latest comments of "Dependencies of" and sort up these dependencies lists, so it will be easier for people coming up later and adding new entries, they will know exactly where to put them and it will be much easier to review them as well. BUG=None TEST=components_unittests, components_browsertests R=blundell@chromium.org Review URL: https://codereview.chromium.org/891273003 Cr-Commit-Position: refs/heads/master@{#314782}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/63af144..528f97f CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/899973004 Cr-Commit-Position: refs/heads/master@{#314781}
-
timurrrr authored
Also add an ASan test to sbox_integration_tests on Windows BUG=382867 Review URL: https://codereview.chromium.org/868253011 Cr-Commit-Position: refs/heads/master@{#314780}
-
sdefresne authored
Pass the list of languages to HistoryService::Init() in order to remove a dependency on prefs::kAcceptLanguages and on Profile. BUG=453790 R=droger@chromium.org Review URL: https://codereview.chromium.org/870143004 Cr-Commit-Position: refs/heads/master@{#314779}
-
miu authored
To reduce debug logging spam, this increases the warning threshold for posting "super long" delayed tasks to 14 days (was ~18 minutes before). Also, make the logging message more readable by printing values in terms of seconds rather than microseconds. BUG=450045 Review URL: https://codereview.chromium.org/897173004 Cr-Commit-Position: refs/heads/master@{#314778}
-
hirono authored
BUG=410766 TEST=FileManagerJsTest.MetadataCacheItem Review URL: https://codereview.chromium.org/900173002 Cr-Commit-Position: refs/heads/master@{#314777}
-
dcheng authored
Revert of Fix the histograms whitelist for the OOP PDF plugin. (patchset #1 id:1 of https://codereview.chromium.org/897863003/) Reason for revert: Introduced 2 new static initializers: pepper_uma_host.cc (anonymous namespace)::kWhitelistedPluginBaseNames pepper_uma_host.cc __init_array_end+0x5e8 Original issue's description: > Fix the histograms whitelist for the OOP PDF plugin. > > BUG=405305 > > Committed: https://crrev.com/ad1fecf3841f539281c8d6ff3a873bfc9c11571d > Cr-Commit-Position: refs/heads/master@{#314764} TBR=raymes@chromium.org,thestig@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=405305 Review URL: https://codereview.chromium.org/901863002 Cr-Commit-Position: refs/heads/master@{#314776}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#314775}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7404c09..63af144 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/899653004 Cr-Commit-Position: refs/heads/master@{#314774}
-
sammc authored
BUG=451321 Committed: https://crrev.com/bc78a2320b50eba4fe397f1f838a82ad30b16cd6 Cr-Commit-Position: refs/heads/master@{#314231} Review URL: https://codereview.chromium.org/889283002 Cr-Commit-Position: refs/heads/master@{#314773}
-