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