1. 1f45df9 Web Inspector: Add Console support to JSContext Inspection by joepeck@webkit.org · 11 years ago
  2. 63e53cb FrameLoader::stateMachine() should return a reference. by akling@apple.com · 11 years ago
  3. 66d8c0a Remove ENABLE(SVG) guards https://bugs.webkit.org/show_bug.cgi?id=127991 by ossy@webkit.org · 11 years ago
  4. e1b31c7 Remove <iframe seamless> support. <https://webkit.org/b/128213> by akling@apple.com · 11 years ago
  5. ba8e619 Remove FrameLoader's reloadWithOverrideURL and reloadWithRequest by jochen@chromium.org · 11 years ago
  6. 1c31915 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards by ossy@webkit.org · 11 years ago
  7. aacf1d5 Remove repaint throttling https://bugs.webkit.org/show_bug.cgi?id=127681 by antti@apple.com · 11 years ago
  8. 451e9b0 AX: Disable accessibility after every test run by ossy@webkit.org · 11 years ago
  9. ee41838 Remove PLATFORM(NIX) from WebCore https://bugs.webkit.org/show_bug.cgi?id=127299 by lauro.neto@openbossa.org · 11 years ago
  10. 9efd2cd Web Inspector: Page should use std::unique_ptr for InspectorController by bburg@apple.com · 11 years ago
  11. e776c2f Clean up PageCache classes https://bugs.webkit.org/show_bug.cgi?id=127202 by andersca@apple.com · 11 years ago
  12. 6a60daad Remove another unused FrameLoaderClient callback by andersca@apple.com · 11 years ago
  13. e56e359 Remove FrameLoaderClient::didPerformFirstNavigation() by andersca@apple.com · 11 years ago
  14. b6fe230 CTTE Timer and DeferrableOneShotTimer by andersca@apple.com · 11 years ago
  15. 963004a Remove an unused FrameLoader function by andersca@apple.com · 11 years ago
  16. fefbc4d Remove supportMultipleWindows setting by andersca@apple.com · 11 years ago
  17. cd08879 Clean up ProgressTracker a little https://bugs.webkit.org/show_bug.cgi?id=126738 by andersca@apple.com · 11 years ago
  18. 0404271 Remove unused FrameLoader member functions by andersca@apple.com · 11 years ago
  19. cb8504d Web Inspector: Remove unused overriding protocols. by seokju@webkit.org · 11 years ago
  20. 1769de8 Source/WebCore: Remove Node::attached() by antti@apple.com · 11 years ago
  21. 46a1c6f [iOS] Upstream WebCore/loader changes by dbates@webkit.org · 11 years ago
  22. d2ecf37 Web Inspector: Push Remote Inspector debugging connection management into JavaScriptCore by joepeck@webkit.org · 11 years ago
  23. 5f1ccd4 Possible crash in ProgressTracker::progressHeartbeatTimerFired(Timer<ProgressTracker>*) by beidson@apple.com · 11 years ago
  24. b86fc58 Generate toHTMLFooElement() to clean up static_cast<> by gyuyoung.kim@samsung.com · 11 years ago
  25. a8be419 Unreviewed, rolling out r159551. by commit-queue@webkit.org · 11 years ago
  26. c25dca0 Generate toHTMLFooElement() to clean up static_cast<> by gyuyoung.kim@samsung.com · 11 years ago
  27. eefc25d Modernize FrameLoader a bit https://bugs.webkit.org/show_bug.cgi?id=124073 by weinig@apple.com · 11 years ago
  28. 096333f Use std::function for all policy continuation functions by andersca@apple.com · 11 years ago
  29. 97ab6d9 Navigation policy callback not called when performing the same fragment navigation twice by andersca@apple.com · 11 years ago
  30. 654fd9a CTTE: FrameLoader::notifier() should return a reference. by akling@apple.com · 11 years ago
  31. ee87b2f CTTE: Pass DocumentWriter around as a reference by weinig@apple.com · 11 years ago
  32. 61e3332 FramePolicyFunction should be an std::function by andersca@apple.com · 11 years ago
  33. 7a7f76a CTTE: IconController and IconLoader should have Frame& backpointer. by akling@apple.com · 11 years ago
  34. e6d9acd CTTE: PolicyChecker backpointer to Frame should be a reference. by akling@apple.com · 11 years ago
  35. 55cde01 Ref-ify more stack guards. <https://webkit.org/b/122360> by akling@apple.com · 11 years ago
  36. ad246c0 CTTE: SubframeLoader backpointer to Frame should be a reference. by akling@apple.com · 11 years ago
  37. 8f71603 CTTE: DOMWrapperWorlds should be passed around by reference by weinig@apple.com · 11 years ago
  38. f2ead0f Cleanup PageThrottler and PageConsole a bit by weinig@apple.com · 11 years ago
  39. 0e83ab1 Add Frame::mainFrame and Frame::isMainFrame by darin@apple.com · 11 years ago
  40. 5ffbb5c rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214 by darin@apple.com · 11 years ago
  41. ade301a Add empty MainFrame class https://bugs.webkit.org/show_bug.cgi?id=121770 by darin@apple.com · 11 years ago
  42. 5298947 CTTE: FrameTree::top() should return a reference. <https://webkit.org/b/121445> by akling@apple.com · 12 years ago
  43. 31cf009 Page::backForward() should return a reference. <https://webkit.org/b/121151> by akling@apple.com · 12 years ago
  44. a34e522 Ref-ify more stack guards. <https://webkit.org/b/121070> by akling@apple.com · 12 years ago
  45. 231386f Add support for BeforeUnloadEvent interface by ch.dumez@sisa.samsung.com · 12 years ago
  46. 0291f71 Preparing WebCore to receive Nix Port by hugo.lima@openbossa.org · 12 years ago
  47. f721911 FrameLoader::icon() should return a reference. <https://webkit.org/b/120993> by akling@apple.com · 12 years ago
  48. 24f4d6c FrameLoader::policyChecker() should return a reference. by akling@apple.com · 12 years ago
  49. 7f81b1e FrameLoader::subresourceLoader() should return a reference. by akling@apple.com · 12 years ago
  50. 72c1c36 FrameLoader: Convert three little loops to using Vector<Ref<Frame>>. by akling@apple.com · 12 years ago
  51. 9663f4b Cached Page and Frame don't need to be ref-counted. by akling@apple.com · 12 years ago
  52. 80b077b Reverting "Cached Page and Frame don't need to be ref-counted. by akling@apple.com · 12 years ago
  53. 50b1d4d CachedPage construction should begin with a Page&. <https://webkit.org/b/120721> by akling@apple.com · 12 years ago
  54. e70178d Cached Page and Frame don't need to be ref-counted. by akling@apple.com · 12 years ago
  55. f851598 Ref: A smart pointer for the reference age. <https://webkit.org/b/120570> by akling@apple.com · 12 years ago
  56. 79ae18d Make it less awkward to check if a Frame is the main Frame. by akling@apple.com · 12 years ago
  57. 7aee36d Replace currentTime() with monotonicallyIncreasingTime() in WebCore by commit-queue@webkit.org · 12 years ago
  58. 095b544 Page::mainFrame() should return a reference. <http://webkit.org/b/119677> by akling@apple.com · 12 years ago
  59. fed4d16 Frame::tree should return a reference instead of a pointer by darin@apple.com · 12 years ago
  60. 1c29edbc Simplify some Settings access where we have a Frame in reach. by akling@apple.com · 12 years ago
  61. 672cb85 FrameLoader::history() should return a reference. <https://webkit.org/b/120163> by akling@apple.com · 12 years ago
  62. 7f50aae FrameLoader: frame() and client() should return references. by akling@apple.com · 12 years ago
  63. 9ce995f <https://webkit.org/b/120132> Frame::navigationScheduler() should return a reference. by akling@apple.com · 12 years ago
  64. 4d286a9 https://bugs.webkit.org/show_bug.cgi?id=120028 by ap@apple.com · 12 years ago
  65. 87ae63d <https://webkit.org/b/119918> Frame::selection() should return a reference by psolanki@apple.com · 12 years ago
  66. fedaa63 <https://webkit.org/b/120000> Chrome::client() should return a reference. by akling@apple.com · 12 years ago
  67. eb67e0a <https://webkit.org/b/119997> Page::progress() should return a reference. by akling@apple.com · 12 years ago
  68. c92518a <https://webkit.org/b/119943> Clean up the Document class a bit by darin@apple.com · 12 years ago
  69. 1752350 <https://webkit.org/b/119903> Make Settings ref-counted (and let Frame keep a ref!) by akling@apple.com · 12 years ago
  70. c5b5dad <https://webkit.org/b/119852> Frame::scriptController() should return a reference by psolanki@apple.com · 12 years ago
  71. d18f79b <https://webkit.org/b/119866> Frame::eventHandler() should return a reference. by akling@apple.com · 12 years ago
  72. df550b9 <https://webkit.org/b/119859> Frame::loader() should return a reference by andersca@apple.com · 12 years ago
  73. f8c414e http/tests/security/sandboxed-iframe-invalid.html is flaky on Mac by ap@apple.com · 12 years ago
  74. 7ce7e1b The LayoutMilestones didLayout callback should only fire for the main frame by bdakin@apple.com · 12 years ago
  75. 8d15a82 REGRESSION (r142755): window.open creates an invisible window when width and height are 0 by ap@apple.com · 12 years ago
  76. 346f8d7 Remove didFinishLoad order quirk by timothy_horton@apple.com · 12 years ago
  77. 1390a81 Pages should not be able to abuse users inside beforeunload handlers. by beidson@apple.com · 12 years ago
  78. 9454f7c [Mac] Downloaded file name encoding is incorrect when download link opens in a new window by ap@apple.com · 12 years ago
  79. de2f032 Prevent throttling while resources are being loaded by oliver@apple.com · 12 years ago
  80. 6f6d9bc Rename 'KURL::elidedString' and inspector's 'String.prototype.trimMiddle' for clarity. by mkwst@chromium.org · 12 years ago
  81. 88756d6 Expose incrementalRenderingSuppressionTimeout via WK2 by timothy_horton@apple.com · 12 years ago
  82. 2d7fedc Document::setFocusedNode() should be setFocusedElement(). by akling@apple.com · 12 years ago
  83. dc674b3 Unprefix Page Visibility API https://bugs.webkit.org/show_bug.cgi?id=102340 by simon.fraser@apple.com · 12 years ago
  84. 5e2a9a9 Build fix. by ap@apple.com · 12 years ago
  85. e042b63 Text input is largely broken when there are subframes loading by ap@apple.com · 12 years ago
  86. bd77481 Page::chrome() should return a reference. <http://webkit.org/b/116185> by akling@apple.com · 12 years ago
  87. b417092 Frame::editor() should return a reference by andersca@apple.com · 12 years ago
  88. 4a8a363 Remove WTF_USE_PLATFORM_STRATEGIES by carlosgc@webkit.org · 12 years ago
  89. b2c684a Disallow a window to focus itself via javascript URLs or using target _self by jochen@chromium.org · 12 years ago
  90. 7e025ae REGRESSION (r125592): Reproducible crash in DOMWindow::open when a delegate closes the new window in decidePolicyForNavigationAction by aestes@apple.com · 12 years ago
  91. f02ffc0 REGRESSION: We see authentication challenge sheets for favicon requests. by beidson@apple.com · 12 years ago
  92. 8642497 REGRESSION (r147797): Animations slideshows of images on www.thesuperficial.com are slow by antti@apple.com · 12 years ago
  93. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  94. 13d777f Remove more #includes from Frame.h by weinig@apple.com · 12 years ago
  95. fbdf3b6 Remove ResourceLoadInfo https://bugs.webkit.org/show_bug.cgi?id=113302 by rniwa@webkit.org · 12 years ago
  96. 9b9d83b Remove unneeded headers from FrameLoader.h by andersca@apple.com · 12 years ago
  97. 40d6724 Create fewer tiles when page is loading by antti@apple.com · 12 years ago
  98. 07a5be6 Throttle compositing layer flushes in subframes by antti@apple.com · 12 years ago
  99. d97b4ea Prefer prefix ++/-- operators for non-primitive types by kangil.han@samsung.com · 12 years ago
  100. 0c8e191 Returning NULL from willSendRequest should cancel a load from the memory cache by aestes@apple.com · 12 years ago