- 19 Jul, 2014 11 commits
-
-
sigbjornf@opera.com authored
The Image object is not on the heap, adjust transition type usage to reflect that. Not doing so lead to virtual/threaded/compositing/webgl/webgl-copy-image.html failing in Oilpan builds -- http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fthreaded%2Fcompositing%2Fwebgl%2Fwebgl-copy-image.html TBR=haraken@chromium.org,oilpan-reviews@chromium.org BUG=392765 NOTRY=true Review URL: https://codereview.chromium.org/401013003 git-svn-id: svn://svn.chromium.org/blink/trunk@178514 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eroman@chromium.org authored
BUG=374912 Review URL: https://codereview.chromium.org/401923002 git-svn-id: svn://svn.chromium.org/blink/trunk@178513 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
srirama.m@samsung.com authored
BUG=395076 Review URL: https://codereview.chromium.org/407523002 git-svn-id: svn://svn.chromium.org/blink/trunk@178512 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ivandavid@chromium.org authored
driver. This is for end to end testing for print preview. BUG=388517 Review URL: https://codereview.chromium.org/401883007 git-svn-id: svn://svn.chromium.org/blink/trunk@178511 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ojan@chromium.org authored
There's no guarantee that the postMessage will arrive before the requestAnimationFrame. NOTRY=true Review URL: https://codereview.chromium.org/397343006 git-svn-id: svn://svn.chromium.org/blink/trunk@178509 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
heejin.r.chung@samsung.com authored
"Copy image" menu item crashes on WebGL elements because the copiedImage in HTMLCanvasElement gets cleared before it can be copied to the clipboard. Also fixed HTMLCanvasElement::copiedImage() so that the copy is done on the latest frame composited to the screen. BUG=392765 Review URL: https://codereview.chromium.org/389273002 git-svn-id: svn://svn.chromium.org/blink/trunk@178508 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eroman@chromium.org authored
BUG=374912 TBR=rsleevi Review URL: https://codereview.chromium.org/407703002 git-svn-id: svn://svn.chromium.org/blink/trunk@178507 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
cbiesinger@chromium.org authored
This ensures that we never GC a MediaQueryList that has listeners. It looks like that already doesn't happen (perhaps due to how MediaQueryListListener keeps references to the JS object), but this seems safer. Review URL: https://codereview.chromium.org/397403002 git-svn-id: svn://svn.chromium.org/blink/trunk@178506 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ch.dumez@samsung.com authored
Add Traversal<>::firstAncestorOrSelf() overload taking a const reference in argument, and returning a const pointer. Make use of this new function in Element::rendererIsFocusable(). R=esprehn@chromium.org, adamk@chromium.org Review URL: https://codereview.chromium.org/397303005 git-svn-id: svn://svn.chromium.org/blink/trunk@178504 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@chromium.org authored
As currently we only use positionFromPaintInvalidationContainer to check if it has changed, neither the issue nor the fix visibly affects any behavior. The fix is required by https://codereview.chromium.org/399173005. Also removed roundedIntPoint because now we pass sub-pixel coordinates to GraphicsLayer for invalidations (after https://codereview.chromium.org/353403006/). BUG=395217 Review URL: https://codereview.chromium.org/408483005 git-svn-id: svn://svn.chromium.org/blink/trunk@178503 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jsbell@chromium.org authored
Following Chromium r284167 the "ibm866" encoding is supported and we can enable the TextDecoder test for it. R=jshin@chromium.org BUG=277023 Review URL: https://codereview.chromium.org/403793003 git-svn-id: svn://svn.chromium.org/blink/trunk@178502 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 18 Jul, 2014 29 commits
-
-
michaelpg@chromium.org authored
Fixes a regression introduced by sorting the result types by name. Also a minor style tweak so the builder names stay aligned. NOTRY=true Review URL: https://codereview.chromium.org/406523004 git-svn-id: svn://svn.chromium.org/blink/trunk@178501 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rego@igalia.com authored
Rename CSS styles in grid layout tests to make the name more explicit. As the default mode for auto-placement algorithm is "sparse". BUG=384099 Review URL: https://codereview.chromium.org/401473003 git-svn-id: svn://svn.chromium.org/blink/trunk@178500 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ojan@chromium.org authored
TBR=abarth@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/408603002 git-svn-id: svn://svn.chromium.org/blink/trunk@178498 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
cbiesinger@chromium.org authored
https://codereview.chromium.org/337883003/ accidentally made this test flaky. Fix this by calling finish from the event listener. BUG=390445 R=yurys@chromium.org Review URL: https://codereview.chromium.org/398413002 git-svn-id: svn://svn.chromium.org/blink/trunk@178497 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
wangxianzhu@chromium.org authored
- less code - able to use features of text-based-repaint.js Review URL: https://codereview.chromium.org/403843002 git-svn-id: svn://svn.chromium.org/blink/trunk@178496 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rob.buis@samsung.com authored
Use pass by reference here for efficiency. Review URL: https://codereview.chromium.org/397723007 git-svn-id: svn://svn.chromium.org/blink/trunk@178495 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ojan@chromium.org authored
http://src.chromium.org/viewvc/blink?view=revision&revision=178446 BUG=266214 TBR=dominik.rottsches@intel.com Review URL: https://codereview.chromium.org/406693006 git-svn-id: svn://svn.chromium.org/blink/trunk@178494 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mithro@mithis.com authored
This change makes it significantly easier to extend the interface for the needs for the Blink scheduler, web animations engine and future similar changes. It also brings the concept in Blink closer to the values in Chrome. BUG=346230 Review URL: https://codereview.chromium.org/321373003 git-svn-id: svn://svn.chromium.org/blink/trunk@178493 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
Revert of Modifications to layout test framework so that it can work with browser_tests. (https://codereview.chromium.org/378113003/) Reason for revert: Might have broken a number of LayoutTests. Original issue's description: > Modifications to layout test framework so that it can work with browsertests. This is for end to end testing for print preview. > > BUG=388517 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178486 TBR=dpranke@chromium.org,thestig@chromium.org,ivandavid@chromium.org NOTREECHECKS=true NOTRY=true BUG=388517 Review URL: https://codereview.chromium.org/398543005 git-svn-id: svn://svn.chromium.org/blink/trunk@178492 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ojan@chromium.org authored
This way we can move forward with using sheriff-o-matic, but have the fallback of garden-o-matic if we encounter any bugs along the way. Eventually, we need to: -merge this server with auto-sheriff.appspot.com. -vulcanize the polymer widgets NOTRY=true Review URL: https://codereview.chromium.org/398813004 git-svn-id: svn://svn.chromium.org/blink/trunk@178491 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/401973003 git-svn-id: svn://svn.chromium.org/blink/trunk@178490 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
Rename WebCore namespace to blink in Core TBR=eseidel@chromium.org git-svn-id: svn://svn.chromium.org/blink/trunk@178489 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Change Elemenet::setScrollLeft and setScrollTop to use LayoutUnit:: fromFloatRound instead of lroundf. This ensures that no unnecessary type conversion takers place and that the values are clamped properly. R=leviw@chromium.org BUG=393464 TEST=fast/scrolling/scroll-max-value.html Review URL: https://codereview.chromium.org/400633005 git-svn-id: svn://svn.chromium.org/blink/trunk@178488 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/398673003 git-svn-id: svn://svn.chromium.org/blink/trunk@178487 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ivandavid@chromium.org authored
Modifications to layout test framework so that it can work with browsertests. This is for end to end testing for print preview. BUG=388517 Review URL: https://codereview.chromium.org/378113003 git-svn-id: svn://svn.chromium.org/blink/trunk@178486 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Expose deviceScaleFactor on GraphicsContext and use to selectively enable subpixel text regardless of the system font hinting settings for high-dpi systems. BUG=373441 R=derat@chromium.org, tkent@chromium.org Review URL: https://codereview.chromium.org/407553002 git-svn-id: svn://svn.chromium.org/blink/trunk@178485 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dpranke@chromium.org authored
main_unittest was relying on the original sys.argv and passing that to the arg-parsing code. If somehow you had something in argv that wasn't a valid argument to test-webkitpy (e.g., by testing w/ unittest directly), the test would fail and raise SystemExit. This was an unnecessarily fragile design, so I fixed to preserve the original sys.argv and replace it for the test w/ something predictable. R=eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/397723004 git-svn-id: svn://svn.chromium.org/blink/trunk@178484 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dpranke@chromium.org authored
test-webkitpy tests running the -c flag for coverage; this would cause us to leave a .coverage file in Tools/Scripts. This patch cleans that up R=eseidel@chromium.org Review URL: https://codereview.chromium.org/399193006 git-svn-id: svn://svn.chromium.org/blink/trunk@178483 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dpranke@chromium.org authored
We don't run these by default, so they bitrotted at some point. In particular, it looks like svn 1.7 changed behavior so that if you call svn add foo svn add foo/bar the second call errors out with bar already having been added; in svn 1.6, this was just a warning. This comes up in our code because when adding a file we recursively add the parent directories to ensure the whole path is versioned; we need to change this so that we do not implicitly recurse down when adding a parent directory. Less importantly, it looks like the semantics for git svn clone -T change in Git v2, so the branch names are slightly different and we need to account for the remote branch refs differently as a result. R=eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/397383002 git-svn-id: svn://svn.chromium.org/blink/trunk@178482 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ajuma@chromium.org authored
This adds a SmoothScrollInterruptionTest class and tests using this class. BUG=243871 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178387 Review URL: https://codereview.chromium.org/398043005 git-svn-id: svn://svn.chromium.org/blink/trunk@178481 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/403013002 git-svn-id: svn://svn.chromium.org/blink/trunk@178480 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
harpreet.sk@samsung.com authored
On flex items, specifying a flex shorthand with a flex basis in the middle of two flex factors, e.g. flex: 1 0% 1 is getting accepted in blink. According to http://www.w3.org/TR/css3-flexbox/#flex-property, the grammar of the flex shorthand is as follows: Value: none | [ <‘flex-grow’> <‘flex-shrink’>? || <‘flex-basis’> ] It means that flex-grow and flex-shrink must appear together. Therefore flex basis in the middle of two flex factors is invalid. Currently blink consider flex: 1 0% 1 as valid, mapping the values as <flex-grow> <flex-basis> <flex-shrink>, i.e. flex: 1 0% 1 is equivalent to flex: 1 1 0%. This patch fixes this bug by adding an additional condition checking if flex-basis is in the middle or not in flex argument list while setting values for flex basis. BUG=380984 Review URL: https://codereview.chromium.org/396263003 git-svn-id: svn://svn.chromium.org/blink/trunk@178479 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dgozman@chromium.org authored
BUG=394669 Review URL: https://codereview.chromium.org/396213010 git-svn-id: svn://svn.chromium.org/blink/trunk@178478 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/400543004 git-svn-id: svn://svn.chromium.org/blink/trunk@178475 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Update the fast/text/decomposed-after-stacked-diacritics.html test to support subpixel text. BUG=378610 R=leviw@chromium.org Review URL: https://codereview.chromium.org/359463002 git-svn-id: svn://svn.chromium.org/blink/trunk@178474 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/400143002 git-svn-id: svn://svn.chromium.org/blink/trunk@178473 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mustaq@chromium.org authored
This CL follows https://codereview.chromium.org/392783003 and https://codereview.chromium.org/393653002. BUG=350531 Review URL: https://codereview.chromium.org/396753002 git-svn-id: svn://svn.chromium.org/blink/trunk@178472 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kozyatinskiy@google.com authored
Added error message with stack trace and exception details if exception happened when command in console evaluate. Review URL: https://codereview.chromium.org/369333002 git-svn-id: svn://svn.chromium.org/blink/trunk@178471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eae@chromium.org authored
Rename the linux specific FontPlatformData implementation file from FontPlatformDataLinuxHarfBuzz.cpp to FontPlatformDataLinux.cpp as all platforms use HarfBuzz now. R=jbroman@chromium.org Review URL: https://codereview.chromium.org/404653004 git-svn-id: svn://svn.chromium.org/blink/trunk@178469 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-