- 18 Sep, 2014 40 commits
-
-
erg authored
Revert of mojo: Add deserialization to python structs. (patchset #3 id:40001 of https://codereview.chromium.org/578263003/) Reason for revert: New unit tests fail. https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/13695 Original issue's description: > mojo: Add deserialization to python structs. > > BUG=415491 > R=sdefresne@chromium.org,cmasone@chromium.org > > Committed: https://crrev.com/ea8a6ef576c314506c4b3ee25544f6bcaa895fe1 > Cr-Commit-Position: refs/heads/master@{#295478} TBR=cmasone@chromium.org,sdefresne@chromium.org,qsr@chromium.org NOTREECHECKS=true NOTRY=true BUG=415491 Review URL: https://codereview.chromium.org/579383002 Cr-Commit-Position: refs/heads/master@{#295522}
-
megjablon authored
For platforms other than iOS and Android, the preference data is stored in memory and written to disk at 60 minute intervals and on shutdown via the DataReductionProxyDelayedPrefService. For iOS and Android, the DataReductionProxyDelayedPrefService takes a delay time of zero and simply passes the prefs through to the PrefService. Review URL: https://codereview.chromium.org/473723002 Cr-Commit-Position: refs/heads/master@{#295521}
-
alekseys authored
BUG=414159 Review URL: https://codereview.chromium.org/585573002 Cr-Commit-Position: refs/heads/master@{#295520}
-
geofflang authored
Contains fixes for setting sampler uniforms. BUG=414450 Review URL: https://codereview.chromium.org/579903002 Cr-Commit-Position: refs/heads/master@{#295519}
-
isherman authored
BUG=none TEST=none R=blundell@chromium.org Review URL: https://codereview.chromium.org/581473003 Cr-Commit-Position: refs/heads/master@{#295518}
-
cylee authored
BUG=chromium:350245 Review URL: https://codereview.chromium.org/581583003 Cr-Commit-Position: refs/heads/master@{#295517}
-
bengr authored
Adds a link to the infobar and updates strings. BUG=383988 Review URL: https://codereview.chromium.org/581833002 Cr-Commit-Position: refs/heads/master@{#295516}
-
sataya.m authored
When the track rect or scaled track rect is empty, UiResources of Track and Thumb resources are released, instead of holding in the memory. These UIResources will be created on PaintedScrollbarLayer::Update when the Track rect is not empty. Similary When Scrollbar doesnt have Thumb release UIResources of Thumb. Bug=410845 Review URL: https://codereview.chromium.org/537943003 Cr-Commit-Position: refs/heads/master@{#295515}
-
jam authored
This might have been useful before while trying to get the system running. But now we have swarming running on Linux/Mac/Windows trybots, so it's not so useful. It's also confusing when tests fail on swarming machines because an isolate file referred to a binary that wasn't in the dependencies. BUG=414808 Review URL: https://codereview.chromium.org/575363002 Cr-Commit-Position: refs/heads/master@{#295514}
-
Adam Langley authored
I was hoping to make a change to the way that the header was generated before doing this but, as it turns out, I need to do this in order to make that change cleaner. Cr-Commit-Position: refs/heads/master@{#295513}
-
estade authored
BUG=412968 Review URL: https://codereview.chromium.org/582783003 Cr-Commit-Position: refs/heads/master@{#295512}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a0537de..65b427c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/580163002 Cr-Commit-Position: refs/heads/master@{#295511}
-
tdresser authored
linux-release-64/sizes/chrome/chrome : https://chromeperf.appspot.com/report?masters=Chromium&bots=chromium-rel-linux&tests=sizes%2Fchrome&checked=all&rev=295451 BUG=415523 TBR=bokan@chromium.org Review URL: https://codereview.chromium.org/583603003 Cr-Commit-Position: refs/heads/master@{#295510}
-
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}
-