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

241937 Коммитов

Автор SHA1 Сообщение Дата
Luke Wagner b573ab190a Remove implicit cycle-collector dependency on XPConnect lazy initialization broken by 59705c13d959 (rs=peterv) 2011-04-07 16:53:33 -07:00
Luke Wagner a107b48521 Update Makefile.in to reflect one fewer calls to UnwantedForeground::free (r=burning) 2011-04-07 15:06:41 -07:00
Luke Wagner 7cc466a826 Bug 647337 - rm script filename prefix and flag stuff (r=mrbkap) 2011-04-07 14:25:32 -07:00
Gregor Wagner a307ff15f9 Bug 647055 - Fix MarkIfGCThingWord. r=igor 2011-04-06 13:05:16 -07:00
Jeff Walden 0e7e99be69 Followup, Windows is dumb and doesn't allow 1.0 / 0.0 (spec violation?). r=bustage 2011-04-06 11:29:47 -07:00
Jeff Walden f0c481fe5a Bug 643590 - Convert nsJSON::DecodeFromStream to buffer all JSON data, then process it all in one swell foop once it's all received. r=jst 2011-03-21 11:42:14 -07:00
Jeff Walden 7b3109d8b3 Bug 643532 - Implement JS_ParseJSON and JS_ParseJSONWithReviver, a first step toward moving away from a begin-consume-finish-based JSON parsing process. r=luke 2011-03-21 11:42:06 -07:00
Jeff Walden 23ca8ffb47 Bug 646490 - RegExp.prototype.exec doesn't get the lastIndex and ToInteger() it for non-global regular expressions when it should. r=cdleary 2011-04-01 15:19:03 -07:00
Jeff Walden e45097ad79 Bug 645468 - Remove js_TryMethod: its semantics aren't what most of its users want, and its utility is limited. r=luke 2011-03-28 20:01:53 -07:00
Jeff Walden f2d6be37a7 Bug 645205 - Implement RangeCheckedPointer<T>, a smart pointer restricted to a range defined at construction. r=luke 2011-03-28 19:27:02 -07:00
Phil Ringnalda 431b4d95b0 Bug 646702 - Add an --enable-sm-fail-on-warnings configure option to make it easier to do Tinderbox SpiderMonkey shell builds that fail on warnings, r=pbiggar 2011-04-06 03:52:28 -07:00
Jacek Caban 1969b89d07 Bug 644985 - Pass correct host triplet to libffi configure r=ted.mielczarek 2011-04-05 15:43:45 +00:00
Nicholas Nethercote 8afea39267 Bug 636654 - Extract large cold chunks (e4x, @lines) from getTokenInternal(). r=brendan. 2011-04-04 18:54:48 -07:00
Igor Bukanov 41edb4e425 bug 641048 - follow up to fix compilation warnings. r=njn 2011-04-05 03:49:42 +02:00
Igor Bukanov a74ff4eee4 Bug 641048 - adding proper constructor/destrictor to JSTHread/ThreadData 641048. r=luke r=mrbkap 2011-03-13 15:45:02 +01:00
Paul Biggar 86b8fa0e66 Disable check-jstests to fix orange on SM builds. 2011-04-03 20:12:27 -07:00
Paul Biggar 5c4f693312 Disable check-ooms to fix orange on SM builds. 2011-04-03 19:14:23 -07:00
Paul Biggar 4e0bcdc3e5 Bug 647482 - jstests looks for config/autoconf.mk in the wrong place (rs=nnethercote) 2011-04-02 15:32:00 -07:00
Paul Biggar 3ef17f0ad5 Fix OOM checker in non-regression mode (NPOTB) 2011-04-03 18:39:36 -07:00
Paul Biggar 2e1a4fb2bd Bug 646763: Fix |make check-ooms| which never ran (r=nnethercote) 2011-04-03 18:29:46 -07:00
Chris Leary e2cbaf0e9e Merge mozilla-central to tracemonkey. 2011-04-02 12:12:45 -07:00
Ehsan Akhgari 7b4f038615 Merge cedar into mozilla-central 2011-04-02 11:48:22 -04:00
Ehsan Akhgari f439c932db Backout changeset 88eb5b5bb5d2 (bug 583514) because of reftest orange 2011-04-02 07:55:52 -04:00
Ginn Chen b8e9f666c0 Bug 647150 Fix compile of nsWifiScannerSolaris.cpp r=cjones NPOTB 2011-04-02 16:25:54 +08:00
Paul Biggar 794db0327c Bug 642299 (part 2): Add jstests to tinderbox via |make check|. (r=dmandelin)
This also fixes a minor bug in jstests.py, where --no-extensions didn't work on
Windows, which uses '\' not '/'.
2011-04-01 21:12:07 -07:00
Paul Biggar 8ec05dde05 Bug 642299 (part 1): When jstests timeout, add "TIMEOUT" to it's tinderbox output. (r=dmandelin) 2011-04-01 21:12:07 -07:00
Paul Biggar b4dd21beb5 Bug 642298: Add jitflags to tinderbox output. (r=dmandelin) 2011-04-01 21:12:07 -07:00
Paul Biggar a8c8a69a71 Bug 644421: Add |make check| rules: check-jit-test, check-vanilla-new and check-sync-dirs. (r=jimb) 2011-04-01 21:12:06 -07:00
Chris Leary ece20cbdb6 Bug 627632: Avoid unnecessary realloc in StringBuffer::finishString(). (r=luke) 2011-04-01 16:33:41 -07:00
David Zbarsky a10133825a Bug 583514 - implement click and accesskey for all HTML elements r=smaug 2011-04-01 18:50:58 -04:00
Ehsan Akhgari fb77d4086a Backout changeset 649f50ed53ca (bug 646184) because of debug crashtest failures 2011-04-01 18:22:22 -04:00
Ehsan Akhgari b6abfa36f7 Merge mozilla-central into cedar 2011-04-01 18:21:39 -04:00
Daniel Holbert 9fb06efc8b Bug 623948 followup: Fix gcc 4.5 build error by explicitly extracting pointer from nsRefPtr in 2 LOG lines. r=ehsan 2011-04-01 14:38:46 -07:00
Daniel Holbert d0cfebcda0 Bug 641388: When a refresh driver is created, don't start sampling unless we have animations registered. r=bz 2011-04-01 13:33:20 -07:00
Ehsan Akhgari 211abd5e49 Merge cedar into mozilla-central 2011-04-01 15:54:34 -04:00
Chris Leary 589237a7e3 Bug 644753: Turn ILLEGAL_RANGE NS_ASSERTIONs to warnings. (r=mrbkap) 2011-04-01 12:07:39 -07:00
Daniel Holbert 75c646c3ab Backing out e61659c0f0d4 (Bug 644585) for causing xpcshell, mochitest-1, mochitest-oth orange 2011-04-01 11:55:57 -07:00
Daniel Holbert db406b47a6 Backed out changeset d7fc46501527 (Bug 642795) due to linux build bustage 2011-04-01 11:04:52 -07:00
Benjamin Smedberg 869863ce32 Bug 642795 - Remove support for registering and finding "system XULRunner" via config files or the registry. r=glandium 2011-04-01 13:28:33 -04:00
Benjamin Smedberg 66db5f5ade Bug 644585 - Firefox 4 cannot find plugins whose path is non-ASCII. Make nsPluginTag.mFullPath and various other "full path" members use wide strings, so that we don't have to guess (and get it wrong in a couple cases) whether it's native encoding (which is lossy on Windows) or UTF8. Also, remove support for reading older versions of the plugin registry file, since it's just a cache and doesn't contain data important to the user. r=josh 2011-04-01 13:28:33 -04:00
Ehsan Akhgari cccdef8b2f Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Ehsan Akhgari 5d3a73028e Bustage fix coming from the bad merge; a=I'm-fired 2011-04-01 11:54:44 -04:00
Ehsan Akhgari 4342d9e7e4 Merge cedar into mozilla-central 2011-04-01 11:37:50 -04:00
Mitchell Field 802d63f383 Bug 647118 - Remove support for --disable-plugins. r=glandium 2011-04-02 01:41:46 +11:00
Mounir Lamouri fc81ba7ca5 Bug 643576 - Do not try to use all fiters on MacOS X file picker but only the current one. r=joshmoz 2011-04-01 16:30:00 +02:00
Henri Sivonen 038cfd557a Merge backout of changeset 9e9e1e3a05a1. 2011-04-01 10:35:19 +03:00
Henri Sivonen 5a8e685ade Back out changeset 9e9e1e3a05a1 (bug 584316) for orange. 2011-04-01 10:34:28 +03:00
Henri Sivonen c2311d60d6 Bug 482909 part 1 - Add atoms needed for Content MathML support in the sanitizer. r=ehsan. 2011-04-01 09:42:21 +03:00
Henri Sivonen d56a9ff5d1 Bug 482909 part 1 - Add atoms needed for Content MathML support in the sanitizer. r=ehsan. 2011-04-01 09:42:21 +03:00
timeless@mozdev.org bc7ddfafa5 Bug 584316 Fix DownloadManager usage of deprecated Storage binding APIs
r=sdwilsh
2011-04-01 01:16:19 -04:00