- 03 Dec, 2014 40 commits
-
-
lanwei authored
We enable the hover feature on touchscreens on Samsung Galaxy S4, S5 by turning on a hover feature switch, which simulated a mouse over event. BUG=418188 Review URL: https://codereview.chromium.org/687323002 Cr-Commit-Position: refs/heads/master@{#306704}
-
rvargas authored
__LINE__ is slightly more efficient than __FUNCTION__ BUG=436123 R=rtenneti@chromium.org Review URL: https://codereview.chromium.org/774143006 Cr-Commit-Position: refs/heads/master@{#306703}
-
pkotwicz authored
BUG=438729 TEST=None TBR=bbudge Review URL: https://codereview.chromium.org/779753002 Cr-Commit-Position: refs/heads/master@{#306702}
-
derekjchow authored
Extend android classes to expose render_process_id for device identification purposes. Also improve logging for client certificate selection to expose the render_process_id associated with the request. R=gunsch@chromium.org Change-Id: Iae853ff54c6969da85cb95b8adb14cb07c74695f BUG= Review URL: https://codereview.chromium.org/773313002 Cr-Commit-Position: refs/heads/master@{#306701}
-
sashab authored
Updated the URL coloring logic on Android to color the light-grey portions of URLs (currently #969696 100% opacity) to #333333 50% opacity on light backgrounds and #ffffff 50% opacity on dark backgrounds. Also updated the URL coloring tests to reflect this. Based on crrev.com/751423003. BUG=430771 Committed: https://crrev.com/0ecb56c7474db0b57c50102adc0ee3815a0182f3 Cr-Commit-Position: refs/heads/master@{#306558} Review URL: https://codereview.chromium.org/771903003 Cr-Commit-Position: refs/heads/master@{#306700}
-
pkotwicz authored
BUG=412169 TEST=None NOTRY=true TBR=pvalenzuela Review URL: https://codereview.chromium.org/778843002 Cr-Commit-Position: refs/heads/master@{#306699}
-
leecam authored
DRI3 creates files in /dev/shm/. This change adds /dev/shm to the whitelist for non-ChromeOS Linux platforms. These files are unlinked and truncated so the following policy changes have also been made. unlink is allowed in the broker process policy. ftruncate is allowed in the gpu process policy Now DRI3 is supported this change also reverts the temporary fix to set env var LIBGL_DRI3_DISABLE https://codereview.chromium.org/708043002 BUG=415681 TEST=Ubuntu 14.10 configured with DRI3 Review URL: https://codereview.chromium.org/759613008 Cr-Commit-Position: refs/heads/master@{#306698}
-
sshelke authored
This CL maps trigger axes to bottom shoulder buttons and trigger buttons to top shoulder buttons for Shield and Xbox controllers. BUG=421833 Review URL: https://codereview.chromium.org/704523002 Cr-Commit-Position: refs/heads/master@{#306697}
-
davidben authored
As of https://boringssl-review.googlesource.com/#/c/2420/, BoringSSL now calls the sign hook when signing a pre-TLS-1.2 handshake hash. There's no need for hooking it at the sign_raw layer on Windows. BUG=none Review URL: https://codereview.chromium.org/762203003 Cr-Commit-Position: refs/heads/master@{#306696}
-
lazyboy authored
There's no reason for it be a raw pointer. BUG=None Test=None, internal only cleanup. Review URL: https://codereview.chromium.org/759643007 Cr-Commit-Position: refs/heads/master@{#306695}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/35097dd..59a79ef TBR=pfeldman@chromium.org,schenney@chromium.org Review URL: https://codereview.chromium.org/750273004 Cr-Commit-Position: refs/heads/master@{#306694}
-
tomfinegan authored
Review URL: https://codereview.chromium.org/773053002 Cr-Commit-Position: refs/heads/master@{#306693}
-
sandersd authored
VideoToolbox can fall back to software internally for two reasons: 1) The resolution is below the minimum (or other format incompatibility). Eventually we want Chromium to handle fallback in this case. 2) The sandbox was not initialized properly. This we want to know about and fix. This CL does not distinguish the two cases. BUG=133828 Review URL: https://codereview.chromium.org/773673002 Cr-Commit-Position: refs/heads/master@{#306692}
-
tfarina authored
This applies the macro trick used in variables.cc to clean up GetSwitches() function. BUG=None R=brettw@chromium.org Review URL: https://codereview.chromium.org/778513003 Cr-Commit-Position: refs/heads/master@{#306691}
-
erikchen authored
I created the new directory net/base/mac/ to hold shared files between OSX and iOS. The logic in nsurl_util was mostly duplicated code, so I replaced the bulk of the code with a single new function EscapeNSURLPrecursor. BUG= Review URL: https://codereview.chromium.org/747773002 Cr-Commit-Position: refs/heads/master@{#306690}
-
rfevang authored
These tests flakily fails on the ASAN Linux bots. TBR=pkasting@chromium.org NOTRY=true BUG=438763 Review URL: https://codereview.chromium.org/765773003 Cr-Commit-Position: refs/heads/master@{#306689}
-
gcasto authored
This is mostly a leftover from before Autofill integration. It was supposed to help prevent triggering on sites that looks like they only have 2 input fields, but actually have more hidden. It's not clear how much this actually prevents generation from triggering in unwanted cases, but it is causing false negatives on some major sites (Paypal and Etsy). Removeing the requirement seems like the best option at the moment. BUG=438554 Review URL: https://codereview.chromium.org/774143003 Cr-Commit-Position: refs/heads/master@{#306688}
-
rvargas authored
This change implies that extensions::LaunchNativeProcess also changes to return base::Process, and that requires base::EnsureProcessTerminated to deal with base:Process (as it basically claims ownership of the process). This CL fixes some leaks all around. BUG=417532 Review URL: https://codereview.chromium.org/759903002 Cr-Commit-Position: refs/heads/master@{#306687}
-
mattm authored
BUG=431187 Review URL: https://codereview.chromium.org/750773003 Cr-Commit-Position: refs/heads/master@{#306686}
-
spang authored
So that ash detects the scale factor automatically. TEST=manual on rush_ryu BUG=chrome-os-partner:34264 Review URL: https://codereview.chromium.org/763343004 Cr-Commit-Position: refs/heads/master@{#306685}
-
pkotwicz authored
Revert of Disable flaky OutOfProcessPPAPITest.MediaStreamAudioTrack on Windows (patchset #1 id:1 of https://codereview.chromium.org/770423005/) Reason for revert: Caused compile failure Original issue's description: > Disable flaky OutOfProcessPPAPITest.MediaStreamAudioTrack on Windows > > BUG=438729 > TEST=None > TBR=bbudge > NOTRY=true > > Committed: https://crrev.com/cd4450ef786b0a8f801d17a0563eeb67198de8e0 > Cr-Commit-Position: refs/heads/master@{#306680} TBR=bbudge@chromium.org NOTREECHECKS=true NOTRY=true BUG=438729 Review URL: https://codereview.chromium.org/776703005 Cr-Commit-Position: refs/heads/master@{#306684}
-
hendrikw authored
Allow a pointer to a |reason| string to be passed through the |Picture| to the |SkPicture|. Create an instant event when the gpu rasterization veto is hit. BUG=434613 Review URL: https://codereview.chromium.org/780683002 Cr-Commit-Position: refs/heads/master@{#306683}
-
wittman authored
Record all cases where this functionality is used. The existing TabContextMenu_BookmarkAllTabs metric only records when the functionality is invoked from the tab context menu. BUG= Review URL: https://codereview.chromium.org/754013006 Cr-Commit-Position: refs/heads/master@{#306682}
-
jbudorick authored
BUG= Review URL: https://codereview.chromium.org/777653004 Cr-Commit-Position: refs/heads/master@{#306681}
-
pkotwicz authored
BUG=438729 TEST=None TBR=bbudge NOTRY=true Review URL: https://codereview.chromium.org/770423005 Cr-Commit-Position: refs/heads/master@{#306680}
-
thestig authored
The string conversion functions called all take StringPieces. Review URL: https://codereview.chromium.org/776903002 Cr-Commit-Position: refs/heads/master@{#306679}
-
chrome://settings/editDictionarybondd authored
BUG=437704 Review URL: https://codereview.chromium.org/771283002 Cr-Commit-Position: refs/heads/master@{#306678}
-
peter authored
There's only two call sites, which can easily talk to the Notification UI Manager directly. BUG= Review URL: https://codereview.chromium.org/768373002 Cr-Commit-Position: refs/heads/master@{#306677}
-
boliu authored
Add more events with an eye towards debugging as well as accounting all the time spent on RenderThread. BUG= Review URL: https://codereview.chromium.org/778643003 Cr-Commit-Position: refs/heads/master@{#306676}
-
mcasas authored
TEST= Run Chrome with flag --use-fake-device-for-media-stream, navigate to http://goo.gl/s2XhGB and see the rolling pacman correctly displayed. Review URL: https://codereview.chromium.org/770713005 Cr-Commit-Position: refs/heads/master@{#306675}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/2dd1ae0..96a6c4d CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=halcanary@google.com Review URL: https://codereview.chromium.org/776093002 Cr-Commit-Position: refs/heads/master@{#306674}
-
leecam authored
Make Seccomp-bpf tsync support mandatory on ChromeOS now that all kernels support it. BUG= TEST=ChromeOS trybots Review URL: https://codereview.chromium.org/759343002 Cr-Commit-Position: refs/heads/master@{#306673}
-
Sadrul Habib Chowdhury authored
The extension ID can be empty in some scenarios (e.g. <webview> in webui pages). In such cases, use the ScriptContext's URL as the key. BUG=434727 R=kalman@chromium.org Review URL: https://codereview.chromium.org/773073002 Cr-Commit-Position: refs/heads/master@{#306672}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a0d6462..35097dd TBR=pfeldman@chromium.org,schenney@chromium.org Review URL: https://codereview.chromium.org/752173005 Cr-Commit-Position: refs/heads/master@{#306671}
-
scottmg authored
No intended functionality change. R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/754223003 Cr-Commit-Position: refs/heads/master@{#306670}
-
stevenjb authored
Before a recent Shill change, Static and Saved IP config properties were stored in toplevel properties with prefixed keys like kStaticIPAddressProperty. This change makes use of Shill now exposing these properties nested under a StaticIPConfig and SavedIPConfig dictionary. This also makes the translation between a list of nameservers and a comma-separated string obsolete. Original Review URL: https://codereview.chromium.org/762243002 BUG=411289 TBR=pneubeck@chromium.org Review URL: https://codereview.chromium.org/778693004 Cr-Commit-Position: refs/heads/master@{#306669}
-
scottmg authored
For symmetry with 'inputs'. R=brettw@chromium.org,tfarina@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/780543003 Cr-Commit-Position: refs/heads/master@{#306668}
-
nharper authored
This is my second attempt at https://codereview.chromium.org/745443002/, after it was reverted. The broken test that caused it to get reverted was fixed in https://codereview.chromium.org/757813002/. BUG=425645 Review URL: https://codereview.chromium.org/757873003 Cr-Commit-Position: refs/heads/master@{#306667}
-
thestig authored
Review URL: https://codereview.chromium.org/775003002 Cr-Commit-Position: refs/heads/master@{#306666}
-
vadimt authored
Prior instrumentations identified that these are the jankiest places: * HttpCache::Transaction::OnIOComplete * DiskCacheBasedQuicServerInfo::OnIOComplete * ShaderDiskReadHelper::OnOpComplete Instrumenting their internals. BUG=422516 Review URL: https://codereview.chromium.org/773463004 Cr-Commit-Position: refs/heads/master@{#306665}
-