Commit Graph

179530 Commits

Author SHA1 Message Date
mcsmurf@mcsmurf.de
495231d1c6 Firefox/Thunderbird shell code uses wrong attribute for help text - Bug 382115, r=gavin for browser/, r=mscott for mail/ 2007-05-30 13:21:48 -07:00
nboyd@atg.com
a9cfdb19a3 Skip js1_5/Regress/regress-330352.js 2007-05-30 13:10:33 -07:00
crowder@fiverocks.com
9dad5e7465 Bug 381205: object uneval gets confused by special "getter functions", r=mrbkap 2007-05-30 13:05:31 -07:00
joshmoz@gmail.com
076ffab35a 10.4 is Tiger, not Panther. 2007-05-30 12:52:28 -07:00
gerv@gerv.net
45d731c7bc Bug 380017 - update the list of Initial Developers to be current, and sync up the three copies of license.html in the tree to all have the same bugfixes and the Growl license. 2007-05-30 11:50:46 -07:00
bclary@bclary.com
7345a679b4 JavaScript Test - update expected value for decompilation, bug 367629 2007-05-30 11:42:40 -07:00
joshmoz@gmail.com
0807823da2 don't modify the view hierarchy during drawing. patch by Steven Michaud. b=373122 r=josh sr=pinkerton 2007-05-30 11:25:44 -07:00
axel@pike.org
d6f5c56b85 bug 382451, use mkdir -p instead of mkdirhier, r=bsmedberg 2007-05-30 11:00:53 -07:00
bclary@bclary.com
16a41ab62b JavaScript Test - move test to decompilation subsuite, bug 344120 2007-05-30 10:42:50 -07:00
wtc@google.com
c557b28363 Bug 213637: if the pollable event becomes broken, create a new one. If wecan't create a new one, fall back on "busy wait". Since the pollable eventmay change now, we use a lock to protect it. The bug was tracked down byLiming Zhan. sr=darin.Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h 2007-05-30 10:30:39 -07:00
nboyd@atg.com
348eab5e21 Use the prefix feature to avoid enumerating all skipped tests. 2007-05-30 10:11:24 -07:00
sspitzer@mozilla.org
85b6f827a9 fix for bug #379591: places toolbar.xml should just change existing button itemChanged()r=mano 2007-05-30 09:17:34 -07:00
sspitzer@mozilla.org
95f002e59a fix for bug #382195: clicking the "show all bookmark folders" button is slow when we're opening to the bookmarks root.r=mano/dietrich 2007-05-30 09:08:11 -07:00
mats.palmgren@bredband.net
c0cd16b1b8 Check LL_GOTLINEBOX before using mLineBox. b=382396 r+sr=dbaron 2007-05-30 08:08:50 -07:00
ted.mielczarek@gmail.com
e19ff79122 bug 382372 - crashreporter restart misses command line arguments. patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-05-30 07:43:40 -07:00
nboyd@atg.com
1392336dce After the recent move to consolidate shell.js code, this test broke due todifferent epsilon values used in different shell.js scripts. So this changejust makes the test values match exactly. 2007-05-30 05:55:17 -07:00
vladimir@pobox.com
e231d4af26 dummy commit to kick unit test tinderboxes 2007-05-30 04:02:18 -07:00
vladimir@pobox.com
f107465a1d b=353860, -moz-border-radius, margin-left leaving 1px gaps -- fixed by 368247, marking reftests as passing 2007-05-30 02:46:01 -07:00
vladimir@pobox.com
44e55eb2be b=376446, spurious white pixels in animated gifs; r=asmith15, sr=pavlov -- patch from alfredkayser@nl.ibm.com 2007-05-30 01:40:45 -07:00
vladimir@pobox.com
a756340730 b=379505, content overflows border with -moz-border-radius: a.k.a. death to QBCurve; r+sr=roc 2007-05-30 01:37:30 -07:00
vladimir@pobox.com
152ca532cb b=375042, cairo symbol exposed, potentially conflicting with system cairo, r=stuart 2007-05-30 01:34:28 -07:00
vladimir@pobox.com
8b3f9bbe2b b=348462, clamp font size to a lower value; r=stuart 2007-05-30 01:32:50 -07:00
vladimir@pobox.com
4668da5aa9 b=364968, cairo big-image downscaling limit dest coord psace (corrupt favicon tab images), r+sr=roc 2007-05-30 01:22:05 -07:00
vladimir@pobox.com
a2c11c6811 b=364968, cairo big-image downscaling limit dest coord psace (corrupt favicon tab images), r+sr=roc 2007-05-30 01:20:40 -07:00
bclary@bclary.com
1556462469 JavaScript Test - update sudoku demo test 2007-05-29 22:58:26 -07:00
bclary@bclary.com
e5257241b2 Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan 2007-05-29 22:55:55 -07:00
gavin@gavinsharp.com
e1b9fc6735 Reland patch for bug 380873 since backing it out didn't fix the leaks 2007-05-29 21:44:48 -07:00
gavin@gavinsharp.com
12727ad61c Backout patch for bug 380873 to see if it fixes the newly introduced leak (how ironic) 2007-05-29 21:21:25 -07:00
vladimir@pobox.com
9769e53fe2 mark reftests as XFAIL on mac, see bug 382039 2007-05-29 20:49:56 -07:00
gavin@gavinsharp.com
7f8a9e85ad Bustage fix from bug 380931, forgot to land the changes to this file 2007-05-29 20:32:45 -07:00
gavin@gavinsharp.com
5ac54140a2 Bug 380857: work around lack of void strings in frozen string API by avoiding the use of nsILoginInfo::Init() (re-enable IE password migration), patch by Justin Dolske <dolske@mozilla.com>, r=me 2007-05-29 20:00:37 -07:00
sdwilsh@shawnwilsher.com
1dfba6879b Bug 381603 - Adapt to download manager changes. r=mconnor 2007-05-29 19:59:57 -07:00
gavin@gavinsharp.com
6e2d7bc42f Bug 380873: fix password manager leak regression by not holding a reference to the service from the factory, patch by Justin Dolske <dolske@mozilla.com>, r=me 2007-05-29 19:50:17 -07:00
gavin@gavinsharp.com
f8c9dfa7ed Bug 380931: use nsIFile instead of path/filename strings, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor 2007-05-29 19:47:47 -07:00
vladimir@pobox.com
4a82ffd916 b=368247, new border rendering approach, r+sr=roc 2007-05-29 19:46:54 -07:00
roc+@cs.cmu.edu
83d1634cc5 Bug 381657. Install offline cache listener even for loads from the disk/memory caches. patch by Dave Camp, r+sr=biesi 2007-05-29 19:34:23 -07:00
nboyd@atg.com
3341033724 Clean up skip list for recent test changes. 2007-05-29 19:32:17 -07:00
igor@mir2.org
262aa19f15 Bug 382335: proper cleanup after generator.close(). r=brendan 2007-05-29 19:29:09 -07:00
brendan@mozilla.org
a4f9deee1e Updated to track revised ES4-based grammar plus paren minimization changes to the decompiler (381113). 2007-05-29 18:52:57 -07:00
brendan@mozilla.org
f59ba39012 Implement ES4/JS2 expression closures (381113, r=mrbkap). 2007-05-29 18:49:42 -07:00
mrbkap@gmail.com
d92839c2f7 Add a space here for consistency. bug 381108, r=brendan 2007-05-29 18:23:24 -07:00
kaie@kuix.de
5a918bf8aa bug 334185, potential crasher fixr=kengert 2007-05-29 18:20:09 -07:00
kaie@kuix.de
fcf90f31c6 bug 380558, Some event waiting in PSM make the CPU wake from idle with no reasonPatch contributed by Mike Hommeyr=kengert 2007-05-29 18:14:32 -07:00
bclary@bclary.com
7c960779a2 JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests 2007-05-29 18:13:13 -07:00
brendan@mozilla.org
2f40451308 Fix delete parser to fold constants in its operand to discern genexp error case (382355, r=mrbkap). 2007-05-29 17:49:53 -07:00
tor@cs.brown.edu
71fb4520eb Bug 382333 - CTM changes not updating filter invalidation regions.r=longsonr, sr=roc 2007-05-29 17:36:02 -07:00
mozilla.mano@sent.com
f1137d54c4 Bug 382261 - Cannot move bookmarks toolbar folder. r=sspitzer. 2007-05-29 17:29:54 -07:00
pavlov@pavlov.net
39b713088b relanding code to get and cache code point info from each font on your system and improve font selection speed and results. bug 377950. r=vlad/roc,sr=roc 2007-05-29 17:07:03 -07:00
crowder@fiverocks.com
42edb60944 Recent code checkin regressed testcase from 356085 2007-05-29 17:06:21 -07:00
brendan@mozilla.org
577066e9ef Fix warning from last checkin (r=igor). 2007-05-29 16:17:37 -07:00