Commit Graph

166999 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
4615137f49 Remove special-case for setting the "src" of a chrome <iframe> or <browser>.
Treat it like we would any other subframe load -- use the chrome as the owner.
Bug 348672, r+sr=jst
2006-08-19 02:43:00 +00:00
ajschult%verizon.net
4e325afd57 Address review comment from bug 343602 to remove trailing whitespace. 2006-08-19 02:06:14 +00:00
dietrich%mozilla.com
ec11f116b2 Bug 348076 remove generated URLs from region.properties (r=phil, sr=mconnor) 2006-08-19 02:00:52 +00:00
enndeakin%sympatico.ca
51b0babe5e Bug 341524, DOM storage should follow cookie prefs 2006-08-19 01:21:58 +00:00
ajschult%verizon.net
6045670115 Bug 343602: profile-startup-category notifications don't happen if profile is specified. r=biesi, sr=Neil. Also update update notifications to ignore notifications when switching profiles. r+sr=Neil. 2006-08-19 01:16:20 +00:00
mike.morgan%oregonstate.edu
5d2db1b73b Updated config values to _not_ have 1.5.0.x mappings... 2006-08-19 00:34:10 +00:00
dietrich%mozilla.com
e8ccf95d8a Bug 347944 Fix firefox products URLs to point to ...mozilla.com/ab-CD (r=neil@httl.net) 2006-08-19 00:23:43 +00:00
dietrich%mozilla.com
fdda169c0d re-adding comments from an earlier merge problem 2006-08-19 00:23:40 +00:00
dmose%mozilla.org
940bb617ff Bump mMinVerticalPixelsPerMinute to 0.5 to make 24-hour views more usable (bug 133107). ui-review=me; rs=jminta@gmail.com 2006-08-19 00:07:50 +00:00
brendan%mozilla.org
2b1f86e669 Fix closing a generator to throw if the generator ignores GeneratorExit; also fix bug cloned from current Python 2.5c1, where yield from finally cancels pending exceptions and outer finallys; also fixed to throw on nested generator activations (349012, r=igor/mrbkap). 2006-08-18 23:42:02 +00:00
wtchang%redhat.com
98f2c3bf81 Bugzilla Bug 342476: backed out the previous checkin. Not sure if it's a
good idea.
2006-08-18 23:28:10 +00:00
mrbkap%gmail.com
5af6f60d13 Enforce a semicolon after ASSERT_IN_SYNC in builds without DEBUG_CONTENT_LIST defined. NPTOB, idea from bz (bug 348062) 2006-08-18 23:25:35 +00:00
wtchang%redhat.com
faf581ad29 Backed out the unnecessary change in the previous checkin. 2006-08-18 22:56:18 +00:00
wtchang%redhat.com
894326bb94 Bugzilla Bug 342476: NSS should set and check the pReserved field in the
(extended) CK_C_INITIALIZE_ARGS structure.  r=nelsonb,relyea.
Modified files: pk11wrap/pk11load.c softoken/pkcs11.c
2006-08-18 22:48:41 +00:00
jwalden%mit.edu
1e38e73d73 Bug 349098 - Text in Tabs pane is truncated when checkbox wraps. r=mconnor 2006-08-18 22:28:55 +00:00
mike.morgan%oregonstate.edu
ec97362db6 Update to available nightly branches -- bug 234242. 2006-08-18 22:22:08 +00:00
wtchang%redhat.com
1e8aeab6bb Bugzilla Bug 349011: marked local functions as static. The patch is
contributed by timeless <timeless@bemail.org>. r=wtc.
Modified files: crmfcont.c crmfpop.c crmfreq.c
2006-08-18 22:21:34 +00:00
pkasting%google.com
f5fa1c2b1c Back out bug 340895 due to tinderbox orange. 2006-08-18 22:07:29 +00:00
mrbkap%gmail.com
35e1f424c5 Propagate the exception out. bug 349241, r=kaie sr=jst 2006-08-18 22:07:14 +00:00
fligtar%gmail.com
6748061711 updated bootstrap 2006-08-18 22:05:09 +00:00
fligtar%gmail.com
5d0236d8e9 Latest Addon MCV stuff 2006-08-18 22:02:32 +00:00
pkasting%google.com
7149b4acc9 Bug 347956: Import Bookmarks from File broken when no other browsers installed
Patch by Adam Guthrie (ispiked@gmail.com)
r=gavin
checkin OK=mconnor
2006-08-18 21:45:38 +00:00
pkasting%google.com
aaa4dbf6fa Bug 188108: Name forwarded emails appropriately
Patch by Magnus Melin (mkmelin+mozilla@iki.fi)
r=bienvenu
sr=mscott
2006-08-18 21:40:29 +00:00
pkasting%google.com
dafdf0b1eb Bug 337223: Don't expose moz-anno protocol to web pages.
Patch by brettw
r=jst
sr=bzbarsky
2006-08-18 21:35:16 +00:00
pkasting%google.com
cf43523a14 Bug 296542: Feed Properties dialog has no paste context menu
Patch by Magnus Melin (mkmelin+mozilla@iki.fi)
r+sr=mscott
2006-08-18 21:25:34 +00:00
pkasting%google.com
22d39f42e8 Bug 340895: Move SessionStore prefs to firefox.js.
Patch by Simon B�nzli (zeniko@gmail.com)
r=mano
2006-08-18 21:19:15 +00:00
benjamin%smedbergs.us
c7d5b5d5e2 Bug 345047 - Universal build fixup for XULRunner, r=mento 2006-08-18 21:03:38 +00:00
cltbld
f303dc1ca0 Automated update from host egg.office.mozilla.org 2006-08-18 20:38:53 +00:00
ajschult%verizon.net
3277aebadf bug 347839: correct typos in previous patches to get storage shipped on windows. r=biesi 2006-08-18 20:37:37 +00:00
benjamin%smedbergs.us
cdbbc055df Bug 345047 - Universal build fixup for XULRunner, r=mento 2006-08-18 20:34:56 +00:00
pkasting%google.com
0a0053c799 Bug 348298: Clean up Find Bar code, patch 1.
r=masayuki
2006-08-18 20:26:23 +00:00
bienvenu%nventure.com
8f6e411ffd fix 333877 100% cpu usage on imap idle when connection dies, original idea by robin.grindley@ieee.org, sr=mscott 2006-08-18 20:16:12 +00:00
preed%mozilla.com
d9a8f3d872 Fix some busted branch to trunk merging I did for bug 344897. This patch basically makes it so firefox.js is now rev 1.142 + my patch for bug 344897 + flamingice's patch (rev 1.145). Details are in bug 344897. r=gavin 2006-08-18 19:50:16 +00:00
tony%ponderer.org
f11bd33695 Bug 348625: use whitelist to suppress remote lookups
patch: use whitelist to suppress remote lookups
r=provos,sr=bryner
2006-08-18 19:31:15 +00:00
vladimir%pobox.com
daaf1fde19 b=338786, canvas broken on mac on trunk, r=pavlov 2006-08-18 19:29:06 +00:00
lpsolit%gmail.com
dc96f9e9b7 Bug 349198: 001compile.t must not compile mod_perl.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-18 18:29:41 +00:00
jwalden%mit.edu
bd48c1dd29 Bug 348820 - Fix followups from bug 346942. r=mconnor 2006-08-18 17:46:16 +00:00
brettw%gmail.com
a7a2cb6e16 Bug 348981 r=pkasting a=dbaron Typo in range setting 2006-08-18 17:45:02 +00:00
lpsolit%gmail.com
9ea0e39492 Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) <bmo@rsz.jp> r=gerv a=myk 2006-08-18 17:43:41 +00:00
lpsolit%gmail.com
234f19aa5e Bug 343050: process_bug.cgi tries to send emails to too many bugs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-18 17:32:11 +00:00
flamingice%sourmilk.net
350acb8d93 Bug 348842: Make get-more-dictionaries use the canonical localized-service URL format, r=vlad 2006-08-18 17:02:40 +00:00
mike.morgan%oregonstate.edu
7a3765e3cc Loosening up the regular expression for fallback channels, based on discussion this morning. Also see bug 344742. 2006-08-18 16:58:48 +00:00
neil%parkwaycc.co.uk
27ade63290 Relativize bogusly absolute URLs b=346605 r=KaiRo 2006-08-18 16:46:33 +00:00
jminta%gmail.com
5fddcb7237 Bug 287550 Introduce a functioning widget for adding attendees to items. r1=lilmatt, r2=dmose 2006-08-18 16:39:57 +00:00
kairo%kairo.at
0fb6374896 bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN 2006-08-18 16:23:06 +00:00
kairo%kairo.at
2ffe172c38 bug 347110 - Beautify mail_help, p=giacomo.magnini@portalis.it r=IanN 2006-08-18 16:20:40 +00:00
pedemont%us.ibm.com
69e2287551 Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. XULRunner only. r=bsmedberg. 2006-08-18 15:31:00 +00:00
mattwillis%gmail.com
11253b8bdb bug 349010 - remove unused selectAddresses.dtd. r1=ctalbert,r2=jminta 2006-08-18 15:18:58 +00:00
bclary%bclary.com
78f43a7e1d JavaScript Library - improved regression test for bug 348986, by Igor Bukanov 2006-08-18 15:15:03 +00:00
igor.bukanov%gmail.com
dcce910a62 Bug 348986: added missing checks for the recursion depth in the decompiler. r=brendan 2006-08-18 15:09:45 +00:00