Elliott Sprehn
4d83953263
Teach HTMLImageElement that it doesn't need ::attach.
...
Instead of using a custom ::attach to do post insertion work
when assigning the image resource to the RenderImage, we should
just fix the logic inside RenderImage to be able to handle
not being in the tree yet when the resource is first set.
Soon attach will not be virtual anymore.
I also made RenderImage final and most methods private as there
are no longer subclasses.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/732163004
2014-11-18 11:08:46 -08:00
Ojan Vafai
8510cca8ad
Remove alt text from images.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/715963003
2014-11-11 16:46:57 -08:00
Ojan Vafai
0f803f8d3c
Remove ResourceLoadPriorityOptimizer.
...
We want to expose the ability to do this in the framework,
not bake it into the platform.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/710743006
2014-11-11 14:53:02 -08:00
Ojan Vafai
637d077ba2
Remove some straggling zoom-related code.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/714783003
2014-11-10 19:17:32 -08:00
Ojan Vafai
275c5e291c
Remove zoom() and effectiveZoom().
...
No change in behavior since we already removed the zoom setters.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/711203002
2014-11-10 17:32:52 -08:00
Elliott Sprehn
283fa5f78a
Remove ContentData.
...
This was to support CSS generated content.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/709213002
2014-11-07 18:47:39 -08:00
Elliott Sprehn
d11b95703b
Remove many attributes.
...
This removes many attributes we don't want from HTMLAttributeNames.in
and the associated code.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/708233002
2014-11-07 16:48:59 -08:00
Rafael Weinstein
fa52a2cb76
Remove RenderObject::isVideo
...
BUG=
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/709503003
2014-11-06 17:59:08 -08:00
Elliott Sprehn
59454159a3
Remove shape-outside.
...
Since we don't have floats this doesn't do anything now.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/703563002
2014-11-03 18:01:57 -08:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00