Commit Graph

186738 Commits

Author SHA1 Message Date
Bobby Holley
71a3504f8c Bug 987111 - Fill out existing_desc with all properties, not just |own| ones. r=gabor
This gives us strictly more information than we had before, which turns out to
be useful. We can still get the old behavior by testing the identity of
desc.object(), which I've done in one of the two existing uses for existing_desc.
The other (in DOMXrayTraits::defineProperty) is actually more correct with the
full (non-own) lookup.
2014-06-05 22:32:38 -07:00
Bobby Holley
eb617d939d Bug 987111 - Proxy::set should create enumerable properties. r=efaust
Properties are supposed to be enumerable by default. It's unfortunate that
the default is reversed in SpiderMonkey.
2014-06-05 22:32:38 -07:00
Bobby Holley
eb1adb7e90 Bug 987111 - Add test coverage to make sure we don't add new Xrayable functionality without auditing it. r=gabor 2014-06-05 22:32:37 -07:00
Bobby Holley
7c9af7115d Bug 987111 - Introduce a method to determine whether a given PropertyDescriptor is an accessor prop. r=terrence 2014-06-05 22:32:37 -07:00
Bobby Holley
2645fdf613 Bug 987111 - Add an assign() method to MutablePropertyDescriptorOperations. r=terrence
It's unfortunate the we need to operate on the raw JSPropertyDescriptor for
|other|, but the specialization that makes Handle<JSPropertyDescriptor> work is
declared later in the file, which isn't kosher.
2014-06-05 22:32:37 -07:00
Bobby Holley
a3813be0b5 Bug 987111 - Temporarily waive Xrays on the aOptions argument passed to mozId.watch and mozId.request. r=jedp
Bug 1011084 is getting hung up on various things, and we're currently blocked on
it because Object Xrays filter out callables. So let's just turn off Xrays here
for that case, so that we can enable them everywhere else.
2014-06-05 22:32:37 -07:00
Bobby Holley
4f080382c8 Bug 1021244 - Switch the browser-element API to Cu.exportFunction. r=baku 2014-06-05 22:32:37 -07:00
Bobby Holley
66bc41a41a Bug 1021312 - Tests. r=mccr8 2014-06-05 22:32:36 -07:00
Bobby Holley
03388b10d1 Bug 1021312 - use a fresh zone for xpcshell. r=mccr8 2014-06-05 22:32:36 -07:00
Bobby Holley
1370d9ec74 Bug 1021312 - Wrap strings in CloneNonReflectors. r=mccr8 2014-06-05 22:32:36 -07:00
Brian Birtles
51bf333009 Bug 77992 part 4 - Add mochitests for event.timeStamp; r=masayuki 2014-06-06 14:29:50 +09:00
Brian Birtles
40700f79aa Bug 77992 part 3 - Make event.timeStamp return a DOMHighResTimeStamp; r=bz
Even when dom.event.highrestimestamp.enabled is false and we should return
a DOMTimeStamp (=unsigned long long), we still just return a double since that's
what would happen anyway when we convert the DOMTimeStamp to a Javascript
Number and it simplifies the code significantly to just always return a double.
2014-06-06 14:29:49 +09:00
Brian Birtles
d38051f593 Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug
Note that this pref isn't fully live since the timeStamp member of the event
interface is [Pure] and so values will be cached.
2014-06-06 14:29:49 +09:00
Brian Birtles
0744bdd75a Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki 2014-06-06 14:29:49 +09:00
Brian Birtles
dba77091dc Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug
This patch adds a timeStamp member to WidgetEvent alongside the existing 'time'
member. In the future we would like to remove 'time' and just keep timeStamp but
that depends on it being web-compatible. For now we introduce both members
side-by-side. Later we will add a pref to determine which one to return. If no
compatibility issues arise we will remove 'time' altogether.
2014-06-06 14:29:49 +09:00
Shian-Yow Wu
0e83486db9 Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey 2014-06-06 12:17:55 +08:00
Shian-Yow Wu
04a13e40b5 Bug 1014466 - Part 2: Allow setting responseType after abort() or new open(). r=khuey 2014-06-06 12:17:54 +08:00
Shian-Yow Wu
7eb4b53e72 Bug 1014466 - Part 1: Only send readystatechange event when state changed. r=khuey 2014-06-06 12:17:53 +08:00
Wes Kocher
c2dbd93e6e Merge m-c to inbound on a CLOSED TREE 2014-06-05 19:14:19 -07:00
Wes Kocher
09667bf6a9 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Wes Kocher
d48f2e62a4 Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
Wes Kocher
1baf5129b4 Merge the CLOBBER touch from inbound to m-c a=merge 2014-06-05 18:33:20 -07:00
Wes Kocher
002fd7dc61 Merge inbound to m-c a=merge 2014-06-05 18:31:10 -07:00
Wes Kocher
9ae67107e8 Backed out changeset 8b809afd1cea (bug 1021258) for Android m8 bustage on a CLOSED TREE 2014-06-05 18:23:22 -07:00
Ryan VanderMeulen
d6dfae1a05 Bug 1021287 - Update NSPR to 4.10.6 RTM. r=kaie, a=me 2014-06-05 18:00:11 -04:00
Dave Hylands
c074414a61 Bug 986331 - Enable .3g2 file extension to be recognized as 3gpp video. r=cajbir 2014-06-05 14:22:15 -07:00
B2G Bumper Bot
9b3b27f8c3 Bumping manifests a=b2g-bump 2014-06-05 13:58:10 -07:00
B2G Bumper Bot
f6cb06ac68 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e32dee285e41
Author: gitmai <mri@tid.es>
Desc: Merge pull request #19483 from gitmai/bug-1007591-sms-iac-costcontrol

Bug 1007591 - [SMS] Make SMS react upon the IAC broadcast from Cost Cont...
r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/3a178796d8f7
Author: mai <mri@tid.es>
Desc: Bug 1007591 - [SMS] Make SMS react upon the IAC broadcast from Cost Control application to friendly mute Cost Control specific SMS
2014-06-05 13:56:10 -07:00
Lucas Rocha
e8bb31c1f5 Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
Lucas Rocha
4d0ab0b1d2 Bug 997765 - Define initial list of suggested sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
B2G Bumper Bot
f208401b3f Bumping manifests a=b2g-bump 2014-06-05 13:43:10 -07:00
B2G Bumper Bot
e8c960d945 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c699b0d240bc
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Re-land pull request #19770 from tauzen/Bug1017572 since it wasn't at fault for Gaia unit test failures.

This reverts commit 4152286b9cbadaa8fe2fecfa82226e99ae41a679.

========

https://hg.mozilla.org/integration/gaia-central/rev/ddf4f13d37c9
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #19912 from kamituel/Bug_1019169_byte_str_conv"

This reverts commit 0f5dc07363da7a3f27e3ad5f1f7f957265e79bd8, reversing
changes made to 763b7f62805570b1606b8738075318020af3fa7d.
2014-06-05 13:40:47 -07:00
B2G Bumper Bot
f86e11ecd9 Bumping manifests a=b2g-bump 2014-06-05 13:36:32 -07:00
B2G Bumper Bot
848bc951d2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a632010d018
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #18790 from stasm/1003191-fl-ready

Bug 1003191 - Use mozL10n.once in the fl app. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/8ee527ca50c3
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1003191 - Use mozL10n.once in the fl app. r=djf
2014-06-05 13:31:08 -07:00
Ryan VanderMeulen
f79d7ed326 Bug 989276 - Touch CLOBBER to reopen the CLOSED TREE. 2014-06-05 16:30:02 -04:00
B2G Bumper Bot
3e5e8d5d5d Bumping manifests a=b2g-bump 2014-06-05 12:56:23 -07:00
B2G Bumper Bot
a0c4175405 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b7e1a02be1b6
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #19770 from tauzen/Bug1017572"

This reverts commit e794eeb8dcb308cd7b1580717ef38e2880987634, reversing
changes made to f6b5f77d47d103c672be388082f04709ccdf7f08.
2014-06-05 12:50:55 -07:00
B2G Bumper Bot
ca57905cc6 Bumping manifests a=b2g-bump 2014-06-05 12:41:36 -07:00
B2G Bumper Bot
29cdbd0b23 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1fd3f3b1bf97
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #19943 from millermedeiros/1019617-week-view-am-pm

Bug 1019617 - [Calendar] Week View change sidebar design to fit am/pm on all locales r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/4a2ab6bd3c7e
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1019617 - [Calendar] Week View change sidebar design to fit am/pm on all locales
2014-06-05 12:36:11 -07:00
B2G Bumper Bot
e7ca5e8be2 Bumping manifests a=b2g-bump 2014-06-05 12:11:36 -07:00
B2G Bumper Bot
3838800612 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c89138fb9550
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #20033 from eeejay/bug-1020605"

This reverts commit 763b7f62805570b1606b8738075318020af3fa7d, reversing
changes made to e794eeb8dcb308cd7b1580717ef38e2880987634.
2014-06-05 12:05:46 -07:00
B2G Bumper Bot
0c85d5b773 Bumping manifests a=b2g-bump 2014-06-05 11:58:36 -07:00
B2G Bumper Bot
c7231b857e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9aae77d344a6
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #20029 from davidflanagan/bug1020002

Bug 1020002: don't allow an activity choice that could subvert forward-lock

========

https://hg.mozilla.org/integration/gaia-central/rev/06b8d0d4a71d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1020002: don't allow an activity choice that could subvert forward-lock

address review comments

========

https://hg.mozilla.org/integration/gaia-central/rev/af54dd4f7858
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #18584 from stasm/1000130-gallery-ready

Bug 1000130 - Clean up bootstrap mozL10n API use in Gallery. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/1109f8599ca9
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1000130 - Clean up bootstrap mozL10n API use in Gallery. r=djf
2014-06-05 11:56:10 -07:00
B2G Bumper Bot
f3b8d70c0c Bumping manifests a=b2g-bump 2014-06-05 11:43:11 -07:00
B2G Bumper Bot
0de0915453 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e84536460d28
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #20074 from benfrancis/1020403

Bug 1020403 - Change button type to button to prevent click event on submit r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/4d7aa0a2b08f
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1020403 - Change button type to button to prevent click event on submit

========

https://hg.mozilla.org/integration/gaia-central/rev/e292f82e1e24
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #20066 from lanker-sony/splash-icon-uri

Bug 1020903 - Missing splash icon when an application is hosted via https

========

https://hg.mozilla.org/integration/gaia-central/rev/d7339e13fdc0
Author: Fredrik Lanker <fredrik.lanker@sonymobile.com>
Desc: Bug 1020903 - Missing splash icon when an application is hosted via https

With the way the URI was constructed before, if https was used with
default port, a.port would be empty and port 80 would wrongly be used.
Instead, we now use the origin as it is.
2014-06-05 11:41:12 -07:00
B2G Bumper Bot
6e5ab5b736 Bumping manifests a=b2g-bump 2014-06-05 11:18:26 -07:00
B2G Bumper Bot
3b0842e360 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/760d7ac20f72
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Merge pull request #20027 from fcampo/fb-notif-api-948447

Bug 948447 - Convert Facebook to new Notification API (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/5d55f116490a
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 948447 - Convert Facebook to new Notification API
2014-06-05 11:16:19 -07:00
B2G Bumper Bot
c171f36ef4 Bumping manifests a=b2g-bump 2014-06-05 11:06:18 -07:00
B2G Bumper Bot
1a29f9868a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a167b4e898b1
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #19757 from sharaf-tir/Bug_1013764_Include_the_screen_dimming_time_also_in_Screen_time_out

Bug 1013764 - [System] Include the screen dimming time also in Screen ti...

========

https://hg.mozilla.org/integration/gaia-central/rev/04cdef35a5b7
Author: sharfudheen.parambil <sharfudheen.parambil@lge.com>
Desc: Bug 1013764 - [System] Include the screen dimming time also in Screen time out.
2014-06-05 11:01:16 -07:00
Markus Stange
17696ca2b3 Bug 1021044 - Fix Metro build. r=masayuki, a=npotb DONTBUILD 2014-06-05 18:39:38 +02:00