- 15 Dec, 2014 40 commits
-
-
reillyg authored
This file instructs Windows to load the WinUSB driver for the default test gadget configuration and the USB echo gadget configuration. As this INF file is not part of a signed driver package it must be manually loaded against the device. Windows 8 will also load WinUSB if it finds the appropriate compatible ID descriptor on the device. A later patch will add this descriptor in order to bypass the manual installation step required on previous versions of Windows. BUG= Review URL: https://codereview.chromium.org/803723002 Cr-Commit-Position: refs/heads/master@{#308365}
-
achaulk authored
Review URL: https://codereview.chromium.org/794323006 Cr-Commit-Position: refs/heads/master@{#308364}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3243eb1..5c1af99 TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/803093002 Cr-Commit-Position: refs/heads/master@{#308363}
-
mkwst authored
This patch changes the CredentialManagerDispatcher implementation of 'request()' to grab all the credentials from the PasswordStore, rather than just those that match the origin of the currently committed WebContents. This change is the first step towards supporting federations. Rather than doing multiple requests to the PasswordStore for the current origin, and each of the federation origins, we'll grab everything, and filter the result list before handing it back to the UI for display. BUG=400674 Review URL: https://codereview.chromium.org/802303002 Cr-Commit-Position: refs/heads/master@{#308362}
-
hans authored
This contains fixes for http://llvm.org/PR21899 which was causing assert failures in typo correction. Cherry-picks: 223177, 223209, 223705, 224172, 224173 (Since we cannot deploy the same version twice, this sets the revision to r223108 which only differs in a test file.) BUG=431803 NOTRY=true Review URL: https://codereview.chromium.org/805513003 Cr-Commit-Position: refs/heads/master@{#308361}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/912ed6e..ce1c886 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=bensong@google.com Review URL: https://codereview.chromium.org/807453002 Cr-Commit-Position: refs/heads/master@{#308360}
-
Paweł Hajdan, Jr authored
BUG=none R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/800423002 Cr-Commit-Position: refs/heads/master@{#308359}
-
Tommi authored
TBR=perkj@chromium.org Review URL: https://codereview.chromium.org/805813003 Cr-Commit-Position: refs/heads/master@{#308358}
-
avi authored
BUG=77790 TEST=no change; moving two files TBR=ben@chromium.org Review URL: https://codereview.chromium.org/793403003 Cr-Commit-Position: refs/heads/master@{#308357}
-
boliu authored
All callers have been moved to onens with explicit event names. Removing the expensive dumping stack implemntation. BUG=439118 Review URL: https://codereview.chromium.org/803603002 Cr-Commit-Position: refs/heads/master@{#308356}
-
perezju authored
Revert of Migrate device_utils.RestartServer to adb_wrapper (patchset #2 id:20001 of https://codereview.chromium.org/724413003/) Reason for revert: Broke (even more!) the android perf bots. Reverting while investigating. Original issue's description: > Migrate device_utils.RestartServer to adb_wrapper > > The implementation is based on the new AdbWrapper class methods: > KillServer and StartServer. > > BUG=267773 > > Committed: https://crrev.com/872e2f0d24529365451323c77fe52a56687b32bf > Cr-Commit-Position: refs/heads/master@{#308336} TBR=jbudorick@chromium.org NOTREECHECKS=true NOTRY=true BUG=267773 Review URL: https://codereview.chromium.org/804033002 Cr-Commit-Position: refs/heads/master@{#308355}
-
engedy authored
This uses the utilities introduced in https://codereview.chromium.org/771173002/. BUG=437865 Review URL: https://codereview.chromium.org/767163005 Cr-Commit-Position: refs/heads/master@{#308354}
-
peter authored
This patch makes it possible to create and use persistent notifications based on delegates. This works reliable on desktop, but does not yet implement the after-browser-restart call for Android. BUG=432527 Review URL: https://codereview.chromium.org/784383002 Cr-Commit-Position: refs/heads/master@{#308353}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a784d7b..3243eb1 TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/806853002 Cr-Commit-Position: refs/heads/master@{#308352}
-
tommi authored
The old method has now been deprecated so I need to TBR this to unblock a roll of WebRTC. TBR=wez@chromium.org,aiguha@chromium.org Review URL: https://codereview.chromium.org/804983002 Cr-Commit-Position: refs/heads/master@{#308351}
-
tfarina authored
It is almost empty, except from an OWNERS file. BUG=None R=hajimehoshi@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/799293002 Cr-Commit-Position: refs/heads/master@{#308350}
-
noms authored
The menu displayed is a Chrome native menu, and it's being displayed inside the content area, which is pretty wrong. Also, it's the wrong, old profiles UI. BUG=323977 Review URL: https://codereview.chromium.org/776423002 Cr-Commit-Position: refs/heads/master@{#308349}
-
tfarina authored
As noted in https://codereview.chromium.org/780873002/ BUG=None R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/797363003 Cr-Commit-Position: refs/heads/master@{#308348}
-
sdefresne authored
Follow-up CL to address comments on https://codereview.chromium.org/787903003 after the CL landed: - cleanup #includes in image_fetcher.{h,mm} - use const ref to scoped_refptr to avoid inc/dec ref churn - prefer base::ThreadTaskRunnerHandle::Get() to MessageLoopProxy::current() - remove std::string concatenation BUG=None Review URL: https://codereview.chromium.org/805713004 Cr-Commit-Position: refs/heads/master@{#308347}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f5f568d..a784d7b TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/795013004 Cr-Commit-Position: refs/heads/master@{#308346}
-
ginkage authored
BUG=none Review URL: https://codereview.chromium.org/791393002 Cr-Commit-Position: refs/heads/master@{#308345}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#308344}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7ca8eaa..f5f568d TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/806793002 Cr-Commit-Position: refs/heads/master@{#308343}
-
Tommi authored
WebRTC 7892:7897 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/d81f3bd..e7280c6 Libjingle 7892:7896 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/3b74632..8cc6cb0 TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/799383002 Cr-Commit-Position: refs/heads/master@{#308342}
-
tnagel authored
BUG=none Review URL: https://codereview.chromium.org/689673002 Cr-Commit-Position: refs/heads/master@{#308341}
-
elisabets authored
Topbar was not hiding while scrolling down at some pages starting with a table. It did show up however if previously hidden when scrolling up. With this change, topbar animation is triggered for both up & down scrolling. See for example http://sv.wikipedia.org/wiki/M%C3%B6lnlycke and try scrolling down, topbar is not hidden. BUG=438548 Review URL: https://codereview.chromium.org/769273002 Cr-Commit-Position: refs/heads/master@{#308340}
-
fukino authored
Trivial fix to make the closure's Buildbot green. http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux BUG=none TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/file_manager/foreground/js/compiled_resources.gyp && ninja -C out/Default TBR=yawano@chromium.org Review URL: https://codereview.chromium.org/800393003 Cr-Commit-Position: refs/heads/master@{#308339}
-
phoglund authored
We'll now measure vital statistics for all audio codecs we support, notably the CPU usage of the various codecs. The results on by Linux box suggests Opus is the most expensive codec (but it presumably sounds better). It will be interesting to see what results we will see on Android and ChromeOS devices. BUG=413577 Review URL: https://codereview.chromium.org/798903003 Cr-Commit-Position: refs/heads/master@{#308338}
-
e.hakkinen authored
Do not process the tiling with required for activation tiles if it is certain that that tiling cannot have required for activation tiles having the current priority bin. Review URL: https://codereview.chromium.org/800883002 Cr-Commit-Position: refs/heads/master@{#308337}
-
perezju authored
The implementation is based on the new AdbWrapper class methods: KillServer and StartServer. BUG=267773 Review URL: https://codereview.chromium.org/724413003 Cr-Commit-Position: refs/heads/master@{#308336}
-
Gordana.Cmiljanovic authored
BUG= TEST=Compile 'chrome' for MIPSEL Linux Review URL: https://codereview.chromium.org/795053004 Cr-Commit-Position: refs/heads/master@{#308335}
-
Gordana.Cmiljanovic authored
This CL modifies gcc_version.gni to set the gcc_version to the target GCC toolchain version when building for MIPSEL Linux. BUG= TEST=Compile 'chrome' target with 'os="linux" cpu_arch="mipsel"'. Manually verify that the correct GCC options are used. Review URL: https://codereview.chromium.org/797593002 Cr-Commit-Position: refs/heads/master@{#308334}
-
Tommi authored
WebRTC 7864:7892 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/764bd22..d81f3bd Libjingle 7860:7892 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/e2d3246..3b74632 TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/798343003 Cr-Commit-Position: refs/heads/master@{#308333}
-
kinuko authored
- Plumbed from EmbeddedWorkerDevToolsAgentHost to ServiceWorkerVersion to flip 'DevToolsAttached' flag - Added EmbeddedWorkerInstance::StopIfIdle() which doesn't stop the worker if devtools is attached - Changed stop-worker-timer code to call StopIfIdle() instead of Stop() - Added a hook in EmbeddedDevToolsManager that is called when we didn't stop the worker (to show an educational console message) BUG=429582 TEST=EmbeddedWorkerInstanceTest.StopWhenDevToolsAttached Review URL: https://codereview.chromium.org/761923004 Cr-Commit-Position: refs/heads/master@{#308332}
-
etiennej authored
python modules composed of C++ and/or Cython files. This change is necessary for https://codereview.chromium.org/792843002/. It is also backward-incompatible with the current mojo/public/python build rules; I change them in the same changelist to avoid the dependency issue. Once this CL lands, I will roll the changes into the mojo repository from chromium. R=qsr@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/799923003 Cr-Commit-Position: refs/heads/master@{#308331}
-
e.hakkinen authored
Tiling data iterators need tiling data pointer only in constructors thus there is no need to store that pointer into a member variable. Review URL: https://codereview.chromium.org/798973003 Cr-Commit-Position: refs/heads/master@{#308330}
-
serya authored
Revert of Stub for web-base client for DevTools bridge and tests (patchset #5 id:100001 of https://codereview.chromium.org/736363002/) Reason for revert: Reverting since now DevToolsBridgeClient (https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/devtools/device/webrtc/devtools_bridge_client.h) is that WebClient supposed to be. All further code will be placed there. Original issue's description: > Stub for web-base client for DevTools bridge and tests > > This patch mostly consists of testing environment for web WebClient. While > WebClient intended to be base for a new DeviceProvider in DevTools frontend > (https://codereview.chromium.org/720133002/) it is convinient to run > tests on android. It lets to test the client directly against server > counterpart avoiding flakiness of network and cloud services. > > TBR=jochen@chromium.org > BUG=383418 > > Committed: https://crrev.com/ff7a801dfddaa22643accaf3e0df192470fb7a7b > Cr-Commit-Position: refs/heads/master@{#305131} TBR=mnaganov@chromium.org,dgozman@chromium.org NOTREECHECKS=true NOTRY=true BUG=383418 Review URL: https://codereview.chromium.org/802293002 Cr-Commit-Position: refs/heads/master@{#308329}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6556aea..7ca8eaa TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org,beverloo@chromium.org Review URL: https://codereview.chromium.org/802273002 Cr-Commit-Position: refs/heads/master@{#308328}
-
xiang.long authored
A document will associate a new matched registration if it is not controlled, but it doesn't equal to "using" the registration. We should omit documents that are not using the registration when skipWaiting happens. BUG=370742 TEST=http/tests/serviceworker/skip-waiting.html Review URL: https://codereview.chromium.org/798833002 Cr-Commit-Position: refs/heads/master@{#308327}
-
tmoniuszko authored
BUG=437829 Committed: https://crrev.com/0593c1690aeb6ac4869504b91d8172546aea1da6 Cr-Commit-Position: refs/heads/master@{#306389} Review URL: https://codereview.chromium.org/772533002 Cr-Commit-Position: refs/heads/master@{#308326}
-