Commit Graph

177572 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
84b4bbf9fe Bug 374899: Remove powerplant, r=bsmedberg, rs=brendan 2007-03-23 13:16:54 -07:00
sayrer@gmail.com
0779143642 Add dump calls to attempt to determine the cause of orange on tinderbox 2007-03-23 12:47:09 -07:00
crowder@fiverocks.com
cbec55609e Bug 339652: Maximum recursion value is too low, r=brendan 2007-03-23 11:11:40 -07:00
benjamin@smedbergs.us
6ab1b9b0cb Bug 374813 - Replace rsync with scp and tar with zip, to work around Windows oddities, r=luser 2007-03-23 11:05:24 -07:00
Olli.Pettay@helsinki.fi
04a93cc490 Bug 375093, Crash [@ nsTypedSelection::ScrollIntoView] when right-clicking paste in input which then gets destroyed oninput, r+sr=dbaron 2007-03-23 10:32:34 -07:00
bugzilla@standard8.demon.co.uk
eb2cd2088d Temporary fix for debug build bustage 2007-03-23 09:16:24 -07:00
crowder@fiverocks.com
75c29d34ea Bug 373794: crash with bad gif image, r=tor@acm.org, sr=pavlov@pavlov.net 2007-03-23 09:15:43 -07:00
crowder@fiverocks.com
e204ac324a Bug 330352: very non-greedy regexp causes crash in jsregexp.c, r=mrbkap 2007-03-23 09:13:06 -07:00
peterv@propagandism.org
826c6a72f8 Backing out change for debugging tinderbox orange. 2007-03-23 09:10:21 -07:00
timeless@mozdev.org
691ce385f8 Landing MICROB_20070103_BRANCHThis should improve the standalone build story.Patches Wanted, Work will be on the MICROB_20070323_BRANCH 2007-03-23 08:56:57 -07:00
bugzilla@standard8.demon.co.uk
ee1665021d Part of Bug 374404 Don't ship WidgetStateManager as part of toolkit - make SeaMonkey use xpfe's wsm. r/sr=Neil. 2007-03-23 08:51:53 -07:00
peterv@propagandism.org
0366969393 Temporarily enable cycle collection timing for debug builds to figure out tinderbox orange. Will back out after qm-xserve01 tinderbox has cycled. 2007-03-23 08:11:53 -07:00
peterv@propagandism.org
2f5df4b5e9 Relanding part of the fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst. 2007-03-23 06:21:22 -07:00
Olli.Pettay@helsinki.fi
48c20edd42 backout Bug 369168 2007-03-23 03:03:25 -07:00
sspitzer@mozilla.org
dd04f64553 testcase for bug #369887. r=dietrich 2007-03-23 01:06:01 -07:00
dbaron@dbaron.org
4d75a3d029 Update counters test results based on Windows results and better understanding of Mac failures. 2007-03-23 00:41:57 -07:00
dbaron@dbaron.org
4bcdebfee5 Mark 2 more tests as random due to font spacing issues. 2007-03-23 00:09:45 -07:00
dbaron@dbaron.org
8163b78c70 Fix misuse of terminology and improve comment. 2007-03-22 23:49:37 -07:00
dbaron@dbaron.org
18073f66e8 Handle file not existing more gracefully. 2007-03-22 23:29:25 -07:00
dbaron@dbaron.org
3d45a72218 Add counter tests that I wrote for bug 3247, converted to reftest format by Rob Campbell <rcampbell@mozilla.com>. 2007-03-22 23:28:24 -07:00
dbaron@dbaron.org
e50f011700 Convert system library version tests from AC_TRY_RUN to AC_TRY_COMPILE so that they work when cross-compiling. b=372878 r=bsmedberg 2007-03-22 23:26:53 -07:00
dbaron@dbaron.org
537eb572a2 Add tests for bug 348516. Test 1 by <arno.@no-log.org>, r=dbaron. Tests 2 and 3 by me. 2007-03-22 23:25:51 -07:00
dbaron@dbaron.org
6c766bb983 Don't create duplicate pipes for objects with external debuginfo. 2007-03-22 23:24:27 -07:00
crowder@fiverocks.com
d80633890b Bug 368152: jsregexp preprocessor-enabled "debugging" mode 2007-03-22 20:35:42 -07:00
sayrer@gmail.com
6eeaf91c5d fix test bustage. 2007-03-22 18:53:02 -07:00
mozilla.mano@sent.com
68181975a3 Bug 374990 - Default insertion-point for a new item is passed as its default description. r=gavin. 2007-03-22 18:34:28 -07:00
joshmoz@gmail.com
b7dce54bb8 allow DOM to unhide menus and menu items whether or not their initial state is hidden. fixes bidi menu items. b=364994 r=mano sr=roc 2007-03-22 17:57:45 -07:00
dietrich@mozilla.com
8b523893b9 Bug 374944 Places toolkit tests should move into /toolkit (r=sayrer) 2007-03-22 17:56:55 -07:00
Olli.Pettay@helsinki.fi
74955417c0 Bug 374937, Crashes [@ nsTypedSelection::GetFrameSelection], r+sr=roc 2007-03-22 17:06:38 -07:00
Olli.Pettay@helsinki.fi
41b50569b4 Bug 369168, r+sr=roc 2007-03-22 17:01:36 -07:00
mozilla.mano@sent.com
0eef0a48bd Bug 371439 - Some old history & bookmarks frontend code is still built for places/places-bookmarks builds. r=gavin. 2007-03-22 17:00:34 -07:00
Olli.Pettay@helsinki.fi
ccf98274c5 Bug 369150, r+sr=roc 2007-03-22 16:57:55 -07:00
roc+@cs.cmu.edu
6e752fb3b8 Bug 333659. nsLineBreaker fixes. Not Part Of The Build, used by new-textframe only. 2007-03-22 16:45:02 -07:00
mozilla.mano@sent.com
405f02eb73 Bug 370105 - Remove ViewConfigurator and 'system-area' cruft. r=sspitzer. 2007-03-22 16:43:56 -07:00
pavlov@pavlov.net
8c349ca074 updating for APNG 0.10. splitting out render_op in to dispose_op and blend_op. bug 257197. r=asmith13, sr=vlad 2007-03-22 16:35:51 -07:00
mozilla.mano@sent.com
b161ae9326 Bug 366479 - [mac] Copy command is broken in the JS console. r=gavin,neil. sr=neil. 2007-03-22 16:28:22 -07:00
mozilla.mano@sent.com
ca16ac0359 Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich. 2007-03-22 16:13:57 -07:00
roc+@cs.cmu.edu
cc90e91cec Bug 333659. Major new-textframe update. You can really browse the Web with it now, although major bugs remain. 2007-03-22 16:13:12 -07:00
roc+@cs.cmu.edu
0c1d4753bc No bug. Comment-only change to note a potential optimization opportunity. 2007-03-22 16:10:10 -07:00
roc+@cs.cmu.edu
ec65528740 Bug 374720. Minor gfx changes to support new textframe work. r=pavlov 2007-03-22 16:07:18 -07:00
sspitzer@mozilla.org
cff1a695ae fix for bug #369887: searches in bookmarks sidebar and organize bookmarks dialog don't show all the results: missing 'hidden' bookmarks and failing to match on title.r=dietrich 2007-03-22 16:05:37 -07:00
joshmoz@gmail.com
4e9b6921e3 fix crash, suspend native events when instantiating plugins. patch by Steven Michaud. b=345627 r=josh sr=roc 2007-03-22 16:04:51 -07:00
roc+@cs.cmu.edu
67081e9811 Bug 374830. gfxTextRun performance test harness. r=vlad 2007-03-22 16:04:48 -07:00
roc+@cs.cmu.edu
f6626f2142 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
ccooper%deadsquid.com
3ec464b557 - update headers
- remove pango workarounds
- update wget files paths
2007-03-22 21:53:05 +00:00
ccooper%deadsquid.com
55d824018c - updating headers 2007-03-22 21:32:20 +00:00
ted.mielczarek%gmail.com
62453dda75 split out breakpad symbol build and upload into two config options, r=preed 2007-03-22 21:09:01 +00:00
mkanat%bugzilla.org
eef6a33dcb Bug 374850: Add a link that encourages administrators to contribute to Bugzilla
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-03-22 20:59:48 +00:00
nrthomas%gmail.com
066658e7f0 Bug 373606, nagios changes for version bump, r=preed 2007-03-22 19:36:56 +00:00