- 14 Oct, 2015 40 commits
-
-
michaelbai authored
BUG=532593, 542435 Review URL: https://codereview.chromium.org/1397083003 Cr-Commit-Position: refs/heads/master@{#353956}
-
rockot authored
BUG=501385 Review URL: https://codereview.chromium.org/1400123002 Cr-Commit-Position: refs/heads/master@{#353955}
-
skym authored
BUG=536841 stanisc@ - sync/revisit changes rkaplow@ - histogram.xml changes sky@ - DEPS changes Review URL: https://codereview.chromium.org/1399053004 Cr-Commit-Position: refs/heads/master@{#353954}
-
jschuh authored
Make discardable memory work in PartitionAlloc without changing the reserve/commit semantics everywhere. Review URL: https://codereview.chromium.org/1390963003 Cr-Commit-Position: refs/heads/master@{#353953}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#353952}
-
rob.buis authored
Move clip property handling from LegacyCSSPropertyParser into CSSPropertyParser. BUG=499780 Review URL: https://codereview.chromium.org/1401533005 Cr-Commit-Position: refs/heads/master@{#353951}
-
tbansal authored
observations and pass them to Java over JNI. ExternalDataUseObserver is created and owned by IOThread. ExternalDataUseObserver listens to data use observations, matches them with the regexes and passes them over to a Java object over JNI. The Java object is of type ExternalDataUseObserverAndroid. For design doc, please see the bug. This CL only has upstream implementation of ExternalDataUseObserverAndroid.java which really does not do much. Downstream implementation of ExternalDataUseObserverAndroid.java will come in a separate downstream CL. That would do the heavylifting of talking with external entities as per the design doc. BUG=540061 Review URL: https://codereview.chromium.org/1393073002 Cr-Commit-Position: refs/heads/master@{#353950}
-
jinho.bang authored
Telemetry users will currently have to see the unsorted benchmark list when running run_benchmark. It can sometimes be inconvenient. Hence, this CL makes the benchmark list sorted and then prints them. BUG=none Review URL: https://codereview.chromium.org/1405573002 Cr-Commit-Position: refs/heads/master@{#353949}
-
mariakhomenko authored
This makes typed length metric in omnibox event more useful -- we can tell zero-suggest entries by empty selected input instead of recording the URL lengths in that case. BUG=529892 Review URL: https://codereview.chromium.org/1395613006 Cr-Commit-Position: refs/heads/master@{#353948}
-
pdr authored
This patch renames DisplayItemList to PaintController because the paint controller actually contains two lists of display items and handles updating them each frame (the merge/commit step). The PaintController owns two DisplayItems objects for the actual lists. This patch is a followup to [1] which factored DisplayItems (the list) out of DisplayItemList. A followup patch will rename DisplayItems to DisplayItemList to make this clear. [1] https://crrev.com/5243078103e8ab4753cfbf3b46058598c76931f0 BUG=537409 Review URL: https://codereview.chromium.org/1401363003 Cr-Commit-Position: refs/heads/master@{#353947}
-
pkasting authored
This will be useful for various Material Design implementation bits. BUG=none TEST=none Review URL: https://codereview.chromium.org/1393013007 Cr-Commit-Position: refs/heads/master@{#353946}
-
esum authored
Also removing capability value initialization from Register(). This is done separately now. The unit tests were checking the internal dictionary to test the result of capability changes. This is incorrect. They have been changed to use the public GetCapability() accessor. Also adding a GetValidator() method that is currently used in unit tests but also can be useful in future for checking if a Validator is currently registered for a capability. TEST=cast_base_unittests BUG= Review URL: https://codereview.chromium.org/1401993002 Cr-Commit-Position: refs/heads/master@{#353945}
-
kbr authored
oes-standard-derivatives.html and ext-frag-depth.html are now fixed with the recent expando-loss fix. BUG=540916 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/1403053003 Cr-Commit-Position: refs/heads/master@{#353944}
-
je_julie.kim authored
This patch adds class, id and src attributes to object attributes of IA2 and introduces UpdateRequiredAttributes() which updates required attributes for IA2 with html attributes. BUG=498342 Review URL: https://codereview.chromium.org/1379803002 Cr-Commit-Position: refs/heads/master@{#353943}
-
rouslan authored
If an autofill profile changes when AutofillPreferences fragment is alive, but its view has been destroyed, then AutofillPreferences crashes as it tries to update the destroyed view. The fix is to start observing profile changes in onActivityCreated and stop in onDestroyView. http://developer.android.com/reference/android/app/Fragment.html#Lifecycle BUG=539962 Review URL: https://codereview.chromium.org/1394003005 Cr-Commit-Position: refs/heads/master@{#353942}
-
tomhudson authored
The *only* client of PlatformBitmap was a video capture unit test which said in a comment that an SkBitmap would do just as well. R=djsollen@chromium.org,miu@chromium.org CC=senorblanco@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/1396613006 Cr-Commit-Position: refs/heads/master@{#353941}
-
alancutter authored
This change makes CSSValueInterpolationType composite by replacement instead of crashing in debug. Review URL: https://codereview.chromium.org/1401853002 Cr-Commit-Position: refs/heads/master@{#353940}
-
alancutter authored
This change modifies InvalidatableStyleInterpolations to treat fractions 0 and 1 as non-pairwise. At these fractions only the respective start or end keyframe will be used to produce an InterpolationValue. This change prevents us from using features from both keyframes when only one should apply at these fractions. Example: element.animate([{ backgroundImage: 'url(a), url(b)', }, { backgroundImage: 'url(c)', }, { duration: 1000, fill: 'forwards', }); This animation should fill forwards as 'url(c)' and not 'url(c), url(c)'. BUG=442163 Review URL: https://codereview.chromium.org/1379263002 Cr-Commit-Position: refs/heads/master@{#353939}
-
thakis authored
Revert of Add cloud_print to the GN build. (patchset #5 id:80001 of https://codereview.chromium.org/1393123003/ ) Reason for revert: Broke http://build.chromium.org/p/chromium.win/builders/Win%20x64%20Builder%20%28dbg%29/builds/14017 Original issue's description: > Add cloud_print to the GN build. > > There were some existing cloud_print targets that were hooked up only on Linux, but most of the code was Windows-only. This adds the missing targets and should bring us up to GYP parity. > > Fix the cloud print size_t to int warnings and remove the warning disable from GYP. > > Move generated resources file from cloud_print/resources.h to cloud_print/service/resources.h to match where the source file is. > > Cloud print does some messy things to get the content switches constants, including the file directly in its sources and manually setting LINK_CONTENT_STATICALLY for all targets. In GN, this adds a static_switches target in content that does this in an official way. > > Committed: https://crrev.com/53eae14bacb401632d4f2045ed8715705dcd8d1d > Cr-Commit-Position: refs/heads/master@{#353928} TBR=dpranke@chromium.org,brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1407623003 Cr-Commit-Position: refs/heads/master@{#353938}
-
kraush authored
This change alters AndroidScrollIntegrationTest to allow for a 1px negative deviation when asserting scroll values. This is necessary due to Math being used in productive code that is slightly different than the DIP scale verification done in this test. It also moves asserts onto the testing thread to get stack traces in case a test fails. BUG=537343 Review URL: https://codereview.chromium.org/1374373002 Cr-Commit-Position: refs/heads/master@{#353937}
-
posciak authored
Add support for gaps in frame_num as per H264 spec. Also, switch to a more precise new picture detection. Finally, some general cleanup. BUG=181565 TEST=vdatest Review URL: https://codereview.chromium.org/1369673002 Cr-Commit-Position: refs/heads/master@{#353936}
-
alancutter authored
Small clean up patch that makes CSSValueInterpolationType no longer handle neutral values. This lets certain property specific neutral keyframes convert as nullptr and skip being applied. Review URL: https://codereview.chromium.org/1401863002 Cr-Commit-Position: refs/heads/master@{#353935}
-
tkent authored
NOTRY=true BUG= Review URL: https://codereview.chromium.org/1398403007 Cr-Commit-Position: refs/heads/master@{#353934}
-
kbr authored
Query arguments weren't being stripped from file:// URLs by Python's urlparse.urlsplit, which seems to have caused all WebGL 2.0 suppressions for specific pages to be ignored, instead taking any wildcard suppressions for that platform or configuration. Fixed this and added a unit test. BUG=542901 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/1407643003 Cr-Commit-Position: refs/heads/master@{#353933}
-
msu.koo authored
This patch enforced checking the input sample rate to MediaStreamAudioProcessor by adding checking routines in MediaStreamAudioFifo. BUG=536607 Review URL: https://codereview.chromium.org/1377103002 Cr-Commit-Position: refs/heads/master@{#353932}
-
nednguyen authored
BUG=507796 Review URL: https://codereview.chromium.org/1396313005 Cr-Commit-Position: refs/heads/master@{#353931}
-
thakis authored
We're hoping to send out a single clang-built canary later this week, and this will be useful for identifying that. After that, we can remove this row again. BUG=82385,530785 Review URL: https://codereview.chromium.org/1404063002 Cr-Commit-Position: refs/heads/master@{#353930}
-
rob.buis authored
Move width/height related properties handling from LegacyCSSPropertyParser into CSSPropertyParser. BUG=499780 Review URL: https://codereview.chromium.org/1402963002 Cr-Commit-Position: refs/heads/master@{#353929}
-
brettw authored
There were some existing cloud_print targets that were hooked up only on Linux, but most of the code was Windows-only. This adds the missing targets and should bring us up to GYP parity. Fix the cloud print size_t to int warnings and remove the warning disable from GYP. Move generated resources file from cloud_print/resources.h to cloud_print/service/resources.h to match where the source file is. Cloud print does some messy things to get the content switches constants, including the file directly in its sources and manually setting LINK_CONTENT_STATICALLY for all targets. In GN, this adds a static_switches target in content that does this in an official way. Review URL: https://codereview.chromium.org/1393123003 Cr-Commit-Position: refs/heads/master@{#353928}
-
rouslan authored
Originally landed in https://crrev.com/90c4e947, which enabled a code path where https://crrev.com/6aeb9079 introduced a bug a few hours earlier. The bug was detected in tests, which resulted in a revert. https://crrev.com/7a8e3fdf fixed the bug in the hidden code path. It's safe to reland now. TBR=zea@chromium.org, estade@chromium.org BUG=481595 Review URL: https://codereview.chromium.org/1396883005 Cr-Commit-Position: refs/heads/master@{#353927}
-
pkasting authored
This regressed in https://codereview.chromium.org/1304833003/ . This also updates the 32x32 and 64x64 favicons to match the 16x16 one. BUG=505953 TEST=Open about:blank, the favicon in the tab shouldn't look undersized TBR=oshima Review URL: https://codereview.chromium.org/1395273006 Cr-Commit-Position: refs/heads/master@{#353926}
-
sgurun authored
Remove the reference to preview_sources from GN build file. Once this lands, next step is removing the actual source file from android_tools. BUG=512264 Review URL: https://codereview.chromium.org/1399543004 Cr-Commit-Position: refs/heads/master@{#353925}
-
kmarshall authored
This class routes incoming BlimpMessages to registered handlers based on the messages' types. R=wez@chromium.org,nyquist@chromium.org BUG=525766 Review URL: https://codereview.chromium.org/1324263003 Cr-Commit-Position: refs/heads/master@{#353924}
-
edwardjung authored
BUG= Review URL: https://codereview.chromium.org/1398373004 Cr-Commit-Position: refs/heads/master@{#353923}
-
mikhail.pozdnyakov authored
In VS 2015 builds of chrome.dll there are 2473 copies of the ASCIICaseFoldTable array, totaling 633088 bytes. BUG=541668 Review URL: https://codereview.chromium.org/1398973005 Cr-Commit-Position: refs/heads/master@{#353922}
-
jsbell authored
This adds the following methods to existing Indexed DB interfaces. * IDBObjectStore.getAll() * IDBObjectStore.getAllKeys() * IDBIndex.getAll() * IDBIndex.getAllKeys() * IDBObjectStore.openKeyCursor() * IDBTransaction.objectStoreNames Spec (2nd Edition Editor's Draft): https://w3c.github.io/IndexedDB/ Launch Tracking: https://crbug.com/525742 Dashboard: https://www.chromestatus.com/features/6537756637396992 Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/uUx7vDWDOd4 Review URL: https://codereview.chromium.org/1363993003 Cr-Commit-Position: refs/heads/master@{#353921}
-
jchaffraix authored
Added some class description to the 3 objects used in reflection. Tried to explain as much of the design as I could but had to leave some out as I didn't fully understand it (put a TODO for this instead). Also touched a bit the code to better match the intent: some paint flags were set in a caller instead of in PaintLayerReflectionInfo or a function never called wasn't marked as such. Review URL: https://codereview.chromium.org/1391943005 Cr-Commit-Position: refs/heads/master@{#353920}
-
thestig authored
https://pdfium.googlesource.com/pdfium.git/+log/3acb1ef..24c1eec BUG=457480,497355 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1397173005 Cr-Commit-Position: refs/heads/master@{#353919}
-
pkasting authored
This is a small code simplification. Also clean up border.cc a bit -- use gfx::Insets more consistently, make the class naming (SolidSidedBorder) match the function naming (CreateSolidSidedBorder()), and be consistent about whether or not to inline class methods. BUG=none TEST=none Review URL: https://codereview.chromium.org/1401933004 Cr-Commit-Position: refs/heads/master@{#353918}
-
rtenneti authored
No functional change. This is intended to support free listing the stream buffer allocations. Merge internal change: 103088826 R=rch@chromium.org Review URL: https://codereview.chromium.org/1397113003 Cr-Commit-Position: refs/heads/master@{#353917}
-