Commit Graph

139744 Commits

Author SHA1 Message Date
bryner%brianryner.com
adb3fd4acd fix layout-debug extension build with Firefox. Bug 277798, r=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@168018 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 21:57:04 +00:00
mostafah%oeone.com
be9c97d23e sunbird should build with storage enabled
git-svn-id: svn://10.0.0.236/trunk@168017 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 21:52:44 +00:00
scott%scott-macgregor.org
6e4068a1ba remove some tabs
git-svn-id: svn://10.0.0.236/trunk@168015 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 21:24:54 +00:00
scott%scott-macgregor.org
401d009d8a Bug #277833 --> Land Aviary mapi changes to allow thunderbird to register as a default
news client.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@168014 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 21:20:28 +00:00
tor%cs.brown.edu
89426c6339 Bug 278741 - <use> not live to width/height changes. r=jwatt
git-svn-id: svn://10.0.0.236/trunk@168013 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 20:54:26 +00:00
tor%cs.brown.edu
24bd985954 Bug 278201 - circular loop <use> hangs browser. r=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@168012 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 20:52:43 +00:00
bryner%brianryner.com
b4a3ac2fb3 Remove nsIXULContent. Bug 276698, r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@168011 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 20:05:02 +00:00
marco%gnome.org
e5f50f83cd 279015 Do not build icon theme lookup for gtk < 2.4, which
does not support the icon name API. Fix the build with gtk < 2.4
Patch by marco@gnome.org r=cbiesinger


git-svn-id: svn://10.0.0.236/trunk@168010 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 20:01:27 +00:00
cbiesinger%web.de
bf99c28757 Bug 278786 Scriptable inputstream needs not call available in Read
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@168009 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 19:44:37 +00:00
cbiesinger%web.de
610fe999a5 278596 don't release pointers when they are still needed
patch by Mikael Parknert <mikael@parknert.se> r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@168008 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 19:40:57 +00:00
bryner%brianryner.com
04e76e9657 Remove a bogus dependency that causes xforms.css not to be generated in srcdir builds.
git-svn-id: svn://10.0.0.236/trunk@168007 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 19:39:46 +00:00
tor%cs.brown.edu
83227628a3 Make cairo text "live".
git-svn-id: svn://10.0.0.236/trunk@168006 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 19:15:31 +00:00
erik%vanderpoel.org
13dbb95951 better error reporting in view.cgi verbose mode
git-svn-id: svn://10.0.0.236/trunk@168005 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 19:10:41 +00:00
mostafah%oeone.com
824c5b9ddb Updated translation
git-svn-id: svn://10.0.0.236/trunk@168004 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:59:45 +00:00
tor%cs.brown.edu
e1c6007e09 Bug 273235 - Support XML Events also in SVG. Patch by smaug@welho.com, r=tor.
git-svn-id: svn://10.0.0.236/trunk@168003 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:37:44 +00:00
smfr%smfr.org
d6edc9f120 Fix bug 278949: make sure we have a bookmarks view controller when we need one for adding a new bookmark. Also fix a build warning (bad BOOL return value).
git-svn-id: svn://10.0.0.236/trunk@168002 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:33:01 +00:00
erik%vanderpoel.org
e352276a10 bug 57556
previous fix for this bug introduced new bug
namely, it showed horizontal lines and status messages in non-verbose mode
also, valgrind found an off-by-one allocation error
fixed now


git-svn-id: svn://10.0.0.236/trunk@168000 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:03:44 +00:00
smfr%smfr.org
5f861a126d Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch.
Clean up the serialization of multiple dragged bookmark items by using UUIDs rather than object addresses, and moving into methods on the BookmarksManager, rather than an NSArray category.
Add methods to trawl the bookmarks tree for an item with the given UUID.
Improve the behavior and performance of a multiple bookmark drop by making sure things insert in the correct order, and by disabling outliner updates until you've inserted everything.
Make some notification name strings 'const'.
Fix build warnings, and remove a debugging printf.


git-svn-id: svn://10.0.0.236/trunk@167999 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:03:15 +00:00
joshmoz%gmail.com
fef7078735 remove calls to newTabsAllowed. b=273228 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@167998 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 18:00:30 +00:00
doronr%us.ibm.com
1b411ed9a2 try to fix linux/ppc bustage, not part of default build
git-svn-id: svn://10.0.0.236/trunk@167997 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 17:57:38 +00:00
smfr%smfr.org
228365e184 Fix the tooltips on the bookmarks editing buttons.
git-svn-id: svn://10.0.0.236/trunk@167996 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 17:57:29 +00:00
erik%vanderpoel.org
b2515bf466 ported to Linux, renamed SniffURI, reference to sniffuri.org
git-svn-id: svn://10.0.0.236/trunk@167995 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 17:35:18 +00:00
neil%parkwaycc.co.uk
a61cf83115 Bug 83313 "Open File" doesn't work on Mac when no windows are open p=bugs.mano@mail-central.com r=pedemonte sr=me
git-svn-id: svn://10.0.0.236/trunk@167994 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 17:18:39 +00:00
erik%vanderpoel.org
9613e1f05f bug 220373: ported to Linux
more Windows (without Cygwin) porting
now using autoconf
changed name from Web Sniffer to SniffURI
added reference to new sniffuri.org site
added HISTORY, INSTALL
updated to new boilerplate for MPL (license)


git-svn-id: svn://10.0.0.236/trunk@167993 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 17:16:09 +00:00
bienvenu%nventure.com
d22f974c89 oops, address a comment of Neil's about auto save of drafts, seamonkey fe changes, sr=mscott 16360
git-svn-id: svn://10.0.0.236/trunk@167992 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:36:22 +00:00
tor%cs.brown.edu
41d8aec21d Bug 274925 - don't pre-refcount SVG classes directly. r=afri.
git-svn-id: svn://10.0.0.236/trunk@167991 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:32:47 +00:00
bienvenu%nventure.com
d2a43d1596 auto save of drafts, seamonkey fe changes, sr=mscott 16360
git-svn-id: svn://10.0.0.236/trunk@167990 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:29:13 +00:00
smontagu%smontagu.org
edb853ec7d Bug 278649: Collapse toolbar button doesn't work in the bookmark manager. Patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor.
git-svn-id: svn://10.0.0.236/trunk@167989 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:17:49 +00:00
cltbld
74e76c06de Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@167988 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:15:09 +00:00
tor%cs.brown.edu
2e795b603b Bug 277034 - Large SVG documents don't display scrollbars. r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@167987 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:11:03 +00:00
doronr%us.ibm.com
cd53bba469 landing xforms branch on trunk, not built by default. Bug 278896, sr=bryner on build config changes. If you build xforms, you now need to enable the schema-validation extension as well
git-svn-id: svn://10.0.0.236/trunk@167986 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 16:05:31 +00:00
mostafah%oeone.com
992efeda11 Fixed bug 275880: xpi doesn't work for Italian (it-IT)
git-svn-id: svn://10.0.0.236/trunk@167985 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 15:23:39 +00:00
bsmedberg%covad.net
556477f85b Another followup to bug 276588 - Make http://www.google.com/ and ../relative.path and C:\Absolute\Path all work properly. r=darin
git-svn-id: svn://10.0.0.236/trunk@167984 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 14:31:21 +00:00
edburns%acm.org
fcb97adedf Preferences.java
- Add javadoc describing the cookie property


git-svn-id: svn://10.0.0.236/trunk@167983 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 14:01:24 +00:00
marco%gnome.org
b71f7c7dbb Change nsStaticAtom definition from class to struct.
Trying to fixing windows build bustage.
Bug 233461. r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167982 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 13:59:36 +00:00
edburns%acm.org
77d481319c ? build.test
? hs_err_pid2436.log
? junit.properties
? logfile.txt
? src_moz/webclient.ilk
? src_moz/webclient.pdb
? src_moz/win32/org_mozilla_webclient_impl_wrapper_0005fnative_Win32BrowserControlCanvas.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_BookmarksImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_CurrentPageImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_EventRegistrationImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_HistoryImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_ISupportsPeer.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_NativeEventThread.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_NavigationImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_PreferencesImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_ProfileManagerImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_RDFEnumeration.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_RDFTreeNode.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_WindowControlImpl.h
? src_share/org_mozilla_webclient_impl_wrapper_0005fnative_WrapperFactoryImpl.h
? src_share/wc_share.pdb
? test/automated/src/classes/org/mozilla/webclient/.nbattrs
M test/automated/src/classes/org/mozilla/webclient/WindowCreatorTest.java


git-svn-id: svn://10.0.0.236/trunk@167981 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 13:33:31 +00:00
marco%gnome.org
b0ca60c3c3 233461 Add an icon channel for gnome icon themes
Patch by marco@gnome.org r=cbiesinger sr=bryner


git-svn-id: svn://10.0.0.236/trunk@167980 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 11:27:21 +00:00
louie.zhao%sun.com
9083516b8e bug277885 Some Textfields are spoken as "Undefined single line text".
r  = aaronleventhal
sr = neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@167979 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 10:47:53 +00:00
timeless%mozdev.org
4d01e5e710 Bug 273934 Cache preference accesskey for choose folder conflicts with help
patch by giacomo.magnini@portalis.it r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@167978 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 09:57:43 +00:00
timeless%mozdev.org
a35efb8240 Bug 278821 Access key conflict in Preferences->Advanced->HTTP Networking: both Use HTTP 1.1 and Help use 'H'
patch by giacomo.magnini@portalis.it r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@167977 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 09:53:46 +00:00
marco%gnome.org
09054edb74 242024 on gtk_moz_embed_set_app_components actually call the registration
hook of the component.
Patch by chpe@gnome.org	r=bryner sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@167976 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 09:46:53 +00:00
neil%parkwaycc.co.uk
f53338f6d6 Bug 271417 Preview pane doesn't reload when changing a multiple selection back to the original single selection r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167975 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 09:44:30 +00:00
neil%parkwaycc.co.uk
326504b1f2 Whitespace fix followup b=233036 etc.
git-svn-id: svn://10.0.0.236/trunk@167974 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 09:42:38 +00:00
rbs%maths.uq.edu.au
81815d4502 crash on Win95/98/ME text measurement/drawing functions when given a string of length greater than 8KB, b=255120, r=jshin, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@167973 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 07:11:06 +00:00
louie.zhao%sun.com
232de843ea Bug257093 [ATK] XUL Textbox has no AccessibleText interface
r  = aaronleventhal
sr = Henry.Jia


git-svn-id: svn://10.0.0.236/trunk@167972 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 07:10:38 +00:00
smfr%smfr.org
8e22835be2 Fix build warning
git-svn-id: svn://10.0.0.236/trunk@167971 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 07:04:19 +00:00
smfr%smfr.org
0d8f3b5166 Fix the drag and drop of history items.
git-svn-id: svn://10.0.0.236/trunk@167970 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 07:04:09 +00:00
smfr%smfr.org
6039d63c74 Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@167969 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 07:03:45 +00:00
aaronleventhal%moonset.net
9cc5baf69d Attempt to fix Neil's bustage
git-svn-id: svn://10.0.0.236/trunk@167968 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 03:34:38 +00:00
aaronleventhal%moonset.net
fdc4e41a42 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@167967 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-19 03:11:34 +00:00