Eric Rahm
208bad3ba8
Bug 1164121 - Add |mach| command to run jsapi-tests. r=sfink
...
Provides a |mach jsapi-tests <optional_test_name>| command.
2015-05-15 15:41:50 -07:00
Phil Ringnalda
b9aede581a
Back out 356231081116 (bug 1162199) for js::GCMarker::eagerlyMarkChildren crashes
...
CLOSED TREE
2015-05-16 10:38:07 -07:00
Phil Ringnalda
e67e1e2a38
Merge m-c to m-i
2015-05-16 09:49:14 -07:00
Kartikaya Gupta
0788d1c12c
Bug 1162214 - Disable smooth-scrolling on a wheel scroll test as it causes intermittent failures. r=dvander
2015-05-16 12:37:21 -04:00
Phil Ringnalda
9fd5acd0bd
Back out 3 changesets (bug 1162720) for mozilla::media::Parent::Release crashes
...
CLOSED TREE
Backed out changeset 05306872093a (bug 1162720)
Backed out changeset 94a7098042fb (bug 1162720)
Backed out changeset 7c2f391a7fdd (bug 1162720)
2015-05-16 09:09:25 -07:00
Brian Hackett
cb58c0c05c
Bug 1162199 - Use unboxed objects by default, r=jandem.
2015-05-16 09:16:38 -06:00
Jacek Caban
1aa29b4cf1
Bug 1130935 - mingw fixup.
2015-05-16 15:27:00 +02:00
Kartikaya Gupta
c18b147cf7
Bug 1151617 - Add some basic reftests for async scrollbar positioning on B2G and Linux w/APZ. r=tn,botond
2015-05-16 09:11:04 -04:00
Kartikaya Gupta
2664a8f777
Bug 1165407 - Properly flush the log stream after logging it. r=botond
2015-05-16 09:11:04 -04:00
Jonathan Kew
cddb2c2354
Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu
2015-05-16 12:36:25 +01:00
Jonathan Kew
3ba85e992b
Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu
2015-05-16 12:36:22 +01:00
Neil Rashbrook
cf42e317ab
Bug 1155963 Only allow NS_LITERAL_CSTRING to be used on compile-time literals r=froydnj,ehsan
2015-05-16 09:07:10 +01:00
Ting-Yu Lin
053054ff69
Bug 1068525 - Ignore zoom level for AccessibleCaret. f=mtseng, r=roc
...
We want AccessibleCaret be of the same size regardless of the zoom
level. We simply divide the caret's width, height, margin-left, and the
text selection bar's margin-left by current zoom level.
The margin-left of the caret is adjusted from -23px to -23.5px for better
looking.
2015-05-16 00:05:00 +08:00
Nathan Froyd
81521abb68
Bug 1164657 - delete dead code for MOZ_ANDROID_LIBSTDCXX flags determination; r=nalexander
...
We require ndk-r8e, so we don't need to support paths for all the other
NDKs prior to that now. Also took the opportunity to clean the paths up
so things fit on a reasonable screen.
2015-05-13 15:24:32 -04:00
Jordan Santell
dfdef1a51f
Bug 1164598 - Remove legacy timeline tool from devtools source and its styles. r=vp
2015-05-13 12:23:18 -07:00
Jordan Santell
36c72f36fe
Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp
2015-05-15 11:35:26 -07:00
Wes Kocher
f6ad68ad53
Backed out changeset 12357ab6e997 (bug 1164942) for b2g build orange
2015-05-15 15:15:06 -07:00
Gijs Kruitbosch
8be5db1faa
Bug 1164942 - do not load pocket's jsm or other scripts until used, r=jaws
...
--HG--
extra : rebase_source : c7466ef7c7a0b8c5ef6bc187b56b18925f917747
extra : amend_source : 1f537ec1201789fe927e17ef8b5c143b705fd652
2015-05-15 14:25:57 +01:00
Victor Porof
cd2cb2d0b2
Bug 1165045 - Don't create nodes with empty text in the call tree, r=jsantell
2015-05-15 16:18:12 -04:00
Ryan VanderMeulen
a0c116d928
Backed out changeset ab6600d9847b (bug 1147808) for addon manager test failures.
2015-05-15 16:14:28 -04:00
Robert Strong
24087836c4
Bug 1165156 - Remove the removal of the java console extension that are seldom seen from the installer. r=spohl
2015-05-15 12:56:59 -07:00
Victor Porof
6b2727cdd9
Bug 1151973 - Inverted call tree should be ordered by 'self cost', not 'total cost', r=jsantell
2015-05-14 15:45:21 -04:00
Dão Gottwald
c0bf6a945b
Bug 1147808 - Cancel installation when the tab or window closes while downloading the add-on or waiting for the user to confirm the installation. r=dtownsend
2015-05-15 21:21:17 +02:00
Nathan Froyd
6415da1d81
Bug 1164619 - delete bit of android.m4 for older NDKs; r=nalexander
...
We require version r8e of the NDK, so bits handling r8a or before are no
longer necessary.
2015-05-13 15:03:15 -04:00
Sotaro Ikeda
98078d2a0e
Bug 1163681 - Fix fence handling r=mwu
2015-05-14 10:22:07 -07:00
Eric Rahm
bb8bdad0fd
Bug 1164620 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
2015-05-14 10:13:24 -07:00
Eric Rahm
682623740c
Bug 1164620 - Part 1: Remove instances of #ifdef PR_LOGGING in various places. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:24 -07:00
Eric Rahm
c2e607291d
Bug 1164622 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=ekr
...
Avoid using a stringstream if the given log level is not enabled.
2015-05-14 10:13:24 -07:00
Eric Rahm
4d6eca8317
Bug 1164622 - Part 1: Remove instances of #ifdef PR_LOGGING in media. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:24 -07:00
Eric Rahm
45167dace5
Bug 1164559 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
2015-05-14 10:13:24 -07:00
Eric Rahm
8211d94335
Bug 1164559 - Part 1: Remove instances of #ifdef PR_LOGGING in storage. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:24 -07:00
Eric Rahm
31d09285f6
Bug 1164556 - Part 2: Remove debug conditional. r=gcp
...
Remove what appears to be leftover debug code bypassing an if condition.
2015-05-14 10:13:23 -07:00
Eric Rahm
bc7a3b2ae7
Bug 1164556 - Part 1: Remove instances of #ifdef PR_LOGGING in toolkit. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:23 -07:00
Eric Rahm
09ad989d55
Bug 1163201 - Part 3: Remove mSamples in |MediaEngineWebRTCAudioSource|. r=cpeterson
...
|mSamples| was made protected just to satisfy a warning if PR_LOGGING was not
set. As it turns out the warning is correct and mSamples is not used, so lets
remove it.
2015-05-14 10:13:23 -07:00
Eric Rahm
47d9aba92d
Bug 1163201 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
2015-05-14 10:13:23 -07:00
Eric Rahm
34f99e4b4c
Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:23 -07:00
Michal Novotny
67351b86be
Bug 1163900 - crash in mozilla::net::nsHttpChannelCacheKey::GetData(unsigned int*, nsACString_internal&), r=jduell
2015-05-14 19:05:34 +02:00
Daniel Holbert
2dc1d29ed6
Bug 1050500 followup: Annotate js.cpp "Exit()" method as "override". rs=ehsan
2015-05-14 09:14:15 -07:00
Mason Chang
fdee839380
Bug 1155828 - Draw box-shadows using an approach inspired by border-image. r=mstange
...
--HG--
extra : rebase_source : dd38b08f414d56be7bbcb70767f3a0b0ee4bd172
2015-05-13 15:19:27 -04:00
B2G Bumper Bot
d5c3b169c3
Bumping manifests a=b2g-bump
2015-05-13 11:44:11 -07:00
B2G Bumper Bot
e19412d511
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4e51b8e5eec1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1161095 - merge pull request #30002 from etiennesegonzac:bug-1161095 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/deee98319626
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1161095 - Don't prompt on theme-app uninstall. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/faf3329ffd8b
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1162264 - merge pull request #30050 from Cwiiis:bug1162264-dont-allow-early-longpress to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/c5c245bf36ee
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1162264 - Don't allow initiation of long-press during drag. r=kgrandon
2015-05-13 11:43:50 -07:00
Wes Kocher
7855d8832d
Merge m-c to b2ginbound a=merge CLOSED TREE
2015-05-13 11:32:10 -07:00
Wes Kocher
d89ddfe512
Merge b2ginbound to m-c a=merge CLOSED TREE
2015-05-13 11:25:07 -07:00
Wes Kocher
41165287c7
Merge inbound to m-c a=merge
2015-05-13 11:12:07 -07:00
B2G Bumper Bot
c84d74ed3c
Bumping manifests a=b2g-bump
2015-05-13 10:17:33 -07:00
B2G Bumper Bot
6bd37e1e45
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/baaf94aa13cd
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #29953 from mwargers/1162112
Bug 1162112 - test_rocketbar_add_collection_save_bookmark.py: TimeoutException
========
https://hg.mozilla.org/integration/gaia-central/rev/5c88895debc2
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1162112 - test_rocketbar_add_collection_save_bookmark.py: TimeoutException
========
https://hg.mozilla.org/integration/gaia-central/rev/bfb94470401a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #26862 from zbraniecki/1105648-refactor-system-banner
Bug 1105648 - Refactor SystemBanner. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/41528c0eabae
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1105648: Refactor SystemBanner's L10n
2015-05-13 10:15:20 -07:00
Zibi Braniecki
c29571c802
Bug 1163245 - [Battery][Gonk] Implementation of battery discharging remaining time. r=dhylands
2015-05-13 09:35:57 -07:00
Georg Fritzsche
858ec18459
Backed out changeset 3098f602db56 (bug 1162476
) for xpcshell bustage on a CLOSED TREE.
2015-05-13 17:43:42 +02:00
B2G Bumper Bot
8bf8e3dc95
Bumping manifests a=b2g-bump
2015-05-13 08:11:16 -07:00
B2G Bumper Bot
5d863cc536
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4af68748acbc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1164015 - merge pull request #30030 from npark-mozilla:1164015 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/456f78fdb26a
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1164015 - use local setup_IMAP_email method, and relocate screenshot methods so it won't capture time/date information
2015-05-13 08:08:23 -07:00