Title: [156318] trunk
Revision 156318
Author commit-qu...@webkit.org
Date 2013-09-23 21:00:29 -0700 (Mon, 23 Sep 2013)
Log Message
CSS Unit vh, vw, vmin and vmax in box-shadow are not applied.
https://bugs.webkit.org/show_bug.cgi?id=121422
Patch by Gurpreet Kaur on 2013-09-23
Reviewed b
Title: [156315] trunk/Source/WebCore
Revision 156315
Author bfulg...@apple.com
Date 2013-09-23 18:56:02 -0700 (Mon, 23 Sep 2013)
Log Message
[Windows] Moving back in history from a page with , then moving forward causes crash.
https://bugs.webkit.org/show_bug.cgi?id=120475
Reviewed by An
Title: [156314] trunk/Source/WebCore
Revision 156314
Author akl...@apple.com
Date 2013-09-23 18:44:10 -0700 (Mon, 23 Sep 2013)
Log Message
RenderTextControlSingleLine::updateFromElement() override not needed.
Reviewed by Anders Carlsson.
* rendering/RenderTextControlSingleLine.cpp:
* r
Title: [156312] trunk/Source/WebCore
Revision 156312
Author an...@apple.com
Date 2013-09-23 17:55:44 -0700 (Mon, 23 Sep 2013)
Log Message
Move style change analysis code to RenderElement
https://bugs.webkit.org/show_bug.cgi?id=121812
Reviewed by Andreas Kling.
Text renderers don't need
Title: [156311] trunk/Source
Revision 156311
Author commit-qu...@webkit.org
Date 2013-09-23 17:51:34 -0700 (Mon, 23 Sep 2013)
Log Message
Unreviewed, rolling out r156307.
http://trac.webkit.org/changeset/156307
https://bugs.webkit.org/show_bug.cgi?id=121817
Broke the build, and crashes t
Title: [156310] trunk/Source/WebCore
Revision 156310
Author akl...@apple.com
Date 2013-09-23 17:34:49 -0700 (Mon, 23 Sep 2013)
Log Message
Move rendererForRootBackground() to RenderElement.
Reviewed by Antti Koivisto.
Move this to RenderElement (and make it return one, too) since the
d
Title: [156308] trunk/Source/WebCore
Revision 156308
Author akl...@apple.com
Date 2013-09-23 16:55:20 -0700 (Mon, 23 Sep 2013)
Log Message
CTTE: RenderObject::container() should return a RenderElement*.
Reviewed by Antti Koivisto.
The containing renderer is always a RenderElement.
Mod
Title: [156307] trunk/Source
Revision 156307
Author ander...@apple.com
Date 2013-09-23 16:53:28 -0700 (Mon, 23 Sep 2013)
Log Message
Test the waters and begin using lambdas
https://bugs.webkit.org/show_bug.cgi?id=121809
Reviewed by Andreas Kling.
Source/WebCore:
Use lambdas instead of
Title: [156306] trunk/Source/WebCore
Revision 156306
Author par...@webkit.org
Date 2013-09-23 16:26:23 -0700 (Mon, 23 Sep 2013)
Log Message
[WIN] Add implementation for WebCore::readFromFile()
https://bugs.webkit.org/show_bug.cgi?id=119210
Reviewed by Brent Fulgham.
* platform/win/FileS
Title: [156305] trunk/Source/WTF
Revision 156305
Author ander...@apple.com
Date 2013-09-23 15:41:57 -0700 (Mon, 23 Sep 2013)
Log Message
ListHashSet::removeLast should only remove one element.
* wtf/ListHashSet.h:
(WTF::ListHashSet::removeLast):
Modified Paths
trunk/Source/WTF/ChangeLo
Title: [156304] trunk/Source/WTF
Revision 156304
Author ander...@apple.com
Date 2013-09-23 15:39:35 -0700 (Mon, 23 Sep 2013)
Log Message
Add hash traits for std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=121807
Reviewed by Antti Koivisto.
Also, convert the thread map over to us
Title: [156303] trunk/Source
Revision 156303
Author par...@webkit.org
Date 2013-09-23 15:35:46 -0700 (Mon, 23 Sep 2013)
Log Message
[WIN] Implement WebMutableURLRequest::setHTTPBody()
https://bugs.webkit.org/show_bug.cgi?id=91920
Reviewed by Brent Fulgham.
Source/WebCore:
Add a method
Title: [156302] trunk
Revision 156302
Author par...@webkit.org
Date 2013-09-23 15:25:25 -0700 (Mon, 23 Sep 2013)
Log Message
use NOMINMAX instead of #define min min
https://bugs.webkit.org/show_bug.cgi?id=73563
Reviewed by Brent Fulgham.
Use NOMINMAX instead of #define min/max as a clea
Title: [156301] trunk
Revision 156301
Author simon.fra...@apple.com
Date 2013-09-23 15:16:44 -0700 (Mon, 23 Sep 2013)
Log Message
REGRESSION (r155998): when zooming in, tiles are too small
https://bugs.webkit.org/show_bug.cgi?id=121765
Source/WebCore:
Reviewed by Dean Jackson.
In r1559
Title: [156299] trunk/Tools
Revision 156299
Author a...@apple.com
Date 2013-09-23 15:07:49 -0700 (Mon, 23 Sep 2013)
Log Message
Delete TestWebKitAPI domain or some keys before running TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=121715 &
Patch by Benjamin Poulain on 2013-09-23
Title: [156282] trunk
Revision 156282
Author changseok...@collabora.com
Date 2013-09-23 12:02:44 -0700 (Mon, 23 Sep 2013)
Log Message
[Texmap] Reloading a webgl page doesn't work
https://bugs.webkit.org/show_bug.cgi?id=120593
Reviewed by Noam Rosenthal.
Source/WebCore:
Let GraphicsLaye
Title: [156298] trunk/Source/WTF
Revision 156298
Author ander...@apple.com
Date 2013-09-23 14:53:38 -0700 (Mon, 23 Sep 2013)
Log Message
Remove PassTraits.h
https://bugs.webkit.org/show_bug.cgi?id=121805
Reviewed by Andreas Kling.
We no longer need PassTraits.h, get rid of it.
* GNUmak
Title: [156297] trunk
Revision 156297
Author commit-qu...@webkit.org
Date 2013-09-23 14:50:16 -0700 (Mon, 23 Sep 2013)
Log Message
iframe and scrollbar with "overflow:auto" should support autoscroll with mousedrag
https://bugs.webkit.org/show_bug.cgi?id=40981
Patch by Antonio Gomes on 2
Title: [156295] trunk/Source/WebCore
Revision 156295
Author an...@apple.com
Date 2013-09-23 14:39:58 -0700 (Mon, 23 Sep 2013)
Log Message
Try to fix GTK build.
Not reviewed.
* accessibility/atk/AccessibilityObjectAtk.cpp:
(WebCore::AccessibilityObject::accessibilityPlatformInclu
Title: [156294] trunk
Revision 156294
Author ander...@apple.com
Date 2013-09-23 14:39:30 -0700 (Mon, 23 Sep 2013)
Log Message
ListHashSet should work with move-only types
https://bugs.webkit.org/show_bug.cgi?id=121802
Reviewed by Andreas Kling.
Source/WTF:
Add rvalue reference overload
Title: [156293] trunk/LayoutTests
Revision 156293
Author a...@apple.com
Date 2013-09-23 14:20:13 -0700 (Mon, 23 Sep 2013)
Log Message
video-object-fit tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=121803
Rubber-stamped by Simon Fraser.
Removing an ad hoc 1.5 second timeout tha
Title: [156292] trunk
Revision 156292
Author ach...@adobe.com
Date 2013-09-23 13:45:55 -0700 (Mon, 23 Sep 2013)
Log Message
Web Inspector: [CSS Regions] Display CSS Regions flow name in the inspector overlay
https://bugs.webkit.org/show_bug.cgi?id=121794
Reviewed by Joseph Pecoraro.
Sou
Title: [156279] trunk/Source/WebKit2
Revision 156279
Author wei...@apple.com
Date 2013-09-23 10:50:55 -0700 (Mon, 23 Sep 2013)
Log Message
Add back the SharedWorkerStrategy to prevent crashing.
* WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
(WebKit::WebPlatformStrategies::createS
Title: [156273] trunk
Revision 156273
Author commit-qu...@webkit.org
Date 2013-09-23 08:47:44 -0700 (Mon, 23 Sep 2013)
Log Message
[EFL] accessibility/aria-invalid is failing
https://bugs.webkit.org/show_bug.cgi?id=111986
Patch by Krzysztof Czech on 2013-09-23
Reviewed by Mario Sanchez
Title: [156280] trunk/LayoutTests
Revision 156280
Author a...@apple.com
Date 2013-09-23 10:54:22 -0700 (Mon, 23 Sep 2013)
Log Message
Audio object garbage collection is incorrect (media/audio-garbage-collect.html test is flaky)
https://bugs.webkit.org/show_bug.cgi?id=72698
Skipping the t
Title: [156286] trunk/Source/_javascript_Core
Revision 156286
Author oli...@apple.com
Date 2013-09-23 12:46:46 -0700 (Mon, 23 Sep 2013)
Log Message
CodeLoad performance regression
Reviewed by Filip Pizlo.
Temporarily remove the ExpressionInfo compression until we can
work out how to mak
Title: [156291] trunk/Source/WebCore
Revision 156291
Author simon.fra...@apple.com
Date 2013-09-23 13:43:17 -0700 (Mon, 23 Sep 2013)
Log Message
Rapidly loading pages can result in !needsLayout() assertions in FrameView::paintContents() and RenderView::paint()
https://bugs.webkit.org/show
Title: [156272] trunk/Source/WebCore
Revision 156272
Author allan.jen...@digia.com
Date 2013-09-23 08:40:29 -0700 (Mon, 23 Sep 2013)
Log Message
[Qt] Tiled backing-store causes wrong translation
https://bugs.webkit.org/show_bug.cgi?id=121789
Reviewed by Noam Rosenthal.
Move the translat
Title: [156288] trunk/Source
Revision 156288
Author zhaji...@rim.com
Date 2013-09-23 13:23:02 -0700 (Mon, 23 Sep 2013)
Log Message
[BlackBerry] Poor rendering opening a Google map short link
https://bugs.webkit.org/show_bug.cgi?id=121687
Source/WebCore:
Patch by Jacky Jiang on 2013-09-
Title: [156287] trunk/Source/WebKit2
Revision 156287
Author changseok...@collabora.com
Date 2013-09-23 13:09:41 -0700 (Mon, 23 Sep 2013)
Log Message
[GTK][WK2] A plugin dirtyRect within iframe remains after moving to a different page.
https://bugs.webkit.org/show_bug.cgi?id=121600
Review
Title: [156274] trunk/Source/WebCore
Revision 156274
Author akl...@apple.com
Date 2013-09-23 09:32:18 -0700 (Mon, 23 Sep 2013)
Log Message
Document::destroyRenderTree() shouldn't do anything but.
Reviewed by Anders Carlsson.
Move everything in destroyRenderTree() that doesn't actually
Title: [156284] trunk/Source/WebInspectorUI
Revision 156284
Author timo...@apple.com
Date 2013-09-23 12:27:38 -0700 (Mon, 23 Sep 2013)
Log Message
Hook up the initiator info and show it in the Resource details sidebar.
https://bugs.webkit.org/show_bug.cgi?id=121741
Reviewed by Joseph Pe
Title: [156283] trunk/Source/WTF
Revision 156283
Author ander...@apple.com
Date 2013-09-23 12:27:15 -0700 (Mon, 23 Sep 2013)
Log Message
Clean up ListHashSet
https://bugs.webkit.org/show_bug.cgi?id=121797
Reviewed by Antti Koivisto.
* wtf/ListHashSet.h:
Modified Paths
trunk/Source/WTF
Title: [156281] trunk
Revision 156281
Author ander...@apple.com
Date 2013-09-23 11:21:24 -0700 (Mon, 23 Sep 2013)
Log Message
ListHashSet should use std::reverse_iterator for reverse iterators
https://bugs.webkit.org/show_bug.cgi?id=121795
Reviewed by Antti Koivisto.
Source/WTF:
Get ri
Title: [156275] branches/safari-537.60-branch/Source/WebCore
Revision 156275
Author lforsch...@apple.com
Date 2013-09-23 10:15:03 -0700 (Mon, 23 Sep 2013)
Log Message
Merged r156223.
Modified Paths
branches/safari-537.60-branch/Source/WebCore/ChangeLog
branches/safari-537.60-branch/So
Title: [156271] trunk
Revision 156271
Author zandober...@gmail.com
Date 2013-09-23 08:09:34 -0700 (Mon, 23 Sep 2013)
Log Message
[Autotools] Rework the build target selection
https://bugs.webkit.org/show_bug.cgi?id=121703
Reviewed by Gustavo Noronha Silva.
Replace the --with-target conf
Title: [156270] trunk/Source/WebCore
Revision 156270
Author akl...@apple.com
Date 2013-09-23 06:04:43 -0700 (Mon, 23 Sep 2013)
Log Message
Unify code paths leading to render tree teardown.
Reviewed by Antti Koivisto.
Make Document::prepareForDestruction() fit all the call sites that we
Title: [156269] trunk
Revision 156269
Author csaave...@igalia.com
Date 2013-09-23 05:03:37 -0700 (Mon, 23 Sep 2013)
Log Message
[GTK] Bump version
Reviewed by Carlos Garcia Campos.
* Source/autotools/Versions.m4: Bump to 2.3.0
Modified Paths
trunk/ChangeLog
trunk/Source/autotools/Vers
Title: [156268] trunk/LayoutTests
Revision 156268
Author commit-qu...@webkit.org
Date 2013-09-23 02:51:51 -0700 (Mon, 23 Sep 2013)
Log Message
[EFL] accessibility/selection-states.html is failing
https://bugs.webkit.org/show_bug.cgi?id=112007
Unreviewed EFL gardening. Passes after r15614
Title: [156266] trunk/Source/WebKit
Revision 156266
Author par...@webkit.org
Date 2013-09-23 01:09:08 -0700 (Mon, 23 Sep 2013)
Log Message
Cleanup CMake files in WebKit
https://bugs.webkit.org/show_bug.cgi?id=121763
Reviewed by Gyuyoung Kim.
Sort files and unify style.
* PlatformBlackB
Title: [156265] trunk/Source/WebKit2
Revision 156265
Author par...@webkit.org
Date 2013-09-23 01:07:44 -0700 (Mon, 23 Sep 2013)
Log Message
Cleanup CMake files in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=121767
Reviewed by Gyuyoung Kim.
Sort files and unify style.
* CMakeLists.t
Title: [156264] trunk/Source/WTF
Revision 156264
Author par...@webkit.org
Date 2013-09-23 01:03:38 -0700 (Mon, 23 Sep 2013)
Log Message
Cleanup CMake files in WTF
https://bugs.webkit.org/show_bug.cgi?id=121761
Reviewed by Gyuyoung Kim.
Sort files and unify the style.
* wtf/CMakeLists.t
Title: [156263] trunk/Source/_javascript_Core
Revision 156263
Author par...@webkit.org
Date 2013-09-23 01:02:57 -0700 (Mon, 23 Sep 2013)
Log Message
Cleanup CMake files in _javascript_Core
https://bugs.webkit.org/show_bug.cgi?id=121762
Reviewed by Gyuyoung Kim.
Sort files and unify styl
43 matches
Mail list logo