B2G Bumper Bot
9f093bb584
Bumping manifests a=b2g-bump
2014-12-08 23:07:01 -08:00
B2G Bumper Bot
d5addb8663
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ab0000d0f6dc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1101518 - [Build] Don't rewrite "async" scripts, and fix the skipping operation r=rickychien
2014-12-08 23:02:20 -08:00
Chris Peterson
27230b5419
Bug 1108938 - Suppress -Wunused-function warning-as-error by changing strerror_message() to inline. r=sfink
2014-12-08 21:39:13 -08:00
Chris Peterson
897855b626
Bug 1108932 - Fix -Wunused-const-variable warning-as-error in nsCSPParser.cpp. r=ckerschb
2014-12-08 21:16:51 -08:00
Phil Ringnalda
5ac2c7b278
Back out eb203c9db11d (bug 1107541) for e10s dt bustage
...
CLOSED TREE
2014-12-08 20:24:52 -08:00
Nick Alexander
9f48ddca50
Bug 1084098 - Add Android tools tags to some Remote Tabs home panel views. r=mcomella
...
These tags are used by Android tools (including IntelliJ) at design-time
to show "sample data". They're stripped entirely at build time.
2014-12-08 19:32:51 -08:00
Nick Alexander
8166aad816
Bug 1084098 - Adjust padding/margins of Sync tabs panel items. r=mcomella
...
Pretty straight-forward implementation of the mock. The mock shows a
different "bookmark star" icon, with slightly different right-margins,
and implementing that change requires changing the TwoLinePageRow layout
to not use drawableRight for the star. (Otherwise, the star will not be
vertically centered in the container.) I don't care to make that change
for this ticket.
2014-12-08 19:32:37 -08:00
Nick Alexander
eb243e86cb
Bug 1084098 - Pre: Don't require GeckoApplication in Themed*widgets. r=mcomella
...
In editors (Eclipse and IntelliJ), Android View sub-classes are created
in a "Bridging" mock context. There is no ambient GeckoApplication in
this case. It's already okay for the LWT to be null; let's loosen the
requirement that there be an ambient GeckoApplication to let these View
sub-classes render in editors.
2014-12-08 18:58:37 -08:00
B2G Bumper Bot
b3ec105684
Bumping manifests a=b2g-bump
2014-12-08 16:01:51 -08:00
B2G Bumper Bot
04c47a1885
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/331d7bdc01ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #26662 from KevinGrandon/bug_1103087_collection_inner_html
Bug 1103087 - Collection offline textContent r=Cwiiis
========
https://hg.mozilla.org/integration/gaia-central/rev/638c5f901643
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1103087 - Collection offline textContent
2014-12-08 15:57:12 -08:00
James Long
f2486c2b8a
Bug 1107541 - display eval scripts with a sourceURL pragma correctly in the debugger r=fitzgen
2014-12-08 15:49:34 -08:00
Chris Manchester
cb425e733f
Bug 1108714 - Make marionette's skip_if_b2g run desktop tests. r=mdas
2014-12-08 17:21:59 -05:00
B2G Bumper Bot
181cb8ac46
Bumping manifests a=b2g-bump
2014-12-08 14:01:48 -08:00
B2G Bumper Bot
980ad3980a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc40d72424e2
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #26658 from yzen/bug-1108684
Bug 1108684 - removed <br> from event-multiple-day-duration aria-label
========
https://hg.mozilla.org/integration/gaia-central/rev/546a725cb1d6
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1108684 - removed <br> from event-multiple-day-duration aria-label
2014-12-08 13:52:39 -08:00
Ryan VanderMeulen
be6607416e
Merge inbound to m-c. a=merge
2014-12-08 15:46:14 -05:00
Ryan VanderMeulen
b066802438
Merge fx-team to m-c. a=merge
2014-12-08 15:37:46 -05:00
Ryan VanderMeulen
8b716a35b2
Backed out changesets ae63e2dda6e0, a9ca0113db3c, and d0a6757e24bd (bug 1097823) for bustage.
...
DONTBUILD CLOSED TREE
2014-12-08 15:00:02 -05:00
Bobby Holley
081dbd1936
Bug 1097823 - Implement Media Promises. r=cpearce
2014-12-08 11:34:50 -08:00
Bobby Holley
a809fdd3f0
Bug 1097823 - Implement MediaTaskQueue::ForceDispatch. r=cpearce
...
This is necessary to have strong guarantees that promises will be resolved.
While we're flushing the task queue, normal dispatch starts to fail,
meaning that we can't dispatch promise resolution. We have 3 options to handle
this:
(A) Never respond to the promise.
(B) Invoke the Resolve/Reject callback synchronously if dispatch fails.
(C) Prevent dispatch from failing.
(C) seems like the option least likely to violate invariants if we can get away
with it. Promise resolution is unlikely to be a heavyweight task in the way that
a decode task might be, so this should hopefully be ok.
Note that this still doesn't help for bonafide task queue shutdown. It's up to
consumers to tear down their MediaPromiseHolders before the task queues are shut
down.
2014-12-08 11:34:50 -08:00
Bobby Holley
8aa19738d9
Bug 1097823 - Move NotDecodedReason from RequestSampleCallback to MediaDecoderReader. r=cpearce
2014-12-08 11:34:50 -08:00
Margaret Leibovic
a38ecda195
Bug 1105290 - Add null check to createEngineFromFileList. r=rnewman
...
--HG--
extra : rebase_source : 5a02f71a93659a297de3f8b2a8facb7c6a32f37e
extra : amend_source : 9ff1f1b354f6a50d5d49b060d1e1eac118ad712e
2014-12-08 11:12:44 -08:00
Victor Porof
da808ccd66
Bug 1106137 - Make canvas debugger faster by avoiding a double-copy operation when deserializing image data, r=pbrosset
2014-12-09 10:57:53 -05:00
Victor Porof
da31b9fba1
Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell
2014-12-08 13:09:25 -05:00
B2G Bumper Bot
ac0c026dbf
Bumping manifests a=b2g-bump
2014-12-08 09:51:56 -08:00
B2G Bumper Bot
669a9e8c38
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0d6dca3dab03
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 918970 - display existing thread when sending a sms from contact app r=julien
2014-12-08 09:42:16 -08:00
Mike de Boer
bf4d9aa706
Bug 1092954: add tests for forced disconnect handling on room deletion. r=Standard8
2014-12-08 17:45:36 +01:00
Mike de Boer
115475c901
Bug 1092954: oust all users from a room when it's deleted. r=Standard8
2014-12-08 17:45:32 +01:00
Ryan VanderMeulen
1352dc7648
Backed out changeset f4e24f923395 (bug 1092132) for Gip bustage.
...
--HG--
extra : rebase_source : 6a09b24d719c71df8556aa1ce692d9af7570a08a
2014-12-08 11:05:03 -05:00
B2G Bumper Bot
5b2ba279b4
Bumping manifests a=b2g-bump
2014-12-08 08:01:52 -08:00
B2G Bumper Bot
938539153b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/304e319b8a7d
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26565 from DouglasSherk/1102496-dialer-keypad-delete-rtl
Bug 1102496 - Force render the keypad delete button in LTR, even in RTL mode. r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/3be4530c5276
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1102496 - Force render the keypad delete button in LTR, even in RTL mode. r=gsvelto
2014-12-08 07:57:14 -08:00
B2G Bumper Bot
dac2c3f6f9
Bumping manifests a=b2g-bump
2014-12-08 07:48:33 -08:00
B2G Bumper Bot
3d65f4217b
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/99f6502fa1fc
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #26445 from pacorampas/1099397"
This reverts commit 7cc460af0f6f491d1afa6b6043cdea5025f0e15f, reversing
changes made to 30ad86d78c396ed746879d732e0cc8aad61b936a.
2014-12-08 07:42:15 -08:00
vivek
68a81c9ef2
Bug 1097098 : Get tab history calculation offloaded to JS . r=bnicholson
2014-12-05 17:59:45 -08:00
J. Ryan Stinnett
178981806d
Bug 1107013 - Clear Browser Toolbox cache for local builds. r=bgrins
2014-12-08 16:26:09 -06:00
Gijs Kruitbosch
a58af6b3c0
Bug 1099095 - delay checking webrtc window until it closes, r=florian
...
--HG--
extra : rebase_source : a80d27b122ab2d62215cc79f98532e7c9b332370
2014-12-05 16:14:11 -08:00
Romain Gauthier
f13abf07a7
Bug 1045498 - New Hello UX for non supported browsers. r=nperriault
2014-12-09 14:19:21 +01:00
Carsten "Tomcat" Book
8cafc8c5cb
Merge mozilla-central to fx-team
2014-12-09 13:17:29 +01:00
Brian Grinstead
d28043d775
Bug 1093730 - Use getPanelWhenReady for debugger state in browser toolbox. r=jryans
2014-12-08 16:20:00 +01:00
Brian Grinstead
8e21fafb24
Bug 1093730 - Add DevTools toolbox API for getPanelWhenReady. r=jryans
2014-12-08 16:19:00 +01:00
Chris Kitching
1b1aa5dd75
Bug 1106593: Proguard third-party libraries that ship with Fennec. r=nalexander
...
This applies Proguard to third-party libraries such as the Android
support-v4 library and the Google Play Services libraries.
Previously, these were not Proguarded, bloating the Fennec APK.
Technically, this required a few work-arounds, including:
* stripping library debug information with a early Proguard
invocation;
* altering the optimizations tried; and
* reducing the number of Proguard passes.
--HG--
rename : mobile/android/config/proguard.cfg => mobile/android/config/proguard/proguard.cfg
extra : rebase_source : 6d638695b6c8f759578aba5f1eda668fc9c28e9d
extra : amend_source : 96a475c0739c4b44a3df3fdfd2c59321836d9694
2014-12-05 11:50:48 -08:00
Brad Lassey
51e12cda6f
bug 1096666 - measure time spent in each compartment r=billm
2014-12-08 20:12:00 -08:00
Mark Hammond
5dd38ffe50
Bug 1100232 - startOver() should not delete FxA credentials. r=rnewman
2014-12-10 13:02:25 +11:00
Mark Hammond
2c58b12202
Bug 1017433 (part 2) - allow for upload and download of encrypted sync sentinel. r=rnewman
2014-12-10 13:02:25 +11:00
Mark Hammond
fb3d48c4fb
Bug 1017433 (part 1) - Have the sync RecordManager return CryptoWrappers. r=rnewman
2014-12-10 13:02:24 +11:00
Gijs Kruitbosch
5c13351c93
Bug 1107771 - disabling beforeunload should only disable the dialog, not the event, r=bz
2014-12-05 10:31:30 -08:00
Gijs Kruitbosch
430634d902
Bug 1105768
- fix sometimes not showing label on update button because XBL binding isn't attached, r=ally
2014-12-09 00:51:20 +00:00
Matthew Noorenberghe
495347b5e6
Bug 1105523 - UITour: Provide a way for some Hello targets to have their info panel arrow on the side r=Unfocused
2014-12-09 16:08:08 -08:00
Michael Comella
84a36bb7aa
Bug 1107698 - Part 2: Update alpha when updating the color in ResizeablePathDrawable. r=bnicholson
2014-12-09 15:57:54 -08:00
Lucas Rocha
b6033299b6
Bug 1109001 - Only set alpha on non-transparent colors in shaped drawable (r=mcomella)
2014-12-09 23:45:31 +00:00
Mark Hammond
ceba17c93e
Bug 1019408 - add facility to block and unblock new syncs starting. r=rnewman
2014-12-10 10:39:23 +11:00