Commit Graph

6209 Commits

Author SHA1 Message Date
bryner%brianryner.com
aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com
6aaaba878f Bug 291512 - In generated Java interface files, add URL pointing to original IDL file. Not part of default build. a=mkaply 2005-05-04 19:46:52 +00:00
doronr%us.ibm.com
6c4a5f9ffe Bug 292637 - nsSchemaLoader can only load http/https urls. r=biesi,sr=jst,a=mkaply 2005-05-04 16:59:23 +00:00
allan%beaufour.dk
63395c8ce4 typo fix, thx to gemal 2005-05-04 09:12:04 +00:00
allan%beaufour.dk
9df15d0f15 Add error messages for failed origin checks. Bug 292724, r=smaug+doronr, a=mkaply, NPOTB 2005-05-04 08:31:56 +00:00
robert%accettura.com
11a288b859 Bug #281717 This is the code half of this (other half is policy). Adding a privacy link under the report wizardpage so users can view privacy any time they want, make clear email isn't required. p=me r=mconnor@steelgryphon.com a=asa 2005-05-03 21:27:01 +00:00
pedemont%us.ibm.com
d37968b675 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply 2005-05-03 20:15:35 +00:00
jay%mozilla.org
1f24c733f6 Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653 2005-05-03 19:55:46 +00:00
Olli.Pettay%helsinki.fi
bbbe968ae6 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB 2005-05-03 19:39:38 +00:00
bzbarsky%mit.edu
125f1fd3c1 Don't crash if responseText is gotten when we have no channel. Bug 289156,
r+sr=jst, a=chofmann
2005-05-03 15:57:21 +00:00
allan%beaufour.dk
3a4f4121f8 Fix setindex for nested repeats. Bug 289547, r=smaug+aaronr, a=mkaply, NPOTB 2005-05-03 07:34:38 +00:00
allan%beaufour.dk
8a73c29329 Refresh controls when we replace the instance on submission. Bug 292616, r=doronr+smaug, a=mkaply, NPOTB 2005-05-03 07:28:52 +00:00
robert%accettura.com
262ec6c7aa Bug 292669 cleanup some reporter code. Not part of build p=mconnor r=me a=asa 2005-05-03 04:16:06 +00:00
timeless%mozdev.org
cd198e6b42 Bug 243904 SOAP code problem with null, unpositioned array item
patch by chantepie@altern.org r=doron sr=jst a=asa
2005-05-02 19:42:26 +00:00
pedemont%us.ibm.com
d75b5fa3eb Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa 2005-05-02 16:30:03 +00:00
bugzilla%arlen.demon.co.uk
ef2a42837d Bug 285653 add reporter tool to nightly builds (patch for SeaMonkey)
p=gandalf@aviary.pl r=benjamin a=asa
2005-05-02 14:02:12 +00:00
bugzilla%arlen.demon.co.uk
b23e220365 Bug 292113 Composer prefs Help needs an update
p=stefan_h@hem.utfors.se r=me a=asa
2005-05-01 15:29:03 +00:00
robin.lu%sun.com
cfe21df0aa fix bug 290435 proxy settings are disabled after switching profiles.
alecf: review+
neil.parkwaycc.co.uk: superreview+
patched by Boying Lu <brian.lu@sun.com>
2005-04-30 02:37:41 +00:00
dougt%meer.net
be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
robert%accettura.com
6ae48870c1 fix bustage... sorry for the delay 2005-04-29 02:23:58 +00:00
robert%accettura.com
c4f4042aef Make reporter use a preference for server locations (part of bug #285653) r=mconnor a=asa 2005-04-29 00:34:56 +00:00
jst%mozilla.jstenback.com
50de4a3e1d Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
bugzilla%arlen.demon.co.uk
0aeb447a3f Bug 196272 Remove edit>preferences>mailandnewsgroups>windows
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-28 21:24:18 +00:00
allan%beaufour.dk
4f8adec1c3 Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:23:38 +00:00
allan%beaufour.dk
a83db34b4c Let controls using index() listen for changes to repeat indexes. Bug 289534, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:17:49 +00:00
mkaply%us.ibm.com
5811a7697f #287687
r=rginda, a=asa
Patch from  Gijs "Hannibal" Kruitbosch - chatzilla prefs window isn't coming up
2005-04-27 18:45:22 +00:00
allan%beaufour.dk
18b66d292c Fixing bustage, bug 291935, the ifdef had crawled in the wrong place :) 2005-04-27 09:04:07 +00:00
allan%beaufour.dk
c2f048e0c3 Add some debug printing to nsXFormsUtils::ReportError, r=doronr, a=mkaply, NPOTB 2005-04-27 08:29:42 +00:00
pedemont%us.ibm.com
a55c5e341d Properly handle unsigned values. Not part of default build. a=mkaply. 2005-04-26 23:00:18 +00:00
pedemont%us.ibm.com
dac34cffa2 Missing some #defines. Not part of default build. a=mkaply 2005-04-26 22:58:26 +00:00
robert%accettura.com
b902d005c2 Removed 2 bogus alert()'s I accidentally left after some testing. About as unnecessary and annoying as an Ashton Kutcher movie. 2005-04-23 03:20:15 +00:00
robert%accettura.com
bfceefe492 no bug, not part of build just yet. Some UI consolidation, we now register a user on the fly when they submit a report, rather than make it a whole step and add more clicks (less is more). Some more subtle changes, nothing noteworthy. a=asa. 2005-04-23 03:11:56 +00:00
doronr%us.ibm.com
3add894cb1 xforms bug 289595 - Can't assume there is a non-null mSchema per model. r=aaronr,smaug a=mkaply 2005-04-21 20:50:36 +00:00
silver%warwickcompsoc.co.uk
3a203c0c98 Bug 287687 - Branding branding branding.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:34:54 +00:00
silver%warwickcompsoc.co.uk
7dae1e8014 Bug 227093 - Prompt the user when trying to close while connected.
r=samuel
a=asa
p=oriyanh@gmail.com (Oriyan Hermoni)
2005-04-21 20:21:56 +00:00
silver%warwickcompsoc.co.uk
243178fc1a Bug 291149 - Add a "msg" property to all channel/user privmsgs and notices to aid hooks.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:19:13 +00:00
silver%warwickcompsoc.co.uk
1a20a26104 Bug 278746 - Always use the sole server's URL for the network's URL if the network was created as a wrapper for a specific server connection.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:16:03 +00:00
silver%warwickcompsoc.co.uk
931a243c33 Bug 284149 - Cope better with trying to connect to a network using SSL when there are no servers, and make our own disconnect messages look like the errors they used to be.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:12:28 +00:00
silver%warwickcompsoc.co.uk
778d1ba7ba Bug 265573 - Lets try to remove all traces of the client view when hiding it.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:08:25 +00:00
silver%warwickcompsoc.co.uk
23f752a31a Bug 290732 - Add CTCP SOURCE.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)
2005-04-21 19:53:04 +00:00
silver%warwickcompsoc.co.uk
68f1f5c1b0 Bug 290626 - Mange CTCP TIME we must not.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)
2005-04-21 19:34:19 +00:00
silver%warwickcompsoc.co.uk
a7f78dd6d8 Bug 193977 - Remove some space-filling boxes.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 19:30:04 +00:00
silver%warwickcompsoc.co.uk
da16af5676 Bug 289275 - Don't correct eventsPerStep if the time taken was 0, because we end up at Infinity!
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 19:26:22 +00:00
silver%warwickcompsoc.co.uk
ca5cd0457b Bug 240111 - Refocus input box after clicking a link.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 18:14:19 +00:00
silver%warwickcompsoc.co.uk
7d74d140f4 Bug 287387 - Put user mode changes on network view.
r=samuel
a=asa
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2005-04-21 18:07:23 +00:00
silver%warwickcompsoc.co.uk
f5d80fc2e4 Bug 189097 - Show user's nickname in own join/part messages.
r=rginda
a=asa
2005-04-21 17:59:37 +00:00
robert%accettura.com
392e7be587 no bug make 'show details' actually show problem type, not just the id for the problem type. a=asa over irc 2005-04-20 22:10:38 +00:00
robert%accettura.com
f1bbb136ac bug 285653 add final list of problem types. Client side only. a=asa 2005-04-20 21:20:12 +00:00
bsmedberg%covad.net
9f33ad0393 Bug 287262 - Make en-US.manifest contain all the locale registration (not in installed-chrome.txt any more) r=gandalf a=asa 2005-04-20 10:48:51 +00:00
bzbarsky%mit.edu
8df9c25d22 Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00