Cykesiopka
35ac12c63d
Bug 1331983 - Avoid non-smart string IDL types in nsIX509CertDB.idl. r=gcp,keeler,nwgh
...
Smart string classes like nsCString are safer to use than raw |char*| strings,
and are typically easier to deal with as well.
MozReview-Commit-ID: 2PdrCa6cbpe
--HG--
extra : rebase_source : a8730dd48e954f4947534a0d4d524848061dac98
2017-02-09 23:11:29 +08:00
Vincent Lequertier
5864a38dc4
Bug 1329243 - Fix nsAdoptingString -Wextra copy constructor warning; r=froydnj
...
MozReview-Commit-ID: DEicxRecJUu
--HG--
extra : rebase_source : 612fa3d002ed906102ab24b3d338eb0087ca5f60
2017-01-23 20:50:01 +01:00
Sebastian Hengst
94a3198643
Backed out changeset deb5b08545fd (bug 1322383) for frequently failing to find windows in wpt tests on Windows. r=backout
...
--HG--
rename : testing/marionette/harness/marionette_harness/tests/unit/test_window_type_chrome.py => testing/marionette/harness/marionette_harness/tests/unit/test_window_type.py
2017-02-09 18:13:02 +01:00
Sebastian Hengst
6d9561e0ba
Backed out changeset f5e6da82e68d (bug 1322383)
2017-02-09 18:10:13 +01:00
Sebastian Hengst
e2592c84dd
Backed out changeset be39185b68b0 (bug 1322383)
2017-02-09 18:10:08 +01:00
Justin Wood
a9669b7b51
Bug 1334506 - Beetmove mbsdiff and mar binaries with tc nightly. r=aki
...
MozReview-Commit-ID: DAWJVALNpe
--HG--
extra : rebase_source : b2f97df7207edfc6ec8cd30e876e96af6c8507d0
2017-01-27 16:01:44 -05:00
Dave Townsend
b7916539a5
Bug 1326245: Tell the child processes when we're in safe mode. r=smaug
...
MozReview-Commit-ID: EiuULIb5L6A
--HG--
extra : rebase_source : deee93731ec6635340cf7c3d665833c306912691
2017-02-08 15:45:01 -08:00
Sylvestre Ledru
11c1660445
Bug 1338193 - Add media/webrtc/signaling/src/sdp/sipcc/ to the list of thirdparty code r=bwc
...
MozReview-Commit-ID: AJYDkI0aHhq
--HG--
extra : rebase_source : b1bc1212ecd6323965abfe82946240bb5faf72d1
2017-02-09 17:21:18 +01:00
Fred Lin
aa3961ea99
Bug 1308449 - Implement custom request view;r=Honza,rickychien
...
move send/cancel func to component
use thunk to handle sendHTTPRequest
use single updateRequest method to update all form values
MozReview-Commit-ID: Ed2hhSdCFpW
--HG--
extra : rebase_source : 8688498422159cde1825c16956e91db4a9c7ca7a
2016-12-27 10:17:27 +08:00
Matt Howell
586e8be813
Bug 1333789 - Try to avoid UAC prompts during automated installations using INI files. r=agashlin
...
MozReview-Commit-ID: CIOKXTT5AHh
--HG--
extra : rebase_source : 6318d2922f7473733fe0497c885ccd96332ca20b
2017-02-07 11:00:10 -08:00
James Graham
f9321a86eb
Bug 1338177 - Teach fetchlogs.py to download multiple logs in parallel., r=emorley
...
MozReview-Commit-ID: 53hwD7YPlYy
--HG--
extra : rebase_source : b8eed9100bc6e7bb66babf3c8191c967f01233b6
2017-02-02 14:38:36 +00:00
Justin Wood
e021db568c
Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin
...
MozReview-Commit-ID: E1yjFHuqq3U
--HG--
extra : rebase_source : 0b13a374550593a7b68535aafd4df59d5b705525
2017-02-09 09:43:56 -05:00
Andrew McCreight
9a8abaf744
Bug 1337914 - Add dummy argument to IPDLUnitTestProcessChild::Init. r=kanru
...
This fixes a build error.
MozReview-Commit-ID: DMc4lwtuipo
--HG--
extra : rebase_source : 2686efb3e8fccc090b8fbfa352838d13b7709610
2017-02-08 12:26:20 -08:00
Aki Sasaki
b0fd753bd6
bug 1337645 - add an l10n bumper for fennec relpro. r=rail
...
MozReview-Commit-ID: 8pHjWcexmzn
--HG--
extra : rebase_source : d0bdc207aa4f4f7e7d7b320584fbada1344e1004
2017-02-08 16:52:00 -05:00
Henrik Skupin
f686112388
Bug 1322383 - Update Puppeteer and firefox-ui tests for valid window checks. r=maja_zf
...
We have to ensure to switch to the current browser window after closing all the windows
in tearDown.
MozReview-Commit-ID: 3sYwmbew43d
--HG--
extra : rebase_source : d5514b59af6ce7185e000107be021db6d6118b65
2017-02-07 11:16:55 +01:00
Henrik Skupin
14cf73d88f
Bug 1322383 - getCurrentWindow() has to only return the currently selected window. r=ato,maja_zf
...
Given that this method will be used in each command for checks of a valid window, we have to return
the currently active window. It means the window mediator should only be used during setting up the
session to find the first browser window.
At the same time the code in this method is getting split-up for chrome and content scopes.
MozReview-Commit-ID: KyzxYk63RgA
--HG--
extra : rebase_source : 0ff9ab53babcf60e9120d435ea6abb82d70aebec
2017-02-08 12:58:45 +01:00
Henrik Skupin
f681f14f4f
Bug 1322383 - Add missing checks for valid window r=ato
...
MozReview-Commit-ID: Ad67SPx8vBx
--HG--
rename : testing/marionette/harness/marionette_harness/tests/unit/test_window_type.py => testing/marionette/harness/marionette_harness/tests/unit/test_window_type_chrome.py
extra : rebase_source : 16bcd69d1906d8f2a544fd441cac2ff59634a5a1
2017-02-03 17:49:38 +01:00
Bob Silverberg
3ed36c468a
Bug 1300588 - Implements the devtools.network.onNavigated API event, r=kmag,ochameau
...
MozReview-Commit-ID: 3P2KTzuzbWn
--HG--
extra : rebase_source : 1f9f1ccd80c871ac2c750620faab13421039d7bd
2017-01-20 14:50:20 -05:00
Mark Banner
3a5a4b6816
Bug 1338121 - Remove old tests for bookmarks caching, as it was removed when the async bookmarking API was created. r=mak
...
MozReview-Commit-ID: Ls2ZgOWFVmW
--HG--
extra : rebase_source : 2db31f53d7c76ac552948a9b6708bced3f6b1431
2017-02-09 12:23:32 +00:00
Marco Bonardo
ce1cee2324
Bug 1338083 - Restore full year in Library date columns. r=jfkthame
...
MozReview-Commit-ID: GIp7xzdAC9C
--HG--
extra : rebase_source : 61510a9b0b661ca18046049480f386c51f58b444
2017-02-09 10:38:51 +01:00
Alex Chronopoulos
b90787dd1c
Bug 1337805 - Update cubeb from upstream 21e96ac. r=padenot
...
MozReview-Commit-ID: 4WVSRHoUYAJ
--HG--
extra : rebase_source : 113cec5e8875fb3f4dfae6cdb9251a0831089069
2017-02-08 17:33:43 +02:00
Mark Banner
c636a713e8
Bug 1337480 - Remove undefined variables in test_417228-other-roots.js as they aren't needed. r=mak
...
MozReview-Commit-ID: 6h6dAGRxsJm
--HG--
extra : rebase_source : 724f7a2c106769d5e993d871088a25a55a9f3a42
2017-02-08 21:43:22 +00:00
Rex Lee
b64cd8f280
Bug 1330932 - [Mortar] Support password-locked PDF file. f=lchang, r=evelyn
...
MozReview-Commit-ID: 7V3vh4Shvw
--HG--
extra : rebase_source : 36fc8ddc04bd390ac3bd52334783e336393e327d
2017-01-17 19:48:09 +08:00
Mike Hommey
eb37fd7ca3
Bug 1338000 - Fix webrtc build on non-Android ARM Linux. r=jesup
...
--HG--
extra : rebase_source : a6556bfa40a1b98506d61cb056dde3bb6313c559
2017-02-09 10:26:01 +09:00
Fred Lin
3471207507
Bug 1337015 - show multiple select params correctly;r=Honza
...
MozReview-Commit-ID: CykBya4ToeW
--HG--
extra : rebase_source : da83d1c3ca52da1b74001803d0a8ee4fa675b348
2017-02-08 16:57:20 +08:00
Andrew Swan
132789bc66
Bug 1335720 Update sideload notification text r=flod
...
MozReview-Commit-ID: 2iU1IVXFm2Q
--HG--
extra : rebase_source : ed96d0793e4d7b3606f64bd4038edac2626acf32
2017-02-07 16:26:30 -08:00
Masayuki Nakano
431e1a12b3
Bug 1336011 part.3 Create an alias of the type of mDocStateListeners r=smaug
...
MozReview-Commit-ID: L0TczDcH4t8
--HG--
extra : rebase_source : 0a250056797c6fb760e7aa674565d3e71df6f568
2017-02-07 22:52:23 +09:00
Masayuki Nakano
a5c23d8c73
Bug 1336011 part.2 Create an alias of the type of mEditorObservers r=smaug
...
MozReview-Commit-ID: 7LWl5F4C0Ge
--HG--
extra : rebase_source : 0393619ad8f3ea1090244db5eeb117f73afb47ea
2017-02-07 22:36:16 +09:00
Masayuki Nakano
36efe8eb2b
Bug 1336011 part.1 EditorBase shouldn't refer mActionListeners directly in loops because it might be removed during a loop r=smaug
...
Items in mActionListeners may be removed during a call of a method of another item. Therefore, all items should be copied to different array before each loop referring mActionListeners.
MozReview-Commit-ID: FA2xXdJ9SoR
--HG--
extra : rebase_source : 054a58f5a82df6911d42b17fdb3f11738ceab2af
2017-02-07 22:26:56 +09:00
Tim Huang
756cf900c9
Bug 1336802 - Part 2: Updating the whole code base to make sure nsILoadInfo get null check. r=smaug
...
--HG--
extra : rebase_source : 22149fd540fd02119afe9fe5c9a815d01cf959c1
2017-02-07 11:49:34 +08:00
Tim Huang
c44e5b4109
Bug 1336802 - Part 1: Fixing the crash of nsILoadInfo::GetOriginAttributes. r=smaug
...
--HG--
extra : rebase_source : baba3ca38c2f080f8fdfb1ada1a6945f5477d82c
2017-02-07 11:49:33 +08:00
Jonas Finnemann Jensen
24c8b38973
Bug 1332506 - Treeherder actions defined in-tree. r=dustin
...
Framework for defining actions in-tree that can be displayed
and triggered from Treeherder.
MozReview-Commit-ID: 3rvwgy2i4xu
--HG--
extra : rebase_source : beca394f4337aae4ab149e4db810352f57ec4988
2017-01-31 15:34:05 -08:00
Jonas Finnemann Jensen
f9108552c0
Bug 1332506 - Spec for in-tree treeherder actions. r=dustin
...
Add specification for actions.json to be used as contract
between in-tree logic and Treeherder. Such that Treeherder
can provide actions that callback into the in-tree logic.
MozReview-Commit-ID: JM1ebU8zNK5
--HG--
extra : rebase_source : 289c7c800f214ccde99adfbdf58bba614b957fe6
2017-01-31 15:33:14 -08:00
Chun-Min Chang
37b2c71e24
Bug 1323659 - Enable audio multi-channels on Linux; r=jya
...
MozReview-Commit-ID: 4nRHiH1JcbE
--HG--
extra : rebase_source : 8276abfc24b4d7436b737b121442da3bd1bc95d1
2017-02-08 12:56:20 +08:00
Makoto Kato
6b3afdd60e
Bug 1337273 - Don't use mTextEditor from HTMLEditRules. r=masayuki
...
HTMLEditRules can access both mTextEditor and mHTMLEditor, but we should use mHTMLEditor only on HTMLEditRules for readability.
MozReview-Commit-ID: HfzwAD554XQ
--HG--
extra : rebase_source : 7d722915a41eb878e2cd2ff711ac4925bd91d1d8
2017-02-08 18:32:32 +09:00
JW Wang
553e846993
Bug 1331070 - delay seek request until decoding first frames for non-MSE media. r=kaku
...
See see bug 1321198 comment 17. This is a workaround to alleviate the issue
which seems to happen on win8 x64 opt only.
MozReview-Commit-ID: Lr4viEjuFkC
--HG--
extra : rebase_source : 99895cf6f6f13d5f4d698f76db7acda15d8cee77
2017-02-08 18:15:28 +08:00
cku
8bf0d34e6a
Bug 1247229 - Turn on layout.css.clip-path-shapes.enabled on all releases. r=dholbert
...
MozReview-Commit-ID: 4zjMZJxQeO8
--HG--
extra : rebase_source : cb766308692621b5a25ed0ee180a5123f605da45
2016-12-16 11:53:29 +08:00
Karl Tomlinson
6023dab957
bug 1331320 disable e10s browser_tab_dragdrop.js in remaining linux builds r=mccr8
...
The intermittent abnormal plugin exit due to bug 1237853 was not detected by
opt builds due to the use of exit(1) and lack of leak checking (which would
have demonstrated bug 1309420 or bug 1239258).
The abnormal exit is now detected in opt builds also, and so this change
disables testing with these builds also.
MozReview-Commit-ID: FnBGNqnJrDp
--HG--
extra : rebase_source : 57643bf567893d460797b7a09da5ac3ebda528f4
2017-02-01 16:13:43 +13:00
Karl Tomlinson
9c0be75890
bug 1331320 test that a crashreport is generated on X11 protocol error in plugin r=glandium
...
MozReview-Commit-ID: HSKgzjqRZh6
--HG--
rename : dom/plugins/test/mochitest/test_CrashService_crash.html => dom/plugins/test/mochitest/test_x11_error_crash.html
extra : rebase_source : c432eded8a4dedc4e4b85b90eb699cad54c29204
2017-01-16 14:48:33 +13:00
Karl Tomlinson
dbb3d944e5
bug 1331320 document requestFlakyTimeout for crashAndGetCrashServiceRecord() r=glandium
...
MozReview-Commit-ID: 4l2qxJfRbkq
--HG--
extra : rebase_source : 87c70a124406287434847c7e4a23ab062dbb60de
2017-01-16 18:57:03 +13:00
Karl Tomlinson
671fdc9bae
bug 1331320 install X11 error handler through Xlib in plugin process as GTK2 does not use g_error r=glandium
...
MozReview-Commit-ID: 9Io2fABc2hI
--HG--
extra : rebase_source : 7da1b83d5003d49d0eaddd94509f50a40c043825
2017-01-13 20:50:58 +13:00
Xidorn Quan
95e2f855f2
Bug 1333675 followup - Remove prefixed values for unicode-bidi from devtools.
...
MozReview-Commit-ID: J6ewcNe1cSn
2017-02-09 12:38:49 +11:00
Bobby Holley
fd99deb665
servo: Merge #15447 - Move rust-selectors into servo/servo (from bholley:in_tree_selectors); r=SimonSapin
...
See the thread at [1].
[1] https://groups.google.com/d/msg/mozilla.dev.servo/iHykieVC5SM/Z31_n0agBAAJ
Source-Repo: https://github.com/servo/servo
Source-Revision: 8aec1ccdd22145df0ca7bb9456b40b3175fc5992
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : b45d7b526718eb826d64906aa7514f1806a074ae
2017-02-08 16:06:06 -08:00
Xidorn Quan
9a46e4e6e0
Bug 1333675 - Remove prefixed values for unicode-bidi. r=dholbert
...
MozReview-Commit-ID: B1TNnDPHel2
--HG--
extra : rebase_source : 6219c71c7910bb7c18bc311c454b74c2a1454428
2017-02-08 15:25:17 +11:00
Wes Kocher
9576aa1519
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: HXFQTGJASw4
2017-02-08 16:21:53 -08:00
Wes Kocher
afcf40f3ea
Backed out changeset 15d237d39fb8 (bug 1332690) for asserts in DocAccessibleParent.cpp a=backout
...
MozReview-Commit-ID: BwRMVLvOSde
2017-02-08 16:19:20 -08:00
Michael Layzell
81d9f8ac2c
Bug 1316696 - Eliminate ns{Fixed,}{C,}StringRepr from the rust bindings, r=froydnj for being the wrong commit backed out a=backout
...
MozReview-Commit-ID: AMwAUq82vMo
2017-02-08 16:18:58 -08:00
Wes Kocher
250e123173
Backed out changeset 4e259fa04f68 (bug 1316696) for asserts in DocAccessibleParent.cpp a=backout
...
MozReview-Commit-ID: Eo2Kbxoy1EN
2017-02-08 16:18:02 -08:00
Wes Kocher
6ff8201ffe
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4mN7daXzULJ
2017-02-08 16:08:42 -08:00
Wes Kocher
008683d974
Merge autoland to central, a=merge
...
MozReview-Commit-ID: 47exp5fFJe1
2017-02-08 15:48:05 -08:00