Commit Graph

8368 Commits

Author SHA1 Message Date
myk@mozilla.org
08a12837af bug 331259: make the helper apps dialog create the urn:mimetypes:root resource if it doesn't already exist so checking the 'do this automatically for files like this from now on' checkbox saves that pref to the helper apps datasource and thus has an effect on future downloads of same file type; r=sdwilsh,myk 2007-11-28 12:24:16 -08:00
myk@mozilla.org
3d1b4cda1d bug 405683: make content pref service update schema version when migrating schema from version 2 to version 3; r=mconnor, a=beltzner 2007-11-28 12:19:05 -08:00
enndeakin@sympatico.ca
4e6ed3e728 Bug 395334, allow noautohide panels to have a parent so they that float and move with their parent, also fixes bug 395123, r=josh,roc,sr=roc 2007-11-28 12:18:11 -08:00
neil@parkwaycc.co.uk
5951a27707 Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 12:14:12 -08:00
bzbarsky@mit.edu
67c45a668c Fix FindFrameWithContent to properly walk out-of-flows. Bug 405186, r+sr=roc, a=beltzner 2007-11-28 11:58:04 -08:00
ted.mielczarek@gmail.com
3ac12f328c bug 384194 - close box in upper right of windows breakpad client doesn't close the reporter. r=campd 2007-11-28 11:40:08 -08:00
joshmoz@gmail.com
d8587d42b6 check to see if our widget got destroyed after a couple of gecko events get sent in our mouse moved handler. b=405606 r=smorgan sr=roc 2007-11-28 10:49:55 -08:00
bclary@bclary.com
5c44d4d5d2 Sisyphus/JavaScript Tests - cleanup log summary and TinderboxPrint output for Buildbot/Tinderbox, bug 397923, not part of the build, r=rcampbell 2007-11-28 10:17:28 -08:00
stuart.morgan@alumni.case.edu
1288a3dbd7 Bug 405179: Apply scrollbar changes from bug 384612 to xpfe. r+sr+a1.9=sicking 2007-11-28 09:49:34 -08:00
smontagu@smontagu.org
ef595fc50d Fix typo in the checkin from bug 403012 2007-11-28 08:45:02 -08:00
kairo@kairo.at
efddf83b3a bug 405255 - change in-code URLs to new SeaMonkey website, r+sr=Neil 2007-11-28 08:34:21 -08:00
longsonr@gmail.com
3af8f2d9d5 Bug 404740 - Small performance improvement for feComposite filter. r+sr=tor,a1.9=mtschrep 2007-11-28 03:19:19 -08:00
gerv@gerv.net
7053aaa316 Bug 403052 - switch mozTXTToHTMLConv to standard tri-licence. Thanks to benb for permission to do so. Patch by gerv; r=beltzner. 2007-11-28 02:16:54 -08:00
gerv@gerv.net
dbcc548aef Bug 404051 - Add .es to IDN TLD whitelist. Patch by gerv; a=beltzner. 2007-11-28 02:15:23 -08:00
Olli.Pettay@helsinki.fi
5d293626d2 Bug 405632, can't pan maps by dragging on maps.live.com , r+sr=jst, a=sicking 2007-11-28 01:16:01 -08:00
reed@reedloden.com
510a3d0e85 Bug 402895 - "The search bar no longer has a blue border when the website has a search engine available" [p=dao@mozilla.com (Dão Gottwald) r=gavin a=blocking-firefox3+] 2007-11-28 00:46:26 -08:00
reed@reedloden.com
7f47250718 Bug 405181 - "nsIDOMNSRange.isPointInRange probably shouldn't throw WRONG_DOCUMENT_ERR" [p=ajvincent@gmail.com (Alex Vincent) r+sr+a1.9=sicking] 2007-11-28 00:45:44 -08:00
mrbkap@gmail.com
81e35c902c Make XOW's toString consistent over all cases. bug 398109, r=jst sr=bzbarsky a=beltzner 2007-11-27 17:09:31 -08:00
mrbkap@gmail.com
e612c7c81c Always free doctype decl tokens. bug 395846, r=jst sr=sicking a=schrep 2007-11-27 17:06:34 -08:00
mrbkap@gmail.com
9faca3d85d Don't use a prototype to do any work, just do it ourselves. bug 399298, r=jst sr=brendan a=blocking-1.9 2007-11-27 17:03:41 -08:00
mrbkap@gmail.com
0e3a1dfcb1 Don't deal with misplaced content when we're in the head. bug 401169, r=sicking sr=jst a=blocking-1.9 2007-11-27 16:59:27 -08:00
mrbkap@gmail.com
34b134b80d Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep 2007-11-27 16:52:37 -08:00
mrbkap@gmail.com
b00023d855 Actually throw if the thrown thing was not an nsresult. bug 401735, r+sr+a=jst 2007-11-27 16:49:08 -08:00
nrthomas@gmail.com
881a9a3d95 Bug 405690, bootstrap changes for fx2.0.0.11, r=rhelmer 2007-11-27 16:47:26 -08:00
dougt@meer.net
4e79b1b402 Fixing build bustage on windows mobile b=402948. patch by blassey. not part of ff build 2007-11-27 15:51:44 -08:00
rflint@ryanflint.com
76c287214e Bug 401279 - Use stock icons for 'folder' icons in bookmarks menu. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me a=mconnor 2007-11-27 15:48:41 -08:00
bzbarsky@mit.edu
bb6bc5924e Hold the ref to the binding as we install its fields. Bug 404869, r+sr=sicking 2007-11-27 15:46:53 -08:00
jst@mozilla.org
a668c9bc61 Landing fix for bug 393267. Fixing problem with setting __proto__ on objects with XOW's on its prototype chain. Patch by mrbkap@gmail.com, r=jst@mozilla.org, sr=brendan@mozilla.org 2007-11-27 15:45:20 -08:00
bclary@bclary.com
c8922b2b5a Sisyphus/JavaScript Tests - add option -S to runtests.sh to provide simpler output for Buildbot/Tinderbox, bug 397923, r=rcampbell 2007-11-27 14:53:24 -08:00
martijn.martijn@gmail.com
d2e0698535 reftest for bug 405584 - Canvas.drawImage method is not working, r=vladimir 2007-11-27 14:23:01 -08:00
dcamp@mozilla.com
b128fd0df9 Bug 394525: malware check non-http channels. r=bz, sr=biesi 2007-11-27 12:42:33 -08:00
axel@pike.org
f2094decd4 bug 404494, add --application parameter to test-locales, r=ctalbert 2007-11-27 12:35:21 -08:00
dcamp@mozilla.com
5be25d64fe Bug 394525: don't try to malware check uris with no hostname. r=tony 2007-11-27 12:08:02 -08:00
Olli.Pettay@helsinki.fi
9942f62a81 Bug 401907, Running Help->Check for updates... leaks, r+sr=bz, a=beltzner 2007-11-27 12:02:42 -08:00
Olli.Pettay@helsinki.fi
8656f1286d Bug 405044, clean up updates.xml, r=gavin, a=beltzner 2007-11-27 12:01:16 -08:00
martijn.martijn@gmail.com
451231bdcf Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, a=beltzner 2007-11-27 10:53:55 -08:00
aaronleventhal@moonset.net
2e6d1954af Bug 405552. Crash [@ nsHyperTextAccessible::ContentToRenderedOffset ]. r=evan.yan, a=dsicore 2007-11-27 10:12:15 -08:00
aaronleventhal@moonset.net
bd73abbf58 Bug 404380. Crash [ @ FireDelayedToolkitEvent ]. Fix part 2. Patch by Ginn Chen. r=aaronlev, a=dsicore 2007-11-27 10:08:50 -08:00
aaronleventhal@moonset.net
fae1fcb10a Bug 404380. Crash [ @ FireDelayedToolkitEvent ]. Fix part 1. r=ginn.chen, a=beltzner 2007-11-27 10:07:04 -08:00
pete@mozdevgroup.com
62554d7f10 b=393881 update metrics extension to use places r=Jan.Varga Landing patch so metrics extension works on trunk. --pete 2007-11-27 09:58:52 -08:00
bclary@bclary.com
0e51145522 JavaScript Tests - update test for bug 394941 to use regexps to match 1.8 and 1.9.0 behaviors, not part of the build 2007-11-27 09:42:04 -08:00
db48x@yahoo.com
f424178d95 Bug 404290 ÃÂ the size of popup windows needs to be specified in css pixels, not device pixels. r=eli,roc sr=bsmedberg 2007-11-27 05:30:09 -08:00
reed@reedloden.com
96f5ba58d1 Bug 364221 - "[cairo] bad page scrolling performance with large background images" [p=alfredkayser@nl.ibm.com (Alfred Kayser) / vladimir@pobox.com (Vladimir Vukicevic [vlad]) r=stuart sr=tor a=blocking1.9+] 2007-11-27 01:35:18 -08:00
igor@mir2.org
a0d8d9194e Bug 399544: using custom storage for function argument and variable names. r,a=brendan 2007-11-27 00:38:47 -08:00
myk@mozilla.org
c90c3ae2a9 bug 403375: make content pref database uses indices instead of doing a full table scan when retrieving the pref value for a given site; r=mconnor 2007-11-26 23:55:59 -08:00
reed@reedloden.com
c1bbf72f3d Bug 376976 - "Crash [@ nsGlobalHistory::IsURLInHistory] null pointer dereference" [p=mook.moz+mozbz@gmail.com (Mook) r=Neil sr=biesi (SeaMonkey only)] 2007-11-26 23:41:07 -08:00
dcamp@mozilla.com
7e50b9e738 fix test bustage from bug 369814. 2007-11-26 22:40:07 -08:00
dcamp@mozilla.com
911a5b2bb9 Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner 2007-11-26 21:32:23 -08:00
myk@mozilla.org
cc86388635 bug 405483: explicitly sync devicecontext scale to prescontext scale upon prescontext initialization, fixing bug where web pages would either be too small (with scrollbars in the middle of the viewport) or too big (with scrollbars offscreen) when loaded if the previous page loaded in that tab had a non-default full zoom value; r+sr=roc 2007-11-26 20:54:30 -08:00
dcamp@mozilla.com
a838fcc9b6 Bug 403331: update JAR channel URIs after a redirect. r=bz, r=jwalden (mochitest changes), sr=dveditz 2007-11-26 20:35:00 -08:00