Commit Graph

272168 Commits

Author SHA1 Message Date
Alexander Surkov
5f721d1f02 Bug 756087 - nsAccessible::GetChildCount should return unsigned int, r=tbsaunde 2012-05-25 19:53:45 +09:00
Luke Wagner
6f13905c0e Bug 756919 - Handle prologue failure in ScopeIter (r=jimb) 2012-05-25 11:44:41 +02:00
Luke Wagner
465fca02c3 Bug 756918 - Fix aliased, empty destructuring let (r=waldo) 2012-05-25 11:44:38 +02:00
Makoto Kato
b57ae8645e Bug 752406 - Remove locale.OSTYPE in unixcharset.properties. r=smontagu 2012-05-25 18:36:19 +09:00
Ms2ger
65aa2a4593 Merge m-c to m-i. 2012-05-25 11:15:32 +02:00
Ms2ger
0e2241b478 Bug 756066 - Make StorageEventInit.key nullable; r=mayhemer 2012-05-25 09:18:31 +02:00
Ms2ger
7bf7f09a74 Bug 747434 - Part 3: Remove unused variable 'startingObj' from XPCWrappedNativeScope::FindInJSObjectScope; r=gabor 2012-05-25 09:18:31 +02:00
Ms2ger
1888f8087e Bug 756896 - Don't include xpcprivate.h in FileIOObject.cpp; r=khuey 2012-05-25 09:18:31 +02:00
Ms2ger
6649f20ea0 Bug 758143 - Add xpc::GetCompartmentPrivate; r=bholley 2012-05-25 09:18:31 +02:00
Ms2ger
5241a52009 Bug 758132 - Remove warning pragma from jscompartment.h; r=luke 2012-05-25 09:18:30 +02:00
Ms2ger
005d6f3a12 Bug 757365 - Don't use uint8 in DocumentRenderer{Parent,Child}.cpp; r=bjacob 2012-05-25 09:18:30 +02:00
Ms2ger
3bfe10a2e0 Bug 712910 - Use stdint types in HAL; r=cjones 2012-05-25 09:18:30 +02:00
Ms2ger
686e870ccd Bug 757977 - Don't use uint32 in nsCycleCollector::ScanWeakMaps; r=bsmedberg 2012-05-25 09:18:30 +02:00
Boris Zbarsky
f99c90e58c Bug 755636 part 2. Add some tests (not exhaustive!) for sequence codegen and fix the bugs they uncover. r=peterv 2012-05-25 01:08:26 -04:00
Boris Zbarsky
1981fc313b Bug 755636 part 1. Convert sequence argument codegen to dom::Sequence. r=peterv 2012-05-25 01:08:22 -04:00
Boris Zbarsky
5339245a67 Bug 750264. Give IDLType an operator!= so that codegen actually works correctly. r=khuey 2012-05-25 01:07:30 -04:00
Boris Zbarsky
cd87a47887 Bug 749864. Codegen for typed array and arraybuffer arguments. r=peterv 2012-05-25 01:07:03 -04:00
Kyle Huey
93aee7cacc Update webidl-parser snapshot to pick up bug 742145. 2012-05-24 21:41:33 -07:00
John Ford
adaee28c0a bug 758425 -- add nightly mozconfig for non-debug builds r=mwu DONTBUILD
--HG--
rename : b2g/config/mozconfigs/linux32/debug => b2g/config/mozconfigs/linux32/nightly
2012-05-24 17:32:03 -07:00
Jonathan Griffin
8a31cc062c Bug 758329 - disable test_emulator_order, a=test-only, DONTBUILD because NPOTB
--HG--
extra : rebase_source : 225a39534da9d0b547635818a441efd5f7ef38cf
2012-05-24 12:37:04 -07:00
Wes Kocher
24c2644746 Bug 758092 - Update revision of Jetpack used in Firefox tests r=ehsan 2012-05-24 15:36:37 -04:00
Jonathan Griffin
b9a26b62ca Bug 758325 - Add --userdata argument to runemu, a=test-only, DONTBUILD because NPOTB 2012-05-24 12:12:52 -07:00
Cervantes Yu
32df83d69b Bug 758096: don't use NS_INLINE_DECL_REFCOUNTING() for classes to be passed between threads. r=mwu 2012-05-24 17:09:05 +08:00
Cervantes Yu
f7f091cba7 Bug 758097: fix false warnings in debug build when reading switch uevent. r=mwu 2012-05-25 15:56:03 +08:00
Ehsan Akhgari
071c55a7bc Bug 758101 - Re-enable background updates on mozilla-central; r=rstrong
--HG--
extra : rebase_source : 30c936bd2d5a52c4a4070becf425394d75db92ec
2012-05-23 23:49:48 -04:00
Ehsan Akhgari
846dd48dca Bug 757965 - Test to make sure we have write access to the needed directories before attempting to stage an update; r=rstrong
--HG--
extra : rebase_source : 78470ccf04a9e29c5f6320e06ec899d3d47ac618
2012-05-25 03:17:16 -04:00
Ehsan Akhgari
d81f2aa046 Bug 757885 - Handle falling back to non-staged updates correctly when an update fails to be staged in the background; r=rstrong 2012-05-23 17:51:50 -04:00
Ehsan Akhgari
d123a1f4e2 Bug 757835 - Fall back to not use the maintenance service if there is an error when using the service to stage an update in the background; r=rstrong
This will cause us to fall back to a non-background update with a UAC prompt,
which sucks, but at least it lets the user to update.

--HG--
extra : transplant_source : z%00/Z%ED%E3gj%A2%E6%244%D0%B0%AE%A1zdPT
2012-05-23 12:31:37 -04:00
Steven Michaud
7b8b06de26 Bug 736655 - Resize dmg window's background to fit Mountain Lion's new minimum size. r=gavin 2012-05-24 13:05:25 -05:00
Ed Morley
3018aec902 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-24 15:48:20 +01:00
Olli Pettay
949bd03217 Bug 756131 - API for creating default profiles for webapps, r=benjamin 2012-05-24 17:29:52 +03:00
David Burns
57be59069b Bug 757174: Better error message when marionette can no longer communicate with Gecko. DONTBUILD because NPOTB r=jgriffin 2012-05-24 05:07:53 -07:00
Olli Pettay
4acdd1080b Bug 757700, make sure attr modification type is set, r=sicking
--HG--
extra : rebase_source : ed2b2cc803cbd494b33a4e343efee9bd76f7e54a
2012-05-24 13:31:35 +03:00
David Burns
484220994e Bug 747200: Adding MPL header to new file. DONTBUILD because NPOTB r=ctalbert 2012-05-24 04:44:14 -07:00
Jonathan Kew
e0db93c657 bug 757871 - don't generate warnings from FT2FontEntry::GetFontTable during normal control flow. r=jdaggett 2012-05-24 09:16:01 +01:00
Jonathan Kew
17d841d068 bug 737315 - use the proxy's name for the FT2 entry when instantiating a downloaded font. r=jdaggett 2012-05-24 09:15:54 +01:00
Alexander Surkov
2a14b57426 Bug 757670 - make nsIPresShell::GetLinkLocation faster, r=bz, tbsaunde 2012-05-24 15:57:16 +09:00
Malini Das
984ca523da Bug 747200: Allow binary to be passed in for marionette tests. DONTBUILD because NPOTB 2012-05-23 03:10:54 -07:00
David Burns
fc53564491 Backed out changeset db18074e2a25 to correct bug number 2012-05-24 03:06:52 -07:00
Malini Das
93d39a5941 Bug 757174: Allow Firefox binary and profile to be passed in during tests. DONTBUILD because NPOTB r=jgriffin 2012-05-24 03:00:46 -07:00
Tim Taubert
39f1e874e8 merge m-c to fx-team 2012-05-24 11:47:44 +02:00
Ben Hearsum
cf7195099a Backout all patches from bug 723176, because we still have problems with our CodeResources file. 2012-05-23 22:30:25 -04:00
Ben Hearsum
d92ac50440 bug 723176: support mac dmg signing in the build system - don't sign removed-files. r=ted 2012-05-23 20:27:09 -04:00
Jonathan Griffin
5f65428407 Bug 756966 - Fail test if finish is called while emulator callbacks are pending, r=philikon, a=test-only, DONTBUILD because NPOTB 2012-05-23 17:23:36 -07:00
Jonathan Griffin
c7fcc00b1e Bug 758066 - Add --no-window to runemu's arguments, a=test-only, DONTBUILD because NPOTB 2012-05-23 16:58:44 -07:00
Jonathan Griffin
e1bed89b3e Bug 755473 - Mark script as executable, a=test-only, DONTBUILD because NPOTB 2012-05-23 16:50:36 -07:00
Ryan VanderMeulen
113847ecc4 Backout 8cf563a575fd (bug 734015) due to random Moth orange. 2012-05-23 19:27:40 -04:00
Ryan VanderMeulen
276cafb1b8 Bug 752872 - Upgrade SQLite to version 3.7.12.1 (Mozilla changes). r=mak 2012-05-23 17:49:41 -04:00
Ryan VanderMeulen
1c14da4915 Bug 752872 - Upgrade SQLite to version 3.7.12.1 (SQLite changes). r=mak 2012-05-23 17:49:03 -04:00
Ehsan Akhgari
1447edd6be Bug 757971 - Pref off background updates until all of the known issues with it are resolved; r=rstrong
Landing on a CLOSED TREE
2012-05-23 16:00:01 -04:00