- 04 Mar, 2015 40 commits
-
-
xiyuan authored
- Add a install_immediately flag to ExternalProviderImpl; - Set install_immediately flag to true for kiosk app provider so that updated app install is not delayed; - Set auto acknowledge since kiosk should not show external install alert; BUG=461419 Review URL: https://codereview.chromium.org/974713002 Cr-Commit-Position: refs/heads/master@{#319005}
-
anandc authored
BUG=447778 Review URL: https://codereview.chromium.org/973983003 Cr-Commit-Position: refs/heads/master@{#319004}
-
Carlos Pizano authored
This reverts commit 59e9a996. it broke linux build http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%281%29/builds/10478 BUG=none Review URL: https://codereview.chromium.org/979663002 Cr-Commit-Position: refs/heads/master@{#319003}
-
timav authored
This change contains of two parts. This is Part 1 (Chromium), Part 2 (Clank) is https://chrome-internal-review.googlesource.com/#/c/204475/ This change reverts https://codereview.chromium.org/972973002/ and restores original https://codereview.chromium.org/896673003/ with an addition of a fix: it removes DCHECK that verifies that an entry is always found and removed in a map. An entry will not be in the map unless corresponding player has been audible at least once. BUG=414810,463445 Review URL: https://codereview.chromium.org/975943003 Cr-Commit-Position: refs/heads/master@{#319002}
-
jbauman authored
PeerHandle() is not necessarily unique, so have a HostSharedBitmapManagerClient per renderer channel that's responsible for deleting bitmaps from renderers that die. Review URL: https://codereview.chromium.org/955523005 Cr-Commit-Position: refs/heads/master@{#319001}
-
sunnyps authored
Power monitoring was added to the scheduler based on the incorrect assumption that it would allow the system to use a lower timer resolution on windows. This is not true because the timer resolution is always high when on AC power while DelayBasedTimeSource is used for vsync timing. On battery power the high resolution timer is disabled by the power monitor irrespective of the presence of high resolution timer tasks. BUG=448939 Review URL: https://codereview.chromium.org/974083002 Cr-Commit-Position: refs/heads/master@{#319000}
-
navabi authored
BUG= Review URL: https://codereview.chromium.org/975963002 Cr-Commit-Position: refs/heads/master@{#318999}
-
meacer authored
BUG=450428 Review URL: https://codereview.chromium.org/893313004 Cr-Commit-Position: refs/heads/master@{#318998}
-
pkotwicz authored
This CL: - Makes PointerDeviceObserver use ui::InputDeviceEventObserver on X11 (it is already used on Ozone) - Makes X11HotplugEventObserver notify ui::DeviceDataManager when a mouse / touchpad is plugged in / unplugged - Removes DeviceHierarchyObserver BUG=440503 TEST=Manual Review URL: https://codereview.chromium.org/946173002 Cr-Commit-Position: refs/heads/master@{#318997}
-
jfroy authored
CL 906403006 introduced a linking error by referencing a symbol that is not included in iOS builds of the cast sender library. This patch stubs out the relevant code. BUG=463713 Review URL: https://codereview.chromium.org/974133002 Cr-Commit-Position: refs/heads/master@{#318996}
-
weiliangc authored
In single process mode with impl-side-painting, browser and renderer would both try to set number of raster worker threads, which causes DCHECK. This CL makes sure there won't be duplicate call to set number of worker threads in single process mode. R=enne BUG=314185 Review URL: https://codereview.chromium.org/971943002 Cr-Commit-Position: refs/heads/master@{#318995}
-
morrita authored
ChannelDelegate::GetWeakPtr() was called from the UI thread but it was racy as the weak ptr is also used in the IO thread. This CL turns ChannelDelegate a ThreadSafeRefCounted so that we can pass ChannelDelegate itself to the task runner, instead of using its weak ptr on the UI thread. This change also turns some TaskRunner declarations to SequencedTaskRunner to access its DeleteSoon() API from ChannelDelegate. TBR=creis@chromium.org R=viettrungluu@chrormium.org, agl@chromium.org BUG=460243 Review URL: https://codereview.chromium.org/955813002 Cr-Commit-Position: refs/heads/master@{#318994}
-
pkotwicz authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/872033002 Cr-Commit-Position: refs/heads/master@{#318993}
-
garykac authored
We're updating our build to ensure that all html files are auto generated and jscompiled. This html file is being removed now (rather than updated to be jscompiled) because we intend to remove the It2MeHelpeeChannel code in the near future. BUG= Review URL: https://codereview.chromium.org/979483002 Cr-Commit-Position: refs/heads/master@{#318992}
-
dtu authored
BUG=461551 TEST=None. R=eakuefner Review URL: https://codereview.chromium.org/973893002 Cr-Commit-Position: refs/heads/master@{#318991}
-
reveman authored
GpuMemoryBuffer implementations should not depend on GLImage. This moves the capabilities and size checks needed for compressed formats to the ImageFactory interface. BUG=462541 Review URL: https://codereview.chromium.org/968283002 Cr-Commit-Position: refs/heads/master@{#318990}
-
anandc authored
BUG= Review URL: https://codereview.chromium.org/973293003 Cr-Commit-Position: refs/heads/master@{#318989}
-
dfalcantara authored
Got replaced by a different function. BUG=457427 Review URL: https://codereview.chromium.org/972253002 Cr-Commit-Position: refs/heads/master@{#318988}
-
felt authored
This ensures that both infobars and bubbles are tested by creating both DownloadTest.TestMultipleDownloadsInfobar and DownloadTest. TestMultipleDownloadsBubble. The correct UI (infobar or bubble) is forced with a switch. BUG=438758 Review URL: https://codereview.chromium.org/976823002 Cr-Commit-Position: refs/heads/master@{#318987}
-
kaznacheev authored
BUG=439285 Review URL: https://codereview.chromium.org/975193002 Cr-Commit-Position: refs/heads/master@{#318986}
-
mgiuca authored
This adds null checks for the result of StartPageService::Get in a few places where it was missing. Review URL: https://codereview.chromium.org/970863003 Cr-Commit-Position: refs/heads/master@{#318985}
-
robliao authored
BUG=463337 Review URL: https://codereview.chromium.org/969283002 Cr-Commit-Position: refs/heads/master@{#318984}
-
jamesr authored
'gn check' for ui/gl:* in an android build currently fails with the error message: ERROR at //base/android/jni_generator/jni_generator_helper.h:11:11: Include not allowed. ^------------------------- It is not in any dependency of //ui/gl:surface_jni_headers__jni_Surface The include file is in the target(s): //base:base which should somehow be reachable from //ui/gl:surface_jni_headers__jni_Surface This target does not produce files that compile, so checking includes is less useful. R=brettw@chromium.org Review URL: https://codereview.chromium.org/961033003 Cr-Commit-Position: refs/heads/master@{#318983}
-
jiayl authored
TBR=tommi@chromium.org BUG= Review URL: https://codereview.chromium.org/978683002 Cr-Commit-Position: refs/heads/master@{#318982}
-
maniscalco authored
AttachmentService and SyncData no longer need to provide a drop method beecause model type code can drop attachments using its AttachmentStore. BUG= Review URL: https://codereview.chromium.org/973513002 Cr-Commit-Position: refs/heads/master@{#318981}
-
zmo authored
https://chromium.googlesource.com/angle/angle/+log/586465264..019304886 BUG= TEST=gpu bots R=jmadill@chromium.org Review URL: https://codereview.chromium.org/970363002 Cr-Commit-Position: refs/heads/master@{#318980}
-
dpranke authored
This picks up a bug fix for the analyzer to handle multiple toolsets the same way that ninja does. It also picks up a couple of stray changes that were landed after the migration to Git. TBR=scottmg@chromium.org, sky@chromium.org BUG=461811 Review URL: https://codereview.chromium.org/973273002 Cr-Commit-Position: refs/heads/master@{#318979}
-
chrome://networkstevenjb authored
BUG=455499 Review URL: https://codereview.chromium.org/972223002 Cr-Commit-Position: refs/heads/master@{#318978}
-
stevenjb authored
This fixes clang builds with the simple chrome workflow: cros chrome-sdk --board=link --clang Unfortunately there are not currently any builders with this configuration. BUG=462767 Review URL: https://codereview.chromium.org/967693002 Cr-Commit-Position: refs/heads/master@{#318977}
-
eakuefner authored
This CL fixes the help command of benchmark_runner, which broke after the local environment switch. R=dtu,nednguyen Review URL: https://codereview.chromium.org/979573002 Cr-Commit-Position: refs/heads/master@{#318976}
-
servolk authored
BUG=none Review URL: https://codereview.chromium.org/973263002 Cr-Commit-Position: refs/heads/master@{#318975}
-
changwan authored
On Webapp, touch gestures are offset by the size of the toolbar, even when the toolbar is hidden. This occurs because we assume that the previous content offset can never be 0, ending up not calling onVisibleContentOffsetChanged() callback. We can fix it by initializing previous content offset as NaN. BUG=459275 Review URL: https://codereview.chromium.org/970813003 Cr-Commit-Position: refs/heads/master@{#318974}
-
gunsch authored
R=lcwu@chromium.org,erickung@chromium.org BUG=internal b/19550765 Review URL: https://codereview.chromium.org/974623002 Cr-Commit-Position: refs/heads/master@{#318973}
-
hanxi authored
https://codereview.chromium.org/718203005/ <webview> tag will not support declarative content script API anymore. Instead, we would like to support dynamically add/remove content scripts, which are similar to content scripts for Chrome Extension. BUG=461052 Review URL: https://codereview.chromium.org/975133002 Cr-Commit-Position: refs/heads/master@{#318972}
-
oshima authored
BUG=36454 R=dnicoara@chromium.org Review URL: https://codereview.chromium.org/970133004 Cr-Commit-Position: refs/heads/master@{#318971}
-
newt authored
BUG=463638 Review URL: https://codereview.chromium.org/972303002 Cr-Commit-Position: refs/heads/master@{#318970}
-
amistry authored
Constructing the SpeechManager creates a WebAudio instance which creates an audio output stream that prevents ChromeOS from suspending. This code is supposed to be dead and is slated for removal. This change gets rid of the usage and is intended to be mergable into the M42 branch. BUG=450081 Review URL: https://codereview.chromium.org/966983003 Cr-Commit-Position: refs/heads/master@{#318969}
-
rdevlin.cronin authored
Update the closure compiler extern for the developerPrivate API to have enum definitions, now that enums are exposed on the api object. Update chrome://extensions to use these enums. BUG=463184 BUG=461039 Review URL: https://codereview.chromium.org/974903004 Cr-Commit-Position: refs/heads/master@{#318968}
-
twellington authored
Display the "updates no longer supported" warning for devices < JELLY_BEAN on the About Chrome settings page. BUG=438861 Review URL: https://codereview.chromium.org/964873004 Cr-Commit-Position: refs/heads/master@{#318967}
-
sergeyu authored
There are some issues with the VideoDecoder renderer in M42 chrome, particularly on ARM. Don't use it there. BUG=459103,463577 Review URL: https://codereview.chromium.org/967733006 Cr-Commit-Position: refs/heads/master@{#318966}
-