- d22b46e [GTK] Use gdk_screen_get_monitor_workarea() when available for screenAvailableRect() by carlosgc@webkit.org · 13 years ago
- 3567727 [WK2][GTK] WebSettings support in MiniBrowser by philn@webkit.org · 13 years ago
- 9ba8fd4 [GTK] GtkLauncher settings improvements by philn@webkit.org · 13 years ago
- 77e25a5 Check in fixes for jsc tests following bug #75455. by barraclough@apple.com · 13 years ago
- 5320923 Fixed a typo I made in r103871. by mitz@apple.com · 13 years ago
- db18591 https://bugs.webkit.org/show_bug.cgi?id=75452 by barraclough@apple.com · 13 years ago
- c086c0f REGRESSION(r103919): Remove resolve-supplemental.pl from the WebCore target in Xcode by haraken@chromium.org · 13 years ago
- 40b878a ES5 prohibits parseInt from supporting octal by barraclough@apple.com · 13 years ago
- b033041 https://bugs.webkit.org/show_bug.cgi?id=55343 by barraclough@apple.com · 13 years ago
- 4bf8b46 Enable the [Supplemental] IDL on GTK/GObject by haraken@chromium.org · 13 years ago
- 67e0c8f Add resolve-supplemental.pl to project.pbxproj by haraken@chromium.org · 13 years ago
- 34c0f07 Add resolve-supplemental.pl to build scripts of AppleWin by haraken@chromium.org · 13 years ago
- b26dca4 Fix the Windows build (again). by aestes@apple.com · 13 years ago
- af121b2 Fix windows build. by weinig@apple.com · 13 years ago
- c24b533 Fix the build. by weinig@apple.com · 13 years ago
- c39a714 Fix the Windows build after r103888. by aestes@apple.com · 13 years ago
- 22a2588 REGRESSION(r100517): We're leaking many, many DOM objects! by weinig@apple.com · 13 years ago
- f20b639 Move dispatchSentMessagesUntil out of the RunLoop class. by weinig@apple.com · 13 years ago
- 59f9af6 [EFL] Remove whitespace/declaration style exception by gyuyoung.kim@samsung.com · 13 years ago
- dd44b44 [mac] Remove -[WebView setHoverFeedbackSuspended:] by mitz@apple.com · 13 years ago
- 9d7ed9d Build fix. by mitz@apple.com · 13 years ago
- 0691e2c 2012-01-02 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 13 years ago
- 8b38d23 Fix chromium mac build after r103905 by caio.oliveira@openbossa.org · 13 years ago
- cccb615e [GTK] Add a way to change web view settings in MiniBrowser by carlosgc@webkit.org · 13 years ago
- 534f3bb Use HashMap<OwnPtr> in RenderSVGResourceGradient by caio.oliveira@openbossa.org · 13 years ago
- ec4a2d7 [GTK] Implement create/ready-to-show/close signals in MiniBrowser by carlosgc@webkit.org · 13 years ago
- 3fdedfe [Qt] Fix qmake warning about unescaped backslashes by vestbo@webkit.org · 13 years ago
- d9798ef Unreviewed Qt-WK2 gardening. by kbalazs@webkit.org · 13 years ago
- 850bb99 [GTK] fast/dom/constructed-objects-prototypes.html fails by philn@webkit.org · 13 years ago
- c6697ac Unreviewed. Fix make distcheck issue. by carlosgc@webkit.org · 13 years ago
- abe34f8 fast/dom/htmlcollection-zombies.html fails on GTK and on Qt by ossy@webkit.org · 13 years ago
- 5efaf84 Rebaseline table tests to reflect new width of table captions after r103875 by ossy@webkit.org · 13 years ago
- 2517586 Unreviewed, skip two canvas tests failing in GTK after r103849. by philn@webkit.org · 13 years ago
- a40e52d [Chromium] Unreviewed test expectations update. by mnaganov@chromium.org · 13 years ago
- a862ccb Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl by ossy@webkit.org · 13 years ago
- d9640f7 Unreviewed, GTK rebaseline after r103251 and r103875. by philn@webkit.org · 13 years ago
- 9740410 Clear HTMLCollection's internal cache on construction. by kling@webkit.org · 13 years ago
- c99432b Unreviewed, unskipping tests needing a GTK rebaseline. by philn@webkit.org · 13 years ago
- d2533b9 [EFL] Move function to get dpi to the WebCore/platform/efl/EflScreenUtilities.cpp. by commit-queue@webkit.org · 13 years ago
- e002428 [chromium] need win/linux baselines for patch from issue 69694 by thakis@chromium.org · 13 years ago
- 8e510c8 Unreviewed test expectations change for chromium. by atwilson@chromium.org · 13 years ago
- 048cb3d Merge CollectionCache into HTMLCollection. <http://webkit.org/b/75423> by kling@webkit.org · 13 years ago
- 188abf6 Call instructions should leave room for linking information by fpizlo@apple.com · 13 years ago
- aeb1841 Unreviewed, checking in missing update to gc-9.html from r103883. by kling@webkit.org · 13 years ago
- ac528d1 [Chromium] Unreviewed test expectations update after r103877. by mnaganov@chromium.org · 13 years ago
- ab1a020 [Chromium] Unreviewed test expectations update after r103875. by mnaganov@chromium.org · 13 years ago
- a3a65e3 Move the remaining collections to caching on their respective base nodes. by kling@webkit.org · 13 years ago
- e108123 Use overload methods to implement [Optional] parameters in AudioNode.idl by commit-queue@webkit.org · 13 years ago
- 9fb51da [Qt] Layout divergence between WK1/2 in table tests by kbalazs@webkit.org · 13 years ago
- 093e409 EnvironmentUtilities::stripValuesEndingWithString enters an infinite loop if the search value by mitz@apple.com · 13 years ago
- c2e7771 Improved reproting of kernel return codes. by mitz@apple.com · 13 years ago
- 972b780 Final update to Chromium expectations for Mac and Win following r103875. by robert@webkit.org · 13 years ago
- bde025e Update to expectations from r103875 by robert@webkit.org · 13 years ago
- 6131609 Update test expectations after r103875 by robert@webkit.org · 13 years ago
- 5b7bc0a CSS 2.1 failure: border-collapse-offset-002.htm fails by robert@webkit.org · 13 years ago
- 6f7679d Unreviewed. Rebaselined run-bindings-tests results. by haraken@chromium.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
- 34fc42d Continue trying to fix the ASSERT-enabled Windows build after r103858. by mitz@apple.com · 13 years ago
- ad1ffc7 Continue trying to fix the Windows build after r103823. by mitz@apple.com · 13 years ago
- 77119f2 Start trying to fix the Windows build after r103858. by mitz@apple.com · 13 years ago
- ba22575 Start trying to fix the Windows build after r103823. by mitz@apple.com · 13 years ago
- ab77b2e Source/WebCore: WebCore changes for: REGRESSION (WebKit2): Cursor, hover states not updated when page scrolls under stationary mouse pointer by mitz@apple.com · 13 years ago
- b9f543a MiniBrowser sets the WKView’s frame incorrectly by mitz@apple.com · 13 years ago
- 04a9156 Cache named item collections on Document, not just their caches. by kling@webkit.org · 13 years ago
- b906afa Remove Document::collectionInfo() and let collections manage their caches. by kling@webkit.org · 13 years ago
- 7462f37 RenderThemeMac: Avoid double hash lookup in systemColor(). by kling@webkit.org · 13 years ago
- 4c6aae2 CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation(). by kling@webkit.org · 13 years ago
- bfd574b KeyframeAnimation: Use hash lookups to determine if property is animated. by kling@webkit.org · 13 years ago
- 0b2151a Source/WebCore: WebCore change for <rdar://problem/10463059> Cannot print USPS shipping labels by mitz@apple.com · 13 years ago
- b5a8a0c <rdar://problem/8553040> REGRESSION (WebKit2): Safari status text doesn't change when you change the modifier keys without moving the mouse by mitz@apple.com · 13 years ago
- 3a8cfc3 Source/WebCore: WebCore changes for <rdar://problem/8750356> REGRESSION (WebKit2): Printing a subframe containing a PDF prints the on-screen view instead of the entire PDF document by mitz@apple.com · 13 years ago
- 26a4798 Allow disabling accelerated compositing in WebMediaPlayerClient (so audio-only <video> isn't accelerated). by commit-queue@webkit.org · 13 years ago
- 4a31447 Cache and reuse the HTMLTableElement.rows collection. by kling@webkit.org · 13 years ago
- 5207fca Cache and reuse the HTMLSelectElement.options collection. by kling@webkit.org · 13 years ago
- 92cbf36 Enable the [Supplemental] IDL on CMake by haraken@chromium.org · 13 years ago
- a2d6935 [Qt] fast/css/absolute-inline-alignment.html fails by robert@webkit.org · 13 years ago
- 6f2503d [chromium] media/track/track-cue-rendering.html fails by eric.carlson@apple.com · 13 years ago
- 8cbab14 REGRESSION (r94492): Text is shifted to the right in some buttons in the Mac App Store by robert@webkit.org · 13 years ago
- bc01992 media/video-scales-in-media-document.html is Chromium specific by commit-queue@webkit.org · 13 years ago
- ce69979 Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl by commit-queue@webkit.org · 13 years ago
- f570466 Cache and reuse the HTMLFormElement.elements collection. by kling@webkit.org · 13 years ago
- ef4c767 Add a ParamStorageTraits specialization for RetainPtr by andersca@apple.com · 13 years ago
- 42695f5 Unreviewed buildfix after r103841. by kling@webkit.org · 13 years ago
- 5797e33 CSSStyleDeclaration: Only allow setting parent rule at construction. by kling@webkit.org · 13 years ago
- fa97d64 WebKitCSSKeyframeRule.style.parentRule should point to the keyframe rule. by kling@webkit.org · 13 years ago
- fd7459c EnvironmentUtilities::stripValuesEndingWithString fails when the variable ends with the search value by mitz@apple.com · 13 years ago
- 4175a2a Unreviewed. Rolled DEPS. by commit-queue@webkit.org · 13 years ago
- 6213a83 Web Inspector: use typed front-end API in the memory agent by yurys@chromium.org · 13 years ago
- f79254f [Chromium] Unreviewed test expectations change for nested-reflection tests. by mnaganov@chromium.org · 13 years ago
- bebe89a Web Inspector: migrate from "attached" to "compact" styles. by pfeldman@chromium.org · 13 years ago
- e76027b Unreviewed, rolling out r103794. by commit-queue@webkit.org · 13 years ago
- 472527b https://bugs.webkit.org/show_bug.cgi?id=75373 by dslomov@google.com · 13 years ago
- 2fa41e1 Unreviewed, rolling out r103831. by commit-queue@webkit.org · 13 years ago
- f6e0183 Web Inspector: enable dock-to-right view (still need embedders to support it). by pfeldman@chromium.org · 13 years ago
- 7362812 debug-safari --no-saved-state fails to start the debugger by mitz@apple.com · 13 years ago
- e93fd1e It should be easier to iterate a Vector backwards by weinig@apple.com · 13 years ago
- 36b436c Use IDL overloads in AudioContext.idl for createBuffer by commit-queue@webkit.org · 13 years ago
- 97b17c8 https://bugs.webkit.org/show_bug.cgi?id=75373 by dslomov@google.com · 13 years ago
- 9fcab44 [chromium] Unreviewed, add a bug number to a failing test. by tony@chromium.org · 13 years ago