Jim Blandy
6cc9e4fad6
Bug 1144371: Implement DEBUG-only JS shell function |dumpStringRepresentation|. r=jandem
2015-03-17 13:45:35 -07:00
Jim Blandy
74e2adb0ff
Bug 1063147: Clarify comments about extensible strings. DONTBUILD r=jandem
2015-03-16 18:40:21 -07:00
Jan de Mooij
7daec88092
Bug 1141583 - Store nargs in LambdaFunctionInfo to avoid a TSan false positive. r=bhackett
2015-03-19 10:11:55 +01:00
Jan de Mooij
908c4c5cb7
Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. r=bhackett
2015-03-19 10:08:41 +01:00
Matt Woodrow
b8877d7455
Bug 1145029 - Disable DXVA for 4k videos on AMD hardware since it performs poorly. r=jya
2015-03-19 22:01:47 +13:00
Xidorn Quan
d5e79019fa
Bug 1112474 part 2 - Fix ruby-position reftests with bsize adjustment. r=dholbert
2015-03-19 19:04:50 +11:00
Xidorn Quan
6cc0a0faed
Bug 1112474 part 1 - Make utils of CSS Ruby reftests writing-mode aware. r=dholbert
2015-03-19 19:04:50 +11:00
David Anderson
123c1ead08
Fix max texture size handling in displayport clamping. (bug 1135907 follow-up, r=kats)
2015-03-17 14:04:36 -07:00
Jan-Ivar Bruaroey
5bdee2adcc
Bug 1144984 - add missing includes in MediaTimer.cpp. r=bobbyholley
2015-03-18 21:21:15 -04:00
Seth Fowler
b3b3730969
Bug 1144899 - Make the perfect match check in LookupBestMatch skip undecoded surfaces. r=dholbert
2015-03-18 20:31:38 -07:00
Ehsan Akhgari
356dc96d15
Bug 1144876 - Stop spamming stderr with a warning every time that we encounter a document that is not controlled by a service worker; r=nsm
2015-03-18 14:16:00 +01:00
Jed Davis
15de7894cc
Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang
2015-03-18 15:30:00 +01:00
Ehsan Akhgari
bb3e413951
Bug 1144236 - Add tests for the ignoreMethod match mode in DOM cache; r=bkelly
2015-03-17 10:58:00 +01:00
Ehsan Akhgari
0804076238
Bug 1144214 - Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled; r=bkelly
2015-03-18 14:19:00 +01:00
Alexandre Ratchov
deb1ad625a
Bug 1144087 - "Audio glitches on OpenBSD caused by rounding errors." r=kinetik
2015-03-18 12:19:00 +01:00
Heiher
aea9910cc3
Bug 1144005 - IonMonkey: MIPS: Fix encode break instruction. r=rankov
2015-03-18 18:21:00 +01:00
JW Wang
e8186745ca
Bug 1143562. Part2 - only init |mStorageBaseDir| in the chrome process. r=cpearce
2015-03-18 19:15:00 +01:00
JW Wang
8e48668d12
Bug 1143562 - use /data/b2g/mozilla/gmp as the gmp storage folder on B2G. r=cpearce
2015-03-16 19:51:00 +01:00
Morris Tseng
e8f401d691
Bug 1143139
- Cancel all timer when SelectionCarets are terminated. r=roc
2015-03-17 21:31:00 +01:00
Masatoshi Kimura
1999ec07b4
Bug 1133187 - Update fallback whitelist. r=keeler
2015-03-18 15:36:00 +01:00
Jed Davis
d2a1fdfdb7
Bug 1141906 - Adjust some assertions in Linux sandbox feature detection. r=kang
...
See bug, and comment at top of SandboxInfo.cpp, for rationale.
Bonus fix: reword comment about nested namespace limit; the exact limit
is 33 (not counting the root) but doesn't particularly matter.
2015-03-17 22:50:00 +01:00
92472cd78a
Bug 1120705 - Part 2: Tests (v2 Patch), r=roc
...
- Ensure that the scrollbar button scrolling is limited
by the page size, to maintain context when scrolling
small scroll frames.
2015-03-18 18:36:00 +01:00
45070240ed
Bug 1120705 - Part 1: Limit scrollbar button scrolls to one page per click. r=roc
...
- When using the scrollbar buttons to scroll a very small scroll frame,
it is possible to scroll more than one page. When this occurs, we
now scroll by a page instead to maintain context between scrolls.
- When scrolling with scrollbar buttons, the
"toolkit.scrollbox.verticalScrollDistance" and
"toolkit.scrollbox.horizontalScrollDistance" were swapped,
resulting in too much scrolling when scrolling vertically and too
little scrolling when scrolling horizontally. This has been fixed in
ScrollFrameHelper::ScrollByLine.
2015-03-18 14:32:00 +01:00
Vaibhav Pradeep Bhosale
64433f3bc1
Bug 1135009 - Printing in reader mode cuts off on the left (sidebar overlays text);r=Margaret
2015-03-09 21:23:04 +05:30
Justin Dolske
266883035b
Bug 1142298 - Fix reader view font/color control glitches. r=gijs
2015-03-18 16:35:47 -07:00
Robert Strong
0c5e5bd22f
Bug 1142716 - update/tests/TestAUSHelper.cpp CheckMsg leaks |inFP| and |mbuf|. r=bbondy
2015-03-18 16:25:05 -07:00
Wes Kocher
8f53ff74b9
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-18 16:04:40 -07:00
Wes Kocher
d3a01938c3
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-18 15:53:00 -07:00
Wes Kocher
b86d5e6713
Merge fx-team to m-c a=merge
2015-03-18 15:38:20 -07:00
Wes Kocher
fff04f9311
Merge inbound to m-c a=merge
2015-03-18 15:00:56 -07:00
David Major
56656a287e
Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel
2015-03-19 10:29:15 +13:00
Christoph Kerschbaumer
6058ba79ef
Bug 1144816 - Add longer timeout to meta referrer tests. r=gijs
...
CLOSED TREE
2015-03-18 13:47:00 -07:00
B2G Bumper Bot
20877eb1c9
Bumping manifests a=b2g-bump
2015-03-18 13:22:55 -07:00
B2G Bumper Bot
72eacaef97
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a7732a117f94
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #28937 from russnicoletti/bug-1144052
Bug 1144052 - Video attachment in message cannot be played r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/492858c495fc
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1144052 - Video attachment in message cannot be played
2015-03-18 13:19:32 -07:00
Jordan Lund
50e6d3ce21
Bug 1113460 - mozharness.json bump, r=ryanvm a=testing
2015-03-18 12:09:31 -07:00
Gregor Wagner
f8527dd881
Backout Bug 1114935 for causing bug 1144567.
2015-03-18 11:48:52 -07:00
B2G Bumper Bot
e7a5f2aef3
Bumping manifests a=b2g-bump
2015-03-18 11:49:44 -07:00
B2G Bumper Bot
194b5feeb8
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/46a22c60443a
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Bug 1144435 - Fix l10n meta reading to get defaultLocale"
This reverts commit 41646318c7e102ecb2529c22a945c156d8fe829a.
2015-03-18 11:46:59 -07:00
Stephen Horlander
a979da3b9b
Bug 1070706 - Add an inverted RSS icon to menuPanel*.png. r=Gijs
2015-03-18 11:18:00 -07:00
B2G Bumper Bot
4e8fa8af57
Bumping manifests a=b2g-bump
2015-03-18 10:08:51 -07:00
B2G Bumper Bot
a56abc306f
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5cd4c50b1a4b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1138350 - [Messages][RTL] Ellipsis direction fix in thread list view, r=azasypkin/julienw"
This reverts commit 3f9cda2a52a6a501fdf51dea447b8a0293443c51.
========
https://hg.mozilla.org/integration/gaia-central/rev/7d6efbc26149
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140321 - merge pull request #28798 from gmarty:Bug-1140321-RTL-Downloads-list to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/568141e6553e
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1140321 - [RTL][Download] Fail to download the file, then the error icon is left-aligned and overlap with refresh icon in download list
========
https://hg.mozilla.org/integration/gaia-central/rev/252feed1c72d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1144435 - merge pull request #28936 from ath0mas:fix-l10n-default-locale to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/514861f49a68
Author: Alexis THOMAS <fr.alexisthomas@gmail.com>
Desc: Bug 1144435 - Fix l10n meta reading to get defaultLocale
2015-03-18 10:08:31 -07:00
Jordan Santell
5730dbdc84
Bug 1143915 - Fix test for MemoryActor now that it backs out when attempting to restart recording allocations when its already recording.
...
CLOSED TREE
2015-03-18 11:52:00 -04:00
Carsten "Tomcat" Book
245d5618aa
merge mozilla-inbound to mozilla-central a=merge
2015-03-18 13:51:53 +01:00
Carsten "Tomcat" Book
551050ea2e
merge fx-team to mozilla-central a=merge
2015-03-18 13:12:18 +01:00
B2G Bumper Bot
56b2e80f6a
Bumping manifests a=b2g-bump
2015-03-18 01:48:18 -07:00
B2G Bumper Bot
eae5ee6d2e
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/18a7681ac7c7
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1107139 - Show id-overlay when there's no screenshot. r=etienne" for conflicting with mozilla-inbound
This reverts commit b59f8b014e2d3c1abfe3b3911d2b468cbd75dc05.
========
https://hg.mozilla.org/integration/gaia-central/rev/56696c9032c1
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #28877 from yuwen41200/master
Bug 1141971 - [Privacy Controls] fix remaining words, r=marta
========
https://hg.mozilla.org/integration/gaia-central/rev/da19d6ef4a58
Author: yuwen41200 <yuwen41200@gmail.com>
Desc: Rename remaining 'privacy panel' to 'privacy controls'
2015-03-18 01:45:30 -07:00
B2G Bumper Bot
4c8653fe55
Bumping manifests a=b2g-bump
2015-03-18 01:17:58 -07:00
B2G Bumper Bot
8bc8fb2888
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7e3ce02dd9c5
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1135044 - merge pull request #28894 from gabrielesvelto:bug-1135044-update-call-information-when-contact-changes to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/2991622cce60
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1135044 - When updating a call group's contact information dispatch the appropriate udpate event r=drs
2015-03-18 01:15:24 -07:00
Carsten "Tomcat" Book
71ab410e32
Backed out changeset 6b528bd3294c (bug 1039926) for R20 test failures on a CLOSED TREE
2015-03-18 09:12:41 +01:00
Nigel Babu
9ffa767589
Backed out changeset 05850dac2882 (bug 1143562) for B2G Emulator ICS M2 bustage CLOSED TREE
2015-03-18 12:20:57 +05:30