1. 4d716f2 Cut down on calls to String::lower; mostly replace with convertToASCIILowercase by darin@apple.com · 9 years ago
  2. 74ebbb1 [iOS] Documents without an explicit width should not get fast tapping by dino@apple.com · 9 years ago
  3. 048cc3a Reduce use of equalIgnoringCase to just ignore ASCII case by darin@apple.com · 9 years ago
  4. a08a0ad Replace 0 and NULL with nullptr in WebCore/dom. by hs85.jeong@samsung.com · 9 years ago
  5. 702247c2 Enhance TextStream for logging, remove subclasses, log more things by simon.fraser@apple.com · 9 years ago
  6. d15868e Add a mechanism to opt-out of the automatic scaling applied to not-really-responsive sites by timothy_horton@apple.com · 10 years ago
  7. cf99e40 Remove the remaining vestiges of minimal-ui by benjamin@webkit.org · 10 years ago
  8. fea646b Defer resolution of viewport size. by mhock@apple.com · 10 years ago
  9. 0854748 Unreviewed, rolling out r169570. https://bugs.webkit.org/show_bug.cgi?id=133565 by commit-queue@webkit.org · 11 years ago
  10. ed9a06b [iOS] Start ignoring common bogus viewport parameters by benjamin@webkit.org · 11 years ago
  11. 784a9b3 The viewport code should not depend on WebKitSystemInterface by benjamin@webkit.org · 11 years ago
  12. 6d6a47c Web Inspector: Expose the console object in JSContexts to interact with Web Inspector by joepeck@webkit.org · 11 years ago
  13. 1f45df9 Web Inspector: Add Console support to JSContext Inspection by joepeck@webkit.org · 11 years ago
  14. 049d8b3 Remove the BlackBerry port from trunk by benjamin@webkit.org · 11 years ago
  15. 252c409 [iOS] Upstream WebCore/dom changes by dbates@webkit.org · 11 years ago
  16. 7987a5a [webcore/dom] Remove extra header includes from cpp files. by commit-queue@webkit.org · 11 years ago
  17. ff9adb8 Stop bringing in the std namespace by andersca@apple.com · 11 years ago
  18. cc9a36a Remove Qt-specific code in common WebCore/{html,dom} files. by akling@apple.com · 11 years ago
  19. a123879 [EFL] Add ewk_view_device_pixel_ratio_set by ryuan.choi@samsung.com · 12 years ago
  20. 8a4bc68 Remove redundant code in ViewportArguments::resolve by zhajiang@rim.com · 12 years ago
  21. 11e52cf Remove the android code from WebCore by benjamin@webkit.org · 12 years ago
  22. 0f1406b [Chromium] Implement target-densityDpi viewport property emulation by mnaganov@chromium.org · 12 years ago
  23. c79ed84 Introduce new message sources for logging. by commit-queue@webkit.org · 12 years ago
  24. f3cce46 Remove deviceScaleFactor argument in computeMinimumScaleFactorForContentContained(). by commit-queue@webkit.org · 12 years ago
  25. 236e898 Web Inspector: ConsoleTypes should not expose MessageType - it should be private to inspector. by mkwst@chromium.org · 12 years ago
  26. d2e0adc Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  27. 0d88f53 Source/WebCore: Web Inspector: Viewport console warnings cleanup. by commit-queue@webkit.org · 12 years ago
  28. 9c2ae3a Unreviewed, rolling out r136377. by commit-queue@webkit.org · 12 years ago
  29. 8579b0b Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  30. 9c22502 Viewport CSS rules should not clamp values like Viewport META by commit-queue@webkit.org · 12 years ago
  31. daa81a4 Apply the resolved viewport rules https://bugs.webkit.org/show_bug.cgi?id=95964 by commit-queue@webkit.org · 12 years ago
  32. 541a5d2 Unreviewed, rolling out r134908. by commit-queue@webkit.org · 12 years ago
  33. ca9f731 Avoid copying of ViewportArguments in computeViewportAttributes function by commit-queue@webkit.org · 12 years ago
  34. 7d53771 Remove initiallyFitToViewport attribute by kenneth@webkit.org · 12 years ago
  35. 0eb8fb2 Rename member vars in ViewportArgument to match css-device-adapt by kenneth@webkit.org · 12 years ago
  36. ea225f2 Unreviewed build fix. by kenneth@webkit.org · 12 years ago
  37. ab219dc Refactor ViewportArguments to only use CSS units by kenneth@webkit.org · 12 years ago
  38. 5c28758 Remove support for "desktop-width" in the viewport meta tag by kenneth@webkit.org · 12 years ago
  39. 9d7bf9f [Qt][WK2] Fit-to-width broken on pages with viewport meta tag by abecsi@webkit.org · 12 years ago
  40. c9a1ed6 Remove devicePixelRatio from ViewportAttributes by abecsi@webkit.org · 12 years ago
  41. 77e05ba Viewport errors should be slightly friendlier with regard to ';'. by mkwst@chromium.org · 12 years ago
  42. 3f5ab02 Part 2 of removing PlatformString.h, remove PlatformString.h by weinig@apple.com · 13 years ago
  43. b7c6116 Delete Frame::domWindow() and Frame::existingDOMWindow() by abarth@webkit.org · 13 years ago
  44. 8dc2c71 [EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555 by kbalazs@webkit.org · 13 years ago
  45. 466c9dd Don't hardcode target dpi of 160 (it should be 96 on desktop) by commit-queue@webkit.org · 13 years ago
  46. da860f9 Build fix after r119527. by rniwa@webkit.org · 13 years ago
  47. c27d725 Remove support for target-densitydpi in the viewport meta tag by abarth@webkit.org · 13 years ago
  48. c19d66f [Qt] Implement fit-to-width behaviour by kenneth@webkit.org · 13 years ago
  49. 50b8314 Removing line in computeViewportAttributes that enforces a minimum scale factor to never allow zooming out more than viewport by fsamuel@chromium.org · 13 years ago
  50. 5cdc7eb Unreviewed, rolling out r115907. by ossy@webkit.org · 13 years ago
  51. 72a502a Removing line in computeViewportAttributes that enforces a minimum scale factor to never allow zooming out more than viewport by fsamuel@chromium.org · 13 years ago
  52. 9be7456 Streamline strtod and fix some related problems by darin@apple.com · 13 years ago
  53. 860eb4d Another fix for viewport tests by mhahnenberg@apple.com · 13 years ago
  54. ba7bf44 Another build fix for viewport tests by mhahnenberg@apple.com · 13 years ago
  55. d9ee2347 Fix the broken viewport tests https://bugs.webkit.org/show_bug.cgi?id=78774 by mhahnenberg@apple.com · 13 years ago
  56. 0c3bdd9 Make default console messages line numbers consistent. by vsevik@chromium.org · 13 years ago
  57. 8f2674b Removing line in computeViewportAttributes that enforces a minimum scale factor to never allow zooming out more than viewport by fsamuel@chromium.org · 13 years ago
  58. 144d8c5 2011-11-03 Pavel Feldman <pfeldman@google.com> by pfeldman@chromium.org · 13 years ago
  59. 5d2c995 Differentiate implicit viewport from that of the meta tag by kenneth@webkit.org · 13 years ago
  60. c6e24ff <http://webkit.org/b/70158> Fix clang compiler warnings by ddkilzer@apple.com · 13 years ago
  61. 9c6e4a3 TextPosition refactoring: Merge ZeroBasedNumber and OneBasedNumber classes by commit-queue@webkit.org · 13 years ago
  62. 54d1f17 XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number by commit-queue@webkit.org · 13 years ago
  63. a89dc67 2011-06-05 Igor Oliveira <igor.oliveira@openbossa.org> by commit-queue@webkit.org · 14 years ago
  64. 1c08e20 2011-03-16 Joseph Pecoraro <joepeck@webkit.org> by joepeck@webkit.org · 14 years ago
  65. 10fb4c3 2011-03-07 Joseph Pecoraro <joepeck@webkit.org> by joepeck@webkit.org · 14 years ago
  66. f73284d 2011-03-01 Joseph Pecoraro <joepeck@webkit.org> by joepeck@webkit.org · 14 years ago
  67. d57f13b 2011-03-01 Joseph Pecoraro <joepeck@webkit.org> by joepeck@webkit.org · 14 years ago
  68. b6b3e77 Viewport parsing no longer accepts "1.0;" value as valid. by joepeck@webkit.org · 14 years ago
  69. 9c45d17 2011-01-23 Kenneth Rohde Christiansen <kenneth@webkit.org> by andreas.kling@nokia.com · 14 years ago
  70. 2191baf 2011-01-23 Andreas Kling <kling@webkit.org> by andreas.kling@nokia.com · 14 years ago
  71. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/dom/ViewportArguments.cpp]
  72. 3c15c39 2010-11-25 Kenneth Rohde Christiansen <kenneth@webkit.org> by kenneth@webkit.org · 14 years ago
  73. 43b9883 2010-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org> by andreas.kling@nokia.com · 14 years ago
  74. a47b1db 2010-10-07 Luiz Agostini <luiz.agostini@openbossa.org> by commit-queue@webkit.org · 14 years ago
  75. f8d2709 2010-10-07 Luiz Agostini <luiz.agostini@openbossa.org> by commit-queue@webkit.org · 14 years ago
  76. 5d8e3bf 2010-10-06 Luiz Agostini <luiz.agostini@openbossa.org> by commit-queue@webkit.org · 14 years ago
  77. 903770e 2010-09-13 Patrick Gansterer <paroga@paroga.com> by commit-queue@webkit.org · 15 years ago
  78. 8a9df01 WebCore: Update support for the viewport meta tag algorithm, to by kenneth@webkit.org · 15 years ago
  79. 916900d 2010-08-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org> by commit-queue@webkit.org · 15 years ago
  80. e37f595 2010-06-28 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  81. 5d72ad2 2010-06-13 Eric Seidel <eric@webkit.org> by abarth@webkit.org · 15 years ago
  82. 74d35e9 2010-06-12 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  83. f6460f9 2010-04-16 Daniel Bates <dbates@rim.com> by dbates@webkit.org · 15 years ago