- 29 Aug, 2014 40 commits
-
-
thestig authored
Also fix up tools/unused-grit-header.py to deal with some more grit formatting and corner cases. Review URL: https://codereview.chromium.org/514493002 Cr-Commit-Position: refs/heads/master@{#292701}
-
noamsml authored
BUG=370071 Review URL: https://codereview.chromium.org/343053002 Cr-Commit-Position: refs/heads/master@{#292700}
-
Nico Weber authored
Also don't use "default" as a variable name, as it's a keyword. Also fix a bug where a wstring was passed to %ls. No real behavior change. BUG=82385 R=hans@chromium.org TBR=cpu, vitalybuka Review URL: https://codereview.chromium.org/526513002 Cr-Commit-Position: refs/heads/master@{#292699}
-
Matthew Dempsky authored
Based on readability review by Dean Berris at Google. R=jln@chromium.org Review URL: https://codereview.chromium.org/511993005 Cr-Commit-Position: refs/heads/master@{#292698}
-
aurimas authored
BUG=None Review URL: https://codereview.chromium.org/518133002 Cr-Commit-Position: refs/heads/master@{#292697}
-
ppi authored
BUG=223859 BUG=394757 Review URL: https://codereview.chromium.org/514373003 Cr-Commit-Position: refs/heads/master@{#292696}
-
aiolos authored
loading signal to ResourceScheduler BUG=128035 Review URL: https://codereview.chromium.org/501703002 Cr-Commit-Position: refs/heads/master@{#292695}
-
mukai authored
BUG=408600 R=oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/511053003 Cr-Commit-Position: refs/heads/master@{#292694}
-
boliu authored
BUG= Review URL: https://codereview.chromium.org/337473004 Cr-Commit-Position: refs/heads/master@{#292693}
-
tbarzic authored
Also, adds some logic to FakeEasyUnlockClient. BUG=407996 (note that these would have caught the crashes in bugs 404798 and 405976 :/) Review URL: https://codereview.chromium.org/513013003 Cr-Commit-Position: refs/heads/master@{#292692}
-
gunsch authored
R=lcwu@chromium.org,asvitkine@chromium.org BUG=None Review URL: https://codereview.chromium.org/522853002 Cr-Commit-Position: refs/heads/master@{#292691}
-
jungjik.lee authored
Current HeadUpDisplayLayerImpl allocates one resource and reuse it continuously. This patch is trying to allocate two resources and swap one of them which is available. so HeadUpDisplayLayerImpl does not need free the resource while the layer is alive. Bug=None Review URL: https://codereview.chromium.org/491783003 Cr-Commit-Position: refs/heads/master@{#292690}
-
tsepez authored
Remove unused input_channels parameter from fuzzed media::AudioParameters generation. Link against new components/pdf files. Review URL: https://codereview.chromium.org/518923003 Cr-Commit-Position: refs/heads/master@{#292689}
-
wtc authored
Include the following CLs: Avoids MSVC warnings about possible value truncation. https://codereview.chromium.org/515383002/ TBR=agl@chromium.org,pkasting@chromium.org BUG= Review URL: https://codereview.chromium.org/521463002 Cr-Commit-Position: refs/heads/master@{#292688}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/3c4c83c54cc17327ea22f7c628e790a8895dde0d..a70eaece73b718e58ad26a2271e8b99dd1727043 TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/519853002 Cr-Commit-Position: refs/heads/master@{#292687}
-
torne authored
Sort the list of input java files for the aidl build step so that the contents of generated makefiles in WebView have a stable ordering. BUG= Review URL: https://codereview.chromium.org/323803003 Cr-Commit-Position: refs/heads/master@{#292686}
-
jdduke authored
Currently, the touch event queue will flush itself when it's notified that all touch handlers have been removed. However, this effectively overrides the ack of any outstanding touch that is being handled. In particular, the touch may have been the cause of handler removal *and* been preventDefault'ed, in which case we should respect the preventDeafult. Defer flushing the queue when all handlers have been removed, instead waiting for any outstanding touch ack. Any additional pending events will be automatically flushed when the ack is received. BUG=406916 Review URL: https://codereview.chromium.org/521453002 Cr-Commit-Position: refs/heads/master@{#292685}
-
Sadrul Habib Chowdhury authored
Advertise support for PDF plugins, and use the implementations from the pdf component (in //components/pdf) for adding the necessary support for showing PDF files in athena. BUG=401242 R=jamescook@chromium.org, oshima@chromium.org, raymes@chromium.org Review URL: https://codereview.chromium.org/484873004 Cr-Commit-Position: refs/heads/master@{#292684}
-
Vitaly Buka authored
This code was used for Win8 non-aura builds. Now it's dead. metro_driver should be cleared separately as it has a lot of stuff excluded from build. BUG=142330 NOTRY=true R=mad@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/524543002 Cr-Commit-Position: refs/heads/master@{#292683}
-
Sadrul Habib Chowdhury authored
Going into overview mode makes all the windows visible. At the end of the overview mode, make sure the windows that aren't visible (i.e. windows other than the active window, or the left/right windows in split-view mode) are marked as hidden correctly. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/525443002 Cr-Commit-Position: refs/heads/master@{#292682}
-
vitalybuka authored
BUG=374321 Review URL: https://codereview.chromium.org/522493002 Cr-Commit-Position: refs/heads/master@{#292681}
-
wez authored
Lossy encoding is now reliable enough to be enabled by default when running with VP9. BUG=260879 Review URL: https://codereview.chromium.org/421793003 Cr-Commit-Position: refs/heads/master@{#292680}
-
bajones authored
BUG=407976 Review URL: https://codereview.chromium.org/523663003 Cr-Commit-Position: refs/heads/master@{#292679}
-
earthdok authored
BUG=369379 R=armansito@chromium.org Review URL: https://codereview.chromium.org/524693002 Cr-Commit-Position: refs/heads/master@{#292678}
-
tanviraumi authored
measuring any precache-related metrics. BUG=309216 Review URL: https://codereview.chromium.org/514353002 Cr-Commit-Position: refs/heads/master@{#292677}
-
ajm authored
Code under webrtc/ expects this to be defined when building against Chromium. With talk/base having moved to webrtc/base, libjingle code must adopt this expectation. This appears to be the most straightforward way of adding this define. In particular, this is now required to avoid redefinition errors after the addition of CHECK macros to webrtc/base. TESTED=local Linux build against the latest webrtc passes. Review URL: https://codereview.chromium.org/516143002 Cr-Commit-Position: refs/heads/master@{#292676}
-
boliu authored
BUG= Review URL: https://codereview.chromium.org/519593002 Cr-Commit-Position: refs/heads/master@{#292675}
-
earthdok authored
This was detected by ASan's new container-overflow feature. BUG=409051 R=acolwell@chromium.org Review URL: https://codereview.chromium.org/516283004 Cr-Commit-Position: refs/heads/master@{#292674}
-
miu authored
BUG=404813,405622 Review URL: https://codereview.chromium.org/502333002 Cr-Commit-Position: refs/heads/master@{#292673}
-
fdegans authored
For the actual changes, check: vp8 fix: deallocate denoiser->yv12_last_source https://codereview.chromium.org/506203004 Disable LTO for one target. https://codereview.chromium.org/471653004 BUG=408997 Review URL: https://codereview.chromium.org/522573003 Cr-Commit-Position: refs/heads/master@{#292672}
-
torne authored
Sort the list of input resource files for the jarjar resource step so that the contents of generated makefiles in WebView have a stable ordering. BUG= Review URL: https://codereview.chromium.org/516293003 Cr-Commit-Position: refs/heads/master@{#292671}
-
viettrungluu authored
And add a long explanatory comment about how things are shut down. R=darin@chromium.org Review URL: https://codereview.chromium.org/517373002 Cr-Commit-Position: refs/heads/master@{#292670}
-
dalecurtis authored
- Fixes gcc_version issues on gTrusty. - Fixes accidental duplicate in input_events build file. - Fixes spammy warnings in libxml. BUG=none TEST=builds Review URL: https://codereview.chromium.org/518543004 Cr-Commit-Position: refs/heads/master@{#292669}
-
enne authored
This makes it behave the same as the Close function. Destroying RenderWidgetCompositor during RenderWidget::DoDeferredClose can cause problems for nested message loops. The bug is that InputHandlerProxy creates a SwapPromiseMonitor which adds itself to the LayerTreeHost. In that stack, a nested message loop is run which runs the RenderWidget::DoDeferredClose function which previously destroyed the LayerTreeHost. This explodes, because LayerTreeHost expects all SwapPromiseMonitors to be removed before it is destroyed. Making DoDeferredClose non-nestable avoids this problem, as the nested message loop can't run the task, the SwapPromiseMonitor safely gets removed, and then the LayerTreeHost can be cleanly deleted. This patch depends on https://codereview.chromium.org/512533002 R=jamesr@chromium.org,danakj@chromium.org BUG=403500 Review URL: https://codereview.chromium.org/513433002 Cr-Commit-Position: refs/heads/master@{#292668}
-
aboxhall authored
BUG=309681 NOTRY=True Review URL: https://codereview.chromium.org/523703002 Cr-Commit-Position: refs/heads/master@{#292667}
-
geofflang authored
ef9d63ec to a502c749. Contains refactors of shader objects, errors and validation. Review URL: https://codereview.chromium.org/518873002 Cr-Commit-Position: refs/heads/master@{#292666}
-
grt authored
This fixes a class of test flakes that impacts all Windows tests that use registry_util::RegistryOverrideManager. BUG=none R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/519773002 Cr-Commit-Position: refs/heads/master@{#292665}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/518743002 Cr-Commit-Position: refs/heads/master@{#292664}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/514143002 Cr-Commit-Position: refs/heads/master@{#292663}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/55f9f55cb598e92a166451f4848ce9b80aab3a8d..3c4c83c54cc17327ea22f7c628e790a8895dde0d TBR=mlamouri@chromium.org,hclam@chromium.org Review URL: https://codereview.chromium.org/522693004 Cr-Commit-Position: refs/heads/master@{#292662}
-