Commit Graph

22942 Commits

Author SHA1 Message Date
Markus Stange
c15f2b9d7f Forgot to add the braces in changeset 58f409bbc149 (bug 391984) 2008-12-15 14:43:31 +01:00
Mats Palmgren
9d1b60661f Remove consecutive pending duplicate KeyPress events to the same window. b=301029 r=karlt sr=roc 2008-12-15 12:34:05 +01:00
Mats Palmgren
9f762e2a40 Use an iterative algorithm when deleting lists to avoid exhausting the stack space. b=460444 r+sr=dbaron r=jst 2008-12-15 12:33:56 +01:00
Simon Bünzli
d888095598 Bug 466937 - [r=dietrich] 2008-12-14 23:14:10 -08:00
Simon Bünzli
504db7acb5 Bug 465223 - "window values aren't cleared when the window is overwritten" [r=dietrich] 2008-12-14 23:05:41 -08:00
Simon Bünzli
579036a8f5 Bug 463964 - "Session restore should restore minimized state" [r=dietrich] 2008-12-14 22:58:48 -08:00
Michael Ventnor
02542172e9 Bug 419275 - "support for gnome's sounds" (Followup) [r+sr=roc] 2008-12-14 22:48:52 -08:00
Antonio Gomes
a5c15222a9 Bug 460128 - "autocomplete suggestions will dynamically use form input, including password fields" [r+sr=roc] 2008-12-14 22:43:25 -08:00
Igor Bukanov
6df56327b7 bug 458099 - DOMOperationCallback can get a JSContext with no global object. r=peterv sr=mrbkap 2008-12-14 22:40:10 -08:00
Ondrej Jaura
ced8f88c89 Bug 451536 - "JSSh port cannot be changed" [r=alex] 2008-12-14 22:32:48 -08:00
Martijn Wargers
90151ed8c8 Bug 450876 - [r=Smaug sr=roc] 2008-12-14 22:26:37 -08:00
Martijn Wargers ext:(%20/%20Doug%20Turner%20%3Cdoug.turner%40gmail.com%3E)
c9020e9ff8 Bug 434035 - "Crash [@ nsGlobalWindow::FindInternal] when doing find on a deleted window" [r+sr=jst] 2008-12-14 22:20:37 -08:00
Andreas Wuest
be7fd3cf6a Bug 345215 - "no tooltip for bookmarks overflow chevron button" [r=Mano] 2008-12-14 21:58:24 -08:00
Gavin Sharp
aeb47c5a4c Bug 469528: add comments specifying units used for various cache capacities, r+sr=biesi 2008-12-14 21:57:24 -08:00
Jesse Ruderman
4605e42d95 Disable test for bug 353713 due to timeouts (bug 469557) 2008-12-14 21:36:46 -08:00
Masayuki Nakano
229283883c Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc 2008-12-15 12:54:54 +09:00
Chris Pearce
bae9b8c1a5 Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc 2008-12-15 16:38:16 +13:00
Matthew Gregan
d69380b6d1 Bug 469598 - nsHTMLMediaElement::MetadataLoaded calls nsMediaDecoder::Seek(0) - r=doublec sr=roc 2008-12-15 15:12:52 +13:00
Chris Double
587e3fcdf2 Bug 468260 - Update libsydneyaudio to fix sunaudio malloc error and win32 sound issues - rs=roc 2008-12-15 14:31:57 +13:00
Matthew Gregan
35292415af Bug 465498 - HTML5 <audio>: setting 'currentTime' throws exception sometimes; r+sr=roc 2008-12-14 21:46:28 +01:00
Matthew Gregan
1d1cb9373a Bug 468190 - ended reports true when seeking after playback ended; r=chris.double sr=roc 2008-12-14 19:02:54 +01:00
Serge Gautherie
ee2fed5dfe Bug 469513 - 453406-1.html : missing |dump('\n');| at end; r+sr=bzbarsky 2008-12-14 16:11:18 +01:00
Matthew Gregan
ac28ff340a Bug 469255 - Seeking while seek in progress not handled correctly by Wave decoder; r+sr=roc 2008-12-14 15:54:45 +01:00
Aiko
ae37af81d5 Combobox steals mouse event after menu is closed with Alt+Up. b=348236 r=mats sr=bzbarsky 2008-12-14 11:17:06 +01:00
Simon Montagu
70d49c14fa Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser) 2008-12-14 01:05:39 -08:00
Andrew Sutherland
a98f1c01e4 Bustage fix windows for commit 7d7a0c514970 for bug 445525, resolving missing windows lib export defs. 2008-12-13 22:56:16 -08:00
Andrew Sutherland
51abf8490c Bug 445525 - set SQLITE_CONFIG_MEMSTATUS to 0. v1.1 turn off SQLITE_CONFIG_MEMSTATUS at init-time. r=sdwilsh 2008-12-13 22:38:18 -08:00
Chris Pearce
af426f61f6 Bug 469016 - Seeks after playback ended but before playback ended event are lost; r=chris.double sr=roc 2008-12-14 04:15:18 +01:00
Andrew Sutherland
c28b95be23 Bug 463988 - Gloda: mozStorageConnection holds lock while calling outside its module leading to PR_ASSERT(lock->owner != me) on shutting down while indexing is active. v1 add flag that indicates async thread is shutting down, don't call nsIThread::Shutdown with a lock held. r=sdwilsh. 2008-12-13 18:59:17 -08:00
Brendan Eich
2bbb1f2b7b Bug 469313 - TM: crash (GMail): JS_Assert (s=0x368d8f "!JS_ON_TRACE(cx)", file=0x3724c8 "/Users/roc/mozilla-checkin/js/src/jsobj.cpp", ln=3765) (r=gal). 2008-12-13 17:32:44 -08:00
Jesse Ruderman
41c9e25f93 Crashtest for bug 458453. 2008-12-14 00:48:51 +01:00
Neil Rashbrook
13238265ed Bug 469289 Make nanojit build with VC7.1 r=danderson 2008-12-13 23:45:38 +00:00
Blake Kaplan
87667890ab Bug 462851 - Protect against enumerating the call object's prototype. r=brendan a=sayrer 2008-12-13 14:17:24 -08:00
Serge Gautherie
5200089bae Bug 469444 - steps.py : MozillaA11YTest misses __init__() and evaluateCommand(); (Av1) Explicitly set default leakThreshold to 0 in runtests.py.in; r=ted.mielczarek 2008-12-13 22:02:18 +01:00
Olli Pettay
f8412fdedc Bug 431082 - Crash [@ nsDocShell::DoChannelLoad], r+sr=bz 2008-12-13 22:30:02 +02:00
Francis Gastellu
9d520538f7 Bug 456164 - Mouse wheel scrolls both tree and column picker menu 2008-12-13 12:21:50 -08:00
Taras Glek
c18cefc04f Bug 466578. Speed up XBL parsing by increasing the buffer size. r+sr=bzbarsky 2008-12-18 14:27:43 +13:00
Michael Ventnor
b706becc9a Bug 469635. Hold a reference to the Alsa library while we tell it to shut up, so that it doesn't get unloaded and forget about our request. r+sr=roc 2008-12-18 14:22:22 +13:00
Robert O'Callahan
22fce0cd91 Bug 468991. Move GetVisibleArea call to avoid using a stale visible area. r+sr=dbaron 2008-12-18 14:21:12 +13:00
Olli Pettay
c1f1a51313 Bug 469020 - range.surroundContents throws a NS_ERROR_INVALID_POINTER, r+sr=sicking 2008-12-13 22:09:29 +02:00
Serge Gautherie
be66aa1b34 Merge for "Backed out changeset: e7aa9d60b511" of
Bug 463934 - text bounds do not account for position properly; test_bounds.html fix; r=roc
which fails
2008-12-13 18:32:02 +01:00
Serge Gautherie
b0e0a69df9 Backed out changeset: e7aa9d60b511 2008-12-13 18:29:34 +01:00
Neil Rashbrook
6ec101ab9e Bug 465998 Protect nsXULContentUtils against layout init failure r=Enn sr=sicking 2008-12-13 17:15:48 +00:00
Zack Weinberg
942db4a483 Bug 467459: make sure PresShell::Paint() uses an opaque color for the backstop; r+sr=roc 2008-12-13 17:07:08 +01:00
Taras Glek
473fa7beeb Bug 465128 - .autoreg timestamp problems (component registration owns startup time); Ignore autoreg if timestamps are screwy; r=benjamin 2008-12-13 17:04:06 +01:00
Robert Longson
10d49d1180 Bug 463934 - text bounds do not account for position properly; test_bounds.html fix; r=roc 2008-12-13 16:44:27 +01:00
Aiko
7c79ba032d Bug 466432 - nsIDOMHTMLMediaElement's currentTime attribute is overridden by Windows macro; r+sr=vladimir 2008-12-13 16:35:24 +01:00
Marco Bonardo
1d50ae15a6 Bug 461412 - Deleting "Open all in tabs" under a bookmark folder will delete all the bookmarks and sub-folders, r=dietrich 2008-12-13 10:57:30 +01:00
Marco Bonardo
b9fdc603d8 Bug 469301 - PRBool violation in mDatabaseStatus, r=dietrich 2008-12-13 10:57:30 +01:00
Marco Bonardo
fc6bb4db12 Bug 468761 - test_placesTxn.js leaks due to observer, r=dietrich 2008-12-13 10:57:30 +01:00