Title: [138916] trunk/Source/WebCore
Revision 138916
Author rn...@webkit.org
Date 2013-01-05 22:16:13 -0800 (Sat, 05 Jan 2013)
Log Message
REGRESSION: [Mac] Intermittent crashes in AXObjectCache::notificationPostTimerFired
https://bugs.webkit.org/show_bug.cgi?id=106106
Reviewed by Eric S
Title: [138915] trunk/Source/_javascript_Core
Revision 138915
Author fpi...@apple.com
Date 2013-01-05 18:59:41 -0800 (Sat, 05 Jan 2013)
Log Message
Data flow paths that carry non-numbers, non-undefined, non-null values should not cause subtractions and arithmetic additions (i.e. ++) to sp
Title: [138914] trunk/Source/WebCore
Revision 138914
Author commit-qu...@webkit.org
Date 2013-01-05 18:45:36 -0800 (Sat, 05 Jan 2013)
Log Message
IndexedDB: Replace int64 with int64_t
https://bugs.webkit.org/show_bug.cgi?id=106189
Patch by Michael Pruett on 2013-01-05
Reviewed by Sam We
Title: [138912] trunk/LayoutTests
Revision 138912
Author rn...@webkit.org
Date 2013-01-05 16:03:25 -0800 (Sat, 05 Jan 2013)
Log Message
Add failing test expectations to some tile drawing tests on Mac WebKit2.
The failures are tracked by the bug 106187.
* platform/mac-wk2/TestExpectations
Title: [138911] trunk/LayoutTests
Revision 138911
Author rn...@webkit.org
Date 2013-01-05 15:55:07 -0800 (Sat, 05 Jan 2013)
Log Message
Revert an erroneous change from r138874.
http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
and it should continued to be.
Title: [138910] trunk/LayoutTests
Revision 138910
Author rn...@webkit.org
Date 2013-01-05 15:40:42 -0800 (Sat, 05 Jan 2013)
Log Message
Add a flaky test expectation for the bug 106185.
* platform/mac/TestExpectations:
Modified Paths
trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platfor
Title: [138909] trunk/Source/WebCore
Revision 138909
Author espr...@chromium.org
Date 2013-01-05 15:07:05 -0800 (Sat, 05 Jan 2013)
Log Message
Remove RenderObjectChildList::beforePseudoElementRenderer and afterPseudoElementRenderer
https://bugs.webkit.org/show_bug.cgi?id=106132
Reviewed
Title: [138908] trunk
Revision 138908
Author rob...@webkit.org
Date 2013-01-05 13:23:07 -0800 (Sat, 05 Jan 2013)
Log Message
Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
https://bugs.webkit.org/show_bug.cgi?id=105654
Reviewed by Simon Fraser.
Source/WebCore
Title: [138907] trunk/LayoutTests
Revision 138907
Author mk...@chromium.org
Date 2013-01-05 13:20:54 -0800 (Sat, 05 Jan 2013)
Log Message
Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-_javascript_.html
https://bugs.webkit.org/show_bug.cgi?id=106165
Reviewed by Adam
Title: [138906] trunk/Source/WebCore
Revision 138906
Author mk...@chromium.org
Date 2013-01-05 13:07:04 -0800 (Sat, 05 Jan 2013)
Log Message
Cleanup: mayDisplaySeamlessWithParent -> mayDisplaySeamless_ly_WithParent
https://bugs.webkit.org/show_bug.cgi?id=106169
Reviewed by Eric Seidel.
Title: [138905] trunk/Source/WebKit/blackberry
Revision 138905
Author commit-qu...@webkit.org
Date 2013-01-05 13:02:17 -0800 (Sat, 05 Jan 2013)
Log Message
[BlackBerry] SelectionHandler::selectAtPoint should use last fat finger result when it is a link
https://bugs.webkit.org/show_bug.cgi
Title: [138904] trunk
Revision 138904
Author mk...@chromium.org
Date 2013-01-05 12:50:43 -0800 (Sat, 05 Jan 2013)
Log Message
seamless iframes don't take border into account properly and make the iframe too small.
https://bugs.webkit.org/show_bug.cgi?id=90827
Reviewed by Ojan Vafai.
Sou
Title: [138903] trunk/Source/WTF
Revision 138903
Author commit-qu...@webkit.org
Date 2013-01-05 12:50:13 -0800 (Sat, 05 Jan 2013)
Log Message
Only enable MinGW-w64 pow() workaround if needed
https://bugs.webkit.org/show_bug.cgi?id=106099
Patch by Jonathan Liu on 2013-01-05
Reviewed by F
Title: [138902] trunk
Revision 138902
Author commit-qu...@webkit.org
Date 2013-01-05 12:49:15 -0800 (Sat, 05 Jan 2013)
Log Message
MediaControls::show() should make controls opaque
https://bugs.webkit.org/show_bug.cgi?id=106034
Patch by Min Qin on 2013-01-05
Reviewed by Eric Carlson.
S
Title: [138901] trunk/LayoutTests
Revision 138901
Author commit-qu...@webkit.org
Date 2013-01-05 12:44:04 -0800 (Sat, 05 Jan 2013)
Log Message
[WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
https://bugs.webkit.org/show_bug.cgi?id=106138
Patch by Michael Pruett
Title: [138899] trunk
Revision 138899
Author rob...@webkit.org
Date 2013-01-05 12:26:18 -0800 (Sat, 05 Jan 2013)
Log Message
Max width of a floated container with floated children calculated incorrectly
https://bugs.webkit.org/show_bug.cgi?id=47975
Source/WebCore:
Accumulate the width o
Title: [138898] trunk/Source
Revision 138898
Author alecfl...@chromium.org
Date 2013-01-05 12:22:08 -0800 (Sat, 05 Jan 2013)
Log Message
IndexedDB: Stub out IDBDatabaseBackendInterface::createIndex/deleteIndex
https://bugs.webkit.org/show_bug.cgi?id=106117
Reviewed by Adam Barth.
Source
Title: [138897] trunk
Revision 138897
Author ta...@google.com
Date 2013-01-05 12:11:47 -0800 (Sat, 05 Jan 2013)
Log Message
[Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
https://bugs.webkit.org/show_bug.cgi?id=105617
Reviewed by Dimitri Glazkov.
Sourc
Title: [138896] trunk/LayoutTests
Revision 138896
Author zandober...@gmail.com
Date 2013-01-05 12:05:35 -0800 (Sat, 05 Jan 2013)
Log Message
Unreviewed GTK gardening
Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
the test is intermittently timing out on releas
Title: [138895] trunk
Revision 138895
Author crog...@google.com
Date 2013-01-05 12:04:35 -0800 (Sat, 05 Jan 2013)
Log Message
Implement MediaStreamSource::setAudioFormat()
https://bugs.webkit.org/show_bug.cgi?id=106053
Reviewed by Kenneth Russell.
Source/Platform:
* chromium/public/Web
Title: [138894] trunk/Source/WTF
Revision 138894
Author commit-qu...@webkit.org
Date 2013-01-05 12:02:49 -0800 (Sat, 05 Jan 2013)
Log Message
Fix compilation of MathExtras.h with MinGW-w64
https://bugs.webkit.org/show_bug.cgi?id=106105
Patch by Jonathan Liu on 2013-01-05
Reviewed by Sim
Title: [138893] trunk/Source/WebKit/chromium
Revision 138893
Author commit-qu...@webkit.org
Date 2013-01-05 12:01:16 -0800 (Sat, 05 Jan 2013)
Log Message
Add function to move caret selection towards a point
https://bugs.webkit.org/show_bug.cgi?id=105189
Patch by Chris Hopman on 2013-01-
Title: [138892] trunk/LayoutTests
Revision 138892
Author christophe.du...@intel.com
Date 2013-01-05 07:15:26 -0800 (Sat, 05 Jan 2013)
Log Message
Unreviewed EFL gardening.
Rebaseline several tests after r138838.
* platform/efl/fast/ruby/base-shorter-than-text-expected.png:
* platform/ef
Title: [138891] trunk/Source/WebCore
Revision 138891
Author zeno.albis...@digia.com
Date 2013-01-05 05:52:43 -0800 (Sat, 05 Jan 2013)
Log Message
[Texmap] TextureMapperGL should reset ARRAY_BUFFER after painting.
https://bugs.webkit.org/show_bug.cgi?id=106098
This fixes the issue of the
Title: [138890] trunk/Source/_javascript_Core
Revision 138890
Author fpi...@apple.com
Date 2013-01-05 01:04:48 -0800 (Sat, 05 Jan 2013)
Log Message
DFG should trust array profiling over value profiling
https://bugs.webkit.org/show_bug.cgi?id=106155
Reviewed by Gavin Barraclough.
Title: [138889] trunk/Tools
Revision 138889
Author rn...@webkit.org
Date 2013-01-05 00:28:42 -0800 (Sat, 05 Jan 2013)
Log Message
Add svn:executable to a bunch of scripts in BuildSlaveSupport.
Also removed the empty mac directory.
* BuildSlaveSupport/built-product-archive: Added property
Title: [13] trunk/Tools
Revision 13
Author rn...@webkit.org
Date 2013-01-05 00:20:09 -0800 (Sat, 05 Jan 2013)
Log Message
Add a script to delete stale zero-byte build files
https://bugs.webkit.org/show_bug.cgi?id=106131
Reviewed by Tony Chang.
Delete zero-byte build files on Mac
27 matches
Mail list logo