- 29 Jun, 2015 14 commits
-
-
timloh@chromium.org authored
Review URL: https://codereview.chromium.org/1210073004 git-svn-id: svn://svn.chromium.org/blink/trunk@197966 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=437696 NOTRY=true Review URL: https://codereview.chromium.org/1217683004 git-svn-id: svn://svn.chromium.org/blink/trunk@197965 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kojii@chromium.org authored
very artificial to render all Unicode code points. imported/csswg-test/css-writing-modes-3/text-orientation-script-001k.html imported/csswg-test/css-writing-modes-3/text-orientation-script-001m.html BUG=496848 Review URL: https://codereview.chromium.org/1207243003 git-svn-id: svn://svn.chromium.org/blink/trunk@197964 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alancutter@chromium.org authored
This changes AnimationValue from a struct on the stack to being an object on the heap. This simplifies the implementation of AnimationValue as it no longer needs to reimplement nullptr behaviours and makes future use of this class simpler by reusing the move operations provided by OwnPtr. This change makes FlipPrimitiveInterpolation::Side redundant and removes it. BUG=437696 Review URL: https://codereview.chromium.org/1214593003 git-svn-id: svn://svn.chromium.org/blink/trunk@197963 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=427652 NOTRY=true Review URL: https://codereview.chromium.org/1214103002 git-svn-id: svn://svn.chromium.org/blink/trunk@197962 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tasak@google.com authored
- binding templates update is to suppress global constructor warning reported by clang/win. BUG=358074 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1212123003 git-svn-id: svn://svn.chromium.org/blink/trunk@197961 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alancutter@chromium.org authored
Neutral keyframes represent the underlying CSS value. This can be implemented internally by adding zero to the underlying value. This test should avoid using zero for an underlying value to ensure the "add zero" neutral keyframe implementation is not accidentally replacing with zero. BUG=437696 Review URL: https://codereview.chromium.org/1214083002 git-svn-id: svn://svn.chromium.org/blink/trunk@197960 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
soonm@google.com authored
Add AnimatableValues for Translate, Rotate and Scale using AnimatableTransform and Interpolation for Translate and Scale. This patch does not attempt to put their animations on the compositor. However, extra code still needs to be added into KeyframeEffect so that compositor animation on CSSPropertyTransform is cancelled when the independent properties are added. Design Doc : https://docs.google.com/document/d/1Rbwj36VVhGuI7C3PQGuoEqJ2U9nAfzKXjwBV2N41JlQ/edit?usp=sharing Link to Intent to implement: https://groups.google.com/a/chromium.org/d/msg/blink-dev/-GfE73tlLX8/hv7Qitys6j8J Link to w3c specifications: http://dev.w3.org/csswg/css-transforms-2/ BUG=496550 Review URL: https://codereview.chromium.org/1196913005 git-svn-id: svn://svn.chromium.org/blink/trunk@197959 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
nhiroki@chromium.org authored
This CL enables Cache::putImpl to receive multiple requests and responses for supporting addAll() in a subsequent CL. This should not change behavior of put() and add(). BUG=427652 Review URL: https://codereview.chromium.org/1210873004 git-svn-id: svn://svn.chromium.org/blink/trunk@197958 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@google.com authored
http://src.chromium.org/viewvc/blink?view=revision&revision=197956 BUG=361729,335710 TBR=wangxianzhu@google.com Review URL: https://codereview.chromium.org/1217723002. git-svn-id: svn://svn.chromium.org/blink/trunk@197957 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@google.com authored
BUG=237270,321787,335710,392626,327256,371654,361729,392762,460335 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/1217543003. git-svn-id: svn://svn.chromium.org/blink/trunk@197956 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
myid.shin@chromium.org authored
BUG=483376 TEST=n/a; No behavior changes. R=yosin@chromium.org Review URL: https://codereview.chromium.org/1219553003 git-svn-id: svn://svn.chromium.org/blink/trunk@197954 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@google.com authored
These tests were left there when the bugs were marked WontFix because the tests no longer failed. They are green on flakiness dashboard. Update bug number from 324369 (wrong) to 324370 (correct) for one test. BUG=324369,324370,352801,453944,424648,436436 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/1220663002. git-svn-id: svn://svn.chromium.org/blink/trunk@197953 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kojii@chromium.org authored
imported csswg-test@3eb5acaed2443f2e221bf6573110fdc943c762af imported web-platform-tests@a54a7f60d6b47c1144f0262d2f189c332770451c * Filed github issues for 3 Writing Modes tests and marked to skip. * All other Writing Modes skips were resolved in upstream. * A new test rtcpeerconnection-idl.html failed, -expected.txt added. BUG=492664 Review URL: https://codereview.chromium.org/1213063003 git-svn-id: svn://svn.chromium.org/blink/trunk@197952 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 28 Jun, 2015 4 commits
-
-
amineer@google.com authored
Revert of [DevTools] Implement screen orientation override. (patchset #3 id:40001 of https://codereview.chromium.org/1195793008/) Reason for revert: Causing crashes BUG=505293 Original issue's description: > [DevTools] Implement screen orientation override. > > BUG=427199 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197908 TBR=mlamouri@chromium.org,pfeldman@chromium.org,dgozman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=427199 Review URL: https://codereview.chromium.org/1220643002 git-svn-id: svn://svn.chromium.org/blink/trunk@197951 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
noel@chromium.org authored
Revert of Revert of Fix CH Width header when preloadScanner and <picture> are involved (patchset #1 id:1 of https://codereview.chromium.org/1217703002/) Reason for revert: Wasn't the cause of build 7701 failure, was a bot flake. Original issue's description: > Revert of Fix CH Width header when preloadScanner and <picture> are involved (patchset #3 id:40001 of https://codereview.chromium.org/1214663004/) > > Reason for revert: > Seems to have broken the Mac10.9 Tests (dbg) on the chromium waterfall, see build #7701 > > > > Original issue's description: > > Fix CH Width header when preloadScanner and <picture> are involved > > > > When images are loaded by the preloader and <picture> is involved, > > there was a bug where the sent sizes value was related to the fallback > > <img> tag rather than the picked resource. > > This CL fixes that. > > > > BUG=458983 > > > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197948 > > TBR=mkwst@chromium.org,yoav@yoav.ws > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=458983 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197949 TBR=mkwst@chromium.org,yoav@yoav.ws NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=458983 Review URL: https://codereview.chromium.org/1220443004 git-svn-id: svn://svn.chromium.org/blink/trunk@197950 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
noel@chromium.org authored
Revert of Fix CH Width header when preloadScanner and <picture> are involved (patchset #3 id:40001 of https://codereview.chromium.org/1214663004/) Reason for revert: Seems to have broken the Mac10.9 Tests (dbg) on the chromium waterfall, see build #7701 Original issue's description: > Fix CH Width header when preloadScanner and <picture> are involved > > When images are loaded by the preloader and <picture> is involved, > there was a bug where the sent sizes value was related to the fallback > <img> tag rather than the picked resource. > This CL fixes that. > > BUG=458983 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197948 TBR=mkwst@chromium.org,yoav@yoav.ws NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=458983 Review URL: https://codereview.chromium.org/1217703002 git-svn-id: svn://svn.chromium.org/blink/trunk@197949 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yoav@yoav.ws authored
When images are loaded by the preloader and <picture> is involved, there was a bug where the sent sizes value was related to the fallback <img> tag rather than the picked resource. This CL fixes that. BUG=458983 Review URL: https://codereview.chromium.org/1214663004 git-svn-id: svn://svn.chromium.org/blink/trunk@197948 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 27 Jun, 2015 5 commits
-
-
wangxianzhu@google.com authored
http://src.chromium.org/viewvc/blink?view=revision&revision=197946 BUG=504837,504972 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/1218703002. git-svn-id: svn://svn.chromium.org/blink/trunk@197947 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
fmalita@chromium.org authored
BUG=504972,504837 TBR=reed@google.com,robertphillips@google.com NOTRY=true Review URL: https://codereview.chromium.org/1218653002 git-svn-id: svn://svn.chromium.org/blink/trunk@197946 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
reed@google.com authored
BUG=504972 TBR=fmalita@chromium.org NOTRY=True suppression change only Review URL: https://codereview.chromium.org/1218643002 git-svn-id: svn://svn.chromium.org/blink/trunk@197945 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
bajones@chromium.org authored
Removed logic assuming ANY_SAMPLES_PASSED and ANY_SAMPLES_PASSED_CONSERVATIVE query types were interchangable. BUG=295792 Review URL: https://codereview.chromium.org/1205733005 git-svn-id: svn://svn.chromium.org/blink/trunk@197943 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ajuma@chromium.org authored
This works around a situation where FilterPainter thinks we should have non-empty WebFilterOperations even though we really don't, since the DeprecatedPaintLayer's FilterEffectBuilder doesn't realize that the filter it refers to has changed. This depends on Chromium CL http://crrev.com/1218543002. BUG=502026 Review URL: https://codereview.chromium.org/1214673005 git-svn-id: svn://svn.chromium.org/blink/trunk@197942 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 26 Jun, 2015 17 commits
-
-
fmalita@chromium.org authored
After http://crrev.com/1089313003, the pre-condition for BackgroundBleedShrinkBackground is more inclusive than the pre-condition for BackgroundBleedBackgroundOverBorder. Since the former is the preferred bleed avoidance method, we are no longer using BackgroundBleedBackgroundOverBorder at all. Removing this dead code. R=fs@opera.com,chrishtr@chromium.org Review URL: https://codereview.chromium.org/1212963002 git-svn-id: svn://svn.chromium.org/blink/trunk@197941 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@chromium.org authored
Slimming paint has been enabled by default, so we don't need to force it for layout tests. Also Android no longer blocks slimming paint. BUG=497950 Review URL: https://codereview.chromium.org/1212693002 git-svn-id: svn://svn.chromium.org/blink/trunk@197940 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=501642 NOTRY=true Review URL: https://codereview.chromium.org/1215843002 git-svn-id: svn://svn.chromium.org/blink/trunk@197939 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
junov@chromium.org authored
BUG=501642 Review URL: https://codereview.chromium.org/1194733002 git-svn-id: svn://svn.chromium.org/blink/trunk@197938 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
tanay.c@samsung.com authored
BUG=498668 Review URL: https://codereview.chromium.org/1202563009 git-svn-id: svn://svn.chromium.org/blink/trunk@197937 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zmo@chromium.org authored
Add pack functions for various formats. Also, makes sure the template functions exit early for unsupported converstion. BUG=497352 TEST=webgl conformance tests R=bajones@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/1209803002 git-svn-id: svn://svn.chromium.org/blink/trunk@197936 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@chromium.org authored
BUG=392046 TBR=ksakamoto@chromium.org Review URL: https://codereview.chromium.org/1212753002 git-svn-id: svn://svn.chromium.org/blink/trunk@197935 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
reed@google.com authored
BUG=504972 NOTRY=True Review URL: https://codereview.chromium.org/1214783003 git-svn-id: svn://svn.chromium.org/blink/trunk@197934 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
Review URL: https://codereview.chromium.org/1211993002 git-svn-id: svn://svn.chromium.org/blink/trunk@197933 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@google.com authored
So that I can make change on them for ahem font loading. BUG=392046 TBR=wangxianzhu@chromium.org Review URL: https://codereview.chromium.org/1212953002. git-svn-id: svn://svn.chromium.org/blink/trunk@197932 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
junov@chromium.org authored
BUG=503422 Review URL: https://codereview.chromium.org/1212423002 git-svn-id: svn://svn.chromium.org/blink/trunk@197931 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
shiva.jm@samsung.com authored
values are not per spec As per spec link: https://html.spec.whatwg.org/#the-option-element, default value for selected attribute is false. Review URL: https://codereview.chromium.org/1203943002 git-svn-id: svn://svn.chromium.org/blink/trunk@197930 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
noel@chromium.org authored
Remove the flake XP test expectation for this test. TBR=scroggo@chromium.org NOTRY=true BUG=485527 Review URL: https://codereview.chromium.org/1210373003 git-svn-id: svn://svn.chromium.org/blink/trunk@197929 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
noel@chromium.org authored
Remove the [ ImageOnlyFailure Timeout Pass ] expectation for this test. TBR=urvang@chromium.org NOTRY=true BUG=313846 Review URL: https://codereview.chromium.org/1214743004 git-svn-id: svn://svn.chromium.org/blink/trunk@197928 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alph@chromium.org authored
Keep less intensive categories at the bottom of the chart. BUG=497166 Review URL: https://codereview.chromium.org/1207753002 git-svn-id: svn://svn.chromium.org/blink/trunk@197927 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
soonm@google.com authored
Reference issue found in https://codereview.chromium.org/1194073007 BUG=500797 Review URL: https://codereview.chromium.org/1211353003 git-svn-id: svn://svn.chromium.org/blink/trunk@197926 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
TBR=oilpan-reviews BUG=503227 NOTRY=true Review URL: https://codereview.chromium.org/1217463003 git-svn-id: svn://svn.chromium.org/blink/trunk@197925 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-