- 18 Sep, 2014 40 commits
-
-
oshima authored
BUG=None Review URL: https://codereview.chromium.org/579053002 Cr-Commit-Position: refs/heads/master@{#295509}
-
rsadam authored
BUG=414841 Review URL: https://codereview.chromium.org/579183003 Cr-Commit-Position: refs/heads/master@{#295508}
-
erikchen authored
Attemping to open multiple files using the native Cocoa dialog causes a crash. This CL inserts a safety check to work around it. A Yosemite AppKit bug causes an NSWindowWillCloseNotification to be sent during the -dealloc for a specific NSWindow. Any autoreleases sent to that window must be drained before the window finishes -dealloc. BUG=406944 Review URL: https://codereview.chromium.org/582103002 Cr-Commit-Position: refs/heads/master@{#295507}
-
jzern authored
dsp/lossless: workaround gcc-4.9 bug on arm force Sub3() to not be inlined, otherwise the code in Select() will be incorrect. https://android-review.googlesource.com/#/c/102511 Change-Id: I90ae58bf3e6cc92ca9897f69974733d562e29aaf BUG=414154 Review URL: https://codereview.chromium.org/577793004 Cr-Commit-Position: refs/heads/master@{#295506}
-
marcheu authored
GetSelectedModeForDisplayId doesn't work for internal displays. This results in failing the query, and falling back to refresh rate approximation in the scheduler. To fix this, we use GetActiveModeForDisplayId which exists even on internal displays. This fixes the swap interval that the cc scheduler sees. BUG=chromium:415359 TEST=make a trace on pixel, look at interval_us, it is a constant 16677 now (before it was variable and inaccurate) Review URL: https://codereview.chromium.org/582543002 Cr-Commit-Position: refs/heads/master@{#295505}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/87e28d4..21980cb TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/579343002 Cr-Commit-Position: refs/heads/master@{#295504}
-
pneubeck authored
BUG=NONE Review URL: https://codereview.chromium.org/582723002 Cr-Commit-Position: refs/heads/master@{#295503}
-
oshima authored
This will be used in athena. BUG=414968 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/576863003 Cr-Commit-Position: refs/heads/master@{#295502}
-
jiayl authored
BUG=390853 Review URL: https://codereview.chromium.org/549303003 Cr-Commit-Position: refs/heads/master@{#295501}
-
mukai authored
BUG=413353 R=pkotwicz@chromium.org TEST=athena_unittests Review URL: https://codereview.chromium.org/566753003 Cr-Commit-Position: refs/heads/master@{#295500}
-
peter authored
Also removes two methods from Notification which only forward calls to the delegate, and have a single call-site. BUG= Review URL: https://codereview.chromium.org/574273003 Cr-Commit-Position: refs/heads/master@{#295499}
-
mlamouri authored
The orientation's value will be passed to the shortcut intent and will then be used when trying to find out the default orientation. BUG=366145 TBR=eseidel@chromium.org (for chrome/browser/DEPS change) Review URL: https://codereview.chromium.org/579883002 Cr-Commit-Position: refs/heads/master@{#295498}
-
viettrungluu authored
Witht this, I can begin removing knowledge of the Channel, etc. from the ProxyMessagePipeEndpoint. (Eventually, ProxyMessagePipeEndpoint will really just look like a stupid proxy, and relative sanity will prevail.) R=darin@chromium.org Review URL: https://codereview.chromium.org/577313002 Cr-Commit-Position: refs/heads/master@{#295497}
-
creis authored
This requires updating subframe RenderFrameHosts when we know that the RenderFrame is created, and using IsRenderViewLive for main frames. Several test updates as well. BUG=414894 TEST=FrameTreeBrowserTest.IsRenderFrameLive TEST=CrossProcessFrameTreeBrowserTest.CreateCrossProcessSubframeProxies Review URL: https://codereview.chromium.org/552683004 Cr-Commit-Position: refs/heads/master@{#295496}
-
dmichael authored
BUG=367896 Review URL: https://codereview.chromium.org/318763003 Cr-Commit-Position: refs/heads/master@{#295495}
-
dnicoara authored
BUG=401307 Review URL: https://codereview.chromium.org/579893002 Cr-Commit-Position: refs/heads/master@{#295494}
-
miu authored
The referenced_frame_ids set by Vp8Encoder were wrong in two ways: 1) A recent change introduced an off-by-one error. 2) Math was being done with results stored in a uint8 variable, which was causing the upper 24 bits to be stripped. Added VideoEncoderImplTest.GeneratesKeyFrameThenOnlyDeltaFrames test to prevent future regressions. In addition, a lot of unit test code clean-up was done to beef-up existing testing while also removing useless tests. Review URL: https://codereview.chromium.org/581903002 Cr-Commit-Position: refs/heads/master@{#295493}
-
mazda authored
ppb_opengles2.h and ppb_opengles2ext_dev.h are no longer generated by build_gles2_cmd_buffer.py, so it is not necessary to format these files. TEST=trybots BUG=411799 Review URL: https://codereview.chromium.org/575423002 Cr-Commit-Position: refs/heads/master@{#295492}
-
jbudorick authored
This patch also removes a call to AdbInterface.StartInstrumentation and implements some of the functionality of am_instrument_parser.py. BUG=408585 Review URL: https://codereview.chromium.org/558883003 Cr-Commit-Position: refs/heads/master@{#295491}
-
earthdok authored
The snapshot pixels come from shared memory, which is initialized in the GPU process. MSan doesn't know what goes on in other processes, so we need to explicitly mark the pixels as initialized to silence MSan warnings. BUG=364724 TBR=piman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/583703002 Cr-Commit-Position: refs/heads/master@{#295490}
-
xunjieli authored
This CL detects whether a PAC url is set in Android's system settings. If there is a PAC url, use that PAC url to construct a ProxyConfig. BUG=372475 Review URL: https://codereview.chromium.org/573013002 Cr-Commit-Position: refs/heads/master@{#295489}
-
je_julie.kim authored
It is handled as 'IA2_ROLE_CAPTION' for IA2. The Related CL: https://codereview.chromium.org/533893004/ BUG=282035 Review URL: https://codereview.chromium.org/535893002 Cr-Commit-Position: refs/heads/master@{#295488}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/03ea54c4..87e28d4 TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/579313002 Cr-Commit-Position: refs/heads/master@{#295487}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/53d2562..a0537de CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/583543003 Cr-Commit-Position: refs/heads/master@{#295486}
-
xiyuan authored
Revert of easy-unlock: Only show "Set up" UI for en-US. (patchset #1 id:1 of https://codereview.chromium.org/567643003/) Reason for revert: en-US only is meant for M38. Revert to re-enable setup for all locales. Original issue's description: > easy-unlock: Only show "Set up" UI for en-US. > > BUG=414467 > > Committed: https://crrev.com/78d93d0e19bbb635c4bfe6cb7dab0db26d04598c > Cr-Commit-Position: refs/heads/master@{#295156} TBR=isherman@chromium.org NOTREECHECKS=true NOTRY=true BUG=414467 Review URL: https://codereview.chromium.org/580143002 Cr-Commit-Position: refs/heads/master@{#295485}
-
scheib authored
Review URL: https://codereview.chromium.org/576323002 Cr-Commit-Position: refs/heads/master@{#295484}
-
bartfab authored
Device policy pushing requires a connected invalidation service. When a user logs in, an invalidation service is typically spun up for the user. Device policy pushing can reuse this service instead of running its own invalidation service to conserve server resources. This CL ensures that for privacy reasons, device policy pushing only reuses the user's invalidation service if the user is affiliated with the device. BUG=415094 TEST=New unit test Review URL: https://codereview.chromium.org/567393006 Cr-Commit-Position: refs/heads/master@{#295483}
-
derat authored
Tell UserActivityDetector to ignore mouse events received soon after notification that displays have been changed. Previously, the events were only ignored after making requests to configure displays, but this appears to be insufficient in some cases where configuration takes longer than a second. BUG=360634 Review URL: https://codereview.chromium.org/570303003 Cr-Commit-Position: refs/heads/master@{#295482}
-
paulmeyer authored
Review URL: https://codereview.chromium.org/581743004 Cr-Commit-Position: refs/heads/master@{#295481}
-
qsr authored
BUG=415486 R=sdefresne@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/573253002 Cr-Commit-Position: refs/heads/master@{#295480}
-
jamescook authored
They don't need to run in Chrome's unit_tests suite. * Move FileHandlersManifestTest * Move ExternallyConnectableManifestTest * Migrate some _manifest_features.json entries that should have been under src/extensions a while ago. BUG=397165 TEST=extensions_unittests, unit_tests Review URL: https://codereview.chromium.org/565423003 Cr-Commit-Position: refs/heads/master@{#295479}
-
qsr authored
BUG=415491 R=sdefresne@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/578263003 Cr-Commit-Position: refs/heads/master@{#295478}
-
fsamuel authored
This CL plumbs out the swapped out RenderView's routing ID out to the content embedder which then uses it to expose its contentWindow to an optional callback in the AttachGuest API Method. This patch also makes it fairly trivial to support a contentWindow in other GuestViews. BUG=330264 Review URL: https://codereview.chromium.org/564973004 Cr-Commit-Position: refs/heads/master@{#295477}
-
dmichael authored
When permission for a webcam has not yet been granted, we still allow enumerating the devices, but omit the name. Some Flash content can't deal with an empty string for the webcam name. This turns the empty string in to a space to work around the problem. BUG=408404 Review URL: https://codereview.chromium.org/577983002 Cr-Commit-Position: refs/heads/master@{#295476}
-
fdegans authored
Fastbuild does not imply "faster build". Setting it to 1 or 2 on Android implies no debug information is generated and nothing more. BUG=411909 Review URL: https://codereview.chromium.org/583593004 Cr-Commit-Position: refs/heads/master@{#295475}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/612de4f7070b0c62ad819afce2b48d646f157dca..03ea54c4243588013393293bef5c992f3d3f2b9f TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/585433003 Cr-Commit-Position: refs/heads/master@{#295474}
-
mlamouri authored
ScreenOrientationValues and Referrer are being moved there. Another class regarding shortcuts and default orientaiton will also be added. BUG=366145 TBR=avi@chromium.org (for content/content.gyp) Review URL: https://codereview.chromium.org/584523003 Cr-Commit-Position: refs/heads/master@{#295473}
-
pkotwicz authored
BUG=414224, 414995 TEST=RenderWidgetHostViewAuraTest.PopupRetainsCaptureAfterMouseRelease Review URL: https://codereview.chromium.org/574583002 Cr-Commit-Position: refs/heads/master@{#295472}
-
rch authored
Also, add a comment to SetAlternateProtocolProbabilityThreshold. Review URL: https://codereview.chromium.org/577103002 Cr-Commit-Position: refs/heads/master@{#295471}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/69f6f00..53d2562 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/579263002 Cr-Commit-Position: refs/heads/master@{#295470}
-