Commit Graph

189547 Commits

Author SHA1 Message Date
dholbert@cs.stanford.edu
8bc4c97fbc Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+ 2008-02-21 19:25:56 -08:00
joshmoz@gmail.com
3b6a639adb When opening a .dmg file downloaded from site, user receives error message. p=shebs b=394342 r=dmose sr=roc 2008-02-21 18:24:42 -08:00
roc+@cs.cmu.edu
709741beff Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep 2008-02-21 18:24:04 -08:00
jst@mozilla.org
0b3853e23a Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc 2008-02-21 18:18:43 -08:00
roc+@cs.cmu.edu
ae7454be89 Backing out fix for bug 406857 due to win2k3 test failure 2008-02-21 18:04:14 -08:00
joshmoz@gmail.com
8aa8d96a93 allow obscured sibling sheet show code to run when necessary. b=418699 r=bent sr=roc 2008-02-21 17:47:14 -08:00
dbaron@dbaron.org
8fe3b28ddb Do string appending in chunks rather than one character at a time in GatherIdent and ParseString. Allow EOF to terminate strings, per CSS 2.1. b=311566 Patch by Alfred Kayser <alfredkayser@gmail.com>, with some review comments addressed by me. r+sr=dbaron a=blocking1.9+ 2008-02-21 17:37:04 -08:00
bclary@bclary.com
cc759b645a JavaScript Tests - regression tests for bug 385133, by Jesse Ruderman, Igor Bukanov 2008-02-21 17:31:44 -08:00
roc+@cs.cmu.edu
40806d6491 Bug 418754. Fix Mac clustering... we shouldn't set a glyph using SetSimpleGlyph if it's not the start of a cluster. Also fixes an indexing error in ligature detection. r=jdaggett,a=beltzner 2008-02-21 17:12:41 -08:00
roc+@cs.cmu.edu
3d0b3ec53f Bug 416175. Don't leak nsHttpConnectionInfo in nsHttpConnectionMgr::AddTransactionToPipeline. Also instruments nsHttpConnectionInfo so we can easily find more leaks of that object in future. r+sr=bzbarsky 2008-02-21 17:09:42 -08:00
roc+@cs.cmu.edu
aa74d21d34 Reftest for bug 393490 2008-02-21 17:07:44 -08:00
kaie@kuix.de
feb4af8baf Bug 372876, Read from SSL socket leaks memory r=rrelyea, blocking1.9=sayrer 2008-02-21 17:07:16 -08:00
dolske@mozilla.com
92258b64df Bug 386533 - Mechanism for registering alternative nsILoginManagerStorage implementations. p=sylvain.pasche@gmail.com, r=gavin, a1.9=beltzner 2008-02-21 17:07:10 -08:00
dcamp@mozilla.com
60509057ee Bug 350873: nsStreamLoader code accessed on secondary thread [ASSERTION: nsStreamLoader not thread-safe]. r=kengert, sr=dveditz, b1.9=sayrer 2008-02-21 17:05:17 -08:00
kaie@kuix.de
152c439378 Bug 402574, Identity UI lost when switching between tabs Additional patch v4 to fix false positive EV r=rrelyea, blocking-firefox3=mconnor 2008-02-21 17:04:05 -08:00
roc+@cs.cmu.edu
f42c3541eb Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron 2008-02-21 17:02:52 -08:00
bclary@bclary.com
b4827267a4 JavaScript Tests - Object destructuring shorthand, bug 404734, by Brendan Eich 2008-02-21 17:00:36 -08:00
kaie@kuix.de
a92ff84b87 Bug 416571, Update NSPR to 4.7.1 beta 1 r=wtc, blocking1.9=mtschrep Bug 412937, Update NSS to NSS_3_12_BETA2 r=rrelyea, blocking1.9=mtschrep 2008-02-21 16:58:50 -08:00
gavin@gavinsharp.com
7633ec9a66 Fix typo from patch for bug 239429: clearURLFromStausBar -> clearURLFromStatusBar 2008-02-21 16:58:07 -08:00
edward.lee@engineering.uiuc.edu
08c62d0a22 Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-21 16:17:19 -08:00
ted.mielczarek@gmail.com
199ff10998 bug 417669 - crashreporter displays details: firefox. r=dcamp 2008-02-21 16:00:14 -08:00
jst@mozilla.org
e6957e79eb Fixing bug 417852. Push the context we're using to clear scopes on to make code down the road find the right context. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu 2008-02-21 15:51:02 -08:00
dcamp@mozilla.com
c95417266e Bug 417404: Fix nsCOMPtr version of NS_ProxyRelease(). r/sr=bsmedberg, b1.9=sayrer 2008-02-21 15:45:22 -08:00
tglek@mozilla.com
63daa66bb0 bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore 2008-02-21 15:18:49 -08:00
dolske@mozilla.com
7c4d95852e Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins. r=gavin, a1.9=beltzner 2008-02-21 15:17:33 -08:00
bzbarsky@mit.edu
2130a28164 Use width, not min-width, for empty selects. Plays nicer with author styling. Bug 315296, r+sr=dbaron, a=beltzner 2008-02-21 14:00:29 -08:00
dougt@meer.net
14e3fc9a97 Fixing build bustage 2008-02-21 13:33:24 -08:00
mkaply@us.ibm.com
ab6792c6c1 418881 - r=sayrer, a=beltzner - better handling of mf properties that can be HTML or text and a couple comment fixes 2008-02-21 13:28:02 -08:00
bclary@bclary.com
992191f454 JavaScript Tests - allow function Error() {} for the love of Pete, bug 412324 2008-02-21 13:22:38 -08:00
timeless@mozdev.org
98f752bec6 Bug 418665 windows mobile build error in js/src/jsdate.c GetLocalTime is defined in the Windows Mobile SDK patch by dougt r=crowder a=beltzner 2008-02-21 13:09:57 -08:00
sayrer@gmail.com
a2e976ce6f Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
dholbert@cs.stanford.edu
55fc6902ca Bug 402629: Fix percent-height updates in nested tables by checking if containing block depends on an ancestor cell's height, rather than just checking if it's a cell. r+sr=dbaron, a=blocking1.9+ 2008-02-21 13:02:07 -08:00
dougt@meer.net
5a5d7d38c8 for windows cl host, -Fo is the preferred out option. -o is deprecated., b=418842, r=bsmedberg, a=beltzner 2008-02-21 13:02:06 -08:00
dougt@meer.net
716544dbae windows widget fixups for windows mobile. bug 418658, r=ere, a=beltzner 2008-02-21 12:57:22 -08:00
dougt@meer.net
0d7753ff58 fixing 418775. ubuntu configure bustage caused us to remove setting topsrcdir for windows mobile correctly when building under msys or cygwin. r=bsmedberg, a=beltzner 2008-02-21 12:53:16 -08:00
brendan@mozilla.org
563ba9b15c ASSERT_VALID_PROPERTY_CACHE_HIT must be for ST spidermonkey only (417817, r=shaver). 2008-02-21 12:50:39 -08:00
edward.lee@engineering.uiuc.edu
5c443601e9 Bug 416303 - Show default list, clear search, focus list when hitting escape from the search box. r=sdwilsh, a1.9=beltzner 2008-02-21 12:49:56 -08:00
dougt@meer.net
f82becda96 bug 418654 - windows widget honor NS_PRINTING. r=ere, a=beltzner 2008-02-21 12:49:24 -08:00
benjamin@smedbergs.us
1141ded71b Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 12:39:20 -08:00
enndeakin@sympatico.ca
2e466db7bd Bug 405719, temporary change to fix orange, will investigate 2008-02-21 12:26:49 -08:00
mozilla.mano@sent.com
602a84ad4c Backing out Bug 406280, see comment 12 2008-02-21 12:03:02 -08:00
mozilla.mano@sent.com
6587a1ef9f Bug 418629 - Cannot drag a separator in the bookmarks toolbar. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-02-21 11:54:00 -08:00
mozilla.mano@sent.com
32c812609d Bug 418630 - when inserting into a toolbar folder or chevron we get a selectItems error. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-02-21 11:50:22 -08:00
edward.lee@engineering.uiuc.edu
2c90f920a9 Bug 418857 - Download status bar always shows "a few seconds" for downloads from gmail. r=mano, a1.9=mconnor 2008-02-21 11:46:06 -08:00
bclary@bclary.com
6bf32f6b15 JavaScript Tests - regression test for bug 417893, by Jesse Ruderman 2008-02-21 11:38:06 -08:00
mozilla.mano@sent.com
9303223d53 Bug 239429 - display URL in status bar while using bookmark & history sidebars, follow up fix. patch from Michael Schonfeld <dev@schonfeld.org>, r=me. 2008-02-21 10:48:14 -08:00
Olli.Pettay@helsinki.fi
35afc3f0f6 Bug 418727, Save as text only includes the email subject, r+sr=peterv, a=beltzner 2008-02-21 10:45:57 -08:00
bclary@bclary.com
73866b1464 JavaScript Tests - regression test for bug 418504, by Jeff Walden 2008-02-21 10:12:57 -08:00
jwatt@jwatt.org
2c486b9f53 Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-02-21 09:43:25 -08:00
jwatt@jwatt.org
e6a9880ce6 Bug 417693. late-l10n. The Add Security Exception dialog text is misleading. r=kengert@redhat.com, a1.9=beltzner@mozilla.com 2008-02-21 09:40:52 -08:00