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

201133 Коммитов

Автор SHA1 Сообщение Дата
L. David Baron 960d7facd3 Clean up CalcAvailWidth. (Bug 444928) r=bernd 2009-01-13 11:50:40 -08:00
Boris Zbarsky 5b080ed588 Bug 472648. Make XBL in signed jars work again. r+sr=jst 2009-01-13 14:32:30 -05:00
Boris Zbarsky b18d2aeb1c Bug 473162. Make getElementsByClassName case-insensitive in quirks mode, per spec. r+sr=jst 2009-01-13 14:32:30 -05:00
Boris Zbarsky 78d4fb34a4 Bug 465993. When opening a dependent window with an invisible non-chrome parent, throw. r=jst,ere, sr=jst 2009-01-13 14:32:30 -05:00
Boris Zbarsky 9ab3dc1969 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 8a568e773c Merge bug 454632. 2009-01-13 11:14:01 -08:00
Nick Kreeger 77cbc0d00a 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 8d8846acd1 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 9e4c216172 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 ebb42f9d99 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 2cce8fad67 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 36481b63a9 Bug 468714 - The Persian installer's UI should be RTL; r=rstrong 2009-01-13 21:30:06 +03:30
Ehsan Akhgari e66feae7d5 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 e0d27054d6 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 b049efbbe8 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 b2a3748113 Bug 349176 - [RTL] About Firefox; r=gavin 2009-01-13 21:30:05 +03:30
Benjamin Smedberg db17d08d97 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 9a5b5a4c61 Bug 460700 - Use the right delay with XHR progress events, r+sr=jonas 2009-01-13 19:38:01 +02:00
Shawn Wilsher bdd4cc2a97 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 75a2726894 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 7ac2978af9 A bunch of plugin SDK build fixes. b=471759 r=josh sr=jst 2009-01-13 12:14:40 -05:00
Josh Aas 26012c5e9f bustage fixes for some systems, b=386676 2009-01-13 12:09:08 -05:00
Benjamin Smedberg af493449b2 Bug 463172 - add a --disable-jit option, r=ted 2009-01-13 11:34:51 -05:00
Benjamin Smedberg 2540270fa1 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 593163a61d Merge backout of bug 469558. CLOSED TREE 2009-01-13 10:21:53 -05:00
Benjamin Smedberg 7fc08d712d 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 e302e3b44f 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 7ddcc5ccea 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 b4b15a8e1f 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 aad10927dc 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 e9a372b540 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 98a9f9bb8d 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 dd6ddcf9e0 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 3b4ead551b 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 60717f8c85 Bug 435322 - Places History Visit Date doesn't show _date_ portion properly, r=dietrich 2009-01-13 11:48:26 +01:00
Marco Bonardo bfad8159aa 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 28e10ad2a2 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 2f9c3187e5 Merge backout of 44890ee1d15f 2009-01-13 02:23:30 -08:00
Dave Camp d92aa7006b Backed out changeset 44890ee1d15f for leaks 2009-01-13 02:22:59 -08:00
Josh Aas 4b982b87c0 get rid of an incorrect comment 2009-01-13 01:47:13 -05:00
Ehsan Akhgari 2d5f3e4a91 Bug 305039 - (Win32 only) Make Windows installer more 'Unicode-aware'. r=rstrong 2009-01-12 22:22:27 -08:00
Robert Strong 8b82210e3b Bug 470182 - (Win32 only) Create separate log file for shortcuts. r=jmathies 2009-01-12 22:17:49 -08:00
David Bolter 2999989c3b 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 dc79e57cbd 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 a925063a4f Bug 441359: Check script and css loads against the classifier. r+sr=jonas 2009-01-12 21:52:00 -08:00
Dave Camp a80443658d Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Dave Camp bc5b4a67f8 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 6482280bbb 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 c2491862a8 Bug 465452 - better handling of format hints for downloadable fonts. r=dbaron. 2009-01-13 14:16:58 +09:00
Jesse Ruderman 671ee62119 Add supercombiner as a crashtest 2009-01-12 19:46:35 -08:00