Commit Graph

189304 Commits

Author SHA1 Message Date
Jordan Santell
34256306a2 Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp
From fe7f1f72bdb00e0ad2d687d40548138de506a4d6 Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  2 +
 .../test/browser_wa_properties-view-media-nodes.js | 45 ++++++++++++++++++++++
 .../test/doc_media-node-creation.html              | 29 ++++++++++++++
 browser/devtools/webaudioeditor/test/head.js       | 16 ++++++++
 toolkit/devtools/server/actors/webaudio.js         |  7 +++-
 5 files changed, 98 insertions(+), 1 deletion(-)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_wa_properties-view-media-nodes.js
 create mode 100644 browser/devtools/webaudioeditor/test/doc_media-node-creation.html
2014-06-17 15:54:53 -07:00
Drew Willcoxon
26b8c91615 Bug 1027303 - Certain image URIs in search plugins break ContentSearch. r=felipe 2014-06-19 14:34:12 -07:00
Brian Nicholson
9b0ca6c46e Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret 2014-06-19 14:30:17 -07:00
Brian Nicholson
8445296f17 Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Gregory Szorc
a7c2656cb5 Bug 920193 - Teach mach test how to run individual test files; r=AutomatedTester
With this change, mach test can now resolve filename arguments to tests
and can dispatch to the appropriate mach commands.

If the arguments contain tests belonging to multiple test
suites/flavors, each relevant test in invoked.

--HG--
extra : rebase_source : dae9e0a094acc587bb7ecb769789c062c7aeb34f
2014-06-18 11:21:12 -07:00
Gregory Szorc
88fb1d29b0 Bug 920193 - mach mochitest can now receive test objects; r=AutomatedTester
Similar to the previous patch, we now teach `mach mochitest` how to
execute test objects directly.

--HG--
extra : rebase_source : b69b5b74bcf6c81cff5deb28a1156ab2fcc691f7
2014-06-18 11:19:45 -07:00
Gregory Szorc
aea7810a42 Bug 920193 - mach xpcshell-test can now receive test objects; r=AutomatedTester
A subsequent patch will have another mach command dispatch into
`xpcshell-test`. To avoid redundant resolution of test paths, we now
support passing resolved test objects into the mach command.

--HG--
extra : rebase_source : 1eb0e7b1ef1e45ca163ddb152d1bbb7b6b4d02e6
2014-06-18 11:17:50 -07:00
Gregory Szorc
4999a49478 Bug 938712 - Dispatch mach test mochitest suites via mach mochitest; r=AutomatedTester
`mach test` now dispatches through `mach mochitest --flavor` where
supported. As part of testing this patch, it was discovered that `mach
test` may have been broken for quite some time, as it was still
referring to "test_file" arguments instead of "test_paths." This has
been corrected.

--HG--
extra : rebase_source : 4a704df0a67bdda575785cb9f27f050f178dc505
2014-06-17 16:03:49 -07:00
Gregory Szorc
c15e536e73 Bug 938712 - Add --flavor to mach mochitest; r=AutomatedTester
`mach mochitest` now accepts a --flavor argument to limit execution to
tests of a certain flavor. Executing `mach mochitest --flavor=X` should
be equivalent to executing `mach mochitest-X`.

This paves the road to deprecating the various `mach mochitest-X`
commands.

--HG--
extra : rebase_source : 0f8370425f54a4ec86e7f668bcbff69362e017f7
2014-06-17 15:49:41 -07:00
Gregory Szorc
b3a110713e Bug 938712 - Implement mach mochitest; r=AutomatedTester
The `mach mochitest` command is now implemented. Given test path
arguments, it will identify mochitests of any flavor and run the
appropriate mochitest suite.

If tests from multiple suites are present, it will invoke each suite
separately. Although, the output in this mode isn't very friendly.

There are a number of enhancements that could be made to this command,
including the abilities to filter by flavor and sub-suite. These will
come in another patch.

--HG--
extra : rebase_source : 9be6000e6bb508ef0c980eda9f9ebe03a4c0f02a
2014-06-17 15:42:08 -07:00
Gregory Szorc
fce0336b8c Bug 938712 - Allow multiple instantiations of MochitestOptions; r=AutomatedTester
The MochitestOptions class has a class-local definition of the options
going into the optparse instance. The default values for these options
would be reused by subsequent consumers. In the case of the profile
path, the same temporary directory would be used. In the case of list
arguments, subsequent runs would inherit members added by earlier runs.

This patch should make subsequent runs free from the baggage of the
first.

--HG--
extra : rebase_source : c55a229e67515a9133377404344872ad0935a637
2014-06-17 15:38:13 -07:00
Jared Wein
8242d9a4cc Bug 754304 - make in-content preferences linkable via URL. r=mattn 2014-06-19 16:12:52 -04:00
Paolo Amadini
7fa51b688f Bug 983197 - Test that downloads fail with an HTTP/1.1 response shorter than the Content-Length. r=enn 2014-03-13 09:08:00 +00:00
Paolo Amadini
bb5f624fdf Bug 1021031 - Remove temporary migration code added in bug 1019885. r=dolske 2014-06-19 21:02:57 +01:00
Paolo Amadini
68439ebdf7 Bug 1021060 - Testing framework for requestAutocomplete. r=MattN 2014-06-19 20:59:29 +01:00
Michael Brennan
98148b703a Bug 939072: Auto-close Sqlite connections on finalization; r=Yoric
--HG--
extra : rebase_source : 07a2987082723c20b75667615a2d04e497d31f9a
2014-06-11 23:40:17 +02:00
Michael Brennan
a6cd893d51 Bug 939072: Refactor Sqlite connections to support finalization; r=Yoric
--HG--
extra : rebase_source : 2171ab3b3f7cf654ccc37865f5def9fc7f133e3c
2014-06-11 23:40:06 +02:00
Florian Quèze
ee7d6315cb Bug 1022640 - the Translation UI disappears when tearing off a tab, r=felipe. 2014-06-19 19:40:24 +02:00
Ed Morley
7dd2371081 Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Ed Morley
ff723affc4 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
Ed Morley
98a497fe64 Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-19 15:34:42 +01:00
Brad Lassey
6e171f4294 bug 1027634 - crash in java.net.MalformedURLException: Unknown protocol: textstyle at java.net.URL.<init>(URL.java) r=snorp 2014-06-19 10:33:24 -04:00
Mike de Boer
30a432a6e1 Bug 1022725: add a mock httpd.js Translation provider for tests. r=florian,felipe 2014-06-19 16:56:02 +02:00
Mike de Boer
e5e972ff8a Bug 1022725: Rename BingTranslation to BingTranslator and allow overriding URLs. r=florian 2014-06-19 16:56:00 +02:00
Dão Gottwald
660463dcc5 Bug 637608 - Use custom arrow images for the tab strip scroll buttons since the native ones often don't work well e.g. on dark backgrounds. r=mdeboer 2014-06-19 16:36:08 +02:00
Margaret Leibovic
0ee89f0163 Bug 1018432 - Add telemetry for "+" button in tabs tray. r=mfinkle 2014-06-19 08:37:33 -04:00
Margaret Leibovic
f9d4fa0ba8 Bug 1023331 - Telemetry for three-dot menu in tabs tray. r=mfinkle 2014-06-19 08:37:33 -04:00
Margaret Leibovic
2820a0c27a Bug 817716 - (Part 2) Add 3-dot menu for tabs tray on tablets. r=bnicholson 2014-06-19 08:37:33 -04:00
Margaret Leibovic
df30eb4d18 Bug 817716 - (Part 1) Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-19 08:37:32 -04:00
B2G Bumper Bot
d271c1f4da Bumping manifests a=b2g-bump 2014-06-19 04:57:22 -07:00
B2G Bumper Bot
e28797a8ae Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/507ca54e4c4d
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #20745 from AndreiH/1027584

Bug 1027584 - Unxfail persona test

========

https://hg.mozilla.org/integration/gaia-central/rev/d35d90b61ea0
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 1027584 - Unxfail persona test
2014-06-19 04:55:53 -07:00
B2G Bumper Bot
ccadf83182 Bumping manifests a=b2g-bump 2014-06-19 03:51:36 -07:00
B2G Bumper Bot
c84c140ce9 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae0cc944f651
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #20341 from EragonJ/bug-1023682

Bug 1023682 - [Settings] The clear bookmarks data button is missing

========

https://hg.mozilla.org/integration/gaia-central/rev/c7244d8397f8
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1023682 - [Settings] The clear bookmarks data button is missing

========

https://hg.mozilla.org/integration/gaia-central/rev/41f1e52704ce
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #20231 from EverythingMe/1016241-populate

Bug 1016241 - [Collections App] Populate collections with installed apps

========

https://hg.mozilla.org/integration/gaia-central/rev/ecfd83905dc9
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 1016241 - [Collections App] Populate collections with installed apps:
 * add cName (canonicalName) to collections
 * new HomeIcons object

========

https://hg.mozilla.org/integration/gaia-central/rev/32830a3cc3f9
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #20551 from huchengtw-moz/bug-1015846

Bug 1015846 - [Vixen][Tablet] Camera preview rotate 90 degrees in camera..., r=dmarcos

========

https://hg.mozilla.org/integration/gaia-central/rev/22d0446ce06a
Author: John Hu <johu@mozilla.com>
Desc: Bug 1015846 - [Vixen][Tablet] Camera preview rotate 90 degrees in camera app

========

https://hg.mozilla.org/integration/gaia-central/rev/90bef2487b7a
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #20720 from ian-liu/settings/wifi/bug1023738_file_not_scan_while_init_select_certificate_file_page

Bug 1023738 - [Wifi] User cannot import certificate when entering Import-certificate in Manage-certificates page in first time, r=ej

========

https://hg.mozilla.org/integration/gaia-central/rev/d7ef95b474aa
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1023738 - [Wifi] User cannot import certificate when entering Import-certificate in Manage-certificates page in first time
2014-06-19 03:45:45 -07:00
B2G Bumper Bot
2c46839d63 Bumping manifests a=b2g-bump 2014-06-19 03:41:38 -07:00
B2G Bumper Bot
8fb6b81200 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/152c7345a86d
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #20647 from EragonJ/bug-1020867

Bug 1020867 - Don't allow user to turn on wifi hotspot when airplane mod...

========

https://hg.mozilla.org/integration/gaia-central/rev/d75f2cf0b235
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1020867 - Don't allow user to turn on wifi hotspot when airplane mode is enabled
2014-06-19 03:35:42 -07:00
B2G Bumper Bot
fbd7558b47 Bumping manifests a=b2g-bump 2014-06-19 03:26:36 -07:00
B2G Bumper Bot
3838a5e171 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3607c9c57bb0
Author: viorelaioia <viorelaioia@gmail.com>
Desc: Merge pull request #20686 from bebef1987/sim_contacts

Bug 1025940 - Update self.data_layer.sim_contacts to read SDN Contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/2c126db35ac2
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1025940 - Update self.data_layer.sim_contacts to read SDN Contacts
2014-06-19 03:20:31 -07:00
B2G Bumper Bot
c2a609f7f9 Bumping manifests a=b2g-bump 2014-06-19 03:11:31 -07:00
Florian Quèze
c2214fcc07 Bug 1027024 - Never translate 'language' disappears when close/open translation infobar using a expired key, r=mikedeboer. 2014-06-19 12:09:28 +02:00
B2G Bumper Bot
d2129925e7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bbc80670c2bc
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #20540 from snowmantw/issue970824

Bug 970824 - [LockScreen][System] Stop directly use 'lockScreen.locked'

========

https://hg.mozilla.org/integration/gaia-central/rev/51c8596dfc6e
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 970824 - [LockScreen][System] Stop directly use 'lockScreen.locked'
2014-06-19 03:05:41 -07:00
B2G Bumper Bot
c128c9f15c Bumping manifests a=b2g-bump 2014-06-19 02:56:41 -07:00
Makoto Kato
1fa8bbcc1d Bug 722215 - dist\include\jsapi.h(3526) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data. r=luke 2014-06-19 18:54:19 +09:00
B2G Bumper Bot
3246497c17 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a6e35072f019
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #20552 from cctuan/1024933

Bug 1024933 - [Text Selection] Utility bubble's shadow improvement

========

https://hg.mozilla.org/integration/gaia-central/rev/58ac9bbac4e2
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1024933 - [Text Selection] Utility bubble's shadow improvement
2014-06-19 02:50:43 -07:00
Nicolas Silva
72ac06e54c Bug 1027365 - Activate ImageBridge by default when OMTC on. r=sotaro 2014-06-19 11:45:19 +02:00
B2G Bumper Bot
ab3d024b11 Bumping manifests a=b2g-bump 2014-06-19 02:37:24 -07:00
B2G Bumper Bot
bc348ded3f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c03d5053b170
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #19960 from yzen/bug-1019362

Bug 1019362 - adding a number of gaia ui tests for the first time use ap...

========

https://hg.mozilla.org/integration/gaia-central/rev/e86d7d700b2f
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1019362 - adding a number of gaia ui tests for the first time use app accessibility.

========

https://hg.mozilla.org/integration/gaia-central/rev/330c96d9726c
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #20694 from zacc/bug_1000037

Bug 1000037 - Refactor and re-enable test_import_contacts_gmail.py

========

https://hg.mozilla.org/integration/gaia-central/rev/f070d8dccf46
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1000037 - Refactor and re-enable test_import_contacts_gmail.py
2014-06-19 02:35:52 -07:00
B2G Bumper Bot
62fc5c5f78 Bumping manifests a=b2g-bump 2014-06-19 02:26:38 -07:00
B2G Bumper Bot
0c1c316eb2 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/102ac5a7b4fb
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #20428 from mnjul/bug_1024395_lockscreen_color_overlay_by_bug_973443

Bug 1024395 - Lockscreen color overlay not working due to bug 973443. r=arthur.chen

========

https://hg.mozilla.org/integration/gaia-central/rev/7e9f03b1c0dd
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1024395 - Lockscreen color overlay not working due to bug 973443

========

https://hg.mozilla.org/integration/gaia-central/rev/72104c65d13d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #19990 from EragonJ/bug-996417

Bug 996417 - [Settings] Make sure we would render current level of

========

https://hg.mozilla.org/integration/gaia-central/rev/c515c4b5b6f8
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 996417 - [Settings] Make sure we would render current level of battery on root panel

========

https://hg.mozilla.org/integration/gaia-central/rev/a8096fec434d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #20734 from crdlc/bug-1026058

Bug 1026058 - [Vertical Homescreen] Edit Mode - Delete icon is jagged and not sharp

========

https://hg.mozilla.org/integration/gaia-central/rev/4b705102b0f9
Author: crdlc <crdlc@tid.es>
Desc: Bug 1026058 - [Vertical Homescreen] Edit Mode - Delete icon is jagged and not sharp
2014-06-19 02:20:51 -07:00
Jonathan Watt
b4f9af6703 Bug 1026985 - Stop reporting the memory use of nsAttrValue's MiscContainer objects if they are shared between more than one nsAttrValue. r=bz 2014-06-19 10:14:41 +01:00
B2G Bumper Bot
820fbcab5f Bumping manifests a=b2g-bump 2014-06-19 02:12:15 -07:00