Граф коммитов

9718 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com 74959497d1 JavaScript Test - move test to decompilation subsuite, bug 344120 2007-05-30 17:42:50 +00:00
nboyd%atg.com 0e15a7733d Use the prefix feature to avoid enumerating all skipped tests. 2007-05-30 17:11:24 +00:00
nboyd%atg.com 9cb53b39b7 Fix jdk 1.4 compilation. 2007-05-30 16:41:24 +00:00
nboyd%atg.com 58debbb97a Conditional build for jdk15 package. 2007-05-30 16:07:39 +00:00
nboyd%atg.com e8a9c67d1f Java5 varg support:
Java5 varg methods can be called with varg style from JavaScript. The relevant
changes are in MemberBox, NativeJavaClass and NativeJavaMethod. The call to
isVarg() in MemberBox is the one Java5 specific call, which probably needs to
be converted into a JRE version dependent call based on reflection.

Contribution from Ulrike Mueller <umueller@demandware.com>.

See bug 382340.
2007-05-30 15:58:03 +00:00
nboyd%atg.com 1453aab782 Nit: fix comment 2007-05-30 14:07:54 +00:00
nboyd%atg.com e4c660ea3c After the recent move to consolidate shell.js code, this test broke due to
different epsilon values used in different shell.js scripts. So this change
just makes the test values match exactly.
2007-05-30 12:55:17 +00:00
bclary%bclary.com c6166baeae JavaScript Test - update sudoku demo test 2007-05-30 05:58:26 +00:00
bclary%bclary.com 1c56de4ed1 Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan 2007-05-30 05:55:56 +00:00
nboyd%atg.com 708e0d2adc Clean up skip list for recent test changes. 2007-05-30 02:32:17 +00:00
igor%mir2.org 108750e667 Bug 382335: proper cleanup after generator.close(). r=brendan 2007-05-30 02:29:09 +00:00
brendan%mozilla.org c06e6ca126 Updated to track revised ES4-based grammar plus paren minimization changes to the decompiler (381113). 2007-05-30 01:52:57 +00:00
brendan%mozilla.org 70b06a4552 Implement ES4/JS2 expression closures (381113, r=mrbkap). 2007-05-30 01:49:43 +00:00
mrbkap%gmail.com 5002163723 Add a space here for consistency. bug 381108, r=brendan 2007-05-30 01:23:24 +00:00
bclary%bclary.com f5e264acb5 JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests 2007-05-30 01:13:14 +00:00
brendan%mozilla.org 2fbc454791 Fix delete parser to fold constants in its operand to discern genexp error case (382355, r=mrbkap). 2007-05-30 00:49:53 +00:00
crowder%fiverocks.com 50055317ff Recent code checkin regressed testcase from 356085 2007-05-30 00:06:21 +00:00
brendan%mozilla.org cbb774f657 Fix warning from last checkin (r=igor). 2007-05-29 23:17:37 +00:00
bclary%bclary.com 2142593010 JavaScript Test - update to remove new syntax errors, bug 380581 2007-05-29 22:41:06 +00:00
bclary%bclary.com 5c55271c81 JavaScript Test - tweak decompilation result, bug 353214 2007-05-29 22:05:11 +00:00
bclary%bclary.com a6de65d424 JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199 2007-05-29 21:59:13 +00:00
nboyd%atg.com 77442e116c Add skips for new tests and for older tests now failing, likely due to
different shell.js functions.
2007-05-29 21:09:10 +00:00
crowder%fiverocks.com 46311bd0ef Bug 381301: chomp closing ')' in obj_toSource more correctly, r=mrbkap 2007-05-29 21:05:09 +00:00
nboyd%atg.com 0eaeabd065 Fix compile warnings. Submission from umueller@demandware.com. 2007-05-29 19:44:00 +00:00
bclary%bclary.com 3fef4cea44 JavaScript Test - regression test for bug 375715, change test to -n negative format 2007-05-29 18:23:19 +00:00
mvl%exedo.nl 2e7e740e30 bug 382237: make xpctools profiler work, and make it record time spend in the function itself. r=shaver 2007-05-28 15:00:50 +00:00
bclary%bclary.com 1e713d8981 JavaScript Test - regression test for bug 381205, update to perform test in proper scope 2007-05-27 23:14:24 +00:00
bclary%bclary.com 0fd6cbab56 JavaScript Test - add js1.8 version option to browser-based test menu, no bug, not part of the build 2007-05-27 23:00:58 +00:00
bclary%bclary.com 1bbbb16fa9 JavaScript Test - regression test for bug 366941, by Robert Sayre; add version(180) foo 2007-05-27 20:13:35 +00:00
bclary%bclary.com 22ce060e27 JavaScript Test - regression test for bug 367629, by Jesse Ruderman 2007-05-27 18:43:16 +00:00
bclary%bclary.com 591ec2c204 JavaScript Test - regression test for bug 379482, by Jesse Ruderman 2007-05-27 18:33:14 +00:00
bclary%bclary.com 9bacaf1586 JavaScript Test - regression test for bug 379566, by Igor Bukanov 2007-05-27 18:25:54 +00:00
bclary%bclary.com ad9bca378e JavaScript Tests - regression test for bug 379925, by Jesse Ruderman 2007-05-26 16:27:25 +00:00
bclary%bclary.com 02b66e25d9 JavaScript Tests - regression tests for bug 380237, fix file name 2007-05-26 16:15:48 +00:00
bclary%bclary.com 0d826a3625 JavaScript Tests - regression tests for bug 380237, by Jesse Ruderman, Brendan Eich 2007-05-26 16:10:20 +00:00
bclary%bclary.com 0240bdbc18 JavaScript Test - regression test for bug 380506, by Jesse Ruderman 2007-05-26 14:00:13 +00:00
bclary%bclary.com 4a3db58112 JavaScript Test - regression test for bug 380581, by Jesse Ruderman 2007-05-26 13:43:40 +00:00
bclary%bclary.com 97d9b49de8 JavaScript Test - regression test for bug 380889, by Igor Bukanov 2007-05-26 13:25:11 +00:00
bclary%bclary.com f781c99cf6 JavaScript Test - regression test for bug 381101, by Jesse Ruderman 2007-05-26 13:19:53 +00:00
bclary%bclary.com 31836104f2 JavaScript Test - regression test for bug 381205, by Jesse Ruderman 2007-05-26 13:08:16 +00:00
bclary%bclary.com 430a0e142d JavaScript Test - regression test for bug 381211, by Jesse Ruderman 2007-05-26 13:00:49 +00:00
bclary%bclary.com a990fb379c JavaScript Test - regression test for bug 381303, by Biju 2007-05-26 12:30:31 +00:00
bclary%bclary.com 6b0c70ee67 JavaScript Test - regression test for bug 381372, by Jesse Ruderman 2007-05-26 01:40:22 +00:00
bclary%bclary.com 043d454c08 JavaScript Test - regression test for bug 381504, by James Ross 2007-05-26 01:20:26 +00:00
bclary%bclary.com e0e327827f JavaScript Tests - standardize test reporting for shell and browser, bug 380257 2007-05-26 00:19:49 +00:00
neil%parkwaycc.co.uk 395fcf25dd Bug 351007 Crash @ XPCWrappedNative::CallMethod passing null to out A*String parameters r+sr=jst 2007-05-25 20:45:50 +00:00
igor%mir2.org 90a940133f Bug 381779: patch from Gavin Reaney to improve memeory allocation for the sprint stack. r=myself 2007-05-25 11:35:27 +00:00
peterv%propagandism.org 8aac38c19e Fix for bug 377884 (Switch nsXPConnect::Traverse to use tracing). r=jst/igor, sr=dbaron. 2007-05-25 08:42:10 +00:00
inonit%inonit.com b67da72081 Revert to jsDriver.pl-compatible -l and -L options
Ignore unrecognized options (rather than terminating option processing)
2007-05-24 21:10:38 +00:00
nboyd%atg.com 4eb19ba1d3 Nit: fix typo in javadoc 2007-05-24 14:47:01 +00:00
nboyd%atg.com 3ac2239685 Fix bug 381819. Patch from Bob Clary <bclary@bclary.com>. 2007-05-24 14:17:10 +00:00
peterv%propagandism.org 9eca95ccdc Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 14:10:04 +00:00
nboyd%atg.com 0a025a97dc Add more publicly accessible name for building tests so that
we can have better instructions at
http://developer.mozilla.org/en/docs/Rhino:Testing
2007-05-24 13:45:42 +00:00
igor%mir2.org 4639896d19 Bug 379758: SETSP is removed 2007-05-24 07:51:47 +00:00
igor%mir2.org a2d68820d0 Bug 381236: static assert that does not depend on __LINE__ 2007-05-24 07:27:45 +00:00
mrbkap%gmail.com 2d1e014a71 Back this out for now to sort out what happens when we're called from C++, not from Javascript. 2007-05-24 00:50:50 +00:00
mrbkap%gmail.com f3ce0b14cc Use the currently executing function as the nominal parent for our function so that we pull the correct prototype for our function. bug 370127, r+sr=jst 2007-05-24 00:18:00 +00:00
crowder%fiverocks.com cd983400a9 Bug 381402: Compilation error with HAS_XDR_FREEZE_THAW and old Script object, r=mrbkap 2007-05-23 22:09:52 +00:00
crowder%fiverocks.com 11d41ea67d Bug 381402: Compilation error with HAS_SCRIPT_OBJECT, r=mrbkap 2007-05-23 21:50:43 +00:00
crowder%fiverocks.com 1221f4d57a Bug 375715: "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\Wb-G]/, patch by mrbkap, r=crowder 2007-05-23 21:13:13 +00:00
brendan%mozilla.org 1f95d8c9a8 Fix JOF_XMLNAME, etc., interrogation to mask the mode bits and compare (381504, r=mrbkap). 2007-05-23 06:04:18 +00:00
brendan%mozilla.org f2a155975a More generator expression decompilation love (381372, r=mrbkap). 2007-05-23 06:00:40 +00:00
asqueella%gmail.com e72aa521c3 bug 381369 - improve Components.utils.import-related comments
r=sayrer
2007-05-22 21:57:43 +00:00
mrbkap%gmail.com 1e734eac45 Mark the overwritten scope property in the space between where we remove it and re-add it in its changed form. bug 381374, r=igor 2007-05-22 00:55:04 +00:00
mrbkap%gmail.com 099172f12b Protect the number from GC, even if it was originally a number. bug 375976, r=crowder 2007-05-21 23:45:42 +00:00
crowder%fiverocks.com 2c0f318d9d Bug 380998: StackGrowthDirection is not reliable with Sun Studio 11, patch by Ginn Chen <ginn.chen@sun.com>, r=brendan 2007-05-21 22:55:48 +00:00
crowder%fiverocks.com 11c53843d6 Bug 379482: Crash [@ js_IsIdentifier] decompiling float setter, r=mrbkap 2007-05-21 19:33:33 +00:00
mrbkap%gmail.com 2e60306577 Count both the getter and setter for a given property. bug 381303, r=crowder 2007-05-21 18:02:33 +00:00
mrbkap%gmail.com 18fb5d91d7 Handle Function.prototype.toString not returning what we expect it to return (a function expression). bug 380933, r=crowder 2007-05-21 18:01:08 +00:00
sayrer%gmail.com 51e7babea6 Bug 238324. Tweak generateFactory to call new, and add unit tests for module loading. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bsmedberg 2007-05-20 22:45:15 +00:00
bclary%bclary.com ae90306c5a JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 20:05:08 +00:00
mrbkap%gmail.com 07d08b1ac7 If the scanner returned TOK_ERROR, it already reported an error. bug 380371, r=brendan 2007-05-19 02:09:23 +00:00
mrbkap%gmail.com 474aec7b5f Correctly parse regular expressions with the 'm' and 'y' flags. bug 378486, r=brendan 2007-05-19 01:57:30 +00:00
crowder%fiverocks.com ffe74a9a39 Bug 381211: fixing off-by-one caused by patch from bug 367629, r=mrbkap 2007-05-19 00:04:41 +00:00
crowder%fiverocks.com 87a7504996 Bug 367629: better obj_toSource for native functions and a few other cases, r=mrbkap 2007-05-18 23:12:56 +00:00
brendan%mozilla.org 5728d041b0 Restrict for([k,v] in o) special case to JS1.7 (366941, r=mrbkap). 2007-05-18 20:55:06 +00:00
brendan%mozilla.org ca689a5073 Support generator expressions for JS1.8 (380237, r=mrbkap). 2007-05-18 01:41:17 +00:00
brendan%mozilla.org c4feb93f8f Fix getter/setter decompilation to depend on generating op, not prefix string (381101, r=mrbkap). 2007-05-18 00:48:18 +00:00
mrbkap%gmail.com 9a32a7805e Skip over exception cookies, since we require JSOP_POP to pop them. bug 380016, r=brendan 2007-05-17 23:56:17 +00:00
nboyd%atg.com c0e381bd6e Updated skip list. 2007-05-17 00:30:27 +00:00
igor%mir2.org 3340d5fbf2 Bug 380833: AllocSlot now insists on the new slot being already set to void. r=brendan 2007-05-16 22:41:50 +00:00
igor%mir2.org 58cb3368f9 Bug 380889: fixing the disassembler, r=brendan 2007-05-16 19:00:47 +00:00
nboyd%atg.com 32916cfbf1 Correct behavior for enumerability of prototype properties of function
objects and Function. See ECMA 15.3.5.2 and 15.3.3.1.
2007-05-16 12:41:00 +00:00
igor%mir2.org 356af18067 Bug 379885: JS_GetGCMarkingTracer is removed. r=brendan 2007-05-16 01:13:28 +00:00
sayrer%gmail.com 2cbdb29e75 Bug 238324: JS code-sharing module system. Patch by Alex Fritze <alex@croczilla.com> and Robert Sayre <sayrer@gmail.com>. r=shaver/brendan, sr=brendan 2007-05-15 23:27:41 +00:00
crowder%fiverocks.com e1e177ba91 Bug 308429: make tooMuchGC dynamic (runtime gczeal option), r=brendan 2007-05-15 23:27:20 +00:00
crowder%fiverocks.com bdcf02c83c Bug 358594: sharp variables should deserialize using old getter/setter syntax. 2007-05-15 22:41:24 +00:00
nboyd%atg.com d50c414dec The "prototype" property of a function object should be enumerable. 2007-05-15 20:23:18 +00:00
szegedia%freemail.hu 821f63b700 Fixing IllegalArgumentException for FEATURE_STRICT_MODE and FEATURE_WARNING_AS_ERROR 2007-05-15 17:27:46 +00:00
igor%mir2.org 27401e4c60 Bug 379566: keywords are no special with get/set getters. r=brendan 2007-05-15 15:17:14 +00:00
igor%mir2.org 3da8b3e841 Bug 340212: All XPC GC tracing now happens in the runtime trace callback. 2007-05-15 09:01:34 +00:00
edwsmith%adobe.com c721ce471b Remove mozilla/js/tamarin, see http://hg.mozilla.org/tamarin-central 2007-05-11 20:30:15 +00:00
nboyd%atg.com 5f473e905f Fix javadoc 2007-05-11 15:14:07 +00:00
bclary%bclary.com 58d91a7b08 JavaScript Tests - add automation helper scripts, no bug, not part of the build 2007-05-11 04:11:39 +00:00
bclary%bclary.com 681d041bb8 JavaScript Test - regression test for bug 354998, revert Object.prototype to prevent side effects 2007-05-10 06:10:50 +00:00
bclary%bclary.com 1d7a4fb2c7 JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build 2007-05-09 23:01:33 +00:00
igor%mir2.org cb6c12eea9 Bug 380197: fixing regression from bug 380197. r=brendan 2007-05-09 21:40:36 +00:00
brendan%mozilla.org 83e65c48bd Fiddle cosmetics. 2007-05-09 20:19:26 +00:00
nboyd%atg.com 54a812fb3e Remove a number of warnings by having the switch generator use label L0. 2007-05-09 18:39:12 +00:00
nboyd%atg.com 99c2a5b427 Move test classes out of org.mozilla.javascript package. Updates to JsDriver
to allow for loading test lists from files using '@' syntax.
2007-05-09 18:22:59 +00:00
crowder%fiverocks.com 95a9e671a2 Bug 379482: Crash decompiling float setter, r=brendan, r=igor 2007-05-09 15:21:32 +00:00
igor%mir2.org a06e35a66c Bug 379727: Using tracing instead of explicit root management. r=alfred.peng sr=brendan 2007-05-09 11:11:53 +00:00
crowder%fiverocks.com 10e1027fd6 woops, backing out due to closed tree 2007-05-09 05:45:57 +00:00
crowder%fiverocks.com 43cdc29aee Bug 379482: Crash decompiling float setter, r=brendan, r=igor 2007-05-09 05:45:09 +00:00
brendan%mozilla.org ca6379210a Fixes left in wake of JSOP_POPN (379925, r=igor). 2007-05-08 19:04:13 +00:00
bclary%bclary.com 05bf7702c2 JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025 2007-05-08 17:10:11 +00:00
bclary%bclary.com 41dfa18fbb JavaScript Test - regression test for bug 352459, by Jesse Ruderman 2007-05-07 19:20:39 +00:00
bclary%bclary.com 9c7b7df1f8 JavaScript Test - regression test for bug 352732, by Jesse Ruderman 2007-05-07 19:07:36 +00:00
bclary%bclary.com 856a98e4ca JavaScript Test - regression test for bug 361566, by Jesse Ruderman 2007-05-07 19:00:19 +00:00
bclary%bclary.com b7a7f3de99 JavaScript Tests - regression tests for bug 373827, by Jesse Ruderman 2007-05-07 18:53:05 +00:00
bclary%bclary.com 8243ed2f06 JavaScript Tests - regression test for bug 375695, by Jesse Ruderman 2007-05-07 18:45:39 +00:00
brendan%mozilla.org 5c8832e1eb Stop overloading JSOP_SETSP for both exception handling and group assignment bulk popping (375695, r=igor). 2007-05-07 06:40:10 +00:00
bclary%bclary.com 4b3f2a2135 JavaScript Test - test automation, add js1_8, no bug, not part of the build 2007-05-07 05:38:03 +00:00
bclary%bclary.com 8843cc7d49 JavaScript Tests - disable window.onerror handler to prevent false failure, bug 340804 2007-05-07 05:18:27 +00:00
bclary%bclary.com 91b4395631 JavaScript Test - remove non-standard use of unescape, bug 370585 2007-05-07 04:52:07 +00:00
bclary%bclary.com eb5e6b8af8 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 04:20:22 +00:00
bclary%bclary.com 81a3f01800 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 00:54:25 +00:00
bclary%bclary.com 3e8bdf05ad JavaScript Tests - segregate non-standard tests, add tests lists for extensions and gc test, bug 370585 2007-05-07 00:12:08 +00:00
bclary%bclary.com 9c02600478 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-07 00:08:00 +00:00
bclary%bclary.com 4b75db7647 JavaScript Tests - setup js1_6 decompilation sub suite, bug 370585 2007-05-06 23:27:00 +00:00
igor%mir2.org 87a6850bfb Bug 379855: js_CodeSpec.name/token are moved to separated arrays to shrink the code. r=brendan 2007-05-06 10:50:07 +00:00
brendan%mozilla.org 787c4a5065 Unhide a crucial pop from the decompiler (379860, r=igor). 2007-05-06 09:29:21 +00:00
igor%mir2.org 39de43d367 Bug 379851: branch callback is accessed via cx->branchCallback for smaller code. r=brendan 2007-05-06 09:08:52 +00:00
bclary%bclary.com 3fa6aad4b1 JavaScript Test - regression test for bug 378492, by Jesse Ruderman 2007-05-06 08:46:32 +00:00
bclary%bclary.com f747c72b30 JavaScript Test - regression test for bug 367120, by moz_bu_r_a4 2007-05-06 08:41:44 +00:00
bclary%bclary.com 077e294804 JavaScript Test - regression test for bug 367119, by moz_bu_r_a4 2007-05-06 08:39:46 +00:00
bclary%bclary.com 80ececaacc JavaScript Test - regression test for bug 367118, by moz_bu_r_a4 2007-05-06 08:37:14 +00:00
bclary%bclary.com 974d064f95 JavaScript Test - regression test for bug 366123, by shutdown 2007-05-06 08:34:25 +00:00
bclary%bclary.com b05ec1f013 JavaScript Test - regression test for bug 365527, by Igor Bukanov 2007-05-06 08:30:59 +00:00
bclary%bclary.com 65825a044a JavaScript Test - regression test for bug 361856, by shutdown 2007-05-06 08:11:00 +00:00
bclary%bclary.com 80b726764c JavaScript Tests - regression tests for bug 360681, by Igor Bukanov 2007-05-06 08:06:47 +00:00
bclary%bclary.com d8c9bc2afa JavaScript Test - regression test for bug 358508, by shutdown 2007-05-06 08:04:05 +00:00
bclary%bclary.com c5ed1f93e5 JavaScript Tests - regression test for bug 353078, by Jesse Ruderman 2007-05-06 08:01:46 +00:00
bclary%bclary.com d8bbe83f67 JavaScript Test - regression test for bug 311161, by Jesse Ruderman 2007-05-06 07:57:19 +00:00
bclary%bclary.com 59fed4c5b2 JavaScript Test - regression test for bug 346642, update decompilation changes. 2007-05-06 07:32:42 +00:00
bclary%bclary.com 626adec694 JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736 2007-05-06 06:53:10 +00:00
brendan%mozilla.org 50a7f7fcbf Fix blunder in reworking of how SpiderMonkey detects a label statement (reported by Steve Yegge). 2007-05-06 04:34:24 +00:00
graydon%mozilla.com 1dee25ff2e Back out patch for bug 368869, yet again. Seems to cause some obscure crashes
in nightlies.
2007-05-06 03:46:06 +00:00
bclary%bclary.com 17251155f1 JavaScript Test - regression test for bug 376052, by George Kangas 2007-05-05 07:28:04 +00:00
bclary%bclary.com 5dac4f6fcf JavaScript Test - regression test for bug 379483, by Jesse Ruderman 2007-05-05 07:12:40 +00:00
bclary%bclary.com 884a745aac JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509 2007-05-05 07:03:37 +00:00
bzbarsky%mit.edu 0789d5e3b1 When pushing on top of a JSContext on the XPConnect JSContext stack, save off
the JSStackFrame chain on that JSContext.  When popping, restore the stack
frame chain.  Bug 371858, r=jst, sr=brendan
2007-05-05 05:55:47 +00:00
bclary%bclary.com fdcf8cb57a JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 18:49:31 +00:00
brendan%mozilla.org 75665d1b36 Fix some assertions to avoid re-evaluating macro args; tweak comments. 2007-05-04 18:34:56 +00:00
igor%mir2.org 8b579d6ee0 Bug 379455: tracing API now let the tracer to know about the GC lock count. 2007-05-04 15:43:19 +00:00
peterv%propagandism.org fb15a2472d Fix for bug 379593 (Only create one XPCCallContext per cycle collection). r=jst, sr=brendan. 2007-05-04 08:55:08 +00:00
graydon%mozilla.com b8216b0784 Bug #368869, suspect all native wrappers as cycle roots (again).
r=brendan, sr=jst
2007-05-03 22:53:00 +00:00
brendan%mozilla.org 5339970e54 Balance the stack for destructuring catch heads (379483, r=igor). 2007-05-03 06:39:44 +00:00
igor%mir2.org bf36fc9934 Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan 2007-05-02 20:20:22 +00:00
szegedia%freemail.hu 49d0dceda0 Fix for Bug 379104 � new Date(2007,5,0) should reflect May 31, 2007, not June 1, 2007 2007-05-02 20:17:15 +00:00
crowder%fiverocks.com f412cec0ea fixing a compiler warning introduced by patch in bug 365083, r=brendan 2007-05-02 19:55:07 +00:00
bclary%bclary.com 674e58d77a JavaScript Test - regression test for bug 356083, by Jesse Ruderman 2007-05-02 17:38:53 +00:00
bclary%bclary.com 299d2fd4ea JavaScript Test - regression test for bug 356248, by Jesse Ruderman 2007-05-02 17:31:22 +00:00
bclary%bclary.com f471535d43 JavaScript Test - regression test for bug 368224, by Jesse Ruderman 2007-05-02 17:26:16 +00:00
bclary%bclary.com 109ac26244 JavaScript Test - regression test for bug 375642, by Jesse Ruderman 2007-05-02 17:21:50 +00:00
bclary%bclary.com 7df44ed5f9 JavaScript Test - regression test for bug 375794, by Jesse Ruderman 2007-05-02 17:14:39 +00:00
bclary%bclary.com c3e7d32382 JavaScript Test - regression test for bug 378738, by Igor Tandetnik, Martin Honnen 2007-05-02 16:53:43 +00:00
bclary%bclary.com ad7a39d479 JavaScript Tests - regression test for bug 378789, by Igor Bukanov 2007-05-02 16:45:47 +00:00
bclary%bclary.com c8e0f3c242 JavaScript Tests - add js1_8 suite for features not shipping on the 1.8.1 branch, no bug, not part of the build 2007-05-02 16:43:32 +00:00
szegedia%freemail.hu 7a499942a6 Committing fix for #376831: Function.prototype shouldn't be enumerable 2007-05-02 16:42:11 +00:00
bclary%bclary.com 5975df230d JavaScript Test - regression test for bug 379442, by Jesse Ruderman 2007-05-02 16:21:55 +00:00
brendan%mozilla.org 4704e7eff0 Followup fix to dumb bug in last checkin (379442, r=me). 2007-05-02 08:12:38 +00:00
szegedia%freemail.hu 939b600e33 Removed unused imports 2007-05-02 08:03:44 +00:00
brendan%mozilla.org 94e27d2a42 Skip #n= at front of initialiser on right of destructuring assignment forms (368224, r=igor). 2007-05-02 07:24:20 +00:00
brendan%mozilla.org b6e56304e1 Fix model stack management for catch guards in the decompiler; eliminate related SRC_HIDDEN abusage (375794, r=igor). 2007-05-02 07:09:27 +00:00
nboyd%atg.com 3a4b4ba16c Remove unneeded ';' 2007-05-02 01:53:41 +00:00
igor%mir2.org 1d398d03c5 Bug 377751: removal of the commit. 2007-05-01 21:54:29 +00:00
igor%mir2.org 79e14946ff Bug 377751: More build fixes. 2007-05-01 21:44:15 +00:00
igor%mir2.org cec62b28cb Bug 377751: Fixing windows compilation problem. 2007-05-01 21:33:00 +00:00
igor%mir2.org a7df17c084 Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst 2007-05-01 21:06:07 +00:00
nboyd%atg.com 0fc02cd279 Fix javadoc. 2007-05-01 20:31:49 +00:00
crowder%fiverocks.com 8f22345c18 Bug 356083: incorrect decompilation for ({this setter: function () {} }) and others, r=igor, r=brendan 2007-05-01 18:07:44 +00:00
crowder%fiverocks.com 37111e31ac Bug 375715: assertion on bogus character ranges in regexps, r=mrbkap 2007-05-01 17:51:34 +00:00
nboyd%atg.com abd581a841 Partial fix for Bug 378790 - Add JS 1.5 strict mode.
Patch provided by Bob Jervis (bjervis@google.com).
2007-05-01 14:11:21 +00:00
peterv%propagandism.org d9d0f1bc5d Part of bug 377606 (Switch cycle collector to more efficient hashtables - only keep hashtable around while collecting). r=graydon, sr=dbaron. 2007-05-01 12:51:39 +00:00
igor%mir2.org 219175b60a Bug 379146: New API to register application-specific GC roots. r=brendan 2007-05-01 10:09:46 +00:00
bclary%bclary.com b4904d3288 JavaScript Tests - add missing mode lines, no bug, not part of the build 2007-04-30 20:11:28 +00:00
bclary%bclary.com f3e4795418 JavaScript Tests - update automation scripts, no bug, not part of the build 2007-04-30 20:03:56 +00:00
bclary%bclary.com 5c8a95113e JavaScript Tests - update slow-n.tests, remove e4x/Regress/regress-350531.js, add js1_5/GC/regress-319980-01.js, js1_5/GC/regress-338653.js, no bug, not part of the build 2007-04-30 19:59:55 +00:00
bclary%bclary.com 5776eed302 JavaScript Tests - clean up dummy shell.js, not bug, not part of the build 2007-04-30 17:23:33 +00:00
bclary%bclary.com 80ad482bac JavaScript Test - add missing end test prolog for asynchronous test, bug 324688 2007-04-30 17:11:07 +00:00
igor%mir2.org 54d5ee11ed Bug 379165: Simplifing JS_DimpHeap while fixing BeOS build problems. r=brendan 2007-04-29 21:49:01 +00:00
bclary%bclary.com b6e84671e9 JavaScript Test - regression test for bug 353165, only test for crash 2007-04-28 22:38:32 +00:00
jwalden%mit.edu 1ee1b14498 Bug 378738 - \d pattern matches characters other than the decimal digits 0-9. r=mrbkap 2007-04-28 01:27:38 +00:00
igor%mir2.org 750ee280a1 Bug 378255: DEBUG build of xpc now dumps JS heap on shutdown to a file defined by XPC_SHUTDOWN_HEAP_DUMP environment variable. r=brendan sr=jst 2007-04-27 06:12:39 +00:00
bzbarsky%mit.edu ef4d4e9be0 Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,
sr=jst.  r=mrbkap, sr=jst for the test.
2007-04-27 04:19:12 +00:00
bclary%bclary.com 01fc720fda JavaScript Tests - update Daylight Savings Time, other Date related tests, bug 378683 2007-04-26 16:25:55 +00:00
inonit%inonit.com 0145cbd3b7 Fix bug 378580 2007-04-25 22:32:17 +00:00
igor%mir2.org 13f6304282 Bug 378789: js_PutEscapedStringImpl can now cope with \0 in JSString. r=brendan 2007-04-25 22:30:35 +00:00
igor%mir2.org 955760f1bb Bug 378255: Information about JS_DumpDebug to replace GC_MARK_DEBUG info. 2007-04-25 19:39:15 +00:00
nboyd%atg.com 1699129013 Fix a bunch of warnings. 2007-04-25 17:31:12 +00:00
nboyd%atg.com 1ccac6354f Fix test not to depend on AWT, which caused headless exceptions running without
a X terminal.
2007-04-25 17:25:08 +00:00
nboyd%atg.com 9e021bb961 Skip performance test. 2007-04-25 17:23:13 +00:00
peterv%propagandism.org d0d256596c Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 16:35:31 +00:00
igor%mir2.org d3bb8f0c33 Bug 378261: Replacing GC_MARK_DEBUG by DumpHeap. r=brendan 2007-04-25 13:43:18 +00:00
inonit%inonit.com 8ed9f05251 Include stack traces in XML output 2007-04-25 03:23:41 +00:00
inonit%inonit.com c42477c872 Identify tests run in XML output format
Translate text data into XML-ish (\n) line endings
2007-04-25 03:01:12 +00:00
inonit%inonit.com c8a4947b56 Test driver now also emits results in XML format for possible postprocessing (includes things like performance data, complete output for all tests, etc.) 2007-04-25 02:50:20 +00:00
igor%mir2.org a13d457f88 Bug 378492: proper checks for null and jsval type when tracing, r=brendan 2007-04-24 23:11:02 +00:00
inonit%inonit.com 48a4545c1e Correct the dependencies in the XMLBeans download and compilation process (so that download is not done if the xbean.jar and jsr173.jar properties already point to an installation) 2007-04-24 21:49:43 +00:00
inonit%inonit.com 8a3130f673 Separate compilation of JsDriver from compilation of JUnit-based tests so that JUnit is not required to compile non-JUnit tests 2007-04-24 21:16:57 +00:00
timeless%mozdev.org b28e8130f6 Bug 375270] GC: separating traversal and marking
Adding help() for dumpHeap [fixing crash on solaris x86]
r=igor
2007-04-24 16:42:25 +00:00
nboyd%atg.com 27e4a1491b Fix javadoc errors. 2007-04-24 12:32:30 +00:00
nboyd%atg.com 1a9e236dd3 Fix javadoc errors. 2007-04-24 11:02:42 +00:00
dbaron%dbaron.org 4da3802f28 Followup fixes to making cycle collector use more efficient hashtables: shrink size of table and fix warnings on 64-bit machines. b=377606 sr=peterv r=graydon 2007-04-23 23:34:33 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
peterv%propagandism.org e0337217d2 Fix for bug 372110 (Make cycle-collection debugging features optional at compile time). r=graydon, sr=jst. 2007-04-21 17:43:19 +00:00
igor%mir2.org 65436efe36 Bug 375270: fixing frprintf args in DumpHeap 2007-04-21 14:06:43 +00:00
peterv%propagandism.org 93712e056d Fix for bug 377606 (Switch cycle collector to more efficient hashtables). Patch by graydon, r=peterv, sr=dbaron. 2007-04-20 08:01:01 +00:00
crowder%fiverocks.com 5effd2bd66 Fixing a trivial warning in an assertion, r=crowder 2007-04-20 00:36:52 +00:00
jst%mozilla.org 1e2dcc2243 One more fix for bug 368945. Make sure to find the right this object when calling functions through a wrapper. r+sr=brendan@mozilla.org 2007-04-19 20:27:57 +00:00
nboyd%atg.com 589c036c73 Updated skip list for Rhino. Still needs more work categorizing failures. 2007-04-19 02:28:01 +00:00
nboyd%atg.com 0e98e0befe Tests in this directory oddly depend on a 3-argument TestCase constructor,
rather than the conventional 4-argument constructor, so many tests were
incorrectly failing. Changed to a 3-argument constructor.
2007-04-19 02:24:45 +00:00
igor%mir2.org aafeb526fb Bug 377896: fixing compilation warning about return JS_FALSE in a function returning JSXML*. r=brendan 2007-04-19 02:09:40 +00:00
nboyd%atg.com 40afa4fbf1 Add -debug flag to shell. Will cause it to generate debug for compiled class
files.
2007-04-18 17:08:42 +00:00
nboyd%atg.com 72b1d7697f Minor javadoc changes. 2007-04-18 15:57:44 +00:00
peterv%propagandism.org 5dacf86a27 Fix for bug 374872 (freeze/pause after clicking on a link). Patch by sspitzer, r/sr=peterv. 2007-04-18 10:14:38 +00:00
igor%mir2.org 5066f18bfc Bug 377831: patch from Martijn Wargers <martijn.martijn@gmail.com> to fix JS_TraceChildren declarataion. r=myself 2007-04-18 05:59:10 +00:00
igor%mir2.org f19cd13e4b Bug 377754: fixing JS_CLASS_TRACE macro and misspellings. r=brendan 2007-04-17 21:14:18 +00:00
igor%mir2.org ecff4dd0d6 Fixing misspelling in comments. 2007-04-17 21:10:22 +00:00
mrbkap%gmail.com d6dc4e6ce3 Add an assertion. bug 377090, r=brendan 2007-04-17 21:07:31 +00:00
bclary%bclary.com 8c6c531e30 JavaScript Test - add -Q command line option to jsDriver.pl to disable interrupt signal handler, bug 376701, r=mrbkap 2007-04-17 16:23:27 +00:00
nboyd%atg.com 39b0008481 Fix Bug 377777 - Don't lose precision on a java.lang.Long passed to a long parameter 2007-04-17 15:57:53 +00:00
bclary%bclary.com c38073f865 JavaScript Test - regression test for bug 291927, by Michael Lipp, David P. Caldwell 2007-04-17 13:27:23 +00:00
bclary%bclary.com f4f4967bf9 JavaScript Tests - move tests 5,6 from 373082 to 376773 2007-04-17 12:55:18 +00:00
igor%mir2.org b14781090f Bug 375270: API to trace GC things graph without running the GC. r=brendan 2007-04-17 06:53:39 +00:00
bclary%bclary.com ba0012ad79 JavaScript Tests - reduce test output not related to success/failure, bug 350531 2007-04-14 17:18:58 +00:00
bclary%bclary.com 81919bdc51 JavaScript Tests - do not perform comparisons for skipped test, bug 354541 2007-04-14 17:04:11 +00:00
inonit%inonit.com 9abd299845 Fix crash on startup in pre 1.5 VMs when XMLBeans not available 2007-04-14 00:48:13 +00:00
inonit%inonit.com 966e7ddc26 Rewording docs 2007-04-14 00:47:26 +00:00
crowder%fiverocks.com 4eceb88393 Bug 375642: another regexp that makes JS allocate > 1GB and hand, r=mrbkap 2007-04-14 00:27:12 +00:00
crowder%fiverocks.com aff4d55f08 Bug 356248: incorrect decompilation for object literal with named getter function; property and function names are mashed together, r=brendan 2007-04-14 00:13:02 +00:00
mrbkap%gmail.com fd792c6d29 Add an API to set aside and restore cx->fp. bug 377090, r=brendan 2007-04-13 19:20:22 +00:00
nboyd%atg.com bd8bf67520 Add missing version option. 2007-04-12 17:25:02 +00:00
nboyd%atg.com 849588fa34 Fix javadoc comment for version 1.6. 2007-04-12 17:23:21 +00:00
inonit%inonit.com ff04363b0b Fix bug in which elements which looked like HTML documents would get converted to strings incorrectly 2007-04-11 02:17:10 +00:00
mrbkap%gmail.com 1aa2b29971 Protect against someone calling XPCSafeJSObjectWrapper.prototype(). bug 375164, r+sr=brendan 2007-04-10 16:04:43 +00:00
igor%mir2.org 67d660491e Bug 373175: hiding code to set arena names behind JS_ARENAMETER. r=brendan 2007-04-10 13:29:10 +00:00
bclary%bclary.com a5ab3ba178 JavaScript Test - regression test for bug 352013, by Brendan Eich 2007-04-08 09:07:54 +00:00
bclary%bclary.com 58b9529c3f JavaScript Test - regression test for bug 352441, by Jesse Ruderman 2007-04-08 08:47:25 +00:00
bclary%bclary.com 2c6532d2e3 JavaScript Test - regression test for bug 352789, by Jesse Ruderman 2007-04-08 08:40:41 +00:00
bclary%bclary.com 3fdce81be9 JavaScript Test - regression test for bug 353146, by Jesse Ruderman 2007-04-08 08:32:51 +00:00
bclary%bclary.com fd496e8ebf JavaScript Test - regression test for bug 355786, by Jesse Ruderman 2007-04-08 07:52:03 +00:00
bclary%bclary.com aced892b48 JavaScript Test - regression test for bug 376564, by Jesse Ruderman 2007-04-08 07:44:49 +00:00
bclary%bclary.com ff13a49081 JavaScript Test - regression test for bug 376773, by Igor Bukanov 2007-04-08 06:24:43 +00:00
igor%mir2.org 4fa18dc072 Bug 373082: fixing bad English in comments for xml_lookupProperty. 2007-04-07 15:19:23 +00:00
nboyd%atg.com 89b58c9f11 Add special __javaClass__ property on NativeJavaClass to allow access to
the underlying java.lang.Class instance.
2007-04-07 02:52:23 +00:00
brendan%mozilla.org 9306c0f164 Add -o <option> to shell; add JSOPTION_ANONFUNFIX and test it for ECMA conformance (376052, r=igor). 2007-04-07 01:20:28 +00:00
bclary%bclary.com 1e0b6d0db1 JavaScript Test - regression test for bug 373072, update to check for new exception 2007-04-06 18:46:04 +00:00
inonit%inonit.com fcc81a4b64 Insert conditional having to do with bug 369394 while we are reviewing it 2007-04-06 14:48:15 +00:00
nboyd%atg.com 121dfe455e Fix warnings, clean up javadoc. 2007-04-05 15:50:25 +00:00
nboyd%atg.com 34975a42d7 Fix empty statement warnings. 2007-04-05 14:59:49 +00:00
nboyd%atg.com af2b862079 Fix javadoc. 2007-04-05 14:56:01 +00:00
nboyd%atg.com 41aebfbe10 Remove IDE-inserted comment. 2007-04-05 14:53:10 +00:00
igor%mir2.org 36850b18be Bug 366725: Fixing compilation problems with JS_C_STRINGS_ARE_UTF8 defined. 2007-04-05 10:52:35 +00:00
jruderman%hmc.edu 15033e9738 Bug 376564, Incorrect decompilation for "new (eval())". r=brendan. 2007-04-05 03:24:41 +00:00
brendan%mozilla.org 9abab2b106 Fix decompilation of for(a[b,c] in d) and the like (355786, r=mrbkap). 2007-04-04 23:35:30 +00:00
brendan%mozilla.org 1fba5a0978 Fix special case of new (f()()) and the like (352013 part deux, r=mrbkap). 2007-04-04 23:32:33 +00:00
igor%mir2.org be03838f82 Bug 375183: simpler noSuchMethod implementation, r=brendan. 2007-04-04 22:18:57 +00:00
nboyd%atg.com 3f6be5befa Fix Bug 370400 - Rhino should support const keyword
Patch provided by Bob Jervis (bjervis@google.com)
2007-04-04 20:52:13 +00:00
nboyd%atg.com 126e1ca723 Fix typo in javadoc (thanks to Bob Jervis). 2007-04-04 19:02:53 +00:00
brendan%mozilla.org b692a3c6a8 Allow case yield: in JS1.7 (352441, r=mrbkap). 2007-04-04 18:02:50 +00:00
bclary%bclary.com bc3e14487d JavaScript Test - regression test for bug 314874, by HE Shi-Jun 2007-04-04 04:09:20 +00:00
bclary%bclary.com ada8407428 JavaScript Test - update regression test for bug 345736, by Jesse Ruderman 2007-04-04 03:42:01 +00:00
bclary%bclary.com ea321e1da2 JavaScript Test - regression test for bug 350387, by Nanto Vi (TOYAMA Nao) 2007-04-04 03:37:14 +00:00
nboyd%atg.com 36bcb49b27 Fix bug 386455 - Implement "get" and "set" getter/setter forms in object
initializers in Rhino.
https://bugzilla.mozilla.org/show_bug.cgi?id=368455
Patch submitted by Bob Jervis (bjervis@google.com).
2007-04-03 21:15:17 +00:00
bclary%bclary.com 5148c4de94 JavaScript Test -regression test for bug 351219, by Jesse Ruderman 2007-04-03 13:43:44 +00:00
bclary%bclary.com 071891c9c8 JavaScript Test - regression test for bug 352360, by Jesse Ruderman 2007-04-03 13:32:28 +00:00
bclary%bclary.com 74efb8b8bc JavaScript Test - regression test for bug 352453, by Jesse Ruderman 2007-04-03 12:01:36 +00:00
bclary%bclary.com c93c39f29d JavaScript Test - regression test for bug 374160, by Jesse Ruderman 2007-04-03 11:53:34 +00:00
bclary%bclary.com c21ae9cd26 JavaScript Test - regression test for bug 374589, by Jesse Ruderman 2007-04-03 11:46:43 +00:00
bclary%bclary.com c6da52ffa6 JavaScript Test - regression test for bug 374713, by Jesse Ruderman 2007-04-03 11:34:08 +00:00
bclary%bclary.com f41d7ab2ad JavaScript Test - regression test for bug 375882, by Jesse Ruderman 2007-04-03 11:23:07 +00:00
bclary%bclary.com 68b076d343 JavaScript Test - regression test for bug 352013 2007-04-03 10:07:19 +00:00
bclary%bclary.com bdfcf2e468 Bug 374877 - Update JS_GetImplementationVersion() for JS1.7rc, r=brendan 2007-04-03 04:48:09 +00:00
brendan%mozilla.org f78f7f14ed Fix parser to allow eval(i)++ to compile (352453, r=mrbkap). 2007-04-03 03:26:50 +00:00
brendan%mozilla.org 1cc09d0eb3 Fix js_LineNumberToPC based on MikeM@RetekSolutions.com's input (313922, r=mrbkap). 2007-04-02 18:13:22 +00:00
brendan%mozilla.org 1ac3ce44d2 Unify double sprinting to handle non-finite and negative zero cases (375882, r=mrbkap). 2007-04-02 02:01:50 +00:00
igor%mir2.org 662de0ea86 Taking out the patches for bug 375999 and bug 375808 until the reason for ref counting leak would be clear. 2007-04-01 06:48:21 +00:00
igor%mir2.org c3c23acaf2 Bug 375999: fixing regression from bug 375808. r=brendan 2007-04-01 00:00:36 +00:00
bclary%bclary.com 8883d71d51 JavaScript Test - regression test for bug 371692, by Biju 2007-03-30 19:28:05 +00:00
nboyd%atg.com 7e16d75182 Fix Bug 368453 - Implement __lookupGetter__ and __lookupSetter__ in Rhino
Patch from Bob Jervis (bjervis@google.com).
2007-03-30 16:50:05 +00:00
gavin%gavinsharp.com 6870c1e398 Revert patch from bug 375715 because it broke Gmail (bug 375931) 2007-03-30 16:21:05 +00:00
bclary%bclary.com 9c56a43f60 JavaScript Test - add testcases from bug 375793, by Jesse Ruderman 2007-03-30 14:52:37 +00:00
nboyd%atg.com b7c033a5a1 Fix bug 368425: Implement __noSuchMethod__ in Rhino
Patch submitted by Bob Jervis (bjervis@google.com).
2007-03-30 13:30:05 +00:00
igor%mir2.org bae37334d9 Bug 375808 - GCX_PRIVATE is replaced by GCX_FUNCTION. r=brendan 2007-03-30 06:23:02 +00:00
igor%mir2.org 19d1dcd790 Removal of broken patch for bug 375808 2007-03-30 01:19:50 +00:00
igor%mir2.org 99ea4f132a Bug 375808 - GCX_PRIVATE is replaced by GCX_FUNCTION. r=brendan 2007-03-30 00:56:14 +00:00
igor%mir2.org 52b37f472f Bug 374160: Uniform applications of GetXMLObject. r=brendan 2007-03-29 20:39:46 +00:00
mrbkap%gmail.com bd1228fe59 Ignore let declarations when process variable declarations to ensure proper hoisting behavior. bug 350387, r=brendan 2007-03-29 18:25:22 +00:00
mrbkap%gmail.com a9969354fe Deal with the /i option before calculating the start (and localMax) for ranges. bug 375711, r=crowder 2007-03-29 18:19:15 +00:00
mrbkap%gmail.com bb6c4dcfa1 Continue processing the character set even though we found our max. bug 375715, r=crowder 2007-03-29 18:14:20 +00:00
crowder%fiverocks.com 178e9c59fb Bug 368152, more compiler warnings fixage, r=igor@mir2.org 2007-03-29 18:04:10 +00:00
nboyd%atg.com 021a8f7bcf Partial fix for bug 375682. This fixes the bug for Rhino's interpretive mode
only.
2007-03-29 16:57:54 +00:00
jwalden%mit.edu 6b6ff6cb06 Bug 375793 - Constant folder treats NaN coerced to boolean as true. r=mrbkap 2007-03-29 07:37:15 +00:00
brendan%mozilla.org 9a69a37a58 Fix bug 351219 and related (r=mrbkap). 2007-03-29 07:24:14 +00:00
bzbarsky%mit.edu 9e27ab7847 Fix JS strict warning in the wrapper code. Bug 371948, r+sr=brendan 2007-03-28 20:29:00 +00:00
igor%mir2.org 2c48424c17 Bug 374589: fixing generator/decompiler after bug 351102. r=brendan 2007-03-28 06:49:49 +00:00
crowder%fiverocks.com f1caf0d735 Bug 368152: Fixing warnings and one build error from jsregexp "debugger" patch, r=mrbkap 2007-03-28 00:31:25 +00:00
bclary%bclary.com ba4e8e1efb JavaScript Test - regression test for bug 346237, by Jesse Ruderman 2007-03-28 00:22:51 +00:00