Commit Graph

2323 Commits

Author SHA1 Message Date
rob_strong@exchangecode.com
97d9c1e16a Bug 380015 - Crash [@ nsFrame::BoxReflow] on startup when Fx 2.0 libraries not removed from install directory. r=bsmedberg, blocking1.9=dsicore 2008-03-18 17:15:10 -07:00
mozilla@weilbacher.org
121fb85e02 [OS/2] Bug 398610: OS/2 meta bug follow-ups of UI changes, fix display of panels, p=wuno@lsvw, r=me 2008-03-18 13:41:58 -07:00
dolske@mozilla.com
5cf18e0692 Revert logging added when debugging bug 399852. 2008-03-18 13:19:15 -07:00
reed@reedloden.com
ffb0913b45 Bug 419794 - "work out key API for nsICryptoHMAC" (API use nsIKeyObject + fix nsKeyModule + nsICryptoHMAC usage fix) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=rrelyea sr=dveditz a=blocking1.9+] 2008-03-18 12:45:40 -07:00
dtownsend@oxymoronical.com
2bebda4e8f Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong 2008-03-18 12:44:59 -07:00
reed@reedloden.com
cb78ef1dde Bug 415257 - "Editable trees: input sized wrongly and rows jumping with flexible and non-flexible treecols" [p=paul.rouget@gmail.com (Paul Rouget) r+sr=Neil a1.9=beltzner] 2008-03-18 12:41:34 -07:00
gavin@gavinsharp.com
79b17cdf53 Bug 423366: remove unused code, and non-obvious dependency on fontbuilder.js from preferences.xml, r=mconnor/masayuki, a=beltzner 2008-03-18 11:32:23 -07:00
mattwillis@gmail.com
a68fa041af Bug 421622 - Add testcase 2008-03-18 11:22:50 -07:00
gavin@gavinsharp.com
d5b93cf6b0 Bug 422808: remove forwarding of nsIAuthPrompt for XHR and document.load so that users fall back to the more useful docshell prompts, r=sicking, sr=biesi (r=dolske on tests) 2008-03-18 11:18:29 -07:00
gavin@gavinsharp.com
6baa4304d1 Bug 422135: fix login manager's nsIAuthPrompt implementation to deal with NS_GetAuthKey-generated realms, r=dolske/standard8 2008-03-18 11:08:54 -07:00
dietrich@mozilla.com
70fe7d928a Bug 419170 ? The history includes too few days, browser.history_expire_days_min is ignored (for mak77@supereva.it, r=dietrich) 2008-03-18 11:03:34 -07:00
edward.lee@engineering.uiuc.edu
248ae6dccf Bug 420482 - Big discrepancy in ETA between Downloads Manager & Downloads status bar panel. r=sdwilsh, b-ff3=beltzner 2008-03-18 11:01:39 -07:00
edward.lee@engineering.uiuc.edu
2f260f9c63 Bug 414850 - "Clear List" in download manager should only remove visible downloads. r=sdwilsh, a1.9=beltzner 2008-03-18 10:59:27 -07:00
edward.lee@engineering.uiuc.edu
d60abf1895 Bug 403412 - Download Manager window title fails to clear/update upon download completion. r=sdwilsh, a1.9=beltzner 2008-03-18 10:57:26 -07:00
jwalden@mit.edu
9156d6bbff Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing... 2008-03-18 10:42:39 -07:00
gavin@gavinsharp.com
6fa9a6af44 Bustage fix for bug 329741: teach head_bookmarks.js about NS_APP_HISTORY_50_FILE (which is now required by nsNavHistory::init) 2008-03-18 07:40:54 -07:00
mconnor@steelgryphon.com
e296c9749a Bug 329741 - history.dat, formhistory.dat, downloads.rdf should be deleted when the user clears private data, r=gavin 2008-03-18 05:54:23 -07:00
rflint@ryanflint.com
576a7f2b2b Bug 423361 - [proto] Land Proto 0.14 changes. Patch by Kevin Gerich <kevin@kmgerich.com>, r=me a=blocking-fx3 2008-03-18 04:46:31 -07:00
dtownsend@oxymoronical.com
2f48918fdb Bug 419582: Unblocklisted plugin should be set to enable on startup. r+sr=jst 2008-03-18 03:38:15 -07:00
dietrich@mozilla.com
0825242d9e Bug 393498 ? on cut, then undo of a bookmark, we lose the dateAdded and lastModified values (r=mano) 2008-03-17 16:25:36 -07:00
dtownsend@oxymoronical.com
47b15aecbc Bug 423218: Restart option does not appear for installs from the local filesystem. r=robstrong 2008-03-17 16:08:38 -07:00
dtownsend@oxymoronical.com
02358b8407 Bug 414607: Warning symbol in install confirmation needs to be larger. r=gavin.sharp, a=beltzner 2008-03-17 16:06:23 -07:00
bugzilla@standard8.plus.com
7dfdd04f86 Bug 420459 Move mailnews-specific profe code. r=benjamin,Neil,sr=dmose,a1.9=beltzner 2008-03-17 12:05:24 -07:00
benjamin@smedbergs.us
3fa8913c9c Bug 385677 - Breakpad fixes for GCC 4.3 (correct #includes and visibility wrappers), r+a=luser 2008-03-17 11:02:08 -07:00
nrthomas@gmail.com
495fa73b4f Bug 417045, work around for bustage with make -jN and -save-temps in CFLAGS/CXXFLAGS (10.5 build support), r=ted, a=blocking1.9+ 2008-03-17 10:39:00 -07:00
ted.mielczarek@gmail.com
1c635cff63 bug 415016 - default comment is submitted by Linux crash reporter. patch by timeless, r+a=me 2008-03-17 07:21:47 -07:00
mozilla.mano@sent.com
05e9da7ef7 Bug 423085 - restore from JSON, Japanese is garbled. Patch by KUROSAWA, Takeshi <taken.spc@gmail.com>, r=me. 2008-03-16 23:37:04 -07:00
dolske@mozilla.com
3393470edf Move iframe onload handler setup later to avoid initial about:blank onload event. 2008-03-16 22:42:24 -07:00
dolske@mozilla.com
1e79858b1d Add more tests for HTTP authentication prompting. 2008-03-16 21:54:16 -07:00
timeless@mozdev.org
49ca68e041 Bug 422714 Warning: function does not always return a value r=dtownsend a=dsicore 2008-03-16 15:07:42 -07:00
reed@reedloden.com
96c1f098b9 Follow-up to bug 422614 -- remove layout/tools/Makefile from toolkit/toolkit-makefiles.sh. 2008-03-16 14:10:54 -07:00
timeless@mozdev.org
5f1917982e Bug 3004 Remove debug robot from build removed robot from the build, this removes it from cvs NPOB toolkit changes r=luser, a=luser 2008-03-16 13:30:40 -07:00
sdwilsh@shawnwilsher.com
9672b5fb6b Bug 399264 - stop hard coding folder roots in place: urls. r=dietrich 2008-03-15 12:39:04 -07:00
dbaron@dbaron.org
ef10a45f05 Remove the 'timer fired for test' ok as well, so this test doesn't report a timing-dependent variable number of tests. r=dolske (verbally) b=423044 a=tests 2008-03-14 18:04:12 -07:00
dbaron@dbaron.org
0e7b318158 Make test poll for dialog being fully loaded rather than assuming it will be after 300 milliseconds. b=423044 r=dolske a=tests 2008-03-14 17:13:39 -07:00
dtownsend@oxymoronical.com
1653d2fbec Bug 396129: Add incompatible update start and done states to nsIAddonUpdateListener. r=robstrong, a=beltzner 2008-03-14 16:34:32 -07:00
mozilla.mano@sent.com
e11a47b078 Bug 402558 - urls from bookmarks folder in sidebar don't open in tabs on middle-click. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-03-14 13:17:14 -07:00
mozilla@weilbacher.org
8b253bd1c4 Bug 418105: Remove non-cairo Mac gfx code from the tree, r=joshmoz, sr=vladimir, a1.9=beltzner 2008-03-14 12:59:41 -07:00
mozilla.mano@sent.com
1cf43f811d Bug 418592 - 'Bookmarks Menu' folder can be dropped into itself. Patch by Michael Schonfeld <dev@schonfeld.org>, r=me. 2008-03-14 12:37:37 -07:00
reed@reedloden.com
bef00bd3f0 Bug 420067 - "Extension list emblems" (Use pretty icons that make me do the tango) [p=ispence@gmail.com (Ian Spence) ui-r=faaborg r=Mano a1.9=beltzner] 2008-03-14 09:39:43 -07:00
reed@reedloden.com
f5a33b3cf8 Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner] 2008-03-14 09:22:25 -07:00
reed@reedloden.com
81da6fcc0b Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+] 2008-03-14 08:42:34 -07:00
reed@reedloden.com
ca55b77acb Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Integrate jemalloc into libxul on Linux) [p=jasone@canonware.com (Jason Evans) r=bsmedberg sr+a1.9=stuart] 2008-03-14 08:38:37 -07:00
reed@reedloden.com
3ba441e4bf Bug 416559 - "Hard-coded auto-completion pop-ups foreground color" (Fix text color for autocomplete dropdowns) [p=ispence@gmail.com (Ian Spence) r=Mano a1.9=damons] 2008-03-14 08:27:10 -07:00
reed@reedloden.com
170c0984dc Bug 395454 - "[Mac] Have one file, scrollbars.css" [p=mozcbarrett@gmail.com (Colin Barrett [cbarrett]) r=Enn r=Neil sr=roc a1.9=damons] 2008-03-14 08:24:50 -07:00
Callek@gmail.com
e679feeb0e Bug 422872, fix test in test_contentAreaUtils.js for both suite and toolkit. r=sayrer 2008-03-13 22:46:45 -07:00
edward.lee@engineering.uiuc.edu
67eba3e038 Clean up autocomplete tests for use as a template for future tests 2008-03-13 22:01:39 -07:00
edward.lee@engineering.uiuc.edu
b3c03cf71b Bug 422490 - Throbber keeps spinning when typing in a new url (AwesomeBar keeps searching when there's no results). r=dietrich, b-ff3=beltzner 2008-03-13 21:59:50 -07:00
dietrich@mozilla.com
f60c20aa7b Followup Ts fix for bug 384370 (r=mano) 2008-03-13 18:58:01 -07:00
mozilla@weilbacher.org
4e725eb6fb [OS/2] Bug 421626: Fix packaging and signing on OS/2, r=ted.mielczarek 2008-03-13 17:39:33 -07:00