Sign in
webkit
/
WebKit
/
7697d7c0fceb6f30dd4a43889e4411309210ff4a
/
Source
/
WebCore
/
html
/
HTMLOptionsCollection.cpp
71c0ce7
Remove UsePointersEvenForNonNullableObjectArguments from HTMLOptionsCollection
by darin@apple.com
· 9 years ago
01d7468
Remove UsePointersEvenForNonNullableObjectArguments from HTMLSelectElement
by darin@apple.com
· 9 years ago
e1118d7
Use tighter typing for collections / node lists' item() / namedItem() methods
by cdumez@apple.com
· 9 years ago
4f3090f
Refactor HTMLCollection to be as fast as CachedLiveNodeList
by cdumez@apple.com
· 10 years ago
5926d01
Unreviewed, rolling out r188508. https://bugs.webkit.org/show_bug.cgi?id=148058
by commit-queue@webkit.org
· 10 years ago
a6b71af
Refactor HTMLCollection to be as fast as CachedLiveNodeList
by cdumez@apple.com
· 10 years ago
5b142fb
HTMLSelectElement and HTMLOptionsCollection add() method should support index as second argument.
by commit-queue@webkit.org
· 10 years ago
689f761
Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587>
by akling@apple.com
· 10 years ago
72754ba
Use downcast<HTML*Element>() instead of toHTML*Element()
by cdumez@apple.com
· 10 years ago
9204733
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
by mjs@apple.com
· 11 years ago
a665845
Move array position caching out from HTMLCollection
by antti@apple.com
· 11 years ago
6ef9fdc
[webcore/html] remove extra header includes from cpp files.
by commit-queue@webkit.org
· 11 years ago
f954a07
HTMLOptionsCollection is always rooted at a HTMLSelectElement.
by akling@apple.com
· 11 years ago
c2b3685
LiveNodeLists should have non-null ContainerNode as root
by antti@apple.com
· 11 years ago
bae5126
CTTE: Live node lists always have an owner Node. <https://webkit.org/b/122470>
by akling@apple.com
· 11 years ago
4a188dd
Fix the HTMLSelectElement.prototype.remove() method
by ch.dumez@sisa.samsung.com
· 11 years ago
29a2662
Generate more HTML type checks and casting
by gyuyoung.kim@samsung.com
· 12 years ago
5dc8b8c
Adopt is/toHTMLOptionElement for code cleanup
by kangil.han@samsung.com
· 12 years ago
4d25748
Replace ExceptionCode assertions with ASSERT_NO_EXCEPTION macro.
by mkwst@chromium.org
· 12 years ago
0a23dbe
Unreviewed, rolling out r142118.
by gavinp@chromium.org
· 12 years ago
50f39a6
Replace ExceptionCode assertions with ASSERT_NO_EXCEPTION macro.
by mkwst@chromium.org
· 12 years ago
df53c2d
Cleanup: 'ExceptionCode& ec', not 'ExceptionCode &ec'.
by mkwst@chromium.org
· 12 years ago
0a919ee
Use ownerNode() instead of base() in HTMLCollection
by rniwa@webkit.org
· 12 years ago
25c3d5e
HTMLCollection on Document should be stored on NodeListsNodeData like other HTMLCollections and LiveNodeLists
by rniwa@webkit.org
· 12 years ago
e064021
HTMLCollection should use the same storage as DynamicNodeList
by rniwa@webkit.org
· 12 years ago
a5d2414
Unreviewed, rolling out r134345.
by commit-queue@webkit.org
· 12 years ago
04fc7b0
Replace DOMException TYPE_MISMATCH_ERR with TypeError
by arv@chromium.org
· 12 years ago
7f9d0ef
Unify HTMLCollection and DynamicNodeList
by rniwa@webkit.org
· 13 years ago
25d91a5
Iterating backwards over HTMLCollection is O(n^2)
by rniwa@webkit.org
· 13 years ago
4823cc1
Make HTMLCollection RefCounted https://bugs.webkit.org/show_bug.cgi?id=90414
by rniwa@webkit.org
· 13 years ago
28acc31
HTMLCollection's caches should be owned by either ElementRareData or Document
by rniwa@webkit.org
· 13 years ago
fe42004
Simplify HTMLCollection ownership model. <http://webkit.org/b/75437>
by kling@webkit.org
· 13 years ago
fac1032
Unreviewed, rolling out r104373 and r104374.
by commit-queue@webkit.org
· 13 years ago
23ad56a
Simplify HTMLCollection ownership model. <http://webkit.org/b/75437>
by kling@webkit.org
· 13 years ago
048cb3d
Merge CollectionCache into HTMLCollection. <http://webkit.org/b/75423>
by kling@webkit.org
· 13 years ago
a3a65e3
Move the remaining collections to caching on their respective base nodes.
by kling@webkit.org
· 13 years ago
f16278a
Make HTMLCollections play nice after their base node is gone.
by kling@webkit.org
· 13 years ago
f7ac4f2
HTMLCollection: Remove the constructor's custom CollectionCache* argument.
by kling@webkit.org
· 13 years ago
b906afa
Remove Document::collectionInfo() and let collections manage their caches.
by kling@webkit.org
· 13 years ago
5207fca
Cache and reuse the HTMLSelectElement.options collection.
by kling@webkit.org
· 13 years ago
318f889
Follow up the recent HTMLSelectElement improvements with a little bit more
by darin@apple.com
· 13 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/html/HTMLOptionsCollection.cpp]
34f9170
2009-11-05 Chris Jerdonek <chris.jerdonek@gmail.com>
by eric@webkit.org
· 15 years ago
642f500
WebCore:
by darin@apple.com
· 17 years ago
bc5a364
Bug 9683: Implement select.options.remove() method
by ddkilzer@apple.com
· 17 years ago
6b16660
WebCore:
by darin@apple.com
· 17 years ago
c8eccec
JavaScriptCore:
by ddkilzer
· 17 years ago
20e0d1b
JavaScriptCore:
by ddkilzer
· 19 years ago
c548c22
Reviewed by Darin.
by ap
· 19 years ago
98fa8b8
Rubber stamped by Eric.
by darin
· 19 years ago
[Renamed from WebCore/khtml/html/HTMLOptionsCollection.cpp]
b9481ed
- global rename, done by script
by darin
· 19 years ago