- bdf0cab Fix quirks in CMake build on Mac and Windows by achristensen@apple.com · 10 years ago
- 0289252 Fix cast-align warning in NetworkStateNotifierEfl.cpp by ossy@webkit.org · 10 years ago
- 3ded2a6 [Seccomp Filters] Add helpers to get XDG base directory locations by mcatanzaro@igalia.com · 10 years ago
- bbfb4ab Web Inspector: Change syntax highlighting color for regular expressions to make them more readable by nvasilyev@apple.com · 10 years ago
- 630c446 [l10n] Updated Swedish translation by mcatanzaro@igalia.com · 10 years ago
- 9ccafcb [EFL][WK2] EWK2ContextTestMultipleProcesses.ewk_context_network_process_model fails to pass by gyuyoung.kim@webkit.org · 10 years ago
- 7f1eb12 [GTK][EFL] Remove dead functions in LocalizedStrings by ryuan.choi@navercorp.com · 10 years ago
- 2b97cec [check-webkit-style] .lut.h files shouldn't raise a sorting issue by calvaris@igalia.com · 10 years ago
- 58ab755 Unreviewed. Fix some warnings when generating GTK+ HTML API docs. by carlosgc@webkit.org · 10 years ago
- beb79be Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release. by carlosgc@webkit.org · 10 years ago
- e8d1899 [CSS Selectors Level 4] Add #ifdefs to the new '>>' descendant combinator by benjamin@webkit.org · 10 years ago
- 3cec1ec Update Mac test results for libxml2 v2.9.2. by ap@apple.com · 10 years ago
- 389bafa Web Inspector: console.log("%d", 0) or console.log("%d", "str") show nothing, expected Number or NaN by commit-queue@webkit.org · 10 years ago
- f22df14 Web Inspector: [Mac] "Open Image In New Window" context menu item does nothing on an image by commit-queue@webkit.org · 10 years ago
- e69b94f Web Inspector: Node highlights are wrong when the page is zoomed by commit-queue@webkit.org · 10 years ago
- 6709b59 Default media controls use a serif font, which seems wrong by dino@apple.com · 10 years ago
- 221fbc4 Add newTarget accessor to JS constructor written in C++ by utatane.tea@gmail.com · 10 years ago
- 882ce5a Exposed method to query device by UID by commit-queue@webkit.org · 10 years ago
- da5ae19 Unreviewed, fix a lot of tests. Need to initialize WTF threading sooner. by fpizlo@apple.com · 10 years ago
- 3787c10 [Content Extensions] Use a jump table when consecutive transitions have different targets by benjamin@webkit.org · 10 years ago
- 074a805 Fix the build following <https://trac.webkit.org/changeset/187129> by dbates@webkit.org · 10 years ago
- ea5c274 Rename the 'View' log channel to 'Printing' by simon.fraser@apple.com · 10 years ago
- 74be9bf Add a logging channel for Layout, remove the LiveConnect channel by simon.fraser@apple.com · 10 years ago
- cb0a273 StyleSheetContents::wrapperInsertRule() can create rules that overflow RuleData's selector index by benjamin@webkit.org · 10 years ago
- b2557c2 [Win] Add needTouchEvents() stub to WebChromeClient.h for a successful build with ENABLE_TOUCH_EVENTS=ON by commit-queue@webkit.org · 10 years ago
- ff51f3c [iOS] Menu drop down such as on nike.com does not stay by zalan@apple.com · 10 years ago
- ebd8f10 [iOS] Keyboard bold/italic/underline keys don't highlight after being by jhoneycutt@apple.com · 10 years ago
- 18de841 WTFCrash() in WebKit::WebProcess::networkConnection() by dbates@webkit.org · 10 years ago
- eadfbf8 Placing video in fullscreen caused WebKit crash at WebCore::Range::textQuads by timothy_horton@apple.com · 10 years ago
- 51f0da2 [El Capitan] Test gardening https://bugs.webkit.org/show_bug.cgi?id=147059 by mmaxfield@apple.com · 10 years ago
- 7f4fe1f Fixed VM pool allocation should have a reserve for allocations that cannot fail by fpizlo@apple.com · 10 years ago
- 2b1a429 ASSERT(m_suspendMessageCount >= 0) fails in ProcessThrottler::didCancelProcessSuspension() by dbates@webkit.org · 10 years ago
- 8e75528 Web Inspector: Total download size doesn't update soon after loading by commit-queue@webkit.org · 10 years ago
- 19c76f5 Make sure to invalidate requests for user media after webpage reset by commit-queue@webkit.org · 10 years ago
- 187e4e4 Safari mis-applies "animation-fill-mode: forwards" when using fractional iteration count by simon.fraser@apple.com · 10 years ago
- 2e3783b Fix failing WK1 layout tests. Make sure to reset the text zoom scale by hyatt@apple.com · 10 years ago
- 35f2d69 ObjectPatternNode's entry should use "const Identifier&" instead of "Identifier" by saambarati1@gmail.com · 10 years ago
- 17e0497 Object allocation sinking phase is performing needless HashMap copies by basile_clement@apple.com · 10 years ago
- c0b96ea [iOS] Avoid using a TextIndicator if there are non-text things to indicate by timothy_horton@apple.com · 10 years ago
- 68f3362 REGRESSION (r172417, r184065): Multiple rendering issues with fixed attached background-image by commit-queue@webkit.org · 10 years ago
- 2366d28 API::Session should clean up its storage in the network process when destroyed. by akling@apple.com · 10 years ago
- 37d4e7a Make PluginProxy::handleMouseEvent() asynchronous. by commit-queue@webkit.org · 10 years ago
- c33b0e6 Expose shrink-wrapping as UIKit support SPI by timothy_horton@apple.com · 10 years ago
- e0a8bfb Fix the !ENABLE(DETAILS_ELEMENT) build after r186598 by ossy@webkit.org · 10 years ago
- 91063c9 DestructuringPatternNode and DestructuringAssignmentNode should be ParserArenaFreeable by saambarati1@gmail.com · 10 years ago
- 101ef25 Need a way to ignore text-zoom in a Web page. by hyatt@apple.com · 10 years ago
- 9e108be WinLauncher does not start on WinXP. by peavo@outlook.com · 10 years ago
- 17f99e4 Add support for the new.target syntax. by commit-queue@webkit.org · 10 years ago
- 1375bd3 Expose shrink-wrapping as UIKit support SPI by timothy_horton@apple.com · 10 years ago
- a6dbc08 Web Inspector: Convert all colors from RGB to HSL color scheme by nvasilyev@apple.com · 10 years ago
- 34f15de Fix WebPreferences infinite recursion introduced in r186232. by beidson@apple.com · 10 years ago
- 9900415 REGRESSION(r184376): [SOUP] Multiple assertions when downloading files by mcatanzaro@igalia.com · 10 years ago
- d6f6c61 [GTK] Add API to be notified about editor state changes by carlosgc@webkit.org · 10 years ago
- 3de0bde Follow-up to my earlier fix for r147085 by adachan@apple.com · 10 years ago
- 6489486 Remove RenderTheme::shouldShowPlaceholderWhenFocused() by carlosgc@webkit.org · 10 years ago
- 7dc346c [CoordinatedGraphics] CoordinatedGraphicsLayer::setContentsToImage() should avoid scheduling unnecessary flushes by zandobersek@gmail.com · 10 years ago
- 437ae2b Fix the iOS build. by simon.fraser@apple.com · 10 years ago
- 43b64db Facebook in tiled fullscreen is slow by simon.fraser@apple.com · 10 years ago
- 639ae2f AX: Selection change as a result of focusing an element may cause Safari to crash by commit-queue@webkit.org · 10 years ago
- ae773df Web Inspector: console.assert(false, "Message") message is not visible in console by commit-queue@webkit.org · 10 years ago
- afb47a0 Unreviewed build fix after r187049. by achristensen@apple.com · 10 years ago
- 608c917 Fix crash due to RemoteLayerTreeDisplayRefreshMonitor outliving RemoteLayerTreeDrawingArea by wenson_hsieh@apple.com · 10 years ago
- d23b816 [Content Extensions] Cache actions with domains that match everything by achristensen@apple.com · 10 years ago
- 2fae038 Support blocking a plug-in for non-security reasons by andersca@apple.com · 10 years ago
- eba98c8 Web Inspector: start using Promises to handle asynchronous steps in protocol tests by burg@cs.washington.edu · 10 years ago
- 5d674c0 NSURLCache fallback does not work on iOS due to sandboxing by antti@apple.com · 10 years ago
- 768fb56 Adopt AVPlayerLayerView https://bugs.webkit.org/show_bug.cgi?id=146862 by commit-queue@webkit.org · 10 years ago
- d2eba07 Add PLATFORM #ifdefs for Mac SPI headers by andersca@apple.com · 10 years ago
- f6e9d1a REGRESSION (r174287): Flash of black when opening a new web view or navigating to a new page by timothy_horton@apple.com · 10 years ago
- 283b906 WKSI support for blocking a plug-in for non-security reasons. by commit-queue@webkit.org · 10 years ago
- e313f3d [Win] Unreviewed build fix after r187022. by achristensen@apple.com · 10 years ago
- 51238f3 Allow video to rotate when app doesnt allow rotation. by commit-queue@webkit.org · 10 years ago
- 8f5b18b Unreviewed assertion fix following r187031. by akling@apple.com · 10 years ago
- 1e35f74 Unexpected ABI diffference between armv7 and armv7s in WebCore::GraphicsLayerCA::~GraphicsLayerCA() by ddkilzer@apple.com · 10 years ago
- 3321f09 "let" scoping introduced incoherent story about symbol table cloning by saambarati1@gmail.com · 10 years ago
- 296b15a Add the necessary platform checks to iOS SPI headers by andersca@apple.com · 10 years ago
- 01a29de Improve behavior of media elements in page cache. by akling@apple.com · 10 years ago
- cfea60a [Seccomp] Should be easier to debug blocked syscalls by mcatanzaro@igalia.com · 10 years ago
- 6c8ee5f Fix the !ENABLE(VIDEO) build after r186396 by ossy@webkit.org · 10 years ago
- 3d58527 REGRESSION(186691): OSR entry is broken on loop headers that have no live variables by fpizlo@apple.com · 10 years ago
- 5025871 [Win] Certain Debug builds can take close to 3 hours to link by bfulgham@apple.com · 10 years ago
- 49d3b25 Rollout r187020 and r187021: breaks JSC API tests on debug builds. by mark.lam@apple.com · 10 years ago
- 2cf770f Fix deadlock between -[AVPlayerItem currentTime] and -[AVPlayer isExternalPlaybackActive] by adachan@apple.com · 10 years ago
- 9a2c275 [GTK] Add selection-changed signal to the WebKit2 API by commit-queue@webkit.org · 10 years ago
- 7360512 WebsiteDataStore operations need to grab background assertions by andersca@apple.com · 10 years ago
- 4cd70e4 Resurrect CMake build on Windows. https://bugs.webkit.org/show_bug.cgi?id=147083 by achristensen@apple.com · 10 years ago
- 1a90668 Unreviewed debug build fix after r187020. by peavo@outlook.com · 10 years ago
- 3180ed1 JavaScriptCore performance is very bad on Windows by peavo@outlook.com · 10 years ago
- f9cf49d Use isnan from std namespace in Stopwatch.h. by julien.brianceau@gmail.com · 10 years ago
- 96d198a Make shrink-wrapping test a ref-test instead of pixel-test by timothy_horton@apple.com · 10 years ago
- 6f74721 In strict mode, `Object.keys(arguments)` includes "length" by utatane.tea@gmail.com · 10 years ago
- 5214139 new Date(NaN).toJSON() must return null instead of throwing a TypeError by commit-queue@webkit.org · 10 years ago
- 45b75eb [GTK] Enable seccomp filter API tests by mcatanzaro@igalia.com · 10 years ago
- 69813a4 Parser::parseFunctionInfo hits RELEASE_ASSERT for Arrow Functions by saambarati1@gmail.com · 10 years ago
- 0680910 Unreviewed, placate -Wmismatched-tags after r187011 by mcatanzaro@igalia.com · 10 years ago
- e455672 [ES6] Add support for block scope const by saambarati1@gmail.com · 10 years ago
- d8c51fa [GTK] Add seccomp filters support https://bugs.webkit.org/show_bug.cgi?id=110014 by mcatanzaro@igalia.com · 10 years ago
- 253b590 REGRESSION (r187002): Broke the Windows build: Reduce PassRefPtr in WebKit2 - 3 by ddkilzer@apple.com · 10 years ago
- 9688497 REGRESSION (r187008): CGPathCreateMutableCopyByTransformingPath() is not available on Windows by ddkilzer@apple.com · 10 years ago
- 0d74de8 Simplify Path(CG)::transform/translate by timothy_horton@apple.com · 10 years ago