- 5481ea4 Web Inspector: unreviewed followup fix for the performance test after r116218. by loislo@chromium.org · 13 years ago
- 0249ce2 Unreviewed, rolling out r116223. by rakuco@webkit.org · 13 years ago
- 0f8b025 [jhbuild] Do not set XDG_DATA_DIRS in jhbuildrc. by rakuco@webkit.org · 13 years ago
- 9ffe628 Web Inspector: convert standalone functions save/append/savedURL/appendedToURL into WebInspector.FileManager object. by loislo@chromium.org · 13 years ago
- 133a36a vertexAttribPointer needs to reject large negative offsets by zmo@google.com · 13 years ago
- 19087d3 Web Inspector: add separate timeline overview item for the frame mode by caseq@chromium.org · 13 years ago
- e38412c Not reviewed: follow up to r116216, fixing the inspector test. by pfeldman@chromium.org · 13 years ago
- d1d8bfd Web Inspector: save HeapSnapshot implementation. by loislo@chromium.org · 13 years ago
- 0e039ca Web Inspector: allow overriding the script mapping on the UI level by pfeldman@chromium.org · 13 years ago
- ed52158 Web Inspector: simplify the JavaScriptOutline dialog interaction. by pfeldman@chromium.org · 13 years ago
- b3ccc37 [Qt] Buildfix for --minimal build after r116107. by ossy@webkit.org · 13 years ago
- 8cc0a67 Unreviewed Gtk gardening, mark fullscreen/non-ancestor-iframe.html as by zandobersek@gmail.com · 13 years ago
- 5971b67 Unreviewed. Rebaseline fast/events/attribute-listener-deletion-crash.html (added in r116191). by caseq@chromium.org · 13 years ago
- 45c4947 [Gtk] GtkDriver is not required anymore after r116134 by zandobersek@gmail.com · 13 years ago
- d8685b5 Increase the display ID for the Xvfb process to use if pixel_tests argument by zandobersek@gmail.com · 13 years ago
- ed5533c Web Inspector: annotate ProfilerAgent. by loislo@chromium.org · 13 years ago
- 5677707 webkitpy: Preserve XDG_DATA_DIRS in the environment passed to ServerProcess. by rakuco@webkit.org · 13 years ago
- baa8fcb [EFL] Gardening, unskip test after r116097. by rakuco@webkit.org · 13 years ago
- 98fa928 [EFL] Gardening; skip tests that depend on beginDragWithFiles. by rakuco@webkit.org · 13 years ago
- ad0b146 [EFL] Unreviewed, rebaseline after r116009. by rakuco@webkit.org · 13 years ago
- 6765de4 [GTK] Simplify how libWebCoreModules is linked in, and fix WebKit2 build by kov@webkit.org · 13 years ago
- 0b85bc2 Rename ICULocale to LocaleICU, part 1 by tkent@chromium.org · 13 years ago
- b406adc Leaf non self-painting layers should bail out early in RenderLayer::paintLayer by jchaffraix@webkit.org · 13 years ago
- b8d712c Remove InlineBox::next() https://bugs.webkit.org/show_bug.cgi?id=85668 by rwlbuis@webkit.org · 13 years ago
- dc54595 Oscillator must implement noteOn() and noteOff() by crogers@google.com · 13 years ago
- d41de3c Fix a leak in WebProcess when it is used to launch the UI process. by mrowe@apple.com · 13 years ago
- 2a83efa [Blackberry] Implement over-scroll background image by commit-queue@webkit.org · 13 years ago
- 39567b3 Remove uses of ASSERT(false) https://bugs.webkit.org/show_bug.cgi?id=85686 by aestes@apple.com · 13 years ago
- d487b8a Rebaseline chromium after r116069 (bug 85031) by commit-queue@webkit.org · 13 years ago
- e75ec20 [CG] Minor refactor of ImageBuffer::CGImageToDataURL and its callers by noel.gordon@gmail.com · 13 years ago
- 4cf14c0 [chromium] Changes to layer tree structure need to be tracked properly by shawnsingh@chromium.org · 13 years ago
- 72be30a Unreviewed; build fix after r116191. by jpfau@apple.com · 13 years ago
- 24aba0a Make capitalization and descriptions in FeatureList.pm more consistent to make easier to autogenerate by eric@webkit.org · 13 years ago
- ece3668 REGRESSION: Cursor jumps to the first line after deleting the last word. by enrica@apple.com · 13 years ago
- d228eea Prevent early EventListener deletion by jpfau@apple.com · 13 years ago
- c139c1d [chromium] enable msvs_error_on_missing_sources at gyp time by tony@chromium.org · 13 years ago
- 9f72335 Add "combining short stroke overlay character (u0335)" to lookalike characters blacklist. by joepeck@webkit.org · 13 years ago
- 72b0f5f Flash of white when exiting full screen HTML5 video by jer.noble@apple.com · 13 years ago
- b7604d1 Sort entries in FeaturesList.pm to make them easier to autogenerate by eric@webkit.org · 13 years ago
- 673fc8a [chromium] Add plumbing for file display names for drag and drop by commit-queue@webkit.org · 13 years ago
- 056410e Correct pixel snapping in RenderSVGRoot::paintReplaced by leviw@chromium.org · 13 years ago
- d454785 Versioning. by lforschler@apple.com · 13 years ago
- 9a2aa4b Updated Spanish translation https://bugs.webkit.org/show_bug.cgi?id=83995 by kov@webkit.org · 13 years ago
- 644ff4b REGRESSION (r115752): WebKit2.NewFirstVisuallyNonEmptyLayout API test times out by aestes@apple.com · 13 years ago
- 32eb570 REGRESSION (r116127-r116165): 6 tests failing on Lion Debug (Tests) by jer.noble@apple.com · 13 years ago
- a157e67 Set the right device scale factor when creating the web page by andersca@apple.com · 13 years ago
- d15a6ad Refactor CSP state to prepare for having both a ReportOnly and an Enforced policy by abarth@webkit.org · 13 years ago
- 4eda159 Unreviewed, updating expectations. by fpizlo@apple.com · 13 years ago
- 2145c25 Unreviewed, checking in new expectation file. by fpizlo@apple.com · 13 years ago
- 77fdbf9 ASSERT(beforeChildAnonymousContainer->isTable()); fails in RenderBlock::addChildIgnoringAnonymousColumnBlocks. by inferno@chromium.org · 13 years ago
- ea6a393 Taking a visibility:hidden element full screen causes full screen window to disappear. by jer.noble@apple.com · 13 years ago
- f6d23a5 WebKit IDL does not use exception syntax by arv@chromium.org · 13 years ago
- 90ebe06 V8RecursionScope not declared in V8Proxy::newInstance which causes ASSERT() failure from NPAPI by rafaelw@chromium.org · 13 years ago
- e0bee12 IndexedDB: Remove all index metadata records when deleting an index by jsbell@chromium.org · 13 years ago
- 963ca42 [Mac] IETC flexbox reference tests have pixel differences (due to embedded color profiles?) by aestes@apple.com · 13 years ago
- e615d70 DFG should not Flush GetLocal's by fpizlo@apple.com · 13 years ago
- f494dd6 Move markPagesForFullStyleRecalc to PageCache by andersca@apple.com · 13 years ago
- cb4fa26 The computed style of flex-item-align should never be auto. by tony@chromium.org · 13 years ago
- d6d91c1 Full screen will exit during a provisional load of a non-ancestor iframe. by jer.noble@apple.com · 13 years ago
- a2319bd Move WebKitFullScreenListener into its own file. by jer.noble@apple.com · 13 years ago
- 50db1a4 Fix test naming to be camel-case like the methods they are testing. by ojan@chromium.org · 13 years ago
- c2e45ab Show the results links in the embedded flakiness dashboard by ojan@chromium.org · 13 years ago
- fc3b60a Revert to using chromium --test-shell mode on SL in NRWT by dpranke@chromium.org · 13 years ago
- 0e32cbc [soup] URL of the ResourceResponse passed to willSendRequest is incorrect by commit-queue@webkit.org · 13 years ago
- 0a3ca8f REGRESSION(r116134): It made 3 inspector tests fail by ossy@webkit.org · 13 years ago
- 73a7610 [EFL] Implement layoutTestController.dumpResourceResponseMIMETypes by commit-queue@webkit.org · 13 years ago
- 80d786a [BlackBerry] Implement numberOfProcessorCores() for QNX by commit-queue@webkit.org · 13 years ago
- 155932d Fix expectation for test after http://trac.webkit.org/changeset/116143. by ojan@chromium.org · 13 years ago
- a753f02 All the inspector tests are skipped on chromium-mac. We should by ojan@chromium.org · 13 years ago
- a466e95 Suppress yet more Chromium Mac SL timeouts; hopefully close to end by dpranke@chromium.org · 13 years ago
- dc4e170 [chromium] CCProxy's shouldn't try to draw if there is no layer renderer by commit-queue@webkit.org · 13 years ago
- bfb1c02 Unreviewed, test_expectations update. by commit-queue@webkit.org · 13 years ago
- 6145e46 Suppress more Chromium Mac SL timeouts ... by dpranke@chromium.org · 13 years ago
- 948746b Rebaseline some SVG Snow Leopard results by rwlbuis@webkit.org · 13 years ago
- 1bf7c3f Layout Test media/track/track-cues-pause-on-exit.html is flaky on chromium debug builds by commit-queue@webkit.org · 13 years ago
- ff9262b [GTK] DRT needs an implementation of LayoutTestController::setDefersLoading and ::goBack by commit-queue@webkit.org · 13 years ago
- 5af9fc2 [BlackBerry] Rendering bmp file as text file when Content-Type:image/x-ms-bmp from apache web server. by rwlbuis@webkit.org · 13 years ago
- ba1ae44 REGRESSION (r116009): image no longer visible on fast/block/float/float-not-removed-from-next-sibling4.html by aestes@apple.com · 13 years ago
- 48d91ce [chromium] Revert compositor layer scrolling by commit-queue@webkit.org · 13 years ago
- 3d64f08 Mark editing tests as slow. https://bugs.webkit.org/show_bug.cgi?id=85649 by dpranke@chromium.org · 13 years ago
- 500825f Mark a few more tests as flaky across all macs. by dpranke@chromium.org · 13 years ago
- 0fcb46a Fix path to external JS file that was not updated when the file by ojan@chromium.org · 13 years ago
- fc4b57f Mark tests as flaky timeouts on chromium Mac 10.6 by dpranke@chromium.org · 13 years ago
- be22e3d Fix the GTK+ debug build after the r116114. by mrobinson@webkit.org · 13 years ago
- d9eb39e [Qt][NRWT] Run each DRT in it's own xvfb by ossy@webkit.org · 13 years ago
- a73358f Unreviewed gardening, marking a test added in r116127 as failing. by zandobersek@gmail.com · 13 years ago
- cc48714 CSP: Eval isn't blocked in about:blank subframes by abarth@webkit.org · 13 years ago
- ef21296 Remove file that was deleted in http://trac.webkit.org/changeset/116085/. by ojan@chromium.org · 13 years ago
- 7ad0317 TiledCoreAnimationDrawingArea should handle visibility changes by andersca@apple.com · 13 years ago
- fe42538 fix bit packing in FillLayer on Windows by tony@chromium.org · 13 years ago
- 24ef0fa Unreviewed, build fix. Move Chromium-specific test into platform/chromium. by apavlov@chromium.org · 13 years ago
- b434bcf MediaStream API: Make PeerConnection00's API fully compliant with the draft by tommyw@google.com · 13 years ago
- e5bed45 Use destructuring assingment for the return values of the by zandobersek@gmail.com · 13 years ago
- 4ec2c5f Chromium should include MenuListPopups' and MenuListOptions' within the ax tree. by commit-queue@webkit.org · 13 years ago
- 0b1a23b <rdar://problem/11312853> and https://bugs.webkit.org/show_bug.cgi?id=85635 Exception in [WebFrame loadRequest:] breaks some WebKit apps by beidson@apple.com · 13 years ago
- afcca07 Store fewer runs by default in the flakiness dashboard by ojan@chromium.org · 13 years ago
- a50e885 [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt by zandobersek@gmail.com · 13 years ago
- 9869611 Don't require FrameLoaderClient to manufacture a commitData() call for empty documents. by japhet@chromium.org · 13 years ago
- d03d4bf Unreviewed. Fixing ChangeLog conflict markers after 116009. by leviw@chromium.org · 13 years ago
- 8e135c0 [EFL] Frame load callbacks output is missing for redirections by commit-queue@webkit.org · 13 years ago