Sign in
webkit
/
WebKit
/
a7a191997573fc2cfceaa5e3ee49f21e05496ee8
/
Source
/
WebCore
/
html
/
HTMLIFrameElement.cpp
e1b31c7
Remove <iframe seamless> support. <https://webkit.org/b/128213>
by akling@apple.com
· 11 years ago
9652668
Element's renderer factory should return RenderPtrs.
by akling@apple.com
· 11 years ago
e5428c5
Rename StylePropertySet to StyleProperties
by antti@apple.com
· 11 years ago
ac1cc35
Change collectStyleForPresentationAttribute and related functions to take a MutableStylePropertySet by reference
by weinig@apple.com
· 11 years ago
8f40c5b
Renderers should receive their style at construction.
by akling@apple.com
· 11 years ago
feb9016
Take RenderObjects out of the arena. <https://webkit.org/b/122895>
by akling@apple.com
· 11 years ago
391c912
Make createRenderer() return RenderElement
by antti@apple.com
· 12 years ago
166419e
CTTE: Element::createRenderer() should take references
by weinig@apple.com
· 12 years ago
7b935cc
CTTE: RenderWidgets are never anonymous. <https://webkit.org/b/121385>
by akling@apple.com
· 12 years ago
dedf67e
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 5)
by weinig@apple.com
· 12 years ago
6becaaf
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 3)
by weinig@apple.com
· 12 years ago
622b1a4
Node::document() should return a reference. <https://webkit.org/b/120496>
by akling@apple.com
· 12 years ago
dacd6de
<https://webkit.org/b/120071> Replace NodeRenderingContext with Node* as childShouldCreateRenderer() argument
by antti@apple.com
· 12 years ago
b74dfb6
<https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument
by antti@apple.com
· 12 years ago
0f2ac5b
<https://webkit.org/b/119982> Make Element::attach non-virtual
by antti@apple.com
· 12 years ago
22fab3b
fast/frames/seamless/seamless-custom-font-pruning-crash.html asserts
by antti@apple.com
· 12 years ago
e6cf411
Move style recalculation out from Element
by antti@apple.com
· 12 years ago
b49e18e
.: Remove support for HTML5 MicroData
by weinig@apple.com
· 12 years ago
edcc54a
Remove unneeded include header files from WebCore
by gyuyoung.kim@samsung.com
· 12 years ago
068215b
Unify ways to cache named item in HTMLCollections
by rniwa@webkit.org
· 12 years ago
8da49f1
Replace static_casts with to* functions for document types.
by inferno@chromium.org
· 12 years ago
c79ed84
Introduce new message sources for logging.
by commit-queue@webkit.org
· 12 years ago
b75eeea
StyledElement: Tweak signature of collectStyleForPresentationAttribute().
by akling@apple.com
· 12 years ago
941a242
Rename HasCustomCallbacks to HasCustomStyleCallbacks
by esprehn@chromium.org
· 12 years ago
e312251
[Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
by tasak@google.com
· 12 years ago
c7a41d0
Attribute: Remove unused constructor and isNull(). <http://webkit.org/b/105179>
by akling@apple.com
· 12 years ago
236e898
Web Inspector: ConsoleTypes should not expose MessageType - it should be private to inspector.
by mkwst@chromium.org
· 12 years ago
d2e0adc
Web Inspector: Autogenerate stack traces and line numbers when possible.
by mkwst@chromium.org
· 12 years ago
9c2ae3a
Unreviewed, rolling out r136377.
by commit-queue@webkit.org
· 12 years ago
8579b0b
Web Inspector: Autogenerate stack traces and line numbers when possible.
by mkwst@chromium.org
· 12 years ago
43e9d04
Element::parseAttribute() should take name & value as separate arguments.
by akling@apple.com
· 12 years ago
04b67ee
We should trigger a console warning when we encounter invalid sandbox flags.
by mkwst@chromium.org
· 12 years ago
569556d
Rename AttributeStyle => PresentationAttributeStyle across WebCore.
by kling@webkit.org
· 12 years ago
8fe1b21
Fix ENABLE_IFRAME_SEAMLESS to actually fully disable <iframe seamless>
by eric@webkit.org
· 13 years ago
183547b
Use ContainerNode instead of Node where possible
by darin@apple.com
· 13 years ago
4161636
HasCustomWillOrDidRecalcStyleFlag and family should live in a bit.
by morrita@google.com
· 13 years ago
260fca8
Pass Attribute by const reference as much as possible.
by kling@webkit.org
· 13 years ago
2c05355
Styles are not recalculated when the seamless attribute is dynamically added/removed
by eric@webkit.org
· 13 years ago
981501e
Make IFRAME_SEAMLESS child documents inherit styles from their parent iframe element
by eric@webkit.org
· 13 years ago
591bb23
Add support for seamless attribute as well as seamless sandbox flag and default CSS styling
by eric@webkit.org
· 13 years ago
9ea0080
insertedIntoDocument and insertedIntoTree should be unitifed.
by commit-queue@webkit.org
· 13 years ago
44bc0dd
StyledElement::isPresentationAttribute() only needs the attribute name.
by kling@webkit.org
· 13 years ago
ec5657f
Miscellaneous CSSParser dodging in presentation attribute parsing.
by kling@webkit.org
· 13 years ago
11f2556
Move attribute style invalidation to attributeChanged().
by kling@webkit.org
· 13 years ago
42be6a4
Fix the windows build.
by weinig@apple.com
· 13 years ago
8b0e843
Attribute styles should be created lazily. <http://webkit.org/b/78381>
by kling@webkit.org
· 13 years ago
8a3d4af
StyledElement: Rename parseMappedAttribute() to parseAttribute().
by kling@webkit.org
· 13 years ago
119bc4e
Kill per-Attribute style declarations. <http://webkit.org/b/77204>
by kling@webkit.org
· 13 years ago
7feb953
MicroData: Remove ExceptionCode& from setAttribute() call.
by commit-queue@webkit.org
· 13 years ago
6eda107
invalidateNodeListsCacheAfterAttributeChanged has too many callers
by rniwa@webkit.org
· 13 years ago
caca49d
NameNodeListCache should be invalidated when name attribute changes/modified.
by commit-queue@webkit.org
· 13 years ago
08a0bbe
Microdata: fast/dom/MicroData/itemid-attribute-test.html assertion failure in Element::getURLAttribute().
by commit-queue@webkit.org
· 13 years ago
63b48a3
Move parseSandboxPolicy to SecurityContext
by abarth@webkit.org
· 13 years ago
82d25a4
Implement allow-popups for iframe@sandbox
by abarth@webkit.org
· 13 years ago
6ee4075
Unreviewed, rolling out r99138.
by commit-queue@webkit.org
· 13 years ago
3eaba4d
Implement allow-popups for iframe@sandbox
by abarth@webkit.org
· 13 years ago
d10f670
Microdata: Add itemprop, itemref, itemvalue attributes.
by rniwa@webkit.org
· 13 years ago
c3af044
2011-05-19 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/html/HTMLIFrameElement.cpp]
4be23e3
2010-10-04 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
c360893
Complete the merge of MappedAttribute and Attribute.
by weinig@apple.com
· 15 years ago
5d284af
2010-04-19 Simon Fraser <simon.fraser@apple.com>
by simon.fraser@apple.com
· 15 years ago
71c8374
2010-03-25 Adam Barth <abarth@webkit.org>
by eric@webkit.org
· 15 years ago
9f9af46
2010-02-19 Maciej Stachowiak <mjs@apple.com>
by mjs@apple.com
· 15 years ago
d6a3be2
2010-01-07 Simon Fraser <simon.fraser@apple.com>
by simon.fraser@apple.com
· 15 years ago
b8a1055
2009-12-01 Patrik Persson <patrik.j.persson@ericsson.com>
by abarth@webkit.org
· 15 years ago
cf9dd0f
Make DOM classes start with a reference count of 1, like all other RefCounted
by darin@apple.com
· 16 years ago
3a3edd4
More work on making DOM classes start with reference count of 1
by darin@apple.com
· 16 years ago
08bbae8
Tweak HTMLFrameElementBase so that m_URL can be private
by darin@apple.com
· 16 years ago
b6cb256
2009-08-05 Darin Adler <darin@apple.com>
by darin@apple.com
· 16 years ago
9a925fa
WebCore:
by darin@apple.com
· 16 years ago
180a419
WebCore:
by darin@apple.com
· 16 years ago
321ee18
2008-12-13 Julien Chaffraix <jchaffraix@webkit.org>
by jchaffraix@webkit.org
· 16 years ago
74dae40
2008-12-01 Julien Chaffraix <jchaffraix@webkit.org>
by jchaffraix@webkit.org
· 16 years ago
6a27e01
2008-11-26 Julien Chaffraix <jchaffraix@webkit.org>
by jchaffraix@webkit.org
· 16 years ago
920b8e0
2008-03-19 Dan Bernstein <mitz@apple.com>
by mitz@apple.com
· 17 years ago
a3c493e
JavaScriptCore:
by darin@apple.com
· 17 years ago
c8eccec
JavaScriptCore:
by ddkilzer
· 18 years ago
f2184b9
LayoutTests:
by andersca
· 18 years ago
8f83b0e
Fix for REGRESSION bug 13108, frame borders being painted when they shouldn't be. Rework both frame borders
by hyatt
· 18 years ago
51781d7
Make iframes work properly with frameborder="0".
by hyatt
· 18 years ago
2e40fc1
Reviewed by Adam.
by ggaren
· 18 years ago
31614e2
LayoutTests:
by ggaren
· 18 years ago
0cd3fe8
Feared, loathed, reviewed by Darin.
by ggaren
· 18 years ago
fc3c26a
LayoutTests:
by ggaren
· 18 years ago
eb140e6
LayoutTests:
by ggaren
· 18 years ago
4a4f1f1
WebCore:
by andersca
· 19 years ago
acc418d
WebCore:
by andersca
· 19 years ago
965a62f
Reviewed by Darin, tweaked slightly and landed by Maciej.
by mjs
· 19 years ago
ee9cb8c
2006-07-08 Anders Carlsson <acarlsson@apple.com>
by andersca
· 19 years ago
3a43462
WebCore:
by andersca
· 19 years ago
409f430
2006-05-12 Eric Seidel <eseidel@apple.com>
by eseidel
· 19 years ago