Commit Graph

153416 Commits

Author SHA1 Message Date
jminta%gmail.com
9ec51e95ba Bug 325354 Snooze button doesn't do anything. r=dmose 2006-02-04 15:12:07 +00:00
cst%andrew.cmu.edu
47b8a4acbc Bug 325838 Don't show image thumbnail on tab icon if browser.chrome.site_icons is false
r+sr=jag
2006-02-04 14:56:25 +00:00
mgalli%geckonnection.com
14414811ca Fixes since now this applies to XUL mode and also in BM standalone mode. 2006-02-04 13:30:37 +00:00
wtchang%redhat.com
eb3a64e821 Bugzilla Bug 318967: fixed compiler warnings, most of which were char *
and unsigned char * mismatches. r=glen.beasley.
2006-02-04 06:39:44 +00:00
mrbkap%gmail.com
82b57319d0 Remove parser generation of the _moz-userdefined attribute since comopser can figure out the information it provides on its own. bug 325405, r=sicking sr=jst 2006-02-04 02:02:55 +00:00
cvshook%sicking.cc
d272c5519a Bug 325405: Get rid of _moz-userdefined, part 1. r/sr=bz 2006-02-04 01:46:26 +00:00
richm%stanfordalumni.org
4f508b6fae Whoops - only use name.lib if OS_ARCH is WINNT 2006-02-04 01:32:39 +00:00
darin%meer.net
effdd39acc reverting last change since it makes vc6 unhappy. 2006-02-04 01:21:54 +00:00
darin%meer.net
e2bb3bb1e7 fixes bug 311456 "Calling Truncate() on an nsAutoString makes next append work hard and doesn't clear F_VOIDED flag" r=bzbarsky 2006-02-04 00:42:18 +00:00
sharparrow1%yahoo.com
fd42b81b2d Bug 253076 make clicks on canvas go into standard frame selection code. r=bzbarsky,sr=roc 2006-02-04 00:23:49 +00:00
darin%meer.net
3612e2fb71 fixes bug 321999 "HTTP waits for response to determine keep-alive state" r=biesi sr=bzbarsky 2006-02-03 23:56:49 +00:00
bzbarsky%mit.edu
9b5f8a76aa Undo attempts to fix build bustage from yesterday. These should not be needed. 2006-02-03 23:54:24 +00:00
mgalli%geckonnection.com
4f15097261 homebase items goes in when bookmarks are deleted. 2006-02-03 23:11:50 +00:00
mgalli%geckonnection.com
5ce47f05fb Separated the homebase bar elements with a folder 2006-02-03 23:07:16 +00:00
darin%meer.net
53f8cfbf17 Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink 2006-02-03 22:28:50 +00:00
mgalli%geckonnection.com
fd8aaad9b8 New resource, for the homebar. 2006-02-03 22:26:57 +00:00
mgalli%geckonnection.com
da3db6acee Init for the homebar ,and the BrowserOpenURLasTab function 2006-02-03 22:25:42 +00:00
mgalli%geckonnection.com
f627db3fc2 New XUL Structure for appcontent with left and right sidebar. 2006-02-03 22:24:48 +00:00
darin%meer.net
8737edc430 fixing bustage 2006-02-03 22:21:07 +00:00
mgalli%geckonnection.com
ebac9d1430 CSS for right and left browser sidebars. 2006-02-03 22:20:15 +00:00
mgalli%geckonnection.com
7fa9680170 New resource Bookmark formatter XSLT for XUL 2006-02-03 22:17:47 +00:00
mgalli%geckonnection.com
b9bc100914 bmInit for XUL, produces XSLT transformation XUL in minimo UI 2006-02-03 22:17:19 +00:00
mcs%pearlcrescent.com
12affbdeeb Bug 323088 - RGB values slightly off in canvas after drawWindow().
Use a table indexed by bit depth to provide a better "scale factor" when
  copying pixels from native surfaces to the canvas.
  Patch by roc, r=vladimir, sr=shaver.
2006-02-03 21:59:37 +00:00
darin%meer.net
474271827c fixing build bustage 2006-02-03 21:50:25 +00:00
darin%meer.net
7293ef5468 fixes bug 325331 "Make nsTArray a bit more useful" r=bsmedberg 2006-02-03 21:41:31 +00:00
darin%meer.net
bf4998de17 Patch for bug 324642 "Add an API to expose the DOM node that the mouse is over when informing the WebBrowserChrome object to update the status bar." r=biesi sr=bzbarsky 2006-02-03 21:28:11 +00:00
scootermorris%comcast.net
f04ed6f1e2 Fix for bug 325283: Gradients on text causes crash
r=tor
2006-02-03 21:11:17 +00:00
kaie%kuix.de
58262b951b Fix build bustage, change // comment to /* */ 2006-02-03 20:22:52 +00:00
joshmoz%gmail.com
dbdce1bad2 Remove some annoying assertions from Cocoa menu code. no bug. 2006-02-03 20:13:54 +00:00
mark%moxienet.com
48c9cc3d29 307311 needs a double-quote r=bsmedberg r=me 2006-02-03 19:54:38 +00:00
jminta%gmail.com
57612d1924 Bug 325762 Recurrence dialog's COUNT ignores corresponding units. patch by stephan.schaefer@sun.com, r=jminta 2006-02-03 19:47:16 +00:00
mrbkap%gmail.com
337ce13642 Don't crash when running a timeout interval which causes its window to be stored in the bfcache. bug 315286, r=jst sr=bzbarsky 2006-02-03 19:46:22 +00:00
timeless%mozdev.org
66f1b2ad42 backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
2006-02-03 19:35:14 +00:00
richm%stanfordalumni.org
82876b785e bug 301035 and bug 325518
Enable autoconf build on Windows with cygwin and free MSVC compiler + SDK
1) Don't set the -lsvrcore in SVRCORE_LIBS in configure - instead, do it the
way we do the NSPR and NSS libs, in build.mk
2) For the component LINK macros, use name.lib instead of -lname on Windows
3) The new free MSVC compiler does not have lib.exe - add an autoconf test for
the lib program and use link /lib if missing
4) If using MSVC (which expects DOS style absolute paths) and cygwin (which
uses unix style abs. paths), use cygpath -m on all user supplied paths to make
sure they are in the correct format for cl and link.  It's better to do this
during configure rather than depend on cygwin_wrapper which is much, much
slower.
5) Don't link with the odbc libs (Why did we ever need these!?!??!?)
6) The free MSVC doesn't include afxwin.h, so use the other header files
instead
7) Add libutil to the Windows build, including getting rid of the old Makefile
and adding a new Makefile.in for the autoconf build (the Makefile.client
remains)
8) getopt.c doesn't need lber.h

I verified that these changes also build on Win2k with MSVC 6 SP 3.  I also changed the copyright in the new Makefile.in as suggested by Mark Smith.
2006-02-03 19:28:32 +00:00
gijskruitbosch%gmail.com
bfdaa76582 Bug 223766 - Allow brackets around nickname to be copied.
ChatZilla only.
p=silver@warwickcompsoc.co.uk (James Ross)
r=samuel
2006-02-03 19:23:24 +00:00
gijskruitbosch%gmail.com
d7e1c742f8 Bug 319628 - Talkback IDs should be linked, munger prefs should apply without restart.
ChatZilla only.
r=silver
2006-02-03 18:51:24 +00:00
bzbarsky%mit.edu
c9662bfe8c Fix bug 303039 -- make sure to get the right max-width even if we have no
lines.  r+sr=roc
2006-02-03 18:50:41 +00:00
bzbarsky%mit.edu
73e9a89031 Make sure to always produce our value. Bug 324377, r+sr=roc 2006-02-03 18:45:01 +00:00
kaie%kuix.de
3aa755acfa bug 152426, delegation of HTTP download for OCSP
r=julien.pierre, r=rrelyea
2006-02-03 18:14:49 +00:00
bclary%bclary.com
e4bb03723d Regression test for bug 325750, by Biju 2006-02-03 16:24:00 +00:00
bclary%bclary.com
7845a43e15 rename incorrectly named tests for section E4X ECMA 357 11.1.4, no bug, not part of the build 2006-02-03 16:22:06 +00:00
bsmedberg%covad.net
cf740d7692 Bug 316176 - unexpected early shutdown leads to crash when closing mail compose window, r=bienvenu 2006-02-03 16:07:23 +00:00
jminta%gmail.com
68554c4245 Bug 165963 Views/dialog should default to pegging events to default timezone. r=mvl 2006-02-03 16:06:54 +00:00
jminta%gmail.com
3803bac210 Bug 324633 Error importing all-day events from Outlook due to use of obsolete property isAllDay. r=mvl 2006-02-03 16:03:39 +00:00
bsmedberg%covad.net
72b9b445a6 Bug 325644 - window.blur() throws exception in embedded scenarios where nsIEmbeddingSiteWindow2 isn't implemented, r=jst 2006-02-03 16:00:37 +00:00
richm%stanfordalumni.org
1813b5349f bug 324529
When the malloc fails in the 'v' or 'V' ber_scanf case, we need to break out of the loop and return with an LBER_DEFAULT code.  Also, in the realloc case, we need to save a copy of the old pointer and use either ber_svecfree ('v' case) or ber_bvecfree ('V' case) to clean up the memory.

bug 324525
If the malloc is done to allocate the *bv, but then an lber error is
encountered while doing the ber_skip_tag (due to a bad or malicious client),
the bv->bv_val is set to a random value.  If you then try to use ber_bvfree to
free the bv, it may call free on this uninitialized value, and badness ensues.
I think the proper fix is for ber_get_stringal to set (*bv)->bv_val to NULL and
(*bv)->bv_len to 0 just after the malloc.
2006-02-03 15:55:46 +00:00
richm%stanfordalumni.org
efd15b81c3 bug 310521
also part of 301035 and 325518

Use $(srcdir) as the location for the .ex file
2006-02-03 15:36:14 +00:00
cbiesinger%web.de
118d945c7f bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:32:22 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net
ba371a1970 Bug 325224: fix about:licen[cs]e fragment hyperlinks. Patch by gerv; r=neil. 2006-02-03 14:08:29 +00:00