Sign in
webkit
/
WebKit
/
9bcb17193c540365aacd526fa9dd36d07f385738
/
Source
/
WebCore
/
dom
/
NamedNodeMap.h
0ce67df
Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276
by darin@apple.com
· 6 years ago
637c0c3
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
by ysuzuki@apple.com
· 6 years ago
5e46c858
Move Element, NamedNodeMap, and DOMStringMap from ExceptionCode to Exception
by darin@apple.com
· 8 years ago
760090a
by achristensen@apple.com
· 9 years ago
09dda2a
Object.getOwnPropertyNames() on NamedNodeMap fails to return named properties
by cdumez@apple.com
· 9 years ago
7a6fabb
Align NamedNodeMap with the specification
by cdumez@apple.com
· 9 years ago
0db2b28
[WebIDL] Drop [Default] WebKit-IDL extended attribute
by cdumez@apple.com
· 9 years ago
32b4833
Object.getOwnPropertyNames() does not return named properties
by cdumez@apple.com
· 10 years ago
7bbfe1e
Purge PassRefPtr from NamedNodeMap. <https://webkit.org/b/144091>
by akling@apple.com
· 10 years ago
9bfc1ce
Remove unnecessary create() factory functions in CDMFoo, NamedNodeMap
by gyuyoung.kim@samsung.com
· 10 years ago
a752140
Use std::unique_ptr instead of PassOwnPtr|OwnPtr for NamedNodeMap
by gyuyoung.kim@samsung.com
· 10 years ago
735c33c
Have NamedNodeMap::element() and DOMStringMap::element() return a reference
by cdumez@apple.com
· 11 years ago
1e0ed9d
Unreviewed, rolling out r164638.
by commit-queue@webkit.org
· 11 years ago
a1a3871
Move to using std::unique_ptr for Element, Node and related classes
by zandobersek@gmail.com
· 11 years ago
7edf26e
CTTE: NamedNodeMap always has a corresponding Element.
by akling@apple.com
· 11 years ago
c89611b
ElementData should use 'unsigned' attribute indices.
by akling@apple.com
· 12 years ago
0728112
Do not convert to String->AtomicString for NamedNodeMap
by benjamin@webkit.org
· 12 years ago
1373a74
Add ScriptWrappable to more WebCore classes which are commonly JS-wrapped
by eric@webkit.org
· 12 years ago
2eb7bec
Extend the coverage of the Custom Allocation Framework in WebCore
by zoltan@webkit.org
· 13 years ago
5da00cb
Missing *explicit* keyword in dom and page.
by gyuyoung.kim@samsung.com
· 13 years ago
26b85d3
Make elements with attributes smaller by eliminating the m_element back pointer in NamedNodeMap
by caio.oliveira@openbossa.org
· 13 years ago
e5aec97
Implement getAttributeNode() in terms of ElementAttributeData instead of NamedNodeMap
by caio.oliveira@openbossa.org
· 13 years ago
6d5a31e
Implement removeAttributeNode() in terms of ElementAttributeData instead of NamedNodeMap
by caio.oliveira@openbossa.org
· 13 years ago
e0a3945
Make parser code not depend on NamedNodeMap
by caio.oliveira@openbossa.org
· 13 years ago
6175886
Move attribute storage from NamedNodeMap to ElementAttributeData
by caio.oliveira@openbossa.org
· 13 years ago
2322b93
Move style related functions from NamedNodeMap to ElementAttributeData
by caio.oliveira@openbossa.org
· 13 years ago
42c1182
Kill CSSMappedAttributeDeclaration. <http://webkit.org/b/77820>
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
e89e04d
https://bugs.webkit.org/show_bug.cgi?id=77740
by antti@apple.com
· 13 years ago
d498e06
Make elements that don't have attributes smaller. <http://webkit.org/b/76876>
by kling@webkit.org
· 13 years ago
1590c1f
Add ElementAttributeData class to replace internal uses of NamedNodeMap
by caio.oliveira@openbossa.org
· 13 years ago
8bf28cc
Unreviewed, rolling out r105999.
by leviw@chromium.org
· 13 years ago
007f8ca
Make elements that don't have attributes smaller. <http://webkit.org/b/76876>
by kling@webkit.org
· 13 years ago
f844d74
Unreviewed, rolling out r105738.
by commit-queue@webkit.org
· 13 years ago
324cb0b
Make elements that don't have attributes smaller. <http://webkit.org/b/76876>
by kling@webkit.org
· 13 years ago
6c1227e
Remove caching of mapped attribute count on NamedNodeMap.
by kling@webkit.org
· 13 years ago
5f1258e
Make elements with attributes smaller by eliminating the ref count in NamedNodeMap.
by kling@webkit.org
· 13 years ago
f3b872a
Reduce memory used by NamedNodeMap. <http://webkit.org/b/75333>
by kling@webkit.org
· 13 years ago
250f5a2
NamedNodeMap: Get rid of declCount(). <http://webkit.org/b/74948>
by kling@webkit.org
· 13 years ago
05ffa33
Avoid unnecessary work when removing attributes from an element
by adamk@chromium.org
· 13 years ago
a9e1af6
Make all calls to NamedNodeMap::setAttributes go through Element
by adamk@chromium.org
· 13 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/dom/NamedNodeMap.h]
f5247d1
2010-06-12 Darin Adler <darin@apple.com>
by darin@apple.com
· 15 years ago
1c6ce05
Fix for https://bugs.webkit.org/show_bug.cgi?id=39574
by weinig@apple.com
· 15 years ago
ffb2ba8
2010-05-19 Anders Carlsson <andersca@apple.com>
by andersca@apple.com
· 15 years ago
9d6c1d0
https://bugs.webkit.org/show_bug.cgi?id=39258 Remove NamedAttrMap residual gunk
by weinig@apple.com
· 15 years ago
c91332e
2009-03-30 Darin Adler <darin@apple.com>
by darin@apple.com
· 16 years ago
e8c3a2a
2009-02-01 Darin Adler <darin@apple.com>
by darin@apple.com
· 16 years ago
0b524a0
2008-04-17 Mark Rowe <mrowe@apple.com>
by mrowe@apple.com
· 17 years ago
e6e59e7
2008-03-29 Darin Adler <darin@apple.com>
by darin@apple.com
· 17 years ago
734fbf6
JavaScriptCore:
by darin@apple.com
· 17 years ago
58ea1c1
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
7911af2
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
c8eccec
JavaScriptCore:
by ddkilzer
· 18 years ago
8eddecf
2007-01-15 Eric Seidel <eric@webkit.org>
by eseidel
· 18 years ago
bb86351
JavaScriptCore:
by mjs
· 19 years ago
6c464a1
LayoutTests:
by adele
· 19 years ago
b9481ed
- global rename, done by script
by darin
· 19 years ago