Drew Willcoxon
b4729bbf46
Bug 1149105 - Fix various desktop reading list sync failures, add more logging. r=markh
2015-03-31 16:41:13 +11:00
Drew Willcoxon
e759de6df5
Bug 1147554 - Lazily create desktop reading list's database connection. r=markh
2015-04-01 18:24:32 -07:00
Wes Kocher
2e080d2191
Merge m-c to fx-team a=merge
2015-04-01 18:21:27 -07:00
Mark Hammond
e318d2821b
Bug 1146346 - fix sync login when master-password was unlocked by something other than sync. r=ckarlof
2015-04-02 09:51:05 +11:00
Mike Conley
ba828c3259
Bug 1150200 - QI the docShell to an nsIWebNavigation before sending canGoForward or canGoBackward in browser-child.js. r=ttaubert.
...
--HG--
extra : rebase_source : 8bba25713dc006ca897f21295ccb47b19ac1b312
extra : amend_source : 9a61ba3c60162ba131b617ca0f45f7b8bfeb79fb
2015-04-01 17:20:09 -04:00
Marina Samuel
fada1e8aae
Bug 1149682: Don't cache (or show) sponsored suggested links. r=adw
2015-04-01 17:34:21 -04:00
Marina Samuel
1f1e082198
Bug 1149680: Send the Firefox channel on fetch. r=adw
2015-04-01 17:30:28 -04:00
Marina Samuel
02b3ec0a15
Bug 1105360: Only enhance tiles that are under the 'enhanced' key. r=adw
2015-04-01 17:26:46 -04:00
Dan Mosedale
818c32c70b
Bug 999737-add ESLint to run-all-loop-tests; update docs, rs=Standard, DONTBUILD
2015-04-01 14:08:38 -07:00
Karl Tomlinson
5ff9091968
bug 1149376 remove no-op assignment of loop terminator variable r=cajbir
...
--HG--
extra : rebase_source : 9d9fe731ef616a9fbcbcd4844412a6886dd940fd
2015-03-31 13:52:10 +13:00
Karl Tomlinson
a1294b7697
bug 1149376 release leaking GstIterator holding on to mPlayBin r=cajbir
...
--HG--
extra : rebase_source : 3746864d01b6b1eba86de3b2af9854303f409138
2015-03-31 13:46:58 +13:00
Brian Smith
f277e7a606
Bug 1119776, Part 8: Avoid defining snprintf when MSVC provides it (angle), r=jgilbert
...
--HG--
extra : rebase_source : 062079fcb42c4c101ac2fc3669aa7a09d6126324
2015-03-31 09:51:27 -10:00
Brian Smith
a0437d5b8f
Bug 1146057: Remove support for GCC 4.6, r=keeler
...
Since Gecko now requires GCC 4.7 or later, we no longer need to
work around the lack of support for "override" and "final" in
earlier versions of GCC.
--HG--
extra : rebase_source : 0f104f16be9e7c1ff87bbdd0d4ba6700b1081fb8
2015-03-30 20:18:46 -10:00
Mason Chang
d89cf35a31
Bug 1144317 - Enable vsync refresh driver on Windows. r=kats
2015-04-01 21:34:35 -07:00
Cameron McCormack
573008d81b
Bug 1145912 - Wait for animations to start before continuing in subtests that assume they are running. r=birtles
2015-04-02 14:56:14 +11:00
L. David Baron
b3ed399cec
Bug 980770 - Enable off-main-thread animations on all platforms with off-main-thread compositing, for nightly/aurora. r=birtles
2015-04-01 20:30:18 -07:00
Brian Birtles
f09556d158
Bug 1149906 - Consider play-pending animations to be playing as well r=dbaron
2015-04-01 17:22:02 +09:00
L. David Baron
953d3f8dfc
Bug 1150288 - Restore old behavior of mIsPreviousStateFinished into a new variable, since we need it in CanThrottle. r=birtles
...
(I don't understand the motivation for the changes to how it was set,
but this just switches to having two variables for the two uses.)
This fixes the test failures in test_animations_omta.html with OMT
animations enabled.
2015-04-01 20:30:17 -07:00
Wes Kocher
2f6554bf7c
Backed out 20 changesets (bug 1138499, bug 1148750, bug 1149563, bug 1148652, bug 1123875, bug 1145636, bug 1147660, bug 1148568, bug 1142828) for talos other timeouts CLOSED TREE
...
Backed out changeset 3fc49391f7fe (bug 1148750)
Backed out changeset 75e867c1c39e (bug 1148750)
Backed out changeset 7f6a4e3976f0 (bug 1148750)
Backed out changeset 91d726011835 (bug 1149563)
Backed out changeset fc7c3cf0e526 (bug 1148652)
Backed out changeset 35a01c7e0f8d (bug 1148652)
Backed out changeset 3125cc5a7a65 (bug 1148652)
Backed out changeset a9f10724b83b (bug 1148568)
Backed out changeset 87132a806ab0 (bug 1147660)
Backed out changeset e6b410c7b847 (bug 1147660)
Backed out changeset c350fe54d9c0 (bug 1147660)
Backed out changeset e4b971996b94 (bug 1147660)
Backed out changeset f221db19fb75 (bug 1147660)
Backed out changeset c4599f0cff00 (bug 1142828)
Backed out changeset c7388a9c3935 (bug 1138499)
Backed out changeset 9b51b38317d6 (bug 1138499)
Backed out changeset ad243a3cd06f (bug 1138499)
Backed out changeset fafda276abd9 (bug 1138499)
Backed out changeset 0a00470fdc2a (bug 1145636)
Backed out changeset 06dbe25231c2 (bug 1123875)
--HG--
extra : amend_source : be3290b09642feacd7f517f1e354126b2e905998
2015-04-01 19:17:45 -07:00
Eric Rahm
6aaa172f43
Bug 1150247 - Check if value is function before binding. r=ato
...
Rather than attempting to bind non-functions and catching the exception this
explicitly checks if it is a function. This helps reduce memory consumption
needed for the exception stack traces. Realistically that will go away when GC
is run, but it throws off memory measurments prior to that.
2015-04-01 18:58:21 -07:00
Wes Kocher
fe55b9fca2
Merge m-c to inbound a=merge
2015-04-01 18:19:18 -07:00
Shian-Yow Wu
62f8ad8aab
Bug 1148503 - Test PAC Generator on B2G only. r=mcmanus
2015-04-02 09:17:59 +08:00
Bill McCloskey
e55b3abff3
Bug 1128457 - Make sure received messages are dispatched during timeouts (r=dvander)
2015-04-01 17:37:14 -07:00
Bill McCloskey
8ca51dad9f
Bug 1146033 - Fix Reflect.parse default parameters (r=Waldo)
2015-04-01 17:37:13 -07:00
Bill McCloskey
741a56ff2e
Bug 1146032 - Fix comprehension name location in Reflect.parse (r=Waldo)
2015-04-01 17:37:13 -07:00
Bill McCloskey
57d4ddaaa8
Bug 1147235 - Use AppConstants in urlbarBindings.xml (r=gavin)
2015-04-01 17:37:13 -07:00
Bas Schouten
87292f976a
Bug 1149864: Do not attempt to create any D3D11 device when safemode is turned on. r=jrmuizel
2015-04-01 19:45:58 +02:00
Michael Comella
8b1165d2ea
Bug 1132751 - Remove redundant ActionBar home setting. r=liuche
...
This is defined in the Activity theme too.
--HG--
extra : rebase_source : f97731dbef34f20338251791353a3facdccb2bd2
2015-03-30 15:47:27 -07:00
Dan Mosedale
33b164b5c0
Bug 999737-bootstrap eslint for loop content JS, fix a found bug, rs=MattN
2015-03-31 17:28:36 -07:00
Kartik Somani
cbcd41c23f
Bug 1147398 - Replaced string bundle creation for browser.properties and brand.properties with lazy getters, r=gijs
2015-03-31 16:00:45 -07:00
Wes Kocher
b2679ce914
Backed out changeset b8c1a40cea07 (bug 1147398) for crashtest assertions
2015-03-31 15:58:06 -07:00
Kartik Somani
76509b1c51
Bug 1147398 - Replaced string bundle creation for browser.properties and brand.properties with lazy getters, r=gijs
2015-03-30 15:11:00 +01:00
Dão Gottwald
f4a519025e
Bug 706103 - replace chrome copy of files by overrides in browser/themes/. r=gijs
...
--HG--
rename : browser/themes/windows/Metro_Glyph-aero.png => browser/themes/windows/Metro_Glyph.png
rename : browser/themes/windows/preferences/checkbox-8.png => browser/themes/windows/preferences/checkbox.png
2015-03-31 23:22:13 +02:00
Robert Strong
c97291f765
Bug 1149693 - Remove UpdaterHealthProvider.jsm from nsUpdateService.manifest. r=spohl
2015-03-31 14:17:56 -07:00
Robert Strong
7e8331155e
Bug 1149590 - Update/Upgrade for application dowloaded and installed, setting to ask/prompt for action ignored. r=spohl
2015-03-31 14:17:38 -07:00
Blake Winton
dbe09169a6
Bug 1148050 - Make Reader View type panel look closer to the spec. ui-r=mmaslaney, r=Unfocused
2015-03-28 10:59:49 -04:00
Jim Mathies
1aaae619de
Bug 1122525 - On right-click query in advance media related information from the image cache and forward this info to chrome with the contextmenu event. r=mconley
2015-03-31 12:59:06 -05:00
Ryan VanderMeulen
3e6e4cfe95
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-03-31 14:41:03 -04:00
Ryan VanderMeulen
bf52a3a76f
Merge inbound to m-c. a=merge
2015-03-31 14:08:52 -04:00
Ryan VanderMeulen
a7001ad9dc
Merge b2g-inbound to m-c. a=merge
2015-03-31 13:58:31 -04:00
Ryan VanderMeulen
00f7cdc553
Bug 1026815 - Disable test_bug565388.xul on Linux and OSX for frequent failures. a=test-only
2015-03-31 13:54:19 -04:00
Ryan VanderMeulen
705fde4ac4
Bug 1136780 - Disable test_fetch_event.html for frequent failures on all platforms. a=me
2015-03-31 13:23:37 -04:00
B2G Bumper Bot
4d959c3e86
Bumping manifests a=b2g-bump
2015-03-31 09:02:24 -07:00
Ryan VanderMeulen
608e0e0c96
Backed out changeset 95866bc69415 (bug 1144409) for bustage.
2015-03-31 11:16:29 -04:00
Ryan VanderMeulen
5afca0859f
Backed out changeset 13c7176938cd (bug 1144409)
2015-03-31 11:16:21 -04:00
Carsten "Tomcat" Book
d03ee825c7
merge mozilla-inbound to mozilla-central a=merge
2015-03-31 14:43:50 +02:00
Carsten "Tomcat" Book
8114c2dd49
merge fx-team to mozilla-central a=merge
2015-03-31 14:24:33 +02:00
B2G Bumper Bot
90ec056cf5
Bumping manifests a=b2g-bump
2015-03-31 02:18:07 -07:00
B2G Bumper Bot
7a25fe4225
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f69a6e0dc3d8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #29188 from crh0716/1145756
Bug 1145756 - Set the cached value r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/2d5fba7ffd44
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1145756 - Set the cached value
========
https://hg.mozilla.org/integration/gaia-central/rev/4c84d2fae257
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1011478 - merge pull request #19323 from julienw:debug-mode-check-default-browser to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/40e95e68d973
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1011478 - Disable browser.shell.checkDefaultBrowser also in DEBUG builds r=rickychien
2015-03-31 02:15:33 -07:00
B2G Bumper Bot
3832a9d8a7
Bumping manifests a=b2g-bump
2015-03-31 01:53:11 -07:00