Commit Graph

180812 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
2a4965cfbd Bug 383271: don't hold on to search engine XML documents when they're no longer needed, r=mconnor 2007-07-08 16:45:35 -07:00
gavin@gavinsharp.com
4149ec6c2e Bug 383271: break the cycle between the search suggest component and its timer (fixes leak when using search suggestions), r=mconnor 2007-07-08 16:44:03 -07:00
philringnalda@gmail.com
8c1b7b23d4 Bug 387189 - nsMIMEInfoHandleAction type doesn't exist, patch by Mook <mook.songbird@gmail.com>, r+sr=dmose 2007-07-08 15:45:41 -07:00
dcamp@mozilla.com
95ba46800c implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst 2007-07-08 15:15:51 -07:00
dbaron@dbaron.org
6af62a1de7 Make ExplainLiveExpectedGarbage traverse the suspectCurrent roots, since now that it's more accurate, more graph is always better. b=387005 r=graydon 2007-07-08 12:26:44 -07:00
bugzilla@standard8.demon.co.uk
1ddbd2bfc8 Backout Bug 359716 so we can attempt to fix msys bustage 2007-07-08 10:36:05 -07:00
neil@parkwaycc.co.uk
91689dab55 Bug 383116 Fix for extension data source registration r=rob_strong 2007-07-08 03:15:11 -07:00
igor@mir2.org
40cf55c2ba Bug 385729: objects and regexps are stored in separated tables in JSScript. r=brendan,mrbkap 2007-07-08 02:03:34 -07:00
bugzilla@standard8.demon.co.uk
fd07d154eb Bug 359716 Upgrade LDAP C-SDK to 6.0.4 release on trunk for Address Book. r/sr=mscott 2007-07-08 00:42:42 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
jruderman@hmc.edu
1df32e680d Bug 99319, Silence startup printf "Note: styleverifytree is disabled" and friends in the "disabled" case. Patch by Ryan Jones, r+sr=bzbarsky. 2007-07-07 16:52:59 -07:00
neil@parkwaycc.co.uk
06afef0f24 Change column names to match what toolkit wants b=304309 r=ajschult sr=jag 2007-07-07 16:29:32 -07:00
igor@mir2.org
06201208ee Bug 387229: now DUMP_SCOPE_STATS includes js_scope_stats into the log. r=brendan 2007-07-07 14:55:29 -07:00
sdwilsh@shawnwilsher.com
c94d0a239c Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=cbiesinger, sr=cbiesinger 2007-07-07 14:14:56 -07:00
sdwilsh@shawnwilsher.com
ae472131bb Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 14:14:51 -07:00
peterv@propagandism.org
a884abd3f8 Mochitest for bug 386728. r/sr=jst. 2007-07-07 09:51:37 -07:00
peterv@propagandism.org
ed5920ea00 Mochitest for bug 386495. r=Martijn. 2007-07-07 09:26:01 -07:00
neil@parkwaycc.co.uk
78b14b30c1 Shortcut keys should open submenus (regression from bug 279703) r=Enn 2007-07-07 01:40:54 -07:00
dbaron@dbaron.org
8809a660e2 Fix bogus trace names. b=387223 r=brendan 2007-07-07 00:30:58 -07:00
jruderman@hmc.edu
7ac54608d9 Bug 321066, remove bogus assertions. Patch by Andreas Lange, r=enndeakin, sr=neil. 2007-07-06 18:44:19 -07:00
mark.finkle@gmail.com
5ab59070c7 b=387156. r=gavin. changed sessionstorage to hold objects instead of strings 2007-07-06 18:31:10 -07:00
kaie@kuix.de
5ebc109dde Bug 317630, PSM's FIPS token label is truncated
Incremental patch to improve wording
r=rrelyea
2007-07-06 18:20:42 -07:00
sspitzer@mozilla.org
ed73347dd2 fix for bug #373207 l10n: rename entity / properties that changed due to bug #373211 (search.all.label, cmd.find.label, places.title, etc)
patch=Steve Won <swon@mozilla.com>

r=sspitzer
2007-07-06 18:17:21 -07:00
sspitzer@mozilla.org
557f1a6fa3 fix for bug #386303: Duplicate indexes in nsFaviconService and nsAnnotationService
patch=Marco Bonardo <mak77@supereva.it>

r=sspitzer
2007-07-06 18:15:29 -07:00
sspitzer@mozilla.org
1fba0f943e fix for bug #334244: Click-drag-release on bookmarks toolbar folder drags the folder
patch=Steve Won <swon@mozilla.com>

r=dietrich
2007-07-06 18:12:37 -07:00
mrbkap@gmail.com
5ea32ebe0a Backing out these changes, they were subsumed by bug 387084 and weren't really right anyway. bug 387053 2007-07-06 17:57:08 -07:00
mrbkap@gmail.com
d3b7705695 Allow chrome files to touch implicit XPCNativeWrappers. bug 387084, r+sr=jst 2007-07-06 17:52:44 -07:00
bzbarsky@mit.edu
4786dc1f42 Fix bug 387154 -- rendering of narrow buttons (for which we need to scoot the
text over to the left) regressed.  r+sr=dbaron
2007-07-06 17:48:29 -07:00
joshmoz@gmail.com
be05cfa434 fix "window resizing in script causes content to be drawn on top of toolbars and tabstrip chrome". b=380192 r=smorgan sr=jst 2007-07-06 17:28:29 -07:00
jwatt@jwatt.org
908616f11e Fixing bug 317304. Implement weak references for JavaScript. Patch by Alex Fritze <alex@croczilla.com>. r+sr=shaver@mozilla.org 2007-07-06 13:13:12 -07:00
sharparrow1@yahoo.com
3644116283 Bug 386900: Topic images rendered in wrong place on slashdot. r+sr=roc 2007-07-06 11:22:56 -07:00
bzbarsky@mit.edu
fc1c641b38 Mark test as failing for now until I can figure out what's going on 2007-07-06 11:16:51 -07:00
bzbarsky@mit.edu
6d2ab71697 Let's see whether turning off native theming helps with this test... 2007-07-06 10:05:06 -07:00
sdwilsh@shawnwilsher.com
08dd091513 Bug 387054 - Opening DomI - File Inspect Current Document throws error in JS Console. r=db48x, sr=neil 2007-07-06 09:32:46 -07:00
bzbarsky@mit.edu
3c74c29fd1 Adding test. 2007-07-06 09:03:27 -07:00
dtownsend@oxymoronical.com
5544888302 Bug 314915: Extension update can identify the wrong version as being the
newest. r=robstrong
2007-07-06 07:41:56 -07:00
mark.finkle@gmail.com
60df4f7b8d b=386534. r=gavin. removeEventListener needs 3 params 2007-07-06 07:35:39 -07:00
Olli.Pettay@helsinki.fi
f4dbc00b25 Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler (with bustage fix), r=sicking, sr=jst 2007-07-06 06:47:50 -07:00
kairo@kairo.at
3f7d89ed2b backing out bug 339649 due to breakage on multiple tinderboxen as requested in #developers 2007-07-06 06:13:46 -07:00
enndeakin@sympatico.ca
3eca1f5f3a Bug 386390, remove tooltip size workaround that isn't needed any more, r=gavin 2007-07-06 05:45:10 -07:00
enndeakin@sympatico.ca
69d5a436a7 Bug 386795, popups positioned 1 pixel off when using ShowPopup, r+sr=roc 2007-07-06 05:12:47 -07:00
Olli.Pettay@helsinki.fi
ddce65c374 Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, r=sicking, sr=jst 2007-07-06 04:49:53 -07:00
peterv@propagandism.org
55df66fd28 Correct whitespace. 2007-07-06 04:23:30 -07:00
peterv@propagandism.org
1d29452b47 Fix for bug 386730 (After reloading a page with a single contenteditable element, every element on that page is editable). r/sr=jst. 2007-07-06 03:45:16 -07:00
peterv@propagandism.org
22a714aaea Fix for bug 386728 (Setting the contenteditable attribute through js twice doesn't work). r/sr=jst. 2007-07-06 03:44:14 -07:00
longsonr@gmail.com
b807e11154 Bug 386475 - Should not flush when resolving em and ex units. r=tor,sr=bzbarsky 2007-07-06 02:02:44 -07:00
Olli.Pettay@helsinki.fi
88533895cd Bug 386914, r+sr=jst 2007-07-06 01:01:44 -07:00
aaronleventhal@moonset.net
fdbd06852a Bug 379875. Support checkable in ATK via object attribute since there is no other way in ATK. r=david.bolter 2007-07-06 00:50:34 -07:00
aaronleventhal@moonset.net
c2eaaacaed ARIA disabled state is no longer universal, it applies only to specific roles. Also remove some roles that are no longer supported in the spec. r=david.bolter 2007-07-06 00:49:22 -07:00
mozilla@weilbacher.org
ed4e197b19 [OS/2] Fix build break after bug 384374. 2007-07-06 00:01:42 -07:00