Commit Graph

19590 Commits

Author SHA1 Message Date
Jim Mathies
908509eff3 Bug 942830 - When detecting dom scroll use a capture listener. r=mbrubeck 2013-11-25 14:06:28 -06:00
Victor Porof
b57ecb56ff Bug 938549 - Recompiling shaders when highlighting is very heavy and loses cached state, r=rcampbell
--HG--
rename : browser/devtools/shadereditor/test/browser_se_programs-blackbox.js => browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js
rename : browser/devtools/shadereditor/test/browser_se_programs-highlight.js => browser/devtools/shadereditor/test/browser_se_programs-highlight-01.js
2013-11-26 10:51:20 +02:00
Rodrigo Silveira
edd3c91bcd Bug 909731 - Disable zoom on start tab r=mbrubeck 2013-11-22 18:07:27 -08:00
Gabriel Luong
526a6f7ec9 Bug 924996 - Implement keyboard shortcut to move selected lines in source editor. r=anton 2013-11-25 19:06:42 -08:00
Anton Kovalyov
fcbad7c9ed Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans 2013-11-25 18:57:27 -08:00
Matt Brubeck
5bea3b4b7d Bug 932999 - New image for Metro download button [r=rsilveira] 2013-11-25 16:03:31 -08:00
Gabriel Luong
efb86c6a0e Bug 940713 - Enable autoclose brackets for source editor. r=anton 2013-11-25 15:57:51 -08:00
Gijs Kruitbosch
d86a0cc183 Bug 941321 - add more failure-proofing to Australis customize mode enter/exit routines, r=mconley
--HG--
extra : rebase_source : 921fc4919704bb012fa0fa34426c3df56bccadd0
2013-11-26 00:26:17 +01:00
Gijs Kruitbosch
32fceb34e0 Bug 942626 - fix filtering for customize context menus in Australis, r=jaws
--HG--
extra : rebase_source : b1d99d1c47d692dea4906c3e439f417e052312a8
2013-11-26 00:24:33 +01:00
Felix H. Dahlke
e7b178e320 Bug 879982 - [Australis] Add Email Link widget; r=jaws 2013-11-23 01:40:18 +01:00
Gijs Kruitbosch
1a1974d681 Bug 942464 - make middle-click recently closed tabs work in Australis menu panel, too, r=ttaubert 2013-11-25 17:45:07 +01:00
Brian Grinstead
2562e23ead Bug 942815 - DevTools themes - webconsole autocomplete hints not visible with new theme;r=paul 2013-11-25 10:20:36 -06:00
Carsten "Tomcat" Book
93112247f1 Merge m-c to fx-team 2013-11-25 15:41:33 +01:00
Carsten "Tomcat" Book
bb1a15a7b4 merge mozilla-inbound to mozilla-central 2013-11-25 12:38:13 +01:00
Matt Woodrow
73bb7fee36 Bug 882384 - Make sure the status panel always get its own layer. r=roc 2013-11-25 14:59:00 +13:00
Phil Ringnalda
098b0d1deb Merge m-c to f-t 2013-11-24 17:52:09 -08:00
Tim Taubert
386e32e390 merge m-c to inbound on a CLOSED TREE 2013-11-24 23:25:44 +01:00
Tim Taubert
dbe8d2d9c6 Bug 930967 - Follow-up to remove timeout parameter from promiseContentMessage() r=me
From 136ae500fc770d921e6b9063fbc760b472b088ba Mon Sep 17 00:00:00 2001
2013-11-23 15:30:25 +01:00
Phil Ringnalda
4807fd675b Back out 1fd1596ffb9f:b5b8f25b9f1d (bug 682048) for b2g mochitest-5 timeouts in test_innerWidthHeight_script.html
CLOSED TREE
2013-11-24 10:32:52 -08:00
Phil Ringnalda
a5b5e3117d Back out 89c3bfc7d873:58bfa3b59c2c (bug 673569) because bug 682048 is coming out
CLOSED TREE
2013-11-24 10:31:26 -08:00
Bill McCloskey
a54b870bbc Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Bill McCloskey
b3c31e3010 Bug 682048 - Change Metro frame script handling to support anon/global scope (r=jimm,mbrubeck) 2013-11-23 21:32:32 -08:00
Bill McCloskey
05451e133f Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Mike Hommey
d83ce2a599 Bug 942031 - Don't link against the js engine when there's no need to. r=mshal 2013-11-24 08:18:50 +09:00
Gijs Kruitbosch
2b4099b50f Bug 940953 - destroy all the mode and iconsize persistence for Australis, r=dao
--HG--
extra : rebase_source : b51a4e1be15a1c5856e7ab8cf6f3548c8900b354
2013-11-22 20:59:37 +01:00
Tim Taubert
a9bef43543 Bug 930967 - Follow-up to fix mistake in test suite that lead to intermittent failures r=me
From 7531ffe0cfebf5296b063538922c12fb83bfb8f7 Mon Sep 17 00:00:00 2001
2013-11-23 09:08:26 +01:00
Shane Caraveo
93cc55206d bug 921011 fix nsIBrowserDOMWindow in chat window, r=felipe 2013-11-22 15:44:24 -08:00
Shane Caraveo
947b929d18 bug 940820 fix status and mark buttons for Australis by using customization widgets, r=markh, r=Gijs 2013-11-22 12:11:19 -08:00
Matt Brubeck
c97bd59e5d Bug 941324 - Use APZC to detect tap/doubletap gestures in content [r=jimm] 2013-11-22 15:20:05 -08:00
Victor Porof
5d17a202c7 Bug 942120 - Avoid 'missing method' errors thrown by nsIScrollBoxObject when the nodes aren't visible. r=anton 2013-11-22 15:23:56 +02:00
Paul Rouget
ac620e015b Bug 917777 - Don't override ctrl-a behavior. r=msucan 2013-11-25 09:32:04 -05:00
Florian Quèze
4f59d02a3b Bug 940494 - when a Social provider has a status button, the provider's icon should go to the status button rather than the social api toolbar button, r=markh. 2013-11-25 13:39:12 +01:00
Mike Hommey
af90d4b8fa Bug 941989 - Remove useless EXTRA_DSO_LDOPTS. r=mshal 2013-11-23 07:02:10 +09:00
Bill McCloskey
6b36edffd2 Bug 940804 - Make session store tests use SSTabRestored when appropriate (r=ttaubert) 2013-11-23 12:13:15 -08:00
Bill McCloskey
0860258801 Bug 940777 - Always trigger SSTabRestored after restore is finished (r=ttaubert) 2013-11-23 12:13:10 -08:00
Bill McCloskey
36a9688de5 Bug 940777 - Simplify about:blank handling in session restore (r=ttaubert) 2013-11-23 12:13:06 -08:00
Bill McCloskey
f1c25d64fe Bug 940777 - Fixup indexing in session restore (r=ttaubert) 2013-11-23 12:08:41 -08:00
Wes Kocher
86e4fa5ab2 Merge fx-team to m-c 2013-11-22 15:41:13 -08:00
Ryan VanderMeulen
a841a65c0f Merge fx-team to m-c. 2013-11-22 15:23:22 -05:00
Ryan VanderMeulen
1e4b2d1860 Merge inbound to m-c. 2013-11-22 15:18:19 -05:00
Anton Kovalyov
0dfc524ea8 Bug 941781 - Upgrade CodeMirror to 3.20. r=robcee 2013-11-22 11:56:43 -08:00
Paolo Amadini
c7cb8ac30b Bug 931477 - Fix size and percentage display for downloads of unknown size. r=mak 2013-11-22 20:19:48 +01:00
Paolo Amadini
8dafb29acb Bug 941027 - Store metadata about completed downloads in the download history. r=mak 2013-11-22 20:19:48 +01:00
Shane Caraveo
32a0353553 bug 936712 open marks panel on first click if user not logged in, r=markh 2013-11-22 11:05:06 -08:00
Gijs Kruitbosch
779f3c9324 Bug 942011 - [Australis] fix issue with 'nested-buttons' replacement variable, r=jaws
--HG--
extra : rebase_source : ce09fbe1ad985cbcd7b540901cdcfd1f87e55bb6
2013-11-22 15:00:21 +01:00
Jim Mathies
1e80cb573a Bug 941393 - Fix for browser-ui js error when opening external links. r=rsilveira 2013-11-22 12:22:16 -06:00
Jim Mathies
490984bda8 Bug 918203 - Update display port for the foreground tab in SizeChanged events. r=mbrubeck 2013-11-22 12:22:16 -06:00
Brian Grinstead
75c16906fb Bug 942112 - Black bottom line missing from the toolbars;r=paul 2013-11-22 09:33:56 -06:00
Carsten "Tomcat" Book
9ec9d883b3 merge fx-team to mozilla-central 2013-11-22 14:51:13 +01:00
Tim Taubert
eff7ba62b9 Bug 867097 - Remove superfluous __SS_tabStillLoading property r=yoric
From 97efb5c74073c21963adb86513f2d1254bd7b844 Mon Sep 17 00:00:00 2001
2013-11-22 11:44:34 +01:00