Commit Graph

7363 Commits

Author SHA1 Message Date
dietrich@mozilla.com
188423e517 Bug 423159 ? WARNING: Unsafe use of LIKE detected! (for mak77@supereva.it, r=dietrich) 2008-03-26 20:34:07 -07:00
dietrich@mozilla.com
6760bc8094 Bug 415389 ? All tags removed when moving a bookmark in the Bookmarks folder structure (cut & paste) (r=mano) 2008-03-26 18:58:52 -07:00
reed@reedloden.com
dd1a6eadd6 Bug 425217 - "Use 32bpp (instead of 64bpp) for theme icon PNGs" [p=faaborg@mozilla.com (Alex Faaborg) a=blocking-firefox3+] 2008-03-26 13:50:44 -07:00
jorendorff@mozilla.com
b4821af3f5 Merge from cvs-trunk-mirror to mozilla-central. (This doesn't build, thanks to bug 425080, which I'll fix next.)
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-26 11:42:07 -05:00
reed@reedloden.com
ee98756eae Bug 424996 - "close.png should use close box with red background for active state" [p=faaborg@mozilla.com (Alex Faaborg) a1.9b5=beltzner] 2008-03-25 21:49:05 -07:00
reed@reedloden.com
82ef7623ce Bug 424415 - "Revert languages icon (Replace UN icon)" [p=beltzner@mozilla.com (Mike Beltzner) a1.9b5=beltzner] 2008-03-25 16:18:26 -07:00
Callek@gmail.com
a76792c4d7 Followup to Bug 420230, remove extra 'case' in test. rs=gavin 2008-03-25 08:55:12 -07:00
reed@reedloden.com
1d8520b7df Bug 424922 - "Radios and checkbuttons too close to their labels" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9b5=beltzner] 2008-03-25 00:24:22 -07:00
reed@reedloden.com
01c0da3a86 Bug 420230 - "unable to save data urls to disk" [p=jmathies@mozilla.com (Jim Mathies) r=robarnold r=Mardak a1.9b5=beltzner] 2008-03-24 21:44:36 -07:00
dmose@mozilla.org
8520347457 Factor out generic toolkit aspects of FUEL into a reusable form (bug 407693), patch by Joey Minta <jminta@gmail.com> and Emre Birol <ebirol@gmail.com>; r=mfinkle, moa for adding toolkit directory=bsmedberg, a1.9b5=beltzner 2008-03-24 17:38:03 -07:00
dholbert@cs.stanford.edu
c237666da6 Bug 423599: Make native theming stuff use full padding when in XUL, and reduced padding when in HTML. Patch by _FrnchFrgg_ <frnchfrgg-mozbugs@altern.org>, r=ventron sr=vlad a1.9b5=beltzner. Reftest by me, r=bz a1.9b5=beltzner 2008-03-24 17:34:27 -07:00
dtownsend@oxymoronical.com
c157641e9d Bug 424877: remove FAMFAMFAM / Silk icons from themes. Copying from winstripe with a=beltzner 2008-03-24 16:04:09 -07:00
sdwilsh@shawnwilsher.com
a950b3f8c1 Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver 2008-03-24 15:14:38 -07:00
mconnor@steelgryphon.com
6b1a312abe Bug 423486 - Remove help viewer from Firefox and point to SUMO, r=gavin, ui-r=beltzner, a1.9b5=beltzner 2008-03-24 10:18:38 -07:00
ted.mielczarek@gmail.com
435f3e0bc6 bug 424369 - crash reporter dialog has become immensely wide. r=gavin a1.9b5=mconnor 2008-03-24 03:37:29 -07:00
edward.lee@engineering.uiuc.edu
df64c78961 Leak bustage fix for bug 422491 (global const nsCString & -> #define) 2008-03-23 00:11:04 -07:00
edward.lee@engineering.uiuc.edu
ed00074a92 Bug 422177 - Awesome bar interrupts typing, so continue from where it left off. r=dietrich, a1.9b5=mconnor, b-ff3=beltzner. Bug 424388 - Autocomplete results keep disappearing and reappearing when typing more letters. 2008-03-22 23:38:28 -07:00
edward.lee@engineering.uiuc.edu
5ec67af4d6 Bug 422491 - Optimize AwesomeBar if it finished searching and found fewer than maxResults. r=dietrich, a1.9=mconnor, a1.9b5=mconnor 2008-03-22 23:33:44 -07:00
stefanh@inbox.com
68c499acd6 Bug 418059 - Clean up Pinstripe's radio.css. r=Mano, a1.9b5=schrep. 2008-03-22 05:40:30 -07:00
reed@reedloden.com
dade94591b Bug 423770 - "sometimes need to click "Restore default set" twice to actually have the default set restored" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9b5=beltzner] 2008-03-21 21:26:35 -07:00
dbaron@dbaron.org
ea42d1a370 Make the download manager tests remove their temporary files, and rename the prefix they use to work around the Mac unit test machine having filled up all of dmuitest.file through dmuitest-9999.file in its temp dir. rs=sdwilsh a=tests+orange 2008-03-21 20:57:47 -07:00
edward.lee@engineering.uiuc.edu
c3aefb83dc More bustage fix for bug 416683. r=sdwilsh 2008-03-21 19:03:01 -07:00
edward.lee@engineering.uiuc.edu
9ef7b51f58 Bustage fix for bug 416683 2008-03-21 18:55:51 -07:00
edward.lee@engineering.uiuc.edu
2f937985c7 Bug 416683 - binary downloads are deleted on completion when "Launch applications and unsafe files" is disabled. p=jmathies, r=Mardak, r=robarnold, sr=bsmedberg, a1.9b5=beltzner, b-ff3=beltzner 2008-03-21 17:23:45 -07:00
rob_strong@exchangecode.com
ec47ef1ca2 Followup to Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=dsicore 2008-03-21 14:35:39 -07:00
rob_strong@exchangecode.com
8f20df7b2f Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=mconnor 2008-03-21 13:25:15 -07:00
rob_strong@exchangecode.com
31f51ef68f Bug 423997 - App name missing from default program description. r=sspitzer, approval1.9b5=beltzner 2008-03-21 12:56:08 -07:00
dtownsend@oxymoronical.com
19b2f20140 Bug 424262: Ratings stars show a compressed composite of entire image block. r=gavin.sharp, a1.9b5=beltzner 2008-03-21 09:09:44 -07:00
reed@reedloden.com
f3f30276c1 Bug 424028 - "beta 5 theme update for windows (xp and vista)" (Fix more tab close icons) [p=reed pending-r=gavin pending-a1.9b5=] 2008-03-21 02:40:20 -07:00
reed@reedloden.com
db91a50e56 Bug 418868 - "M3 Tango" (Add-ons manager search fix and new searchIcons icon) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) / reed@reedloden.com (Reed Loden) r=Ryan pending-a1.9b5=] 2008-03-21 01:47:59 -07:00
reed@reedloden.com
2b7609cd5b Bug 424028 - "beta 5 theme update for windows (xp and vista)" (Fix tab close icon and get add-ons search bar) [p=reed pending-r=gavin pending-a1.9b5=] 2008-03-21 01:41:27 -07:00
reed@reedloden.com
6e564fe4e1 Bug 418868 - "M3 Tango" (Updated viewButtons) [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a1.9b5=beltzner] 2008-03-20 23:51:03 -07:00
reed@reedloden.com
56b3b440cf Bug 423977 - "Add-ons rating stars now a grid of 11x11 icons" [p=reed r=gavin a1.9b5=mconnor] 2008-03-20 22:51:53 -07:00
reed@reedloden.com
b02dd07311 Bug 424028 - "beta 5 theme update for windows (xp and vista)" [p=Iconfactory ui-r=faaborg a1.9b5=mconnor] 2008-03-20 21:23:33 -07:00
rflint@ryanflint.com
e3fba67118 Bug 420674 - Large icons from extensions and themes are stretched in Addons manager. r=dtownsend a1.9b5=beltzner 2008-03-20 14:43:46 -07:00
edward.lee@engineering.uiuc.edu
323b90d1dd Bug 415403 - Show matches for all search words for location bar autocomplete. r=gavin, a1.9b5=beltzner, b-ff3=beltzner 2008-03-20 14:43:19 -07:00
edward.lee@engineering.uiuc.edu
ae1d5d0446 Bug 407861 - Bolding the found text in autocomplete breaks ligatures. r=gavin, a1.9b5=beltzner, b-ff3=beltzner 2008-03-20 14:43:08 -07:00
edward.lee@engineering.uiuc.edu
fe3e714a7e Bug 407946 - emphasize all matching text in title and url, not just the first match in title and url. r=gavin, a1.9b5=beltzner, b-ff3=beltzner 2008-03-20 14:42:55 -07:00
Benjamin Smedberg
daa1480d05 Merge cvs-trunk-mirror -> mozilla-central. There's a C++ bug in js/src/jsinterp.cpp that I am going to file upstream.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-20 12:42:05 -04:00
reed@reedloden.com
1f43e361f6 Back out Jim Mathies's patch from bug 412374 due to build bustage on non-Vista systems. 2008-03-19 23:34:26 -07:00
Callek@gmail.com
df2bf9e7e1 Bug 420356, Ship blocklist.xml with Firefox (SeaMonkey tunit failure fix). r=gavin 2008-03-19 23:31:20 -07:00
reed@reedloden.com
5067e27b79 Bug 411214 - "New MIME type set with "Do this automatically ..." fails to locate helper app" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh a1.9=beltzner] 2008-03-19 23:09:02 -07:00
reed@reedloden.com
790f4d20e5 Bug 415664 - "Source viewer needs menu icons" [p=ispence@gmail.com (Ian Spence) r=Mano a1.9=beltzner] 2008-03-19 23:06:46 -07:00
reed@reedloden.com
94a58623ed Bug 412374 - "Parental Controls can be easily bypassed by going back to the download source" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh sr=bsmedberg a=blocking-firefox3+] 2008-03-19 23:01:26 -07:00
edward.lee@engineering.uiuc.edu
66287cf31e Bug 424039 - Center favicon in location bar autocomplete. r=beltzner, ui-r=beltzner, a1.9=beltzner 2008-03-19 22:34:08 -07:00
ajschult@verizon.net
75408be4dd Bug 422050: position test failures due to large fonts, r=enndeakin 2008-03-19 21:05:17 -07:00
dcamp@mozilla.com
88ec70bb2a Bug 423790: Back off of safebrowsing updates for 4xx errors. r=tony, blocking-firefox3=beltzner 2008-03-19 18:55:56 -07:00
edward.lee@engineering.uiuc.edu
a4ae1d4790 Bug 335418 - Pause downloads when computer is about to go to sleep. r=sdwilsh, a1.9=beltzner 2008-03-19 18:16:02 -07:00
alfred.peng@sun.com
cd72be63a8 Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner. 2008-03-19 18:13:36 -07:00
dietrich@mozilla.com
024b5d2117 Bug 423960 ? regression: disabling history remembers visits (for mak77@supereva.it, r=dietrich) 2008-03-19 16:18:56 -07:00
dietrich@mozilla.com
36b16e4693 Bug 423154 - off-by-one error for browser.bookmarks.max_backups (r=mano) 2008-03-19 16:14:45 -07:00
dtownsend@oxymoronical.com
77c7d93420 Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp 2008-03-19 15:35:03 -07:00
timeless@mozdev.org
7f880e43ef reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
rob_strong@exchangecode.com
453f838621 Bug 408314 - uninstaller leaves behind empty install directory. r=sspitzer, a1.9=beltzner 2008-03-19 14:27:39 -07:00
timeless@mozdev.org
022712406a Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
timeless@mozdev.org
e84b7002e6 Bug 423461 Warning: assignment to undeclared variable syncNeeded r=dolske a=dsicore 2008-03-19 14:12:15 -07:00
timeless@mozdev.org
74fe114a10 Bug 419520 Provide url (or file path) for error messages r=biesi a=dsicore 2008-03-19 14:11:23 -07:00
dietrich@mozilla.com
5a2873343e Bug 420354 ? History not shown in sidebar when sorted by date or by date and site (for ondrej@allpeers.com, r=dietrich) 2008-03-19 14:08:10 -07:00
ted.mielczarek@gmail.com
3261540565 bug 423272 - crash reporter client doesn't ship a manifest (visual styles aren't applied). r=bsmedberg, a=beltzner 2008-03-19 13:24:45 -07:00
mkaply@us.ibm.com
b911805c55 Bug 420882 - r=sayrer, a=schrep - do some validation of geo lat/long 2008-03-19 12:52:54 -07:00
dietrich@mozilla.com
c00912bd81 Bug 412348 ? Titles are missing in smart Bookmarks and Addressbar for urls w/out www (for ondrej@allpeers.com, r=dietrich) 2008-03-19 12:30:49 -07:00
mkaply@us.ibm.com
b3748e74fd bug 420144 - r=sayrer, a=schrep - only bubble up mf properties if the parent microformat wouldn't want it anyway 2008-03-19 12:20:41 -07:00
mkaply@us.ibm.com
7e5fd7b747 bug 419483 - r=sayrer, a=schrep - switch from using getBoxObjectFor to getBoundingClientRect 2008-03-19 12:11:03 -07:00
edward.lee@engineering.uiuc.edu
bb94644bce Bug 393678 - location bar autocomplete should take word boundaries in account. r=dietrich, b-ff3=beltzner 2008-03-18 19:11:05 -07:00
ted.mielczarek@gmail.com
0bdabb54d0 bug 423674 - update to breakpad revision 250. rs=sayrer 2008-03-18 18:48:21 -07:00
ted.mielczarek@gmail.com
6b0f0d7869 bug 415428 - crash reporter dialog not wide enough for l10n. r=dcamp 2008-03-18 18:01:26 -07:00
rob_strong@exchangecode.com
4ea82b5215 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
1f2cfa0fc2 [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
6abeb0026a Revert logging added when debugging bug 399852. 2008-03-18 13:19:15 -07:00
reed@reedloden.com
ac89e9bc4e 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
edd8a37696 Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong 2008-03-18 12:44:59 -07:00
reed@reedloden.com
89641f288f 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
4a1568ca9d 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
8c6886e1e4 Bug 421622 - Add testcase 2008-03-18 11:22:50 -07:00
gavin@gavinsharp.com
a160da0493 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
070fda67ee 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
5cc5ed0b04 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
059c439202 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
613077fffe 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
627c6d4cfe 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
5d7f3c8860 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
7c8ca96d95 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
a2bc45835d 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
4f0018a55e 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
fec1f1442c 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
6b2f41a208 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
0caaf11235 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
5cf0204afd 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
0300bee861 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
8e01900f9f 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
e6809fd8bb 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
5adc6bfaee 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
80840e283c 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
4f00e9fc9a Move iframe onload handler setup later to avoid initial about:blank onload event. 2008-03-16 22:42:24 -07:00
dolske@mozilla.com
f1ce0d21cb Add more tests for HTTP authentication prompting. 2008-03-16 21:54:16 -07:00
timeless@mozdev.org
c195ff7856 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
a41d46196d 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
6b72658efd 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
57d78f929e Bug 399264 - stop hard coding folder roots in place: urls. r=dietrich 2008-03-15 12:39:04 -07:00
dbaron@dbaron.org
59b87cb822 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
16b6bdc87b 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
5d05870000 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
26088c4362 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
5a55d3fa52 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
511af9be73 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
120a806ed7 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
d3243c57bd 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
17bf692bc0 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
4bcd5af890 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
7ab78f9efb 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
7579117199 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
4aab566f97 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
e387e0eeb1 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
b66504bcaf 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
d6617db694 Followup Ts fix for bug 384370 (r=mano) 2008-03-13 18:58:01 -07:00
mozilla@weilbacher.org
eb7ec6cf73 [OS/2] Bug 421626: Fix packaging and signing on OS/2, r=ted.mielczarek 2008-03-13 17:39:33 -07:00
dolske@mozilla.com
6659016870 Backing out bug 420595 due to causing bug 422585. r=sdwilsh. 2008-03-13 15:58:15 -07:00
stefanh@inbox.com
fa69f38301 Bug 421814 - Use HITheme to draw backgrounds for groupboxes. r=josh+Mano, sr=roc, a1.9=dsicore. 2008-03-13 13:24:29 -07:00
dietrich@mozilla.com
c9d5644c22 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 12:25:49 -07:00
benjamin@smedbergs.us
b0b43c6e0a Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-13 10:32:07 -04:00
masayuki@d-toybox.com
2d15463f40 Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart 2008-03-13 03:32:50 -07:00
edward.lee@engineering.uiuc.edu
538c4d46de Bug 421315 - Just re-use autocomplete richlistitems instead of re-adjusting for no purpose. r=gavin, a1.9=mconnor 2008-03-12 22:31:14 -07:00
edward.lee@engineering.uiuc.edu
89668b9baf Bug 415397 - URLs with (un)escaped characters can't be deleted. b-ff3=beltzner 2008-03-12 16:40:01 -07:00
edward.lee@engineering.uiuc.edu
7949a91f17 Bug 417441 - Bookmark cannot handle %2B ('+' sign) when accessed by its tag. b-ff3=beltzner 2008-03-12 16:39:52 -07:00
edward.lee@engineering.uiuc.edu
4b0d056995 Bug 419656 - Location bar instrumentation misses unencoded urls. r=gavin, b-ff3=beltzner 2008-03-12 16:39:40 -07:00
dietrich@mozilla.com
be4542d3cc Bug 419749 - Add/Update/Delete for items in query set do not seem to close transaction (r=dietrich) 2008-03-12 16:36:24 -07:00
reed@reedloden.com
1c996a05b3 Bug 421879 - "opening a file with the default helper app can fail by using the wrong app in the end" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a=blocking1.9+] 2008-03-12 15:53:18 -07:00
reed@reedloden.com
213530409a Bug 419891 - "Firefox crashes in [@ nsStandardURL::SetFileExtension]" (initialize 'void *ref' in nsMaybeWeakPtr_base::GetValueAs to NULL) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=bsmedberg a=blocking-firefox3+] 2008-03-12 15:51:14 -07:00
reed@reedloden.com
062ea6e42c Bug 399498 - "use XDG downloads dir as default downloads dir" (use XDG download dir, with a fallback to the current default if the XDG user dirs are disabled) [p=chpe@gnome.org (Christian Persch) r=sdwilsh r=bsmedberg a1.9=damons] 2008-03-12 15:40:51 -07:00
mattwillis@gmail.com
57282c5e42 Bug 422161 - Fix JS strict errors in *.jsm modules. r and rs=gavin, a1.9+=damons 2008-03-12 14:56:59 -07:00
bugzilla@standard8.plus.com
17b85bf97b Bug 419357 nsIExtensionManager::getInstallLocation can sometimes returns null (not expected/documented). r=dtownsend, comment-only patch approval not required 2008-03-12 14:44:58 -07:00
benjamin@smedbergs.us
0864212f35 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
2008-03-12 16:32:37 -04:00
bugzilla@standard8.plus.com
d3099fd833 Bug 403790 Password manager needs to be able to migrate mailnews logins. r=dolske,gavin,a=blocking-ff3+ 2008-03-12 11:17:59 -07:00
reed@reedloden.com
4e689f42b1 Bug 416868 - "Size of native style toolkit arrow" (Skin changes) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan a1.9=damons] 2008-03-12 10:25:52 -07:00
gavin@gavinsharp.com
9852235479 Bug 421196: fix xul.css binding rule to make rich autocomplete popup usable for toolkit users, r=enndeakin 2008-03-12 09:29:30 -07:00
reed@reedloden.com
9b6be514e1 Back out patch from Julien Rivaud in bug 416868 due to reftest failure. 2008-03-12 08:56:14 -07:00
reed@reedloden.com
52e57d23e1 Bug 416868 - "Size of native style toolkit arrow" (Skin changes) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan a1.9=damons] 2008-03-12 06:59:14 -07:00
reed@reedloden.com
40660df1b4 Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-03-12 04:13:09 -07:00
ajschult@verizon.net
81086648f2 Bug 422047: popup button test window too narrow, r=enndeakin 2008-03-11 21:44:02 -07:00
ted.mielczarek@gmail.com
736f4fe843 bug 422082 - crash reporter remains open after submitting data. r=bsmedberg 2008-03-11 16:39:34 -07:00
dtownsend@oxymoronical.com
a64e80cc09 Bug 415175 - Updating to an extension where the updated xpi requires a compatibility update fails. r=robstrong. 2008-03-11 16:35:21 -07:00
blassey@mozilla.com
6cc9d5a4ed backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
dougt@meer.net
9835a5846e backing out. 2008-03-11 15:12:52 -07:00
blassey@mozilla.com
ff89c4a3fb switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
edward.lee@engineering.uiuc.edu
2e9965a110 Bug 413093 - With "Remember what I've download" disabled/unchecked (browser.download.manager.retention set to 0), the Download Manager window remains open until clicked/focused. p=sdwilsh, r=Mardak, b-ff3=beltzner 2008-03-11 14:34:19 -07:00
dougt@meer.net
90b46db8c5 Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons 2008-03-11 14:31:34 -07:00
sayrer@gmail.com
0cdcf47040 Bug 381357. Live bookmarks for feeds served as text/html don't load. r=gavin 2008-03-11 13:05:09 -07:00
benjamin@smedbergs.us
c247ccdc49 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
2008-03-11 11:22:05 -04:00
reed@reedloden.com
8033a2e838 Bug 421635 - "[EM] post restart notification should specify foreground color" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=rob_strong a1.9=damons] 2008-03-11 01:13:07 -07:00
reed@reedloden.com
b1caf9f655 Bug 414342 - "Fix spacing and margins in Preferences, Addons, Pageinfo" [p=ispence@gmail.com (Ian Spence) / michael.monreal@gmx.net (Michael Monreal) r=Mano a1.9=damons] 2008-03-11 01:12:06 -07:00
reed@reedloden.com
58195cf54b Bug 420595 - ""you have chosen to open" dialog uses wrong icon" (Change the accept button icon to a save one when the only choice is "save") [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=sdwilsh a1.9=damons] 2008-03-11 01:11:08 -07:00
ajschult@verizon.net
478afea30b Bug 420541: test failures because onfocus never fires for iframe load, r=Enn 2008-03-10 21:35:46 -07:00
dolske@mozilla.com
3fe547d673 Disable one check that seems to be mysteriously failing. 2008-03-10 19:24:08 -07:00
philringnalda@gmail.com
2feb548f71 Bug 402637 - Make uri-element class work on any element, r=mano, r=mconnor, a1.9=dsicore 2008-03-10 17:19:04 -07:00
dolske@mozilla.com
7523d0609f Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+ 2008-03-10 17:14:10 -07:00
benjamin@smedbergs.us
f7f9006427 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-10 17:07:41 -04:00
reed@reedloden.com
55d04204ff Bug 421841 - "Breakpad continually sends the same crash report over and over until you manually stop it" (add (void)closeMeDown; method, call it instead of closeClicked) [p=beltzner@mozilla.com (Mike Beltzner) r=ted/luser a=blocking1.9+] 2008-03-10 11:59:59 -07:00
dietrich@mozilla.com
8d6ce95d83 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00
dietrich@mozilla.com
188566b7bf Bug 384370 - test perf run (r=mano) 2008-03-10 09:41:52 -07:00
roc+@cs.cmu.edu
b814935375 Bug 403181, revert more bogus test images 2008-03-09 16:53:48 -07:00
dolske@mozilla.com
0e35e7e7ad Bug 421058 - Firefox won't prompt to change stored passwords. r=gavin, a=blocking-ff3+ 2008-03-08 18:25:40 -08:00
edward.lee@engineering.uiuc.edu
52662b1412 Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner 2008-03-08 17:02:06 -08:00
gavin@gavinsharp.com
0eabc71cc4 Bug 402356: netError pages use hardcoded colors for warnings, patch by KUROSAWA, Takeshi <taken.spc@gmail.com>, r=me, ui-r=beltzner 2008-03-08 16:29:05 -08:00
dtownsend@oxymoronical.com
8f1e4095dd Localisation fix for bug 408115, late-late-l10n. r=mano, a=shaver 2008-03-08 14:31:01 -08:00
dtownsend@oxymoronical.com
b2a78534fe Bustage fix for bug 408115 on windows and mac. 2008-03-08 05:48:18 -08:00
reed@reedloden.com
76430f295a Back out Mike Hommey's patch from bug 305782 due to build bustage. 2008-03-08 04:33:28 -08:00
reed@reedloden.com
2646d26590 Bug 416225 - "Change "Unfiled bookmarks" to "Unsorted Bookmarks"" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=beltzner a=blocking-firefox3+] 2008-03-08 03:45:32 -08:00
reed@reedloden.com
c0bf882be3 Bug 137091 - "Page Setup Box changes size when switching between Portrait/Landscape" [p=martijn.martijn@gmail.com (Martijn Wargers) r=Neil a1.9=damons] 2008-03-08 03:28:34 -08:00
reed@reedloden.com
0beda1921f Bug 381206 - "Tango Style theme for better Linux UI integration" (new identity icons) [p=jimmac@gmail.com (Jakub Steiner) ui-r=faaborg a1.9=beltzner] 2008-03-08 03:24:49 -08:00
reed@reedloden.com
510494d969 Bustage fix for bug 305782 (update toolkit/toolkit-makefiles.sh with SYSTEM_BZ2). 2008-03-08 03:16:54 -08:00
reed@reedloden.com
591dc7c71c Bug 421313 - "change "Author Unknown" to "Author not verified" in add-on installer dialog" [p=beltzner@mozilla.com (Mike Beltzner) r=Mossop a1.9=beltzner] 2008-03-08 02:14:18 -08:00
reed@reedloden.com
6125af3196 Back out not completely reviewed changes from bug 326228. 2008-03-08 02:06:10 -08:00
reed@reedloden.com
b055ee6b2e Bug 326228 - "No error message when download manager tried to store file in folder with insufficent access rights" [p=steveisok1@yahoo.com (Steve) ui-r=madhava r=sdwilsh a1.9=beltzner a=blocking-firefox3+] 2008-03-08 02:04:05 -08:00
reed@reedloden.com
c3583791dd Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-03-08 01:53:28 -08:00
reed@reedloden.com
3fe6cb516b Bug 421410 - "selected text in input box is cleared/unselected after print preview" [p=martijn.martijn@gmail.com (Martijn Wargers) r=Enn a1.9=beltzner] 2008-03-08 01:49:02 -08:00
reed@reedloden.com
20850172a7 Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner] 2008-03-08 01:44:35 -08:00
reed@reedloden.com
4d3a27a300 Bug 421523 - "With --disable-xpconnect-idispatch --disable-accessibility, link errors in libxul" (link oleaut32 explicitly) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=damons] 2008-03-08 01:43:03 -08:00
edward.lee@engineering.uiuc.edu
5e8288f974 Bug 421412 - Get rid of _adjustWidth hack. r=gavin, b1.9=beltzner 2008-03-08 01:30:43 -08:00
ajschult@verizon.net
032401d4fd Bug 421656: Test for bug 366992 doesn't remove the controller it appends, r=mano 2008-03-08 00:20:00 -08:00
dolske@mozilla.com
95e5c25212 Bug 382447 - "Show passwords" button in preferences should be renamed. r=gavin, a1.9=beltzner, ui-r=beltzner 2008-03-07 16:27:27 -08:00
dtownsend@oxymoronical.com
b46b008d5a Bug 408115: Add post-restart notification of new add-on installs. r=gavin.sharp, r=robstrong, a=beltzner 2008-03-07 16:16:38 -08:00
ted.mielczarek@gmail.com
45854e98fe bug 421552 - allow users to send a crash report and quit firefox. patch by Mike Beltzner <beltzner@mozilla.com>, r=me, a=shaver 2008-03-07 14:17:17 -08:00
dietrich@mozilla.com
295f46da3d Bug 419642 ? WARNING: Unsafe use of LIKE detected! (for ondrej@allpeers.com, r=dietrich) 2008-03-07 10:53:04 -08:00
dietrich@mozilla.com
ce60efa473 Bug 420261 ? "Recent Tags" is not properly refreshed when a new tag is added (for ondrej@allpeers.com, r=dietrich) 2008-03-07 10:47:34 -08:00
dietrich@mozilla.com
a29c21effa Bug 419832 ? Change Livemark service update timings (for mak77@supereva.it, r=dietrich) 2008-03-07 10:35:29 -08:00
dietrich@mozilla.com
f374e39dcd Bug 420003 ? Sort by name on tag container removes titles of tagged links and does not show correct order (for ondrej@allpeers.com, r=dietrich) 2008-03-07 10:09:23 -08:00
enndeakin@sympatico.ca
d9e85a072b Bug 415704, treat tabindex and focusability as separate, so Full Keyboard Access setting doesn't affect things incorrectly, fixes More Info button in identity panel, r=smaug,sr=neil 2008-03-07 08:33:38 -08:00
Olli.Pettay@helsinki.fi
69d2590cfb Bug 420254, thunderbird often uses ~10% cpu when idle, r=enn, sr=neil, a=beltzner 2008-03-07 05:48:06 -08:00
dtownsend@oxymoronical.com
15d0b60dfe Bug 417606: See all search results always number 10. r=gavin.sharp, r=robstrong 2008-03-07 03:16:48 -08:00
dtownsend@oxymoronical.com
69b1dc1564 Bug 414795: Progress text should read "connecting" rather than "installing". r=robstrong, a=beltzner 2008-03-07 03:10:06 -08:00
dtownsend@oxymoronical.com
0c010ec19e Bug 415255: AMO Manager: Clearing search results should refocus cursor in search textbox. r=robstrong, a=beltzner 2008-03-07 03:06:42 -08:00
dtownsend@oxymoronical.com
c25885378f Bug 415259: Update the install status in the get add-ons results if installation is cancelled. r=robstrong. 2008-03-06 18:07:55 -08:00
dtownsend@oxymoronical.com
a31a139ee3 Bug 417424: AMO Manager: Multiple requests for recommended list on first opening. r=robstrong 2008-03-06 18:05:22 -08:00
dtownsend@oxymoronical.com
e2747180f6 Bug 406184: PlugIns installed in the user profile directory are not loaded. r=robstrong 2008-03-06 18:02:49 -08:00
dtownsend@oxymoronical.com
eddaaed8a4 Bug 361911: Unable to install updates on startup after dismissing notifications. r=robstrong 2008-03-06 17:59:42 -08:00
dtownsend@oxymoronical.com
d5ee118544 Bug 412449: Add standard install locations for OSX. r=bsmedberg, a=beltzner 2008-03-06 17:58:18 -08:00
dtownsend@oxymoronical.com
a78b3f4729 Bug 414481: Get Add-ons Tab: make EULA text selectable. r=robstrong, a=beltzner 2008-03-06 17:56:20 -08:00
dtownsend@oxymoronical.com
1a0eb83437 Bug 315609: Display something other than a blank window when no extensions are installed. r=robstrong, a=beltzner 2008-03-06 17:54:48 -08:00
enndeakin@sympatico.ca
a0ed2b8128 Bug 419725, hovering over autocomplete entry then opening the context menu selects the text, fix by not selecting text during the focus event, r=mconnor 2008-03-06 13:43:43 -08:00
bent.mozilla@gmail.com
c9d085b470 Bug 420700 - Bustage fix. 2008-03-06 12:35:42 -08:00
mconnor@steelgryphon.com
be0a36e833 Bug 419967 - Cannot search in application/javascript page, r=gavin 2008-03-06 12:12:09 -08:00
ted.mielczarek@gmail.com
44eeab6d8d bug 420474 - upload debug info for Linux builds to symbol server (use .gnu_debuglink) (just the necessary changes, not actually turned on). r=bsmedberg 2008-03-06 04:15:58 -08:00
surkov.alexander@gmail.com
94d72b9614 Bug 419867 - statusbarpanel accessibility interface, r=evan.yan, enndeakin, a=beltzner 2008-03-05 20:17:19 -08:00
blassey@mozilla.com
81d841c1fc backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
myk@mozilla.org
c1b3fd34a2 bug 420556: give sidebar header a non-transparent background in gnomestripe; r=gavin, a=beltzner 2008-03-05 14:26:13 -08:00
gavin@gavinsharp.com
7b3cc60dbc Bug 419111: unfrozen interfaces listed in SDK_XPIDLSRCS, r=kaie, sr=bzbarsky 2008-03-05 14:08:20 -08:00
neil@parkwaycc.co.uk
75d375bd08 Bug 419865 Port scripts pane to use <preferences> r=Mano,IanN sr=jag a=beltzner 2008-03-05 13:44:29 -08:00
blassey@mozilla.com
dfd26f92ec switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
neil@parkwaycc.co.uk
f20e0ba61e <browser> clears its mIconURL inappropriately b=418213 r=Mano a=beltzner 2008-03-05 13:35:38 -08:00
dtownsend@oxymoronical.com
d2084e7a68 Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. p=matthew@allpeers.com, r=bsmedberg, a=beltzner 2008-03-05 13:30:28 -08:00
jorendorff@mozilla.com
35ce5bea9f Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsinvoke.c => js/src/jsinvoke.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
2008-03-05 15:00:01 -06:00
bzbarsky@mit.edu
e31ee13acf Init the selected panel to the right value to prevent window size flicker. Bug 405390, r=enn, a=beltzner 2008-03-05 12:44:27 -08:00
dougt@meer.net
0069a6f866 XRE build changes for windows mobile. b=420240, r=bsmedberg, a=beltzner 2008-03-05 11:23:44 -08:00
reed@reedloden.com
fedafe097c Back out Ventron's patch from bug 418131 due to build failures on debug machines. 2008-03-05 03:36:37 -08:00
reed@reedloden.com
66fe91f8ce 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-05 02:30:30 -08:00
dcamp@mozilla.com
6a4e998241 Bug 420380: Allow safebrowsing gethash responses that don't match table name/chunk id. r=tony, blocking-firefox3=beltzner 2008-03-04 15:39:37 -08:00
dietrich@mozilla.com
afe04b3027 backing out test checkin of bug 384370 2008-03-04 14:12:27 -08:00
dcamp@mozilla.com
183798c9c7 Bug 420370: nsUrlClassifierHashCompleter not configured immediately at startup. r=tony, blocking-firefox3=beltzner 2008-03-04 14:05:05 -08:00
dietrich@mozilla.com
ee6f5ace1d TESTING - temp checkin of bug 384370 (r=mconnor) 2008-03-04 13:23:04 -08:00
dtownsend@oxymoronical.com
ac4411f9de Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp. 2008-03-04 13:00:49 -08:00
gavin@gavinsharp.com
e516db2aab Bug 406487: be sure to reset mTree when changing autocomplete inputs, so that we properly set the selection when adusting the results, r=enndeakin 2008-03-04 12:41:57 -08:00
dietrich@mozilla.com
b0a4177e66 backing out test patch for bug 384370 2008-03-04 12:04:14 -08:00
dietrich@mozilla.com
baff8051e9 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING (r=mconnor) 2008-03-04 11:50:18 -08:00
dietrich@mozilla.com
e49a6df6f9 backing out, broke when unrotting 2008-03-04 11:43:35 -08:00
dietrich@mozilla.com
2c23e82cf1 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING PERF (r=mconnor) 2008-03-04 11:41:52 -08:00
joshmoz@gmail.com
7929feaca7 take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc 2008-03-04 09:58:52 -08:00
reed@reedloden.com
84cc6d18b8 Bug 419885 - "livemark update could fail due to an uncaught exception" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+] 2008-03-04 03:30:35 -08:00
reed@reedloden.com
824bb2625c Bug 420569 - "Remove all button icons from the Add-ons Manager in gnomestripe and winstripe" [p=ispence@gmail.com (Ian Spence) r=Mano a=blocking-firefox3+] 2008-03-04 03:29:38 -08:00
reed@reedloden.com
cdaaa07c7e Bug 420569 - "Remove all button icons from the Add-ons Manager in gnomestripe and winstripe" [p=ispence@gmail.com (Ian Spence) r=Mano a=blocking-firefox3+] 2008-03-04 03:28:55 -08:00
reed@reedloden.com
eb7d78729a Bug 412666 - "make an effort to scroll tabstrip to show new tabs opened in background" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a1.9=beltzner] 2008-03-04 03:24:41 -08:00
bugzilla@standard8.plus.com
1c98600e8a Fix missed review comment from bug 382437, r=gavin,landing under same approval as main patch 2008-03-02 13:03:37 -08:00
bugzilla@standard8.plus.com
17254d96cd Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner 2008-03-02 04:24:24 -08:00
reed@reedloden.com
4c7042c6f9 Bug 414389 - "M3 Windows icons" (Fix RSS icon, AMO ratings, menu-(back|forward), and livemark items) [p=reed r=gavin a1.9b4=shaver a=blocking-firefox3+] 2008-03-01 20:37:58 -08:00
reed@reedloden.com
c162173eef Bug 419319 - "Global chrome overrides are enabled for all themes (aero theme broke all third-party themes)" (Fix gnomestripe/pmstripe and make Vista use aero icons) [p=reed/Ryan r=gavin a1.9b4=mconnor] 2008-03-01 19:05:37 -08:00
ajschult@verizon.net
8bf4644567 Bug 418175: Report a test failure if screen resolution is small enough that the tests will likely fail. r=enndeakin 2008-02-29 23:01:13 -08:00
reed@reedloden.com
15e94e07f1 Bug 414389 - "M3 Windows icons" [p=Iconfactory ui-r=faaborg a1.9b4=beltzner a=blocking-firefox3+] 2008-02-29 19:52:24 -08:00
dcamp@mozilla.com
95700b502a Bug 419751: Implement a safebrowsing protocol command to reset the db. r=tony, a1.9b4=beltzner 2008-02-29 16:46:43 -08:00
dtownsend@oxymoronical.com
914be214d4 Bug 419319: Enable XP/Vista theme differences. r=gavin.sharp, r=mconnor, moa=mconnor, a1.9b4=mconnor 2008-02-29 16:41:45 -08:00
joshmoz@gmail.com
b903b64b94 always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner 2008-02-29 15:24:53 -08:00
benjamin@smedbergs.us
a6ee2b9b98 merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
2008-02-29 15:06:00 -05:00
dtownsend@oxymoronical.com
1586452eca Bug 406118: Extension blocklist is broken. r=bsmedberg, a1.9b4=beltzner 2008-02-29 11:06:29 -08:00
reed@reedloden.com
cc32aa3b3a Bug 419835 - "Removal of "Find Updates" icon" (regression fix #2) [p=reed r=Mano (bustage fix)] 2008-02-29 09:32:02 -08:00
dietrich@mozilla.com
369fd460d9 backing out bug 384370 for hosation of Ts 2008-02-29 09:29:58 -08:00
dietrich@mozilla.com
7ea357f31c Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner) 2008-02-29 08:39:13 -08:00
enndeakin@sympatico.ca
6ac6428b68 Bug 408723, autocomplete should use the url value not the popup selection, causes problem where moving the mouse and pressing enter goes to unexpected url, r=gavin,a=beltzner 2008-02-29 05:07:02 -08:00
reed@reedloden.com
ed3bc7df43 Bug 419835 - "Removal of "Find Updates" icon" (regression fix) [p=reed r=Mano a1.9b4-pending (bustage fix)] 2008-02-29 02:31:22 -08:00
reed@reedloden.com
4a86165540 Bug 419835 - "Removal of "Find Updates" icon" [p=reed r=Mano a1.9b4=beltzner] 2008-02-29 00:21:27 -08:00
reed@reedloden.com
3c94d1cd61 Bug 419250 - "Use 16x16 puzzle icon for xpinstall-install-blocked notification" [p=reed r=Mano a1.9b4=beltzner] 2008-02-29 00:19:23 -08:00
benjamin@smedbergs.us
819bc13ad2 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-02-28 20:34:28 -05:00
dcamp@mozilla.com
1b334f37c9 Bug 419751: Reset the phishing/malware database for beta 4 to work around a server issue. r=tony, b1.9b4=beltzner 2008-02-28 16:46:40 -08:00
edward.lee@engineering.uiuc.edu
304cf9e2bd Bug 411293 - make the url bar drop down show typed sites ordered by frecency, not visit date. b-ff3=mconnor 2008-02-28 08:04:59 -08:00
edward.lee@engineering.uiuc.edu
0880e4bf31 Bug 395739 - adaptive learning (match entered text to selected item) in url bar autocomplete. r=dietrich, b-ff3=beltzner, a1.9=beltzner, a1.9b4=beltzner 2008-02-28 08:04:13 -08:00
mkaply@us.ibm.com
88d4abb3dc 419433 - r=sayrer, a=beltzner - add back my own ISO date parsing - see bug for more details 2008-02-28 07:38:41 -08:00
masayuki@d-toybox.com
1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com
076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com
600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
reed@reedloden.com
288da2628b Bug 419877 - "history sidebar unit test failing due to TZ issues" (Use PRTime instead of sqlite date/time functions) [p=ondrej@allpeers.com (Ondrej Brablc) r=dietrich a1.9b4=beltzner] 2008-02-28 02:29:36 -08:00
reed@reedloden.com
a609ceafb7 Bug 419866 - ""Recent Tags" list in smart bookmarks no longer seems to be working" [p=ondrej@allpeers.com (Ondrej Brablc) r=dietrich a1.9b4=beltzner] 2008-02-28 02:27:39 -08:00
dolske@mozilla.com
ee3d6f26cb (Whitespace change to kick tinderbox) 2008-02-27 21:48:48 -08:00
dolske@mozilla.com
a21b4a1303 (whitespace change to kick tinderbox) 2008-02-27 21:13:49 -08:00
sayrer@gmail.com
205fa1087a Bug 419905. turn off pgo in places, mozstorage, sqlite. r=ted.mielczarek, a=beltzner 2008-02-27 12:25:45 -08:00
dietrich@mozilla.com
02b9a4ac37 backing out bug 384370, caused 25ms Ts regression on linux, and leaks on linux and mac 2008-02-27 11:05:52 -08:00
dietrich@mozilla.com
5b99177f04 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-02-27 10:14:13 -08:00
dietrich@mozilla.com
23460e1988 Bug 419877 - disabling test for now, patch coming up 2008-02-27 09:42:15 -08:00
benjamin@smedbergs.us
e623eb1082 Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-27 11:33:49 -05:00
benjamin@smedbergs.us
62231824a0 Bug 419624 - Build framework, basic usage, and testsuite for statically checking the codebase using gcc-dehydra, r=luser,dbaron,tglek 2008-02-27 11:28:13 -05:00
mkaply@us.ibm.com
a58b562c0c Sorry. Thought approval 1.9 was enough 2008-02-27 07:03:44 -08:00
mkaply@us.ibm.com
9cf0190ab8 419433 - r=sayrer, a=beltzner - add back my own ISO date parsing - see bug for more detals 2008-02-27 05:28:55 -08:00
reed@reedloden.com
74b14064a3 Bug 418868 - "M3 Tango" (New plugin icons) [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a=blocking-firefox3+] 2008-02-27 00:57:59 -08:00
dcamp@mozilla.com
9d06b2c6f1 Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
webmail@kmgerich.com
6bcef01e78 Bug 419772: [proto] Land Proto 0.12 changes, r=rflint ui-r=beltzner 2008-02-26 23:11:47 -08:00
edward.lee@engineering.uiuc.edu
f5c575d2ab Bug 419766 - Allow partial tag match and multiword matching against title, url, tags in places 2008-02-26 22:25:46 -08:00
edward.lee@engineering.uiuc.edu
dadf24a39e Bug 419366 - Support "out of order" multiple word tag search in places organizer 2008-02-26 22:25:44 -08:00
edward.lee@engineering.uiuc.edu
0aad966eb5 Bug 415460 - searching in places queries does not decode urls. r=dietrich, b-ff3=beltzner 2008-02-26 22:25:40 -08:00
dcamp@mozilla.com
bcbb34ff17 Bustage fix for 419117. 2008-02-26 22:06:22 -08:00
dcamp@mozilla.com
ee910b1d12 Bug 419117: Add noise to safebrowsing gethash requests. r=tony, blocking-firefox3=beltzner 2008-02-26 21:51:28 -08:00
dietrich@mozilla.com
cfbad7c425 test file meant to be removed with bug 385245 2008-02-26 21:27:10 -08:00
dietrich@mozilla.com
18ef76ecba bustage fix for bug 385245 2008-02-26 21:09:25 -08:00
dolske@mozilla.com
86f2fe31cc Bug 397753 - Unload code can be moved inside pagehide code in nsFormFillController.cpp. Based on earlier patch from martijn.martijn@gmail.com. r=gavin, a1.9=beltzner 2008-02-26 21:06:13 -08:00
dietrich@mozilla.com
692924451b test for Bug 385245 (for ondrej@allpeers.com, r=dietrich) 2008-02-26 20:51:10 -08:00
dietrich@mozilla.com
e64aac6a32 Bug 385245 ? history sidebar very slow (way slower than fx2) (for ondrej@allpeers.com, r=dietrich) 2008-02-26 20:48:51 -08:00
dolske@mozilla.com
c025f17f59 Bug 412381 - Clear Private Data should delete old signons.txt file(s). r=gavin, a1.9=beltzner 2008-02-26 20:30:56 -08:00
reed@reedloden.com
67714b5b0a Bug 414569 - "AMO Integration: Right-click on extension/theme results in an empty context menu" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=gavin ui-r+a1.9=beltzner] 2008-02-26 20:12:53 -08:00
reed@reedloden.com
0ac3599db4 Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a1.9=beltzner] 2008-02-26 17:49:46 -08:00
reed@reedloden.com
2625226b42 Bug 408134 - "Source Server for Windows builds integrated into symbolstore.py" [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=luser/ted a1.9=beltzner] 2008-02-26 16:54:47 -08:00
gavin@gavinsharp.com
c0be592626 Bug 419514: fix typo in notificationbox 'persistence' getter, r=enndeakin, a=damon 2008-02-26 15:45:02 -08:00
dolske@mozilla.com
dbd13fd08e Bug 419417 - Remember password infobar appears everytime with Exchange Server 2003 Web Access. r=gavin, a=blocking-ff3 2008-02-26 12:52:58 -08:00
edward.lee@engineering.uiuc.edu
01da77c778 Disable bug 419403 test on windows. r=sdwilsh 2008-02-26 11:19:39 -08:00
edward.lee@engineering.uiuc.edu
39881a7032 Bustage fix for bug 419403 - do more timeouts 2008-02-26 10:42:47 -08:00
edward.lee@engineering.uiuc.edu
f23ad3e8d0 Bug 419403 - Pimp My Download Manager Search! (multi word, match any text). r=sdwilsh, a1.9=beltzner 2008-02-26 09:52:17 -08:00
dcamp@mozilla.com
1ff588db0a Bug 418752: don't bother fetching forwards on a failed safebrowsing update. r=tony, a=beltzner 2008-02-26 09:47:05 -08:00
timeless@mozdev.org
3ea5c48b8f Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 09:19:21 -08:00
timeless@mozdev.org
54584cc580 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:12:17 -08:00
reed@reedloden.com
89c74ddddf Bug 404014 - "The Password Manager dialog's label changes when clearing the Search box" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin a1.9=damons] 2008-02-26 02:03:36 -08:00
reed@reedloden.com
4b12e99c60 Bug 415901 - "Error console should respect line breaks in error messages" [p=trev.moz@adblockplus.org (Wladimir Palant) r=gavin a1.9=damons] 2008-02-26 01:54:42 -08:00
sayrer@gmail.com
e46ef09eed backout bug 418652. support MOZ_PSM build flag in toolkit/library. 2008-02-25 17:28:51 -08:00
dougt@meer.net
f695c84a7f bug 418652. support MOZ_PSM build flag in toolkit/library. r=bsmedberg, a=damons 2008-02-25 16:44:29 -08:00
edward.lee@engineering.uiuc.edu
81032bc0d8 Bug 419068 - Allow tagged pages to mingle with non-tagged autocomplete results 2008-02-25 16:22:09 -08:00
edward.lee@engineering.uiuc.edu
2e1bf8634b Bug 418920 - Allow multiple word search with tags in addition to title and url 2008-02-25 15:58:23 -08:00
edward.lee@engineering.uiuc.edu
4980c7d27e Bug 405320 - support "out of order" multiple word tag search in the url bar and in the places organizer. b-ff3=beltzner 2008-02-25 15:57:19 -08:00
edward.lee@engineering.uiuc.edu
e520a2a9b0 Bug 416211 - Tagged results don't show bookmark title when matching the tag 2008-02-25 15:54:30 -08:00
edward.lee@engineering.uiuc.edu
bb3a557610 Bug 401660 - when showing autocomplete result, show tags that partially match. r=dietrich, a1.9=damons 2008-02-25 15:52:14 -08:00
edward.lee@engineering.uiuc.edu
842a155362 Bustage fix for bug 416208 testcase 2008-02-25 15:47:44 -08:00
dtownsend@oxymoronical.com
5d29ee53d7 Bug 417583: Find updates button needs disabling/hiding in some contexts. r=gavin.sharp 2008-02-25 14:26:38 -08:00
myk@mozilla.org
e1c004f294 bug 416208: update content pref service to reflect changes to mozIStorageService::openDatabase and improve robustness against database file and schema corruption; r=sdwilsh, a=dsicore 2008-02-25 14:07:52 -08:00
edward.lee@engineering.uiuc.edu
65a21d7cc3 Bug 395735 - Instrument the location bar auto-complete to report accuracy. r=dietrich, a1.9=damons 2008-02-25 13:35:57 -08:00
dcamp@mozilla.com
ace0d3769d Bug 418897: Update nsUrlClassifierDBServiceWorker::OpenDB() from changes to mozIStorageService::OpenDatabase. r=tony, r=sdwilsh, blocking-firefox3=beltzner 2008-02-25 12:58:34 -08:00
ted.mielczarek@gmail.com
983d59bbc6 bug 419346 - update to breakpad revision 240. r=bsmedberg 2008-02-25 10:18:08 -08:00
mozilla.mano@sent.com
1043d1e57b Backing out bug 416531. 2008-02-25 02:40:42 -08:00
reed@reedloden.com
34b64b4277 Bug 405165 - "Menu icons for Gnomestripe" (Remainder of B4 icons) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan r=Mano a1.9=mconnor] 2008-02-25 00:47:24 -08:00
reed@reedloden.com
c906826069 Bug 408797 - "Implement Change Password as a notification bar" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=dolske r=gavin ui-r+a1.9=beltzner] 2008-02-24 22:17:13 -08:00
reed@reedloden.com
e84a5d910a Bug 406280 - "Hovering over URL in autocomplete should produce a tooltip" [p=dev@schonfeld.org (Michael Schonfeld) ui-r=mconnor r=Mano a=blocking-firefox3+] 2008-02-24 22:15:48 -08:00
stefanh@inbox.com
ae3f53a4cf Bug 418308 - Use HITheme to draw native menuseparators. r=josh+Mano, sr=roc, a=beltzner. 2008-02-24 05:41:22 -08:00
edward.lee@engineering.uiuc.edu
ce492d0d77 Bug 417798 - History can fill FF3 addressbar suggestions with unwanted bookmarklets that look almost like real pages but execute in the current page's scope. r=dietrich, b-ff3=beltzner 2008-02-23 16:54:19 -08:00
tellrob@gmail.com
71330113e1 Bug 418960, Download scanner threads should be lower priority r=sdwilsh 2008-02-23 14:14:56 -08:00
reed@reedloden.com
a670c24635 Bug 418868 - "M3 Tango" (jar.mn packaging) [p=reed a=blocking-firefox3+] 2008-02-23 02:46:49 -08:00
reed@reedloden.com
6daae391bb Bug 418868 - "M3 Tango" (Error console patch) [p=reed r=Mano a=blocking-firefox3+] 2008-02-23 02:35:43 -08:00
reed@reedloden.com
fbfa0c3775 Bug 418868 - "M3 Tango" (Addons mgr patch) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a=blocking-firefox3+] 2008-02-23 02:34:04 -08:00
reed@reedloden.com
0768daf799 Bug 418868 - "M3 Tango" [p=michael.monreal@gmx.net (Michael Monreal) / Tango team ui-r=faaborg a=blocking‑firefox3+] 2008-02-23 02:25:03 -08:00
reed@reedloden.com
9f67d75225 Bug 341035 - "Livemark service should delete annotations on livemark delete" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a1.9=damons] 2008-02-23 01:38:39 -08:00
dougt@meer.net
ac2e9a58fb backing out 418652. made mac orange and talos dead 2008-02-22 18:03:32 -08:00
dougt@meer.net
314cb3356b support MOZ_PSM build flag in toolkit/library. b=418652, r=bsmedberg, a=damons 2008-02-22 17:13:20 -08:00
tellrob@gmail.com
83cb8eacc7 Bug 412565, Exception handlers for virus scanning r=sdwilsh 2008-02-22 16:59:30 -08:00
tellrob@gmail.com
4dda891155 Bug 409815, Watchdog timer for download scanner r=sdwilsh 2008-02-22 16:30:51 -08:00
benjamin@smedbergs.us
270b1c9735 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jscpucfg.c => js/src/jscpucfg.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsdhash.c => js/src/jsdhash.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-22 16:45:09 -05:00
enndeakin@sympatico.ca
b9ec25ac89 Bug 405719, don't set open attribute too early, followup patch which fixes test 2008-02-22 10:34:07 -08:00
reed@reedloden.com
d47049c868 Bug 376706 - "Can't Delete History by Date when grouped by 'Date' or by 'Date and Site'" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+] 2008-02-22 03:46:29 -08:00
reed@reedloden.com
d2d865f581 Bug 402161 - "moz_places_visitcount index is bad in some profiles" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+] 2008-02-22 03:30:44 -08:00
reed@reedloden.com
b7c802839a Bug 408115 - "Add post-restart notification of new add-on installs" (string addition only) [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) ui-r+a1.9=beltzner a=blocking-firefox3+] 2008-02-22 03:29:54 -08:00
reed@reedloden.com
36fb40a626 Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 03:25:59 -08:00
reed@reedloden.com
fb6134d0b0 Bug 416410 - "Gnomestripe doesn't eat -moz-appearance rules from bug 400703" [p=dao@mozilla.com (Dão Gottwald) r=Ryan a1.9=beltzner] 2008-02-22 03:06:17 -08:00
edward.lee@engineering.uiuc.edu
07878d0e6d Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-22 00:35:59 -08:00
dietrich@mozilla.com
b06c6fac48 Bug 384370 - strings only (r+uir+a=beltzner) 2008-02-21 23:55:53 -08:00
reed@reedloden.com
6155d42722 Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/" [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+] 2008-02-21 23:08:15 -08:00
edward.lee@engineering.uiuc.edu
af433bb629 Backing out bug 406857 to wait for red to go away. 2008-02-21 22:05:18 -08:00
edward.lee@engineering.uiuc.edu
b701a38195 Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-21 21:32:17 -08:00
sdwilsh@shawnwilsher.com
ed934a0e8f Bug 405497 - Calling RunInBatchedMode within a RunBatched implementation hangs. r=Mano 2008-02-21 20:09:08 -08:00
sdwilsh@shawnwilsher.com
dc61f1e6d4 Bug 409179 - Inconsistent autoresume state causes download manager instantiation to fail (can lead to crash). r=Mardak 2008-02-21 19:50:01 -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
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
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
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
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
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
mozilla.mano@sent.com
602a84ad4c Backing out Bug 406280, see comment 12 2008-02-21 12:03:02 -08:00
enndeakin@sympatico.ca
841381c960 Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner 2008-02-21 09:40:12 -08:00
edward.lee@engineering.uiuc.edu
b327cd3758 Bug 418838 - Expired visits unnecessarily reset frecencies to -1. b=417810, r=dietrich, b-ff3=beltzner 2008-02-21 09:20:49 -08:00
mkaply@us.ibm.com
50662d1e5b 416134 - r=sayrer, a=schrep - properly handle nested microformats 2008-02-21 08:11:00 -08:00
reed@reedloden.com
9c79c22415 Bug 416531 - "Use chrome overrides to display Aero style icons on Vista" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=Mano a=blocking-firefox3+] 2008-02-21 02:59:02 -08:00
reed@reedloden.com
e1956385ec Bug 418126 - "Add runtime requirement support for Linux" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg a=blocking1.9+] 2008-02-21 02:55:06 -08:00
reed@reedloden.com
987f7e2501 Bug 416326 - "WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x804B000A in nsUrlClassifierDBService.cpp, line 3242" [p=dcamp@mozilla.com (Dave Camp) r=tony a=blocking-firefox3+] 2008-02-21 02:45:56 -08:00
mozilla@weilbacher.org
7ed1ca89ae Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 00:37:27 -08:00
jag@tty.nl
660ff7939b Bug 416998: Fix the order of member variable initializers for a few constructors. Places this time. r=sayrer, a=schrep 2008-02-20 22:37:32 -08:00
edward.lee@engineering.uiuc.edu
43dd95c0f5 Bug 417810 - Frequently Visited Pages Disappear From Location Bar Autocomplete. r=dietrich, b-ff3=beltzner 2008-02-20 17:38:38 -08:00
edward.lee@engineering.uiuc.edu
f4dad20995 Bug 418738 - Results visited from google are hard to find in the location bar. b=417810, r=dietrich, b-ff3=beltzner 2008-02-20 17:32:58 -08:00
edward.lee@engineering.uiuc.edu
ba2a87b83c Bug 418739 - The same invalid and old frecencies keep getting updated over and over again. b=417810, r=dietrich, b-ff3=beltzner 2008-02-20 17:29:09 -08:00
dougt@meer.net
b6cafba645 disable download scanner on windows mobile r=bsmedberg, a=beltzner 2008-02-20 14:42:38 -08:00
enndeakin@sympatico.ca
77d85792e0 Bug 413268, fix orange by including borders in calculations 2008-02-20 14:23:08 -08:00
gavin@gavinsharp.com
3e7fbd3535 Bug 418682: teach compare-locales to ignore the protocol handler prefs, as it does with other prefs that aren't required, r=bsmedberg, a=NPOTB 2008-02-20 13:03:15 -08:00
enndeakin@sympatico.ca
289ce984ab Bug 413268, clientX/clientY properties not working for tooltip popupshowing event, r=smaug,sr=neil 2008-02-20 12:16:55 -08:00
mozilla.mano@sent.com
6c9babaf18 Bug 406280 - Hovering over URL in autocomplete should produce a tooltip. patch from Michael Schonfeld <dev@schonfeld.org>, ui-r=mconnor, r=me. 2008-02-20 10:04:32 -08:00
bent.mozilla@gmail.com
70bc3e5979 Bug 417566 - 'protect against Obj-C exceptions in "toolkit" top-level directory'. r=josh, sr=roc, a=blocking1.9+. 2008-02-20 09:34:21 -08:00
dbaron@dbaron.org
e4c59619fe Call cancel() if we can't show the helper app dialog, so we break cycles, avoid leaks, and don't continue doing the download. b=417949 sr=bzbarsky r=gavin.sharp a=schrep 2008-02-20 08:30:21 -08:00
reed@reedloden.com
fcc30473dd Bug 406528 - "if a page has no title (including a redirect) we need to clear the previous title" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+] 2008-02-20 02:16:05 -08:00
reed@reedloden.com
e1bee5ad78 Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep] 2008-02-20 02:12:33 -08:00
reed@reedloden.com
d3ab508e98 Bug 416891 - "Change the width of the main div for wide-screen displays in about.css" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=gavin a1.9=schrep] 2008-02-20 01:59:47 -08:00
reed@reedloden.com
c26d2c34c5 Bug 396679 - "wrong line ending of toolkit\crashreporter\google-breakpad\src\common\windows\Makefile.in and toolkit\crashreporter\client\resource.h" [p=roytam@gmail.com (Roy Tam)] 2008-02-20 01:46:57 -08:00
Callek@gmail.com
4af812ae24 remove dos newlines, rs=reed 2008-02-20 01:02:07 -08:00
Callek@gmail.com
7d5d90ff7f Bug 418287 - nsIFeedEntry.published does not recognize <pubDate>, r=sayrer, a=mtschrep 2008-02-20 00:06:11 -08:00
masayuki@d-toybox.com
f6eb3b0bed Bug 417315 Cannot use IME menus during IME transaction #2 r=peterv+enndeakin, sr=peterv, a1.9=beltzner 2008-02-19 23:18:53 -08:00
ajschult@verizon.net
55af2d9050 Bug 418175: popup attribute test fails if context menu is too big, r=enndeakin 2008-02-19 22:56:41 -08:00
dolske@mozilla.com
c25717f265 Bug 418519 - minor formatting nits in Login Manager source code. Not worth r/a. 2008-02-19 16:26:19 -08:00
bent.mozilla@gmail.com
3a0e89a6b7 Bug 416066, disable bad tests for bug 399606. r=dietrich, a=blocking-firefox3+. 2008-02-19 09:42:09 -08:00
roc+@cs.cmu.edu
518856f1c7 Bug 399852. Experimental relanding to collect data from centos5. 2008-02-19 01:16:20 -08:00
surkov.alexander@gmail.com
329e99b306 Bug 365973 - cant expose <listbox> with multiple columns, r=evan.yan, a=mtschrep 2008-02-19 01:07:35 -08:00
jag@tty.nl
05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
sdwilsh@shawnwilsher.com
3b48ded0a8 Bug 327331 - nsNavHistory::Init allows improper initialization. r=bsmedberg 2008-02-17 19:36:32 -08:00
masayuki@d-toybox.com
6e2677d193 Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 07:31:27 -08:00
dcamp@mozilla.com
aa446af396 Bug 406856: url-classifier not properly handling expiration chunk lists. r=tony, blocking-firefox3=mconnor 2008-02-15 14:47:16 -08:00
dietrich@mozilla.com
8698bf91af Bug 409945 ? Charset annotations created on import should be itemAnnotations (for marco bonardo, r=dietrich) 2008-02-15 08:45:29 -08:00
dietrich@mozilla.com
672cce84ee Backing out bug 409945 due to failed unit tests. 2008-02-14 11:02:13 -08:00
dietrich@mozilla.com
3e79630328 Bug 409945 ? Charset annotations created on import should be itemAnnotations (was: Clear private data doesn't force smart bookmarks to rebuild) (r=dietrich) 2008-02-14 09:42:36 -08:00
dietrich@mozilla.com
f46d953336 Bug 415201 ? Firefox shutdowns very slow and with 100% CPU (r=marco, r=mano) 2008-02-14 09:33:30 -08:00
reed@reedloden.com
745815100c Bug 416956 - ""Changing the default values" in about:config warning doesn't make a whole lot of sense" [p=reed r+ui-r+a1.9=beltzner] 2008-02-14 08:43:04 -08:00
dtownsend@oxymoronical.com
559bfb90a7 Bug 417055 - "Remove crashes" prompt is missing a period. r+ui-r+a=beltzner 2008-02-14 08:09:36 -08:00
reed@reedloden.com
e704bf9751 Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep] 2008-02-14 03:16:53 -08:00
reed@reedloden.com
5528a0b407 Bug 417279 - "Locationbar autocomplete dropdown background is bright white when it should be gray" (make the richlistbox transparent again) [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=beltzner] 2008-02-14 03:13:36 -08:00
bzbarsky@mit.edu
41f1d79e6e Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner 2008-02-13 21:05:25 -08:00
mkaply@us.ibm.com
4449a9734d 416197 - r=sayrer, a=schrep - value excerpting only applies to child nodes 2008-02-13 07:39:52 -08:00
reed@reedloden.com
a87d81a7ad Bug 401322 - "missing "Text Size" zoom feature, Full page zoom should be an option not replacement" [p=elmar.ludwig@uos.de (Elmar Ludwig) ui-r=beltzner r=gavin sr=bzbarsky a1.9=schrep] 2008-02-13 03:00:45 -08:00
reed@reedloden.com
4d5a034abc Bug 411289 - "move functional autocomplete style rules to xul.css" [p=dao@mozilla.com (Dão Gottwald) r=gavin a=blocking-firefox3+] 2008-02-13 02:57:08 -08:00
reed@reedloden.com
2d76dcbe5c Bug 416379 - "correct the numberbox text field's focused setting of bug 409388" [p=twanno@lycos.nl (Teune van Steeg) r=Enn a1.9=schrep] 2008-02-13 02:44:50 -08:00
reed@reedloden.com
8564c28ac9 Bug 327611 - "Firefox dies silently with 0-byte profiles.ini" [p=mozilla+bmo@gozer.org (logan) r=bsmedberg a1.9=beltzner] 2008-02-13 02:43:01 -08:00
reed@reedloden.com
65e11f6f32 Bug 414845 - "Urlbar history dropmarker pushed state" (Make the urlbar history dropmarker stay pushed when history popup is open) [p=dao@mozilla.com (Dão Gottwald) r=Enn a1.9=schrep] 2008-02-13 02:37:36 -08:00
reed@reedloden.com
89dbbe7a94 Bug 416943 - "Places autocomplete fails without pref values" [p=matt@songbirdnest.com (Matt Crocker) r=dietrich a1.9=schrep] 2008-02-13 02:32:54 -08:00
reed@reedloden.com
afacc7ad99 Bug 416731 - "When an update has been downloaded, dialog text refers to a "Later" button, should be "Not Now"" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep] 2008-02-13 02:31:37 -08:00
dtownsend@oxymoronical.com
ac72c9b30b Bug 414633: Learn More link target area is as wide as Add-ons dialog window. r=robstrong, a=schrep 2008-02-13 01:29:07 -08:00
dtownsend@oxymoronical.com
4d6ec36400 Bug 414603: Tweak No Preview text in AMO pane. r=robstrong, a=schrep 2008-02-13 01:27:21 -08:00
joshmoz@gmail.com
79a734d074 disable "always raised" "feature" of help on Mac OS X. We'd need a more robust z-level impl for this to work and that is too difficult for this late in the game (Apple bug makes it hard). b=404283 r=mano ui-r=beltzner 2008-02-12 18:49:29 -08:00
mkaply@us.ibm.com
745933cf05 415974 - r=sayre, a=schrep - Microformats.getParent implemented incorrectly 2008-02-12 09:48:48 -08:00
mkaply@us.ibm.com
b3ef4eabc6 415805 - r=sayrer, a=schrep - if a geo has its own text, don't use the text of an hCard or hCal that contains it 2008-02-12 09:44:54 -08:00
mkaply@us.ibm.com
1794b12766 416054 - r=sayre, a=schrep - the agent field in hCard can be an hCard 2008-02-12 07:40:03 -08:00
mkaply@us.ibm.com
f7006d3fd0 412660 - a=sayrer, a=schrep - Handle the adr microformat better when attempting to create a display string 2008-02-12 07:17:51 -08:00
karlt+@karlt.net
6e342b0b1e Bug 413050 - call cairo_debug_reset_static_data in system cairo on shutdown r=pavlov 2008-02-11 22:47:40 -08:00
edward.lee@engineering.uiuc.edu
1e148a8d8b Bug 416214 - Tag matches in location bar autocomplete don't decode URLs 2008-02-11 22:17:59 -08:00
edward.lee@engineering.uiuc.edu
dd9b0a79cb Bug 414287 - Share search result processing logic as AutoCompleteProcessSearch. r=dietrich, a1.9=schrep 2008-02-11 22:16:01 -08:00
jwalden@mit.edu
7f2e5c9a06 Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep 2008-02-11 20:11:07 -08:00
dietrich@mozilla.com
bc5ebff78e Bug 412751 ? Crash after clearing browsing history with query result nodes (for ondrej, r=dietrich, a=schrep) 2008-02-11 10:47:05 -08:00
reed@reedloden.com
e3f356cbcf Bug 416467 - "textLength should not return the length of emptyText" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep] 2008-02-10 22:16:23 -08:00
ajschult@verizon.net
c95f2ed2c4 Bug 416561: test for bug 382990 opens bookmarks manager in seamonkey, r=gavin 2008-02-10 11:06:26 -08:00
reed@reedloden.com
b5945e6835 Whitespace fixes 2008-02-10 00:47:09 -08:00
reed@reedloden.com
18d31ccb76 Bug 411826 - "Mingw build error: undefined reference to `WinMain@16'" (Use CommandLineToArgvW) [p=mook.moz+mozbz@gmail.com (Mook) r=bsmedberg a1.9=schrep] 2008-02-10 00:46:13 -08:00
reed@reedloden.com
b8a595d2e2 Bug 415497 - "Put the back button on the window edge to make it an easier target" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin sr=roc a1.9=damons] 2008-02-10 00:32:37 -08:00
reed@reedloden.com
fe35178fbc Bug 414748 - "Improve focus ring painting of native themed location bar" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc r=Enn a1.9=schrep] 2008-02-10 00:30:04 -08:00
reed@reedloden.com
822b7874f8 Bug 415357 - "Disabled spin buttons in Connection Settings look quite non-native on GTK+ platforms" [p=twanno@lycos.nl (Teune van Steeg) r=Enn a1.9=schrep] 2008-02-09 23:00:56 -08:00
reed@reedloden.com
9c8319dbc2 Bug 416447 - "Two tiny fixes for editable menulists" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Enn a1.9=schrep] 2008-02-09 22:29:33 -08:00
dolske@mozilla.com
081218a508 Bug 395038 - Add "Not Now" button to save password notification bar. r=gavin, ui-r=beltzner, a1.9=schrep 2008-02-09 22:25:48 -08:00
dolske@mozilla.com
b462a719a3 Relanding Bug 403193 - Don't show Save Password notification bar in parent window when child has history. r=gavin, a1.9=schrep 2008-02-09 22:08:29 -08:00
reed@reedloden.com
e849206e70 Bug 415433 - "Password notification bar should specify foreground color" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=gavin a1.9=damons] 2008-02-09 22:05:34 -08:00
reed@reedloden.com
9fe05935ea Bug 416324 - "make "most visited" query not reporting unvisited bookmarks" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=ondrej r=dietrich a1.9=schrep] 2008-02-09 21:28:06 -08:00
reed@reedloden.com
fa5338b534 Bug 414855 - "Remove verbose symbol push" [p=nrthomas@gmail.com (Nick Thomas [cf]) r=luser/ted a1.9=damons] 2008-02-09 21:24:12 -08:00
reed@reedloden.com
85fc03f3cc Bug 414857 - "When unfocusing the Search box in the Download manager fast, it doesn't apply the pattern" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=damons] 2008-02-09 21:10:01 -08:00
sdwilsh@shawnwilsher.com
c28e2f25c9 Bug 386768 - Use mozIStorageConnection's BackupDB instead of the current (buggy) one. r=dietrich 2008-02-09 11:15:45 -08:00
sdwilsh@shawnwilsher.com
1b3149529b Bug 416205 - Update nsDownloadManager::Init from changes to mozIStorageService::OpenDatabase. r=Mardak, a=schrep 2008-02-09 11:10:06 -08:00
jag@tty.nl
6b4aa39072 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
edward.lee@engineering.uiuc.edu
bc4d035731 Bug 414288 - Simplify TagsSearch to be correct, clear, concise. r=dietrich, a1.9=schrep 2008-02-08 20:51:44 -08:00
philringnalda@gmail.com
d81ee21276 Bug 407843 - There's no point in passing a bms to lms.createLivemarkFolderOnly/lms._createFolder, r=dietrich, a=schrep 2008-02-08 20:41:35 -08:00
surkov.alexander@gmail.com
e5a19b1e9c Bug 381049 - Pass swallowed crashes inside MSAA/IA2 methods to breakpad, patch=aaronlev, r=me, ted.mielczarek, sr=benjamin, a=dsicore 2008-02-08 18:40:47 -08:00
sdwilsh@shawnwilsher.com
2683b199f5 Bug 402452 - Some download manager preferences should be assumed, not required. r=Mardak, r=mfinkle, a=schrep 2008-02-08 14:22:35 -08:00
reed@reedloden.com
979604b65e Bug 408153 - "Use IAttachmentExecute antivirus API when it is available" [p=VYV03354@nifty.ne.jp (Masatoshi Kimura [emk]) / jmathies@mozilla.com (Jim Mathies) r=sdwilsh r=jmathies a=blocking-firefox3+] 2008-02-08 14:18:54 -08:00
dietrich@mozilla.com
6eb4098d75 Bug 415757 ? RemovePagesFromHost could delete wrong items/annotation (r=dietrich, a=schrep) 2008-02-08 14:13:29 -08:00
dietrich@mozilla.com
b37560081a Bug 414802 ? misc perf/cleanup for history and bookmarks services (r=mano, a=schrep) 2008-02-08 14:00:16 -08:00
edward.lee@engineering.uiuc.edu
5c26bac3e6 Bug 405720 - Strange message with download manager for file with unknown filesize. r=sdwilsh, b-ff3=mconnor, a1.9=schrep 2008-02-08 07:02:46 -08:00
aaronleventhal@moonset.net
cbffbc653a Bug 412849. Expose xul:image with onclick as a button with an action. r=enn, a=schrep 2008-02-08 05:05:20 -08:00
dtownsend@oxymoronical.com
c0eb859397 Bug 415534: Get Add-ons pane searchbox has "emptyText" attribute, should be "emptytext". p=dão, r=robstrong, a=schrep 2008-02-08 04:57:47 -08:00
dtownsend@oxymoronical.com
50c08622eb Bug 414716: Change color of "Learn More" links on the "Get Add-ons" pane. p=dão, r=robstring, a=schrep 2008-02-08 04:56:02 -08:00
surkov.alexander@gmail.com
ebda15db4d Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep 2008-02-08 04:55:57 -08:00
dtownsend@oxymoronical.com
1c2d05fb8a Bug 414597: AMO-provided icons aren't always 32x32. r=robstring, a=schrep 2008-02-08 04:47:30 -08:00
dtownsend@oxymoronical.com
6f62cc9df3 Bug 412824: UI misalignment after checking for addon updates. r=robstrong, a=schrep 2008-02-08 04:45:35 -08:00
surkov.alexander@gmail.com
a23d8825ef Bug 415060 - missed test_menu.xul file 2008-02-08 01:54:31 -08:00
surkov.alexander@gmail.com
7b03de5674 Bug 415060 - menu.appendItem and .insertItemAt should return the new menuitem, r=enndeakin, a=dsicore 2008-02-08 01:37:18 -08:00
dolske@mozilla.com
2f014f64be Backing out bug 403193 to track down leaks. 2008-02-07 16:32:36 -08:00
dolske@mozilla.com
ceee7f20e2 Bug 403193 - Don't show Save Password notification bar in parent window when child has history. r=gavin, a1.9=schrep 2008-02-07 15:12:01 -08:00
edward.lee@engineering.uiuc.edu
6f052dc4d0 Bug 406359 - Unify the logic for url bar searches and drop down items. r=dietrich, a1.9=schrep 2008-02-07 14:27:16 -08:00
kairo@kairo.at
8e235c4d15 bug 415117 - get rid of chrome://browser in toolkit places, r=Mano a=schrep 2008-02-07 11:52:02 -08:00
reed@reedloden.com
7735281036 Bug 262258 - "GNOME session support broken ("save current setup")" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin r=bsmedberg a1.9=schrep] 2008-02-07 01:28:43 -08:00
reed@reedloden.com
eb1db9d913 Bug 395564 - "scrollbar's arrow buttons should be disabled when they can't scroll further" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2008-02-07 01:26:22 -08:00
edward.lee@engineering.uiuc.edu
1be41d8435 Bug 391916 - Download Manager should use the same gradient background color as the Add-ons Manager. r=sdwilsh, a1.9=schrep 2008-02-07 00:12:59 -08:00
edward.lee@engineering.uiuc.edu
d906759c08 Bug 414486 - Lazily load stringbundle and lazily load strings for DownloadUtils. r=sdwilsh, a1.9=schrep 2008-02-07 00:11:53 -08:00