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

238407 Коммитов

Автор SHA1 Сообщение Дата
Andrew Paprocki f73f9bb25a Add JS_NewDateObject, JS_NewDateObjectMsec, JS_ObjectIsDate to the JSAPI. Bug 625870, r=jorendorff, a=shaver. 2011-01-18 16:11:03 -06:00
Jason Orendorff c00a120cc9 Fix bug in JSParseNode::become when cloning an empty list node, leading to later memory corruption. Bug 626436, r=jimb.
--HG--
extra : rebase_source : 730e0679bcd3f3372da2425e5b1c664007fd1ffc
2011-01-18 15:58:11 -06:00
Luke Wagner 5e4181de13 Bug 626599 - Compartment can be null in js_SetDebugMode (r=gal)
--HG--
extra : rebase_source : f901f1f51d6d2bc157705b1713736bb71e877439
2011-01-18 13:36:04 -08:00
David Mandelin 97970924f4 Bug 606882: Import YARR changeset 72781, r=cdleary 2011-01-18 13:33:43 -08:00
Andreas Gal fe9eb28c86 Push dummy stack frame while wrapping (bug 626280, r=jst). 2011-01-18 12:51:56 -08:00
Jason Orendorff c0116d8e89 Backed out changeset 27bf86dbdb52 due to redness. 2011-01-18 12:49:36 -06:00
Andrew Paprocki 9f0ac136b2 Add JS_NewDateObject, JS_NewDateObjectMsec, JS_ObjectIsDate to the JSAPI. r=jorendorff, a=shaver. 2011-01-18 12:29:35 -06:00
Jason Orendorff e20d40f925 Add another method write barrier regression test. no_r=me.
--HG--
extra : rebase_source : 4348354a9d97e5249f4442a0bfc9b61b0220cd4a
2011-01-18 11:46:07 -06:00
Nicholas Nethercote d3f301da5d Bug 624878 - Remove dangerous uses of vanilla (throw-on-failure) |operator new|. r=lw. 2011-01-17 19:44:10 -08:00
Nicholas Nethercote c2006ef7cd Bug 581553 - Display bytes values associated with an instruction (TM-specific part). r=dmandelin. 2011-01-17 18:32:38 -08:00
Nicholas Nethercote 699917f64f Update nanojit-import-rev stamp. 2011-01-17 18:31:03 -08:00
Nicholas Nethercote 30e1985d4e Make accNames[] public; needed for TM. No bug, r=me.
--HG--
extra : convert_revision : 4ca71b4e30e696851c0a7a934a0e73426cf8c2c7
2011-01-17 18:30:36 -08:00
Nicholas Nethercote 95910d31f9 Update nanojit-import-rev stamp. 2011-01-17 18:23:05 -08:00
Nicholas Nethercote 29cd5e256c Bug 624439 - Assertion failure: isS32(target - next) (./nanojit/NativeX64.cpp:2012). r=edwsmith.
--HG--
extra : convert_revision : c3c9fa2b440f1fa564b2f6195919e75ec3d00acf
2011-01-16 21:38:25 -08:00
Cédric VINCENT 46c90b8b05 Bug 602390 - New file for SH4 auto-generated code (r+rreitmai) [Cédric VINCENT]
.
. attachment 493930 - SH4: use non-numeric type for Register & move auto-generated code-generator back to a separated file.
.
Bug 599251 introduced the non-numeric Register type.  This back-end doesn't use it yet.  It should.  See the i386/X64 back-ends for examples.

--HG--
extra : convert_revision : eb3a73807a9c8b2cafe10908710f9cb2467d090d
2011-01-05 17:24:39 -08:00
Rick Reitmaier 270e8fb6aa Bug 602390 - nanojit: make Register a non-numeric type on SH4 (r=nnethercote)
.
. attachment 485873 - fix asserts so we can compile
.
Bug 599251 introduced the non-numeric Register type.  This back-end doesn't use it yet.  It should.  See the i386/X64 back-ends for examples.

--HG--
extra : convert_revision : b681599a542687e6a9779227f2f21a86b69ee2a9
2011-01-05 17:24:32 -08:00
Rick Reitmaier 7bc2616b55 Bug 581553 - Display bytes values associated with an instruction (r+nnethercote)
--HG--
extra : convert_revision : 8e80b4cfa30dc93557d6fb6d3493758749547e2e
2011-01-05 11:27:35 -08:00
Rick Reitmaier 2582d73612 Bug 614126 - Decouple CodeAlloc block size from allocation size (r+edwsmith,nnethercote)
--HG--
extra : convert_revision : 2c9dc64162bd57c225c4b8cd184dfcf6d03a2e5f
2011-01-05 10:55:31 -08:00
Brad Lassey 5d843a29b9 bug 620851 - Change Android branded release builds shared ID r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 57bbe0f288ecb15c7635c05e05731946230c2e30
2010-12-21 21:30:25 -05:00
Robert Strong 3ea22e2694 Bug 598779 - Remove start menu directory and safe mode shortcut creation. r=jmathies, a=blocking2.0-betaN 2011-01-20 15:45:19 -08:00
Benoit Jacob 89658b507e Bug 590373 - Crash mainly at startup [@ _VEC_memzero] - r=jmuizelaar+joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Benoit Jacob 78894c11e5 Bug 624703 - Add driver version to "App Notes" field of crash reports - r=jmuizelaar, a=joe 2011-01-20 23:31:03 -05:00
Benoit Jacob 31e59dacf2 Bug 625160 - followup: Remove old allFeatures=-1 - r=joe, a=blocking2.0 2011-01-20 23:31:03 -05:00
Patrick Walton ba7523fc33 Bug 625974 - Change gradients in the address bar to borders for speed on the Mac. r=dao ui-r=shorlander a=dolske
--HG--
extra : rebase_source : 09d37ec155d552690e4e10c41789158b98541e2b
2011-01-20 13:43:32 -08:00
Paul O’Shannessy ede37a1ff8 Bug 589441 - Settings "clear browsing history when Minefield closes" causes crashed sessions to not be restored [r=dietrich, a=blocking2.0:betaN+]
--HG--
extra : rebase_source : 6d86b581c678ccd2bf065aff6956b0ee4b56a7bb
2011-01-20 13:43:32 -08:00
Paul O’Shannessy f1add759fa Bug 592822 - Remove quit warning dialog [r=gavin, r=dietrich, a=blocking2.0:betaN+]
--HG--
extra : rebase_source : 715b997b195f8127406324fca110582a6d15b4cb
2011-01-20 13:43:32 -08:00
Paul O’Shannessy b6eb0bf781 Bug 623135 - browser_615394-SSWindowState_events.js is not cleaning up after itself [r=me, a=test]
--HG--
extra : rebase_source : a2406e7443d174f77579807df7996e057bbbb4bd
2011-01-20 13:43:32 -08:00
Joe Drew 2fb0769e01 Bug 627498 - Call GfxInfo::Init on all platforms that implement GfxInfo. r=jrmuizel a=b 2011-01-20 16:27:22 -05:00
Benoit Jacob afc06c56f2 Bug 626996 - WebGL tests shouldn't be loading pages from the Internet - r=ehsan a=jrmuizel
--HG--
extra : rebase_source : c5760b5cedd4077a5e3d01985f9f0bbd103d1924
2011-01-20 17:24:47 -05:00
Jeff Muizelaar 9371b5ff64 Bug 583499. Fix typo in 71dbb7813572. a=bustage
Fixes a thinko caught by cjones

--HG--
extra : rebase_source : b92ae3d9fc15e600a79f5ceda4efdfc73d5cb838
2011-01-20 17:03:57 -05:00
Michael Yoshitaka Erlewine 7bcb603104 Bug 626754 - do not open a new tab when panorama is run for the first time [r=ian, a=blocking2.0-final+] 2011-01-20 17:12:29 -05:00
Tim Taubert 94383f980d Bug 626683 - tabitems.js:905 - TypeError: this._reconnect is not a function r=ian a=dtownsend 2011-01-20 14:09:52 -08:00
Axel Hecht b6dc70790e no bug, update shipped-locales for beta 10, ra=drivers, DONTBUILD 2011-01-20 13:57:12 -08:00
Philipp von Weitershausen 1823456ffd Bug 626099 - Sync setup wizard: No space between links on manual sign in page. r+a=mconnor 2011-01-20 13:54:20 -08:00
Philipp von Weitershausen a5edf72e19 Bug 623144 - Sync UI: Deactive This Device (startOver) should clear error notification still shown. r+a=mconnor 2011-01-20 13:54:20 -08:00
Philipp von Weitershausen 44d001794e Bug 625918 - Merge fx-sync to mozilla-central. a=blocking 2011-01-20 13:53:59 -08:00
Jeff Muizelaar 4ec8ad1bee Bug 583499. Disable OpenGL layers by default on 10.5. r,a=joe
We need to do this to get QuickDraw plugins working with minimal hassle.
2011-01-20 16:21:47 -05:00
Bjarne f8e1cb8de4 Bug 620660 - Ensure the disk-cache stays around until all cache-operations have finished. r=michal.novotny a=jst 2011-01-20 13:41:10 -08:00
Taras Glek a2e2c5b0d9 Bug 586859 - Move startupcache write off the main thread r=cjones a=2.0 2011-01-20 13:40:45 -08:00
Asaf Romano (Mano) ce09d8993c merge. a=blocker (618101). 2011-01-20 23:30:44 +02:00
Asaf Romano (Mano) a3b643807d merge. a=blocker (618101). 2011-01-20 23:30:22 +02:00
Ben Hearsum d320fc9c5b bug 607396: port checksums work to l10n - remove now-obsolete l10n-upload-% target. r=ted, a=NPOTB DONTBUILD 2011-01-20 16:28:10 -05:00
Asaf Romano (Mano) 44fa98f0f7 Bug 618101 - SyntaxError (let doesn't work) when loading bootstrap.js to call uninstall() from a disabled add-on. r=mossap. a=blocker. 2011-01-20 23:16:49 +02:00
Ehsan Akhgari 57bd111b18 Bug 627474 - Part 2: Use nsIXPConnect::WrapNative directly in order to avoid having to link in libgklayout in non-libxul builds; r=bzbarsky a=bustage
--HG--
extra : rebase_source : 58c2f6e6bc3a8fd1070732a9b27d780739afc7f7
2011-01-20 15:23:48 -05:00
Ehsan Akhgari 203be2bb25 Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD 2011-01-20 14:14:35 -05:00
Ehsan Akhgari aa6e9c5442 Bug 627474 - Part 1: Link places against libmozjs in non-libxul builds; r=sdwilsh
--HG--
extra : rebase_source : 18dcec14d749b01e09164255dc0c215106880f22
2011-01-20 14:07:01 -05:00
Ehsan Akhgari 93105dc79a Remove an extra semicolon which disturbs pedantic compilers; rs=sdwilsh a=landing on a CLOSED TREE DONTBUILD 2011-01-20 13:33:19 -05:00
Ehsan Akhgari 3c6931c6a8 Merge backout; a=lets-see-if-this-fixes-oranges 2011-01-20 13:13:10 -05:00
Ehsan Akhgari cfa86775d3 Backed out changeset e080aa16fae3 to see if it was at fault in turning lots of Linux64 debug runs orange 2011-01-20 13:12:37 -05:00
Mounir Lamouri a260e699c3 Bug 615979 - Remove custom invalid-form popup style. r=dao a=b (relanding on CLOSED TREE) 2011-01-20 17:14:45 +01:00