Ankit Goyal
99c97ab78d
Bug 1110069 - Replace getBrowser() with gBrowser. r=dao
...
--HG--
extra : rebase_source : 4db6c01d37ea4e38e94f70a677c5d31decd22f72
2014-12-12 10:40:23 +01:00
Dão Gottwald
2c800eb681
Bug 1015163 - Always show the menu button in popup windows. r=gijs,enn
...
--HG--
extra : rebase_source : 942adb801c3261cdfc23a7d9f57321206c5e22d4
2014-12-10 16:35:50 +01:00
Sami Jaktholm
983ff83f9b
Bug 1110486 - Use .then instead of .catch to handle rejections in Tooltip.isValidHoverTarget as Markup View uses deprecated-sync-thenables; r=pbrosset
2014-12-12 09:29:57 +01:00
Patrick Brosset
25474e727d
Bug 1109112 - Avoid highlighter exceptions after reloading the page; r=miker
2014-12-11 22:47:41 +01:00
Nivvedan S
1bbd85d2f0
Bug 1109233 - Replaced Assert.isTrue(false, ...) with Assert.fail(...) for easier readability; r=mcomella
2014-12-11 21:40:04 -08:00
Garvan Keeley
4725cb9aa8
Bug 1106584 - Part 2: for safety, make explicit prefs with context getter. r=vng
...
Any class that has access to a context should call Prefs.getInstance(Context) which is guaranteed to return a Prefs.
With no context, classes can call Prefs.getInstanceWithoutContext() but they must null-check the return, and handle accordingly.
Fortunately, the latter case happens in very few places, all of which require no special handling of this case.
This change:
- maintains context-less access to the Prefs
- classes internal to the service can safely call getInstanceWithoutContext(), as the service (or the MainApp in the stumbler case)
will have instantiated a Prefs so that getInstanceWithoutContext() will return a prefs
- protects against null Prefs if we have failed to consider a particular entry point to the code will require that Prefs was instatiated with a context.
2014-12-11 09:06:00 -08:00
Garvan Keeley
4cb41e998e
Bug 1106584, Part 1: guard against null intent. r=vng
2014-12-09 11:48:00 -08:00
Matthew Noorenberghe
c400a57990
Bug 1104927 - UITour: Update browser_UITour_loop.js with for Loop:ChatWindowShown. r=me
2014-12-11 21:37:16 -08:00
Drew Willcoxon
83771e4dec
Bug 1016825 - Show legacy-Sync-to-Firefox-Accounts migration notifications in the main browser window. r=markh
2014-12-11 21:06:55 -08:00
Matthew Noorenberghe
7aab8e3a93
Bug 1104927 - UITour: Add Loop conversation view target for email/copy link buttons. r=Unfocused,mixedpuppy
2014-12-11 21:05:54 -08:00
Tim Taubert
c60b8e95b0
Bug 1077652 - Remove old BrowserNewTabPreloader.jsm and references r=jaws
2014-11-19 16:21:07 +01:00
Tim Taubert
efc24245c8
Bug 1077652 - Let a11y tests know about the extra preloaded document r=tbsaunde
2014-11-06 12:30:47 +01:00
Tim Taubert
d8de480a75
Bug 1077652 - Revert change from bug 794041 that makes test_docload.html expect accessibles in the hidden window r=tbsaunde
2014-11-05 14:36:44 +01:00
Tim Taubert
b747c7cdce
Bug 1077652 - Update browser_newtab_background_captures.js to work with the new preloader r=adw
2014-11-19 16:21:22 +01:00
Tim Taubert
375ca18672
Bug 1077652 - Introduce new preloading mechanism r=dao
2014-11-19 16:23:49 +01:00
Wes Kocher
340d6a8f92
Merge inbound to m-c a=merge
2014-12-11 16:50:45 -08:00
Wes Kocher
1faef47ced
Merge b2g-inbound to m-c a=merge
2014-12-11 16:48:00 -08:00
Wes Kocher
df68fab499
Merge fx-team to m-c a=merge
2014-12-11 16:28:06 -08:00
B2G Bumper Bot
8e02e12888
Bumping manifests a=b2g-bump
2014-12-11 14:23:20 -08:00
B2G Bumper Bot
a775d70753
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1f983cfb1e4
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #26646 from nullaus/bug1100842
bug 1100842 - Use solid color for dialog background like all other dialo...
========
https://hg.mozilla.org/integration/gaia-central/rev/3584cdfa49df
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1100842 - Use solid color for dialog background like all other dialogs. r=djf
2014-12-11 14:21:39 -08:00
Aaron Klotz
126407983e
Bug 1070755: Telemetry to track total time that the main thread is blocked during plugin initialization; r=vladan (Relanding because I meant to back out a different commit for bustage, not this) CLOSED TREE
2014-12-11 14:00:47 -07:00
Wes Kocher
449c5fc2eb
Backed out changeset 22484b7bbff3 (bug 1108728) for mochitest-11 bustage on a CLOSED TREE
2014-12-11 15:19:50 -08:00
Wes Kocher
12fb9a1937
Backed out changeset 62a9e591e57d (bug 1070755) for mochitest-11 bustage on a CLOSED TREE
2014-12-11 14:53:01 -08:00
Aaron Klotz
7d7b557efe
Bug 1070755: Telemetry to track total time that the main thread is blocked during plugin initialization; r=vladan
2014-12-11 14:00:47 -07:00
Sotaro Ikeda
fd5658d42c
Bug 1108728 - Remove dormant related state from MediaDecoder r=cpearce
2014-12-11 12:15:12 -08:00
Ryan VanderMeulen
ba010dc4dd
Backed out changeset c677f867a18a (bug 1101287) for making the test more failure-prone that it was before. CLOSED TREE
2014-12-11 15:13:46 -05:00
Seth Fowler
9d6e1a4bf8
Bug 1101415 - Disable test_animation2.html until it can be fixed (on a CLOSED TREE). r=me a=RyanVM
2014-12-11 12:03:05 -08:00
Jan Varga
131170e7ae
Bug 1110067 - Presence of asmjs cache in storage/temporary causing indexedDB.open() to fail for non-persistent storage; r=bent
2014-12-11 20:34:52 +01:00
Patrick Brosset
c332050fa7
Bug 1096044 - Add new actors to surface Web Animations API objects and methods to the devtools; r=harth
2014-12-11 20:08:49 +01:00
B2G Bumper Bot
6c9c467bd4
Bumping manifests a=b2g-bump
2014-12-11 09:36:52 -08:00
B2G Bumper Bot
0983dd708d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/18e16a8b3be1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #26704 from KevinGrandon/bug_1109308_debug_test_tc
Bug 1109308 - Due to font-rendering inconsistencies, check the difference instead of equality
========
https://hg.mozilla.org/integration/gaia-central/rev/fdf7d72bc78f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1109308 - Due to font-rendering inconsistencies, check the difference instead of equality
2014-12-11 09:32:14 -08:00
Ryan VanderMeulen
a7096ab13c
Backed out changeset 0460160af653 (bug 1039639) for B2G debug mochitest crashes.
2014-12-11 11:59:47 -05:00
B2G Bumper Bot
64b69b0f4a
Bumping manifests a=b2g-bump
2014-12-11 08:51:52 -08:00
B2G Bumper Bot
bc5519e789
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/40dbaf70ab74
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26716 from davehunt/bug1074117-persona
Bug 1074117 - Use expected conditions and optimise element lookups in persona app object
========
https://hg.mozilla.org/integration/gaia-central/rev/491502ccf0a3
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions and optimise element lookups in persona app object. r=fstrugariu
2014-12-11 08:42:15 -08:00
Mike Habicher
b3d455fadf
Bug 1107683 - remove method callbacks from CameraControl, r=aosmond,bz
2014-12-11 11:02:51 -05:00
B2G Bumper Bot
2fcdb603d3
Bumping manifests a=b2g-bump
2014-12-11 06:47:04 -08:00
B2G Bumper Bot
703093ee6e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/808d20f7f239
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26693 from JohanLorenzo/bug-1104645
Bug 1104645 - Update the conditions regarding the number of digits displ...
========
https://hg.mozilla.org/integration/gaia-central/rev/e9098512e0eb
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1104645 - Update the conditions regarding the number of digits displayed on the callscreen
2014-12-11 06:42:21 -08:00
B2G Bumper Bot
c2b9512f78
Bumping manifests a=b2g-bump
2014-12-10 20:31:48 -08:00
B2G Bumper Bot
b7594f6c4d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e832f7bc675f
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26547 from huchengtw-moz/bug-1101373-footer
Bug 1101373 - [Stingray][home] apply visual spec to filter (footer), r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/6a4847ecf13f
Author: John Hu <johu@mozilla.com>
Desc: Bug 1101373 - [Stingray][home] apply visual spec to filter (footer)
2014-12-10 20:27:10 -08:00
B2G Bumper Bot
3a10324832
Bumping manifests a=b2g-bump
2014-12-10 19:46:59 -08:00
B2G Bumper Bot
a5cfd376c0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e885f915f898
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1039639 - merge pull request #25904 from jimporter:music-flac to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/6cabaa0ac204
Author: Jim <jporter@mozilla.com>
Desc: Bug 1039639 - [music] Support parsing FLAC metadata
2014-12-10 19:42:15 -08:00
B2G Bumper Bot
6b436cc9d7
Bumping manifests a=b2g-bump
2014-12-10 16:11:51 -08:00
B2G Bumper Bot
6ced434d90
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fbe157c6c13b
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #26699 from mikeaich/bug1109240
Bug 1109240 - remove use of unsolicited callbacks from Camera app, r=justindarc
========
https://hg.mozilla.org/integration/gaia-central/rev/9bd80cf165c8
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Bug 1109240 - remove use of unsolicited callbacks from Camera app
2014-12-10 16:07:14 -08:00
B2G Bumper Bot
af612bc3bc
Bumping manifests a=b2g-bump
2014-12-10 13:33:52 -08:00
Ryan VanderMeulen
1235490c83
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-10 16:01:20 -05:00
Ryan VanderMeulen
10be490a1b
Merge fx-team to m-c. a=merge
2014-12-10 15:51:58 -05:00
Gijs Kruitbosch
f2fb3ab012
Bug 1101287 - fix browser_934951_zoom_in_toolbar.js to use a mutation observer to wait for a label change, r=adw
2014-12-10 18:18:14 +00:00
Marco Bonardo
5094ec66a0
Bug 1090961 - Enqueue Sqlite.jsm transactions. r=Yoric
...
--HG--
extra : rebase_source : ffe49b9c2cbee0ee48c715810e343adc2d38d271
2014-12-11 15:50:51 +01:00
Nick Fitzgerald
c0f610abce
Bug 1108149 - Make ObjectQuery::findObjects use JS::ubi::RootList; r=shu
2014-12-10 09:47:21 -08:00
Ryan VanderMeulen
b200e7d1b4
Backed out changesets 027c65d3ac10 and 541ea8e2706e (bug 1104623) for intermittent leaks in the new test.
2014-12-10 12:43:56 -05:00