148419 Commits

Author SHA1 Message Date
bob%bclary.com
87a8e7179e Regression test - treat <! as the start of a comment to end of line unless e4x=1, test by Peter van der Woude, bug 311071 2005-10-10 03:00:38 +00:00
bob%bclary.com
ac68689a39 Regression test - HTML Comment on JS if statement causes erroneous results, test by Peter van der Woude, bug 310993 2005-10-10 02:57:47 +00:00
bob%bclary.com
6717add8a2 Regression test - JavaScript switch statement going to wrong case, test by Henry Cejtin, bug 308085 2005-10-10 02:54:56 +00:00
bob%bclary.com
e120dece77 Regression test - assertion parsing getter\n, test by Blake Kaplan, bug 306794 2005-10-10 02:51:30 +00:00
bob%bclary.com
25b92c44e4 Regression Test - sorting array of arrays should not crash due to GC, bug 306788regress-306788.js 2005-10-10 02:48:10 +00:00
bob%bclary.com
e2dd05e1c1 Allow conversion of NodeList to Array via Array.prototype.slice, test by Seno Aiko, bug 310351 2005-10-10 02:44:29 +00:00
bob%bclary.com
6e97f3ad96 Regression Test - allow unescaped / in regular expression literals, test by Phil Schwartau, bug 309840, obsoletes js1_5/Regress/regress-173067.js 2005-10-10 02:38:21 +00:00
mozilla.mano%sent.com
3668bae647 Bug 311467 - Can't drag and drop favicon or tab (in order to add it as a bookmark) below the last item in the bookmark sidebar. patch from Simon Bnzli <zeniko@gmail.com>, r=mconnor. 2005-10-10 02:37:44 +00:00
bob%bclary.com
cdf209be60 Regression test - properly root stack in toXMLString, test by Stephen Donner, bug 311580 2005-10-10 02:34:42 +00:00
bob%bclary.com
6aa78291b1 Regression test - Do not crash on long running script using e4x, test by conor@the325project.org, bug 309897 2005-10-10 02:29:58 +00:00
bob%bclary.com
8d014053a3 Regression test, Do not crash when searching large e4x tree, bug 308111, test by Aaron Boodman 2005-10-10 02:26:32 +00:00
mkaply%us.ibm.com
2cb417c7fe Forgot to package install.js 2005-10-10 01:46:30 +00:00
bob%bclary.com
b54b4f4d7a E4X should be on by default while preserving comment hacks, bug 309342, bug 311147, tests by Brendan Eich 2005-10-10 00:15:05 +00:00
bob%bclary.com
d86ff46038 E4X 11.4.1 - XML Initializer: SGML Comment hiding, bug 311157, test by Brendan Eich 2005-10-09 23:59:43 +00:00
bob%bclary.com
22ebfea3aa E4X 11.4.1 - XML Initializer: accept single processing instruction, CDATA section, single comment, test by Martin Honnen, bug 257679 2005-10-09 23:55:24 +00:00
neil%parkwaycc.co.uk
89e84d6abc Horizontal tree scrolling XBL/CSS cleanup b=308490 r=varga sr=bz 2005-10-09 23:42:28 +00:00
neil%parkwaycc.co.uk
dee759d48e Fix BeOS bustage b=299058 p=sergei_d@fi.tartu.ee r=biesi sr=me 2005-10-09 23:38:01 +00:00
bob%bclary.com
ee0fe9169b Add js1_6/Regress to the JavaScript test library 2005-10-09 23:29:42 +00:00
bob%bclary.com
aa1b00218a Add js1_6 directory for JavaScript 1.6 testing 2005-10-09 23:24:21 +00:00
bob%bclary.com
6031ffe85a automated testing - add full path to test results written to stdout, add simulated gc() for browser based tests (from Igor Bukanov), not part of the build, no bug 2005-10-09 23:19:44 +00:00
bob%bclary.com
c73e82ab17 automated testing - obsolete js1_5/Regress/regress-173067.js due to change in allowing unescaped / in literal regular expressions 2005-10-09 23:18:06 +00:00
bob%bclary.com
3acd984a4d automated testing - turn off javascript warnings, not part of the build, no bug 2005-10-09 23:06:38 +00:00
neil%parkwaycc.co.uk
a103837178 Bug 276299 Wallpaper filename should be localizable p=vhaarr r=me sr=jag 2005-10-09 20:32:07 +00:00
bzbarsky%mit.edu
99ff4ebd94 Make sure to always set the right capacity on the memory cache device. Bug
309729, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=bzbarsky
2005-10-09 19:58:06 +00:00
bsmedberg%covad.net
4989d9b958 Bug 311346 - Add directory service key for "C:\Program Files" r=darin 2005-10-09 19:00:19 +00:00
bzbarsky%mit.edu
33125a0a6f Do nothing if styles are flushed when we have no pending restyles. Bug 311546,
r+sr=dbaron
2005-10-09 18:24:50 +00:00
bzbarsky%mit.edu
d91034c3b8 Allow EOF to end declarations. Bug 311617, r+sr=dbaron 2005-10-09 18:22:51 +00:00
bsmedberg%covad.net
ac1ec75d5d Bug 311352 - Mac XUL Framework is XUL.framework, not just XUL r=darin 2005-10-09 18:20:03 +00:00
smfr%smfr.org
542361f8a8 Fix bug 311793: getIntPref:withSuccess: sometimes fails to set 'outSuccess'. Patch partiallyl by Ulrik Sverdrup. 2005-10-09 17:57:45 +00:00
mozilla.mano%sent.com
478330c48d Bug 299882 - Downloads > Download Folder preference UI is not updated. r=mconnor. 2005-10-09 17:37:02 +00:00
dbaron%dbaron.org
abc0ac68ae Back out bug 311456, at least for now, because it caused bug 311676. 2005-10-09 09:48:25 +00:00
mrbkap%gmail.com
91b7fee4e0 bug 311403: Enforce JS engine invarients. r=brendan 2005-10-09 07:56:32 +00:00
mrbkap%gmail.com
d9c972a330 bug 311619: Make sure to grab the correct scope object. r=brendan 2005-10-09 07:45:32 +00:00
brendan%mozilla.org
048053e1f7 Fix 310425 (r=mrbkap) and check in Igor's fix for 311497 (r=me). 2005-10-09 06:09:21 +00:00
brendan%mozilla.org
76c7c880b0 A few cleanups in wake of recent and old changes (r=mrbkap). 2005-10-09 04:25:35 +00:00
aaronleventhal%moonset.net
51dd2d7ff8 Bug 311430. Not firing EVENT_REORDER for frames/iframes that finish loading. r=parente, sr=jst 2005-10-09 02:36:27 +00:00
gavin%gavinsharp.com
11c4d8e7f9 Bug 311607: "Select new tabs opened from links" pref isn't obeyed for links dragged to existing tabs, r=mano 2005-10-09 02:29:49 +00:00
smfr%smfr.org
48c4228001 Fix bug 299030: ensure that we correctly update the Close Window menu shortcut when closing a multi-tabbed window with another simple window behind it. 2005-10-09 00:24:30 +00:00
smfr%smfr.org
29d8331d93 Fix bug 264085: don't spuriously go into cell edit mode when clicking the twisty in the bookmarks outliner. 2005-10-08 23:12:03 +00:00
bryner%brianryner.com
48082c9284 Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron. 2005-10-08 23:06:27 +00:00
smfr%smfr.org
d1b0778bd9 Code cleanup, no real changes. 2005-10-08 22:54:25 +00:00
bear%code-bear.com
e4b328bdf7 Updated the Install notes for readability
Updated src/bin/ReadMe and src/lib/ReadMe to reflect new files
Updated configure to use /home/tinderbox2 for the prefix default as that is what Install mentions
2005-10-08 20:00:59 +00:00
bear%code-bear.com
f6d5800f98 Updated info files so they read in the third person
fixed typos and grammer
changed layout to be a bit more readable
Moved release notes into a ReleaseNotes file
2005-10-08 18:57:16 +00:00
aaronleventhal%moonset.net
f5c7d43d7b Bug 311460. Accevent failing for options in closed combo box. Also fixes bug 310377, AccessibleObjectFromPoint not working iin multiple tabs. r=parent, sr=jst 2005-10-08 18:05:40 +00:00
mrbkap%gmail.com
c2534fb49e bug 311629: Protect against UnaryExpr overflow (e.g., several thousand +s). r=brendan 2005-10-08 17:49:03 +00:00
mozilla.mano%sent.com
e7ca8085b3 Bug 269799 - Clearing cookies using either Clear Private Data or the Clear All button in the privacy prefpane doesn't update the Cookies Manager until it's reopened. r=mconnor. 2005-10-08 15:44:47 +00:00
mozilla.mano%sent.com
2928af4b7c Bug 311508 - If the prefwindow is modal, 'Use Current Pages' should use the prefwindow opener as the current pages rather than the last focused browser window. r=mconnor. 2005-10-08 14:16:08 +00:00
bob%bclary.com
6cb5eef290 Prevent recursive death in UnaryExpr, test by Mook, bug 311629, not part of the build 2005-10-08 12:39:29 +00:00
neil%parkwaycc.co.uk
27a5e72b92 Bug 240627 Add warnings for some reserved key shortcuts r=bryner sr=bz 2005-10-08 10:20:02 +00:00
mats.palmgren%bredband.net
c5eb47073a Middle-click on scrollbar should not paste. b=70698 r+sr=bzbarsky 2005-10-08 10:08:18 +00:00