Commit Graph

1628 Commits

Author SHA1 Message Date
dcamp@mozilla.com
e19130f2c0 Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
jorendorff@mozilla.com
e366e3a8e5 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
2008-04-07 17:37:54 -05:00
dietrich@mozilla.com
828f88df68 Bug 422919 - Bookmark Import and Restore do not intelligently handle two different bookmark formats (r=mano, a=beltzner) 2008-04-03 13:51:54 -07:00
dolske@mozilla.com
1b346b4adc Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
reed@reedloden.com
d6c2ccfec3 Bug 423177 - "Update default theme's information for Firefox 3" [p=reed r+ui-r=mconnor a=blocking-firefox3+] 2008-04-02 14:39:15 -07:00
jorendorff@mozilla.com
bdf70de633 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
2008-03-28 13:01:14 -05:00
dietrich@mozilla.com
6e90bc2099 Bug 419315 - All bookmarks lost after using "Restore all user preferences" (r=mano, re-land, testing perf) 2008-03-26 22:00:47 -07:00
reed@reedloden.com
e7ef1f0779 Bug 424242 - Bump nightly version to Firefox 3.0pre/Gecko 1.9pre [p=reed r=nthomas a1.9+a1.9b5=beltzner] 2008-03-26 11:35:38 -07:00
jorendorff@mozilla.com
4d6eed1e29 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
mconnor@steelgryphon.com
6efe865ee2 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
edward.lee@engineering.uiuc.edu
c82a98dee4 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
52c4fd3d5b Bug 406257 - reduce the number of rows in url bar autocomplete from 10 to 6. r=beltzner, ui-r=beltzner, a1.9b5=beltzner 2008-03-21 23:58:41 -07:00
edward.lee@engineering.uiuc.edu
eb874ce0cd Bug 424454 - Typed urls (like domain roots) need more frecency bonus. r=beltzner, ui-r=beltzner, a1.9b5=beltzner 2008-03-21 23:57:23 -07:00
Benjamin Smedberg
300dc2107c 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
3eb542abed Back out Dão Gottwald's patch from bug 380960 due to JS exception. 2008-03-20 02:08:36 -07:00
reed@reedloden.com
d2d0ea6a6e Bug 380960 - "Implement closing tabs animation" [p=dao@mozilla.com (Dão Gottwald) r=Mano ui-r+a1.9=beltzner] 2008-03-19 23:41:48 -07:00
edward.lee@engineering.uiuc.edu
57d1667b9d 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
dtownsend@oxymoronical.com
56ae809725 Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp 2008-03-19 15:35:03 -07:00
bent.mozilla@gmail.com
5d19b77fea Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch. 2008-03-19 13:15:12 -07:00
edward.lee@engineering.uiuc.edu
86937a9632 Bug 393678 - location bar autocomplete should take word boundaries in account. r=dietrich, b-ff3=beltzner 2008-03-18 19:11:05 -07:00
dietrich@mozilla.com
e128800bf0 Bug 398807 - backout (for zeniko@gmail.com, r=dietrich, a=beltzner) 2008-03-17 09:11:49 -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
dietrich@mozilla.com
9b590e293e 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
22ab1903e9 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
dtownsend@oxymoronical.com
8f21b0240c Bug 417606: See all search results always number 10 (config change). r=robstring. 2008-03-12 04:12:02 -07:00
blassey@mozilla.com
3c99833e3e 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
aa9e07537c backing out. 2008-03-11 15:12:52 -07:00
blassey@mozilla.com
eeea24bde6 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
dougt@meer.net
7dcf1e0ab8 Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons 2008-03-11 14:31:34 -07:00
benjamin@smedbergs.us
1f36c2d078 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
dietrich@mozilla.com
bb02f4a736 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00
dietrich@mozilla.com
ee727436aa Bug 384370 - test perf run (r=mano) 2008-03-10 09:41:52 -07:00
reed@reedloden.com
68cef8a4e7 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner] 2008-03-08 03:30:39 -08:00
johnath@mozilla.com
0b9d5ffcb8 Update blockedSite text, use new stopbadware report url. b=420751, r=gavin, ui-r+a=beltzner 2008-03-07 11:51:25 -08:00
blassey@mozilla.com
92c51991b0 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
blassey@mozilla.com
9bc9e44b40 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
jorendorff@mozilla.com
6442158c7e 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
dietrich@mozilla.com
6177daafe2 backing out bug 419315 for 20ms Ts regression 2008-03-04 22:39:48 -08:00
dietrich@mozilla.com
b4a8b029fa backing out test checkin of bug 384370 2008-03-04 14:12:27 -08:00
dietrich@mozilla.com
115cb33e21 TESTING - temp checkin of bug 384370 (r=mconnor) 2008-03-04 13:23:04 -08:00
dietrich@mozilla.com
7df26481c9 backing out test patch for bug 384370 2008-03-04 12:04:14 -08:00
dietrich@mozilla.com
6eada140a5 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
5ffe06b62c backing out, broke when unrotting 2008-03-04 11:43:35 -08:00
dietrich@mozilla.com
e1f7230d08 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
dietrich@mozilla.com
bed549bc9d Bug 419315 ? All bookmarks lost after using "Restore all user preferences" (r=mano) 2008-03-04 09:05:13 -08:00
nrthomas@gmail.com
c81540ff5c Bug 418926, bump nightly version to 3.0b5pre/1.9b5pre following branch for 3.0b4, r=rhelmer, a=beltzner 2008-03-03 16:58:35 -08:00
vladimir@pobox.com
6d3fc1ea99 backing out patch for bug 299372 for b4, as per bug 420481 2008-03-02 23:31:37 -08:00
dmose@mozilla.org
88d845a512 Use Content-Disposition headers for "Save Link As", when available (bug 299372); r=mconnor (browser bits), r/sr=biesi (uriloader bits), ui-r=beltzner, a1.9b4=beltzner 2008-02-29 15:59:20 -08:00
joshmoz@gmail.com
9d15dd6a9e 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
dietrich@mozilla.com
a66a3842e4 backing out bug 384370 for hosation of Ts 2008-02-29 09:29:58 -08:00
dietrich@mozilla.com
0d4f820d40 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
dietrich@mozilla.com
a15fbe3750 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
79bc38bb61 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-02-27 10:14:13 -08:00
benjamin@smedbergs.us
8e65489719 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
dcamp@mozilla.com
db5647e9bd Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
dcamp@mozilla.com
37c20181a4 Bug 419117: Add noise to safebrowsing gethash requests. r=tony, blocking-firefox3=beltzner 2008-02-26 21:51:28 -08:00
dietrich@mozilla.com
e99b7ee9f2 Bug 385245 ? history sidebar very slow (way slower than fx2) (for ondrej@allpeers.com, r=dietrich) 2008-02-26 20:48:51 -08:00
dcamp@mozilla.com
52a3d728ad Bug 419750: update safebrowsing server names. r=tony, a=beltzner 2008-02-26 19:49:29 -08:00
myk@mozilla.org
418c01ebe4 bug 419609: add hidden pref to disable site-specific zoom; r=gavin, a=beltzner 2008-02-26 15:05:53 -08:00
reed@reedloden.com
4a64020df2 Bug 417800 - "FF 3b3: 3rd party cookies are not set, but third party cookies *should* be sent" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r=mconnor a=blocking1.9+] 2008-02-25 00:50:16 -08:00
edward.lee@engineering.uiuc.edu
a3c801d0da 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
reed@reedloden.com
0f89d0383c Bug 416696 - "Restart and quit alerts should use independent "don't warn again" prefs" [p=dao@mozilla.com (Dão Gottwald) r=zeniko r=Mano ui-r=beltzner a1.9=damons] 2008-02-23 01:32:09 -08:00
benjamin@smedbergs.us
bd3ecfec1d 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
reed@reedloden.com
b8ff452b35 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
dcamp@mozilla.com
b0a76b1372 Bug 399528: Add 'never for this site' option to the offline-app notification bar. r=mconnor, ui-r=beltzner, blocking-firefox3=mconnor 2008-02-21 22:34:15 -08:00
edward.lee@engineering.uiuc.edu
5fcc0a94f2 Bug 417810 - Frequently Visited Pages Disappear From Location Bar Autocomplete. r=dietrich, b-ff3=beltzner 2008-02-20 17:38:38 -08:00
dmose@mozilla.org
9f7b7b4f8e Add an l10n strategy for web-based protocol handler updating (bug 395277); r=myk, sr=biesi, r=gavin (for browser/ pieces), a=blocking-1.9+; late-l10n checkin 2008-02-19 20:46:35 -08:00
vladimir@pobox.com
341366dedf b=418311, disable coalesced updates on mac, r=roc 2008-02-18 16:10:44 -08:00
jag@tty.nl
057bc17743 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
bhearsum@bitters.local
281a318a68 bug 417326: Rev Firefox version. r=bsmedberg, patch=me 2008-02-14 17:23:45 -05:00
reed@reedloden.com
ba0ce9ac14 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
4eff22aca4 Bug 388652 - "remove code that supports deprecated "/lookup" request in SafeBrowsing protocol" [p=dcamp@mozilla.com (Dave Camp) r=tony a=blocking-firefox3+] 2008-02-08 20:50:16 -08:00
florian@queze.net
621170ac2e Bug 402287 - register{Protocol,Content}Handler should only be allowed from same host as handler. r=gavin, a=blocking1.9+ 2008-02-08 15:04:30 -08:00
rhelmer@mozilla.com
c418b58c03 bump b3 to b4 b=409880 r=reed 2008-02-04 20:26:20 -08:00
pavlov@pavlov.net
c381c0546d bug 407459. hooking jemalloc up to the build system. r=various people 2008-02-04 19:16:24 -08:00
edward.lee@engineering.uiuc.edu
3790994174 Bug 415489 - URL bar autocomplete slow since bug 414507. r=dietrich, b-ff3=beltzner, a1.9b3=beltzner 2008-02-04 11:36:22 -08:00
reed@reedloden.com
ec32d7dce0 Bug 394046 - "Tracking bug: do major update from FF2.0.0.11 to FF3.0b2 to make sure it all works" (Fix defaults/profile/prefs.js packaging) [p=nrthomas@gmail.com (Nick Thomas [cf]) r=bsmedberg a1.9b3=beltzner] 2008-02-03 17:23:37 -08:00
jonas@sicking.cc
9f75fd6d24 Bug 415168: Turn off <a ping> in firefox r/sr=vlad b3a=beltzner 2008-02-01 14:40:36 -08:00
myk@mozilla.org
1d424440c1 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; Patch by Will Guaraldi; r=myk,sayrer; a=beltzner 2008-01-29 23:12:08 -08:00
myk@mozilla.org
c616286f07 backing out bug 400061 because it caused a test failure 2008-01-29 21:41:48 -08:00
dolske@mozilla.com
9f0d9914a1 32x32 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. rs=mconnor, coattailing in on r/a from earlier 48x48 icons addition. 2008-01-29 21:38:52 -08:00
dietrich@mozilla.com
f1e5316a02 Bug 414253 ? do more frecency recalculation on idle, and / or do it faster than 60 seconds of idle (r=sspitzer) 2008-01-29 21:17:48 -08:00
sdwilsh@shawnwilsher.com
018a7c797b Bug 412204 - anti virus scanning is slow and unnecessary. r=jimm 2008-01-29 21:07:44 -08:00
myk@mozilla.org
e407ae2ad2 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; r=myk,sayrer; a=beltzner 2008-01-29 21:00:32 -08:00
johnath@mozilla.com
92aed871a6 Re-land bug 406612. r=gavin a=beltzner 2008-01-29 20:21:53 -08:00
bent.mozilla@gmail.com
30b13b2063 Bug 412862 - Change the 'allow scripts to move or resize existing windows' pref to a whitelist. r=gavin,jst. sr=jst. ur+a=beltzner. 2008-01-29 18:27:17 -08:00
johnath@mozilla.com
eb72218a5d Backing out patch for 406612 in case it caused the linux Ts regression. 2008-01-29 14:38:54 -08:00
dolske@mozilla.com
aa875cbdd5 48x48 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. r=mconnor, bsmedberg, ui-r=mconnor, a=blocking-ff3+ 2008-01-29 14:22:09 -08:00
dcamp@mozilla.com
a693370747 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-29 12:57:18 -08:00
johnath@mozilla.com
f8ea2414f9 Clean up visual presentation of identity popup & button (Larry). b=406612 r=gavin a=beltzner late-l10n 2008-01-29 10:26:00 -08:00
edward.lee@engineering.uiuc.edu
14febd005e Bug 414489 - Change default search chunk size and timeout and let users adjust them. r=sspitzer, a1.9=mconnor 2008-01-28 22:53:19 -08:00
dcamp@mozilla.com
97dc74d84e Back out bug 402611 for bloat-test orange 2008-01-28 17:58:15 -08:00
mozilla@weilbacher.org
0a7ee49586 Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 15:07:34 -08:00
dcamp@mozilla.com
8b41ffbc48 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-28 15:04:43 -08:00
dtownsend@oxymoronical.com
fa7cd5130c Bug 404024: Add AMO integration pane. r=robstrong 2008-01-28 09:11:48 -08:00
dcamp@mozilla.com
bc9d154c5e Bug 413817: Add privacy.item.offlineApps pref to firefox.js. r=gavin, a1.9=beltzner 2008-01-26 14:33:24 -08:00
sdwilsh@shawnwilsher.com
76950839ba Bug 408605 - Preference to control cross-session download behaviour. Patch by graememcc <graememcc_firefox@graeme-online.co.uk>. r=sdwilsh, a=schrep 2008-01-26 13:11:31 -08:00
gavin@gavinsharp.com
155c7b163d Back out new Minefield icon because it confuses some commonly installed rc.exes, a=mconnor 2008-01-25 17:05:00 -08:00
gavin@gavinsharp.com
dadfd1c343 Bug 340976: land larger Minefield and Firefox icons, for Vista (icons by Steven Garrity <steven@silverorange.com>), a=mconnor 2008-01-25 13:45:25 -08:00
dietrich@mozilla.com
e03ea04136 Bug 394038 ? make url bar autocomplete frecency algorithm global (r=sspitzer/mconnor) 2008-01-25 09:11:14 -08:00
philringnalda@gmail.com
50dbfba599 Bug 411490 - about:crashes (missed bit), p=dtownsend@mozilla.com (Dave Townsend), r=mano, a=beltzner 2008-01-24 23:24:33 -08:00
reed@reedloden.com
69d139c431 Back out dietrich's patch from bug 394038 due to failing unit test (probably because of bug 413794). 2008-01-24 00:22:37 -08:00
dietrich@mozilla.com
e0815f7f4b Bug 394038: make url bar autocomplete frecency algorithm global (r=sspitzer) 2008-01-23 12:21:35 -08:00
nrthomas@gmail.com
85a5a400f1 Bug 394046, packaging changes/fixes for major update to Fx3, r=bsmedberg, a=blocking1.9+ 2008-01-23 10:57:43 -08:00
mozilla@weilbacher.org
b728f14dda [OS/2] Bug 346690: Implement CSS3 CR cursor:none, OS/2 followup, r=mkaply 2008-01-19 00:35:49 -08:00
dolske@mozilla.com
25a832eb78 Bug 412049 - Use PNG instead of XPM for default window icon on Linux. r=mconnor, r=bsmedberg, ui-r=mconnor, a=schrep 2008-01-18 16:52:09 -08:00
jwalden@mit.edu
afd9df39fb Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep 2008-01-18 10:39:49 -08:00
dcamp@mozilla.com
5a2697dd2f Bug 402610: Allow safebrowsing servers to specify separate URLs for chunk data. r=tony, blocking=beltzner 2008-01-12 14:22:03 -08:00
dietrich@mozilla.com
0c072c950b Bug 398807 ? session restore accounts for 2-3% of talos pageload (make it faster) (r=zeniko) 2008-01-09 12:28:46 -08:00
reed@reedloden.com
5b58eea6e1 Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer ui-r=beltzner a=blocking-firefox3+] 2008-01-08 23:37:06 -08:00
dwitte@stanford.edu
24ff08bd58 Bug 337232 - Remove unused preference network.cookie.enableForCurrentSessionOnly. r=gavin, a=schrep 2008-01-03 16:10:41 -08:00
philringnalda@gmail.com
ab3f9c69f1 Bug 407635 - Update browser/toolkit copyright dates to 2008, r=gavin, a=blocker 2007-12-31 13:03:06 -08:00
benjamin@smedbergs.us
348b951ad0 Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil 2007-12-31 07:15:43 -08:00
reed@reedloden.com
6c7ab0d36d Bug 410046 - "move tabbed browser prefs to their appropriate modules" [p=dao@mozilla.com (Dão Gottwald) r=mconnor r=Neil a1.9=beltzner] 2007-12-28 19:13:06 -08:00
dwitte@stanford.edu
4f81d3bb70 Bug 324397 - 'Allow cookies for the original site only' preference, should be selected by default. relanding now that bug 404399 is fixed. r=mconnor, a=mconnor/schrep 2007-12-19 15:58:38 -08:00
sspitzer@mozilla.org
1af893e14c fix for bug #406706: Contents of the location bar should be selected on single click, Mac OS X (but not unix) r=gavin, ui-r=beltzner, a=blocking-firefox-3+ 2007-12-19 14:43:12 -08:00
mconnor@steelgryphon.com
54cc92b2f5 bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner 2007-12-17 21:29:38 -08:00
mconnor@steelgryphon.com
d9124973a0 oops, network fail, backing out 2007-12-17 18:11:48 -08:00
mconnor@steelgryphon.com
6f9a8243a2 bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner 2007-12-17 18:01:20 -08:00
sspitzer@mozilla.org
97dfba1e97 fix for bug #407836: remove support for browser.urlbar.richResults this should be an extension, and not a hidden pref fix for (the easy half of) bug #408274: Location bar autocomplete does not work after being removed from the toolbar and being added again r=gavin, a=mconnor 2007-12-17 16:28:43 -08:00
edward.lee@engineering.uiuc.edu
3eb0ad3842 Bug 392097 - only showing 7 days of download history, until I search, then I see more items. r=sdwilsh, b-ff3=beltzner 2007-12-15 17:35:38 -08:00
florian@queze.net
a608326fa8 Bug 407193: Restore animateFadeIn behavior for Mac prefpanes (revert fix for bug 394881). r=mconnor, a=blocking-firefox3+ 2007-12-14 16:20:48 -08:00
bhearsum@mozilla.com
660dd524bf 407077: version/config bump up for Gecko 1.9b2. r=rhelmer, patch=me 2007-12-11 13:43:04 -08:00
dietrich@mozilla.com
3beb4ac515 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer, take 2) 2007-12-05 00:30:07 -08:00
dietrich@mozilla.com
b60b7f31eb Backing out bug 402880 2007-12-05 00:01:13 -08:00
dietrich@mozilla.com
aa7eeb3e59 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer) 2007-12-04 23:40:49 -08:00
dietrich@mozilla.com
8087786f44 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 17:56:55 -08:00
dietrich@mozilla.com
c7f555e1b3 Backing out bug 398914 2007-12-04 11:44:46 -08:00
dietrich@mozilla.com
d07002ff34 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 10:34:44 -08:00
sspitzer@mozilla.org
d74c607a13 fix for bug #405231: create the "Smart Bookmarks" folder and queries for existing profiles fix for bug #399477: determine better wording for "Places" folder and pre-defined queries r=dietrich, a=blocking-firefox3+ 2007-12-04 00:31:07 -08:00
sspitzer@mozilla.org
e214f4628e fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange 2007-11-29 20:57:57 -08:00
johnath@mozilla.com
8d74c586f9 Bug 402207 - SSL error page "Add Exception" support should be pref-controlled. r=gavin r=kengert ui-r=beltzner a=beltzner 2007-11-23 13:59:10 -08:00
reed@reedloden.com
51b1b70cf1 Back out patch from bug 392870 due to perf regression. 2007-11-22 00:52:41 -08:00
reed@reedloden.com
3422f89c8d Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao@mozilla.com (Dão Gottwald) r=mconnor r=Neil a=blocking-firefox3+] 2007-11-21 22:51:11 -08:00
reed@reedloden.com
1604854da6 Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+] 2007-11-20 02:08:55 -08:00
dwitte@stanford.edu
d4bd559e72 backing out the kitchen sink. 2007-11-19 02:15:55 -08:00
dwitte@stanford.edu
e5310789a9 flip default cookie pref to reject foreign cookies. relanding of bug 324397. 2007-11-18 22:01:30 -08:00
dwitte@stanford.edu
b91bedc9c1 backing out due to tinderbox orange. 2007-11-15 03:24:20 -08:00
dwitte@stanford.edu
1a871a938d temporarily disabling cookies to investigate tinderbox orange. 2007-11-15 02:21:49 -08:00
dwitte@stanford.edu
973a75738f Bug 324397 - 'Allow cookies for the original site only' preference should be selected by default. patch by dveditz and dwitte; r=mconnor, a=schrep+mconnor 2007-11-15 01:31:16 -08:00
sspitzer@mozilla.org
c911521570 fix for bug #381216: prevent bookmarks dataloss when a user goes from Firefox 2, Firefox 3 beta, Firefox 2 and then back to Firefox 3. r=dietrich, a=schrep/beltzner 2007-11-09 12:11:12 -08:00
reed@reedloden.com
96835a98c9 Back out Dão's patch from bug 392870 as a possible cause of the Ts regression. 2007-11-08 20:18:27 -08:00
reed@reedloden.com
45d774456a Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao r=mconnor r=Neil a=blocking-firefox3+] 2007-11-08 18:19:30 -08:00
nrthomas@gmail.com
063022ae8d Bug 401741, bump nightly version to 3.0b2pre, r=ccooper, a=beltzner 2007-11-07 10:28:11 -08:00
sspitzer@mozilla.org
6136270b4a backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
10234c2591 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
dietrich@mozilla.com
7aaaa8940c Bug 332748 Figure out how much history we can show by default (browser.history_expire_days now set to 180 days) (r=sspitzer) 2007-11-04 17:10:37 -08:00
reed@reedloden.com
c2290258ae Bug 401214 - "bring back support for MOUSE_SCROLL_TEXTSIZE (mousewheel.withcontrolkey.action = 3)" [p=dao r+sr=sicking r+aM9=mconnor a=blocking1.9+ for M9] 2007-10-30 12:13:37 -07:00
reed@reedloden.com
a62a519f92 Bug 399233 - "Phishing UI hidden by content, inconsistent with malware" [p=johnath r=tony r=biesi ui-r=beltzner a=blocking-firefox3+ for M9] 2007-10-29 11:29:14 -07:00
reed@reedloden.com
cdd7835df7 Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] 2007-10-25 19:53:01 -07:00
sdwilsh@shawnwilsher.com
a7d5d2056f Bug 394881 - [Mac] Prefpanes should specify heights. r=mconnor 2007-10-22 11:07:01 -07:00
pavlov@pavlov.net
2ac5e88abc this wasn't supposed to be landed as part of larry. a=beltzner 2007-10-22 08:24:59 -07:00
mconnor@steelgryphon.com
0a991785f1 bug 383183 - relanding Larry, round 324 2007-10-21 20:30:23 -07:00
reed@reedloden.com
8355cfb1e7 Bug 397695 - "Remove checkForChromelessWindow() code" [p=johnath r=gavin a1.9=mconnor] 2007-10-19 01:19:34 -07:00
reed@reedloden.com
21f260985d Backout patch from Roland Boon in bug 386826 due to RLk increase. 2007-10-12 22:47:04 -07:00
reed@reedloden.com
f24bbd1750 Bug 386826 - "First run of XULRunner fails on Windows Vista, showing the Usage dialog instead" [p=roland.boon@tomtom.com (Roland Boon) r=bsmedberg a1.9=sayrer] 2007-10-12 21:19:33 -07:00
sspitzer@mozilla.org
4ff6a5fc98 re-enable bug #387996: add a "Places" folder to the bookmarks menu, populated with smart folders the refcount leaks, Ts and Txul regressions should be better, using tinderbox to verify. see bug #399476, bug #399418 and bug #399460 for details 2007-10-12 20:45:27 -07:00
sspitzer@mozilla.org
3e05062b66 disabling the fix for bug #387996 (add a "Places" folder to the bookmarks menu, populated with smart folders) due to Ts, Txul, and RLk regressions 2007-10-11 13:30:54 -07:00
sayrer@gmail.com
93e0ab4747 Turn session restore back on. Tests show a performance problem. See bug 398807. 2007-10-05 16:28:27 -07:00
mconnor@steelgryphon.com
e6dec49af9 temporarily disable sessionstore to gauge Tp impact 2007-10-05 13:33:26 -07:00
reed@reedloden.com
ba4064fd70 Bug 384304 - "/usr/bin/firefox is not able to handle symlinks due to error in script" [p=hjmf@telefonica.net (H. Montoliu) r=cls a1.9=mconnor] 2007-10-05 00:29:26 -07:00
gavin@gavinsharp.com
de30c4bf3d Bug 398174: add DM 'addToRecentDocs' pref to firefox.js, and add a comment explaining it's use, r+a=mconnor 2007-10-03 09:00:48 -07:00
rhelmer@mozilla.com
81e6694bbd copy to dist/bin/LICENSE not dist/LICENSE b=351476 2007-10-02 15:42:55 -07:00
rhelmer@mozilla.com
0b5d962edb convert EOL on README and LICENSE, for WINNT builds only b=351476 r=bsmedberg 2007-10-02 12:42:47 -07:00
db48x@yahoo.com
d74eaf30dd Bug 261655 - Can't completely disable the new "Install Missing Plugins" infobar. r=mconnor, a=mconnor 2007-10-02 12:08:00 -07:00
thunder@mozilla.com
c9d73c819c Bug 392496: New AUS update URL v3, send distribution information. r=sspitzer 2007-10-01 17:52:49 -07:00
philringnalda@gmail.com
0ba7e67e92 Bug 397048 - static builds need msimg32 after cairo update, r=vlad, a=mconnor 2007-09-24 14:01:25 -07:00
nrthomas@gmail.com
57388815c0 Bug 394037, version bumps to 3.0a9pre, p=joduinn & cf, r=preed 2007-09-21 14:17:38 -07:00
dmose@mozilla.org
2ddf3e3249 Inject default web-based protocol handlers into mimeTypes.rdf (bug 392978), r=myk, sr=biesi, a=mconnor 2007-09-06 15:20:52 -07:00
philringnalda@gmail.com
82749c1544 Bug 394545 - Remove intl.collationOption, r+moa=smontagu, a1.9=dsicore 2007-09-05 06:47:22 -07:00
rob_strong@exchangecode.com
391bf0d6d1 Bug 392084 - Add a get plugins link to the add-ons mgr. r=dtownsend 2007-09-03 17:03:41 -07:00
asqueella@gmail.com
35624047e5 try to back out 324397 to see if it's the cause of orange on bm-xserve08 2007-09-02 11:42:38 -07:00
asqueella@gmail.com
05dc910eab Bug 324397 - 'Allow cookies for the original site only' preference, should be selected by default p=Daniel Veditz <dveditz@cruzio.com> r=mconnor 2007-09-02 08:33:09 -07:00
dtownsend@oxymoronical.com
a9f31d5557 Bug 337344: Disable location bar hiding by default, to make chrome spoofing harder. p=Johnathan Nightingale <johnath@mozilla.com>, r=mconnor 2007-08-23 11:49:02 -07:00
dtownsend@oxymoronical.com
7daec3138e Bug 341472: ship with fewer security warnings showing by default. p=Adam Guthrie <ispiked@gmail.com>, r=darin.moz@gmail.com, ui-r=beltzner, a=wanted-firefox3 2007-08-20 07:22:42 -07:00
dbaron@dbaron.org
d2a21e3197 Fix more bustage with libxul + trace-malloc. 2007-08-19 18:41:10 -07:00
sdwilsh@shawnwilsher.com
b067af05ed Bug 392362 - Make a pref to control the number of days for which we display download history. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh 2007-08-17 15:19:08 -07:00
rflint@ryanflint.com
9797618d53 Bug 341341 - automatically update installed microsummary generators. r=myk 2007-08-15 11:24:33 -07:00
dcamp@mozilla.com
810c8122b1 fetch malware data with the url classifier. b=389501, r=tony 2007-08-09 15:11:22 -07:00
gavin@gavinsharp.com
e90e18b31a Fix comment typo in patches for bug 389779 and bug 388833 2007-08-05 16:48:25 -07:00
wr@rosenauer.org
3c63b72d88 Bug 190615 - double-clicking shouldn't select punctuation on Unix, p=dao@design-noir.de, r=mano 2007-08-04 01:35:28 -07:00
benjamin@smedbergs.us
1a14bfda79 Bug 390361 - fix FF+XR builds to copy the XR directory to the "private" location by default, r=luser 2007-08-03 11:29:29 -07:00
benjamin@smedbergs.us
28d40dae74 Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
nrthomas@gmail.com
55ece2d1b2 Bug 390514, bump version to 3.0a8pre (for now), r=bsmedberg 2007-08-03 07:26:46 -07:00
sspitzer@mozilla.org
0eb5fca39a fix for bug #384897: in-product links to AMO should be https:// (and not http://)
patch by Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>

r=sspitzer, morgamic
a=mconnor for M7
2007-07-28 20:19:33 -07:00
dcamp@mozilla.com
1902778c43 try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes) 2007-07-25 23:38:43 -07:00
dcamp@mozilla.com
3bee8fae17 backout patch for 387196 2007-07-25 20:11:43 -07:00
dcamp@mozilla.com
4613870993 implement the new google safebrowsing protocol. b=387196, r=tony 2007-07-25 18:49:20 -07:00
benjamin@smedbergs.us
17cded1abf Bug 388833 - Give the Firefox binary the ability to kinda-sorta launch XR apps (mainly meant for webrunner experimentation right now), r=luser 2007-07-25 13:24:37 -07:00
sspitzer@mozilla.org
4364f3e0da partial fix for bug #332748:
Figure out how much history we can show by default.

bump the default from 9 days to 180 days.

r=mconnor
2007-07-25 12:18:41 -07:00
rob_strong@exchangecode.com
7ef7f8fa64 Bug 388192 - Remove gopher OS integration support (Mac OS X patch). r-sspitzer 2007-07-19 15:04:47 -07:00
benjamin@smedbergs.us
0d3594c6ff Try to fix ff-xr bustage from bug 383167 2007-07-19 07:58:54 -07:00
gavin@gavinsharp.com
ce0eb22b65 Bug 386658: fix msvc7.1 build breakage, r=emaijala 2007-07-11 08:16:30 -07:00
mozilla.mano@sent.com
603344be95 Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan. 2007-07-10 01:05:54 -07:00
gavin@gavinsharp.com
411e8230fb Remove #ifdef DEBUG pref that isn't read in debug builds (see bug 383365 comment 2) 2007-07-03 16:34:15 -07:00
benjamin@smedbergs.us
75dc0cfd4c Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 11:20:24 -07:00
nrthomas@gmail.com
d70cfc594f Bug 386114, bump to *a7pre* in the meantime, r=bsmedberg 2007-07-02 08:58:29 -07:00
ajschult@verizon.net
54ff24b0e0 Bug 384714: Purge moz_pis_startstop_scripts from the tree, r=bsmedberg 2007-07-01 18:20:14 -07:00
sayrer@gmail.com
0af7b90a72 Reland bug 386101. Not the cause of tinderbox orange. 2007-06-28 10:23:48 -07:00
sayrer@gmail.com
32cf6e1097 bug 386101. backout to see if it fixes linux bloat orange. 2007-06-27 22:04:19 -07:00
ted.mielczarek@gmail.com
36813ee5f0 bug 386101 - enable breakpad by default on Linux. rs=gavin 2007-06-27 18:12:24 -07:00
gavin@gavinsharp.com
cc5cee7974 Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-06-27 15:31:06 -07:00
benjamin@smedbergs.us
5ebfce3c70 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
bd5749568a Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
035e643c90 Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
97afb0c802 Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 08:25:59 -07:00
ajschult@verizon.net
8a130174cd Bug 384714: Purge moz_pis_startstop_scripts from the tree, r=bsmedberg 2007-06-22 22:30:29 -07:00
flamingice@sourmilk.net
b71fa8f35a Bug 383760, Add quit confirmation dialog, r=Mano, ui-r=beltzner 2007-06-15 11:01:25 -07:00
philringnalda@gmail.com
44eb023dea Bug 380931 - password manager rewrite-cleanup, move prefs from firefox.js to all.js, patch by Justin Dolske <dolske@mozilla.com>, r=gavin 2007-06-10 23:01:55 -07:00
gavin@gavinsharp.com
617746f3cd Revert pref from bug 337344 temporarily until we can fix unit tests accordingly 2007-06-06 13:58:01 -07:00
gavin@gavinsharp.com
a800378452 Bug 337344: inform users using a notification bar when sites hide chrome on popups, patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor 2007-06-06 13:17:25 -07:00
mozilla.mano@sent.com
a7e5560626 Bug 383365 Tweak default preferences set in debug builds. r=gavin. 2007-06-05 17:05:11 -07:00
wr@rosenauer.org
d7aa3fdc01 Bug 383099 - error in Makefile creation caused by autoconf syntax, r=luser 2007-06-04 22:26:33 -07:00
cltbld
01e35f730d Bug 382873 - bumping nightly version to a6pre. me=joduinn, r=preed 2007-06-01 18:15:11 -07:00
gavin@gavinsharp.com
7031aee179 Bustage fix from bug 380931, forgot to land the changes to this file 2007-05-29 20:32:45 -07:00
benjamin@smedbergs.us
248d087f12 Bug 381099 - Turn on breakpad by default for win+mac builds, r=luser 2007-05-25 15:09:29 -07:00
rflint@ryanflint.com
2be3c8d7ff Bug 345950 - Provide a browser.tabs.tabMaxWidth. Patch by Dao Gottwald <dao@design-noir.de>, r=mano 2007-05-25 04:08:57 -07:00
ted.mielczarek@gmail.com
ab3df2e8a0 bug 380421 - get crash reporter params from nsXULAppInfo. r=bsmedberg 2007-05-16 10:14:59 -07:00
ted.mielczarek@gmail.com
01d4f5821b bug 368206 - integrate breakpad exception handler/crash reporter on OS X. fix up static linking for thunderbird et. al and enable breakpad by default on OS X. r=bsmedberg 2007-05-07 08:32:41 -07:00
dietrich@mozilla.com
1cd5754cc2 Bug 376008 bookmarks html import/export needs to move to /browser (r=mano) 2007-05-03 01:56:41 -07:00
mats.palmgren@bredband.net
dfbd9d77a5 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
nrthomas@gmail.com
63377a823c Bug 378905, bump versions to alpha 5, p=rhelmer, r=cf 2007-04-27 06:17:31 -07:00
ted.mielczarek@gmail.com
a11c33e17c bug 378598 - Firefox executable should have the manifest with requestedExecutionLevel=asInvoker. r=rob_strong 2007-04-25 15:11:44 -07:00
benjamin@smedbergs.us
be43570e2e Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 07:26:42 -07:00
sdwilsh@shawnwilsher.com
e83128b664 Bug 282185 - Global notifications for completed downloads. r=mano, ui-r=mconnor 2007-04-24 18:29:17 -07:00
axel@pike.org
a364c25975 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
nrthomas@gmail.com
946f3ea2fe Bug 375220, bump versions to {3.0,1.9}a4pre now that alpha 3 has shipped, r=preed 2007-03-25 15:10:07 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00