Commit Graph

23603 Commits

Author SHA1 Message Date
Boris Zbarsky
21eb2434f8 Bug 449780. When doing a frameloader swap, clear the bfcache on both docshells, since we can't deal with all those presentations. r+sr=jst 2009-01-13 14:32:30 -05:00
Nick Kreeger
8fcff8dddd Merge bug 454632. 2009-01-13 11:14:01 -08:00
Nick Kreeger
6373ae3766 Fixing Bug 454632 - Resizing tree widget always re-scrolls to current index. r=enndeakin,sr=bz. Patch by Stephen Lau <steve@grommit.com>. 2009-01-13 10:50:26 -08:00
Jim Blandy
a04892f62e Bug 465640: Use autoconf to declare stdint types on platforms that don't have stdint.h r=bsmedberg
At configure time, check for <stdint.h>.  If we don't have it, find
integer types of various sizes.  On Windows, where we can't run
compilation tests in configure, hard-code definitions suggesting the
use of the built-in __intN types for the exact-size types, and
<stddef.h> for the pointer-sized types.

Use namespace-clean names for the preprocessor macros we define.
Since these types are used in the public JavaScript API, the configure
script needs to place the definitions it finds in js-config.h, the
installed configure-generated header, so it can be used by jsapi.h and
that gang.

New header js/src/jsstdint.h does what it takes to get definitions for
the exact-size and pointer-size integral types.  It includes
<stdint.h> when available, uses the types found by configure.in to
define the {,u}int{8,16,32,64,ptr}_t types itself, or uses the __intN
types and the <stddef.h> header.

Remove now-unnecessary and possibly conflicting definitions of intN_t
types from js/src/nanojit/avmplus.h.
2009-01-13 10:50:24 -08:00
Ben Turner
931ffa35bc Bug 472585 - 'Workers: 'importScripts()' with no args throws an exception against spec'. r+sr+a=sicking. 2009-01-13 10:43:23 -08:00
Ben Turner
5247c782c4 Bug 472383 - 'Workers: JS/C++/JS/C++ recursion not properly guarded'. r+sr=jst, a=blocking1.9.1+ 2009-01-13 10:43:20 -08:00
Makoto Kato
d3cefcbb3b Should use LONG_PTR for plugin code due to Win64. b=472025 r=josh sr=jst 2009-01-13 13:15:39 -05:00
Ehsan Akhgari
bc8182a0bc Bug 468714 - The Persian installer's UI should be RTL; r=rstrong 2009-01-13 21:30:06 +03:30
Ehsan Akhgari
4d6f0e54b7 Bug 140759 - tree cell content is not aligned to the right when tree direction is right to left; r=roc,gavin sr=roc 2009-01-13 21:30:06 +03:30
Ehsan Akhgari
bb1647fccf Bug 471935 - Copying Text from about:privatebrowsing page and then pasting yields different text; r=gavin 2009-01-13 21:30:06 +03:30
Ehsan Akhgari
7e27b6ead9 Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after; r=gavin 2009-01-13 21:30:05 +03:30
Ehsan Akhgari
63813c5dc5 Bug 349176 - [RTL] About Firefox; r=gavin 2009-01-13 21:30:05 +03:30
Benjamin Smedberg
fc65bccce5 Followup to bug 463172 (implement --disable-jit) - this block needs to be outside of the SKIP_COMPILER_CHECKS block so that it affects Windows 2009-01-13 12:54:35 -05:00
Olli Pettay
2369da62ec Bug 460700 - Use the right delay with XHR progress events, r+sr=jonas 2009-01-13 19:38:01 +02:00
Shawn Wilsher
94ca55c4c4 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to SQLite files.
2009-01-08 11:51:25 -05:00
Shawn Wilsher
94f1078544 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Walter Meinl
21b7a78f21 A bunch of plugin SDK build fixes. b=471759 r=josh sr=jst 2009-01-13 12:14:40 -05:00
Josh Aas
ac38ef99e1 bustage fixes for some systems, b=386676 2009-01-13 12:09:08 -05:00
Benjamin Smedberg
fec9af26d0 Bug 463172 - add a --disable-jit option, r=ted 2009-01-13 11:34:51 -05:00
Benjamin Smedberg
469b7ca86d Minor static-checking fixup: give a useful location for the "frame inherits from nsIFrame and nsISupports" warning, NPODB 2009-01-13 11:32:25 -05:00
Benjamin Smedberg
c5b28c4f1d Merge backout of bug 469558. CLOSED TREE 2009-01-13 10:21:53 -05:00
Benjamin Smedberg
d42ae41122 Backed out changeset 8f347bf50a53 due to x86-64 build bustage, and the fact that the committed patch didn't match the reviewed patch in an important way (bug 469558) 2009-01-13 10:19:25 -05:00
Marco Bonardo
65993edf13 Fix a typo in patch for Bug 433231 that is causing oranges on unit boxes 2009-01-13 14:22:07 +01:00
Robert Sayre
b32137338d bug 472706 - add better profiling input for spidermonkey in PGO builds. r=ted
--HG--
rename : modules/libpr0n/test/unit/image3.ico => build/pgo/favicon.ico
2009-01-13 07:34:19 -05:00
Marco Bonardo
7ac0dea59c Bug 425999 - Set background color of sidebars on Vista to match media collection apps, r=dao 2009-01-13 12:48:35 +01:00
Marco Bonardo
2323c3c2a6 Bug 433231 - Places Library leaks the nsGlobalWindow when closed with a history entry selected, r=dietrich 2009-01-13 11:48:28 +01:00
Marco Bonardo
8fae52f7ef Bug 471850 - more than one 'Most Visisted' tabs in toolbar when importing bookmarks.html created by autoExportHTML, r=dietrich 2009-01-13 11:48:28 +01:00
Drew Willcoxon
c149de9294 Bug 412132 - after changing a bookmark's location, need to update the frecency of the "old" uri, r=dietrich 2009-01-13 11:48:27 +01:00
Marco Bonardo
074e58b8a0 Bug 427633 - Disable creating a New Folder in the bookmarks dialogs if insertionPoint is invalid, r=dietrich 2009-01-13 11:48:26 +01:00
Marco Bonardo
c84e7b7049 Bug 472802 - Can't change focused bookmark property with Enter in Properties dialogue, r=dietrich 2009-01-13 11:48:26 +01:00
Marco Bonardo
99ba3b560e Bug 435322 - Places History Visit Date doesn't show _date_ portion properly, r=dietrich 2009-01-13 11:48:26 +01:00
Marco Bonardo
341c01d4dd Bug 413053 - Bookmark Dialogs: Align treeview and listview, r=dao r=dietrich ui-r=faaborg 2009-01-13 11:48:26 +01:00
Marco Bonardo
4c89a6229d Bug 454977 - remove INSERT OR REPLACE to avoid error prone paths with views, r=dietrich 2009-01-13 11:48:25 +01:00
Dave Camp
8c8087d6a0 Merge backout of 44890ee1d15f 2009-01-13 02:23:30 -08:00
Dave Camp
b18d454609 Backed out changeset 44890ee1d15f for leaks 2009-01-13 02:22:59 -08:00
Josh Aas
56dc1ce64c get rid of an incorrect comment 2009-01-13 01:47:13 -05:00
Ehsan Akhgari
08cbbfc855 Bug 305039 - (Win32 only) Make Windows installer more 'Unicode-aware'. r=rstrong 2009-01-12 22:22:27 -08:00
Robert Strong
80d88b1f03 Bug 470182 - (Win32 only) Create separate log file for shortcuts. r=jmathies 2009-01-12 22:17:49 -08:00
David Bolter
97b5f92d23 bug 472679 - Clean up obsolete ARIA that is no longer in spec, r=aaronlev, r=MarcoZ 2009-01-13 07:08:46 +01:00
Justin Dolske
a04bbb6de3 Bug 473299 - _someone_ forgot to rev the UUID when changing an interface. r=mconnor, fail=dolske 2009-01-12 21:54:17 -08:00
Dave Camp
ca7e07e266 Bug 441359: Check script and css loads against the classifier. r+sr=jonas 2009-01-12 21:52:00 -08:00
Dave Camp
4edd89ab0a Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Dave Camp
c5cf52ea8a Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden 2009-01-12 21:52:00 -08:00
Mook
d1f50982c8 Bug 472063 - mingw build failure: undefined reference to 'WinMain@16' in windbgdlg.cpp, r=neil, sr=bsmedberg 2009-01-12 21:43:35 -08:00
John Daggett
f9e721b5df Bug 465452 - better handling of format hints for downloadable fonts. r=dbaron. 2009-01-13 14:16:58 +09:00
Jesse Ruderman
d740af5b78 Add supercombiner as a crashtest 2009-01-12 19:46:35 -08:00
Josh Aas
539fcc967d System for testing plugins, take 4. b=386676 r=smichaud sr=roc 2009-01-12 22:06:21 -05:00
Dão Gottwald
8404ded37a Bug 416013 - switching the text input direction should not affect emptytext. r=ehsan,gavin 2009-01-13 02:28:32 +01:00
Daniel Veditz
2fb50e2eb6 Fixing bug 451613. URL parsing treats leading whitespace inconsistently. r=jst@mozilla.org 2009-01-12 17:02:07 -08:00
Johnny Stenback
71c558dbe8 Fixing bug 470993. Expose the remainder of the Java plugins XPCOM dependency through the NPAPI. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu 2009-01-12 16:55:52 -08:00