Ben Turner
1f4842da80
Bug 1035454 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.
2014-09-10 20:34:41 -07:00
Mike Hommey
77c2089cb5
Bug 1051209 - Properly link libxul.so on GTK+3 builds after bug 1045783. r=mshal
2014-09-11 12:24:44 +09:00
Mike Hommey
4770b2992c
Bug 1059255 - Make stdc++compat errors fatal. r=mshal
2014-09-11 12:20:41 +09:00
Mike Hommey
034163d15c
Bug 1059255 - Stop building stdc++compat as a real library. r=mshal
...
Incidentally, this makes the build fail because stdc++compat.o then appears
twice on the libxul linkage command line. This, in turn, is because
widget/xremoteclient creates both a program and an intermediate library for
libxul. The Program() template adds stdc++compat to the directory data,
which ends up being added to libxul as well. The same kind of issue arises
when linking the gtest-enabled libxul.
While eventually we'll be able to avoid those problems, it's not the case
yet, so work around the issue by making expand-libs skip .desc files that
appear multiple times.
2014-09-11 12:19:28 +09:00
Mike Hommey
c9e31ff915
Bug 1063860 - Refresh some of the variable/tier associations in mozbuild.context. r=gps
2014-09-11 12:12:18 +09:00
Timothy Nikkel
c5df36a648
Bug 1063364. imgLoader::SetHasProxies/SetHasNoProxies should operate on imgRequests/imgCacheEntrys not URIs. r=seth
...
There can be more than one imgRequest alive for any given URI, so when we tell the imgLoader that we have/do not have proxies we should be specific which imgRequest/imgCacheEntry this applies to so we don't change the wrong imgRequest/imgCacheEntry.
2014-09-10 21:47:00 -05:00
Ehsan Akhgari
665fd8a1d1
Bug 1065668 - Fix more bad implicit ctors in profiler; r=BenWa
2014-09-10 22:06:53 -04:00
Eric Rahm
8e5f2e2313
Bug 1059593 - logcat entries from console logging should include app name. r=dhylands
...
--HG--
extra : rebase_source : 8e924b6a97b49eee3bfa0c89e81d15cd3b4dfaef
2014-09-09 16:52:08 -07:00
Jonathan Watt
56aaeed4fc
Bug 1065764, part 2 - Make Moz2D's Matrix::NudgeToIntegers() return a reference. r=Bas
2014-09-11 01:46:21 +01:00
Jonathan Watt
7d3142ed90
Bug 1065764, part 1 - Make gfxMatrix::NudgeToIntegers() return a reference. r=Bas
2014-09-11 01:46:19 +01:00
Jonathan Watt
ea0b67384b
Bug 1065743 - Make Moz2D's DrawTarget::GetTransform() return a copy instead of a const reference. r=Bas
2014-09-11 01:46:16 +01:00
Jonathan Watt
ad3740d79f
Bug 1065737 - Add a PreMultiply() method to Moz2D's Matrix class. r=Bas
2014-09-11 01:45:05 +01:00
Jonathan Watt
3229c51d66
Bug 1065718 - Make gfxMatrix's Translate(), Scale() and Rotate() methods return a non-const reference. r=Bas
2014-09-11 01:45:04 +01:00
Bill McCloskey
90f75883ed
Bug 1062024 - Allow CPOWs to be passed to COWs (r=bholley)
2014-09-10 17:15:41 -07:00
Bill McCloskey
2dce3be38e
Bug 1058543 - Make page info work again in e10s (r=mconley)
2014-09-10 17:15:41 -07:00
Bill McCloskey
59d062f9a1
Bug 1060042 - CPOWs need a hasInstance hook (r=mrbkap)
2014-09-10 17:15:40 -07:00
Bill McCloskey
50d9a380a4
Bug 1057663
- Make sure content process crashes always get reported (r=felipe)
2014-09-10 17:15:40 -07:00
Bill McCloskey
416cd026a1
Bug 1042680 - Allow add-ons to assign to var-declared chrome global with compartment_per_addon (r=bholley)
2014-09-10 17:15:40 -07:00
Seth Fowler
d9ed95ebe1
Bug 1057894 (Part 2) - Add RAII smart handles for imgFrame locking. r=tn
2014-09-10 17:06:45 -07:00
Seth Fowler
c6bc53f6f4
Bug 1057894 (Part 1) - Make VolatileBufferPtr's moveable. r=mwu
2014-09-10 17:06:37 -07:00
Eric Faust
9b8255f0c4
Bug 966518 - Part 0: Make proxy callability into a trap, rather than a class check. (r=bholley, r=djvj, r=peterv)
2014-09-10 15:52:36 -07:00
Ryan VanderMeulen
9d54d5a7be
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-09-10 18:36:26 -04:00
Ryan VanderMeulen
ff7fcbcbc7
Backed out changeset 72ec272d143d (bug 1005922) for B2G debug emulator-kk bustage.
2014-09-10 18:35:52 -04:00
Ehsan Akhgari
c1678608c7
Backed out changeset 02fbb6ada9cb (bug 967494) for build bustage on a CLOSED TREE
2014-09-10 18:29:34 -04:00
Ryan VanderMeulen
426e028a78
Merge fx-team to m-c. a=merge
2014-09-10 18:12:50 -04:00
Ryan VanderMeulen
11ebe83ace
Bug 1023323 - Mark 413361-1.html as fuzzy on Android 4.0. a=test-only
2014-09-10 18:03:57 -04:00
Jan Horak
5863949c0c
Bug 967494 - Sync spell checking dictionaries with Subject, Body and spellchecker.dictionary preference. r=ehsan
...
--HG--
extra : rebase_source : a20dc10ab6047ccc7dab58eb32b5eb96c7610545
2014-09-10 17:58:41 -04:00
Felipe Gomes
89b1bd1b5b
Bug 1063842 - Add in-product notification when e10s is first enabled. r=mconley
2014-09-10 19:06:19 -03:00
EKR
4922245545
Bug 1063730
- Require HTTPS for Screen/window sharing. r=mt,sstamm
2014-09-10 15:01:44 -07:00
Andrew McCreight
a677ceee79
Bug 1065049 - Enable logging of GMP process name. r=jesup
2014-09-10 14:52:36 -07:00
Andrew McCreight
61a5c7e622
Bug 1058903 - Ignore the GMPService shutdown assert, because it always fails. r=jesup
...
This is failing all the time right now, but we never reach the assert due to crashing earlier.
To allow us to get e10s shutdown leak checking working, ignore this assertion until GMPService is
fixed for e10s.
2014-09-10 14:52:36 -07:00
B2G Bumper Bot
d16ee16605
Bumping manifests a=b2g-bump
2014-09-10 13:16:59 -07:00
B2G Bumper Bot
f3b751659c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6465db998273
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #23764 from tamarahills/bugfix/1060729
Bug 1060729 - Handle default outgoing call SIM set to always ask in ICE contacts. r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/463052b2ba87
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1060729 - Handle default outgoing call SIM set to always ask in ICE contacts. r=drs
2014-09-10 13:10:45 -07:00
B2G Bumper Bot
0b334ea097
Bumping manifests a=b2g-bump
2014-09-10 12:36:55 -07:00
B2G Bumper Bot
af1ad3296f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e33cddfb7da2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #23914 from etiennesegonzac/bug-1061324-follow-up
Bug 1061324 follow up - Intermittent fix and app closing hardening. r=21
========
https://hg.mozilla.org/integration/gaia-central/rev/6aeccb81e493
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1061324 follow up - Intermittent fix and app closing hardening.
2014-09-10 12:30:47 -07:00
Mark Banner
95ff5c2f53
Follow-up to bug 1035348 - fix the conversation window not opening when incoming calls are received. rs=jaws
2014-09-10 20:10:56 +01:00
B2G Bumper Bot
d4bb3d408e
Bumping manifests a=b2g-bump
2014-09-10 12:06:54 -07:00
Richard Newman
8985e6d29b
Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander
...
What I think was happening here: we were taking a locale *tag* ("en-US") and giving it to the Java Locale constructor to parse. It parsed that as "en" (because it expects _ not -), so we'd get "English".
And because it was the display string from the locale, in e.g., French we'd get "français", lowercase.
The fix is to just use the same code path that we use for the list picker itself -- make a descriptor from the tag, and ask it for its display string.
2014-09-10 12:01:35 -07:00
Richard Newman
6c6be7170a
Bug 1065523 - Part 0: enable KitKat-specific code in locale picker. r=nalexander
2014-09-10 12:01:34 -07:00
B2G Bumper Bot
efd6025870
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/67b5919d41ce
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #23742 from DouglasSherk/1059087-contacts-separator
Bug 1059087 - Fix missing spacing between "Carrier Name" and "Type Label". r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/053fc6b1c62a
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1059087 - Fix missing spacing between "Carrier Name" and "Type Label". r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/1611a3b05d56
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #23912 from etiennesegonzac/bug-1063043-esd-tap-keyboard
Bug 1063043 - The EdgeGestureDetector shouldn't removeFocus when detecting a tap r=21
========
https://hg.mozilla.org/integration/gaia-central/rev/2f91137a1ce4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1063043 - The EdgeGestureDetector shouldn't removeFocus when detecting a tap. r=21
========
https://hg.mozilla.org/integration/gaia-central/rev/d68639b3314b
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #23816 from justindarc/bug1063106
Bug 1063106 - [camera] rapid taps on the shutter button set focus region...
========
https://hg.mozilla.org/integration/gaia-central/rev/ea7c8cd83de2
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1063106 - [camera] rapid taps on the shutter button set focus region behind the button
2014-09-10 12:00:46 -07:00
B2G Bumper Bot
6941a110cf
Bumping manifests a=b2g-bump
2014-09-10 11:52:08 -07:00
B2G Bumper Bot
01aea4f1f3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9bb13b4fca4d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23848 from daleharvey/1053261
Bug 1053261 - Add customisable preloaded top sites.
========
https://hg.mozilla.org/integration/gaia-central/rev/952e0c5ac8cd
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1053261 - Add customisable preloaded top sites. r=kgrandon
2014-09-10 11:45:52 -07:00
Margaret Leibovic
ab08f7c834
Bug 1065123 - Don't crash if the default engine isn't found. r=nalexander
2014-09-10 19:56:57 +02:00
B2G Bumper Bot
5fd5cddd62
Bumping manifests a=b2g-bump
2014-09-10 10:52:01 -07:00
B2G Bumper Bot
76fbd1293e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/25075a5247d0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23885 from KevinGrandon/bug_1063694_search_unresponsive
Bug 1063694 - [System] Fix SearchWindow prototype
========
https://hg.mozilla.org/integration/gaia-central/rev/eb3e18decd96
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1063694 - [System] Fix SearchWindow prototype r=alive
2014-09-10 10:45:51 -07:00
B2G Bumper Bot
d32746df71
Bumping manifests a=b2g-bump
2014-09-10 10:17:00 -07:00
Victor Porof
7a653b042a
Bug 1050386 (relanded) - Build a temporary timeline panel, r=paul
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-07.js => browser/devtools/shared/test/browser_graphs-07a.js
2014-09-10 13:11:06 -04:00
B2G Bumper Bot
ea8ad0d9df
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4422cdddf322
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1063249 - Fix search 'http:' or 'app:' within rocketbar r=kgrandon
2014-09-10 10:10:46 -07:00
Ryan VanderMeulen
39f8fdf1d2
Backed out changeset e3a037fb152f (bug 1050386) for frequent WinXP mochitest-dt failures.
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-07a.js => browser/devtools/shared/test/browser_graphs-07.js
2014-09-10 12:51:59 -04:00
Ryan VanderMeulen
e63bf097f6
Backed out changeset 661f503ea524 (bug 1053966) for Mnw perma-fail.
2014-09-10 12:36:12 -04:00