Commit Graph

179547 Commits

Author SHA1 Message Date
rhelmer@mozilla.com
3126bfdb62 dump screen width/height/colorDepth to console b=382521 p=anodelman r=rhelmer 2007-05-30 17:36:15 -07:00
mozilla.mano@sent.com
01f39f58af Bug 382101 - Cannot move bookmark folder to the 'root'. r=sspitzer. 2007-05-30 17:34:13 -07:00
roc+@cs.cmu.edu
1a4430de8a Not (Really) Part Of The Build. Fix embarrassing error in nsLineBreaker... 2007-05-30 17:06:31 -07:00
kaie@kuix.de
778a50719a Bug 110161, follow up check in to fix SeaMonkey accesskeys in the sameway as done for Firefox. r=me 2007-05-30 16:42:34 -07:00
sspitzer@mozilla.org
3e76ce4cd6 fix for bug #382221: Dragging bookmark on toolbar doesn't give permanent resultwe need to adjust the indices before we make the change to the item we aremoving, otherwise, our we'll impact the index of the item we are moving.r=dietrich 2007-05-30 16:25:19 -07:00
kaie@kuix.de
146b7c014e Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor 2007-05-30 16:13:28 -07:00
enndeakin@sympatico.ca
2933ff93de Bug 332283, drop indicator not working for trees, r=sr=roc 2007-05-30 16:09:56 -07:00
brendan@mozilla.org
c357ffcffb Fix let-induced anti-bracing logic to cope with group assignment expression statements (356247, r=mrbkap). 2007-05-30 15:39:21 -07:00
roc+@cs.cmu.edu
eedac9e03a Fixing bustage 2007-05-30 15:36:30 -07:00
roc+@cs.cmu.edu
e34c7dff59 Bug 174397. Support getClientRects and getBoundingClientRect on DOM elements. r=jonas,dbaron; sr=tor, plus help from Anne van Kesteren and Martijn Wargers 2007-05-30 15:32:54 -07:00
roc+@cs.cmu.edu
e6c0113640 Not part of the build. Change nsLineBreaker so that breaks at element boundaries are always governed by the white-space property on the element that's the nearest common ancestor of the DOM nodes on each side of the break point --- fixes bug 382289. Also, pass NBSP through to textruns so that whitespace trimming doesn't trim NBSP. Also, count trimmed spaces correctly when updating mClusterCount. 2007-05-30 15:27:27 -07:00
roc+@cs.cmu.edu
02865070e1 Not (Really) Part Of The Build. Comment and whitespace changes only. More specific documentation for gfxSkipChars. 2007-05-30 15:20:11 -07:00
neil@parkwaycc.co.uk
d5caebcc34 Continuation of synchronisation of xpfe autocomplete with toolkit interfaces b=304309 r=ajschult rs=mscott 2007-05-30 15:08:44 -07:00
dtownsend@oxymoronical.com
d139348d49 Testcase for bug 380398: appversion manifest flag is broken in certain situations. r=bsmedberg 2007-05-30 14:52:47 -07:00
wtc@google.com
cab9531cad Bug 213637: follow the all lowercase comment style of this file. 2007-05-30 14:36:02 -07:00
scott@scott-macgregor.org
a58fefd6d8 Bug #382218 --> move mail/ Makefiles from allmakefiles.sh to mail/makefiles.sh.Patch by Henrik Skupin <hskupin@gmail.com>r=bentsr=mscott 2007-05-30 14:15:39 -07:00
jonas@sicking.cc
e8b9b78604 Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz 2007-05-30 13:43:41 -07:00
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