Commit Graph

5058 Commits

Author SHA1 Message Date
Takanori MATSUURA
92514698fa Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only 2012-04-22 14:27:05 -07:00
Phil Ringnalda
76d1d026bf Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge 2012-04-21 23:21:24 -07:00
Paul Rouget
59c833fe73 Bug 683954 - [Layout] Implement an abstract view of the layout of the selected node. r=dcamp, r=jwalker 2012-03-12 14:39:56 +01:00
Frank Yan
15a254353c Bug 746466 - Gradient background in about:home is only one viewport height tall. r=dao 2012-04-20 11:23:24 -07:00
Tim Taubert
4c5e879f2d merge m-c to fx-team; a=desktop-only 2012-04-20 10:56:36 +02:00
Kyle Huey
b9dd007f22 Bug 746834: Fix the test for Bug 575561 to not use DOM objects after navigating the Window. r=dao a=test-only 2012-04-20 08:57:02 +10:00
Paul Rouget
e6d45d09f4 Bug 717922 - In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display. a=desktop-only r=dao 2012-04-17 13:21:28 +02:00
Ehsan Akhgari
54b7d07b21 Merge mozilla-central and mozilla-inbound; a=me 2012-04-18 16:26:35 -04:00
Jared Wein
dbc340df11 Bug 742619 - Intermittent orange in browser_pluginnotifications.js at test 11c. r=felipe a=desktop-only 2012-04-18 11:41:59 -07:00
Jared Wein
3804b861e9 Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey 2012-04-18 11:41:26 -07:00
Jared Wein
3abd203a35 Bug 711618 - Add ability to remember plugin activation settings. r=felipe a=blassey 2012-04-18 11:40:30 -07:00
Ed Morley
28113eace9 Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge 2012-04-17 17:47:09 -07:00
Rob Campbell
2de66c3fc1 merge fx-team to m-c 2012-04-17 14:29:29 -03:00
Heather Arthur
29115503b0 Backing out f95f46afce27:01a50802f2d7 for TypeError on inspector open 2012-04-17 16:40:03 +01:00
Pallani Kumaran
5de78dc836 Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao] 2012-04-16 23:17:54 -07:00
Paolo Amadini
cc07746d4f Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-04-17 13:35:09 +02:00
Paul Rouget
48e7470014 Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part B - tabbable); r=rcampbell 2012-04-04 13:57:55 +02:00
Paul Rouget
08c464e583 Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell 2012-04-04 13:13:42 +02:00
Bellindira Castillo [:bellindira]
185ba1e0b6 Bug 736476 - Title page for New tab is about:newtab after restart r=ttaubert 2012-04-19 17:02:32 +08:00
Paul Rouget
35da34a70f Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part A - shortcut); r=dao 2012-04-04 13:13:42 +02:00
Tim Taubert
d5817a4b66 Bug 745712 - FillInHTMLTooltip should not use title attributes from XUL ascendants; r=dao 2012-04-16 18:13:17 +02:00
Marco Bonardo
be570c6dfc Merge central and inbound 2012-04-14 13:56:15 +02:00
Tim Taubert
c9238dfff2 Bug 721442 - [New Tab Page] Display the URL of the page on mouseover of thumbnails on about:newtab; r=dietrich 2012-04-14 00:43:29 +02:00
Tim Taubert
3f4ec0d3ac Bug 744152 - [Page Thumbnails] Capture thumbnails only for the selected tab; r=dietrich 2012-04-14 00:18:27 +02:00
Paul Rouget
ee5fb51e39 Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp 2012-04-04 20:40:48 +02:00
OHZEKI Tetsuharu
c216db0ba9 Bug 745445 - Remove arguments.callee from browser.js. r=dao 2012-04-16 18:35:34 -04:00
Marco Bonardo
575eaa5895 Merge last green PGO from inbound to central 2012-04-13 12:40:12 +02:00
Tim Taubert
c830297211 merge m-c to fx-team 2012-04-13 12:22:37 +02:00
Tim Taubert
edd1900d0f Bug 744743 - [Page Thumbnails] Don't capture thumbnails in private browsing mode; r=dao 2012-04-12 14:43:52 +02:00
Tim Taubert
6edc79375e Bug 726347 - [Page Thumbnails] add preference to disable capturing thumbnails in the background; r=dao 2012-04-11 21:49:44 +02:00
Dão Gottwald
e3be05f1a9 Bug 632634 - Allow the status panel to be as wide as the window. r=felipe 2012-04-12 10:00:56 +02:00
Richard Newman
a1735e0ff4 Merge m-c to s-c. 2012-04-09 18:57:46 -07:00
Kyle Huey
12e954815a Merge fx-team to m-c to please philor. 2012-04-09 14:51:54 -07:00
Gregory Szorc
49412510e0 Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
--HG--
rename : services/sync/modules/async.js => services/common/async.js
rename : services/sync/modules/log4moz.js => services/common/log4moz.js
rename : services/sync/modules/ext/Observers.js => services/common/observers.js
rename : services/sync/modules/ext/Preferences.js => services/common/preferences.js
rename : services/sync/modules/ext/StringBundle.js => services/common/stringbundle.js
rename : services/sync/tests/unit/test_async_chain.js => services/common/tests/unit/test_async_chain.js
rename : services/sync/tests/unit/test_async_querySpinningly.js => services/common/tests/unit/test_async_querySpinningly.js
rename : services/sync/tests/unit/test_log4moz.js => services/common/tests/unit/test_log4moz.js
rename : services/sync/tests/unit/test_Observers.js => services/common/tests/unit/test_observers.js
rename : services/sync/tests/unit/test_Preferences.js => services/common/tests/unit/test_preferences.js
rename : services/sync/tests/unit/test_restrequest.js => services/common/tests/unit/test_restrequest.js
rename : services/sync/tests/unit/test_utils_makeURI.js => services/common/tests/unit/test_utils_makeURI.js
rename : services/sync/tests/unit/test_utils_namedTimer.js => services/common/tests/unit/test_utils_namedTimer.js
rename : services/sync/tests/unit/test_utils_stackTrace.js => services/common/tests/unit/test_utils_stackTrace.js
2012-04-05 23:26:06 -07:00
Tim Taubert
9d11545add Bug 742782 - [New Tab Page] Error: aCallback is not defined; r=dietrich 2012-04-06 00:33:47 +02:00
Jared Wein
73590082d2 Bug 742619 - Temporarily disable one of the tests in test11c to quiet an intermittent orange. r=felipe 2012-04-04 22:17:54 -07:00
Wolfgang Rosenauer
5e627e354b Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin 2012-04-02 22:43:12 +02:00
Marco Bonardo
98ac9c56b8 Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin

--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
Jared Wein
83a34296f6 Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
Jared Wein
ddc8fcdaf7 Bug 711552 - Click to play plugins for desktop Firefox. r=felipe 2012-04-02 13:49:56 -07:00
Gregory Szorc
cf6e977c22 Merge services-central into mozilla-central 2012-03-30 11:51:02 -07:00
Marco Bonardo
b7daf45063 Bug 740581 - Make about:home's Sync button label not directly use the brand string.
r=fryn
2012-03-30 20:25:50 +02:00
Tim Taubert
1427f30cc8 merge m-c to fx-team 2012-03-30 18:29:52 +02:00
Frank Yan
4390d016f5 Bug 740235 - Prevent about:home from creating a full window component alpha layer. r=mak 2012-03-29 08:15:21 -07:00
Raymond Lee
c91f914317 Bug 712203 - 'Next tab group' keyboard shortcut doesn't work after 'restore previous session'; r=ttaubert 2012-03-29 18:29:40 +08:00
Richard Newman
cfeebd8494 Merge m-c to s-c. 2012-03-28 20:50:09 -07:00
Dão Gottwald
8175027037 Bug 724599 - r=gavin,neil 2012-03-29 11:36:34 +02:00
Dão Gottwald
b26d2f964b Bug 739574 - Set the tabsontop attribute on the navigation toolbar and simplify CSS selectors. r=felipe 2012-03-29 11:31:47 +02:00
Dão Gottwald
c47424de0c Backed out changeset 36d7b3b02016 2012-03-29 11:28:38 +02:00
Dão Gottwald
fb225b1d0c Bug 724599 - r=gavin,neil 2012-03-29 10:22:53 +02:00