Boris Zbarsky
eff2c12307
Bug 1158452. Pass in the right node when messing with font sizes in editor. r=ehsan
2015-04-27 15:29:22 -04:00
Ryan VanderMeulen
7bc7b60b19
Merge m-c to inbound. a=merge
2015-04-27 15:20:16 -04:00
Ryan VanderMeulen
be5b5dbc42
Backed out 2 changesets (bug 1099149, bug 1154356) for suspicion that one of them is causing frequent Android debug recursion.js failures. a=me
...
Backed out changeset ecc645744a11 (bug 1154356)
Backed out changeset 1d7c532f2a62 (bug 1099149)
2015-04-27 15:14:19 -04:00
Ryan VanderMeulen
fdfcf53c95
Merge inbound to m-c. a=merge
2015-04-27 15:13:19 -04:00
Markus Stange
277becc1a3
Bug 1157936 - Put the correct ratio on the scrollbar layer. r=tn
2015-04-27 14:59:17 -04:00
Ehsan Akhgari
376ce10632
Bug 1158920 - Yield to the event loop before reading the spelling suggestions
2015-04-27 15:09:22 -04:00
Nikhil Marathe
d71536c76f
Bug 1058695 - Add member to nsIGlobalObject to detect it is going away. Make promises use it. r=bholley
2015-04-27 12:00:41 -07:00
L. David Baron
725d145a25
Bug 1157648 - Make nsScriptError::ToString use only the first 512 characters of mSourceName and mSourceLine. r=bholley
...
This means that when mSourceName and mSourceLine are large, ToString is
not excessively expensive.
This is particularly important for CSS errors, where we don't make an
attempt to truncate these prior to constructing the script error, but we
do ensure that when we report multiple errors on the same line (which is
common for minified CSS), we share from the same string buffer and avoid
copying.
2015-04-27 11:35:10 -07:00
Nathan Froyd
79a4c75f5a
Bug 1158896 - prevent dead code from being generated in lower.py; r=bent
...
Coverity was complaining that we have things like:
if ((!(actor))) {
return false;
}
if ((!(actor))) {
return false;
}
in the generated code, as the second return will clearly never be hit. To
address this, let's remove a redundant call to dtorPrologue.
2015-04-27 13:08:12 -04:00
B2G Bumper Bot
10080a6ffb
Bumping manifests a=b2g-bump
2015-04-27 10:05:00 -07:00
B2G Bumper Bot
8f527e079e
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d4ec6c8c9cfc
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1157216 - [tv_apps] Use textContent instead of innerHTML in screen reader speech caption. r=alive
2015-04-27 10:02:48 -07:00
Carsten "Tomcat" Book
bf1044bbb7
Backed out changeset e0b9c334c95a (bug 1138294) for frequent linux m3 test failures on a CLOSED TREE
2015-04-27 17:47:08 +02:00
Carsten "Tomcat" Book
dd7a43f3c8
Backed out changeset 3f1afabc2aae (bug 1138294)
2015-04-27 17:46:34 +02:00
Carsten "Tomcat" Book
153d4170fb
Backed out changeset 0c505784e8f6 (bug 1138294)
2015-04-27 17:46:29 +02:00
Carsten "Tomcat" Book
d9e74d824e
Backed out changeset 1c0861d7a645 (bug 1138294)
2015-04-27 17:46:24 +02:00
B2G Bumper Bot
5d88652bad
Bumping manifests a=b2g-bump
2015-04-27 08:16:12 -07:00
Andrea Marchesini
1f7c692fa8
Bug 1158361 - Improve the localized messages in about:serviceworkers, r=ehsan, f=stef
2015-04-27 15:47:24 +01:00
Andrea Marchesini
0801b8e8ff
Bug 1158811 - remove the flickering in about:serviceworkers, r=ehsan
2015-04-27 15:44:45 +01:00
B2G Bumper Bot
7a6c99909b
Bumping manifests a=b2g-bump
2015-04-27 07:32:20 -07:00
B2G Bumper Bot
62686f5304
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a895dc9dd065
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #29733 from cctuan/1157092
Bug 1157092 - Permaorange apps/system/test/marionette/text_selection_test.js | Text selection > without lockscreen check functionality copy and paste across all trees independent of merges
========
https://hg.mozilla.org/integration/gaia-central/rev/a0d91a620188
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1157092 - enable text_seletion_test on tbpl again
2015-04-27 07:30:09 -07:00
Andrew McCreight
283f4352c4
Bug 1157304 - Make the empty classname assertion in BloatEntry fatal. r=froydnj
2015-04-27 10:28:19 -04:00
B2G Bumper Bot
687bdc55f6
Bumping manifests a=b2g-bump
2015-04-27 07:19:57 -07:00
Nathan Froyd
7f522c4a30
Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm
...
Coverty complains that we're using sizeof(mData) here instead of
sizeof(*mData). They're equivalent for all the architectures we care about,
but go ahead and tidy up the syntax to silence the static analyzer.
2015-04-27 07:55:32 -04:00
Ryan VanderMeulen
38187fb61b
Backed out changeset c839f283bf28 (bug 1058695) for bustage.
...
CLOSED TREE
2015-04-27 14:04:24 -04:00
Nick Fitzgerald
b1440514e6
Bug 1158257 - Gecko should always provide SpiderMonkey with a debuggerMallocSizeOf; r=mccr8
2015-04-27 10:58:24 -07:00
Nick Fitzgerald
1a595c101d
Bug 1134865 - Part 3: Add JS::ubi::Node::jsObjectConstructorName; r=djvj
2015-04-27 10:57:06 -07:00
Nick Fitzgerald
ed5404f516
Bug 1134865 - Part 2: Add constructor name to the allocations log; r=djvj
2015-04-27 10:57:06 -07:00
Nick Fitzgerald
8ad34e68fc
Bug 1134865 - Part 1: Add JSObject::constructorDisplayAtom; r=djvj
2015-04-27 10:57:06 -07:00
Gregory Szorc
913fdaf7e5
Bug 1128586 - Prefer hg.exe over hg; r=RyanVM
...
This is needed for compatibility with an upcoming release of
MozillaBuild, which distributes Mercurial as a Python package, not as a
standalone Windows program. As a result, it introduces "hg" into $PATH,
which "which" will happily prefer as the "hg" binary. This upsets
subprocess. So, we explicitly prefer "hg.exe" over "hg".
We could accomplish the same thing by calling which.whichall() and
sorting results. But this is more code and IMO not worth the effort to
implement.
2015-04-27 10:43:49 -07:00
Gregory Szorc
af88848af6
Bug 1128586 - Properly look for Mercurial version; r=RyanVM
...
`mercurial version` doesn't always print the version number. `mercurial
--version` does. Use the latter.
2015-04-27 10:43:25 -07:00
Nathan Froyd
cfa55dbf71
Bug 1158320 - rename nsThread::mRunningEvent to mNestedEventLoopDepth; r=bsmedberg
...
The current name reads to me like a boolean variable, even though it's
actually a counter. Try to make that property more explicit at its uses
by renaming it to something more evocative of counter-ness.
2015-04-24 16:04:50 -04:00
Tom Tromey
008f7a37fd
Bug 1154356 - Escape variable name in Declaration::AppendVariableAndValueToString. r=heycam
2015-04-24 13:15:00 -04:00
Jonathan Hao
1a42a6aa39
Bug 1151760 - Separate timeout timer with end of stream. r=ettseng
2015-04-24 15:25:09 +08:00
Samael Wang
1ef8fd923b
Bug 1147305 - Map settings "mms.debugging.enabled" to preference. r=btseng
2015-04-27 11:46:26 +08:00
B2G Bumper Bot
e70dd6e48c
Bumping manifests a=b2g-bump
2015-04-27 04:32:24 -07:00
B2G Bumper Bot
3cc89ac329
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0e7de44f8fad
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150424 - merge pull request #29482 from albertopq:1150424-tray-provider-select to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/4b716e27330b
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1150424 - Preventing default on top-panel click and mouse events
2015-04-27 04:30:11 -07:00
B2G Bumper Bot
cc3a68bc83
Bumping manifests a=b2g-bump
2015-04-27 03:59:58 -07:00
B2G Bumper Bot
82eaadddbe
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0ddb96ed5210
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #29595 from huchengtw-moz/bug-1154607-browser-context-menu-as-base-module
Bug 1154607 - [System] make browser_context_menu as a base module, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/914fa6975dfd
Author: John Hu <johu@mozilla.com>
Desc: Bug 1154607 - [System] make browser_context_menu as a base module
========
https://hg.mozilla.org/integration/gaia-central/rev/b20f4919fb12
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1155105 - merge pull request #29661 from flodolo:bug1155105 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/e3b5c8662476
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 1155105 - [Settings] Use l10n.js to localize time selector text in "Date&Time" panel
========
https://hg.mozilla.org/integration/gaia-central/rev/f13af697ce06
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1154800 - merge pull request #29687 from gmarty:Bug-1154800-OTA-Download-Icons-can-linger-on-homescreen-after-canceling-download to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/4275c2595189
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1154800 - [Status Bar] OTA Download Icons can linger on homescreen after canceling download
2015-04-27 03:57:46 -07:00
Carsten "Tomcat" Book
5f0b1e528b
Merge mozilla-central to b2g-inbound
2015-04-27 12:47:45 +02:00
Carsten "Tomcat" Book
6723c48492
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
B2G Bumper Bot
e6eeaac6ad
Bumping manifests a=b2g-bump
2015-04-27 03:22:21 -07:00
B2G Bumper Bot
f59778e413
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3839eb8f599
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29729 from arcturus/bug-1156610
Bug 1156610 - Fix remaining communications jshint issues r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/d4c562f2784b
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1156610 - Fix remaining communications jshint issues r=kgrandon
2015-04-27 03:20:09 -07:00
Carsten "Tomcat" Book
58d66ec4c2
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
Carsten "Tomcat" Book
8504c87d26
merge b2g-inbound to mozilla-central a=merge
2015-04-27 11:55:44 +02:00
B2G Bumper Bot
2cb1314ac0
Bumping manifests a=b2g-bump
2015-04-27 02:47:45 -07:00
B2G Bumper Bot
8a001f4dbc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9c9b74319651
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #29131 from gasolin/issue-1090799-5
Bug 1090799 - make nfc_handover_manager get bluetooth adapter via service query, r=ian, tauzen
========
https://hg.mozilla.org/integration/gaia-central/rev/a62afb1fe679
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1090799 - make nfc_handover_manager get bluetooth adapter via service query & request, r=ian, tauzen
- wrap API specific difference in bluetooth.js
- wrap the difference interface of adapter.getPairedDevices API
- rap the difference callback of adapter.pair API
- use adapter.getConnectedDevices API instead of device.connected
- use promise resolve to get BTv1 adapter
- use service.query to detect if bluetooth is ready or not
- use service.request to get bluetooth adapter asynchronously
- cache adapter when bluetooth enabled and disabled
- use BaseModule's debug, rename `_debug` to `debug`
- fix test missusing mock_bluetooth.js instead of mock_navigator_moz_bluetooth
2015-04-27 02:45:33 -07:00
B2G Bumper Bot
084ab76f46
Bumping manifests a=b2g-bump
2015-04-27 02:27:46 -07:00
B2G Bumper Bot
c1a5cf3920
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6fc478cbecb0
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1133029 - merge pull request #29714 from albertopq:1133029-sim-fullscreen to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/0d6e11819872
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1133029 - Resizing dialogs on hierarchy change
2015-04-27 02:25:35 -07:00
B2G Bumper Bot
f73f6ff5ff
Bumping manifests a=b2g-bump
2015-04-27 01:37:24 -07:00
B2G Bumper Bot
0b0d0d0b5a
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/96f49c190d7e
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1156161 - Add manifestHash and packageHash fields to preload apps' registry in webapps.json" for B2G Desktop Windows opt bustage
This reverts commit fbdfd839f09cd02c62497dad77e3b0b86fe7454e.
2015-04-27 01:35:12 -07:00