Ekanan Ketunuti
4f6650dc7f
Bug 772456 - Replace '-moz-transition' with 'transition' in toolkit/. r=dao
2012-07-11 08:35:26 +07:00
Wes Johnston
3a85b40bc8
Backout a7d1108f70fb, e32603f16465, 142b9df4d021,
2012-07-10 16:20:09 -07:00
Nathan Froyd
5b30baa4c3
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Wes Johnston
709cc65d28
Bug 732052 - Allow slide frames to use touch events. r=smaug,enn
2012-07-09 09:55:35 -07:00
Wes Johnston
f4353212b7
Bug 732052 - Update video controls for touch events. r=dolske
2012-07-09 09:55:34 -07:00
Matthew Noorenberghe
5f983bfe3e
Bug 749931 - "Migration to a clean Firefox profile" feature doesn't suggest browser history migration (Part 2). r=gavin
...
--HG--
extra : rebase_source : 677d0aeb8924e26ccf505ef133edfaf926d3df5f
2012-07-08 13:33:21 -07:00
Tim Taubert
6707ff99bb
merge m-c to fx-team
2012-07-07 15:48:12 +02:00
Tim Taubert
9b78d40550
Bug 758212 - Allow swapping of docShells from standalone and tabbrowser <browser> elements; r=neil
2012-07-07 11:55:11 +02:00
Hub Figuière
64a384e119
Bug 750612 - Don't expose invisible property pages in a deck frame. r=tbsaunde
...
--HG--
extra : rebase_source : ca16cada2efddb6d55cf5dff43cc6a9393ba66e1
2012-06-28 16:04:50 -07:00
Ehsan Akhgari
729030ee5b
Backout changeset e04abde1b323 (bug 539356) because of performance and correctness regressions
2012-07-03 20:21:03 -04:00
Ehsan Akhgari
5dfcced8d0
Backout changeset 674cde7d007a (bug 770000 because DLBI is being backed out
2012-07-03 19:36:38 -04:00
Chris Lord
612ab3d5da
Bug 769467 - Add a PrivateBrowsingUtils module. r=gavin
...
Add a PrivateBrowsingUtils module that contains a function to find out if an
arbitrary window is a descendant of a private docshell or not.
2012-07-03 15:35:03 +01:00
Matt Woodrow
d4e8c963bf
Bug 770000 - Call WillPaint and DidPaint from the refresh driver instead of the widget events. r=roc
2012-07-03 21:06:04 +12:00
Ehsan Akhgari
ea6f5beac9
Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc
2012-07-01 14:18:23 -04:00
Philip Chee
3592c9c1b7
Bug 769737 Add nsIFocusManager to Services.jsm r=gavin.
2012-07-02 05:09:31 +08:00
Hub Figuière
5e86cef07d
Bug 769304 - Add accessibility platform status to about:support. r=dbolter,gavin
2012-06-30 22:16:54 -07:00
Matt Woodrow
4b10a2b53c
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-30 15:06:11 +12:00
Chris Pearce
5dca73c48d
Bug 762191 - Make video controls mute/volume widgets do nothing if the video doesn't have audio. r=jaws
2012-06-28 17:31:09 +12:00
Saurabh Anand
1651f71fd2
Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan
2012-06-27 15:14:45 +05:30
David Bolter
41fde0e18a
Bug 759158 - Introduce accessibility status to about:support. r=gavin
2012-06-27 11:47:27 -04:00
Phil Ringnalda
a8a17bcdca
Back out 6a386d638a1a (bug 746277) for packaged build bustage
2012-06-27 08:31:38 -07:00
Ehsan Akhgari
a95b6edeea
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Joey Armstrong
19374d1d46
bug 746277: replace hg shell pipelines with make logic
2012-05-16 15:09:00 -04:00
Atte Kemppilä
ed096296c5
Bug 745703 - Fix menu-button xbl:inherits typo: accessKey -> accesskey. r=enndeakin
2012-06-26 15:39:33 -07:00
Dão Gottwald
9f4bbd369a
Bug 767975 - Set the consumeoutsideclicks attribute on autocomplete result popups instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-26 23:48:15 +02:00
Neil Rashbrook
7b61c655b7
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Dão Gottwald
ac827cadf5
Bug 684534 - Apply workaround to all arrow panels to prevent flickering when reopening certain panels. r=enndeakin
...
--HG--
extra : rebase_source : c84f5db8915a8038176e0391a62549abfe760772
2012-06-26 00:17:45 +02:00
Ed Morley
38b8947933
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
a95ac4a2a9
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Dão Gottwald
06ffa14ba1
Bug 767861 - Add fade-in animation for arrow panels. r=enndeakin ui-r=shorlander
...
--HG--
extra : rebase_source : c2d6d931c031301967701a537303f36fa51f5bf1
2012-06-25 06:03:57 +02:00
Chris Ilias
932c4daf31
Bug 752268 - Add browser.privatebrowsing prefs to about:support. r=zpao
2012-06-22 22:38:19 -07:00
Ryan VanderMeulen
2a1460535d
Backout 70e3a2c8c6b4 (Bug 767133) due to mochitest-other orange.
2012-06-22 18:12:54 -04:00
Dão Gottwald
ab27cd773f
Bug 767133 - Add slide-in animation for arrow panels. r=enndeakin ui-r=shorlander
...
--HG--
extra : rebase_source : ab38e90e42a6bf45c4152b4960db8f4a8ba14ec0
2012-06-22 22:13:21 +02:00
Randell Jesup
c0a7b5ff2a
Bug 757669: License changes for import of webrtc code r=gerv
2012-05-24 12:46:20 -07:00
Jared Wein
fcd422b484
Backed out changeset feec545f5f98 (bug 713608)
2012-06-19 14:11:38 -07:00
Jared Wein
dba7dfff28
Backed out changeset 0fa8e0eb40a7 (bug 760696)
2012-06-19 14:11:23 -07:00
Dão Gottwald
70c43e268a
Bug 764755 - Remove the aero glass style border of arrow panels and reduce the arrow size. r=enndeakin
2012-06-19 16:07:24 +02:00
Phil Ringnalda
6833f23cf7
Back out fe2fdd5d3aae (bug 722994) for mochitest-chrome failures
2012-06-18 22:18:33 -07:00
Saurabh Anand
49c11e7338
Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan
2012-06-19 01:57:26 +05:30
Martin Stransky
fa65d41f83
Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt
2012-06-16 18:06:10 +12:00
Wes Johnston
e9d8f63ead
Bug 765106 - Use mobile video controls binding. r=gavin
2012-06-15 11:33:14 -07:00
Matt Brubeck
3a29bd2551
Backed out changeset 03e5475bf52c (bug 726191), which I re-landed this by mistake
2012-06-15 07:27:45 -07:00
Chris Pearce
69f67d0732
Bug 726191 - Only setup video controls' volume control event listeners once we know that we have an audio stream. r=jaws
2012-06-15 17:05:57 +12:00
Phil Ringnalda
ca68e02f93
Back out fcad61fcaf73 (bug 726191) for test_videocontrols.html bustage
2012-06-14 22:51:50 -07:00
Chris Pearce
ffaf17acca
Bug 726191 - Only setup video controls' volume control event listeners once we know that we have an audio stream. r=jaws
2012-06-15 17:05:57 +12:00
Ed Morley
7d13aab294
Backout 61fd66629c4f, 7c8121f8d3af & 2a2e9cf8fd41 (bug 539356), e31a5e6545d3 (bug 761884), 85fa80bd9792, a284ccb25b83, 2865904db9fc, 34e07b09c426, e9b3d41e0360, cef00ebcd6c8, f943b729ac14 & 783f298401b6 (bug 539356), 330a086f1570 (bug 741682), d80219c8842c (bug 739671), e8c96b4fd4da, 313af486e68d, 0adc41ff56dc, 0cd288a38085, f1d43208825c, 4859876972f3, eec8ef3ebe48, f7f29fcd1845, 6079b229d306, f23c3a7e7ce0, 9824458a41e2 & 6748b5496059 (bug 539356) for mochitest-4 orange & talos regressions on multiple platforms
2012-06-11 10:08:32 +01:00
Matt Woodrow
aee92f1d56
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-11 16:45:38 +12:00
Olli Pettay
94414ed431
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
2012-06-10 21:14:30 +03:00
Paul Adenot
a524f12fe5
Bug 762933 - No-audio icon switches to audio available icon when video is in fullscreen. r=jaws
2012-06-09 17:07:19 -04:00
Mike Hommey
372c1292d3
Bug 580408 - Import jemalloc 3.0.0. r=khuey,r=gerv
2012-06-07 10:41:58 +02:00