Commit Graph

185776 Commits

Author SHA1 Message Date
enndeakin@sympatico.ca
2a85df3528 Bug 402548, 402551, popups positioned wrong when document is zoomed. Affects anchored popups anchored in a different document, and popups opened at a given screen position, r+sr=roc 2007-11-22 06:12:03 -08:00
reed@reedloden.com
ad230e9660 Bug 404647 - "CTRL+F shortcut should focus the search box in the download manager" [p=cdolivei.bugzilla@gmail.com (cesar) r=sdwilsh a1.9=schrep] 2007-11-22 01:22:25 -08:00
reed@reedloden.com
2b7a60fde4 Bug 404875 - "stop requesting goog-white-exp" [p=reed r=tony a1.9=schrep] 2007-11-22 01:20:38 -08:00
longsonr@gmail.com
c167e7ed65 Bug 378860 - If setAttribute sets an invalid value, the attribute default should be used. r=tor,sr=roc,a1.9=tor 2007-11-22 00:54:31 -08:00
reed@reedloden.com
163f2b9e1f Back out patch from bug 392870 due to perf regression. 2007-11-22 00:52:41 -08:00
Evan.Yan@Sun.COM
e0b7f4b2d8 Bug 404461 - when I open JavaScript Debugger I get assertion: Can't get mTree or mTreeView r=surkov.alexander a=mtschrep 2007-11-22 00:19:49 -08:00
igor@mir2.org
b344287c40 Bug 404499: fixing the regression in the decompiler from landing of bug 398609. r,a=brendan 2007-11-22 00:06:00 -08:00
uriber@gmail.com
9f4ec7cc62 Remove up-arrow and down-arrow bindings in input fields. bug=294642 ui-r:beltzner r+sr:neil@parkwaycc.co.uk a19:mtschrep 2007-11-21 23:32:33 -08:00
reed@reedloden.com
3282b8b9f4 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
ginn.chen@sun.com
111fb91bf5 Bug 396799 Menus on the Application menu bar sometimes claim to be menuitems r=enndeakin, aaronleventhal sr=neil a=dsicore 2007-11-21 22:14:39 -08:00
bzbarsky@mit.edu
8d43ef985e Make to reinitialize windowless plug-ins correctly when restoring from bfcache. Bug 385649, r+sr=roc. Many thanks to Matthew Gregan for spotting the problem! 2007-11-21 20:58:33 -08:00
ted.mielczarek@gmail.com
0454db06fa bug 404893 - crash reporter fails to submit. rs=sspitzer 2007-11-21 19:27:41 -08:00
philringnalda@gmail.com
4b2a4e0a3c Bug 386578 - same accesskey for Install (local file) and Install Updates, r=pike,gavin, a=schrep 2007-11-21 19:03:26 -08:00
philringnalda@gmail.com
f193c150e7 Bug 386392 - remove browser/components/history/, r=mano, a=schrep 2007-11-21 18:58:00 -08:00
philringnalda@gmail.com
b7aa2d7626 Bug 404292 - use global/skin/ instead of communicator/skin/ in crl manager, r=kengert, sr=neil, a=schrep 2007-11-21 18:51:09 -08:00
bzbarsky@mit.edu
eea905a151 Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking 2007-11-21 18:28:47 -08:00
mozilla.mano@sent.com
2ed186e419 Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=dietrich. 2007-11-21 17:46:43 -08:00
jst@mozilla.org
476e732bfc Backing out fix for bug 403835 due to problems with branch builds. 2007-11-21 17:02:15 -08:00
sspitzer@mozilla.org
4467fdfc22 supplimental fix for bug #404630: Faviconize Tab extension causes a crash @ nsNavHistory::LazyMessage::Init r=thunder, a=blocking-firefox3+ 2007-11-21 16:44:33 -08:00
rrelyea@redhat.com
c09d43c431 Enable real EV checking. Bug 289520. patch by kai engert. review rrelyea approval mtschrep. 2007-11-21 14:28:13 -08:00
karlt+@karlt.net
bdefaafe5b Bug 404723 - font selection doesn't fallback to css families r=pavlov a=blocking1.9+ 2007-11-21 14:26:41 -08:00
reed@reedloden.com
70703da55f Bug 404863 - "[DOMi] Remove obsolete search/ directory from extensions/inspector/resources/locale/sk" [p=reed] 2007-11-21 14:15:43 -08:00
dtownsend@oxymoronical.com
8e5c604bbe Bug 399727: Deflate stream converter produces raw deflate data rather than zlib compressed data. r=biesi a=schrep 2007-11-21 14:05:11 -08:00
thunder@mozilla.com
9d34b0ca01 Bug 404630: Fix a crash when nsNavHistory::setAndLoadFaviconForPage() is called with no URI. r=sspitzer, a=mtschrep 2007-11-21 13:41:17 -08:00
johnath@mozilla.com
bf1eaa25c6 Fix whitespace in Add Exception dialog. b=404425 r=kaie a=schrep 2007-11-21 13:34:18 -08:00
reed@reedloden.com
1c2d0e1f21 Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep] 2007-11-21 13:15:39 -08:00
reed@reedloden.com
98992c2e45 Bug 404636 - "Building without SVG fails" [p=romaxa@gmail.com (romaxa) r+sr=roc a1.9=schrep] 2007-11-21 13:09:12 -08:00
reed@reedloden.com
e54406bd0e Bug 263381 - Correct typo in db/sqlite3/src/Makefile.in [p=martynas@openbsd.org (Martynas Venckus) r=sdwilsh a1.9=schrep] 2007-11-21 13:03:50 -08:00
bzbarsky@mit.edu
8da3f16fa9 Fix very long-standing bug with incorrect insertion indices reported by the HTML content sink. Bug 404553, r+sr=peterv, a=schrep 2007-11-21 12:57:49 -08:00
reed@reedloden.com
5598378f56 Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep] 2007-11-21 12:57:38 -08:00
enndeakin@sympatico.ca
316f9b6f2e Bug 403705, fix toolbar resizer class, r=gavin 2007-11-21 12:54:53 -08:00
enndeakin@sympatico.ca
53843daeda Bug 393721, don't propagate events when a menubar is open, with changes to handle alt, tab and f10 to close menus, r+sr=neil 2007-11-21 12:47:11 -08:00
bzbarsky@mit.edu
2ea8702452 Fix bug 404548. r+sr=jst, a=schrep 2007-11-21 11:59:42 -08:00
bzbarsky@mit.edu
2d5f5cc74b Fixing test because we changed the -moz prop name 2007-11-21 11:51:19 -08:00
ccooper@deadsquid.com
7c11291ecc b=391958 p=schrep/preed r=coop - allow patcher2.pl to optionally call make_incremental_updates.py 2007-11-21 07:10:42 -08:00
ccooper@deadsquid.com
84c86b672e b=391958 p=schrep r=bsmedberg - python replacement for make_incremental_update.sh/unwrap_full_update.pl/parts of patcher2.pl 2007-11-21 07:07:54 -08:00
rflint@ryanflint.com
066b0c14f3 Remember kids, always check that your terminal is focused before typing. 2007-11-21 04:35:59 -08:00
rflint@ryanflint.com
c07c93060d Bug 387345 - Restyle the tabstrip. r=mconnor, a=blocking-fx3 2007-11-21 04:04:21 -08:00
smontagu@smontagu.org
b14684c050 Use Unicode escapes instead of octal escapes to print non-ASCII text in frame tree dumps. Bug 403871, r+sr=roc, a=dsicore 2007-11-21 03:00:16 -08:00
smontagu@smontagu.org
a0b55e5dea Use Unicode escapes instead of octal escapes to print non-ASCII text in frame tree dumps. Bug 403871, r+sr=roc, a=dsicore 2007-11-21 02:37:40 -08:00
smontagu@smontagu.org
46fd183c5c Testcase for bug 402380 2007-11-21 02:21:00 -08:00
reed@reedloden.com
e98f360cdb Bug 388743 - "build dbus on linux by default (--enable-dbus) to auto-detect online/offline state" [p=steffen.wilberg@web.de (Steffen Wilberg) r=luser a1.9=schrep] 2007-11-21 00:26:13 -08:00
reed@reedloden.com
ebb325cd64 Bug 403878 - Replacing js_InternalCall with js_Invoke in Array.sort for arrays with scripted compator functions (save alloc/free on each compare) [p=crowder@fiverocks.com (Brian Crowder) r=igor a=blocking1.9+] 2007-11-20 21:51:46 -08:00
reed@reedloden.com
6554dfd777 Bug 400460 - "appPicker.css should be moved to /mozapps/skin/ for themers" [p=jmathies@mozilla.com (Jim Mathies) r=gavin a=blocking-firefox3+] 2007-11-20 21:28:47 -08:00
reed@reedloden.com
66a7aaf1b0 Bug 404519 - "some margin and edges twips/app units confusion" [p=reg@freebsd.org (Jeremy Lea) / chpe@gnome.org (Christian Persch) r+sr=roc a1.9=schrep] 2007-11-20 21:09:58 -08:00
sspitzer@mozilla.org
c3f9cef3e2 fix for bug #403832 js error, this.tree.view has no properties (regression from bug #402668) r=gavin, a=schrep 2007-11-20 19:49:00 -08:00
mozilla.mano@sent.com
a4344a6610 Bug 404447 - after "Restore", items in "Bookmarks Toolbar" appears twice, not replaced. r=dietrich, a=schrep. 2007-11-20 19:31:10 -08:00
mozilla.mano@sent.com
3521874384 Bug 404496 - Assert in Organizer Views-show columns. r=dietrich. a=schrep. 2007-11-20 19:28:46 -08:00
mozilla.mano@sent.com
cbdf64f0b3 Bug 404475 - Gnomestipe changes for bug 387746. r=dietrich. 2007-11-20 17:45:38 -08:00
mozilla.mano@sent.com
b7bd297460 Bug 404446 - 'Search in Bookmarks' in the Places Organizer is broken. r=dietrich. 2007-11-20 17:35:14 -08:00