- 14 Oct, 2015 4 commits
-
-
rtenneti authored
No functional change. This is intended to support free listing the stream buffer allocations. Merge internal change: 103088826 R=rch@chromium.org Review URL: https://codereview.chromium.org/1397113003 Cr-Commit-Position: refs/heads/master@{#353917}
-
thestig authored
Monorail seems to have taken over the sub-domain and these links do not work anymore. Use crbug.com instead. Review URL: https://codereview.chromium.org/1395273005 Cr-Commit-Position: refs/heads/master@{#353916}
-
ben authored
R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/1406633002 Cr-Commit-Position: refs/heads/master@{#353915}
-
jam authored
Ensure that DataPipeProducerDispatcher::CreateEquivalentDispatcherAndCloseImplNoLock serializes the object. Otherwise the channel_ is only serialized later in EndSerializeAndCloseImplNoLock. In between those two calls, if the consumer is closed the channel_ can call the old and destructed DataPipeProducerDispatcher. BUG=478251 Review URL: https://codereview.chromium.org/1403773005 Cr-Commit-Position: refs/heads/master@{#353914}
-
- 13 Oct, 2015 36 commits
-
-
stanisc authored
The code that detects whether the initial download has completed for a type had been inadvertently broken by https://codereview.chromium.org/1142423006/ This fix changes Directory::InitialSyncEndedForType back to the original implementation and adds special handling for implicitly created root folders (i.e. root folders auto-created locally by the update handling code). Since the locally created root folders don't get applied with the rest of downloaded nodes, their base version has to be explicitly changed from CHANGES_VERSION to some other value at the end of update application process. That would to indicate that at least one update has been applied for the type and be consistent with how the server generated root folders are handled. BUG=540814 Review URL: https://codereview.chromium.org/1393633003 Cr-Commit-Position: refs/heads/master@{#353913}
-
aurimas authored
BUG=533362 Review URL: https://codereview.chromium.org/1409433002 Cr-Commit-Position: refs/heads/master@{#353912}
-
tfarina authored
Instead of making use of the deprecated types we have in basictypes.h. BUG=138542, 487868, 488550, 539734 TEST=net_unittests R=ricea@chromium.org,eroman@chromium.org,wtc@chromium.org Review URL: https://codereview.chromium.org/1404673003 Cr-Commit-Position: refs/heads/master@{#353911}
-
jinho.bang authored
This is a test for http://crrev.com/1196193003 and http://crrev.com/1202453002. BUG=500911 Review URL: https://codereview.chromium.org/1390993002 Cr-Commit-Position: refs/heads/master@{#353910}
-
reillyg authored
Every WebLocalFrameImpl results in the creation of a WebUSBClientImpl so this patch delays the connection to the embedder's DeviceManager implementation until it is actually needed. This means it will end up being connected when the navigator.usb object is first accessed by Javascript. This avoids exposing everyone who has enabled the experimental web platform features flag to instabilities in this new feature and will generally reduce resource utilization for unused features when this is shipped. BUG=538339 Review URL: https://codereview.chromium.org/1404043002 Cr-Commit-Position: refs/heads/master@{#353909}
-
dtseng authored
Fixes queueing up live region output when focus events occur. BUG=539019 Review URL: https://codereview.chromium.org/1402463005 Cr-Commit-Position: refs/heads/master@{#353908}
-
bajones authored
BUG=542113 Review URL: https://codereview.chromium.org/1395633003 Cr-Commit-Position: refs/heads/master@{#353907}
-
bruthig authored
NOTE: This is based on the CL here: https://codereview.chromium.org/1369393002/ Before this CL InkDropAnimations were created lazily and never destroyed or released until the ripple owner was destroyed. This change adds the necessary events required to destroy an InkDropAnimation when it becomes hidden. BUG=522175, 537614 Review URL: https://codereview.chromium.org/1373983002 Cr-Commit-Position: refs/heads/master@{#353906}
-
eroman authored
BUG=542759 Review URL: https://codereview.chromium.org/1399253004 Cr-Commit-Position: refs/heads/master@{#353905}
-
benwells authored
Test code can still do this. BUG=517735 Review URL: https://codereview.chromium.org/1395043002 Cr-Commit-Position: refs/heads/master@{#353904}
-
yolandyan authored
BUG= Review URL: https://codereview.chromium.org/1341503002 Cr-Commit-Position: refs/heads/master@{#353903}
-
sergeyv authored
BUG=523418 Review URL: https://codereview.chromium.org/1403853002 Cr-Commit-Position: refs/heads/master@{#353902}
-
agrieve authored
When --gtest_filter is used and contains a list of tests without wildcards, it is not necessary to query the device for the list of tests. This speeds up local development where it's comment to run just a single test at a time (saves 3 seconds). BUG=540857 Review URL: https://codereview.chromium.org/1393223002 Cr-Commit-Position: refs/heads/master@{#353901}
-
esprehn authored
While content needs to create a few event types, it almost never needs to read any data back off them. All of these getters are actually dead code. I also noticed that WebDOMMouseEvent is dead and removed it. Review URL: https://codereview.chromium.org/1402023002 Cr-Commit-Position: refs/heads/master@{#353900}
-
boliu authored
Add virtual destructor Add include for CONTENT_EXPORT BUG=526842 Review URL: https://codereview.chromium.org/1405663002 Cr-Commit-Position: refs/heads/master@{#353899}
-
dcastagna authored
libyuv::CopyPlane uses some low level optmization that memcpy doesn't have. This patch replaces the memcpy used when copying video frames to I420 GpuMemoryBuffers with libyuv::CopyPlane. BUG= Review URL: https://codereview.chromium.org/1400923003 Cr-Commit-Position: refs/heads/master@{#353898}
-
jchaffraix authored
https://chromium.googlesource.com/skia/+/eb85b8321bc917169ba26c8fce76b64d2e3dfe81 changed how text baselines are computated, yielding to lowing the baseline position by 1px in orthogonal writing modes. NOTRY=true TBR=herb@google.com,eae@chromium.org Review URL: https://codereview.chromium.org/1407463003 Cr-Commit-Position: refs/heads/master@{#353897}
-
samuong authored
This is disabled by default in M46+. BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1403983004 Cr-Commit-Position: refs/heads/master@{#353896}
-
jam authored
Disable flaky org.chromium.chrome.browser.contextualsearch.ContextualSearchManagerTest#testTapOnARIAIgnored TBR=newt@chromium.org BUG=542874 Review URL: https://codereview.chromium.org/1398243003 Cr-Commit-Position: refs/heads/master@{#353895}
-
esprehn authored
Review URL: https://codereview.chromium.org/1391193006 Cr-Commit-Position: refs/heads/master@{#353894}
-
xhwang authored
BUG=521731 TEST=Can play audio in GPU process with MojoMediaApplication. Review URL: https://codereview.chromium.org/1320453003 Cr-Commit-Position: refs/heads/master@{#353893}
-
sky authored
Now that it works I can see we have rendering issues. I'll look into that separately. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1406523003 Cr-Commit-Position: refs/heads/master@{#353892}
-
tsepez authored
Ideally, we'd track this in PDFium, but the API doesn't have a context representing the current "search" onto which to hang a set of visited bookmarks. Alternatively, we could do this in pdfium_engine itself, but it may be hard to tell when a bookmark is the same, since PDFium dutifully cobbles up a new structure each time around. So restrict the depth to prevent the crash. BUG=542403 Review URL: https://codereview.chromium.org/1401263005 Cr-Commit-Position: refs/heads/master@{#353891}
-
benwells authored
Revert of Reenable AppleEventUtilTest.ValueToAppleEventDescriptor by removing the failing case. (patchset #1 id:1 of https://codereview.chromium.org/1399383002/ ) Reason for revert: This caused failures on mac asan. See http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%2064%20Tests%20%281%29/builds/7109 Will put more info on the linked bug. The asan failure is hopefully a good clue to fix the underlying flakiness :) Original issue's description: > Reenable AppleEventUtilTest.ValueToAppleEventDescriptor by removing the failing case. > > BUG=239807 > TEST=AppleEventUtilTest.ValueToAppleEventDescriptor > > Committed: https://crrev.com/265ed5079f1b1d47b62d9698dd83ec2208a62a12 > Cr-Commit-Position: refs/heads/master@{#353845} TBR=andresantoso@chromium.org,avi@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=239807 Review URL: https://codereview.chromium.org/1395363005 Cr-Commit-Position: refs/heads/master@{#353890}
-
tomhudson authored
Canvas::BeginPlatformPaint() and EndPlatformPaint() have no callers. R=danakj@chromium.org CC=djsollen@chromium.org Review URL: https://codereview.chromium.org/1403973002 Cr-Commit-Position: refs/heads/master@{#353889}
-
amistry authored
For now, the channel manager is passed as a weak pointer argument and CHECK fails. This is a temporary debugging aid to help me understand why ChannelManager has been destroyed at this point. The code will be changed to handle the case gracefully once I know more. BUG=542069 Review URL: https://codereview.chromium.org/1402453004 Cr-Commit-Position: refs/heads/master@{#353888}
-
jchaffraix authored
The differences are: - smaller kerning in 'Verdana' between v and e (looks better IMHO). - new ligature in 'Tiger' between T and i (not great visually). NOTRY=true TBR=eae@chromium.org Review URL: https://codereview.chromium.org/1403933005 Cr-Commit-Position: refs/heads/master@{#353887}
-
thestig authored
Also widen an existing layout test error. BUG=492821,521656,542875 Review URL: https://codereview.chromium.org/1391743005 Cr-Commit-Position: refs/heads/master@{#353886}
-
sky authored
BUG=non TEST=none R=pkasting@chromium.org Review URL: https://codereview.chromium.org/1405633003 Cr-Commit-Position: refs/heads/master@{#353885}
-
stip authored
BUG=542429 TBR=jbudorick@chromium.org Review URL: https://codereview.chromium.org/1398483004 Cr-Commit-Position: refs/heads/master@{#353884}
-
chrishtr authored
BUG=540790 Review URL: https://codereview.chromium.org/1398443006 Cr-Commit-Position: refs/heads/master@{#353883}
-
tfarina authored
Since our toolchain supports c++'s static_assert, we can just use it instead of COMPILE_ASSERT (which actually is just defined to static_assert anyway). BUG=442514 TEST=net_unittests R=eroman@chromium.org Review URL: https://codereview.chromium.org/1408503002 Cr-Commit-Position: refs/heads/master@{#353882}
-
jschuh authored
Make PartitionAlloc reduce churn on Windows system allocations, and use less aggressive randomization on 32-bit systems in general. Updated version of: https://codereview.chromium.org/1383153002/ BUG=538479, 394591 Review URL: https://codereview.chromium.org/1401483002 Cr-Commit-Position: refs/heads/master@{#353881}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/eb85b83..2da1a85 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bsalomon@google.com Commits in this roll: 2da1a85 scroggo@google.com Stop benching PNG buildTileIndex by default 0adfffb kkinnunen@nvidia.com Fix dm with Chromium command buffer driver fdb4757 msarett@google.com Add subsetting to SkScanlineDecoder Review URL: https://codereview.chromium.org/1407623002 Cr-Commit-Position: refs/heads/master@{#353880}
-
dominickn authored
This CL replaces the custom IPC message used by the app banner debug log to add a message to the devtools console with the existing AddMessageToConsole method in RenderFrameHost. This allows boilerplate IPC scaffolding to be removed. BUG=542382 R=mlamouri@chromium.org,benwells Review URL: https://codereview.chromium.org/1396293003 Cr-Commit-Position: refs/heads/master@{#353879}
-
stip authored
BUG=525873 Review URL: https://codereview.chromium.org/1403563004 Cr-Commit-Position: refs/heads/master@{#353878}
-