Bobby Holley
42151b7774
Bug 1165162 - Stop recreating principals from the message manager. r=smaug
2015-05-20 17:08:56 -07:00
Bobby Holley
a9e0bc1a93
Bug 1165162 - Fix up test_manager.js to use real principals. rpending=ferjm
2015-05-20 17:08:55 -07:00
Bobby Holley
0cc37b29bf
Bug 1165162 - Make requestsync test failures more useful. rpending=baku
2015-05-20 17:08:54 -07:00
Ralph Giles
b0d8b097a8
Bug 1164109 - Target MacOS X 10.7 or later for rust. r=ted
...
The rust compiler uses thread-local storage features which aren't
available on MacOS X 10.6. Until that's worked around or we drop
support for 10.6 in Firefox, we'll need to require a higher minimum
target version when building rust code.
2015-05-20 17:03:07 -07:00
Ralph Giles
9193c66c1b
Bug 1163214 - Add rustc version detection. r=ted
...
Read and parse the rustc semvar, and require at least v1.x.
We want to reject old installs which are unlikely to be
compatible.
2015-05-20 17:03:06 -07:00
Ralph Giles
6fb1ac5ad4
Bug 1163214 - Align --enable-rust help text. r=ted
2015-05-20 17:03:05 -07:00
Cameron McCormack
c7b07bee01
Bug 1166575 - Silence uninitialized variable error in BluetoothHALInterface.cpp when building a debug B2G build. r=tzimmermann
2015-05-21 10:01:59 +10:00
Matt Woodrow
d4e6862fa0
Bug 1159366 - Check for 'sidx' box in ContainerParser. r=jya
2015-05-20 16:29:00 +12:00
Philipp Kewisch
f972aeb824
Fix bug 1165428 - Restore support for binary components on a per-application basis. r=bsmedberg
...
--HG--
extra : rebase_source : 924d3deb1f8c6e0846ce39992e4eacf3735b17b1
2015-05-20 20:01:27 +02:00
Sean Stangl
9c866a3595
Bug 1160672 - Follow-up - Comment out unlanded header on a CLOSED TREE. no_r=me
2015-05-20 15:17:04 -07:00
Xidorn Quan
c071f97430
Bug 1053413 part 6 - Remove fullscreen-related observer notification sending from nsDocument. r=smaug
...
--HG--
extra : source : b9206c448cf0d8715ff0c8eba128c86a11305513
2015-05-21 09:52:26 +12:00
Xidorn Quan
15047dd722
Bug 1053413 part 5 - Switch browser element to rely on fullscreen events instead of observer notification. r=smaug
...
--HG--
extra : source : ada5a798d60d130010fc5e07fbbaf3acbcd29c2f
2015-05-21 09:52:26 +12:00
Xidorn Quan
eeb254e9de
Bug 1053413 part 4 - Rely on single MozDOMFullscreen:Exited event instead of ask-* notifications on Firefox. r=dao
...
--HG--
extra : source : f5aa3065f1baecd2d991fb75f245004db09e3eb4
2015-05-21 09:52:26 +12:00
Xidorn Quan
ae0095611c
Bug 1053413 part 3 - Remove fullscreen-origin-change notification, and make browser element rely on the fullscreen events. r=smaug
...
--HG--
extra : source : 5fb435684c91c57343b68ba3bf6caddb0ee0e778
2015-05-21 09:52:26 +12:00
Xidorn Quan
1aa67a7a9f
Bug 1053413 part 2 - Separate a MozDOMFullscreen:NewOrigin event from MozDOMFullscreen:Entered. r=dao,smaug
...
Change of fullscreen origin is now notified by the new specific event,
MozDOMFullscreen:NewOrigin. The event MozDOMFullscreen:Entered is only
triggered when the window first enter fullscreen by DOM fullscreen. It
is now only used to notify the parent to hide its chrome.
--HG--
rename : dom/tests/mochitest/general/file_MozDomFullscreen.html => dom/tests/mochitest/chrome/file_MozDomFullscreen.html
extra : source : f2ccd792f9520af51e11111cfdd922e9c1f29579
2015-05-21 09:52:26 +12:00
Xidorn Quan
100a467991
Bug 1053413 part 1.1 - Rename Moz{Entered,Exited}DomFullscreen to MozDOMFullscreen:{Entered,Exited}. r=smaug
...
--HG--
extra : source : d2d754a18776c319af6ccb1bf8d0539222ac160f
2015-05-21 09:52:26 +12:00
Xidorn Quan
0054a5baa1
Bug 1053413 part 1 - Some code style conversion on affected code. r=dao
...
--HG--
extra : source : 165eec278b0b7def1ecd1acb3a2e01936da5935a
2015-05-21 09:52:26 +12:00
Xidorn Quan
4857b902c1
Bug 1053413 part 0 - Fix of some fullscreen tests. r=smaug
...
--HG--
extra : source : b9d2a4e1d0fc2ff1d5aa760c5f00aef48f352aef
2015-05-21 09:52:26 +12:00
ShubhamSinha
67fd90cf65
Bug 1142817 - Use UniquePtr in testXDR_sourceMap. r=erahm
2015-05-19 15:19:39 +05:30
Neil Rashbrook
0fa6a4fa9f
Bug 1157688 Support badges on dual menu toolbarbuttons r=Gijs
2015-05-20 22:29:02 +01:00
David Major
76e429041c
Bug 1166349: Use a fallible allocation in nsXMLHttpRequest::StreamReaderFunc. r=smaug
...
--HG--
extra : rebase_source : 26d30d0c5ecc7bf9b425e2b6f0f552d92656ca3b
2015-05-20 15:09:32 -04:00
Sean Stangl
3b26540846
Bug 1160672 - Follow-up - Add missing </p> tag. no_r=me
2015-05-20 14:22:17 -07:00
Matt King
107a91f486
Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander
...
--HG--
extra : rebase_source : 33d43ad1bf17c51554f6443a23623868128599df
2015-05-04 14:08:31 +02:00
Xidorn Quan
c50187c3cd
Bug 1165570 - Skip changing fullscreen window controls when using OS X Lion native fullscreen. r=dao
...
--HG--
extra : amend_source : cd4e4095a0ef2e972d1717b93ae8575b3fca9e22
2015-05-17 15:12:00 +12:00
Jarda Snajdr
4af043f624
Bug 1034724 - Fixed Unicode values of prefs in about:support. r=adw
2015-05-20 13:10:30 +02:00
Jordan Santell
8ddd1cca0f
Bug 11663354 - A locked recording button should appear disabled in the performance tool. r=vp
2015-05-19 12:02:00 -07:00
Jordan Santell
530cd44c71
Bug 1165885 - Handle scenario when clearing out recordings while a console profile is recording. r=pbrosset
2015-05-19 15:06:59 -07:00
Jordan Santell
a7b54b18eb
Bug 1166559 - Add documentation for ProfileTimelineMarkers from a dev tools perspective. r=fitzgen
2015-05-19 16:53:40 -07:00
Jordan Santell
c7338c202c
Bug 1166823 - Merge arrays in performance's recording model one element at a time for performance increase and get over the Array.prototype.push.apply 500000 element limit. r=fitzgen
2015-05-20 12:14:33 -07:00
Sean Stangl
3906b011ff
Bug 1160672 - Part 2/2 - Add Mozilla VIXL modifications. r=dougc
2015-05-01 15:33:36 -07:00
Sean Stangl
96782481e8
Bug 1160672 - Part 1/2 - Import VIXL 1.5-1.6. r=jbramley
2015-05-01 15:32:40 -07:00
Dan Mosedale
3c8e33eb3e
Bug 1160656-Separate MediaSetupMixin caches on different instances, r=mikedeboer
2015-05-01 14:51:00 -07:00
Robert Strong
f770a33579
Bug 1165061 - prevent test timeouts by not copying files when staging an update in mochitest-chrome tests. r=spohl
2015-05-20 13:34:29 -07:00
Nick Fitzgerald
3ae88c8a10
Bug 1160811 - Lower the max allocations log length to avoid internal allocation overflow errors; r=jsantell
2015-05-20 12:48:28 -07:00
Karim Benhmida
0f404add1b
Bug 1159978 - Strip out old StartPane activity. r=liuche
...
--HG--
extra : rebase_source : 58049c70c4fd3c9e1c512a2e2be5db08ca03ec8e
2015-05-20 12:26:44 -07:00
Ed Lee
c60814f482
Bug 1166552
- browser_newtab_reportLinkAction.js fails on timeout [r=adw]
2015-05-20 01:13:32 -07:00
Ed Lee
fb98b283b1
Bug 1157810 - Enforce that tile images are loaded from mozilla.net [r=adw, f=bsmedberg]
2015-05-14 16:46:39 -07:00
Marina Samuel
33263c6e66
Bug 1139496 - Allow server provided explanation / ad group name to be displayed on Suggested Tiles [r=adw, f=bsmedberg]
2015-05-19 12:42:08 -07:00
Brian Grinstead
e3600b5eab
Bug 1166560 - Make a shared-head.js file for devtools, initially used by the framework and eyedropper tests;r=jryans
...
--HG--
rename : browser/devtools/framework/test/head.js => browser/devtools/framework/test/shared-head.js
2015-05-20 11:46:51 -07:00
darrenjl
aae36aaed4
Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella
...
--HG--
extra : rebase_source : bd7330bd66a462aa78cb3f50903d779b16233e48
2015-04-30 12:37:33 +10:00
Victor Porof
65a519d3e4
Bug 1149626 - Performance timeline legends should be dark with light text in dark theme in LineGraphs, r=jsantell
2015-05-19 14:56:28 -04:00
Martyn Haigh
8492c318fa
Bug 1165856 - Nightly app does not appear in task switcher when opening external links
2015-05-20 10:08:41 +01:00
Gijs Kruitbosch
0ec7e4ecd9
Bug 1166771 - force isArticle to false on pushstate on non-article pages, r=margaret
...
--HG--
extra : rebase_source : 4ab837ec4b8eba8e0bc65244edda85fcaec2f63a
2015-05-20 16:38:21 +01:00
Tim Taubert
44e929b543
Bug 1163256 - Fix intermittent browser_formdata.js timeouts by splitting off credit card number tests r=Gijs
2015-05-20 04:44:06 -04:00
Ravi Shankar
687e510c94
Bug 1163342 - WebIDE new project wizard silently fails / gets stuck in endless loop if target directory not writable. r=jryans
2015-05-16 01:52:00 -04:00
John Pavlicek
9fb76a86b8
Bug 1164906 - Use EventUtils.sendString instead of looping and calling EventUtils.sendChar in DevTools tests. r=mratcliffe
2015-05-19 14:32:00 -04:00
Richard Marti
770ede6c55
Bug 1160731 - Remove inContentUI.css. r=jaws
2015-05-18 18:17:17 +02:00
Alessio Placitelli
b76f6f52b5
Bug 1120380 - Update Telemetry interfaces to mention the correct number of ping retention days. r=gfritzsche
2015-05-19 09:12:00 -04:00
Alessio Placitelli
a6d6062dc4
Bug 1120380 - Add test coverage for archived pings retention. r=gfritzsche
2015-05-19 06:46:00 -04:00
Alessio Placitelli
2a044e1348
Bug 1120380 - Update the retention logic for archived pings. r=gfritzsche
2015-05-19 05:24:00 -04:00