Commit Graph

262334 Commits

Author SHA1 Message Date
Masayuki Nakano
42c3f00571 Bug 895274 part.246 Rename NS_MESSAGE to eMessage r=smaug 2015-09-15 00:14:35 +09:00
Masayuki Nakano
c049b69abe Bug 895274 part.245 Rename NS_SHOW_EVENT to eShow r=smaug 2015-09-15 00:14:35 +09:00
Masayuki Nakano
093b183f70 Bug 895274 part.244 Rename NS_TOUCH_CANCEL to eTouchCancel r=smaug 2015-09-15 00:14:35 +09:00
Masayuki Nakano
35331f6652 Bug 895274 part.243 Rename NS_TOUCH_END to eTouchEnd r=smaug 2015-09-15 00:14:35 +09:00
Masayuki Nakano
0a89e2e88e Bug 895274 part.242 Rename NS_TOUCH_MOVE to eTouchMove r=smaug 2015-09-15 00:14:35 +09:00
Masayuki Nakano
a89904392c Bug 895274 part.241 Rename NS_TOUCH_START to eTouchStart r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
a2325cc556 Bug 895274 part.240 Rename NS_TOUCH_EVENT_START to eTouchEventFirst r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
8b8f94aee4 Bug 895274 part.239 Rename NS_MEDIARECORDER_STOP to eMediaRecorderStop r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
9f95f42e61 Bug 895274 part.238 Rename NS_MEDIARECORDER_WARNING to eMediaRecorderWarning r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
a2f4ab121e Bug 895274 part.237 Rename NS_MEDIARECORDER_DATAAVAILABLE to eMediaRecorderDataAvailable r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
f1a15f4f5c Bug 895274 part.236 Rename NS_MEDIARECORDER_EVENT_START to eMediaRecorderEventFirst r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
75e48219db Bug 895274 part.235 Rename NS_SPEAKERMANAGER_EVENT_START to eSpeakerManagerEventFirst r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
0a7fa7ea5f Bug 895274 part.234 Rename NS_SPEAKERMANAGER_SPEAKERFORCEDCHANGE to eSpeakerForcedChange r=smaug 2015-09-15 00:14:34 +09:00
Masayuki Nakano
e878531ca8 Bug 895274 part.233 Rename NS_EDITOR_EVENT_START to eEditorEventFirst r=smaug 2015-09-15 00:14:33 +09:00
Masayuki Nakano
3ac6163545 Bug 895274 part.232 Rename NS_EDITOR_INPUT to eEditorInput r=smaug 2015-09-15 00:14:33 +09:00
Masayuki Nakano
12d2ee969a Bug 895274 part.231 Rename NS_SELECT_EVENT_START to eSelectEventFirst r=smaug 2015-09-15 00:14:33 +09:00
Masayuki Nakano
9913855b63 Bug 895274 part.230 Rename NS_SELECT_START to eSelectStart r=smaug 2015-09-15 00:14:33 +09:00
Masayuki Nakano
a81ddd462d Bug 895274 part.229 Rename NS_SELECTION_CHANGE to eSelectionChange r=smaug 2015-09-15 00:14:33 +09:00
Josh Matthews
04a9feca9d Bug 1198544 - Prevent FetchDriver from creating multiple responses if OnStopRequest yields a failing status code. r=nsm 2015-09-14 11:05:35 -04:00
Kartikaya Gupta
db97aebf53 Bug 1203992 - Distinguish between SingleTiledContentClient and MultiTiledContentClient in the layer tree dump. r=nical 2015-09-14 11:02:11 -04:00
Geoff Brown
abb872231b Bug 1090276 - Support mach cppunittest on Android; r=dminor 2015-09-14 08:40:35 -06:00
Geoff Brown
6e4e122153 Bug 1203627 - Change search order for finding android emulator; r=ahal 2015-09-14 08:40:34 -06:00
Masayuki Nakano
8dd2d9d193 Bug 1203364 IMEContentObserver should notify IME of selection change with the latest change reason r=smaug 2015-09-14 23:28:43 +09:00
Nicolas Silva
df7b5cc9c3 Bug 1198674 - Null-check mFrameLoader before calling GetFrom in RenderFrameParent. r=sotaro 2015-09-10 10:43:04 +02:00
Nathan Froyd
54ddb6599d Bug 1204042 - make nsSocketTransportService::mTelemetryEnabledPref an atomic variable; r=mcmanus
This variable is written on the main thread (where we can access prefs),
but read on the socket thread on every poll iteration to decide whether
we should record telemetry information.  Making it atomic communicates
our intent to read/write the value on multiple threads without any
locking.  Using relaxed memory consistency is just as efficient as what
we have today, and it does not seem terribly crucial whether the *very
next* poll iteration records telemetry once the pref is updated, or
whether we can eventually get the correct value on the socket thread.
2015-09-11 21:03:53 -04:00
Carsten "Tomcat" Book
8b26c29bcf Merge mozilla-central to mozilla-inbound 2015-09-14 14:54:01 +02:00
Ehsan Akhgari
84e9ad5b0b Bug 1202039 - Do not pretend to support IE7FormPasswords on Windows 8 and above; r=mattn 2015-09-14 08:04:31 -04:00
Heiher
eb22bf8381 Bug 1204187 - IonMonkey: MIPS32: Inline RelocationIterator. r=nbp
---
 js/src/jit/mips-shared/Assembler-mips-shared.cpp | 23 -----------------------
 js/src/jit/mips32/Assembler-mips32.cpp           |  9 ++++++---
 2 files changed, 6 insertions(+), 26 deletions(-)
2015-09-15 03:24:40 +08:00
Carsten "Tomcat" Book
6389e97cd3 merge mozilla-inbound to mozilla-central a=merge 2015-09-14 13:58:37 +02:00
Carsten "Tomcat" Book
561002a61f merge fx-team to mozilla-central a=merge 2015-09-14 13:47:41 +02:00
James Graham
61e68dc598 Bug 1204461 - Update web-platform-tests expected data to revision 3f82dd41c8e3697bfe5fa5c57321c842b65ba2aa, a=testonly 2015-09-14 12:19:09 +01:00
James Graham
93e3ad52b2 Bug 1203906 - Disable some unstable wpt tests when running with e10s enabled, a=testonly 2015-09-14 12:19:09 +01:00
James Graham
82cb251e38 Bug 1204461 - Update web-platform-tests to revision 3f82dd41c8e3697bfe5fa5c57321c842b65ba2aa, a=testonly 2015-09-14 12:19:08 +01:00
Eric Faust
e5b74baf58 No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me) 2015-09-13 20:16:56 -07:00
B2G Bumper Bot
de90e4b72f Bumping manifests a=b2g-bump 2015-09-13 20:03:31 -07:00
B2G Bumper Bot
3d49033913 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f894ddb1493c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31715 from scottwu/1199872-audio-turning-sound-off-2

Bug 1199872 - Does not play sound until volumn change occured r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/b6627aa9bdf9
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1199872 - Does not play sound until volumn change occured r=gasolin
2015-09-13 20:00:10 -07:00
JW Wang
39585d9187 Bug 1203449 - Remove OutputStreamListener from DecodedStream.cpp. r=roc. 2015-09-14 10:43:27 +08:00
B2G Bumper Bot
7dbaa930a5 Bumping manifests a=b2g-bump 2015-09-13 19:38:33 -07:00
B2G Bumper Bot
838d4fd5aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b19c7256a967
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31717 from scottwu/1179343-hotspot-enable-disable-msg

Bug 1179343 - Wi-Fi hotspot layout to show enabled/disabled messages, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/b50656788a20
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1179343 - Wi-Fi hotspot layout to show enabled/disabled messages. r=gasolin
2015-09-13 19:35:11 -07:00
Allison Naaktgeboren
1c831cb58e Bug 1203053 - Search icon appears blank until turning on search suggestions.r=mfinkle 2015-09-13 13:13:43 -07:00
Allison Naaktgeboren
9c6700e443 Bug 1202583 - crash in java.lang.NullPointerException: Attempt to read from field ''java.lang.String org.mozilla.gecko.home.SearchEngine.name'' on a null object reference.r=mfinkle 2015-09-13 13:13:43 -07:00
Phil Ringnalda
3cfa3e89c4 Merge m-i to m-c, a=merge 2015-09-13 11:58:18 -07:00
Heiher
c7a3defe19 Bug 1204306 - IonMonkey: MIPS32: Clean up MacroAssembler functions that aliased to Assembler. r=arai
---
 js/src/jit/mips32/CodeGenerator-mips32.cpp    | 10 +++----
 js/src/jit/mips32/MacroAssembler-mips32-inl.h |  2 +-
 js/src/jit/mips32/MacroAssembler-mips32.cpp   | 38 +++------------------------
 js/src/jit/mips32/MacroAssembler-mips32.h     |  5 ----
 js/src/jit/mips32/SharedIC-mips32.cpp         |  6 ++---
 js/src/jit/mips32/Trampoline-mips32.cpp       | 16 +++++------
 6 files changed, 21 insertions(+), 56 deletions(-)
2015-09-14 03:31:43 +08:00
Phil Ringnalda
1d2234669f Merge f-t to m-c, a=merge 2015-09-13 10:55:06 -07:00
John Dai
ed1c28f2f7 Bug 1203513 - Add LD_LIBRARY_PATH in Emulator build script. r=dustin 2015-09-13 19:27:00 +02:00
Jorg K
2a850a5d22 Bug 1204147 - Prevent content preferences being written when they shouldn't (test). r=roc 2015-09-14 02:35:00 +02:00
B2G Bumper Bot
8e588ec0f6 Bumping manifests a=b2g-bump 2015-09-13 04:11:20 -07:00
B2G Bumper Bot
185e583cbb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/616fa9b10c5e
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31812 from mermi/bug1188926

Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that

========

https://hg.mozilla.org/integration/gaia-central/rev/eeed80acbe6b
Author: mermi <manel.rhaiem92@gmail.com>
Desc: Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that
2015-09-13 04:10:31 -07:00
Mark Banner
855300c7e5 Bug 1203850 - Rename Loop's srcVideoObject and related variables/attributes to clarify they are about the media element, not just the video. rs=dmose 2015-09-13 12:03:24 +01:00
Shawn Huang
78ca01d880 Bug 1195710 - [MAP]Implement PushMessage function, r=btian 2015-09-13 19:03:23 +08:00