Commit Graph

181995 Commits

Author SHA1 Message Date
B2G Bumper Bot
550aa45afb Bumping manifests a=b2g-bump 2014-05-06 13:16:38 -07:00
B2G Bumper Bot
2b359b5615 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f939e8c12563
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #18986 from michalbe/Bug1003767

Bug 1003767 - Do not share contacts photo via NFC

========

https://hg.mozilla.org/integration/gaia-central/rev/c9b8c932b2d8
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 1003767 - Do not share contacts photo via NFC
2014-05-06 13:10:41 -07:00
B2G Bumper Bot
ac3e6d99a6 Bumping manifests a=b2g-bump 2014-05-06 13:01:26 -07:00
B2G Bumper Bot
060fde55dc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c5637310d63e
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #18954 from michalbe/Bug984584

Bug 984584 - Contacts phone numbers highlighted red when missed

========

https://hg.mozilla.org/integration/gaia-central/rev/a0908ee5ac2a
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: [Bug 984584] - Contacts phone numbers highlighted red when missed
2014-05-06 12:55:50 -07:00
Jordan Santell
8d37be5ce6 Bug 1006283 - Set and display proper type on AudioParams for web audio editor. r=vp 2014-05-06 14:03:00 -04:00
Kevin Grandon
5efb280fbd Bug 999574 - Wait for remote-browser-shown event before dispatching runapp command r=vingtetun
---
 b2g/chrome/content/runapp.js | 92 +++++++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 27 deletions(-)

DONTBUILD
2014-05-06 10:11:30 -07:00
Ryan VanderMeulen
2686d6a346 Backed out changeset f965ef325903 (bug 999574) for landing with the wrong reviewer in the commit message. 2014-05-06 14:03:46 -04:00
Ting-Yu Lin
9939d1c0fd Bug 995847 - Add -h and --help support to mach. r=glandium
* |mach --help| prints the global help message as |mach help|.
* |mach command --help| prints the command help message as
  |mach help command|.
2014-05-06 19:10:00 +02:00
Mike de Boer
dcba54a480 Bug 978861: disable prefillWithSelection on OSX by default, fix its semantics when enabled. r=ehsan 2014-05-06 18:21:16 +02:00
Mike de Boer
a8ca8866ca Backed out changeset df4ae5ba7d6e (bug 978861) due to m-o test failures. 2014-05-06 16:50:04 +02:00
Kearwood (Kip) Gilbert
d3095e1709 Bug 1005405 - Ensure that multiple frame changes coalesce correctly. r=dbaron
- When a parent frame and its child overflow are changed simultaneously,
  the strongest ChangeType should be cascaded up to the parent frames.
2014-05-06 15:02:00 +02:00
Kearwood (Kip) Gilbert
45adc7d4a4 Bug 1005405 - OverflowChangedTracker::Flush() no longer downgrades parent frames from CHILDREN_AND_PARENT_CHANGED to CHILDREN_CHANGED. r=dbaron
- When OverflowChangedTracker::Flush() coalesces multiple changes
  simultaneously, it was possible to downgrade parent frames from
  CHILDREN_AND_PARENT_CHANGED to CHILDREN_CHANGED, resulting in an incomplete
  update.
- This patch ensures that the strongest ChangeKind is retained when cascading
  up to parent frames.
2014-05-06 11:23:00 +02:00
Giovanni Sferro
8855692a5d Bug 942321 - Changing a select option field via javascript updates validity state. r=bz 2014-05-06 19:19:00 +02:00
Chris Peterson
c7e6ac0c67 Bug 1006998 - Fix -Wdeprecated-writable-strings warnings by const-correcting typelib/xpt code. r=bholley 2014-05-05 21:40:06 -07:00
Chris Peterson
652000d050 Bug 1006982 - Refactor anchor tag utility functions in nsHTMLEditor.cpp. r=ehsan 2014-05-06 21:29:20 -07:00
Chris Peterson
7d29b2efc6 Bug 1006982 - Fix -Wuninitialized warning in libeditor. r=ehsan 2014-05-06 21:07:50 -07:00
Chris Peterson
63b125908b Bug 1006307 - Fix -Wuninitialized and -Wunused-variable warnings in widget/xpwidgets/GfxInfoBase.cpp. r=bjacob 2014-05-05 23:38:24 -07:00
Chris Peterson
78ae1f032d Bug 1005784 - Fix -Wuninitialized warnings in webrtc/modules/audio_device/linux/. r=jesup 2014-05-05 23:38:04 -07:00
Richard Marti
557ec424ad Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Ting-Yu Lin
a4da8b744e Bug 879917 - part 2: Emit useful message on dictionary name collisions. r=bz 2014-05-05 21:50:00 +02:00
Ting-Yu Lin
733a5f0b2e Bug 879917 - part 1: Strip trailing whitespaces in WebIDL.py. r=bz 2014-05-05 21:24:00 +02:00
Bobby Holley
fd8ef0c80a Bug 1006629 - Remove unused mFlattenedJSObject from XPCCallContext. r=gabor 2014-05-06 23:17:45 -07:00
Bobby Holley
e6386cc6a0 Bug 1006629 - Remove GetCalleeWrapper. r=gabor 2014-05-06 23:17:44 -07:00
Bobby Holley
d02f6533bd Bug 1001198 - Stop getting XPConnect as a service during Sandbox creation. r=gabor
This causes problems when we try to create a Sandbox during XPConnect
initialization. Luckily, we don't need it at all.
2014-05-06 23:17:44 -07:00
Bobby Holley
e73b348963 Bug 1001198 - Explicitly create the SafeJSContext from XPConnect. r=gabor 2014-05-06 23:17:44 -07:00
Bobby Holley
2afa18a964 Bug 1001198 - Remove useless (and footgun) XPCWrappedNativeScope::InitStatics. r=gabor
All this does is null out some stuff that's already in the BSS. And it causes
leaks if we create a global before it's called, which the upcoming patch does.
2014-05-06 23:17:44 -07:00
Bobby Holley
02ea0b6454 Bug 1001198 - Remove the call to InitClasses for the SafeJSContextGlobal. r=gabor
In contrast to InitClassesWithNewWrappedGlobal, InitClasses doesn't do much
these days. It pretty much only exists to support JSD globals that are created
without XPConnect's knowledge, and then are suddenly handed to XPConnect.

It really only has two observable effects. The first is ensuring the existence
of an XPCWrappedNativeScope, which we know we have here, because we went through
xpc::CreateGlobalObject. The second is to set up the XPCNativeWrapper
constructor (eww), which definitely doesn't matter here, especially now that
we're asserting that we never run script in this global.
2014-05-06 23:17:44 -07:00
Bobby Holley
f54ff48188 Bug 1001198 - Stop firing onNewGlobalObject for the SafeJSContext global. r=gabor 2014-05-06 23:17:43 -07:00
Bobby Holley
648f667734 Bug 1001198 - Explicitly fire up the SSM from nsXPConnect. r=gabor 2014-05-06 23:17:43 -07:00
Robert O'Callahan
56a13e26e9 Bug 1001320. Address missed reivew comment. r=glandium
--HG--
extra : rebase_source : ed23c9ae7de0167a44068c03cfd9d32a52e358f6
2014-05-07 18:14:36 +12:00
Gary Kwong
43087fca76 Backout 87feb441d562 for causing issues. 2014-05-06 22:57:59 -07:00
Chris Pearce
562bdbff7a Bug 1005622 - Reset media queues in Android media seek so that we don't think we're still at EOS after playing to EOS and then seeking. r=edwin 2014-05-07 15:58:06 +12:00
Mike Hommey
4fb4fc23f2 Bug 1005495 - Move sccache stats out of the build log. r=mshal 2014-05-07 11:50:09 +09:00
Robert O'Callahan
730a55616d Bug 1006248. Part 4: Use better #include paths for libstagefright headers in a couple of places. r=glandium
--HG--
extra : rebase_source : e8c7e019b0bc5bf60081aad158a7d89fbb261e29
2014-05-06 17:40:59 +12:00
Robert O'Callahan
1b9624ee99 Bug 1006248. Part 3: Add lots of system header wrappers for B2G/Android. r=glandium
--HG--
extra : rebase_source : 8ea21e177bf6f5ba7bb9d53c8f564b46e8b97cd6
2014-05-06 17:40:47 +12:00
Robert O'Callahan
9dec2d7d5a Bug 1006248. Part 2: Add NO_VISIBILITY_FLAGS to media/omx-plugin. r=glandium
--HG--
extra : rebase_source : eb5bc3174be7ee20d4ac56a8ba6a3c1c7bd9fc66
2014-05-06 17:28:04 +12:00
Robert O'Callahan
949537330f Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
2014-05-06 17:26:46 +12:00
Shu-yu Guo
5f2882b16e Bug 1006205 - Only process scripts during debug mode OSR that have been recompiled. (r=jandem) 2014-05-06 19:20:48 -07:00
Shu-yu Guo
e42acc314b Bug 1001382 - Don't monitor optimized out values. (r=jandem) 2014-05-06 19:20:48 -07:00
Shu-yu Guo
4f0d1d001a Bug 1005458 - Argument slot phis are always observable in non-strict scripts due to Function.arguments. (r=nbp) 2014-05-06 19:20:47 -07:00
Makoto Kato
0dca1df671 Bug 1003085 - Update dump_sym.exe .r=ted 2014-05-07 10:54:23 +09:00
Andrew McCreight
96c6456c5c Bug 958353 - Disable test using fuzzing hooks due to bad interaction with IGC. r=bustage 2014-05-06 18:53:03 -07:00
Botond Ballo
98bebf3b13 Bug 1005378 - Have TabChild create a view ID for the document element if one doesn't already exist. r=kats 2014-05-05 15:06:28 -04:00
Doug Turner
a2ba5f4cd6 Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud 2014-05-05 11:24:25 -07:00
Byron Campen [:bwc]
ed80aecb7c Bug 1002831 - Display remote and local SDP on about:webrtc. r=smaug, r=jib 2014-05-05 11:13:24 -07:00
Jim Chen
acc987b58c Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella 2014-05-05 13:18:00 -04:00
Ryan VanderMeulen
36b4151c4f Merge m-c to fx-team. 2014-05-06 16:53:11 -04:00
Benjamin Smedberg
fe4c35f171 Bug 1004623 - UpdateCrashEventsDir() is called before XPCOM is started, which means crash events are not being recorded until/unless the user uses an out-of-process plugin. r=ted
--HG--
extra : rebase_source : da13e7c52556c4747914ae502847beb6cc653c46
2014-05-06 15:48:40 -04:00
Benjamin Smedberg
4609853952 Bug 995027 - MockProvider._delayCallback can lose or mis-call callbacks in several ways. r=irving
--HG--
extra : rebase_source : 14eb97a913c0888dd5f803bf64062910f17bca11
2014-05-06 14:50:11 -04:00
Byron Campen [:bwc]
a0a82f96e2 Bug 970734 - Part 2: Record final ICE/media stats when PeerConnections are closed, so they show up in about:webrtc. r=smaug, r=jib 2014-05-05 09:35:57 -07:00