Bobby Holley
ed0824bbb7
Bug 965898 - Import web-platform-test into the tree. r=Ms2ger
2014-07-29 21:35:32 -07:00
Bobby Holley
6edddc7752
Bug 965898 - Add subdomains for mochi.test. r=ted
...
This allows us to test document.domain without hoisting the whole test into
an example.com iframe.
2014-07-29 21:35:32 -07:00
Bobby Holley
ee67f37e7b
Bug 965898 - Allow both gettable and settable attributes in Filter(). r=gabor
2014-07-29 21:35:32 -07:00
Bobby Holley
de4ecc2a87
Bug 965898 - Squelch exceptions during the shadowing detection in isCrossOriginAccessPermitted. r=gabor
2014-07-29 21:35:32 -07:00
Bobby Holley
393c112402
Bug 965898 - Switch policies for get{,Own}PropertyDescriptor. r=gabor
2014-07-29 21:35:32 -07:00
Bobby Holley
ad9059bb11
Bug 965898 - Generalize FilterSetter to work on all the relevant fields of JSPropertyDescriptor. r=gabor
2014-07-29 21:35:31 -07:00
Bobby Holley
edfc634180
Bug 965898 - Don't reuse the JSPropertyDescriptor in BaseProxyHandler::keys. r=gabor
...
This causes garbage from a previous lookup to propagate into subsequent lookups,
and creates confusing situations (like having both a value and a getter).
2014-07-29 21:35:31 -07:00
Bobby Holley
212683cae4
Bug 965898 - Don't use a FilteringWrapper to get an unfiltered view in ChromeObjectWrapper. r=gabor
...
This is necessary because subsequent patches cause us to assert when invoking
getPropertyDescriptor on a FilteringWrapper for which |Policy| denies both GET
and SET.
This stuff is really a mess. I'm looking forward to it going away.
2014-07-29 21:35:31 -07:00
Bobby Holley
83e31f73e3
Bug 965898 - Throw for [[Delete]] and [[DefineOwnProperty]]. r=gabor
2014-07-29 21:35:31 -07:00
Bobby Holley
f2b2ae9683
Bug 965898 - Implement proper behavior for [[Enumerate]] And [[OwnPropertyKeys]]. r=gabor
2014-07-29 21:35:31 -07:00
Bobby Holley
ea11a4e359
Bug 965898 - Cross-origin objects should have null prototypes. r=gabor
2014-07-29 21:35:30 -07:00
Bobby Holley
1ddc37dfd7
Bug 965898 - All properties from cross-origin objects are "configurable", non-enumerable, and non-writable. r=gabor
2014-07-29 21:35:30 -07:00
Bobby Holley
7724a65eb8
Bug 965898 - All properties on cross-origin DOM objects should be |own|. r=gabor
2014-07-29 21:35:30 -07:00
Bobby Holley
605a17bbb6
Bug 965898 - Implement an Xray subclass that we can use to implement HTML5 cross-origin semantics. r=gabor
2014-07-29 21:35:30 -07:00
Bobby Holley
49b066f2d2
Bug 965898 - Drop support for XPCWN XOWs. r=gabor
...
XOWs only allow access to Window and Location, both of which are on WebIDL now.
2014-07-29 21:35:29 -07:00
Bobby Holley
41287f115d
Bug 940305 - Move extraWarnings to RuntimeOptions with a per-compartment override. r=jandem,r=khuey
2014-07-29 21:00:37 -07:00
Patrick McManus
b262049fdc
bug 1014058 async scripts should run unblocked r=bz
2014-07-24 14:31:49 -04:00
Mike Hommey
7f22e814ef
Bug 1045329 - Use paths relative to the root topobjdir for the compile targets. r=gps
...
While most environments are using the root topobjdir, some can be using a
different path. This happens for comm-central files. For those, the compile
target needs to have paths relative to the root topobjdir instead of relative
to the comm-central topobjdir.
2014-07-30 11:00:54 +09:00
Wes Kocher
02d44fddfa
Backed out 11 changesets (bug 952977) for reftest-no-accel failures
...
Backed out changeset ea2367c19da3 (bug 952977)
Backed out changeset c401c8748eb3 (bug 952977)
Backed out changeset a93e9ff1043b (bug 952977)
Backed out changeset 765b7f67163e (bug 952977)
Backed out changeset 3d8cf4f5777f (bug 952977)
Backed out changeset 8993710a3ab3 (bug 952977)
Backed out changeset 1298c39b745a (bug 952977)
Backed out changeset be0b899fbe5e (bug 952977)
Backed out changeset f69bea1f1feb (bug 952977)
Backed out changeset 1a745777f07e (bug 952977)
Backed out changeset 5ad1d18dfe17 (bug 952977)
2014-07-29 18:58:46 -07:00
Boris Zbarsky
20570bebfc
Bug 957243. Fix test_bug602838.html to not assume server response ordering. r=mayhemer
2014-07-29 21:33:17 -04:00
Boris Zbarsky
f36664672f
Bug 1031945. Don't expose showModalDialog on Window if it's preffed off. r=smaug
2014-07-26 01:41:10 -04:00
Ehsan Akhgari
2403a2d517
Bug 1045415 - Stop pretending that content-contextmenu.svg needs to be preprocessed; r=gps
...
This fixes one build warning on the respective platforms.
2014-07-29 20:45:44 -04:00
Ehsan Akhgari
38ec6af068
Bug 1045436 - Fix more bad implicit constructors in XPCOM; r=froydnj
2014-07-29 20:43:56 -04:00
Ben Kelly
03e77dbb2f
Bug 1045561 Use a WebIDL Func attribute to conditionally enable Fetch Headers. r=ehsan r=bz
2014-07-29 17:24:22 -04:00
Wes Kocher
e0060d9e3f
Merge m-c to inbound
2014-07-29 17:17:31 -07:00
Wes Kocher
1b0a3b965d
Merge inbound to m-c a=merge
2014-07-29 17:01:18 -07:00
David Zbarsky
9b5e4859ac
Bug 952977: bustage fix on a CLOSED TREE to appease the compiler gods r=me
2014-07-29 19:51:38 -04:00
Wes Kocher
99840a8247
Merge b2g-inbound to m-c a=merge
2014-07-29 16:42:15 -07:00
David Zbarsky
ba843efdce
Bug 952977: More gfx::Matrix cleanup in FrameLayerBuilder r=nical
2014-07-29 19:18:52 -04:00
David Zbarsky
26605d5924
Bug 952977: More gfx::Matrix cleanups r=nical
2014-07-29 19:18:51 -04:00
David Zbarsky
b217f375b9
Bug 952977: More gfx::Matrix cleanup in APZC r=nical
2014-07-29 19:18:51 -04:00
David Zbarsky
84cf94ad42
Bug 952977: More gfx::Matrix cleanup in TiledContentClient r=nical
2014-07-29 19:18:50 -04:00
David Zbarsky
0d716be940
Bug 952977: More gfx::Matrix cleanup in nsDisplayTransform r=nical
2014-07-29 19:18:50 -04:00
David Zbarsky
28e866bde8
Bug 952977: More gfx::Matrix cleanup in tests r=nical
2014-07-29 19:18:50 -04:00
David Zbarsky
14ba4f294e
Bug 952977: More gfx::Matrix cleanup in LayerManagerComposite r=nical
2014-07-29 19:18:49 -04:00
David Zbarsky
143ebd0547
Bug 952977: More gfx::Matrix cleanup in LayerTreeInvalidation r=nical
2014-07-29 19:18:49 -04:00
David Zbarsky
0913b5df71
Bug 952977: More gfx::Matrix cleanup in AsyncCompositionManager r=nical
2014-07-29 19:18:49 -04:00
David Zbarsky
b1ca640b46
Bug 952977: More gfx::Matrix cleanup in layers code r=nical
2014-07-29 19:18:48 -04:00
B2G Bumper Bot
622a7e4a77
Bumping manifests a=b2g-bump
2014-07-29 13:51:56 -07:00
B2G Bumper Bot
271224efc0
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4024e28dbc44
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #22001 from mikehenrty/bug-1038988-wallpaper-flatten"
This reverts commit 8abddb42a444dd165332e6642133932a04020b50, reversing
changes made to 90bb50d59cffda27e1bf035c9590a5f3062e4832.
2014-07-29 13:50:33 -07:00
B2G Bumper Bot
ccb54458a9
Bumping manifests a=b2g-bump
2014-07-29 12:17:10 -07:00
B2G Bumper Bot
561dff7306
Bumping manifests a=b2g-bump
2014-07-29 11:37:17 -07:00
B2G Bumper Bot
32bc902569
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ebe8f47e643
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #22238 from cctuan/1044265
Bug 1044265 - [B2G][Contacts] When adding a phone number the subtext letters on the keypad dissapear when long pressed
========
https://hg.mozilla.org/integration/gaia-central/rev/e5111edbdbd5
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1044265 - [B2G][Contacts] When adding a phone number the subtext letters on the keypad dissapear when long pressed
2014-07-29 11:30:34 -07:00
B2G Bumper Bot
4c8483c784
Bumping manifests a=b2g-bump
2014-07-29 11:01:57 -07:00
B2G Bumper Bot
f7303085a9
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/645812b1c111
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1045729 - Disable failing test, Edges gesture > "before each" hook
2014-07-29 11:00:34 -07:00
Terrence Cole
44d99ddf16
Backed out changeset eefad3e4e594 for valgrind failures on a CLOSED TREE.
...
--HG--
extra : rebase_source : b5b018f5a5f23fe12600e64508ef075794d707fe
2014-07-29 10:47:32 -07:00
Oleg Romashin
30a5c9e2bd
Bug 966814 - Build with disabled X11 on linux failing to compile. r=ted
2014-07-29 19:21:08 +02:00
Brian Hackett
d8a230ab6c
Bug 1028580 - Fold and/or and condition tests before critical edge splitting, r=sunfish.
2014-07-29 09:18:14 -08:00
Max Vujovic
64c84574b7
Bug 948265 - Keep track of the filter region for each FilterPrimitiveDescription. r=mstange
2014-07-29 09:48:16 -07:00
Paul Adenot
b50326fc1e
Bug 1045018
- Make webrtc.org code use mozilla_set_coreaudio_notification_runloop. r=gcp
2014-07-29 18:45:06 +02:00