Commit Graph

352172 Commits

Author SHA1 Message Date
Bobby Holley
f08d932ce0 Bug 975042 - Implement createHolder. r=peterv 2014-03-23 11:02:13 -03:00
Bobby Holley
60e8547108 Bug 975042 - Implement the easy trait hooks. r=peterv 2014-03-23 11:02:13 -03:00
Bobby Holley
9c97f0b173 Bug 975042 - Basic Xray infrastructure and boilerplate. r=peterv
All of this machinery asserts if it actually get used. But it won't be used at
present, because we have an empty whitelist of JSProtoKeys.
2014-03-23 11:02:12 -03:00
Bobby Holley
c34dd9877d Bug 975042 - Remove the special COW support for Date. r=peterv
As soon as Date is on Xrays, this stuff won't work anyway. Henceforth, content
access to chrome Date objects is forbidden, and APIs should use something like
|new contentWindow.Date()| for any Date object they wish to expose to content.
2014-03-23 11:02:12 -03:00
L. David Baron
930083ccf9 Bug 986404 - Mark test as failing due to scrollbars showing up. 2014-03-22 22:07:15 -07:00
L. David Baron
43c31de838 Bug 986404: Disable fade-out of overlay scrollbars during reftest. r=mstange 2014-03-22 21:55:04 -07:00
ekr
cf68c54b12 Bug 986885 - Fix build problem in fmp4/demuxer. r=nalexander 2014-03-22 20:27:27 -07:00
Ehsan Akhgari
31e7320ffb Bug 983845 follow-up: Move the header to content/base and enable BrowserFeedWriter for xulrunner as well 2014-03-22 21:34:02 -04:00
Phil Ringnalda
d5c29df48d Merge f-t to m-c 2014-03-22 17:40:04 -07:00
Myk Melez
2be4bc0d45 Bug 982557 - migrate old prefs and set apkPackageName after updating app via APK; r=mfinkle 2014-03-22 14:26:43 -07:00
Bas Schouten
90a70f0ab4 Bug 984796: Fix some small errors in path flattening code. r=jwatt 2014-03-22 18:40:58 +01:00
Phil Ringnalda
8322201880 Merge m-c to m-i 2014-03-22 08:09:46 -07:00
Phil Ringnalda
fe491244cd Merge b-i to m-c 2014-03-22 08:07:42 -07:00
Ehsan Akhgari
fccd52de29 Bug 985796 - Port the permission settings API to WebIDL; r=bzbarsky 2014-03-22 09:58:24 -04:00
Ehsan Akhgari
b2152e6617 Bug 986475 - Remove the classinfo from SettingsService and SettingsServiceLock; r=bzbarsky
These objects are not exposed to Web content, so they don't need the
classinfo.
2014-03-22 09:56:17 -04:00
Ehsan Akhgari
e5bc682470 Bug 985812 - Make a ActivityRequestHandler.source a pure cached frozen dictionary; r=bzbarsky 2014-03-22 09:54:40 -04:00
Ehsan Akhgari
8c41eafec9 Bug 903873 - Finish porting Web Activities to WebIDL; r=bzbarsky
This patch ports over the ActivityRequestHandler interface.

Unfortunately the original design of the interface specifies that
ActivityRequestHandler.source should be of type ActivityOptions which is
a dictionary.  This is not expressible in WebIDL, so for now we're just
using the type 'object' for that.
2014-03-22 09:52:21 -04:00
Tatiana Meshkova
94ecbc5363 Bug 985814 - Skia cannot compile properly for Qt Widget backend. r=gw280 2014-03-22 05:38:40 -07:00
ffxbld
9592dabe91 No bug, Automated HSTS preload list update from host bld-linux64-spot-008 - a=hsts-update 2014-03-22 03:20:45 -07:00
ffxbld
12696900a4 No bug, Automated blocklist update from host bld-linux64-spot-489 - a=blocklist-update 2014-03-22 03:17:01 -07:00
Chris Lord
d83c7c160e Bug 983208 - Fix progressive tile update calculations. r=botond
A lot of this code used incorrect coordinate spaces or calculations that only
worked because things were setup in a certain way. Now that the input data is
more consistently correct and things have changed slightly, this code no
longer worked.

This patch reworks things to use what I think are the correct coordinate
spaces and calculations, and should hopefully be less prone to breakage.
2014-03-22 09:17:54 +00:00
B2G Bumper Bot
e5ae347857 Bumping manifests a=b2g-bump 2014-03-22 02:01:04 -07:00
B2G Bumper Bot
893d8cad03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4926fae17784
Author: gitmai <mri@tid.es>
Desc: Merge pull request #16942 from gitmai/bug-979381-CC-add-argument-requestSettings

Bug 979381 - [CostControl] Add a new agument to the 'requestSettings' me...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/47572e54b1de
Author: mai <mri@tid.es>
Desc: Bug 979381 - [CostControl] Add a new agument to the 'requestSettings' method, to let specifying for which IccID do the settings refer
2014-03-22 01:55:52 -07:00
B2G Bumper Bot
0192890b05 Bumping manifests a=b2g-bump 2014-03-22 01:06:04 -07:00
Robert Longson
ee76ef609a Bug 982659 - Fix intermittent orange in test_onerror.xhtml. r=dholbert 2014-03-22 08:01:02 +00:00
B2G Bumper Bot
2e950fb3e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6688b19ae7fa
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15644 from gitmai/bug-960500-CC-specific-message-for-airplanemode

Bug 960500 - [Buri][Data usage] Show a specific message when launching d...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/7f71d3d6d849
Author: mai <mri@tid.es>
Desc: Bug 960500 - [Buri][Data usage] Show a specific message when launching data usage app under airplane mode scenario
2014-03-22 01:00:54 -07:00
Doug Turner
bd8979b3cf Bug 977725 - MLS Geolocation seeding GONK GPS Provider. r=kanru 2014-03-22 00:42:55 -07:00
Shu-yu Guo
aec5110535 Bug 986717 - Fix typo in SnapshotIterator::allocationReadable. 2014-03-21 22:38:39 -07:00
Anvas
40e7bcc3c6 Bug 946897 - Report a more helpful error message when there is a name collision between an IDLExternalInterface and some other named IDL object. r=khuey 2014-03-22 00:25:40 -04:00
B2G Bumper Bot
c802303682 Bumping manifests a=b2g-bump 2014-03-21 21:16:07 -07:00
B2G Bumper Bot
98170bb9f6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88b550f80d8d
Author: Jed Parsons <jedp@me.com>
Desc: Merge pull request #17105 from jedp/929917-uitest-fxa

Bug 929917 - UI Test app for Firefox Accounts DOM API

========

https://hg.mozilla.org/integration/gaia-central/rev/31c35976b870
Author: Jed Parsons <jedp@me.com>
Desc: Bug 929917 - UI Test app for Firefox Accounts DOM API
2014-03-21 21:10:52 -07:00
B2G Bumper Bot
98673f8b24 Bumping manifests a=b2g-bump 2014-03-21 20:51:09 -07:00
B2G Bumper Bot
e82bd745e4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ee0ffaee6b5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #17113 from ian-liu/bluetooth/bug980694_error_handle_in_bluetooth_app_while_user_turn_off_bt_before_sendfile

Bug 980694 - [B2G][Bluetooth] Bluetooth will continue searching for an export device after it is disabled, r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/793873209417
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 980694 - [B2G][Bluetooth] Bluetooth will continue searching for an export device after it is disabled
2014-03-21 20:45:57 -07:00
Boris Zbarsky
2cb93a4388 Bug 955860 followup to add a pointer to the source of the tests. 2014-03-21 23:07:12 -04:00
Phil Ringnalda
8eb18b0e12 Back out 87e39d7d851a (bug 984796) for printfing like log size is infinite
CLOSED TREE
2014-03-21 19:49:15 -07:00
B2G Bumper Bot
dc2f5e3884 Bumping manifests a=b2g-bump 2014-03-21 18:56:14 -07:00
B2G Bumper Bot
f8767a6481 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/62174f4b532c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17364 from gasolin/bubble974828

Bug 974828 - [Settings][dsds] Outgoing data confirmation is wrong, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/764627827d38
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 974828 - [Settings][dsds] Outgoing data confirmation is wrong

- update test
- change the way about how we show confirm window
2014-03-21 18:51:10 -07:00
B2G Bumper Bot
78afcb5b58 Bumping manifests a=b2g-bump 2014-03-21 18:03:05 -07:00
B2G Bumper Bot
67cdf44456 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e796d45a31d0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16541 from 6a68/bug-974108-iac-race-condition

Bug 974108 - Race condition in FxAccountsIACHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/7295778e446b
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 974108 - Race condition in FxAccountsIACHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/3ffc04e5ef9b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 983171 - [Settings] Disable intermittent failing tests
2014-03-21 18:02:54 -07:00
Wes Kocher
e1be97579f Merge m-c to b2g-inbound 2014-03-21 17:59:13 -07:00
B2G Bumper Bot
7c9b2f3a12 Bumping manifests a=b2g-bump 2014-03-21 17:52:12 -07:00
B2G Bumper Bot
6c8573a1ec Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b37b9a24577f
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #17470 from 6a68/bug-986716-reenable-tests

Revert "Bug 986716 - Personatestuser.org is timing out"

========

https://hg.mozilla.org/integration/gaia-central/rev/e5671a6d9065
Author: Jared Hirsch <ohai@6a68.net>
Desc: Revert "Bug 986716 - Personatestuser.org is timing out"

This reverts commit a970a22cceab5537dae680b9a172468602d901c7.

========

https://hg.mozilla.org/integration/gaia-central/rev/3261e1873868
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 982260 - Gaia-integration tests on TBPL fail with: TEST-UNEXPECTED-FAIL | Contacts > Details Merging 15 contacts"

This reverts commit 3ba3079118b95b84d12e0e0a8555d329da4fe4b9.
2014-03-21 17:45:30 -07:00
Michael Wu
7201b60e16 Bug 985806 - Explicitly enable zlib and disable bzip2 in freetype, r=glandium 2014-03-21 20:12:31 -04:00
B2G Bumper Bot
3415054b53 Bumping manifests a=b2g-bump 2014-03-21 17:11:05 -07:00
Wes Kocher
f0483db35d Merge fx-team to m-c 2014-03-21 17:07:40 -07:00
B2G Bumper Bot
fe0f965e69 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea78637449ab
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #17388 from lissyx/bug985117

Bug 985117 - Use the correct SIM number to query voicemail number r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/d9069a668632
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 985117 - Use the correct SIM number to query voicemail number

========

https://hg.mozilla.org/integration/gaia-central/rev/0e62b290a09b
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17440 from DouglasSherk/985888-active-call-ui

Bug 985888 - [DSDS] Display currently in-use SIM cards on call buttons. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/ee490a6a60cb
Author: DouglasSherk <github@sherk.me>
Desc: Bug 985888 - [DSDS] Display currently in-use SIM cards on call buttons. r=rik
2014-03-21 17:05:54 -07:00
B2G Bumper Bot
68f44caffb Bumping manifests a=b2g-bump 2014-03-21 16:42:36 -07:00
B2G Bumper Bot
7c782422e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3f2ddeee124
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17384 from DouglasSherk/980982-msab-caching

Bug 980982 - [DSDS] Cache ril.xxx.defaultServiceId in MSAB to avoid IO thrashing. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/dee004d5fe10
Author: DouglasSherk <github@sherk.me>
Desc: Bug 980982 - [DSDS] Cache ril.xxx.defaultServiceId in MSAB to avoid IO thrashing. r=rik
2014-03-21 16:40:59 -07:00
B2G Bumper Bot
7b93d9dca6 Bumping manifests a=b2g-bump 2014-03-21 16:31:21 -07:00
B2G Bumper Bot
6c8cbaddda Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d59cd2ddecba
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 986716 - Personatestuser.org is timing out
2014-03-21 16:26:12 -07:00