- 16 Sep, 2014 40 commits
-
-
mef authored
BUG=411010 TEST=build/android/test_runner.py instrumentation --test-apk=CronetSampleTest -f *Quic* Review URL: https://codereview.chromium.org/544223003 Cr-Commit-Position: refs/heads/master@{#295063}
-
glider authored
BUG=379943 TBR=pilgrim@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/579433003 Cr-Commit-Position: refs/heads/master@{#295062}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/26493148691a7a4789d195c90a2ad49f8b098ba5..66ed8adeb9fe3f69835e1eaa53048146e3a6b4de TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/572263002 Cr-Commit-Position: refs/heads/master@{#295061}
-
glider authored
BUG=400490 TBR=ananta@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/550393003 Cr-Commit-Position: refs/heads/master@{#295060}
-
bnc authored
This is an alternate way of achieving the same as https://crrev.com/568093002. In this version, instead of calling ToEventParametersCallback to get a callable, then passing it around, then calling it, the body of SourceEventParametersCallback is duplicated in NetLogSpdyInitializedCallback. This yields faster, simpler, more direct code, at the expense of code duplication. Only one of this CL and https://crrev.com/568093002 should be committed. BUG=413369 Review URL: https://codereview.chromium.org/567403002 Cr-Commit-Position: refs/heads/master@{#295059}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/49005bf8929dd8ca86431e13414d683b509cd538..9564ce60a657acce89fb956deb8645b324eaad1e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/578553003 Cr-Commit-Position: refs/heads/master@{#295058}
-
primiano authored
Add a PRESUBMIT check to verify that all prebuilts are actually deployed to GCS (i.e. the committer didn't forget to run upload_to_google_storage.py). BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/562553003 Cr-Commit-Position: refs/heads/master@{#295057}
-
chrome://helpygorshenin authored
UI state of the elements related to channel switcher should depend only on update status, current and target channels, not on the internal state which is reset each time chrome://help is reloaded. BUG=323530 TEST=manual tests on a falco device Review URL: https://codereview.chromium.org/565903002 Cr-Commit-Position: refs/heads/master@{#295056}
-
msarda authored
The account reconcilor uses the canonicalized emails to look up accounts in the ProfileOAuth2TokenService. This CL canonicalizes the authenticated username when the sign-in manager initializes for backward compability. TEST=Also regression test to check that nothing breaks for pre-SSO signed in users. BUG=394355 Review URL: https://codereview.chromium.org/413453002 Cr-Commit-Position: refs/heads/master@{#295055}
-
jochen authored
- mark obsolete histograms as such - update descriptions and owners for current histograms - add missing histograms BUG=none R=asvitkine@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/563853003 Cr-Commit-Position: refs/heads/master@{#295054}
-
bnc authored
The Net.SpdyVersion UMA histogram directly tracks internal NextProto enum values, which change, for example, when protocols are deprecated, e.g., https://chromium.googlesource.com/chromium/src/+/13621d68bc4096987471ec698468a972af2fa1de%5E%21/#F9. This CL obsoletes Net.SpdyVersion, and introduces Net.SpdyVersion2, which uses values that are specifically generated for this purpuse, with the intent that later versions will not change or reuse them. BUG=412495 Review URL: https://codereview.chromium.org/560573002 Cr-Commit-Position: refs/heads/master@{#295053}
-
nednguyen authored
the last byte received. This patch also clean up the MockTimer API a little bit by making sure that the module's time package is replaced when mock timer is gc'ed. BUG=400859 Review URL: https://codereview.chromium.org/542283003 Cr-Commit-Position: refs/heads/master@{#295052}
-
glider authored
BUG=380575 NOTRY=true TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/577593002 Cr-Commit-Position: refs/heads/master@{#295051}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/4fa3ffd7f1ab95e97014b6848f8643dd4206e015..26493148691a7a4789d195c90a2ad49f8b098ba5 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/557653003 Cr-Commit-Position: refs/heads/master@{#295050}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#295049}
-
gab authored
BUG=414554 TEST=Added regression test PrefHashBrowserTestUntrustedAdditionToPrefs which fails without this CL and passes with it. Review URL: https://codereview.chromium.org/550343004 Cr-Commit-Position: refs/heads/master@{#295048}
-
perkj authored
TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/560123003 Cr-Commit-Position: refs/heads/master@{#295047}
-
msarda authored
BUG=NONE Review URL: https://codereview.chromium.org/559053003 Cr-Commit-Position: refs/heads/master@{#295046}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/aa54489e95cc3512007c6ec9cb58a698cb2b3009..4fa3ffd7f1ab95e97014b6848f8643dd4206e015 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/570223003 Cr-Commit-Position: refs/heads/master@{#295045}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/573973002 Cr-Commit-Position: refs/heads/master@{#295044}
-
ygorshenin authored
BUG=331367 TEST=manual testing on Linux ChromeOS build Review URL: https://codereview.chromium.org/571893002 Cr-Commit-Position: refs/heads/master@{#295043}
-
timvolodine authored
Adds UMA logging to track how many batteries are reported by the system at the start of Battery Status API. BUG= Review URL: https://codereview.chromium.org/545503002 Cr-Commit-Position: refs/heads/master@{#295042}
-
jyasskin authored
BUG=302040 NOTRY=true Review URL: https://codereview.chromium.org/505083002 Cr-Commit-Position: refs/heads/master@{#295041}
-
Primiano Tucci authored
This simply moves the backends in backends/android up one folder. The current naming structure was redundant and some of the classes there are not really android specific. Moving up since there is some work in progress to introduce support for other platforms, so it doesn't make much sense to keep a folder named 'android'. No functional change is intended. BUG=340294 NOTRY=true R=skyostil@chromium.org Review URL: https://codereview.chromium.org/574663002 Cr-Commit-Position: refs/heads/master@{#295040}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/d58a9ae43dcf8f670bd8a74aecc3e6e7883ebb6f..aa54489e95cc3512007c6ec9cb58a698cb2b3009 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/577553003 Cr-Commit-Position: refs/heads/master@{#295039}
-
qsr authored
This is a reland of https://codereview.chromium.org/570563002 with the gyp build config updated. R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/571353002 Cr-Commit-Position: refs/heads/master@{#295038}
-
Primiano Tucci authored
PRESUBMIT.py ened up being accidentally part of the last patchset in crrev.com/549313006. It was not intended as it is still under review in crrev.com/562553003 BUG=340294 NOTRY=true TBR=primiano@chromium.org Review URL: https://codereview.chromium.org/538363006 Cr-Commit-Position: refs/heads/master@{#295037}
-
qsr authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/566333002 Cr-Commit-Position: refs/heads/master@{#295036}
-
mkwst authored
TBR=mkwst@chromium.org Review URL: https://codereview.chromium.org/564113003 Cr-Commit-Position: refs/heads/master@{#295035}
-
fsamuel authored
This CL renames ChromeBrowserPluginDelegate to GuestViewContainer and moves it to extensions This CL moves guest_view_constants to extensions/common/* This CL also attaches a GuestViewContainer to all GuestViews. BUG=330264, 352290 Review URL: https://codereview.chromium.org/577453002 Cr-Commit-Position: refs/heads/master@{#295034}
-
bratell authored
If symbols with the same name appeared in the same "file" (as in 'unknown file') then they collided and only the last such symbol was remembered. This happened for me with string symbols where all .L.str21 were in the ?? file. Store a list of symbol sizes per symbol and file. If there are more than one symbol size per symbol and file, compare them differently to see what might have happened. A bit hard to read code. I hope it won't have to be changed. BUG=412335 R=andrewhayden@chromium.org Review URL: https://codereview.chromium.org/551203004 Cr-Commit-Position: refs/heads/master@{#295033}
-
primiano authored
Introduce the logic which is able to intersect mmap stats (dirty/clean priv/shared) with allocations. Essentially it contains the math to calculate the overlap (even partial) between allocations and mmaps and attribute stats counters to allocations. For the moment only resident memory is accounted. Finer grained accounting (dirty/clean) requires some changes to memdump (to have more than one bit per page in its output bitmap) and will come soon. BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/563183003 Cr-Commit-Position: refs/heads/master@{#295032}
-
primiano authored
This change moves towards the new libheap_profiler + heap_dump for profiling native allocations, instead of lib.debug.malloc. It introduces the code to install the library in the system (wrapping the Android zygote) and the parsers. Compared to the lib.debug.malloc, libheap_profiler is much much faster (less overhead) and able to hook also mmaps. Its output is very detailed and allows to get stack traces for each VM region. This will make it possible to intersect, in the near future, mmaps and native stack traces. This change also introduces the support to multiple ABIs to support both arm and arm64. BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/549313006 Cr-Commit-Position: refs/heads/master@{#295031}
-
vitalybuka authored
BUG=408184 TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/556823004 Cr-Commit-Position: refs/heads/master@{#295030}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/a2b6094b526729ca0c4e4126c628e218cd98163f..d58a9ae43dcf8f670bd8a74aecc3e6e7883ebb6f TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/538363005 Cr-Commit-Position: refs/heads/master@{#295029}
-
dtu authored
BUG=396001 TEST=tools/perf/run_benchmark --browser=system --also-run-disabled-tests blink_perf.mutation # Produces 0 tests. TBR=tonyg NOTRY=True Review URL: https://codereview.chromium.org/573983002 Cr-Commit-Position: refs/heads/master@{#295028}
-
arurajku authored
NOTRY=true Review URL: https://codereview.chromium.org/574623002 Cr-Commit-Position: refs/heads/master@{#295027}
-
calamity authored
This CL changes the number of rows in the experimental app launcher's grid view from 3 to 4. BUG=411775 Review URL: https://codereview.chromium.org/573703003 Cr-Commit-Position: refs/heads/master@{#295026}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/ae232a20d74de16baaec356787f968b4f04144c6..49005bf8929dd8ca86431e13414d683b509cd538 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/561703004 Cr-Commit-Position: refs/heads/master@{#295025}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/aa5e6ea2e1ddb260730d333f555faff0a26df787..a2b6094b526729ca0c4e4126c628e218cd98163f TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/572843003 Cr-Commit-Position: refs/heads/master@{#295024}
-