Title: [90335] trunk/LayoutTests
Revision 90335
Author mih...@chromium.org
Date 2011-07-02 21:02:24 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Mihai Parparita
Remove failing expectation for fast/events/panScroll-click-hyperlink.html
(Chromium still doesn't pass th
Title: [90334] trunk/PerformanceTests/SunSpider
Revision 90334
Author m...@apple.com
Date 2011-07-02 19:26:43 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Maciej Stachowiak
Update SunSpider versioning to 1.0
https://bugs.webkit.org/show_bug.cgi?id=63870
Rev
Title: [90332] trunk/Source/WebKit2
Revision 90332
Author ander...@apple.com
Date 2011-07-02 18:19:24 -0700 (Sat, 02 Jul 2011)
Log Message
Have another go at fixing the Windows build.
* WebProcess/Plugins/Netscape/NetscapePlugin.h:
* WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
Title: [90331] trunk/Source/WebKit2
Revision 90331
Author ander...@apple.com
Date 2011-07-02 18:15:49 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Anders Carlsson
Null out the plug-in controller after destroying the plug-in.
https://bugs.webkit.org/show_bug.cgi?id=6
Title: [90330] trunk/LayoutTests
Revision 90330
Author ander...@apple.com
Date 2011-07-02 17:57:27 -0700 (Sat, 02 Jul 2011)
Log Message
Update skipped list.
* platform/wk2/Skipped:
Modified Paths
trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/wk2/Skipped
Diff
Modified: tru
Title: [90329] trunk/Source/WebKit2
Revision 90329
Author ander...@apple.com
Date 2011-07-02 17:51:25 -0700 (Sat, 02 Jul 2011)
Log Message
Fix Windows build for real.
* WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
(WebKit::NetscapePlugin::containingWindow):
(WebKit::NetscapePlu
Title: [90328] trunk/Source/WebKit2
Revision 90328
Author ander...@apple.com
Date 2011-07-02 16:55:54 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Anders Carlsson
Implement NPN_PluginThreadAsyncCall
https://bugs.webkit.org/show_bug.cgi?id=63868
Reviewed by
Title: [90327] trunk/Source/WebKit2
Revision 90327
Author ander...@apple.com
Date 2011-07-02 16:41:26 -0700 (Sat, 02 Jul 2011)
Log Message
Fix Windows build.
* WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
(WebKit::NetscapePlugin::containingWindow):
(WebKit::NetscapePlugin::sche
Title: [90326] trunk/Source/WebKit2
Revision 90326
Author ander...@apple.com
Date 2011-07-02 16:40:31 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Anders Carlsson
Move the plug-in controller member variable up to the shared Plugin base class
https://bugs.webkit.org/
Title: [90325] trunk/LayoutTests
Revision 90325
Author mih...@chromium.org
Date 2011-07-02 16:20:11 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Mihai Parparita
Remove Chromium Leopard failing expectations for two tests (fast/dom/
HTMLMeterElement/meter-writing-mode
Title: [90324] trunk/Source/_javascript_Core
Revision 90324
Author barraclo...@apple.com
Date 2011-07-02 16:08:23 -0700 (Sat, 02 Jul 2011)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=63866
DFG JIT - implement instanceof
Reviewed by Sam Weinig.
Add ops CheckHasInstance & Instance
Title: [90323] trunk/LayoutTests
Revision 90323
Author mih...@chromium.org
Date 2011-07-02 14:59:17 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Mihai Parparita
Meant to actually remove expectations in r90322, not just comment them
out.
* platform/chromium/
Title: [90322] trunk/LayoutTests
Revision 90322
Author mih...@chromium.org
Date 2011-07-02 14:57:46 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Mihai Parparita
Add Chromium Mac Snow Leopard baselines for editing/selection/vertical*
since the regular Mac baselines c
Title: [90321] trunk/PerformanceTests/SunSpider
Revision 90321
Author m...@apple.com
Date 2011-07-02 14:12:27 -0700 (Sat, 02 Jul 2011)
Log Message
Not Reviewed.
Fix obviou typo in previous commit.
* tests/sunspider-1.0/bitops-bitwise-and.js:
Modified Paths
trunk/PerformanceTe
Title: [90320] trunk/LayoutTests
Revision 90320
Author mih...@chromium.org
Date 2011-07-02 14:11:54 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Mihai Parparita
Chromium expectations update:
- Add failing expectation for fast/css/last-of-type-pseudo-class.html,
Title: [90319] trunk/PerformanceTests/SunSpider
Revision 90319
Author m...@apple.com
Date 2011-07-02 14:09:43 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Maciej Stachowiak
Reviewed by Anders Carlsson.
SunSpider: all four bitops benchmarks can be replaced with NOP
Title: [90318] trunk/PerformanceTests/SunSpider
Revision 90318
Author m...@apple.com
Date 2011-07-02 13:57:40 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Maciej Stachowiak
SunSpider: string-validate-input.js uses an undeclared variable named 'name', which is a DOM API
Title: [90317] trunk/PerformanceTests/SunSpider
Revision 90317
Author m...@apple.com
Date 2011-07-02 13:45:55 -0700 (Sat, 02 Jul 2011)
Log Message
2011-07-02 Maciej Stachowiak
Reviewed by Darin Adler.
SunSpider: The main function of math-cordic is dead code
ht
Title: [90316] trunk/WebKitLibraries
Revision 90316
Author mr...@apple.com
Date 2011-07-02 10:26:21 -0700 (Sat, 02 Jul 2011)
Log Message
Update the header file too.
* WebKitSystemInterface.h:
Modified Paths
trunk/WebKitLibraries/ChangeLog
trunk/WebKitLibraries/WebKitSystemInterface.h
Title: [90315] trunk/WebKitLibraries
Revision 90315
Author mr...@apple.com
Date 2011-07-02 09:25:39 -0700 (Sat, 02 Jul 2011)
Log Message
Update WebKitSystemInterface binaries.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceLion.a: Added.
* libWebKitSystemInterfaceSnowLeop
Title: [90314] trunk/LayoutTests
Revision 90314
Author tk...@chromium.org
Date 2011-07-02 03:46:31 -0700 (Sat, 02 Jul 2011)
Log Message
[GTK] Update expectation of fast/forms/input-file-re-render.html
https://bugs.webkit.org/show_bug.cgi?id=49245
* platform/gtk/fast/forms/input-file-re-r
21 matches
Mail list logo