Commit Graph

16197 Commits

Author SHA1 Message Date
Sam Foster
4ec5f755de Bug 828088 - Rework richgrid and richgriditem bindings to use css columns for down-then-across grids. r=fryn
--HG--
extra : rebase_source : 98eba210e74ba1d4fb56838596e50e2fba88540c
2013-06-20 17:00:07 -07:00
Ryan VanderMeulen
ee36d96a52 Merge m-c and inbound. 2013-06-20 19:26:38 -04:00
Ryan VanderMeulen
a2d0805a67 Merge inbound and m-c. 2013-06-20 19:22:19 -04:00
Sid
611c4073b1 Bug 884585 - Exclude about:newtab from Recently Closed Tabs list; r=ttaubert 2013-06-20 20:06:14 +02:00
Anton Kovalyov
0a10cfd517 Bug 863653 - Add hints to profiler [start|stop|show] commands; r=jwalker 2013-06-20 10:48:25 -07:00
Brian R. Bondy
b7a3070f73 Bug 882598 - Rename updateAuto.label to reflect string change. r=rstrong 2013-06-19 23:19:17 -04:00
Jim Mathies
859c873c39 Bug 881928 - Clear selection when the user pans the page in either direction. r=fryn 2013-06-20 12:37:02 -05:00
JosiahOne
00adf5a054 Bug 884467 - Replace the linen texture with the new Mavericks one. r=dao 2013-06-19 15:48:36 -04:00
Brian O'Keefe
25e65a9445 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #2); r=mshal
--HG--
extra : rebase_source : 555b28e5c3412ffc210c60b6fe2fee6f053fd587
2013-06-18 08:13:42 -04:00
Brian O'Keefe
5f8b5163e8 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Raymond Lee
c1167acc4f Bug 846644 - Use asynchronous getCharsetForURI in PlacesUtils.jsm. r=mak 2013-06-19 00:50:22 +08:00
Wes Kocher
2499db0848 Merge m-c with inbound 2013-06-19 16:46:01 -07:00
Wes Kocher
8b13d62b84 Merge inbound to central 2013-06-19 16:37:58 -07:00
Justin Dolske
cb13a2c9c8 Bug 839961 - Refactor login manager's content actions into a separate JSM. (mobile and metro changes) r=mfinkle 2013-06-19 16:30:53 -07:00
Justin Dolske
928b6ff5fb Bug 839961 - Refactor login manager's content actions into a separate JSM. (main patch) r=mattn 2013-06-19 16:30:53 -07:00
Tim Taubert
7fe0636f86 Bug 883099 - Fire TabOpen after swapping docShells for preloaded newtab pages; r=dao 2013-06-19 22:07:59 +02:00
Benjamin Smedberg
5f3af2acf4 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-19 13:29:05 -04:00
Anton Kovalyov
1ba839ed1e Bug 884638 - Make 'dbg close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:09:28 -07:00
Anton Kovalyov
9a6fb42077 Bug 863636 - Make 'profiler close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:07:04 -07:00
Ed Morley
0f91f68a88 Merge latest green fx-team changeset and mozilla-central 2013-06-19 15:31:16 +01:00
Ed Morley
42c1662d7e Backed out changeset 1885bc168943 (bug 811392) since the patch it depends on has now been backed out on a CLOSED TREE 2013-06-19 09:55:27 +01:00
Ed Morley
be4728cf18 Backed out changeset f3ca96dd397e (bug 873251) for causing mochitest-metro-chrome failures
--HG--
rename : browser/metro/theme/images/appbar-forward.png => browser/metro/theme/images/forward.png
rename : browser/metro/theme/images/appbar-reload.png => browser/metro/theme/images/reload.png
rename : browser/metro/theme/images/appbar-stop.png => browser/metro/theme/images/stop-hdpi.png
2013-06-19 09:42:25 +01:00
Makoto Kato
933f878c39 Bug 884634 - GTK3 port should use Linux theme. r=karlt 2013-06-19 15:11:51 +09:00
Frank Yan
0b3c804b10 Bug 873251 - [Metro] Part 2 of 2: Fix url bar selection test offset. a=test-only 2013-06-19 16:23:38 -07:00
Anton Kovalyov
f1b836a465 Bug 881006 - Change Profile panel tooltip to say JavaScript Profiler; r=harth 2013-06-18 17:24:36 -07:00
Ryan VanderMeulen
86a9b23e06 Merge m-c and fx-team. 2013-06-18 19:11:40 -04:00
Anton Kovalyov
98aaca3352 Bug 850145 - Use SideMenuWidget in the Profiler; r=vporof 2013-06-18 14:42:36 -07:00
Shane Caraveo
e30dfe7bf5 bug 882132 fix setting provider icon via worker api, r=felipe 2013-06-19 10:14:47 -07:00
Benjamin Smedberg
8c67029c44 Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-19 11:07:28 -04:00
Ed Morley
db79fd1d8d Merge mozilla-central and inbound 2013-06-19 15:51:08 +01:00
Gavin Sharp
8410ee0def Bug 493051: avoid having addEngine select the engine by default, by adding an optional callback to let callers observe the successful addition of the engine, r=MattN
--HG--
extra : rebase_source : 1e67f4fbed4324e2d5b8d132cf07be60b3010cf9
2013-06-18 09:39:02 -04:00
Jim Mathies
664a5c3c9a Bug 881950 - Update the metro test harness to return a retry string when activation fails. r=bbondy 2013-06-18 09:41:13 -05:00
Frank Yan
a4c55b7685 Bug 873251 - [Metro] Part 1 of 2: Update buttons and backgrounds of Firefox app bar. r=jwilde
--HG--
rename : browser/metro/theme/images/forward.png => browser/metro/theme/images/appbar-forward.png
rename : browser/metro/theme/images/reload.png => browser/metro/theme/images/appbar-reload.png
rename : browser/metro/theme/images/stop-hdpi.png => browser/metro/theme/images/appbar-stop.png
2013-06-14 16:29:12 -07:00
Shane Caraveo
5660fe3707 bug 882652 fix disabling of socialapi in popups, r=felipe 2013-06-14 14:39:42 -06:00
Jonathan Wilde
074560037f Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar 2013-06-18 18:15:51 -07:00
Benjamin Smedberg
7b9f081ca0 Back out 2d970c9c1fad - Bug 882858 Because of mochitest-browser failures in browser_CTP_drag_drop.js and perhaps browser_pluginnotification.js 2013-06-18 21:38:00 -04:00
Jonathan Wilde
bfd2f6ce44 Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar. r=fryn 2013-06-18 18:15:51 -07:00
Frank Yan
79893e55ad Bug 873251 - [Metro] Update buttons and backgrounds of Firefox app bar. r=jwilde
--HG--
rename : browser/metro/theme/images/forward.png => browser/metro/theme/images/appbar-forward.png
rename : browser/metro/theme/images/reload.png => browser/metro/theme/images/appbar-reload.png
rename : browser/metro/theme/images/stop-hdpi.png => browser/metro/theme/images/appbar-stop.png
2013-06-14 16:29:12 -07:00
Jared Wein
d166047e20 Bug 698174 - Set full-screen-api.approval-required to false before checking fullscreen context menu items. r=cpearce 2013-06-18 19:28:39 -04:00
Sam Foster
83b5db02b1 Bug 858388 - Refactor richgrid arrangeItems, autocomplete uses deferlayout. r=jimm
--HG--
extra : rebase_source : 00e29b380db249ff632af21604e447e2abe83540
2013-06-18 15:33:42 -07:00
Ryan VanderMeulen
558b14210d Merge cypress and inbound. 2013-06-18 18:15:53 -04:00
Benjamin Smedberg
7a3a6c1a37 Back out revision d3da96f774b3 on a CLOSED TREE - Bug 882339 because of mochitest-browser failures in browser_CTP_drag_drop.js and browser-pluginnotification.js 2013-06-18 16:44:07 -04:00
Benjamin Smedberg
633721b808 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-18 13:16:40 -04:00
Benjamin Smedberg
a75ca744ee Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-18 13:16:40 -04:00
Michael Harrison
1199414846 Bug 883777 - Reduce the width of the DNT preference "Learn More" link. r=dao 2013-06-18 17:27:33 -04:00
Ed Morley
bdca16d068 Merge mozilla-central and inbound 2013-06-18 12:05:32 +01:00
Jim Mathies
da77f271c5 Bug 860248 - In content clear existing selection on tap. r=ally 2013-06-18 05:59:20 -05:00
Ed Morley
e2f92e4a02 Merge latest green inbound changeset and mozilla-central 2013-06-18 11:52:39 +01:00
Ryan VanderMeulen
0ba1979265 Merge m-c and fx-team. 2013-06-17 20:06:42 -04:00
Tim Taubert
e3c49a6a7e Backed out changeset 8ee18c517127 (bug 881590) 2013-06-17 20:46:25 +02:00