Commit Graph

204951 Commits

Author SHA1 Message Date
Blake Kaplan
b29c6d06fb Bug 484180 - Don't call the class getter (especially not the scriptable helper!) for functions. r+sr=jst
--HG--
extra : rebase_source : 15e927e3a4281a0d5ffd54b528c9c90c76b7c6ee
2009-04-17 16:52:10 -07:00
Neil Rashbrook
fd31aad459 Bug 488266 Eliminate xptiInterfaceInfoManagersEnumerator r+sr=bsmedberg 2009-04-17 23:38:11 +01:00
Gavin Sharp
267f897f87 Mac bustage fix for bug 436998, r=mfinkle 2009-04-17 18:13:05 -04:00
Justin Dolske
fa15baa2b1 Bug 243136 - saved form data should expire after a time period defined by user. r=sdwilsh, r=gavin 2009-04-17 14:36:13 -07:00
Shawn Wilsher
a37a46bf09 Bug 488379 - Update mozStorageConnection.* to follow style guidelines
Consistent spacing, consistent naming, and namespaces - OH MY!
r=asuth
2009-04-17 17:19:31 -04:00
Doug Turner
f64255ace2 Bug 488862 - Fix for [@ nsGeolocation::OwnerStillExists() ] crash. r/sr=jst 2009-04-17 13:42:04 -07:00
Karl Tomlinson
e333ea2940 Bug 478871: Switch to new_font() and default_substitute() functions from Pango API to fix compile issues with newer pango versions. r=behdad sr=roc 2009-04-17 12:51:43 -07:00
Doug Turner
e54832d798 Bug 488806 - network geolocation can spam server. r/sr=jst 2009-04-17 09:28:14 -07:00
Myk Melez
ef2d6626fb Bug 488821 - rememberChoice checkboxes conflict in two tabs with geolocation notifications. r=dougt/gavin 2009-04-17 09:27:26 -07:00
timeless@mozdev.org
3d4a36cc9d Bug 487188 - PRExpectEndValue is a typo for PEExpectEndValue. r=dbaron 2009-04-17 16:47:45 +02:00
ben turner
128acb4c3b Bug 479624 - Use JSAutoTempValueRooter instead of nsAutoGCRoot in nsJSContext::CallEventHandler. r=mrbkap, sr=jst 2009-04-17 15:13:08 +02:00
David Dahl
08b78939d1 Bug 485442 - crash bug calling nsINavHistoryQuery.uri, r=mak,sdwilsh 2009-04-17 14:42:39 +02:00
Drew Willcoxon
be9fb60956 Bug 470314 - Send a bookmarks-restore notification, r=mak77 2009-04-17 14:42:34 +02:00
Marco Bonardo
c630a1ce65 Bug 487789 - 1 sort operation required by mDBAdaptiveQuery, stop warning for now. rs=sdwilsh 2009-04-17 14:42:29 +02:00
Marco Bonardo
8571cad7f8 Bug 487787 - 1 sort operation required by mDBKeywordQuery , stop warning for now. rs=sdwilsh 2009-04-17 14:42:24 +02:00
Marco Bonardo
54b4d678dc Bug 487781 - 5 sort operations required by FindVisits selectStatement, r=sdwilsh 2009-04-17 14:42:20 +02:00
Blake Kaplan
4c879cbdf2 Bug 479560, r+sr=jst 2009-04-17 12:41:42 +01:00
Dão Gottwald
3b5962c57e merge 2009-04-17 12:03:43 +02:00
Dão Gottwald
3155daa517 Backout bug 243136 (changeset 5eb5a07df2e0) to fix Windows unit test orange 2009-04-17 12:03:03 +02:00
Justin Dolske
86a368f13d Bug 243136 - saved form data should expire after a time period defined by user. r=sdwilsh, r=gavin 2009-04-17 00:03:54 -07:00
Justin Dolske
10f87f2d9e Bug 488571 - Get rid of explicit form history caching. r=sdwilsh, r=gavin 2009-04-17 00:03:52 -07:00
Ryan Flint
67370d4975 Remove unused sanitizer module. r+sr+ui-r+a=mconnor 2009-04-17 02:26:37 -04:00
Masayuki Nakano
277dff0569 Bug 487601 Crash [@ nsTextStateManager::Init] contenteditable and onfocus removing window r+sr=roc 2009-04-17 14:01:23 +09:00
Robert Strong
c7ff23bcf9 Test bustage fix for bug 487346 2009-04-16 19:46:03 -07:00
Robert Strong
665be959a7 Bug 485624 - Downloads in progress for previous releases should be canceled on startup instead of resumed. r=dtownsend 2009-04-16 18:40:46 -07:00
Robert Strong
495b8f33be Bug 487346 - app update test cleanup. r=dtownsend 2009-04-16 18:32:32 -07:00
David Dahl
89076c94b8 Bug 487012 - License file not found for nightly update. r=rstrong 2009-04-16 18:32:31 -07:00
Justin Dolske
46645f02e3 Bug 466086 - Remove unused safebrowsing phishing EULA. r=gavin 2009-04-16 18:27:23 -07:00
Justin Dolske
7e13a9766f Bug 474846 - Data loss by migration from wallet to login manager. r=gavin 2009-04-16 18:27:21 -07:00
L. David Baron
0d81fda75a Destroy content viewers in session history when destroying docshell, just like we destroy the current one. (Bug 488394) r+sr=bzbarsky 2009-04-16 13:55:13 -07:00
L. David Baron
14909517dc Free gIconFactory in GTK nsIconChannel implementation. (Bug 488184) r=karlt 2009-04-16 13:55:12 -07:00
L. David Baron
d4cfc53cd6 Fix shutdown leak of GtkInvisible in GTK nsLookAndFeel implementation, and shorten lifetime of that GtkInvisible by copying its style. (Bug 487955) r=karlt sr=roc 2009-04-16 13:55:12 -07:00
Dave Townsend
1e0914b868 Bustage fix from bug 480427 2009-04-16 21:07:00 +01:00
Antonio Gomes
e5b7a7f947 bug 436998 - Implement -app parameter support for xulrunner-stub r=mfinkle, bsmedberg 2009-04-16 15:19:32 -04:00
Paolo Amadini
dd65f1e80e Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; Test case; r=sdwilsh 2009-04-16 20:05:28 +02:00
Paolo Amadini
352d6bbf6e Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; r=(robert.bugzilla + sdwilsh) sr=bzbarsky 2009-04-16 20:05:25 +02:00
Serge Gautherie
609b7f95ab Bug 459047 - Remove Win16 reference from jdatadst.c; (Av1) Remove 1 function and 2 files; r=joe@drew.ca 2009-04-16 19:54:28 +02:00
dtownsend@mozilla.com
5c73478c40 Bug 487489 - browser_bug435788.js fails intermittently (r=rstrong) 2009-04-16 10:31:35 -07:00
Brad Lassey
2735bea1ad bug 487515 - PRMJ_Now needs better granularity for panning in fennec r=crowder, robarnold 2009-04-16 12:03:56 -04:00
Brad Lassey
dede57f995 Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu, r=ted 2009-04-16 12:03:18 -04:00
Neil Deakin
577333953f Bug 466379, linux support for screen coordinates in dragend event, also change nsPoint to nsIntPoint, r+sr=roc 2009-04-16 11:58:23 -04:00
Dave Townsend
a6ed3ddf12 Bug 480427: Remove nsIProcess2 from trunk. r=bsmedberg 2009-04-16 16:46:10 +01:00
Johnathan Nightingale
7dcbe3a3ca Remove dead blockedSite.properties file b=488682 r=tony 2009-04-16 11:45:14 -04:00
Asaf Romano
aecc8136a0 add the test 2009-04-16 17:58:04 +03:00
Dave Townsend
5148a1cf6d Bug 480752: XPInstall tests should not rely on the Firefox UI. r=bsmedberg 2009-04-16 15:50:21 +01:00
Asaf Romano
c5e9c97a0f Bug 477014 -Work around bug 458697 for the tabs' busy state. r=mconnor. 2009-04-16 17:44:07 +03:00
Nils Maier
7f26a51c51 Bug 389087 - nsILocalFileUnix affected by 32bit stat/statvfs/truncate, therefore does not work with large files; r+sr=benjamin 2009-04-16 14:09:21 +02:00
Serge Gautherie
f3636c5d87 Bug 485728 - TUnit test_intl_locale tests get executed twice now; (Av1) Fix MODULE name; r=smontagu 2009-04-16 14:08:43 +02:00
Simon Bünzli
de375a116e Bug 488238 - don't display the page when there's nothing to restore. r=dietrich 2009-04-16 10:19:39 +02:00
Daniel.S
8f57326db9 Reftest for bug 299136 - Space after <span style='white-space: nowrap;'> is treated as wrappable. r=dbaron 2009-04-16 10:17:53 +02:00