Commit Graph

472282 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
c87769deb2 Bug 1231981 - Part 5: Install python packages we need in the virtualenv if not present. r=gps
MozReview-Commit-ID: 9PUHLMxHhQP

--HG--
extra : rebase_source : f7a4bcff98f436242167dac03cf58973be0e26e6
2016-03-16 15:40:17 -05:00
Byron Campen [:bwc]
c51311eeca Bug 1231981 - Part 4: Pull in the necessary python dependencies in CI. r=ahal
MozReview-Commit-ID: AkmzbnI4Lq5

--HG--
extra : rebase_source : f028c9f67f6e3ed9ef9aff7d5deffbb2f44d1331
2016-03-15 16:27:36 -05:00
Byron Campen [:bwc]
50135632ac Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno
MozReview-Commit-ID: CVbAYPrwpuB

--HG--
extra : rebase_source : f52583fe21269d4d4214b93315cc75f0535de55d
2016-03-04 15:45:57 -06:00
Byron Campen [:bwc]
008efedd31 Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal
MozReview-Commit-ID: FbfNzyw9SZp

--HG--
extra : rebase_source : f1404f32ab81d378b695a66bbdc6c184af20f9b0
2016-03-15 17:02:00 -05:00
Byron Campen [:bwc]
7f5a166b2a Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=drno, r=ahal
MozReview-Commit-ID: 96vhyPCs99p

--HG--
extra : rebase_source : 1b0901e9d2a374a99ec51c30b7315f221a7a7e27
extra : source : ce0070f40160de58b31944d0c0fd971476726dae
2016-02-24 14:40:25 -06:00
Jon Coppeard
9a7af842af Bug 1259021 - Use in-place storage in AutoStableStringChars to avoid allocation for short strings r=jandem r=Waldo 2016-04-25 13:41:25 +01:00
Jon Coppeard
99cbfbd0dc Bug 1259021 - Add Vector::extractRawBuffer method that doesn't copy the buffer r=Waldo 2016-04-25 13:41:25 +01:00
Jon Coppeard
d5b6a661f0 Bug 1259021 - Rename Vector::extractRawBuffer to extractOrCopyRawBuffer r=Waldo 2016-04-25 13:41:25 +01:00
Jon Coppeard
812266f4e1 Bug 1263572 - Wait for background sweeping to finish before checking base shapes r=terrence 2016-04-25 13:41:25 +01:00
Edwin Flores
5d094bc8b7 Bug 1244883 - Add Nightly-/Aurora-only crash for AsyncTransactionWaiter timeouts - r=nical 2016-04-25 13:10:46 +01:00
Jan de Mooij
c1d60e2f39 Bug 1265690 part 2 - Fix some more OOM issues in TypedObject code. r=jonco 2016-04-25 13:34:38 +02:00
Jan de Mooij
afaec26bdf Bug 1265690 part 1 - Mark StringBuffer methods WARN_UNUSED_RESULT, fix OOM issues. r=jonco 2016-04-25 13:33:54 +02:00
Jan de Mooij
70be8c80dd Bug 1267171 - Fix bug1263558.js jit-test failure with --without-intl-api. r=arai 2016-04-25 13:32:51 +02:00
Vlad Ciobancai
eba5401caa Bug 1265799 - Disable b2g-inbound. r=Callek
MozReview-Commit-ID: GYzymyiPz1D
2016-04-25 06:40:55 -04:00
Carsten "Tomcat" Book
3b5633ca63 Merge mozilla-central to mozilla-inbound 2016-04-25 11:56:36 +02:00
Carsten "Tomcat" Book
84eb46bafd merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : toolkit/components/prompts/test/test_bug861605.html => toolkit/components/prompts/test/test_dom_prompts.html
2016-04-25 11:55:12 +02:00
Paul Adenot
62993a3f50 Bug 1265397 - Add a length attribute to OfflineAudioContext. r=smaug
MozReview-Commit-ID: J3TqIDI4saW
2016-04-25 11:45:59 +02:00
Paul Adenot
d6dc2d1ec6 Bug 1267096 - Check the return value of Promise::Create in AudioContext::StartRendering. r=smaug
MozReview-Commit-ID: 6w6XDDPbbiV

--HG--
extra : rebase_source : b4019e46f164af4cbe53e6437dddda4b8c1292a9
2016-04-25 11:16:08 +02:00
Paul Adenot
0b33e8847a Bug 1267096 - Return early if we have no global when creating a Promise. r=smaug
MozReview-Commit-ID: LQeFGaRRAVq

--HG--
extra : rebase_source : 679009e7b26ddffe64fb2c746a187f63c7448e11
2016-04-25 11:06:30 +02:00
Liang-Heng Chen
1301f09dd3 Bug 1255264 - add keycode for back key; r=masayuki
MozReview-Commit-ID: A0kuovHYrdX
2016-04-25 17:07:14 +08:00
Tooru Fujisawa
f8f2a0331d Bug 1263811 - Do not attach optimized IC for arguments element access if any arguments element has been overridden. r=jandem 2016-04-25 17:01:07 +09:00
Masayuki Nakano
4b0070a96d Bug 1263389 NativeKey should initialize WidgetKeyboardEvent::mKeyValue of WM_KEYDOWN of VK_PACKET with following char message r=m_kato
TextEventDispatcher initializes charCode value with mKeyValue (and mKeyNameIndex) of WidgetKeyboardEvent.  Therefore, NativeKey needs to initialize mKeyValue properly at handling WM_KEYDOWN message of VK_PACKET.  However, nobody initializes mCommittedCharsAndModifiers value of VK_PACKET.  Additionally, KeyboardLayout::ConvertNativeKeyCodeToKeyNameIndex() returns KEY_NAME_INDEX_Unidentified for it too.

Therefore, this patch creates a path for handling VK_PACKET.  First, makes KeyboardLayout::ConvertNativeKeyCodeToKeyNameIndex() returns KEY_NAME_INDEX_USE_STRING.  Next, the constructor of NativeKey initializes mCommittedCharsAndModifiers with following char message.  Additionally, makes sure that VK_PACKET is always handled with following char message even if there is no char message.
2016-04-25 16:42:59 +09:00
Takahiro Aoyagi
4f6a58fd72 Bug 1259669 Rename WidgetCommandEvent::command to WidgetCommandEvent::mCommand r=masayuki
--HG--
extra : rebase_source : 7755c962f01deb2583aa3581de82289c28124f7c
2016-04-25 16:04:09 +09:00
Phil Ringnalda
664d43385b Back out a57938cd29d2 (bug 1254003) for timeouts in browser_ext_tabs_* 2016-04-24 22:16:13 -07:00
Bas Schouten
a7d662a2b1 Bug 1262898: Keep the GeckoChildProcessHost alive for the lifetime of the CompositorBridge and ImageBridge parent actors. r=jimm r=nical
MozReview-Commit-ID: 1rsWqRpbhgN
2016-04-25 03:54:07 +00:00
Sotaro Ikeda
01c7cdd7ec Bug 1263053 - Backout until bug 1265873 fix 2016-04-24 20:30:05 -07:00
Michael Kaply
6f9b7ee4bc Bug 1266080 - Move Google engines together in list; r=margaret 2016-04-24 22:22:21 -05:00
Xidorn Quan
94605329a3 Bug 1264091 - Ensure we unblack the screen for a right after-paint event. r=dao
MozReview-Commit-ID: H2hCmQX8OLX

--HG--
extra : source : 913eeab64f48688afc3cc0e54204b121703a2df2
2016-04-25 10:48:48 +08:00
Xidorn Quan
97fdb0dd94 Bug 1264968 part 2 - Allow persisting attributes of xul:window if its owner document is not root. r=enndeakin
MozReview-Commit-ID: 12rz0WMZp0L

--HG--
extra : source : e53a0459cd77040271b04e748f53cc66f5f0c70e
2016-04-25 09:40:16 +08:00
Xidorn Quan
d4b5e34fdd Bug 1264968 part 1 - Use replace uses of removed String.contains with the new .includes method. r=jaws
MozReview-Commit-ID: DOR86fImhbQ

--HG--
extra : source : 929d91e12234f6ae3c0ce722efeec00e57f12a63
2016-04-25 09:40:16 +08:00
Sotaro Ikeda
62df9daebb Bug 1261605 - Extend fuzz r=mstange 2016-04-24 18:17:19 -07:00
Ryan VanderMeulen
2fea4e0c11 Backed out 3 changesets (bug 1234492) for frequent OSX test_presentation_dc_receiver.html failures.
Backed out changeset 94ec70bf8c22 (bug 1234492)
Backed out changeset ac0e65743b5d (bug 1234492)
Backed out changeset 801cac365dd9 (bug 1234492)
2016-04-24 18:50:55 -04:00
Justin Dolske
a7ba70d284 Bug 1265194 - Android test is now hanging, so disable it. Bug 1267092 to look at why it and others in this dir are problematic. 2016-04-24 14:27:50 -07:00
Frederik Braun
582caa399f Bug 1142332 - Prevent calling CSP_EnumToKeyword with CSP_HASH. r=ckerschb
MozReview-Commit-ID: I1w9QrWJeEo

--HG--
extra : histedit_source : 1258cfc50d32c10f0de90ba1e863e21ae3ebf0f8
2016-04-24 14:56:22 -04:00
Jean-Yves Avenard
e6d396075d Bug 1267036: Force recalculation of readyState when download is progressing. r=jwwang
Under some circumstances, the MP3Demuxer is unable to calculate the buffered range which would prevent the readyState value to be recalculated. To get around this we force recalculation when the progress event is fired.

MozReview-Commit-ID: DTaxJjOX4JU

--HG--
extra : rebase_source : 83389805b14c88061e492525abaada1d63b4d5ea
2016-04-24 23:34:23 +10:00
Andrea Marchesini
bad9abbf97 Bug 1263392 - ConsoleCallData::mStatus should be set also when ConsoleCallData is not used in workers, r=smaug 2016-04-25 13:53:49 +08:00
Nick Fitzgerald
ae9b80c955 Bug 1266869 - Print a message when no retaining paths are found in JS::ubi::dumpPaths. r=jimb
--HG--
extra : rebase_source : 6ce3ed6711cc259dd0c163440161768a927a690d
extra : histedit_source : 18d6305c414d2cb558962e902a33a6e1acbf68f7
2016-04-22 16:26:49 -07:00
Nick Fitzgerald
9a9dd6a4ac Bug 1266835 - Request names from the rootlist in JS::ubi::dumpPaths and clean up formatting of dumped paths. r=jimb
--HG--
extra : rebase_source : a62abd02d17fe49eddbf02df4f177706927c208a
extra : histedit_source : 893ce3ac4ba191d89f706c67185bedb3779b8633
2016-04-22 16:26:49 -07:00
bsilverberg
d9ca109a26 Bug 1262923 - Create schema for the history API. r=aswan
MozReview-Commit-ID: 1hZRJtemPMb

--HG--
extra : rebase_source : ccf72e006fcdcbaa3085a6bdcc8e679f66ed2412
2016-04-07 14:56:02 -04:00
Andrew Swan
62cd781780 Bug 1262005 - Rework how WebExtensions IDs are determined. r=rhelmer
MozReview-Commit-ID: 37EujfhGh0U

--HG--
extra : rebase_source : 3ac03fc02f618e149ffecc26678ac25914bb8358
2016-04-06 07:30:51 -07:00
Jared Wein
b2a9064b1e Bug 1116578 - Make customize mode keyboard accessible by allowing tabbing through the toolbarpaletteitems and using the context menu key or keyboard shortcut (Shift+F10 on Windows and Linux) to open the context menu and move items between customizable areas. r=Gijs
MozReview-Commit-ID: 2Vjfh9AwpQ7

--HG--
extra : rebase_source : 245f6ae4cd23185c5125cbd7748099256b932041
2016-04-22 10:35:00 -04:00
Andrew Swan
87981b40e1 Bug 1255041 - Implement uninstall() on DOM Addon objects. r=rhelmer
MozReview-Commit-ID: Ad3r78Y9IKb

--HG--
extra : rebase_source : 6a5f0d85b5c13138d6df57c9d5f6233aa10868bb
2016-04-21 09:59:14 -07:00
Timothy Guan-tin Chien
b6755044e2 Bug 1264805 - [Fennec] Use goBack to leave the reader view when possible. r=margaret
MozReview-Commit-ID: 79wpix8njxT

--HG--
extra : rebase_source : b9c39cab14bad48362f30fce30629c7129af18b2
2016-04-20 12:11:44 +08:00
Kris Maglione
6640885354 Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
MozReview-Commit-ID: 3qK6GpTmIFQ

--HG--
extra : rebase_source : cd0d5f5fae93e7e4f6436d2fae1d6e4c9363d2d4
extra : source : 8afadb96e97704a98492c2286fb92479deb3365f
2016-04-03 19:31:47 -07:00
Andrzej Hunt
63cf5690a2 Bug 1263571 - Post: make checkstyle happy r=me
MozReview-Commit-ID: GvcUZz2Jd4w

--HG--
extra : rebase_source : 6557841de66a857b14ade56b9ff404098ed3ce70
extra : source : a3b0aafbc909236da4521c06970128874b627894
extra : histedit_source : 8c99e692e7f286f29aad56aaa6dde39f8f862490
2016-04-24 20:29:57 +02:00
Andrzej Hunt
b16d4df72f Bug 1246238 - Post: make checkstyle happy r=me
MozReview-Commit-ID: JJ2PK3jka5e

--HG--
extra : rebase_source : b2057d66d59da7c8eb72ec132a1fd89033a7e4c0
extra : source : f711b0c364a5773671c3d767824481b1149a004e
extra : histedit_source : df79029f06a6629aed09f827295bb21bd631697f
2016-04-24 20:30:39 +02:00
Justin Dolske
d3b33c0908 Bug 1265194 - Fix test bustage. 2016-04-24 11:01:01 -07:00
Justin Dolske
9c5d8cfa1f Bug 1265194 - Refactor prompt tests to use state/action objects and new common helpers. r=adw 2016-04-24 11:01:01 -07:00
Justin Dolske
1ad0f7cf0f Bug 1265194 - use the hidden attribute in commonDialog.xul for consistency with tabPrompts.xml. r=adw 2016-04-24 11:01:01 -07:00
Justin Dolske
5d65a8856b Bug 1265194 - Move handlePrompt() and checkPromptState() to prompt_common.js, and rename a test. r=adw
--HG--
rename : toolkit/components/prompts/test/test_bug861605.html => toolkit/components/prompts/test/test_dom_prompts.html
2016-04-24 11:01:01 -07:00