Vlad Tanase
3081d469a3
Bug 983475 - Remove shouldShowProgress method from browser.js. r=bnicholson
2014-03-19 16:08:05 +02:00
Marco Castelluccio
4c738e8f40
Bug 970495 - [Session Restore] Switch SessionFile.read() to use the native OS.File read(). r=Yoric
2014-03-24 09:11:36 -04:00
Michael Green
15e76857ef
Bug 948883 - Move inline scripts and styles into separate file for toolkit/content/aboutSupport.xhtml (URL=about:support). r=Unfocused
2014-03-24 09:11:21 -04:00
Marco Castelluccio
2d91585c43
Bug 895638 - Reinstall permissions when the runtime is upgraded. r=wesj
2014-03-24 09:10:56 -04:00
Mark Hammond
3682be1ef0
Bug 985212 - check if the username looks like an email address to determine what sync to use. r=rnewman
2014-03-24 11:44:43 +11:00
Gavin Sharp
57ba1bd55a
Bug 955950: add pref to disable "reset firefox" nag, r=MattN
2014-03-23 17:41:06 -07:00
Phil Ringnalda
df879d8353
Merge m-c to f-t
2014-03-23 17:18:56 -07:00
Phil Ringnalda
df977504db
Merge b-i to m-c
2014-03-23 17:15:48 -07:00
Phil Ringnalda
d472008cbf
Merge m-i to m-c
2014-03-23 17:14:48 -07:00
Phil Ringnalda
b973b5cc7f
Bug 983948 - Temporarily increase the per-test browser-chrome default timeout to 45 seconds
2014-03-23 16:55:34 -07:00
Mike Conley
0b033834de
Bug 984156 - Make subview footer menuseparators have a non-zero height to prevent bookmarks folder scrolling issues. r=mak.
2014-03-23 19:13:50 -04:00
B2G Bumper Bot
00aeaa72d9
Bumping manifests a=b2g-bump
2014-03-23 13:26:09 -07:00
B2G Bumper Bot
32af599d4b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/340ca395d9cb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #17492 from KevinGrandon/debug_intermittent_tests_fix
Bug 986960 - Intermittent erroring test, should flick through images in fullscreen mode
========
https://hg.mozilla.org/integration/gaia-central/rev/b8ec955cd564
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 986960 - Intermittent erroring test, should flick through images in fullscreen mode
2014-03-23 13:20:59 -07:00
B2G Bumper Bot
e4659cb0fe
Bumping manifests a=b2g-bump
2014-03-23 13:16:24 -07:00
B2G Bumper Bot
7e299cc67f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/28ee3fb643b9
Author: Jan Keromnes <janx@linux.com>
Desc: Merge pull request #17450 from jankeromnes/svgbadge
Bug 986504 - Use SVG badge for travis build status in README.md r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/d1ff8fd3a8b4
Author: Jan Keromnes <janx@linux.com>
Desc: Bug 986504 - Use SVG badge for travis build status in README.md
2014-03-23 13:11:13 -07:00
Randell Jesup
56a2cabe6e
Bug 986762: don't release DataChannelConnection on transient thread on readblob failure r=smaug
2014-03-23 14:52:02 -04:00
Bobby Holley
7f50082a84
Bug 986542 - Don't categorically disable script for detached docshells. r=bz
2014-03-23 12:54:18 -03:00
Phil Ringnalda
233d8c22e3
Merge m-c to m-i
2014-03-23 08:43:23 -07:00
Phil Ringnalda
9594ccc0bf
Merge m-c to b-i
2014-03-23 08:42:27 -07:00
Phil Ringnalda
9efbf3417c
Merge m-c to f-t
2014-03-23 08:41:31 -07:00
Phil Ringnalda
9525488aeb
Merge b-i to m-c
2014-03-23 08:28:09 -07:00
Phil Ringnalda
3bfccf0a0d
Merge f-t to m-c
2014-03-23 08:27:12 -07:00
Phil Ringnalda
682fa6a71e
Back out 4774010c55bd (bug 984015) for xpcshell bustage
2014-03-23 07:29:02 -07:00
Bobby Holley
d4c59793d2
Bug 975042 - Create NetworkStats dates in the window's scope. r=fabrice
2014-03-23 11:02:14 -03:00
Bobby Holley
a8f19c6cea
Bug 975042 - Tests. r=peterv
...
We try to make this test machinery reusable for future Xrayable JS objects.
2014-03-23 11:02:14 -03:00
Bobby Holley
03d7299cd4
Bug 975042 - Update expando sharing tests to test the Xray-to-JS case. r=peterv
2014-03-23 11:02:14 -03:00
Bobby Holley
44c28bf386
Bug 975042 - Enable JS Xray for the Date object. r=peterv
2014-03-23 11:02:14 -03:00
Bobby Holley
37409460f3
Bug 975042 - Implement resolveOwnProperty and enumerateNames trap. r=peterv
2014-03-23 11:02:13 -03:00
Bobby Holley
0aa740a8ce
Bug 975042 - Make enumerateNames trap virtual. r=peterv
2014-03-23 11:02:13 -03:00
Bobby Holley
b392cb1875
Bug 975042 - Implement getPrototypeOf. r=peterv
2014-03-23 11:02:13 -03:00
Bobby Holley
3e1bc46ccf
Bug 975042 - Implement createHolder. r=peterv
2014-03-23 11:02:13 -03:00
Bobby Holley
2ff7bd4ed5
Bug 975042 - Implement the easy trait hooks. r=peterv
2014-03-23 11:02:13 -03:00
Bobby Holley
126d0ab0f9
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
e9c4522522
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
B2G Bumper Bot
a52a1047b0
Bumping manifests a=b2g-bump
2014-03-23 06:41:08 -07:00
B2G Bumper Bot
9ef10f56ab
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bae982d96783
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17376 from timdream/system2-screenshot-land
Bug 971546 - [System2] Instantiable Screenshot, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/b85e1473bc01
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Revert "Bug 971546 - [System2] Instantiable Screenshot" for possibly breaking gaia-ui tests on TBPL"
This reverts commit 60e9eb1aa68a27fa21e75264e52409aa5a2b4cc4.
========
https://hg.mozilla.org/integration/gaia-central/rev/3d1104c7bb1f
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17475 from timdream/system2-visibility-manager
Bug 971577 - [System] Make visibility manager instantiable +shepherd, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/484d7196ef1d
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 971577 - [System] Make visibility manager instantiable
2014-03-23 06:35:48 -07:00
Tetsuharu OHZEKI
1907ac3ca5
Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to his internal executeAsync callback. r=mak
2014-03-23 21:51:17 +09:00
B2G Bumper Bot
9cbd3fdf27
Bumping manifests a=b2g-bump
2014-03-23 00:41:08 -07:00
B2G Bumper Bot
2565623288
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/113c3beb31f9
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #17391 from cctuan/968693
Bug 968693 - [settings] add marionette test for App permissions panel
========
https://hg.mozilla.org/integration/gaia-central/rev/dfb7431f605d
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 968693 - [settings] add marionette test for App permissions panel
2014-03-23 00:35:56 -07:00
L. David Baron
c6269e36e7
Bug 986404 - Mark test as failing due to scrollbars showing up.
2014-03-22 22:07:15 -07:00
L. David Baron
0797c82c4a
Bug 986404: Disable fade-out of overlay scrollbars during reftest. r=mstange
2014-03-22 21:55:04 -07:00
Phil Ringnalda
3ecca4f142
Back out 4 changesets (bug 986114) for 50% roboprovider bustage
...
CLOSED TREE
Backed out changeset cc87c22aab07 (bug 986114)
Backed out changeset c75b0b78ebbf (bug 986114)
Backed out changeset d9e1c755f554 (bug 986114)
Backed out changeset f1d1a28b0f5a (bug 986114)
2014-03-22 21:34:30 -07:00
Phil Ringnalda
dc60ab2e46
Back out b9597187a3d6 (bug 985212) for xpcshell bustage
...
CLOSED TREE
2014-03-22 21:30:46 -07:00
Matthew Noorenberghe
6ca67f7da9
Bug 986688 - Load SignInToWebsite.jsm lazily and on Nightly only. r=felipe
2014-03-22 20:46:18 -07:00
ekr
f17073af1c
Bug 986885 - Fix build problem in fmp4/demuxer. r=nalexander
2014-03-22 20:27:27 -07:00
Mark Hammond
9f6f9d5b81
Bug 985212 - check if the username looks like an email address to determine what sync to use. r=rnewman
2014-03-23 14:20:38 +11:00
Ehsan Akhgari
0a1fe8c669
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
1acacc5b15
Merge m-c to b-i
2014-03-22 17:50:05 -07:00
Phil Ringnalda
4d8ebe6a29
Merge m-c to f-t
2014-03-22 17:48:30 -07:00
Phil Ringnalda
e4329a1a44
Merge f-t to m-c
2014-03-22 17:40:04 -07:00