- 09 Sep, 2014 40 commits
-
-
lliabraa authored
BUG=None Review URL: https://codereview.chromium.org/539253002 Cr-Commit-Position: refs/heads/master@{#293933}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/554723004 Cr-Commit-Position: refs/heads/master@{#293932}
-
pneubeck authored
Before read-only properties which cannot be set by the user or policy, were explicitly marked as 'unmanaged' in the augmented dictionary returned by getManagedProperties. Now, instead these properties are returned as plain values, which simplifies the consumer side, especially of Array typed properties like IPConfigs (compare this with SavedIPConfig). BUG=410877 Review URL: https://codereview.chromium.org/551753002 Cr-Commit-Position: refs/heads/master@{#293931}
-
scottmg authored
Also remove a few redundant consts that result in warnings like: ../../content/common/cursors/webcursor_aurax11.cc:20:1: error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers] const ui::PlatformCursor WebCursor::GetPlatformCursor() { ^~~~~~ TBR=davemoore@chromium.org,sadrul@chromium.org R=brettw@chromium.org, thakis@chromium.org,rch@chromium.org BUG=393046, 335824 Review URL: https://codereview.chromium.org/538333002 Cr-Commit-Position: refs/heads/master@{#293930}
-
mlerman authored
BUG=410228 Review URL: https://codereview.chromium.org/547663002 Cr-Commit-Position: refs/heads/master@{#293929}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#293928}
-
primiano authored
This change makes memdump able to parse and print out 64 bit addresses. No change is intended for the 32-bit output. This also updates the memdump parser in memory_inspector to match the memdump change and updates its prebuilts. BUG=340294 Review URL: https://codereview.chromium.org/550093003 Cr-Commit-Position: refs/heads/master@{#293927}
-
mkosiba authored
This updates the test case to use a synthesized single tap gesture to follow the link instead of JavaScript. BUG=408426 TEST=AndroidWebViewTest Review URL: https://codereview.chromium.org/552813002 Cr-Commit-Position: refs/heads/master@{#293926}
-
Daniel Connelly authored
BUG=412340 R=vasilii@chromium.org TBR=vasilii Review URL: https://codereview.chromium.org/551393002 Cr-Commit-Position: refs/heads/master@{#293925}
-
perkj authored
Change MediaStreamVideoSource::StartSourceImpl to use VideoCaptureFormat instead of VideoCaptureParams. MediaStreamVideoSource only need the VideoCaptureFormat and thus should not pass VideoCaptureParams to its implementations. This just a small code cleanup and does not change any behaviour. TBR=bbudge@chromium.org Review URL: https://codereview.chromium.org/528783002 Cr-Commit-Position: refs/heads/master@{#293924}
-
magjed authored
BUG=412284 TEST=Check output from DVLOG(1) << device.name() << " " << supported_format.ToString() in VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats. For a Kinect Camera, it will now list: Microsoft Kinect Camera resolution: 640x480, fps: 0.000000, pixel format: UYUY Review URL: https://codereview.chromium.org/544033002 Cr-Commit-Position: refs/heads/master@{#293923}
-
iseki authored
* Object.seal use the more memory than Object.preventExtensions. BUG=402708 Review URL: https://codereview.chromium.org/551353002 Cr-Commit-Position: refs/heads/master@{#293922}
-
hjd authored
We checkout the Android WebView glue layer (frameworks/webview) into a new third_party directory (android_webview_glue) which is checked out via gclient. This is built against a jar containing frameworks/base (in android_platform/webview/frameworks.jar). We have to work around a few other issues: - Change build/java_apk.gypi to bypass the hardcoded 'src' path. - Move libwebviewchromium to an include so we can make both the prefixed and un-prefixed version in the same build. BUG=391488 R=mkosiba@chromium.org Review URL: https://codereview.chromium.org/477903003 Cr-Commit-Position: refs/heads/master@{#293921}
-
hashimoto authored
BUG=None Review URL: https://codereview.chromium.org/554623002 Cr-Commit-Position: refs/heads/master@{#293920}
-
henrika authored
BUG=405449,411380 Review URL: https://codereview.chromium.org/550933002 Cr-Commit-Position: refs/heads/master@{#293919}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/b1ac1c161bb8064524e22e8d1ff573071bf15db5..f3ac987b91cc9d98b6c583125e777dc843fc17c3 TBR=keishi@chromium.org,jianli@chromium.org Review URL: https://codereview.chromium.org/554183003 Cr-Commit-Position: refs/heads/master@{#293918}
-
kaliamoorthi authored
This CL modifies template writer such that mandatory policy templates are not generated when a flag is set. BUG=410856 Review URL: https://codereview.chromium.org/546703004 Cr-Commit-Position: refs/heads/master@{#293917}
-
torne authored
To support unbundled updates we need to stop depending on system libraries. Disable using the system ashmem APIs in libcutils and instead link Chromium's copy, and remove support for using the version in libcutils as there are no other users. This increases binary size by <1KB. BUG=409851 Review URL: https://codereview.chromium.org/550213002 Cr-Commit-Position: refs/heads/master@{#293916}
-
pneubeck authored
Before commit 41ec57e48ebd467c7a3b169a5598fb8038f54232, IPConfigs was the field in ONC meant for configuring ip configuration of a network. This was changed to: - IPConfigs is the set of currently active ip configurations (it can be more than one if IPv4 and IPv6 are coexisting in parallel) reported by ChromeOS - StaticIPConfig (note that it's a single configuration, not multiple as before) is the writable field that the user or policy can set - SavedIPConfig is the configuration received via DHCP and reported by ChromeOS. This change updates the different ONC functions to these new field definitions. Effectively this also allows setting the IPConfig of a network through ONC import, the networkingPrivate API, and through policy (there's no server support though). BUG=410877 Review URL: https://codereview.chromium.org/540333002 Cr-Commit-Position: refs/heads/master@{#293915}
-
skyostil authored
Instead of posting input tasks directly to the main thread message loop, forward them to the Blink scheduler so they can be prioritized over other tasks. BUG=391005 Review URL: https://codereview.chromium.org/363383002 Cr-Commit-Position: refs/heads/master@{#293914}
-
fdegans authored
Tune global Android ARM cflags for performance. Update cflags in gn to keep up with gyp. BUG=407545 CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg Review URL: https://codereview.chromium.org/375483003 Cr-Commit-Position: refs/heads/master@{#293913}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/dc9e4a55d37d35200e733b12fadca553f353123d..b1ac1c161bb8064524e22e8d1ff573071bf15db5 TBR=arv@chromium.org,keishi@chromium.org Review URL: https://codereview.chromium.org/555563005 Cr-Commit-Position: refs/heads/master@{#293912}
-
jiangj authored
Use forward declaration to build on both 10.6 and 10.9 SDK and runtime checking to make sure we don't call the wrong API. BUG=390212 Review URL: https://codereview.chromium.org/530193004 Cr-Commit-Position: refs/heads/master@{#293911}
-
skyostil authored
Revert of Temporarily skip ContextLost.WebGLContextLostFromGPUProcessExit on Mac OS. (patchset #1 id:1 of https://codereview.chromium.org/548583002/) Reason for revert: Scheduling for compositor tasks has been reverted so we can re-enable this test while we figure out the right way forward. Original issue's description: > Temporarily skip ContextLost.WebGLContextLostFromGPUProcessExit on Mac OS. > > Causing intermittent tab crashes, blocking CQ. > > BUG=411372 > TBR=skyostil@chromium.org > NOTRY=true > > Committed: https://chromium.googlesource.com/chromium/src/+/ede18e2c3d7802fc37d51331a9c67e7960262677 TBR=kbr@chromium.org NOTREECHECKS=true NOTRY=true BUG=411372 Review URL: https://codereview.chromium.org/559463002 Cr-Commit-Position: refs/heads/master@{#293910}
-
arjanl authored
When minimizing a window, we hide the contents to prevent unnecessary redrawing. However, this means that when the frame is redrawn after the hiding, it is blank. Several desktop environments rely on the window having contents when minimized, drawing the window off-screen to be able to show preview content in overviews (Unity, Gnome Shell). This patch stops all drawing operations before hiding the window, making sure that the content before hiding is retained and can be shown by the window manager as a preview, but still avoiding unnecessary redrawing of minimized windows. BUG=156346 Review URL: https://codereview.chromium.org/542113004 Cr-Commit-Position: refs/heads/master@{#293909}
-
rch authored
BUG=331982 Review URL: https://codereview.chromium.org/549343002 Cr-Commit-Position: refs/heads/master@{#293908}
-
rsesek authored
The switch that used these was deleted at https://chromium.googlesource.com/chromium/src/+/8a5b0eec9925bae52b26905593c29fed5c6a0abc. BUG=none R=erikchen@chromium.org Review URL: https://codereview.chromium.org/547423003 Cr-Commit-Position: refs/heads/master@{#293907}
-
voodoo authored
For extensions that have been terminated, attempts to uninstall them via the chrome.management.uninstall call caused an "Extension not found" error because such extensions weren't included in the search. R=rockot@chromium.org BUG=412252 Review URL: https://codereview.chromium.org/556723003 Cr-Commit-Position: refs/heads/master@{#293906}
-
tyoshino authored
BUG=405841 Review URL: https://codereview.chromium.org/480413007 Cr-Commit-Position: refs/heads/master@{#293905}
-
hamaji authored
Previously, we were directly generating header files for OpenGLES2 interface. This is not aligned with other Pepper APIs. The header file generated from the generated IDL file should be compatible with the previous one. To keep OpenGLES2 interfaces in struct namespace, this change introduces "force_struct_namespace" attribute to the generator script. TEST=trybots BUG=411799 Review URL: https://codereview.chromium.org/538903002 Cr-Commit-Position: refs/heads/master@{#293904}
-
tiago.vignatti authored
We are checking gbm system library and cflags using pkg, therefore its directory ought to be checked in the same way. I spotted this problem in a Ubuntu 12.04 system where my custom pkg directory is rather clean, without superfluous libraries. Probably no other developer noticed this bug before because in the working pkg directory was already being pulled in by libgestures or any other configuration that uses --libs-only-L in system.gyp. BUG=none TEST=embedded=1 ozone_platform_gbm=1, linking content_shell Review URL: https://codereview.chromium.org/553793002 Cr-Commit-Position: refs/heads/master@{#293903}
-
sievers authored
The current logic ends up creating a MailboxManager per ContextGroup, so change this to share the mailbox manager across InProcessCommandBuffer::Service instances. This also allows for removing code in Android WebView that deals with passing around the share group. None of these contexts (child, parent compositor and video) need client-side share groups since mailbox names are used. TBR=tedchoc@chromium.org for content/public Review URL: https://codereview.chromium.org/540143002 Cr-Commit-Position: refs/heads/master@{#293902}
-
mdempsky authored
The demo program has served its purpose, and it's no longer necessary to demonstrate how to use seccomp-bpf. Review URL: https://codereview.chromium.org/554743006 Cr-Commit-Position: refs/heads/master@{#293901}
-
kkimlabs authored
On Android, we provide opt-in flag for enhanced bookmark. This is consistent with ios. BUG=386785 Review URL: https://codereview.chromium.org/517713002 Cr-Commit-Position: refs/heads/master@{#293900}
-
vasilii authored
BUG=394287 Review URL: https://codereview.chromium.org/541683003 Cr-Commit-Position: refs/heads/master@{#293899}
-
lazyboy authored
This will allow features that use constrained windows (e.g. printing) work on all guest views: app-view/web-view/mime-handler-view, etc. BUG=411765 Test=This is internal only for now, nothing visible, once the full support for printing and saving mime-handler-view lands it will be used. Review URL: https://codereview.chromium.org/552013005 Cr-Commit-Position: refs/heads/master@{#293898}
-
cjhopman authored
This adds support for android_apk targets without any java included directly in the target (only included through deps). This adds the following targets: //base:base_javatests //content/public/android:content_javatests //content/shell/android:content_shell_test_apk //media/android:media_android_imageformat_list (moved) //media/android:media_java (moved+fixed) BUG=359249 Review URL: https://codereview.chromium.org/525533003 Cr-Commit-Position: refs/heads/master@{#293897}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/556653003 Cr-Commit-Position: refs/heads/master@{#293896}
-
stevenjb authored
This is in preparation for eliminating the remaining non ONC properties from the 'data' object passed from Chrome. BUG=279351 Review URL: https://codereview.chromium.org/547703004 Cr-Commit-Position: refs/heads/master@{#293895}
-
torne authored
The previous fix in r291050 fixed source compatibility but broke ABI compatibility with older versions of bionic instead. Since older versions of bionic only provide the POSIX version of strerror_r we should instead make sure we always use that version. BUG= Review URL: https://codereview.chromium.org/552753002 Cr-Commit-Position: refs/heads/master@{#293894}
-