- 06 Apr, 2015 40 commits
-
-
rch authored
Review URL: https://codereview.chromium.org/1063483002 Cr-Commit-Position: refs/heads/master@{#323950}
-
tfarina authored
This seems to be more consistent with the use of uint32_t type that is also used throughout in this API. BUG=None TEST=base_unittests --gtest_filter=MD5* R=thestig@chromium.org Review URL: https://codereview.chromium.org/1062673003 Cr-Commit-Position: refs/heads/master@{#323949}
-
dcastagna authored
The test fixture GpuMemoryBufferTest has been parametrized in terms of gfx::GpuMemoryBuffer::Format so that GpuMemoryBufferTest.Lifecycle can be run with different gfx::GpuMemoryBuffer::Format. gfx::GpuMemoryBuffer::BGRA_8888 has been added along with the already present RGBA_8888. BUG= Review URL: https://codereview.chromium.org/1055143003 Cr-Commit-Position: refs/heads/master@{#323948}
-
aurimas authored
- Chrome has been targetting 22 for a while now so updating to match it. - Chrome has deprecated ICS so raising minSdkVersion to 16. BUG=473837 Review URL: https://codereview.chromium.org/1061713002 Cr-Commit-Position: refs/heads/master@{#323947}
-
pkasting authored
navigation to localhost (in defiance of specs... but seemingly common). This still prevents navigation to any other IP with leading octet 0, and only allows 0.0.0.0 when it's actually entered in 4-component dotted-quad form. BUG=428046 TEST=Entering "0.0.0.0" in the address bar will navigate by default Review URL: https://codereview.chromium.org/1064453002 Cr-Commit-Position: refs/heads/master@{#323946}
-
rtenneti authored
Per net/quic/quic_protocol.h around line# 521. R=asvitkine@chromium.org, rch@chromium.org, isherman@chromium.org Review URL: https://codereview.chromium.org/1061753002 Cr-Commit-Position: refs/heads/master@{#323945}
-
sbc authored
This was merged with install-debian.wheezy.sysroot.py a long time ago. Review URL: https://codereview.chromium.org/1050983003 Cr-Commit-Position: refs/heads/master@{#323944}
-
pstew authored
This CL maps an ONC property for disabling L2TP connection monitoring via PPP LCP frames. BUG=463602 TEST=Expanded test ONC and JSON test sets Review URL: https://codereview.chromium.org/1058973002 Cr-Commit-Position: refs/heads/master@{#323943}
-
pkotwicz authored
Revert of Work on Windows GN component build. (patchset #8 id:140001 of https://codereview.chromium.org/1053203003/) Reason for revert: Reverting the CL because I think that it broke the GN compile on Linux - See http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/26255/steps/compile/logs/stdio Original issue's description: > Work on Windows GN component build. > > This makes ppapi_shared link. This required many changes to gpu to match the structure of GYP in both component and non-component modes. > > BUG=470212 > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg > > Committed: https://crrev.com/b3c7880dc9e66ff449b23e2273b4f20abecba442 > Cr-Commit-Position: refs/heads/master@{#323937} TBR=dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=470212 Review URL: https://codereview.chromium.org/1057993004 Cr-Commit-Position: refs/heads/master@{#323942}
-
reveman authored
This cleans up the API a bit and allows the code to be unit tested. This also prevents ftruncate from being used on Android where shared memory is backed by Ashmem. Ashmem doesn't support ftruncate. BUG=466509 TEST=base_unittests --gtest_filter=DiscardableSharedMemoryTest.Shrink Review URL: https://codereview.chromium.org/1018743003 Cr-Commit-Position: refs/heads/master@{#323941}
-
rnephew authored
Switch all battery related device interaction from DeviceUtils to BatteryUtils. Currently they reside in device utils, which has a lot of functionality around a lot of different device interactions. This will consolidate all current and future power related phone interactions into one location. BUG=472763 Review URL: https://codereview.chromium.org/1057563002 Cr-Commit-Position: refs/heads/master@{#323940}
-
estark authored
Revert of Don't process HSTS/HPKP headers when host is an IP address (patchset #9 id:160001 of https://codereview.chromium.org/1059303002/) Reason for revert: This change seems to break WebSockets tests broken on Mac: https://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests/builds/758 Tests need to be fixed before it can be re-landed. Original issue's description: > Don't process HSTS/HPKP headers when host is an IP address > > HSTS/HPKP headers should only be parsed when the host is not an IP > address. This change requires fixing the HSTS/HPKP tests to use > localhost test server URLs instead of 127.0.0.1, with a corresponding > cert. > > BUG=456712 > > Committed: https://crrev.com/8488b5886ccec4820578905acd42f95cf42f5b17 > Cr-Commit-Position: refs/heads/master@{#323913} TBR=rsleevi@chromium.org,palmer@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=456712 Review URL: https://codereview.chromium.org/1066613002 Cr-Commit-Position: refs/heads/master@{#323939}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/58826bb..64efd8c TBR=jsbell@chromium.org,falken@chromium.org Review URL: https://codereview.chromium.org/1062573005 Cr-Commit-Position: refs/heads/master@{#323938}
-
brettw authored
This makes ppapi_shared link. This required many changes to gpu to match the structure of GYP in both component and non-component modes. BUG=470212 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1053203003 Cr-Commit-Position: refs/heads/master@{#323937}
-
danakj authored
This adds a ui::PaintRecorder that will be the gateway to the PaintContext internals. The rules are: 1) Make a PaintRecorder when you want to access the canvas. 2) Can not nest PaintRecorders. In the future PaintRecorder will also know how to deal with a DisplayItemList and provider a Canvas that records to a DisplayItem and each scoped PaintRecorder will produce DisplayItems to be cached. For now, just restructuring code to go through PaintRecorder and not nest recording. R=sadrul, sky BUG=466426 Review URL: https://codereview.chromium.org/1053143002 Cr-Commit-Position: refs/heads/master@{#323936}
-
thakis authored
https://chromium.googlesource.com/angle/angle/+log/99f075dad..51a1db16d BUG=82385 TBR=geofflang@chromium.org Review URL: https://codereview.chromium.org/1060583004 Cr-Commit-Position: refs/heads/master@{#323935}
-
mdjones authored
This change adds javascript to fill in the YouTube placeholders created by the distiller. the content security policy now allows for iframes from all sources (distiller closely controls which iframes are allowed). Some css has also been added to appropriately resize these iframes when the page is resized. This change will not work correctly by itself, it depends on the following CL to work correctly: https://codereview.chromium.org/1015463004 BUG=468862 Review URL: https://codereview.chromium.org/880983007 Cr-Commit-Position: refs/heads/master@{#323934}
-
rsleevi authored
This updates to the following revision: 4f90008545e0 (2015-04-02 03:34 -0400) It includes changes from revision bad2a08db205 (2015-02-17 17:53 +0000) to revision 4f90008545e0 (2015-04-02 03:34 -0400), listed at http://hg.mozilla.org/mozilla-central/log/4f90008545e0/netwerk/dns/effective_tld_names.dat R=pkasting@chromium.org BUG=37436 Review URL: https://codereview.chromium.org/1056383002 Cr-Commit-Position: refs/heads/master@{#323933}
-
dcastagna authored
BUG= TBR=piman@chromium.org Review URL: https://codereview.chromium.org/1057183002 Cr-Commit-Position: refs/heads/master@{#323932}
-
danakj authored
OmniboxPopupContentsView used to be clipped by a rounded rect, so it used a ClipPath and anti-aliased the clip for the corners. Now it is just a rectangle, so the anti-aliasing is pointless and potentially adds overhead. R=sky BUG=466426 Review URL: https://codereview.chromium.org/1055933003 Cr-Commit-Position: refs/heads/master@{#323931}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f559de4..94e5010 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=msarett@google.com Review URL: https://codereview.chromium.org/1064673002 Cr-Commit-Position: refs/heads/master@{#323930}
-
afakhry authored
R=nick@chromium.org BUG=470956 TEST=unit_tests --gtest_filter=BrowserProcessTaskProviderTest.* Review URL: https://codereview.chromium.org/1038033002 Cr-Commit-Position: refs/heads/master@{#323929}
-
shrike authored
a unit test to make sure this is always the case. It turns out -isZoomed can sometimes return YES for a docked window, which sometimes results in the window becoming undocked on the next restart. Please read the long entry in the bug report for a complete explanation of how the change fixes the problem. BUG=452976 Review URL: https://codereview.chromium.org/1055893003 Cr-Commit-Position: refs/heads/master@{#323928}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f0c2b57..58826bb TBR=jsbell@chromium.org,falken@chromium.org Review URL: https://codereview.chromium.org/1062813003 Cr-Commit-Position: refs/heads/master@{#323927}
-
toyoshim authored
Since some minor devices are not supported by GetVendorName(), do not return immediately, but continue to do the next trial to find out the vendor name. BUG=474245 Review URL: https://codereview.chromium.org/1061893002 Cr-Commit-Position: refs/heads/master@{#323926}
-
shess authored
The sandbox on OSX and Linux restricts ftruncate(), which SQLite uses. Provide a browser hook for chromium_vfs. BUG=457905 Review URL: https://codereview.chromium.org/1006423008 Cr-Commit-Position: refs/heads/master@{#323925}
-
kmarshall authored
R=kalman@chromium.org BUG= Review URL: https://codereview.chromium.org/1066583002 Cr-Commit-Position: refs/heads/master@{#323924}
-
dpranke authored
Given that Google Code is shutting down, we need to figure out what to do with docs in the wiki. Gitiles (the tree browser for our Git repo) supports rendering markdown files that are checked in to the repo, so one obvious answer is to migrate the GN docs into the repo (and convert them to markdown); this would also make it easier to keep the docs versioned and in sync with the code. This is a first pass at that. The content is unchanged from the wiki, just converted and manually reformatted to stay within 80 columns where possible (we can't do that for long URLs or wide tables). R=brettw@chromium.org, scottmg@chromium.org BUG=468851 Review URL: https://codereview.chromium.org/1052883002 Cr-Commit-Position: refs/heads/master@{#323923}
-
rdevlin.cronin authored
Fix a bug where the BrowserActionsContainerView would return the incorrect resize delta x if it was changed while the user was resizing it (which could happen during navigation). Also fix a bug where actions were hidden if the toolbar redrew while the user was resizing. BUG=472821 Review URL: https://codereview.chromium.org/1061623002 Cr-Commit-Position: refs/heads/master@{#323922}
-
nick authored
RenderFrameProxyHosts need to exist in a SiteInstance so long as at least one active frame exists: when we're about to trigger the (1 -> 0) transition in |active_frame_count|, we need to destroy any lingering proxies. Bug 444955 occurs because we don't check for the (1 -> 0) transition when the last active frame happens to be a pending frame when it's deleted. Also fixed here is bug 473714, found by inspection, where deletion of a not-live frame would incorrectly rambo the RenderFrameProxyHosts that could potentially be needed by another live RenderFrameHost. A new test demonstrates this and verifies the fix. TEST=content_unittests BUG=444955,473714 Review URL: https://codereview.chromium.org/1055203002 Cr-Commit-Position: refs/heads/master@{#323921}
-
stapelberg authored
BUG=143619 Review URL: https://codereview.chromium.org/1063603003 Cr-Commit-Position: refs/heads/master@{#323920}
-
ortuno authored
BluetoothAdapter is not thread safe, this change moves the requestDevice() call to it onto the UI thread. BUG=420284 Review URL: https://codereview.chromium.org/1058373002 Cr-Commit-Position: refs/heads/master@{#323919}
-
nkostylev authored
Based on https://codereview.chromium.org/1040143002/ BUG=470114 Review URL: https://codereview.chromium.org/1064663002 Cr-Commit-Position: refs/heads/master@{#323918}
-
dtrainor authored
- Renamed the method to Tab#getAllContentViews to be more specific. - Prevent the method from returning NativePage views. BUG=462114 Review URL: https://codereview.chromium.org/1057043002 Cr-Commit-Position: refs/heads/master@{#323917}
-
halliwell authored
Cast Ozone is now fully implemented in chromecast/ozone, including the Ozone factory function. The CastEglPlatform interface is moved to public and its implementation will be loaded from shared library. BUG= Review URL: https://codereview.chromium.org/1059073002 Cr-Commit-Position: refs/heads/master@{#323916}
-
estade authored
BUG=473283 Review URL: https://codereview.chromium.org/1051273006 Cr-Commit-Position: refs/heads/master@{#323915}
-
tfarina authored
Tested on Linux with the following command lines: $ rm -rf out/ $ ./build/gyp_chromium $ ninja -C out/Debug sandbox_linux_unittests $ out/Debug/sandbox_linux_unittests BUG=138542 TEST=see above R=mdempsky@chromium.org,jln@chromium.org Review URL: https://codereview.chromium.org/1066523002 Cr-Commit-Position: refs/heads/master@{#323914}
-
estark authored
HSTS/HPKP headers should only be parsed when the host is not an IP address. This change requires fixing the HSTS/HPKP tests to use localhost test server URLs instead of 127.0.0.1, with a corresponding cert. BUG=456712 Review URL: https://codereview.chromium.org/1059303002 Cr-Commit-Position: refs/heads/master@{#323913}
-
rdevlin.cronin authored
Remove all inlined enums from extension APIs. BUG=472279 TBR=derat@chromium.org (mechanical changes to chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc and chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc) Review URL: https://codereview.chromium.org/1055673002 Cr-Commit-Position: refs/heads/master@{#323912}
-
rch authored
Fixes a mistake in https://codereview.chromium.org/1057983002/ R=rtenneti@chromium.org Review URL: https://codereview.chromium.org/1065623002 Cr-Commit-Position: refs/heads/master@{#323911}
-