Commit Graph

182069 Commits

Author SHA1 Message Date
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
Randy Lin
83f4bbadd9 Bug 969372 - Move mediaRecorder in global scope to avoid test timeout. r=jsmith 2014-05-07 23:50:57 +08:00
Ed Morley
baca72f36c Backed out changeset 4341602f99b0 (bug 996848) for reftest failures on OS X 2014-05-07 18:44:01 +01:00
Ed Morley
11cc546b05 Backed out changeset bf9cc4b2aae6 (bug 996848) 2014-05-07 18:42:43 +01:00
Benjamin Smedberg
5c80e87850 Bug 1004665 - If the crash reporter is disabled, .annotateCrashReport will throw an exception. Catch it and continue, r=gfritzsche
--HG--
extra : rebase_source : 5a86f06dbca38f9f2d692aeb651789e452b96bc9
2014-05-05 10:31:26 -04:00
Ryan VanderMeulen
57f504d76f Backed out changeset 14a43400007e (bug 859683) for robocop failures. 2014-05-06 15:38:28 -04:00
Mark Capella
bcea57d7bf Bug 980074 - (p1) Tweak to disable test on Android 2.3, r=wesj, f=mcomella 2014-05-06 15:26:04 -04:00
Mark Capella
e969df8e9a Bug 980074 - (p0) Base Tests for text selection, r=wesj 2014-05-06 15:26:04 -04:00
Kartikaya Gupta
d09feb9b09 Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj 2014-05-06 13:33:13 -04:00
Edgar Chen
c59008cd8f Bug 1001352 - Set data subscrption for flame dsds mode. r=hsinyi 2014-05-05 15:12:14 +08:00
Szu-Yu Chen [:aknow]
39f0bf47b0 Bug 997003 - Refactor: setupConference in test code. r=hsinyi 2014-05-07 18:30:00 +08:00
Richard Marti
bea74141a8 Bug 1005038 - In-content preferences: open the links in a new tab. r=jaws 2014-05-02 17:00:06 +02:00
Mike de Boer
15e4265ceb Bug 978861: disable prefillWithSelection on OSX by default, fix its semantics when enabled. r=ehsan 2014-05-06 12:01:48 +02:00
Carsten "Tomcat" Book
c03fa1bcb3 Merge m-c to fx-team 2014-05-06 14:48:30 +02:00
Carsten "Tomcat" Book
1037ec50fc merge b2g-inbound to mozilla-central 2014-05-06 14:33:21 +02:00
Carsten "Tomcat" Book
b4b2c06d25 merge fx-team to mozilla-central 2014-05-06 14:24:11 +02:00
Carsten "Tomcat" Book
6f2ffd7415 merge mozilla-inbound to mozilla-central 2014-05-06 14:22:56 +02:00
Georg Fritzsche
ec0e0f4b01 Bug 992258 - Trigger a refresh of the experiments view in the addon manager when experiments change. r=irving 2014-05-06 12:18:10 +02:00
B2G Bumper Bot
dc1117d1ec Bumping manifests a=b2g-bump 2014-05-06 02:08:05 -07:00
B2G Bumper Bot
03cdd46932 Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16395cc21812
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #18945 from crdlc/bug-1005340

Bug 1005340 - [Home2] Offline Icon Handling

========

https://hg.mozilla.org/integration/gaia-central/rev/4a1952552833
Author: crdlc <crdlc@tid.es>
Desc: Bug 1005340 - [Home2] Offline Icon Handling

========

https://hg.mozilla.org/integration/gaia-central/rev/30eebc375f8b
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #18316 from gasolin/issue-968696

Bug 968696 - [settings] add marionette test for Media storage panel, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/c80a241cf3f8
Author: gasolin <gasolin@gmail.com>
Desc: Bug 968696 - [settings] add marionette test for Media storage panel

========

https://hg.mozilla.org/integration/gaia-central/rev/cc73373e4bfd
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #18966 from timdream/two-homescreen

Bug 996514 - Don't homescreenWindow.render() twice, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/09d5a55dfe2f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 996514 - Don't homescreenWindow.render() twice

========

https://hg.mozilla.org/integration/gaia-central/rev/3f7c045a8902
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #18947 from jmcanterafonseca/fix_build

Bug 1005951 - Follow-up bug 1001370 webapp-shared.js in line 167 is brok...

========

https://hg.mozilla.org/integration/gaia-central/rev/bf90c9d39196
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1005951 - Follow-up bug 1001370 webapp-shared.js in line 167 is broken

========

https://hg.mozilla.org/integration/gaia-central/rev/22901490caab
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Merge pull request #18931 from tauzen/Bug1004218

Bug 1004218 - [NFC] Smart Poster Action handling should be removed from NfcManager, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/2d01b36d25e4
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1004218 - [NFC] Smart Poster Action handling should be removed from NfcManager
2014-05-06 02:06:20 -07:00
Asaf Romano
c8c5cf6767 tests-bustage fix for bug 981689 (the code relies on the current-version preference being always set, which isn't true for testing-prefs-branches) 2014-05-06 11:43:59 +03:00
Ed Morley
b83255e4e2 Fix incorrect resolution of merge conflicts between bug 995730 and bug 1001542 (no bug; CLOSED TREE)
--HG--
extra : amend_source : 5b90e13f8f3a7419e26acee6e483855bdd8c3558
2014-05-06 09:00:06 +01:00
Asaf Romano
d78e31bbd3 Bug 981689 - Show a notice to beta users when we turn telemetry on by default on the beta channel - Firefox Desktop (very final fix). r=bsmedberg. 2014-05-06 10:15:20 +03:00
Henrik Skupin
2bc9e2b0c7 Bug 1006298 - TPS fails to download virtualenv due to the redirect. r=glob DONTBUILD 2014-05-06 08:12:37 +02:00