- 20 Feb, 2015 40 commits
-
-
rdevlin.cronin authored
Sometimes the list of last known positions does not contain the full list of extensions. Fix one such case, and account for any others. BUG=460393 Review URL: https://codereview.chromium.org/941373002 Cr-Commit-Position: refs/heads/master@{#317428}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8ca446a..8569c5c TBR=yosin@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/940423003 Cr-Commit-Position: refs/heads/master@{#317427}
-
jiangj authored
bookmark_model.cc uses icu::Collator directly so it should have direct dependency to icui18n, otherwise there will be a linking issue on Linux for component builds and configuration_policy==0, policy_component won't link because of the missing icui8n dependency. It's a followup of CL 938003002. Review URL: https://codereview.chromium.org/947443004 Cr-Commit-Position: refs/heads/master@{#317426}
-
brettw authored
Fix errors. Most of the problems were in net. Moves CreateAndConnectStreamForTesting's declaration to the header corresponding to the file it's implemented in. Adds the other directories that don't pass yet to the list commented out so it's easier to see what's still left. TBR=armansito@chromium.org Review URL: https://codereview.chromium.org/936953004 Cr-Commit-Position: refs/heads/master@{#317425}
-
michaeln authored
Given access patterns that are just wrong, local & session storage can write many gigabytes per day or keep the disk perpetually spun up. To avoid excessive IO, we apply limits to the amount of data being written and the frequency of writes to address both kinds of 'bad' behaviors. TBR=rvargas BUG=176727 Review URL: https://codereview.chromium.org/896643002 Cr-Commit-Position: refs/heads/master@{#317424}
-
sullivan authored
BUG=455349 Review URL: https://codereview.chromium.org/946013002 Cr-Commit-Position: refs/heads/master@{#317423}
-
jyasskin authored
TBR=primiano@chromium.org BUG=459556 Review URL: https://codereview.chromium.org/944823005 Cr-Commit-Position: refs/heads/master@{#317422}
-
yangguo authored
This is part 2/4 of a clean up to switch to int64 time stamps when caching metadata. The background to this is that converting int64 time stamps to double and back to int64 is lossy and causes false time stamp mismatches. BUG=453298 Review URL: https://codereview.chromium.org/935963002 Cr-Commit-Position: refs/heads/master@{#317421}
-
ccameron authored
Update the WebView's maximum legible scale to be the maximum scale. This setting was introduced in Blink's r190132. BUG=456869 Review URL: https://codereview.chromium.org/938173002 Cr-Commit-Position: refs/heads/master@{#317420}
-
dpranke authored
We would like to be able to default to the ARM CPU for Android builds, not the host cpu (so that you can get the default Android build by just specifying os="android"); prior to my cpu_arch -> target_cpu changes, this was the case, but I accidentally broke this. However, the target_cpu changes at least allow us to remove the target_arch hack which was how they were accomplishing this before :). TBR=brettw@chromium.org R=cjhopman@chromium.org BUG=344767 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/946683002 Cr-Commit-Position: refs/heads/master@{#317419}
-
michaeln authored
[AppCache] Avoid frequent small writes and writing during startup by batching together updates to last access times. BUG=460265 Review URL: https://codereview.chromium.org/924723002 Cr-Commit-Position: refs/heads/master@{#317418}
-
jyasskin authored
BUG=460584 TBR=grt@chromium.org Review URL: https://codereview.chromium.org/948533002 Cr-Commit-Position: refs/heads/master@{#317417}
-
jyasskin authored
BUG=460581 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/937373003 Cr-Commit-Position: refs/heads/master@{#317416}
-
jyasskin authored
BUG=460578 TBR=jiayl@chromium.org Review URL: https://codereview.chromium.org/945043002 Cr-Commit-Position: refs/heads/master@{#317415}
-
tbarzic authored
The API is available only on Chrome 42 dev channel, but it's listed as a stable API since 40 on developer.chrome.com Adding a note about availability yo API description until this is fixed. Review URL: https://codereview.chromium.org/944103002 Cr-Commit-Position: refs/heads/master@{#317414}
-
dcheng authored
BUG=459607,436357 Review URL: https://codereview.chromium.org/937833003 Cr-Commit-Position: refs/heads/master@{#317413}
-
servolk authored
BUG=none Review URL: https://codereview.chromium.org/947453004 Cr-Commit-Position: refs/heads/master@{#317412}
-
rkc authored
Currently we record at the system default sample rate and convert it to the sample rate required by whispernet. This is no longer needed since Whispernet now accepts a "broadcast sample rate" which can be different than the encoding sample rate. To avoid the expensive resampling, we now need to pass the samples to Whispernet without conversion and tell whispernet what the recording sample rate was. Also change the tests to test this functionality. Reviews requested, ckehoe@ - General review. dalecurtis@ - DEPS review for //media R=ckehoe@chromium.org, dalecurtis@chromium.org BUG=454885 Review URL: https://codereview.chromium.org/940123004 Cr-Commit-Position: refs/heads/master@{#317411}
-
reillyg authored
Fix a tree breakage caused by network_configuration_handler.cc being updated to depend on device_event_log.h right before it was moved by https://crrev.com/4a84927b28b6b55d0ef9e4df59d2e1a14b2b3de2. TBR=stevenjb@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/942973003 Cr-Commit-Position: refs/heads/master@{#317410}
-
jfb authored
Revert of sandbox: Fix Win64 porting issue by using SIZE_T instead of ULONG (patchset #3 id:40001 of https://codereview.chromium.org/921353002/) Reason for revert: Speculative revert after discussion on IRC, this seems pretty unlikely but may have caused the failures at: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/35506 Original issue's description: > sandbox: Fix some nt_internals.h function prototypes for Win64 > > NtQuerySection should use ULONG instead of SIZE_T as it is dealing with PE section sizes. > > NtQueryVirtualMemory should use SIZE_T instead of ULONG as it is dealing with memory sizes. > > DynamoRIO, another project that consumes these native APIs, uses the prototypes introduced by this change. > > R=robertshield@chromium.org,rvargas@chromium.org > BUG=458690 > > Committed: https://crrev.com/4ede4e174a51d08262edfb2e2c05845504bd9b1a > Cr-Commit-Position: refs/heads/master@{#317177} TBR=jschuh@chromium.org,robertshield@chromium.org,thakis@chromium.org,wfh@chromium.org,rvargas@chromium.org,rnk@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=458690 Review URL: https://codereview.chromium.org/943043002 Cr-Commit-Position: refs/heads/master@{#317409}
-
simonhatch authored
Since these rerun options are intended to be used for tracing, makes sense to rename + this makes the names consistent with the dashboard. BUG= Review URL: https://codereview.chromium.org/946553004 Cr-Commit-Position: refs/heads/master@{#317408}
-
erikwright authored
BUG= Review URL: https://codereview.chromium.org/920483003 Cr-Commit-Position: refs/heads/master@{#317407}
-
reillyg authored
There is device code in Chrome on non-Chrome OS platforms that would benefit from a user-visible log dashboard like chrome://device-log. This change moves the code for managing the device log into a component and enables chrome://device-log on all versions of Chrome. BUG=452609 Review URL: https://codereview.chromium.org/919183002 Cr-Commit-Position: refs/heads/master@{#317406}
-
eseidel authored
The Nexus 10 has 3.1. Just was missing one stub. R=kbr@chromium.org Review URL: https://codereview.chromium.org/942983002 Cr-Commit-Position: refs/heads/master@{#317405}
-
sandersd authored
BUG=446263 Review URL: https://codereview.chromium.org/941143003 Cr-Commit-Position: refs/heads/master@{#317404}
-
jsbell authored
If a transaction commit fails, check to see if the underlying cause is "disk full" and report a more specific error. Usually the quota system prevents us from even trying to commit to disk if space is tight, but the disk could be filled by another process which the quota system is blissfully ignorant of. BUG=329628 R=cmumford@chromium.org Review URL: https://codereview.chromium.org/932143003 Cr-Commit-Position: refs/heads/master@{#317403}
-
creis authored
This will avoid further casts as we refactor session history for OOPIFs. BUG=236848 TEST=No behavior change. Review URL: https://codereview.chromium.org/949473002 Cr-Commit-Position: refs/heads/master@{#317402}
-
dnicoara authored
Adds the ability to open a new DRM device in the GPU process as a result of a hotplug event. This allows us to drive multiple displays using multiple DRM devices. BUG=427959 Review URL: https://codereview.chromium.org/905873003 Cr-Commit-Position: refs/heads/master@{#317401}
-
hans authored
BUG=452726 NOTRY=true Review URL: https://codereview.chromium.org/949513002 Cr-Commit-Position: refs/heads/master@{#317400}
-
davidben authored
We still support old versions of system NSS. Also explicitly mark some tests as depending on the test server negotiating AES-GCM; missed them previously. BUG=460520 Review URL: https://codereview.chromium.org/947543002 Cr-Commit-Position: refs/heads/master@{#317399}
-
scottmg authored
e.g. d:\src\cr2\src\crypto\p224.cc(478): error C2220: warning treated as error - no 'object' file generated d:\src\cr2\src\crypto\p224.cc(478): warning C4456: declaration of 'j' hides previous local declaration d:\src\cr2\src\crypto\p224.cc(447): note: see declaration of 'j' d:\src\cr2\src\crypto\p224.cc(498): warning C4456: declaration of 'i' hides previous local declaration d:\src\cr2\src\crypto\p224.cc(447): note: see declaration of 'i' d:\src\cr2\src\crypto\p224.cc(516): warning C4456: declaration of 'i' hides previous local declaration d:\src\cr2\src\crypto\p224.cc(447): note: see declaration of 'i' d:\src\cr2\src\crypto\p224.cc(526): warning C4456: declaration of 'i' hides previous local declaration d:\src\cr2\src\crypto\p224.cc(447): note: see declaration of 'i' d:\src\cr2\src\crypto\p224.cc(694): warning C4458: declaration of 'x' hides class member d:\src\cr2\src\crypto\p224.h(35): note: see declaration of 'crypto::p224::Point::x' d:\src\cr2\src\crypto\p224.cc(694): warning C4458: declaration of 'y' hides class member d:\src\cr2\src\crypto\p224.h(35): note: see declaration of 'crypto::p224::Point::y' R=rsleevi@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/945633003 Cr-Commit-Position: refs/heads/master@{#317398}
-
jsbell authored
When file errors are encountered by the chromium "env" for leveldb, we encode the failing method and the specific error code into the messages returned to leveldb so that when leveldb in turn returns the error to the caller (e.g. Indexed DB) we can update histograms and/or or emit more specific errors (e.g. disk full vs. i/o error). This mechanism used to encode either base::File::Error codes (platform file error) or "errno" codes, depending on which filesystem API was used. Now that we only use base::File we can drop support for parsing the "errno" codes. R=cmumford@chromium.org Review URL: https://codereview.chromium.org/936073003 Cr-Commit-Position: refs/heads/master@{#317397}
-
jshin authored
With ICU 54, the function name suffix has to be 54 instead 52. BUG=223352,428145 TEST=Tsan bot does not complain about a data race in icu/source/common/cmemory.c TBR=jyasskin NOTRY=true Review URL: https://codereview.chromium.org/946683003 Cr-Commit-Position: refs/heads/master@{#317396}
-
holte authored
BUG= Review URL: https://codereview.chromium.org/943853002 Cr-Commit-Position: refs/heads/master@{#317395}
-
kelvinp authored
Cause: remoting.clientSession.disconnect() accidentally removed in https://codereview.chromium.org/814133007 Fix: Call remoting.clientSession.disconnect(), this will cause a client state change and invoke onClientStateChange_ BUG=460324 Review URL: https://codereview.chromium.org/942933002 Cr-Commit-Position: refs/heads/master@{#317394}
-
reillyg authored
The Windows HID library requires output report buffers to be exactly the maximum length specified in the OutputReportByteLength field of HIDP_CAPS. This patch automatically pads output reports to this length with zeros and rejects reports longer than this length. BUG=439775 Review URL: https://codereview.chromium.org/943783003 Cr-Commit-Position: refs/heads/master@{#317393}
-
tommycli authored
BUG=460272, 403800 Review URL: https://codereview.chromium.org/942673002 Cr-Commit-Position: refs/heads/master@{#317392}
-
dbeam authored
R=alekseys@chromium.org BUG=459993 Review URL: https://codereview.chromium.org/927943006 Cr-Commit-Position: refs/heads/master@{#317391}
-
rsadam authored
BUG=450050 Review URL: https://codereview.chromium.org/941473002 Cr-Commit-Position: refs/heads/master@{#317390}
-
holte authored
BUG=459419 Review URL: https://codereview.chromium.org/933853003 Cr-Commit-Position: refs/heads/master@{#317389}
-