Commit Graph

164251 Commits

Author SHA1 Message Date
Ehsan Akhgari
fce78efee8 Bug 962285 - Make DeviceLightEvent.value unrestricted double; r=smaug 2014-01-21 18:19:14 -05:00
Wes Kocher
c6eb5d18d8 Backed out 3 changesets (bug 947337) for build test errors
Backed out changeset 6ade48b8b9d7 (bug 947337)
Backed out changeset f3095f92e1c3 (bug 947337)
Backed out changeset 5becc07d9dac (bug 947337)
2014-01-21 15:04:22 -08:00
Jeff Walden
ac14ca96e0 Bug 948583 - Implement __proto__ in object literals using a new JSOp. The JSOp still uses setprop-like behavior to mutate the [[Prototype]]; we'll change that in a subsequent patch, coming probably in the next couple weeks. r=jorendorff, r=efaust 2013-12-11 16:03:57 -08:00
Jeff Walden
6e69a6839c Replace a few manual JSPropertySpec[] terminators with JS_PS_END. No bug, r=trivial 2014-01-09 15:54:54 -06:00
Daniel Holbert
e4351e2133 Bug 783470 part 5: Add assertion to ensure we don't create FlexItems for abspos children. rs=mats 2014-01-21 14:52:32 -08:00
Daniel Holbert
fc0950f95a Bug 783470 part 4: reftests for visibility:collapse on flex items. r=mats 2014-01-21 14:52:30 -08:00
Daniel Holbert
192af6695e Bug 783470 part 3: Use the strut metadata we've saved to actually build special "strut" FlexItems on our second pass through reflow. r=mats 2014-01-21 14:52:27 -08:00
Daniel Holbert
24178bf4de Bug 783470 part 2: Create an array with information about each visibility:collapse "strut" that we need to build. r=mats 2014-01-21 14:51:58 -08:00
Daniel Holbert
8b3fd15df6 Bug 783470 part 1: Split most of flex reflow into a helper-function, so that we can easily restart it by reinvoking that helper. r=mats 2014-01-21 14:51:57 -08:00
Luke Wagner
0189100600 Bug 961969 - Assert that all shapes in a lineage have the same numFixedSlots (r=billm)
--HG--
extra : rebase_source : 044a5e199bca060f6f854a8f01b9d48970c0e3db
2014-01-21 16:25:37 -06:00
Andrew Halberstadt
c7ac90006c Bug 916350 - Make it possible to run reftests on b2g desktop, r=jgriffin,ted 2014-01-21 17:25:20 -05:00
Mike Shal
20b804ed04 Bug 875013 - Remove VPATH in media/libopus; r=gps, r=tterribe 2014-01-09 15:44:24 -05:00
Nicholas Cameron
9529bc1b10 Bug 962216. Assert the correct backend in gfxPlatform::CreateDrawTargetForData. r=mattwoodrow 2014-01-22 11:15:48 +13:00
Nicolas Silva
6122c73e61 Bug 959615 - Initialize the TextureChild/Parent at creation time. r= bjacob 2014-01-21 23:06:18 +01:00
Kartikaya Gupta
f7de0e7e48 Bug 947337 - Ensure the transform of input to Gecko space accounts for inflight paint requests. r=botond 2014-01-21 16:27:20 -05:00
Kartikaya Gupta
697939ce56 Bug 947337 - Track the last metrics actually sent to Gecko after coming out of the throttler. r=botond 2014-01-21 16:26:57 -05:00
Kartikaya Gupta
7379651eb7 Bug 947337 - Small refactoring to reduce an unnecessary codepath. r=botond 2014-01-21 16:24:18 -05:00
Edwin Flores
e373a17f4c Bug 953394 - Remove debug code r=doublec 2014-01-22 09:59:54 +13:00
Edwin Flores
eec206f774 Bug 932820 - Workaround for ABI changes in OMX interface on HTC devices r=doublec
On some devices, HTC has extended android::OMXCodec with their own HTCOMXCodec
which contains some extension that change the ABI.

This patch merely adds padding to MediaSource::ReadOptions, as HTCOMXCodec::read
modifies an HTC-specific field in ReadOptions which doesn't exist in AOSP.
2014-01-22 09:59:54 +13:00
Nathan Froyd
6cfdf2fab5 Bug 961222 - fix documentation and indentation in Compiler.h; r=Waldo 2014-01-17 16:25:30 -05:00
Peiyong Lin
5b7c92a902 Bug 950246 - Correct nsDOMWindowUtils::StopFrameTimeRecording() alloc to sizeof(float). r=jdm 2014-01-21 15:51:18 -05:00
Birunthan Mohanathas
9b0ced9f21 Bug 943527 - Apply the 1MB pref length limit in the pref backend as well. r=bsmedberg 2014-01-21 15:51:05 -05:00
Ehsan Akhgari
a750d4ee2a Bug 924972 - Enforce the focus before running every subtest of test_reftests_with_caret.html 2014-01-21 15:45:18 -05:00
Ryan VanderMeulen
c285ba396d Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Ryan VanderMeulen
b863302105 Merge fx-team to m-c. 2014-01-21 15:18:30 -05:00
Ryan VanderMeulen
33fa122d99 Merge b-i to m-c. 2014-01-21 15:16:05 -05:00
Ryan VanderMeulen
f0a60f3d85 Backed out changeset 60698fb6579b (bug 959171) for B2G mochitest-3 crashes. 2014-01-21 15:07:48 -05:00
Luke Wagner
5c48f2e1c9 Bug 961969 - Include nfixed in StackShape's key (r=billm) 2014-01-21 14:03:31 -06:00
Ryan VanderMeulen
3e0a891bf2 Backed out 3 changesets (bug 941132, bug 941136, bug 961792) for breaking the Marionette harness. CLOSED TREE
Backed out changeset 301044380886 (bug 961792)
Backed out changeset 236a56500ef3 (bug 941132)
Backed out changeset 02130207774e (bug 941136)
2014-01-21 14:47:41 -05:00
Ryan VanderMeulen
78f531f308 Backed out changesets d5e526257ace, 3b168ee25f38, and 4272e7b529de (bug 916135) for B2G mochitest-2 failures. 2014-01-21 14:44:21 -05:00
Ehsan Akhgari
9c997089a8 Backed out changeset 0e34a26a4353 (bug 924972) because of more test failures 2014-01-21 14:33:57 -05:00
B2G Bumper Bot
cbe33a57eb Bumping manifests a=b2g-bump 2014-01-21 11:06:11 -08:00
B2G Bumper Bot
98221c6397 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a43f6c119d80
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #15565 from mikehenrty/disable_notification_get_tbpl

Bug 960126 - disable intermittent test

========

https://hg.mozilla.org/integration/gaia-central/rev/74f0915f1f17
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 960126 - disable intermittent test
2014-01-21 11:05:11 -08:00
Shu-yu Guo
1dd1abd4af Bug 958980 - Stop Debugger from exposing partially initialized JSScripts. (r=jorendorff) 2014-01-21 10:59:05 -08:00
Sotaro Ikeda
11014e1136 Bug 961405 - Change GraphicBufferLocked as to use AtomicRefCountedWithFinalize. r=nical, r=pchang, r=doublec, r=mikeh 2014-01-21 13:53:48 -05:00
Donovan Preston
170a815a32 Bug 958108 - Remove delayload from some DLLs on windows because it was causing webapps to hang at startup. r=glandium 2014-01-21 13:53:48 -05:00
Calixte Denizet
d4ba9e7d2a Bug 944892 - Add uintptr_t casts to fix bustage with -Werror=int-to-pointer-cast set. r=dbaron 2014-01-21 13:53:48 -05:00
Lucas Rocha
c60c81c7d4 Bug 949216 - Handle toolbar's back press all in onBackPressed() (r=wesj) 2014-01-21 17:54:51 +00:00
Richard Newman
48195d5013 No bug: the OVERRIDE HOOK is stupid. 2014-01-21 08:23:43 -08:00
Richard Newman
921309f420 Merge m-c to s-c. 2014-01-21 08:17:45 -08:00
B2G Bumper Bot
89162126ac Bumping manifests a=b2g-bump 2014-01-21 08:13:16 -08:00
B2G Bumper Bot
cef16e6873 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6299cd16b333
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15533 from willyaranda/961718

Bug 961718. enableUSBStorage1 is shared in two different places. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/061d3dc2861a
Author: Guillermo Lopez <willyaranda@mozilla-hispano.org>
Desc: Bug 961718. enableUSBStorage1 is shared in two different places
2014-01-21 08:10:16 -08:00
Carsten "Tomcat" Book
a524406da2 merge b2g-inbound to mozilla-central 2014-01-21 13:14:53 +01:00
Shian-Yow Wu
ebcdb15ad8 Bug 959047 - Part 2: xpcshell test for alignStoredFiles(). r=aklotz 2014-01-21 15:11:09 +08:00
Shian-Yow Wu
69dc787a0d Bug 959047 - Part 1: Align stored files by alignStoredFiles(). r=aklotz 2014-01-21 15:10:33 +08:00
Nick Alexander
7344a26e7e Merge m-c to s-c 2014-01-20 21:33:20 -08:00
Nick Alexander
4bc912955d Bug 961184 - Show activity after signing in to account. r=rnewman
Also (partially) implements resending verification codes, but doesn't
yet implement resending after account creation.
2014-01-20 21:26:57 -08:00
Nick Alexander
17697835ca Bug 951264 - COPPA support for Firefox Accounts on Android. r=rnewman 2014-01-20 21:26:53 -08:00
Nick Alexander
2d5a2ef5f0 Bug 956581 - Make FxAccountGetStartedActivity an AuthenticatorActivity. r=rnewman 2014-01-20 21:26:21 -08:00
Nick Alexander
288d1a3a57 Bug 951304 - Follow-up: Look better on tablets; improve interstitial. r=rnewman 2014-01-20 21:26:17 -08:00