brendan%mozilla.org
6847e0863b
js/src part of 2nd patch for 292903, r+sr=bryner/jst.
2005-06-16 21:43:15 +00:00
scott%scott-macgregor.org
fc69bb2310
Bug #266097 --> "Contacts" button doesn't stay pushed (or down) when the contacts sidebar is open.
...
Patch by Thomas Bertels (the_redburn@perso.be )
2005-06-16 21:23:42 +00:00
mrbkap%gmail.com
4ec259ce0c
bug 293162: Textarea's innerHTML shouldn't treat the HTML as text. r=peterv sr=jst a=shaver
2005-06-16 21:23:24 +00:00
peterv%propagandism.org
4cb41ef640
Trying to fix btek bustage.
2005-06-16 21:20:57 +00:00
dougt%meer.net
d1460e3a0a
* Fixes some build problems when trying to build non-static. (removing link
...
libraries that don't exist on Windows CE)
* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)
* Windows CE on ARM doesn't support C++ exceptions. In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla. On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.
* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.
* Disabling more code in nsOSHelperAppService for Windows CE.
* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).
Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa
2005-06-16 21:20:45 +00:00
alexei.volkov.bugs%sun.com
cd0a03b285
fix for bug: 297015 - bltest should run multithreaded. r=julien
2005-06-16 21:11:02 +00:00
brendan%mozilla.org
afe2ea2ef9
Fix regression from 292903's first patch, which results in JS_DEFAULT_XML_NAMESPACE_ID being enumerated! Thanks to bc for noticing.
2005-06-16 20:27:11 +00:00
timeless%mozdev.org
d7b0684cd6
Bug 297660 No node is selected anymore after deleting node in dom inspector
...
patch by martijn.martijn@gmail.com r=bz sr=bz a=asa
2005-06-16 20:23:57 +00:00
peterv%propagandism.org
1d34606d5f
Trying to fix btek bustage.
2005-06-16 19:56:21 +00:00
jwalden%mit.edu
0b6b9b3b74
Bug 265719 - UI "screenshot" in "About Popup Blocking" dialog is out-of-date. r=mconnor, a=shaver
2005-06-16 19:02:27 +00:00
lpsolit%gmail.com
3e40dc6674
Bug 297928: detaint_natural, detaint_signed and trick_taint shouldn't rely on $1 - Patch by Christian Reis <kiko@async.com.br> r/a = justdave
2005-06-16 19:00:58 +00:00
mrbkap%gmail.com
6664814803
bug 296677: Fix nsParser::ParseFragment to not screw up setting <textarea>'s innerHTML. r=jst sr=peterv a=asa
2005-06-16 18:59:59 +00:00
peterv%propagandism.org
13e87d6df0
Trying to fix btek bustage.
2005-06-16 18:44:01 +00:00
pedemont%us.ibm.com
ee707e48fa
Bug 291501 - labels don't support the src attribute. r=aaronr, r=smaug, a=mkaply
2005-06-16 18:33:55 +00:00
doronr%us.ibm.com
2e373f4427
Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg
2005-06-16 18:24:34 +00:00
timeless%mozdev.org
9da0ce304f
Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
...
patch by bernd r=roc sr=roc a=asa
2005-06-16 18:22:38 +00:00
mrbkap%gmail.com
96e94dc74c
bug 296284: <blockquote type=cite> can cause the plaintext serializer to delete extra newlines before inlines after blocks. r=peterv sr=jst a=asa
2005-06-16 18:20:59 +00:00
timeless%mozdev.org
e1e8f80bf3
Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
...
patch by kaie r=timeless sr=darin a=shaver
2005-06-16 17:27:17 +00:00
timeless%mozdev.org
5148ea3d5b
Bug 291378 crashes on XPCOM calls with more than 7 arguments
...
regenerated by mozilla@rosenauer.org r=shaver a=shaver
2005-06-16 16:31:53 +00:00
gandalf%firefox.pl
16ecefc17a
adding pl to all-locales.
2005-06-16 16:29:52 +00:00
doronr%us.ibm.com
23d5d90436
XForms Bug 296231 - Allow file:// xforms to submit anywhere. r=darin,aaronr a=mkaply
2005-06-16 15:47:04 +00:00
gandalf%firefox.pl
55185f343f
Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa
2005-06-16 13:49:04 +00:00
bsmedberg%covad.net
816495bf4c
Bug 224305 part "*nix" - register xulrunner as a GRE with xulrunner -register-global and -register-user - r=darin a=asa
2005-06-16 13:29:45 +00:00
peterv%propagandism.org
1c1cce09d7
Bustage fix
2005-06-16 13:26:34 +00:00
peterv%propagandism.org
ea82f1a8a5
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
2005-06-16 13:10:58 +00:00
peterv%propagandism.org
555cc2a1f9
Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
2005-06-16 12:58:13 +00:00
gandalf%firefox.pl
6c3bda1208
Bug 297684: Non-localizable label in Updates wizard: "Finished"; p=stefan_h@hem.utfors.se,r=gandalf,a=bsmedberg
2005-06-16 12:53:43 +00:00
pinkerton%aol.net
d35af1bfd4
delay invalidates if we're in the middle of painting. fixes scrambling during
...
loads (sr=pink, r=sfraser, bug 294415)
2005-06-16 12:49:43 +00:00
peterv%propagandism.org
698b140d97
Fix for bug 289169 (DOMParser freezes when parsing elements with fixed attributes.). r/sr=jst, a=asa.
2005-06-16 11:59:28 +00:00
timeless%mozdev.org
c215e69dc6
Bug 295854 (new InstallVersion()).compareTo(/x/) crashes [@ConvertJSValToObj]
...
Marking JSCLASS_PRIVATE_IS_NSISUPPORTS on InstallVersionClass
remove extra definitions of ConvertJSValToObj to prevent confusion
r=dveditz sr=dveditz a=dveditz
2005-06-16 11:09:27 +00:00
mvl%exedo.nl
f47a45a621
Bring back tooltips. bug 297818, r=vlad
2005-06-16 09:23:41 +00:00
mconnor%steelgryphon.com
65593914e1
bug 292774 - view image context menu allows chrome access, patch by neil, r=bz, sr+a=dveditz
2005-06-16 08:43:20 +00:00
mconnor%steelgryphon.com
48b67838ef
bug 292774 - view image context menu allows chrome access, r=dveditz, sr=jst, a=dveditz
2005-06-16 08:34:50 +00:00
mconnor%steelgryphon.com
6127d03f79
bug 293424 - block about: from content to remove a potential attack vector, r+sr=brendan, a=brendan/jay
2005-06-16 08:28:50 +00:00
cltbld
97d4b93fcc
Automated update from host egg
2005-06-16 08:07:49 +00:00
darin%meer.net
8a660791d7
fixes bug 297811 "Disable updater if iconv not found" r=cls
2005-06-16 08:05:38 +00:00
vladimir%pobox.com
1e3a6865e6
Implement current day selection for views, also various misc UI fixes
2005-06-16 06:52:11 +00:00
bugreport%peshkin.net
7d2090d07a
Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
2005-06-16 05:40:32 +00:00
bryner%brianryner.com
c618189f8d
Fix build failure with --enable-quantify (bug 297430). r=bsmedberg, a=asa.
2005-06-16 05:05:41 +00:00
timeless%mozdev.org
7dd26a01a8
Bug 295854 (new InstallVersion()).compareTo(/x/) crashes [@ConvertJSValToObj]
...
r=dveditz sr=dveditz a=dveditz
2005-06-16 04:46:04 +00:00
timeless%mozdev.org
e249f32343
Bug 293663 Unable to install themes or extensions manually
...
patch by rob_strong@exchangecode.com r=mconnor a=asa
2005-06-16 04:28:42 +00:00
brendan%mozilla.org
fb36f6a978
Add JS_EnumerateResolvedStandardClasses, and fix a few lazy-standard-class-init glitches hindering it (292903, r=shaver, a=me).
2005-06-16 04:24:03 +00:00
timeless%mozdev.org
5af41ba798
Bug 262915 view-source: pseudo protocol forces opening of new window
...
patch by jason_barnabe@fastmail.fm r=mconnor a=asa
2005-06-16 04:16:27 +00:00
timeless%mozdev.org
c2bd24c3f1
Bug 297668 Javascript strict warnings in bookmarks.js
...
patch by r.bezut@laposte.net r=mconnor a=asa
2005-06-16 04:12:46 +00:00
timeless%mozdev.org
7f381644c0
Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
...
patch by rob_strong@exchangecode.com r=shaver a=shaver
2005-06-16 04:11:22 +00:00
timeless%mozdev.org
2f051908b5
Bug 294640 One bad RDF can block the whole FireFox Update mechanism
...
patch by rob_strong@exchangecode.com r=bsmedberg a=asa
2005-06-16 04:10:02 +00:00
timeless%mozdev.org
51eb8da79a
Bug 292619 to-be-installed extension disappears from EM during incompatible update check
...
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:06:27 +00:00
timeless%mozdev.org
74936419a6
Bug 291792 "undefined" folder created because installDroppedInFiles doesn't check for return value of getIDForLocation
...
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:03:39 +00:00
timeless%mozdev.org
02d3dbfd60
Bug 264607 Form control with name="action" confuses "Add a keyword to this search"
...
patch by bugzilla@philringnalda.com r=vlad a=asa
2005-06-16 03:58:39 +00:00
timeless%mozdev.org
509fcd98a2
Bug 258485 "Refresh Live Bookmark" should be "Reload Live Bookmark"
...
patch by tmeader@gmail.com r=mconnor a=asa
2005-06-16 03:43:15 +00:00