Mike de Boer
209b2cc9c4
Bug 1276884 - fix nits in RunState.jsm. r=ttaubert
2016-06-01 14:48:16 +02:00
Mike de Boer
1d6e78f4da
Bug 1276884 - fix nits in PrivacyFilter.jsm and PrivacyLevel.jsm. r=ttaubert
2016-06-01 14:48:15 +02:00
Alexandre Poirot
a8bb16eb76
Bug 1276073 - Ensure source is loaded and selected before running debugger tests. r=jlongster
2016-06-01 02:23:07 -07:00
Jan Odvarko
4c7c013e43
Bug 1276229 - Move PropRep Component into its own module; r=jryans
...
MozReview-Commit-ID: EWhmTGuVwSH
2016-06-01 00:38:46 -07:00
Matthew Noorenberghe
8f89f328e1
Bug 1274712 - Follow-up to also change doNotTrackCheckbox.accesskey. rs=flod,johannh
...
MozReview-Commit-ID: BVSlJ9qAaJs
--HG--
extra : amend_source : dd58c5ed09a22f70f8537346a8091874604552f9
2016-06-01 00:34:10 -07:00
Carsten "Tomcat" Book
ad436d89e5
Backed out changeset b541ce3cbff5 (bug 1277087) for ab build failures
...
--HG--
extra : rebase_source : bad752021d110e22a4942fd23a9ec04c780a677c
2016-06-01 09:19:06 +02:00
Nicholas Nethercote
9ec20a644f
Bug 1277122 - Add missing null checks for pixman_image_create_bits(). r=seth,lsalzman.
...
--HG--
extra : rebase_source : dec917d2efd9a262bd06816dcbb541acd3892340
2016-06-01 14:27:30 +10:00
Michael Comella
9912677a15
Bug 1277071 - Move PREF_SEQ_COUNT to CorePingBuilder. r=jonalmeida
...
MozReview-Commit-ID: 44R0ahE094N
--HG--
extra : rebase_source : a7283f8da674ea315f9fa0ac0dd59dead66f3e80
extra : source : e22b131d462f845529713d8a3e0612525d06b78c
2016-05-31 16:33:08 -07:00
Michael Comella
82181ad56b
Bug 1270191 - Correct my previous patches to more faithfully reproduce the refactored code. r=liuche
...
The previous code checked:
if (env.startsWith("MOZ_DISABLE_SWITCHBOARD=")) {
if (!env.endsWith("=")) {
So it would not pass with the empty String but my previous revision permitted
the empty string.
Practically speaking, I don't think it matters because this is only used in
remoteautomation.py where the value is 1, but better safe than sorry.
MozReview-Commit-ID: DLtmvWlQYs7
--HG--
extra : rebase_source : 3c96cf81f729911bfefcc103f46068bd9b8fb202
2016-05-31 17:25:17 -07:00
Michael Comella
1e85dedec9
Bug 1270191 - Disable telemetry upload during tests. r=grisha
...
MozReview-Commit-ID: GoQQRfGRvd4
--HG--
extra : rebase_source : c2d56638e078012766e8f7c9b64de6d3988e6dbc
2016-05-31 17:04:40 -07:00
Michael Comella
8fc95417b0
Bug 1270191 - Move Experiments to env var solution. r=grisha
...
MozReview-Commit-ID: 5Rpdyg7zpNG
--HG--
extra : rebase_source : 1642484993287d489060e95e3fbeb62232b422c6
2016-05-31 17:04:25 -07:00
Michael Comella
b50b3795da
Bug 1270191 - Add IntentUtils.getEnvVarMap. r=grisha
...
MozReview-Commit-ID: 7ojczu4rOnD
--HG--
extra : rebase_source : f33965372fdfdb801d5f9b999c91dd591f6c856c
2016-05-31 16:48:03 -07:00
Bryce Van Dyk
cfe431113f
Bug 1277136 - External Media Tests: Fix typos, update context usage, update gmp reset script. r=maja_zf
...
- Fix a typo in media.gmp-eme-adobe.version pref strings.
- Update reset gmp script call to be from content context. This
would fail if done from the chrome process.
- Update reset gmp script to use new requestMediaKeySystemAccess
syntax.
MozReview-Commit-ID: FzDgkOWQF9A
--HG--
extra : rebase_source : 5a3082978bd80d994320017c6917e121fa40a742
2016-06-01 08:33:30 +12:00
Blake Kaplan
dfb26c7066
Bug 1271244
- Hack around loadinfo to make the about: shim work. r=mconley
2016-06-01 16:11:47 -07:00
Tooru Fujisawa
7cde99396c
Bug 1272523 - Store locale cache data in more robust order. r=jwalden
2016-06-02 07:43:14 +09:00
Haik Aftandilian
c95d552240
Bug 1275430 - Add telemetry and logging to record content process failures to start; r=billm
...
MozReview-Commit-ID: LWeZbDBwfX5
2016-06-01 15:13:59 -07:00
JW Wang
925bd5c7c6
Bug 1276852 - Assert AudioStream::Start() is called when mState is INITIALIZED. r=kinetik.
...
MozReview-Commit-ID: DeGSEpSWYSM
--HG--
extra : rebase_source : d2ab8b8abb7e9893934783b99939bbfe359e93d0
2016-05-31 14:33:03 +08:00
JW Wang
17e4b1d7d8
Bug 1276851 - Remove AudioStream::mIsFirst. r=kinetik.
...
MozReview-Commit-ID: H9KCM2zZulA
--HG--
extra : rebase_source : 51387a1bd37f1b22bdb5100abe83af17c0caa481
2016-05-31 14:18:58 +08:00
JW Wang
8d11127d3c
Bug 1276849 - some AudioStream::OpenCubeb code cleanup. r=kinetik.
...
MozReview-Commit-ID: 1X1DXa8fEZN
--HG--
extra : rebase_source : 79ab44ea8cbfd5710006731789925daaad80dc3a
2016-05-31 13:55:27 +08:00
Carsten "Tomcat" Book
a415d80096
Backed out changeset a9db7e5634d7 (bug 1258286) for test_smilCSSFromTo.xhtml test failures
2016-06-01 08:47:06 +02:00
Carsten "Tomcat" Book
85f95c9e86
Backed out changeset d5832177887d (bug 1258286)
2016-06-01 08:46:47 +02:00
Eddy Bruel
ceec41fb99
Bug 1271653 - Use HandleObject for eval bindings instead of HandleValue;r=jimb
2016-06-01 08:37:16 +02:00
Eddy Bruel
8ddce9d86b
Bug 1271653 - Use mozilla::range<const char16_t> for eval code instead of HandleValue;r=jimb
2016-06-01 08:36:08 +02:00
Kris Maglione
9939c69b11
Bug 1276386 - Prevent processes from inheriting extra file descriptors on Windows. r=mhowell
...
MozReview-Commit-ID: IFi2Z7sqaxW
--HG--
extra : rebase_source : fc8c270847e29a88c6b27c3b18bf39f8eb1f03fd
2016-05-28 12:28:30 -07:00
Chenxia Liu
a9a8e90f7c
Bug 1276374 - Remove firstrun Content Notifications slide. r=ahunt
...
MozReview-Commit-ID: CIkvOZrqHwT
--HG--
extra : rebase_source : 9ed4662dd6b766536ecaef2e6e7b199d1d444cd3
2016-05-31 15:35:29 -07:00
Chenxia Liu
ca0df37914
Bug 1275782 - Disable "search-term" experiment. r=ahunt
...
MozReview-Commit-ID: FQY76x04Ilo
2016-05-31 15:49:51 -07:00
Alexandre Poirot
f673d8c325
Bug 1268447 - Convert webconsole to use new key shortcut module. r=bgrins
2016-05-31 14:17:03 -07:00
Kris Maglione
26767b8010
Bug 1272800: Wait for zoom event after switching tab if current value is not as expected. r=me
...
MozReview-Commit-ID: 4GtQMLOLZNP
2016-05-31 13:43:28 -07:00
Kris Maglione
81e206b780
Bug 1271374: Add Cache-Control: no-cache to the delayed load SJS page. r=me
...
MozReview-Commit-ID: K6FN8jsT12Y
2016-05-31 13:30:51 -07:00
Kit Cambridge
8f4367fa09
Bug 1275434 - Add remote push observer tests. r=dragana
...
MozReview-Commit-ID: 4BVWwEbI2FX
--HG--
extra : rebase_source : 1ecd69b74a0329b14aa9ce8b3d4172bbf6278397
2016-05-19 21:41:15 -07:00
Kit Cambridge
a5dc7d0ed9
Bug 1275434 - Notify "push-subscription-modified" observers in the child. r=dragana
...
MozReview-Commit-ID: H3DGrhEm3fn
--HG--
extra : rebase_source : 37d9a07d2a852cdccb9e6c339cf9bcbe01fb6c88
2016-05-14 16:54:51 -07:00
Kit Cambridge
21fdc3d97d
Bug 1275434 - Refactor `PushNotifier` to clarify remoting logic. r=dragana
...
Previously, all `PushNotifier` methods checked the process type, and
either called `Notify*{Workers, Observers}` or sent an IPDL message.
The message handlers then called back in to `PushNotifier` from the
remote process.
This was clearer when we only sent worker event notifications to the
content process, and fired all observer notifications in the parent.
It became more complicated once we started notifying observers for all
subscriptions in both processes (bug 1266433). This makes it harder to
see omissions; for example, "push-subscription-modified" isn't
currently forwarded to the child, but "push-subscription-change" and
"push-message" are.
This patch moves the remoting code into `PushNotifier::Dispatch`, and
adds a base `PushDispatcher` class. Each notification type subclasses
this class and implements logic for sending messages and firing
observers and worker events. It's more code, but a bit easier to see
which methods are called where.
MozReview-Commit-ID: 7Q0eD7qXOrW
--HG--
extra : rebase_source : c69acb95a0cb5470cf1c804639971be41b976cc2
2016-05-19 19:01:34 -07:00
Andrew McCreight
858cf1d807
Bug 1275707, part 3 - Rename MESSAGE_MANAGER_MESSAGE_SIZE. r=baku
...
Now that digits have been filtered out of the message manager message
names to avoid creating thousands of similar keys, we can reenable the
telemetry by renaming it. Also, update the description to address
bsmedberg's comments, and add me to the list of alert emails.
2016-06-01 15:11:06 -07:00
Andrew McCreight
fdd63bef5d
Bug 1275707, part 2 - Remove numbers from the message manager message names. r=billm
...
There are a huge number of different message manager messages with
names of the form "ublock0:sb:{N}", where {N} is some number from 1 to
over 1000. Having so many different keys seems to cause problems for
telemetry and makes it harder to tell how many messages of each type
there really are, so this patch combines them by eliminating any
digits. It will also help for the webdev tools that use channels with
names like "debug:server1.conn5.child1:packet". This will create some
ambiguity (eg there are some messages of the form "ublock:sb:{N}"),
but that should be a minor issue.
2016-06-01 15:11:06 -07:00
Andrew McCreight
263493a069
Bug 1275707, part 1 - Factor out a common method for message manager size telemetry. r=billm
2016-06-01 15:11:06 -07:00
Andrew McCreight
11d50b03e2
Bug 1277052 - Remove the unused xpcomThreadsShutdown. r=Yoric
...
This should be xpcom-shutdown-threads, not xpcom-threads-shutdown, but
it is unused so I just removed it.
2016-06-01 15:05:54 -07:00
Andrew McCreight
305c7e214e
Bug 1277067 - Remove nsIAsyncShutdown.contentChildShutdown. r=Yoric
2016-06-01 15:05:54 -07:00
Andrew McCreight
d6a6610b75
Bug 1270308 - Remove content-child-shutdown observer for OS.file. r=Yoric
2016-06-01 15:05:54 -07:00
Andrew McCreight
9b9bcbfa17
Bug 1276383 - Add nsIAsyncShutdown.xpcomWillShutdown and use it in WebRTC. r=Yoric,jib
2016-06-01 15:05:53 -07:00
Christoph Kerschbaumer
8ca38235c0
Bug 1267754 - Replace WARNING about missing triggeringPrincipal with LOG() r=mcmanus
...
MozReview-Commit-ID: ESHG6geGqAD
--HG--
extra : rebase_source : 0c2ead7341d796f9d2bb129752f2093038ea7972
2016-05-11 10:58:06 +02:00
Honza Bambas
601acdd087
Bug 1275898 - Proper about:cache asyncOpen implementation + kill the disk entries loop hard on shutdown, r=michal
...
MozReview-Commit-ID: 3Tmvy45Iayu
--HG--
extra : histedit_source : 736f2ff12fb097bf2776cc900750010a00c4cf2a
2016-05-31 22:20:17 -07:00
Jonathan Hao
525c086187
Bug 1259871 - Replace getSimpleCodebasePrincipal with createCodebasePrincipal. r=sicking
...
MozReview-Commit-ID: Frx0CjBzuve
--HG--
extra : histedit_source : 036eb321d9ccb20e0e071ba588b0a1249eb34bdd
2016-05-24 18:01:34 +08:00
Dragana Damjanovic dd.mozilla@gmail.com
d53c07485b
Bug 1271987 - After on-***-request observers and loadGroup::AddRequest are called, on a failure AsyncOpen() must return async.r=mcmanus, r=mayhemer
...
MozReview-Commit-ID: AAi6R0pb6It
--HG--
extra : histedit_source : 8c7f0f46745958c7d3aa7e8a5521bb5a38e6e10e
2016-05-31 22:13:23 -07:00
Mike Conley
517fc049cf
Bug 1276738 - Test that newly opened dialogs can receive arguments. r=Gijs
...
MozReview-Commit-ID: jF3Port57I
--HG--
extra : rebase_source : 896d0eddbb10ae8f501e5ac83a9335b800047f42
extra : histedit_source : 53940c3dfcba85e9431a4eb2dfbf379ab3e136a4
2016-05-03 14:14:09 -04:00
Mike Conley
d478afc2c8
Bug 1276738 - Test that modal windows can be opened from the parent process. r=Gijs
...
MozReview-Commit-ID: 8PWxf9E6ZMv
--HG--
extra : rebase_source : 67ef95bf26ab2b905bd38c002d10c73bdd04b23f
extra : histedit_source : 2c9a51d9016514cd883584565960c49fca67dbdd
2016-05-03 11:42:34 -04:00
Mike Conley
19cfe905f4
Bug 1276738 - Add a test to ensure that we clone sessionStorage when opening new windows. r=gabor
...
MozReview-Commit-ID: B2rLxdpWKOu
--HG--
extra : rebase_source : 55f1778a74b1fe37f1932e3f8168abde203d907c
extra : histedit_source : c7c862fcbecefd8cab37c9c891415a99209ab177
2016-05-02 17:36:41 -04:00
Mike Conley
19f105324d
Bug 1276738 - Ensure that .open() on web content called with chrome privileges results in a new window with the appropriate principal. r=Gijs
...
MozReview-Commit-ID: IG9ioQLTI78
--HG--
extra : rebase_source : 908314589379b93b91b2d2a93a25b33f2e6ddb03
extra : histedit_source : 0af5d232e5dea98218ab838641e8d8a2acbd3c8e
2016-05-02 17:36:12 -04:00
Mike Conley
0f6888ce40
Bug 1276738 - Add a test for the size of newly opened window from content. r=gabor
...
This notably fails for me on Windows, for which I've filed bug 1276802. Until that's
figured out, this test is disabled on Windows.
MozReview-Commit-ID: Hx24driJ80w
--HG--
extra : rebase_source : 509454294eb3bc4babeba4dc7992b13dd7f175d5
extra : histedit_source : 405bf4126a767c3718e1511392edfb45bfee7433
2016-05-30 15:23:01 -04:00
Mike Conley
2cad77e79a
Bug 1276738 - Test _blank name usage in new windows. r=Gijs
...
MozReview-Commit-ID: Gqh04VTzOuC
--HG--
extra : rebase_source : 011e95ed22e3a3609293fef07d6626858f88622e
extra : histedit_source : beee65370d7c2db9323ddfe8dbab35858e4f8999
2016-04-29 17:39:18 -04:00
Mike Conley
89bbf2fce9
Bug 1276738 - Test that named windows work properly. r=gabor
...
MozReview-Commit-ID: 80uzqBvPmOA
--HG--
extra : rebase_source : 974580cae940818b2e89db66dc0d5e44687bd01a
extra : histedit_source : 2fcf014e0b8076b0cd54980526cb8faad27ae830
2016-05-30 17:26:52 -04:00