Граф коммитов

123398 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 53289655fc fix build bustage from decomification of nsIDocument 2003-10-22 14:56:07 +00:00
chanial%noos.fr e070b0fc1c Adding viewSource.properties 2003-10-22 14:54:11 +00:00
mostafah%oeone.com 3fa94764bd Updated sunbird images 2003-10-22 14:22:06 +00:00
noririty%jcom.home.ne.jp c362be8a65 Fixing build failure (viewSource.properties doesn't exist) b=221599 2003-10-22 13:13:26 +00:00
timeless%mozdev.org 1508622f27 requires bustage bug 222134 2003-10-22 09:12:14 +00:00
bzbarsky%mit.edu 1689062c74 More bustage fixing. Bug 222134 2003-10-22 08:46:56 +00:00
chanial%noos.fr 19294c34e0 complete rewrite of search.xml: more functionalities with less code :-)
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
igor%mir2.org b0cc0c620a The class is no longer used. 2003-10-22 08:02:37 +00:00
chanial%noos.fr 35bacf1ef4 sync the source viewer with the suite 2003-10-22 08:02:23 +00:00
igor%mir2.org f828aace6b 1. Added Context.hideFromContextListeners() which makes invisible for listeners.
2. Made sure that ContextListener.contextCreated is called only once. After a resent change to call the method from Context.enter, not from Context constructor the method would be called each time on first enter which broke the debugger.

3. Using new listener utilities from Kit instead of ListenerArray methods that would create a special storage object only if there is more then one listener.
2003-10-22 08:01:46 +00:00
chanial%noos.fr a8c2262539 sync the console with the suite 2003-10-22 08:00:39 +00:00
igor%mir2.org dd0cf32131 Added JavaDoc for listener utilities 2003-10-22 07:57:49 +00:00
chanial%noos.fr 727d9697a5 - add new debug routine dumpDOM that writes the DOM tree under a given element.
- enhance dumpOBJ debug routine to deal with null and properties not accessible that trigger an error
- enclose all the debug routine by a #ifdef DEBUG
2003-10-22 07:57:34 +00:00
chanial%noos.fr 3eb084bb8a cvs remove browser/components/search (not built) 2003-10-22 07:46:00 +00:00
dbaron%dbaron.org ac89bf7304 Convert CR-LF line endings to LF. 2003-10-22 07:30:52 +00:00
caillon%returnzero.com 0dda7dd5f1 Fixing bustage -- bryner forgot to update this file
Bug 222134
2003-10-22 07:04:16 +00:00
brendan%mozilla.org 9410aed3d1 Check in rogerl's big perf patch (85721). 2003-10-22 07:01:50 +00:00
bzbarsky%mit.edu e21a5aa43b Fix crash bug 223064. Patch by mats.palmgren@bredband.net (Mats Palmgren), r+sr=bzbarsky 2003-10-22 07:01:35 +00:00
bryner%brianryner.com f42474cb71 fixing bustage 2003-10-22 07:01:13 +00:00
dwitte%stanford.edu 7b125ba0e6 move cookies to use hashtables instead of a sorted list, and implement a sane notifications
system for cookies and permissions. this will improve perf a bunch, and also sets the stage
for a more performant and flexible cookiemanager UI by providing better notifications.

bugs 143939 and 221185, with r=bsmedberg+mvl, sr=darin and r=mvl, sr=bz respectively.
2003-10-22 06:53:19 +00:00
bzbarsky%mit.edu fcc14acdea Fix bug 164816. Patch by biesi, r=bzbarsky, sr=darin 2003-10-22 06:46:52 +00:00
caillon%returnzero.com b3ef713aff Fixing bustage -- bryner forgot to update these files
Bug 222134
2003-10-22 06:41:30 +00:00
darin%meer.net 8e21fd8081 fixes bug 222588 "Mozilla creates too many threads and seems to never terminate them" r=timeless sr=bzbarsky 2003-10-22 06:38:39 +00:00
chanial%noos.fr bcbc4df877 add tri-licence 2003-10-22 06:35:37 +00:00
brendan%mozilla.org 795b642e96 Add __noSuchMethod__ handler support, and clean up js_ValueToFunction/js_ReportIsNotDefined error diagnosis hard cases (196097, r=sparky). 2003-10-22 06:26:03 +00:00
bryner%brianryner.com a0e219b348 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
timeless%mozdev.org 47cf706153 Bug 223158 Crash searching from partially loaded bugzilla query with magnifier running [@ nsDocAccessible::HandleMutationEvent]
r=caillon sr=bz
2003-10-22 05:43:46 +00:00
pinkerton%netscape.com bf2d7a7706 turn on auto image resizing by default (bug 197323) 2003-10-22 04:29:17 +00:00
nicolson%netscape.com b0e7253075 more debugging info. 2003-10-22 04:08:17 +00:00
jake%bugzilla.org 1f2a823229 Bug 178624 - checksetup.pl needs to be run after copying templates to the custom directory. 2003-10-22 02:29:07 +00:00
jake%bugzilla.org e9b91b1cd9 Bug 215051 - Document the language auto-chooser. 2003-10-22 01:26:04 +00:00
pinkerton%netscape.com dd6aaeeec7 bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
timeless%mozdev.org 44ee22a3e2 Bug 221586 install size can be reduced by removing unreferenced files 2003-10-22 01:00:57 +00:00
wchang0222%aol.com 2e23dc9849 Bugzilla bug 222065: fixed a bug (inside #ifdef WINNT) introduced in the
previous checkin.
2003-10-22 01:00:10 +00:00
mkaply%us.ibm.com 637cfcba6f OS/2 bustage - makefile patch went to wrong file 2003-10-22 00:45:29 +00:00
timeless%mozdev.org 8cde5c73b1 Bug 219979 remove unused variable and function
r=dveditz sr=dveditz
2003-10-22 00:30:33 +00:00
rlk%trfenv.com f937197a0f bug 169550 - Help window must be <= 462px height by default. r=caillon@aillon.org. 2003-10-22 00:06:46 +00:00
rginda%netscape.com c593ec065c changes between 0.9.40 and 0.9.44:
* Revision 0.9.44 fixes some more charset related problems. The user description is now properly decoded for /query views, and the channel name for mode messages.

* Revision 0.9.43 fixes the ``unknown CTCP'' handler, so that it displays the correct diagnostic, instead of ``my_unkctcpMsg''.

* Revision 0.9.42 fixes charset problems with part reasons, and another charset problem with kick messages. It also deals with spaces in nicknames and usernames by replacing them with underscores, instead of just failing to log in. This revision also makes it so that you no longer need to restart ChatZilla after changing your description or username.

* Revision 0.9.41 adds an ``autoperform'' pref to networks that can be used to execute arbitrary ChatZilla commands when you connect to a network. These autoperform commands will be executed before any of your ``Open At Startup'' channels are processed. This release also makes ChatZilla recognize the optional ``reason'' parameter for PART messages. Many IRC servers do not yet support PART reasons, so don't be surprised if you don't see any.
2003-10-21 23:47:35 +00:00
scott%scott-macgregor.org 935368edb4 Bug #214400 --> allow distributors to allow 4.x profile migration via a pref instead of forcing it to be off for thunderbird and firebird.
This removes a MOZ_XUL_APP ifdef

sr=bienvenu
2003-10-21 23:36:47 +00:00
rlk%trfenv.com 3ac3912178 Bug 220424 - Need to distinguish between Web links and Help links in Mozilla Help. r=neil.parkwaycc.co.uk 2003-10-21 23:24:10 +00:00
timeless%mozdev.org b3df8ba2f4 Bug 222542 delayed profile install fails
patch by mnyromyr@tprac.de r=bsmedberg sr=alecf
2003-10-21 23:05:21 +00:00
scott%scott-macgregor.org 9b62ba252c Port Bug #222390 --> format toolbarbuttons' width is too large
thanks to stephen walker for the port
2003-10-21 23:03:45 +00:00
scott%scott-macgregor.org 5cc43a84a1 change jan varga's email address 2003-10-21 23:02:38 +00:00
neil%parkwaycc.co.uk 8ad7dde5c6 Bug 222940 POP3 Server Settings does not fit in Account Manager p=stefan@borggraefe.com r=me sr=bienvenu 2003-10-21 22:48:06 +00:00
mkaply%us.ibm.com 58f19ef340 Forgot makefile change for OS/2 plugin idl - 215581 2003-10-21 22:38:22 +00:00
mkaply%us.ibm.com 8fafc27966 #221651 - r=mkaply - new OS/2 drag drop code 2003-10-21 22:21:33 +00:00
mkaply%us.ibm.com e83a7d224d 221070
r=pedemonte
OS/2 only - remove lack of activation on minimized windows
2003-10-21 22:19:25 +00:00
bienvenu%nventure.com ec427dd14d add js component to handle starting up in last offline state, or prompting at startup, 221734, r/sr=mscott 2003-10-21 22:15:07 +00:00
caillon%returnzero.com de3d3fbf61 Re-land patch for bug 83536, merging principal objects.
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
mkaply%us.ibm.com ffd2abe922 #215581
r=mkaply
OS/2 only code to support VACPP Compiled plugins stuff in the new GCC build
2003-10-21 22:11:20 +00:00