Title: [97324] trunk
Revision 97324
Author hara...@chromium.org
Date 2011-10-12 17:35:15 -0700 (Wed, 12 Oct 2011)
Log Message
Implement a BeforeLoadEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=69893
Reviewed by Adam Barth.
Source/WebCore:
There is no spec for the B
Title: [97326] trunk
Revision 97326
Author hara...@chromium.org
Date 2011-10-12 17:50:54 -0700 (Wed, 12 Oct 2011)
Log Message
Implement a WebKitTransitionEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=69911
Reviewed by Adam Barth.
Source/WebCore:
Test: fast/events/con
Title: [97356] trunk
Revision 97356
Author hara...@chromium.org
Date 2011-10-13 02:13:47 -0700 (Thu, 13 Oct 2011)
Log Message
Implement an OverflowEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=69907
Reviewed by Adam Barth.
Source/WebCore:
There is no spec for the Ov
Title: [97419] trunk
Revision 97419
Author hara...@chromium.org
Date 2011-10-13 16:16:09 -0700 (Thu, 13 Oct 2011)
Log Message
Implement a BeforeLoadEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=69980
Reviewed by Adam Barth.
Source/WebCore:
Test: fast/events/construct
Title: [97423] trunk/Source/WebCore
Revision 97423
Author hara...@chromium.org
Date 2011-10-13 16:39:11 -0700 (Thu, 13 Oct 2011)
Log Message
Constructor should not be called if the object is being constructed inside WebCore
https://bugs.webkit.org/show_bug.cgi?id=70015
Reviewed by Adam B
Title: [97424] trunk/Source/WebCore
Revision 97424
Author hara...@chromium.org
Date 2011-10-13 16:45:43 -0700 (Thu, 13 Oct 2011)
Log Message
Regarding constructor, replace [ConstructorWith=...] IDL with [CallWith=...] IDL
https://bugs.webkit.org/show_bug.cgi?id=69801
As for constructors,
Title: [97431] trunk
Revision 97431
Author hara...@chromium.org
Date 2011-10-13 17:57:31 -0700 (Thu, 13 Oct 2011)
Log Message
Implement an OverflowEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=70017
Reviewed by Adam Barth.
Source/WebCore:
Test: fast/events/constructo
Title: [97580] trunk/Source/WebCore
Revision 97580
Author hara...@chromium.org
Date 2011-10-16 19:02:18 -0700 (Sun, 16 Oct 2011)
Log Message
Generate XSLTProcessor constructor for JSC by [Constructor] IDL.
https://bugs.webkit.org/show_bug.cgi?id=70206
Reviewed by Adam Barth.
Tests: fast
Title: [97581] trunk/Source/WebCore
Revision 97581
Author hara...@chromium.org
Date 2011-10-16 20:13:53 -0700 (Sun, 16 Oct 2011)
Log Message
Generate XMLHttpRequest constructor for JSC by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70208
Reviewed by Adam Barth.
This patch
Title: [97584] trunk/Source/WebCore
Revision 97584
Author hara...@chromium.org
Date 2011-10-16 22:06:15 -0700 (Sun, 16 Oct 2011)
Log Message
Generate EventSource constructor for JSC by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70212
Reviewed by Adam Barth.
Removed JSEven
Title: [97586] trunk/Source/WebCore
Revision 97586
Author hara...@chromium.org
Date 2011-10-16 23:02:33 -0700 (Sun, 16 Oct 2011)
Log Message
Generate MessageChannel constructor by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70214
Reviewed by Adam Barth.
This patch generate
rigin: 'wonderful', lastEventId: 'excellent', source: window, ports: [channel.port1, channel.port2, channel.port2] }).source is window
Modified: trunk/LayoutTests/fast/events/constructors/message-event-constructor.html (97696 => 97697)
--- trunk/LayoutTests/fast/events/const
ce: window, ports: [channel.port1, channel.port2, channel.port2] }).source is window
Modified: trunk/LayoutTests/fast/events/constructors/message-event-constructor.html (97724 => 97725)
--- trunk/LayoutTests/fast/events/constructors/message-event-constructor.html 2011-10-18 06:39:31 UTC (rev 97724)
Title: [97836] trunk
Revision 97836
Author hara...@chromium.org
Date 2011-10-18 23:57:36 -0700 (Tue, 18 Oct 2011)
Log Message
Generate a SharedWorker constructor of V8 using [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=67879
Reviewed by Hajime Morita.
Source/WebCore:
Spec:
Title: [97839] trunk/Source/WebCore
Revision 97839
Author hara...@chromium.org
Date 2011-10-19 00:47:20 -0700 (Wed, 19 Oct 2011)
Log Message
Rename AllowAllocation to ConstructorMode
https://bugs.webkit.org/show_bug.cgi?id=70397
Reviewed by Adam Barth.
The name 'AllowAllocation' is conf
Title: [97929] trunk/Source/WebCore
Revision 97929
Author hara...@chromium.org
Date 2011-10-19 20:53:02 -0700 (Wed, 19 Oct 2011)
Log Message
Added a ConstructorMode check to all existing custom V8 constructors.
https://bugs.webkit.org/show_bug.cgi?id=70464
Reviewed by Adam Barth.
This p
t2] }).source is window
Modified: trunk/LayoutTests/fast/events/constructors/message-event-constructor.html (97938 => 97939)
--- trunk/LayoutTests/fast/events/constructors/message-event-constructor.html 2011-10-20 05:19:48 UTC (rev 97938)
+++ trunk/LayoutTests/fast/events/constructors/message-
Title: [97955] trunk
Revision 97955
Author hara...@chromium.org
Date 2011-10-20 02:57:28 -0700 (Thu, 20 Oct 2011)
Log Message
Implement a MessageEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=70296
Reviewed by Adam Barth.
Source/WebCore:
Test: fast/events/constructors
Title: [98572] trunk/Source/WebCore
Revision 98572
Author hara...@chromium.org
Date 2011-10-27 07:51:52 -0700 (Thu, 27 Oct 2011)
Log Message
Refactor OptionsObject.cpp
https://bugs.webkit.org/show_bug.cgi?id=70572
Reviewed by Adam Barth.
For example, OptionsObject::getKeyBool() is an al
Title: [98679] trunk/Source
Revision 98679
Author hara...@chromium.org
Date 2011-10-27 19:43:12 -0700 (Thu, 27 Oct 2011)
Log Message
Generate WebKitCSSMatrix constructor for JSC by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70215
Reviewed by Adam Barth.
Source/_javascript
Title: [98695] trunk/Source/WebCore
Revision 98695
Author hara...@chromium.org
Date 2011-10-27 22:52:58 -0700 (Thu, 27 Oct 2011)
Log Message
Deprecate [V8ConstructorSetsActiveDOMWrapper] IDL
https://bugs.webkit.org/show_bug.cgi?id=71088
Reviewed by Adam Barth.
I introduced [V8Constructo
Title: [99161] trunk
Revision 99161
Author hara...@chromium.org
Date 2011-11-03 03:23:10 -0700 (Thu, 03 Nov 2011)
Log Message
Fixed wrong implementation of doubleValue % 2^{64}.
https://bugs.webkit.org/show_bug.cgi?id=67980
Reviewed by Hajime Morita.
Source/_javascript_Core:
fast/event
Title: [99211] trunk/LayoutTests
Revision 99211
Author hara...@chromium.org
Date 2011-11-03 10:16:58 -0700 (Thu, 03 Nov 2011)
Log Message
Unreviewed rebaselining. Unskipped progress-event-constructor.html in Qt-Arm
since the failure is fixed in r99161.
* platform/qt-arm/Skipped:
Modifie
uot;imas...@chromium.org", "imasaki"),
Committer("Kent Hansen", "kent.han...@nokia.com", "khansen"),
+Committer("Kentaro Hara", ["hara...@chromium.org"], "haraken"),
Committer(u"Kim Gr\u00f6nholm", "ki
Title: [96301] trunk/Source/WebCore
Revision 96301
Author hara...@chromium.org
Date 2011-09-28 23:07:17 -0700 (Wed, 28 Sep 2011)
Log Message
"ScriptValue" arguments of PopStateEvent methods should be "const ScriptValue&"
https://bugs.webkit.org/show_bug.cgi?id=68984
Reviewed by Darin Adl
Title: [96788] trunk/Source/WebCore
Revision 96788
Author hara...@chromium.org
Date 2011-10-05 23:00:41 -0700 (Wed, 05 Oct 2011)
Log Message
Refactor IDL attributes about constructor
https://bugs.webkit.org/show_bug.cgi?id=69074
Reviewed by Adam Barth.
Currently, IDL attributes about co
Title: [97225] trunk
Revision 97225
Author hara...@chromium.org
Date 2011-10-11 21:05:11 -0700 (Tue, 11 Oct 2011)
Log Message
Implement a WebKitTransitionEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=69829
Reviewed by Adam Barth.
Source/WebCore:
There is no spec for
Title: [101453] trunk
Revision 101453
Author hara...@chromium.org
Date 2011-11-30 00:07:45 -0800 (Wed, 30 Nov 2011)
Log Message
StorageEvent.key should not be nullable
https://bugs.webkit.org/show_bug.cgi?id=73125
Reviewed by Adam Barth.
Currently, document.createEvent('StorageEvent').k
Title: [101506] trunk/Source/WebCore
Revision 101506
Author hara...@chromium.org
Date 2011-11-30 06:33:40 -0800 (Wed, 30 Nov 2011)
Log Message
[Refactoring] In preprocessor.pm, remove double quotations from $defines
https://bugs.webkit.org/show_bug.cgi?id=73160
Reviewed by Adam Barth.
I
Title: [101508] trunk/Source/WebCore
Revision 101508
Author hara...@chromium.org
Date 2011-11-30 06:55:50 -0800 (Wed, 30 Nov 2011)
Log Message
Implement the [NamedConstructor] IDL in CodeGeneratorJS.pm
https://bugs.webkit.org/show_bug.cgi?id=73307
Reviewed by Adam Barth.
This patch impl
Title: [101591] trunk
Revision 101591
Author hara...@chromium.org
Date 2011-11-30 19:23:05 -0800 (Wed, 30 Nov 2011)
Log Message
Implement the StorageEvent constructor
https://bugs.webkit.org/show_bug.cgi?id=71685
Reviewed by Adam Barth.
Source/WebCore:
This patch makes StorageEvent con
Title: [101627] trunk/Source/WebCore
Revision 101627
Author hara...@chromium.org
Date 2011-12-01 00:00:49 -0800 (Thu, 01 Dec 2011)
Log Message
[JSC] When has a NamedConstructor, window. should be Constructor
https://bugs.webkit.org/show_bug.cgi?id=73521
Reviewed by Adam Bart
Title: [101664] trunk/Source/WebCore
Revision 101664
Author hara...@chromium.org
Date 2011-12-01 07:10:04 -0800 (Thu, 01 Dec 2011)
Log Message
run-bindings-tests is failing on Gtk/Qt/SnowLeopard/Lion bots
https://bugs.webkit.org/show_bug.cgi?id=73558
Reviewed by Csaba Osztrogonác.
The c
12 UTC (rev 101669)
@@ -1492,6 +1492,7 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
+'webaudio/DOMWindowWebAudio.idl',
'webaudio/DynamicsCompressorNo
ore.gypi 2011-12-01 16:28:43 UTC (rev 101672)
@@ -1492,7 +1492,6 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
-'webaudio/DOMWindowWebAudio.idl',
Title: [101723] trunk
Revision 101723
Author hara...@chromium.org
Date 2011-12-01 16:59:17 -0800 (Thu, 01 Dec 2011)
Log Message
Replace a custom constructor of window.Audio with the [NamedConstructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=73496
Reviewed by Adam Barth.
Removes JSAu
Title: [101724] trunk
Revision 101724
Author hara...@chromium.org
Date 2011-12-01 17:03:37 -0800 (Thu, 01 Dec 2011)
Log Message
Replace a custom constructor of window.Option with the [NamedConstructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=73498
Reviewed by Adam Barth.
Removes JSO
/WebCore/WebCore.gypi 2011-12-02 04:11:46 UTC (rev 101737)
@@ -1492,6 +1492,7 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
+'webaudio/DOMWindowWebAudio.idl',
trunk/Source/WebCore/WebCore.gypi 2011-12-02 04:51:03 UTC (rev 101740)
@@ -1492,7 +1492,6 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
-'webaudio/DOMWindowWebAudio.idl
Title: [101767] trunk/Tools
Revision 101767
Author hara...@chromium.org
Date 2011-12-02 01:31:03 -0800 (Fri, 02 Dec 2011)
Log Message
Move run-bindings-tests implementation to webkitpy/bindings/main.py
https://bugs.webkit.org/show_bug.cgi?id=73619
Reviewed by Adam Barth.
As run-bindings
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
+'webaudio/DOMWindowWebAudio.idl',
'webaudio/DynamicsCompressorNode.idl',
'webaudio/HighPass2FilterNode.idl',
'weba
Title: [101914] trunk/Source/WebCore
Revision 101914
Author hara...@chromium.org
Date 2011-12-02 23:22:10 -0800 (Fri, 02 Dec 2011)
Log Message
[Refactoring] Use join(", ", @arguments) to build a method argument string in CodeGenerator*.pm
https://bugs.webkit.org/show_bug.cgi?id=73651
Rev
Title: [102105] trunk/Tools
Revision 102105
Author hara...@chromium.org
Date 2011-12-06 00:05:11 -0800 (Tue, 06 Dec 2011)
Log Message
[Refactoring] In webkitpy/bindings/main.py, replace subprocess.Popen() with Executive
https://bugs.webkit.org/show_bug.cgi?id=73637
Reviewed by Adam Barth
k/Source/WebCore/WebCore.gypi 2011-12-08 08:20:25 UTC (rev 102321)
@@ -1492,6 +1492,7 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
+'webaudio/DOMWindowWebAudio.id
Title: [102332] trunk/Tools
Revision 102332
Author hara...@chromium.org
Date 2011-12-08 05:04:41 -0800 (Thu, 08 Dec 2011)
Log Message
Unreviewed, rolling out r102280.
http://trac.webkit.org/changeset/102280
https://bugs.webkit.org/show_bug.cgi?id=74031
Chromium/Windows build is broken
*
ore.gypi 2011-12-09 02:49:28 UTC (rev 102416)
@@ -1495,6 +1495,7 @@
'webaudio/BiquadFilterNode.idl',
'webaudio/ConvolverNode.idl',
'webaudio/DelayNode.idl',
+'webaudio/DOMWindowWebAudio.idl',
Title: [102446] trunk/Tools
Revision 102446
Author hara...@chromium.org
Date 2011-12-09 01:15:59 -0800 (Fri, 09 Dec 2011)
Log Message
REGRESSION(r102105): run-bindings-tests should output full diff results
https://bugs.webkit.org/show_bug.cgi?id=74166
Reviewed by Adam Barth.
Since r1021
Title: [102481] trunk/Tools
Revision 102481
Author hara...@chromium.org
Date 2011-12-09 15:26:42 -0800 (Fri, 09 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, move top-level code to fetch a bug description from URL into a method
https://bugs.webkit.org/show_bug.cgi?id=74173
Re
Title: [102487] trunk/Tools
Revision 102487
Author hara...@chromium.org
Date 2011-12-09 15:50:58 -0800 (Fri, 09 Dec 2011)
Log Message
[Refactoring] Reduce top-level code in prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=74172
Reviewed by Ryosuke Niwa.
The objective is to make
Title: [102536] trunk/Tools
Revision 102536
Author hara...@chromium.org
Date 2011-12-10 22:32:04 -0800 (Sat, 10 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, move top-level code to find ChangeLogs into a method
https://bugs.webkit.org/show_bug.cgi?id=74175
Reviewed by Ryosuke
Title: [102537] trunk/Tools
Revision 102537
Author hara...@chromium.org
Date 2011-12-11 10:04:50 -0800 (Sun, 11 Dec 2011)
Log Message
[Refactoring] Move top-level code to generate a new ChangeLog into a method
https://bugs.webkit.org/show_bug.cgi?id=74253
Reviewed by David Kilzer.
The o
l',
'webaudio/DynamicsCompressorNode.idl',
'webaudio/HighPass2FilterNode.idl',
'webaudio/_javascript_AudioNode.idl',
Modified: trunk/Source/WebCore/bindings/scripts/generate-bindings.pl (102555 => 102556)
--- trunk/S
Title: [102558] trunk/Source/WebCore
Revision 102558
Author hara...@chromium.org
Date 2011-12-11 23:01:29 -0800 (Sun, 11 Dec 2011)
Log Message
Use [Supplemental] IDL in WebSocket
https://bugs.webkit.org/show_bug.cgi?id=74160
Reviewed by Adam Barth.
By using the [Supplemental] IDL, this
Title: [102559] trunk/Tools
Revision 102559
Author hara...@chromium.org
Date 2011-12-11 23:07:56 -0800 (Sun, 11 Dec 2011)
Log Message
[Refactoring] Move top-level code to resolve conflicted ChangeLogs into a method
https://bugs.webkit.org/show_bug.cgi?id=74257
Reviewed by Ryosuke Niwa.
Title: [102562] trunk/Tools
Revision 102562
Author hara...@chromium.org
Date 2011-12-12 00:58:58 -0800 (Mon, 12 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, move into a method the top-level code
to show ChangeLogs diff and open ChangeLogs in an editor
https://bugs.webkit.org/
Title: [102571] trunk/Source/WebCore
Revision 102571
Author hara...@chromium.org
Date 2011-12-12 05:39:05 -0800 (Mon, 12 Dec 2011)
Log Message
Unreviewed, rolling out r102558.
http://trac.webkit.org/changeset/102558
https://bugs.webkit.org/show_bug.cgi?id=74160
clobber build failure
* W
1 => 102572)
--- trunk/Source/WebCore/bindings/scripts/generate-bindings.pl 2011-12-12 13:39:05 UTC (rev 102571)
+++ trunk/Source/WebCore/bindings/scripts/generate-bindings.pl 2011-12-12 13:41:10 UTC (rev 102572)
@@ -93,7 +93,7 @@
open FH, "< $supplementalDependencyFile" or die &qu
entalDependencyFile\n";
while (my $line = ) {
my ($idlFile, @followingIdlFiles) = split(/\s+/, $line);
-if ($idlFile and $idlFile eq $targetIdlFile) {
+if ($idlFile and basename($idlFile) eq basename($targetIdlFile)) {
$idlFound = 1;
@supplementedIdlFiles
Title: [102736] trunk/Tools
Revision 102736
Author hara...@chromium.org
Date 2011-12-13 21:13:07 -0800 (Tue, 13 Dec 2011)
Log Message
[Refactoring] Remove several global variables from prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=74389
Reviewed by David Kilzer.
We are plann
Title: [102761] trunk/Tools
Revision 102761
Author hara...@chromium.org
Date 2011-12-14 02:31:31 -0800 (Wed, 14 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, make $isGit and $isSVN be used only
through parameter passing
https://bugs.webkit.org/show_bug.cgi?id=74485
Reviewed b
Title: [102774] trunk/Source/WebCore
Revision 102774
Author hara...@chromium.org
Date 2011-12-14 06:13:31 -0800 (Wed, 14 Dec 2011)
Log Message
Use [Supplemental] IDL in WebSocket
https://bugs.webkit.org/show_bug.cgi?id=74160
Reviewed by Adam Barth.
By using the [Supplemental] IDL, this
Title: [102841] trunk/Tools
Revision 102841
Author hara...@chromium.org
Date 2011-12-14 16:12:23 -0800 (Wed, 14 Dec 2011)
Log Message
Unreviewed, rolling out r102761.
http://trac.webkit.org/changeset/102761
https://bugs.webkit.org/show_bug.cgi?id=74485
we came up with a better fix than t
Title: [102890] trunk/Tools
Revision 102890
Author hara...@chromium.org
Date 2011-12-14 22:32:27 -0800 (Wed, 14 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, replace $isGit and $isSVN with
VCSUtils::isGit() and VCSUtils::isSVN().
https://bugs.webkit.org/show_bug.cgi?id=74485
Title: [102987] trunk/Source/WebCore
Revision 102987
Author hara...@chromium.org
Date 2011-12-15 15:10:33 -0800 (Thu, 15 Dec 2011)
Log Message
REGRESSION(r102663): generate-bindings.pl runs every time
https://bugs.webkit.org/show_bug.cgi?id=74481
Reviewed by Adam Barth.
See the comment
Title: [102988] trunk/Tools
Revision 102988
Author hara...@chromium.org
Date 2011-12-15 15:13:40 -0800 (Thu, 15 Dec 2011)
Log Message
[Refactoring] In prepare-ChangeLog, make several global variables be used only through parameter passing
https://bugs.webkit.org/show_bug.cgi?id=74497
Rev
Title: [102991] trunk/Source/WebCore
Revision 102991
Author hara...@chromium.org
Date 2011-12-15 15:48:19 -0800 (Thu, 15 Dec 2011)
Log Message
Unreviewed. Rebaselined run-bindings-tests results.
* bindings/scripts/test/JS/JSFloat64Array.cpp:
* bindings/scripts/test/JS/JSTestMediaQueryLis
Title: [103046] trunk/Tools
Revision 103046
Author hara...@chromium.org
Date 2011-12-16 01:21:02 -0800 (Fri, 16 Dec 2011)
Log Message
[Refactoring] Remove all global variables from prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=74681
Reviewed by Ryosuke Niwa.
We are planning
Title: [103149] trunk/Tools
Revision 103149
Author hara...@chromium.org
Date 2011-12-17 10:15:48 -0800 (Sat, 17 Dec 2011)
Log Message
Remove top-level code completely from prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=74698
Reviewed by Darin Adler.
We are planning to write u
Title: [103171] trunk/Tools
Revision 103171
Author hara...@chromium.org
Date 2011-12-18 06:43:14 -0800 (Sun, 18 Dec 2011)
Log Message
REGRESSION(r103149): prepare-ChangeLog outputs a warning
https://bugs.webkit.org/show_bug.cgi?id=74808
Reviewed by David Kilzer.
Added the prototype decl
Title: [103221] trunk/Source/WebCore
Revision 103221
Author hara...@chromium.org
Date 2011-12-18 23:15:58 -0800 (Sun, 18 Dec 2011)
Log Message
REGRESSION(r101445): [JSC] Generated code for custom getters and setters
with the [Supplemental] IDL is wrong
https://bugs.webkit.org/show_bug.cgi
Title: [103224] trunk/Source/WebCore
Revision 103224
Author hara...@chromium.org
Date 2011-12-19 00:48:51 -0800 (Mon, 19 Dec 2011)
Log Message
Remove unnecessary [JSCCustomGetter] IDLs from DOMWindow.idl
https://bugs.webkit.org/show_bug.cgi?id=74829
Reviewed by Adam Barth.
Now JSC has i
OMWindowWebSocketCustom.cpp"
#include "JSDOMWrapper.cpp"
#include "JSDataViewCustom.cpp"
#include "JSDedicatedWorkerContextCustom.cpp"
Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp (103273 => 103274)
--- trunk/Source/WebCore/bindings/js
Title: [103295] trunk/Source/WebCore
Revision 103295
Author hara...@chromium.org
Date 2011-12-19 19:36:51 -0800 (Mon, 19 Dec 2011)
Log Message
Unreviewed. Rebaselined run-bindings-tests results.
* bindings/scripts/test/JS/JSFloat64Array.h:
(WebCore::JSFloat64Array::create):
(WebCore::JSF
Title: [103338] trunk/Tools
Revision 103338
Author hara...@chromium.org
Date 2011-12-20 09:40:33 -0800 (Tue, 20 Dec 2011)
Log Message
Replace webkitperl/run-leaks_unittest/RunLeaks.pm with webkitperl/LoadAsModule.pm
https://bugs.webkit.org/show_bug.cgi?id=74836
Reviewed by David Kilzer.
Title: [103399] trunk/Tools
Revision 103399
Author hara...@chromium.org
Date 2011-12-21 00:54:22 -0800 (Wed, 21 Dec 2011)
Log Message
In prepare-ChangeLog, replace constant global variables with "use constant"
https://bugs.webkit.org/show_bug.cgi?id=74992
Reviewed by Ryosuke Niwa.
This
Title: [95063] trunk
Revision 95063
Author hara...@google.com
Date 2011-09-13 18:05:27 -0700 (Tue, 13 Sep 2011)
Log Message
Implement a HashChangeEvent constructor for V8
https://bugs.webkit.org/show_bug.cgi?id=67969
Reviewed by Nate Chapin.
Source/WebCore:
Test: fast/events/constructo
Title: [95079] trunk
Revision 95079
Author hara...@google.com
Date 2011-09-14 00:40:25 -0700 (Wed, 14 Sep 2011)
Log Message
Implement a PageTransitionEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=68048
Reviewed by Sam Weinig.
Source/WebCore:
The spec for the PageTra
Title: [95086] trunk/LayoutTests
Revision 95086
Author hara...@google.com
Date 2011-09-14 03:06:29 -0700 (Wed, 14 Sep 2011)
Log Message
page-transition-event-constructor-expected.txt is missing
https://bugs.webkit.org/show_bug.cgi?id=68069
Reviewed by Hajime Morita.
* fast/events/constr
ldBe("new PopStateEvent('eventType', { bubbles: true }).bubbles", "true");
+
+// cancelable is passed.
+shouldBe("new PopStateEvent('eventType', { cancelable: false }).cancelable", "false");
+shouldBe("new PopStateEvent('eventType
"JS";
-my ($codeGenerator, $IMPL, $HEADER, $DEPS);
+my ($codeGenerator);
my $module = "";
my $outputDir = "";
@@ -88,12 +88,10 @@
return $reference;
}
+# FIXME(haraken): finish() will be soon removed from all CodeGenerators.
sub finish
{
my $object
Title: [105697] trunk/Source/WebCore
Revision 105697
Author hara...@chromium.org
Date 2012-01-23 23:09:47 -0800 (Mon, 23 Jan 2012)
Log Message
In CodeGeneratorObjC.pm, overwrite the output .h/.mm
only if the bytes differ
https://bugs.webkit.org/show_bug.cgi?id=76874
Reviewed by Adam Bart
;";
@@ -85,12 +85,10 @@
return $reference;
}
+# FIXME(haraken): finish() will be soon removed from all CodeGenerators.
sub finish
{
my $object = shift;
-
-# Commit changes!
-$object->WriteData();
}
# Params: 'domClass' struct
@@ -109,15 +107,7 @@
$o
dings/scripts/CodeGeneratorJS.pm (105760 => 105761)
--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-01-24 19:07:34 UTC (rev 105760)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2012-01-24 19:25:00 UTC (rev 105761)
@@ -88,12 +88,6 @@
return $reference;
}
Title: [105766] trunk/Source/WebCore
Revision 105766
Author hara...@chromium.org
Date 2012-01-24 11:40:27 -0800 (Tue, 24 Jan 2012)
Log Message
In CodeGeneratorV8.pm, overwrite the output .h/.cpp
only if the bytes differ
https://bugs.webkit.org/show_bug.cgi?id=76920
Reviewed by Darin Adle
Title: [105796] trunk/Tools
Revision 105796
Author hara...@chromium.org
Date 2012-01-24 13:24:32 -0800 (Tue, 24 Jan 2012)
Log Message
prepare-ChangeLog outputs warnings for top-level { ... } blocks
https://bugs.webkit.org/show_bug.cgi?id=75943
Reviewed by David Kilzer.
Currently, prepar
Title: [105797] trunk/Tools
Revision 105797
Author hara...@chromium.org
Date 2012-01-24 13:27:16 -0800 (Tue, 24 Jan 2012)
Log Message
The cpp parser of prepare-ChangeLog cannot detect a change in classes and namespaces
https://bugs.webkit.org/show_bug.cgi?id=75531
Reviewed by David Kilze
Title: [105803] trunk/Source/WebCore
Revision 105803
Author hara...@chromium.org
Date 2012-01-24 13:43:43 -0800 (Tue, 24 Jan 2012)
Log Message
[Refactoring] In CodeGeneratorGObject.pm, merge
GeneratePrivateHeader() into WriteData()
https://bugs.webkit.org/show_bug.cgi?id=76923
Reviewed b
Title: [105805] trunk/Source/WebCore
Revision 105805
Author hara...@chromium.org
Date 2012-01-24 14:09:45 -0800 (Tue, 24 Jan 2012)
Log Message
CodeGeneratorCPP.pm should overwrite the output .h/.cpp
only if the bytes differ
https://bugs.webkit.org/show_bug.cgi?id=76926
Reviewed by Adam B
Title: [105809] trunk/Source/WebCore
Revision 105809
Author hara...@chromium.org
Date 2012-01-24 14:24:02 -0800 (Tue, 24 Jan 2012)
Log Message
CodeGeneratorJS.pm should overwrite the output .h/.cpp
only if the bytes differ
https://bugs.webkit.org/show_bug.cgi?id=76922
Reviewed by Darin A
Title: [105837] trunk/Tools
Revision 105837
Author hara...@chromium.org
Date 2012-01-24 17:19:03 -0800 (Tue, 24 Jan 2012)
Log Message
webkitperl/prepare-ChangeLog_unittest/parser_unittests.pl should test stdout and stderr
https://bugs.webkit.org/show_bug.cgi?id=75836
Reviewed by David Ki
Title: [105844] trunk/Source/WebCore
Revision 105844
Author hara...@chromium.org
Date 2012-01-24 18:47:06 -0800 (Tue, 24 Jan 2012)
Log Message
Invalidate r105697, r105766, r105809 and r105805
https://bugs.webkit.org/show_bug.cgi?id=76970
Reviewed by Adam Barth.
I've been trying to stop
Title: [106127] trunk/Source/WebCore
Revision 106127
Author hara...@chromium.org
Date 2012-01-27 09:55:38 -0800 (Fri, 27 Jan 2012)
Log Message
Unreviewed. Rebasedlined run-bindings-tests results.
* bindings/scripts/test/CPP/WebDOMTestInterface.cpp:
(WebDOMTestInterface::supplementalMetho
Title: [106140] trunk/Source/WebCore
Revision 106140
Author hara...@chromium.org
Date 2012-01-27 12:00:34 -0800 (Fri, 27 Jan 2012)
Log Message
Support the [Supplemental] IDL for constants
https://bugs.webkit.org/show_bug.cgi?id=77228
Reviewed by Adam Barth.
We have supported the [Supple
Title: [106183] trunk/Tools
Revision 106183
Author hara...@chromium.org
Date 2012-01-27 22:24:22 -0800 (Fri, 27 Jan 2012)
Log Message
The cpp parser of prepare-ChangeLog treats if(...) {} as a method
https://bugs.webkit.org/show_bug.cgi?id=77241
Reviewed by Ryosuke Niwa.
The cpp parser
Title: [106315] trunk/Tools
Revision 106315
Author hara...@chromium.org
Date 2012-01-30 18:40:24 -0800 (Mon, 30 Jan 2012)
Log Message
REGRESSION(r105797): prepare-ChangeLog for a .cpp file can
output an empty method name (i.e. "()")
https://bugs.webkit.org/show_bug.cgi?id=77336
Reviewed
Title: [106522] trunk/Source/WebCore
Revision 106522
Author hara...@chromium.org
Date 2012-02-01 18:27:18 -0800 (Wed, 01 Feb 2012)
Log Message
Remove [ObjCPrefix], [V8ConstructorTemplate], [allowAccessToNode],
[v8implname] and [v8referenceattr] from code generators
https://bugs.webkit.org
Title: [106526] trunk/Source/WebCore
Revision 106526
Author hara...@chromium.org
Date 2012-02-01 18:47:53 -0800 (Wed, 01 Feb 2012)
Log Message
Remove [ImplementationUUID] and [InterfaceUUID] from html/canvas/*.idl
https://bugs.webkit.org/show_bug.cgi?id=77589
Reviewed by Adam Barth.
[Im
Title: [106532] trunk/Source/WebCore
Revision 106532
Author hara...@chromium.org
Date 2012-02-01 22:24:28 -0800 (Wed, 01 Feb 2012)
Log Message
Remove [GenerateConstructor] from IDL files
https://bugs.webkit.org/show_bug.cgi?id=77598
Reviewed by Adam Barth.
[GenerateConstructor] is used
Title: [106535] trunk/Source/WebCore
Revision 106535
Author hara...@chromium.org
Date 2012-02-01 23:48:28 -0800 (Wed, 01 Feb 2012)
Log Message
Rename [V8DisallowShadowing] to [V8Unforgeable]
https://bugs.webkit.org/show_bug.cgi?id=77599
Reviewed by Adam Barth.
This patch renames [V8Disa
Title: [106536] trunk/Source/WebCore
Revision 106536
Author hara...@chromium.org
Date 2012-02-02 00:00:20 -0800 (Thu, 02 Feb 2012)
Log Message
Rename [CheckFrameSecurity] and [SVGCheckSecurity] to [CheckAccessToNode]
https://bugs.webkit.org/show_bug.cgi?id=77601
Reviewed by Adam Barth.
1 - 100 of 836 matches
Mail list logo