Matthew Noorenberghe
05e48229e4
Bug 759656 - Remove unimplemented notification argument to PopupNotification callbacks r=margaret
...
--HG--
extra : rebase_source : 01f943ac3cd55212138ef5bdc6f8c2fd87a3fcbe
2012-06-03 22:25:55 -07:00
Andres Hernandez [:andreshm]
c77b4faf30
Bug 766597 - no option to move a tab to a group if the folder is empty r=ttaubert
2012-06-26 10:27:50 -06:00
Dão Gottwald
23fa761218
Bug 767828 - disable test
2012-06-24 22:32:55 +02:00
Dão Gottwald
0bad2a4bfd
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-24 22:30:59 +02:00
Ryan VanderMeulen
ca7fd4db6d
Backout e8a507a0a1a8 (bug 767813) due to mochitest-browser-chrome orange.
2012-06-24 16:27:20 -04:00
Dão Gottwald
57d422c413
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-24 19:44:04 +02:00
Neil Rashbrook
eaecd8b837
Bug 761319 Use a more reliable way of resolving the feed handler URI r=gavin
2012-07-06 22:05:46 +01:00
Ehsan Akhgari
be1e5a1670
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (browser parts); r=jrmuizel
2012-06-19 23:24:24 -04:00
Tim Taubert
6b3b82fbcc
merge m-c to fx-team
2012-07-04 23:27:41 +02:00
Ehsan Akhgari
2e13064d3a
Merge backout of DLBI from mozilla-central
2012-07-03 20:53:08 -04:00
Ehsan Akhgari
729030ee5b
Backout changeset e04abde1b323 (bug 539356) because of performance and correctness regressions
2012-07-03 20:21:03 -04:00
Dão Gottwald
7f090a20fc
Bug 277079 - "Close other tabs" should always warn about closing multiple tabs. r=ttaubert
2012-07-03 21:44:01 +02:00
Andres Hernandez [:andreshm]
1172d2f84a
Bug 681005 - Restore pinned tabs before normal tabs r=zpao
2012-06-18 16:19:26 -06:00
Matt Woodrow
4b10a2b53c
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-30 15:06:11 +12:00
Saurabh Anand
944a172bef
Bug 758660 - Panorama telemetry gatherer checks global PB state; r=ttaubert
2012-06-29 16:28:05 +05:30
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
Asaf Romano
86371f1eae
Bug 738263 - Default bookmarks are still not imported during initial migration. r=gavin.
2012-06-22 23:11:42 +03:00
Robert O'Callahan
afb93ecd84
Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
2012-06-01 18:26:30 +12:00
Asaf Romano
60717a1f5a
Bug 762799 - Cannot open bookmark from sidebar with keyboard (with Enter key). r=mak
2012-06-28 21:24:44 +03:00
Asaf Romano
76763d075e
Bug 761494 - Cannot open all Bookmarks in tabs by Middle clicking a folder in Sidebar. r=mak
2012-06-28 21:14:45 +03:00
Saurabh Anand
9573392ac1
Bug 722988 - openLocationLastURL.jsm uses global Private Browsing state to make decisions; r=ehsan
2012-06-28 03:11:24 +05:30
David Rajchenbach-Teller
cf0d6e2aa2
Bug 722332 - Adapt main clients to asynchronous nsIBrowserSearchService API. r=gavin
2012-04-19 16:08:09 +02: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
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
Ehsan Akhgari
75bc6ecf87
Bug 801049 - Communicate the privacy bit of the active window to the search suggestion service so that it knows whether to put the channel it creates in private browsing mode or not; r=gavin
...
I'm using the autocompletesearchparam as a vehicle for delivering the
privacy information into the guts of nsSearchSuggestions. The
alternative solution will involve modifying the autocomplete interfaces,
which is even more horrible than what the code here does. It's not that
bad if you think of autocompletesearchparam attribute as an opaque value
which is used to transfer information to the nsIAutoCompleteSearch
implementations, which is what it is!
2012-10-15 18:59:33 -04:00
Ehsan Akhgari
3791cfdcf0
Bug 801237 - Make browser_privatebrowsing_viewsource.js use "private-browsing-transition-complete" instead of using a progress listener; r=jdm
2012-10-12 11:25:47 -04:00
Ehsan Akhgari
8f596b4339
Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/src/ClearRecentHistory.jsm => browser/components/privatebrowsing/src/ForgetAboutSite.jsm
2012-10-08 11:55:41 -04:00
Ehsan Akhgari
e6f1f39bc6
Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
...
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Tim Taubert
202f3a413c
merge m-c to fx-team
2012-06-19 14:56:47 +02:00
Tim Taubert
31ecfd6347
Bug 752407 - Thumbnail cache should be created in the Local profile folder, not the Roaming ones; r=mak
2012-06-18 16:05:23 +02:00
Jacek Caban
a6dcf2f03e
Bug 761094 - Enable IE migrator on mingw builds r=mak
...
--HG--
extra : rebase_source : 2664954305d3b6cdb327bd884c8ad7a6c9e8aaaf
2012-06-18 10:03:01 +02:00
Justin Dolske
bb318eef45
Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin
2012-06-15 12:09:48 -07:00
Brian R. Bondy
e67fc15d7f
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
2012-06-15 10:37:55 -04:00
Brian R. Bondy
213b7d2958
Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm
2012-06-14 22:19:39 -04:00
Alice0775 White
217ce5485b
Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin
2012-06-13 15:44:28 -07:00
Asaf Romano
36e537b8dd
Bug 762639 - "Import Settings and Data" dialog show up on first run. r=mak.
2012-06-14 13:42:15 +03: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
Michael Wu
539066cff5
Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey
2012-05-27 23:25:22 -04:00
Olli Pettay
94414ed431
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
2012-06-10 21:14:30 +03:00
Brian R. Bondy
a6c8a636a0
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
2012-06-08 09:19:01 -04:00
Saurabh Anand
035500d52c
Bug 748477 - Switch chrome privateWindow getter to check currentTab and remove setter; r=ehsan
2012-06-08 07:11:40 +05:30
Jared Wein
43024e2874
Backed out changeset 4c6587af0ec6 (bug 743613) since I should have gotten ux-review.
2012-06-07 16:20:03 -07:00
Chris Mahoney
d38063058e
Bug 743613 - Added checkbox in Tabs preferences tab to enable/disable display of New Tab Page. r=jaws
2012-06-07 17:12:30 -04:00
Tim Taubert
acf5cc4fb7
merge m-c to fx-team
2012-06-06 17:40:11 +02:00
Chris Lee
ffc9ccb766
Bug 523140 - Improve language of 'Start New Session' string in about:sessionrestore; r=zpao
2012-06-04 18:57:06 -07:00
Brendan Dahl
5b1e198e3f
Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77
2012-06-02 09:56:24 -07:00
Rob Campbell
f6918da23c
merge m-c to fx-team
2012-06-03 17:41:43 -03:00
Asaf Romano
78842af74b
Bug 730340 - Bug 730340 - Don't use expando properties for storing data on places nodes. Don't use an expando to mark cut nodes. r=mak.
2012-06-03 15:01:15 +03:00
Tim Taubert
0ecdaee9d5
Bug 742047 - Part 2 - Refactor SessionStorage.jsm and its API; r=zpao
2012-06-03 11:45:51 +02:00
Tim Taubert
99e2966f5a
Bug 742047 - Part 1 - Create SessionStorage.jsm and migrate existing code; r=zpao
2012-06-03 11:45:51 +02:00
Ehsan Akhgari
299eef5789
Merge the last green changeset of mozilla-inbound to mozilla-central
2012-06-02 14:39:47 -04:00
Pranav Ravichandran
913a846852
Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy
2012-05-31 10:28:01 -04:00
Asaf Romano
d17a36b7a7
Bug 730340 - Don't use expando properties for storing data on places nodes. Part 3 - cache livemark-info object in the controller for each view instead of setting _feedURI and _siteURI exapndos on livemark nodes. Also fix a bug I introduced in the previous check for this bug, in PVB_nodeHistoryDetailsChanged. r=mak
2012-06-02 16:54:25 +03:00
Phil Ringnalda
2519e60d69
Bug 758990 - Don't create feed URIs that inherit security context, r=gavin
2012-05-29 23:27:40 -07:00
Asaf Romano
63c1bddcb6
Bug 730340 - Don't use expando properties for storing data on places nodes. part 1 - use a WeakMap for mapping places nodes to DOM nodes. part 2 - use a WeakMap for cellProperties in treeView.js; stop caching _plainContainer. r=mak
2012-06-01 23:03:00 +03:00
Boris Zbarsky
d2ac33d76c
Bug 731447. Make buttons display:inline-block by default so that underlines don't reach into them. r=dbaron
2012-06-01 11:45:37 -04:00
Robert O'Callahan
f634c7f5f1
Backout 65cd6893941e for real (bug 731868)
2012-06-01 22:39:50 +12:00
Asaf Romano
8f165f5f5d
Bug 730340 - Fix typo found by neil, remove useless comments.
2012-06-02 23:24:19 +03:00
Robert O'Callahan
93901de804
Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
...
--HG--
extra : rebase_source : 805d3c1e40fe0a764b2feae83472c0c2e5dabe99
2012-06-01 18:26:30 +12:00
Raymond Lee
662895bda7
Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77
2012-05-31 14:45:28 +02:00
Cameron McCormack
ddfdfc0a31
Fix a couple of typos in comments. No bug, no review.
2012-05-31 10:32:17 +10:00
Ed Morley
8f3214576b
Merge mozilla-central to mozilla-inbound
2012-05-30 18:24:56 +01:00
Marco Bonardo
acb42f7c61
Bug 759730 - Use COMPtr for nsIWritablePropertyBag2 in nsIEHistoryEnumerator
...
rs=mano
2012-05-30 16:11:37 +02:00
Marco Bonardo
967450f1a5
Bug 753672 - Remove old code that is breaking live-update of the bookmarks chevron view.
...
r=mano
2012-05-30 16:11:34 +02:00
Gervase Markham
638c878b13
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Asaf Romano
b3c057c12b
Bug 748569 - Fix few migration regressions (reset profile feature is broken - bug 748047, bookmarks.html not imported during migration - bug 738263, default-browser detection during migration is completely broken and few more minor issues). r=mak
2012-05-28 12:43:59 +03:00
Brian R. Bondy
320da14df6
Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong
2012-05-27 22:40:48 -04:00
Brian R. Bondy
869d0f838f
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
2012-05-27 22:40:48 -04:00
Ryan VanderMeulen
c88da090b2
Merge m-c to inbound
2012-05-26 18:20:43 -04:00
Rob Campbell
49d65b9088
merge fx-team to m-c
2012-05-26 14:14:27 -03:00
Tim Taubert
89e6e679de
Bug 664324 - [session restore cleanup] Remove trailing whitespace; r=zpao
2012-05-25 23:39:22 +02:00
Tim Taubert
1ce7195890
Bug 758568 - Use SessionStoreInternal instead of passing it to SHistory and TabsProgressListeners; r=zpao
2012-05-25 23:11:31 +02:00
Andres Hernandez [:andreshm]
df528e2076
Bug 745040 - Move the Session Store Service to a module r=zpao
2012-05-14 16:01:21 -06:00
Paul O’Shannessy
8baec9cd74
Bug 739531 - Can't duplicate a tab with designMode and no body; r=ttaubert
2012-05-25 10:43:19 +02:00
Andrew Hurle
aeb5f115e9
Bug 720154 - Move restore_on_demand checkbox to Tabs page, never disable it. r=zpao, ui-r=jboriss
2012-05-26 09:33:52 -04:00
Josh Matthews
90e80e4474
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-26 09:38:06 +01:00
Ed Morley
f02fdecdaf
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
2012-05-25 12:51:32 +01:00
Josh Matthews
f7cb280ab4
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-25 12:20:58 +01:00
Ryan VanderMeulen
60400b0c8a
Backout 4eaf67a7f50f since it shouldn't have been checked in.
2012-05-24 19:25:45 -04:00
Andrew Hurle
e221411c14
Bug 566444 - Simple test for the proxy settings dialog under preferences. r=jaws
2012-05-24 18:45:10 -04:00
Andrew Hurle
a4068d5eb0
Bug 566444 - Make proxy exceptions multiline. r=jaws
2012-05-24 18:45:09 -04:00
Raymond Lee
fc96bc959f
Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert
2012-05-22 09:25:49 +08:00
Ehsan Akhgari
904efc4f7a
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Tim Taubert
abe97c25ea
merge m-c to fx-team
2012-05-22 15:20:39 +02:00
Jim Mathies
f4bf6429ef
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
2012-05-21 16:31:03 -05:00
Bellindira Castillo [:bellindira]
efd3120699
Bug 662743 - Session restore should do more than restore a <select>'s selectedIndex; r=zpao
2012-05-17 23:23:35 -06:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
cd947fcd6d
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
Andres Hernandez [:andreshm]
f8650b3a74
Bug 742051 - Remove the backwards compatibility for the old formdata format r=zpao
2012-05-14 16:11:43 -06:00
Andres Hernandez [:andreshm]
a869ddceeb
Bug 697903 - Move form data functions from sessionstore into JSM r=zpao,ttaubert
2012-05-08 10:36:29 -06:00
Rob Campbell
31d6fa0f90
merge fx-team to m-c
2012-05-16 12:03:18 -07:00
Tim Taubert
5f7b5593d9
Bug 754608 - Part 3 - add regression tests; r=dietrich
2012-05-15 08:11:08 +02:00
Tim Taubert
18d98ddde5
Bug 754608 - Part 2 - remove getXULDocument() from head.js and use the browser's XUL document; r=dao
2012-05-15 08:10:55 +02:00
Tim Taubert
c100c5fe4e
Backed out changeset 7a5807d68ddc (bug 682944)
2012-05-15 08:17:05 +02:00
Frank Yan
e8113c2ff0
Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin
2012-04-24 13:43:38 -04:00
Tim Taubert
80dcf69f1d
Bug 753755 - [Page Thumbnails] Disabling thumbnails should not create empty folders; r=dietrich
2012-05-14 18:18:27 +02:00
Tim Taubert
7a7a985555
Bug 752409 - Intermittent browser/browser/components/thumbnails/test/browser_thumbnails_storage.js; r=dietrich
2012-05-14 18:16:25 +02:00
Tim Taubert
1932acaeee
Bug 745303 - remove leftover test/browser_tabview_storage_policy.js; r=me
2012-05-14 15:31:56 +02:00
Dão Gottwald
a8cffe0ce0
Bug 752467 - disable leaky tests. r=zpao
2012-05-10 20:09:25 +02:00
Zuhao (Joe) Chen
0f0dde188f
Bug 731866 - Copy and port current preference tests to run against the in-content preferences. r=jaws
2012-05-08 19:33:14 -07:00
Devan Sayles
b6caf044a2
Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride
2012-05-08 19:31:51 -07:00
Jon Rietveld
05f7df131d
Bug 737177 - Port the security pane to the in-content preferences implementation. r=bmcbride
2012-05-08 19:28:24 -07:00
Devan Sayles
d56495ab89
Bug 735091 - Sync pane for in-content prefrences. r=jaws,bmcbride
2012-05-08 19:23:19 -07:00
Devan Sayles
3e37260cd6
Bug 732125 - Content pane for in-content preferences. r=jaws,bmcbride
2012-05-08 19:21:03 -07:00
Jon Rietveld
3b6d30be1f
Bug 733469 - Move the applications preferences to in-content UI. r=jaws r=bmcbride
2012-05-08 19:19:58 -07:00
Jon Rietveld
51743ea605
Bug 723737 - Move the advanced preferences to in-content UI. r=jaws r=bmcbride
2012-05-08 19:18:11 -07:00
Jon Rietveld
b6ec553d47
Bug 723328 - Move the privacy preferences to in-content UI. r=bmcbride
2012-05-08 19:16:26 -07:00
Owen Carpenter
91f21bddcc
Bug 719717 - Move the tabs preferences to in-content UI. r=bmcbride
2012-05-08 19:15:13 -07:00
Jon Rietveld
df4bac77c3
Bug 724686 - General pane for in-content preferences. r=bmcbride
2012-05-08 19:14:17 -07:00
Owen Carpenter
5b784d437d
Bug 734013 - Implement the pane-switching functionality for the in-content preferences. r=bmcbride
2012-05-08 19:13:05 -07:00
Jon Rietveld
2c351d1367
Bug 733473 - Implement initial prerequisites for in-content preferences, and landing page. r=bmcbride
2012-05-08 19:10:25 -07:00
Chris Pearce
7a28d175e1
Bug 716107 part 5 - Add fullscreen permissions to about:permissions. r=margaret
2012-05-09 09:47:19 +12:00
Justin Lebar
cdc2cdd948
Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
...
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
Phil Ringnalda
e265da4be6
Merge m-c to m-i
2012-05-04 19:49:34 -07:00
Paul O’Shannessy
c42e53d743
Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin]
2012-05-04 11:23:55 -07:00
Tim Taubert
7ffc0b66c2
Bug 749892 - Intermittent browser_tabview_apptabs.js | Test timed out; r=jaws
2012-05-04 16:32:35 +02:00
Johan Charlez
b1c8c4ed11
Bug 503370 - Library doesn't handle CTRL+F correctly. r=dao
2012-05-03 06:22:32 -04:00
Matt Brubeck
e5d1d7a8d7
Merge mozilla-central and mozilla-inbound
2012-05-02 15:58:11 -07:00
Jonathan Kew
fccf46f56e
bug 749658 - test for unwanted tab-strip overflow. r=roc
2012-05-01 11:06:23 +01:00
Ehsan Akhgari
f92cf63082
Backout changeset b0200dab0ccc to revert the incorrect backout of an fx-team range (no bug)
...
This is the range I mistakenly backed out before:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=bc5fee76550b
2012-05-02 16:11:19 -04:00
Ehsan Akhgari
7dbe654abb
Backout the latest merge from fx-team because of Ts regressions (no bug)
2012-05-02 15:37:08 -04:00
Tim Taubert
6689ee6814
merge m-c to fx-team; a=js-only
2012-05-02 15:36:57 +02:00
Serge Gautherie
ec5372b0a4
Bug 741070. (Cv1a-FF) Sessionstore tests: Improve and merge 'provideWindow()' and 'whenWindowLoaded()' into 'head.js', Add an 'info()' call, Nits. r=paul (a=test-only).
2012-05-02 14:14:18 +02:00
Tim Taubert
5acf221885
Bug 744388 - [Page Thumbnails] implement a custom storage, don't use the file cache; r=dietrich
2012-05-01 13:45:32 +02:00
Ed Morley
4263cd1579
Backout 080fc3a7cdfe (bug 744388) for xpcshell failures
2012-05-01 16:34:57 +01:00
Tim Taubert
ff00033882
Bug 744388 - [Page Thumbnails] implement a custom storage, don't use the file cache; r=dietrich
2012-05-01 13:45:32 +02:00
Ryan VanderMeulen
b7a26726b2
Merge m-c to m-i
2012-04-29 16:35:05 -04:00
Raymond Lee
426bc7fa7f
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
2012-04-27 09:44:53 +08:00
Paolo Amadini
b7f4f82243
Bug 728168 - Replace old synchronous favicons calls in feeds. r=mak
2012-04-27 15:05:34 +02:00
Paolo Amadini
1093855b67
Bug 695829 - Add telemetry metrics for private browsing transitions. r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsing_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsing_telemetry.js
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_telemetry.js
2012-04-27 15:05:20 +02:00
Paolo Amadini
5c5b32176f
Bug 746787 - Ensure the browser window is not minimized when opening the Downloads panel. r=mak
2012-04-27 15:05:04 +02:00
Paolo Amadini
7e6f309ead
Bug 746853 - Fix finalization of the past downloads query in error cases. r=mak
2012-04-27 15:04:42 +02:00
Paolo Amadini
223e418209
Bug 746658 - Failed downloads can't be removed from panel. r=mak
2012-04-27 15:04:27 +02:00
Serge Gautherie
2dece8a122
Bug 741070. (Bv1b-FF) browser_394759_basic.js: Use 'Services.prefs', Set 'general.warnOnAboutConfig' preference, Remove a 'whenWindowLoaded()' call, Add an 'info()' call, Nits. f=neil r=zpao.
2012-04-28 04:18:00 +02:00
Paul O’Shannessy
b8a44ebb31
Bug 743882 - Fix session restore tests for compartment-per-global [r=dietrich, r=ttaubert]
...
--HG--
extra : rebase_source : e7da9ad0458aaf76614888a9567e112541039332
2012-04-25 10:11:03 -04:00
Patrick McManus
50227ce9cd
bug 735543 - overlap tcp/ssl handshakes with typing in search box r=gavin
2012-04-25 08:54:42 -04:00
Mike Hommey
d94eeb304e
Bug 749548 - Only reference IE and Safari migrators in components manifest when they are installed. r=mak
2012-04-30 08:04:31 +02:00
Raymond Lee
ab380d3ea6
Bug 666538 - Use Telemetry to collect Panorama usage/perf data. r=ttaubert
2012-04-30 01:53:08 +08:00
Dão Gottwald
54b97438d1
Bug 751334 - Redundant TabView.init call in restoreWindow leaks the browser window when the window closes before delayedStartup was called. r=ttaubert
2012-05-04 18:17:25 +02:00
Asaf Romano
9a571df82c
Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only
2012-04-23 15:31:16 -04: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
Dão Gottwald
990499a1dc
Bug 746837 - In undoCloseTab, focus the browser instead of the content window and do it immediately rather than after a timeout. r=zpao a=desktop-only
2012-04-21 14:45:51 +02:00
Ehsan Akhgari
82c7940be5
Merge mozilla-central into mozilla-inbound; a=merge
2012-04-20 13:11:03 -04:00
Ehsan Akhgari
9f8c7e1e97
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-20 13:10:19 -04:00
Ehsan Akhgari
b432316464
Bug 739040 - Use the length of the decoded string, if no more than 512 bytes, to sniff for feeds; r=Mano a=blocking
2012-04-20 13:03:53 -04:00
Serge Gautherie
19fba874d8
Bug 743692. (Fv2-FF) nsBrowserGlue.js: fix 2 nits. r=mak77 a=(desktop-only).
2012-04-19 17:15:30 +02:00
Ehsan Akhgari
b6446c3da7
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-19 09:58:22 -04:00
Tim Taubert
6be0147391
merge m-c to fx-team; a=desktop-only
2012-04-19 10:48:59 +02:00
Tim Taubert
35bb5a3e94
Bug 745303 - Part 3 - Remove empty method; r=me
2012-04-19 08:35:05 +02:00
Tim Taubert
3ab05de260
Bug 745303 - Part 2 - Correct Panorama tests; r=dietrich
2012-04-19 08:24:47 +02:00
Tim Taubert
8fd12e8742
Bug 745303 - Part 1 - Make Panorama use the thumbnail service; r=dietrich
2012-04-19 08:24:32 +02:00
Raymond Lee
80b5199be2
Bug 659594 - Use MozAfterPaint to redraw thumbnails r=ttaubert
2012-04-19 00:19:48 +08:00
Marco Bonardo
8714ecd73c
Bug 710895 - Part 4: fix the test
...
r=Mano a=test-only
2012-04-18 15:58:36 +02:00
Marco Bonardo
06fc25959e
Bug 710895 follow-up - Temporarily disable test_IE_bookmarks.js, while looking into why it fails.
2012-04-17 18:57:15 +02:00
Myk Melez
253337cae3
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
2012-04-17 07:11:53 -07:00
Marco Bonardo
b9cb77fecc
Bug 710895 - Part 3: The new JS migrator.
...
Parts derived from the original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:36:09 +02:00
Marco Bonardo
df8c827dd9
Bug 710895 - Part 2: Remove the old IE migrator
...
Original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:35:46 +02: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
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
Hessam Salehi
aec05325da
Bug 722986 - Make WebContentConverter use the per-window Private Browsing APIs in order to decide how to behave; r=ehsan
2012-04-16 23:51:04 -04:00
Paul O’Shannessy
e86dac60a4
Bug 745342 - Use more lazy services from Services.jsm [r=dietrich]
2012-04-16 14:26:10 -07:00
Paul O’Shannessy
50631b0bae
Bug 732292 - use XPCOMUtils.defineLazyModuleGetter in sessionstore [r=dietrich]
2012-04-16 14:26:10 -07:00
Asaf Romano
b197108842
Bug 710259 - New Safari migrator (OS X & Windows). r=mak.
2012-04-14 22:11:10 +03:00
Marco Bonardo
1648fe7a21
Bug 741506 - Removing nodes while a bookmarks popup is open in OS X native menubar zombifies them.
...
r=Mano
2012-04-14 14:08:43 +02:00
Marco Bonardo
be570c6dfc
Merge central and inbound
2012-04-14 13:56:15 +02:00
Asaf Romano
c2761a5f3b
Bug 737381 - The Firefox Migrator should use the new migration system. r=mak
2012-04-14 12:50:44 +03:00
Tim Taubert
7f3638d86d
Bug 740807 - Clean up favicon code in Panorama; r=dietrich
2012-04-14 01:04:57 +02: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
Bellindira Castillo [:bellindira]
b262ee3f70
Bug 737032 - add isValidXULTab() method to ease tab checking r=ttaubert
2012-04-10 12:13:36 -06:00
Jared Wein
38a60e3a1e
Bug 736028 - Page thumbnails should be 1/9th the size of the screen. r=ttaubert
2012-04-12 00:02:27 -07:00
Max Li
be2df2f0e7
Bug 742098 - refactor observe() into a set of distinct methods [r=zpao]
2012-04-11 12:52:48 -07:00
Ms2ger
488b5263dd
Merge m-c to m-i.
2012-04-09 09:32:28 +02:00
Serge Gautherie
0d9930bb87
Bug 739041. (Dv1a-FF) test_384370.js: Move after_import() into run_test(), Use Services.prefs too. f=neil r=mak77.
2012-04-07 01:56:32 +02:00
Serge Gautherie
9c823609a1
Bug 739041. (Cv1a-FF) test_browserGlue_prefs.js: Move comment back to its related code, s/print/do_log_info/g. r=mak77.
2012-04-06 16:31:25 +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
Dão Gottwald
6c3612ef4f
Bug 742645 - Adding exception accidentally allowed in framed certificate error page. r=mak
2012-04-06 21:34:13 +02:00
Asaf Romano
0ab1494b48
Bug 739451 - Don't rely on XPConnect-magic for getting the owner window of a places view (Required for compartment-per-global work). r=mak
2012-04-06 16:43:54 +03:00
Paolo Amadini
d40ad60816
Bug 715355 - Deprecate and remove old style GUIDs. r=mak
...
--HG--
extra : rebase_source : 0d0a2ac825ed674075e8e85607a496668953c6c1
2012-04-12 12:27:57 +02:00
Paolo Amadini
3706e25e63
Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak
...
--HG--
extra : rebase_source : ddb3109fa13f41bdfb2f265f7850453905145a07
2012-04-12 12:27:36 +02:00
Paolo Amadini
87260b13c2
Bug 728142 - Replace old synchronous favicons calls in tabview. r=ttaubert
...
--HG--
extra : rebase_source : 5dc2e1a50862eaa238cd16479dada60da507eb01
2012-04-12 12:27:27 +02:00
Paolo Amadini
250a42fffb
Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin
...
--HG--
extra : rebase_source : 70f0139a7b87b4a3f4de785a7c29f3f36e2055a9
2012-04-12 12:27:14 +02:00
Marco Bonardo
d205f579cf
Bug 710895 - Part 1: Add a class to enumerate IE History entries
...
Original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-04 15:35:29 +02:00
Marco Bonardo
b31b217a0c
Bug 738263 - Part 1: actually break default bookmarks import by will, to avoid worse handling.
...
r=Mano
2012-04-04 15:35:27 +02:00
Marco Bonardo
047806e61c
Merge last green PGO from inbound to central
2012-04-04 13:36:36 +02:00
Serge Gautherie
ec9f4bb5d7
Bug 741066. (Av1) browserPlacesViews.js: Fix 2 "function ... does not always return a value". r=mak77.
2012-04-03 15:43:25 +02:00
Serge Gautherie
331025ccac
Bug 741065. (Av1) controller.js: Fix "function PCDH_onDrop does not always return a value". r=mak77.
2012-04-03 15:42:06 +02: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
Serge Gautherie
8d70c23ab3
Bug 741064. (Av1) Fix "function PTV__buildVisibleSection does not always return a value". r=mano.
2012-04-01 18:13:44 +02:00
Ed Morley
c7a3740e33
Merge mozilla-central to mozilla-inbound
2012-03-31 15:28:55 +01:00
Gregory Szorc
cf6e977c22
Merge services-central into mozilla-central
2012-03-30 11:51:02 -07:00
Tim Taubert
1427f30cc8
merge m-c to fx-team
2012-03-30 18:29:52 +02: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
Raymond Lee
e287d8f6a2
Bug 733115 - After creating a new tab group, 2nd RETURN should open that group; r=ttaubert
2012-03-29 03:34:20 +08:00
Tim Taubert
e2cce9b896
merge m-c to fx-team
2012-03-29 11:44:00 +02:00
Kyle Huey
f690aa730d
Merge the last good pgo-green cset on mozilla-inbound to mozilla-central.
2012-03-28 07:40:52 -07:00
Serge Gautherie
f4956549d4
Bug 735312. (AAv1) Remove MIGRATION_BUNDLE leftover. r=mak77.
2012-03-28 10:54:00 +02:00
Serge Gautherie
b86ef4b430
Bug 482911. (AAv1) Remove DEFAULT_BOOKMARKS leftover. r=mak77.
2012-03-28 10:54:00 +02:00
Dão Gottwald
d74303199a
Bug 739093 - Remove the fullscreenflex. r=felipe
2012-03-28 10:33:17 +02:00
Phil Ringnalda
8d8cf286e2
Merge m-c to m-i
2012-03-27 21:21:11 -07:00
Tim Taubert
04ee0113a8
merge m-c to fx-team
2012-03-28 00:33:42 +02:00
Tim Taubert
5b23caa031
Backed out changeset 26051ffdbc34 (bug 739171)
2012-03-27 15:08:45 +02:00
Tim Taubert
56e0212f72
Bug 738774 - [Page Thumbnails] Channel leaks intermittently; r=dietrich
2012-03-27 14:14:00 +02:00
Tim Taubert
48e5d776e6
Bug 739171 - Don't save tabItem data while updating tabItems; r=dietrich
2012-03-27 12:59:09 +02:00
Gregory Szorc
58fd0d6fe7
Bug 730989 - Remove references to now defunct Weave.Service.* properties; r=rnewman
2012-03-26 13:03:14 -07:00
Robert Strong
ec6279523d
Bug 491947 - Disable DDE shell integration. r=jmathies
2012-03-26 12:45:29 -07:00
Ehsan Akhgari
c3503ba714
Bug 723353 - Add browser.js APIs for per-window Private Browsing; r=gavin,jdm
2012-03-22 22:02:00 -04:00
Marco Bonardo
45a1258e1d
Merge last green PGO from inbound to central
2012-03-29 17:37:31 +02:00
OHZEKI Tetsuharu
f48e5a39b6
Bug 647951 - Fix for "window.top.XULBrowserWindow is null" error. r=mak
2012-03-28 20:35:13 +02:00
Dão Gottwald
c0cb76d2ce
Bug 739915 - Remove Firefox 2 UI migration code. r=gavin
2012-03-28 20:34:37 +02:00
Ed Morley
8b1d4a6ab3
Merge again
2012-03-28 18:20:26 +01:00
Gavin Sharp
9df24ea877
Bug 739793: add old version to post-update whatsnew URL to allow differentiating various upgrade scenarios, r=mak
...
--HG--
extra : transplant_source : %94%F1O%DEK%D0n%F3%F5%07%7D%20%C7%E2%C6%3C%922%01%DB
2012-03-28 09:56:56 -07:00
Jacek Caban
60aa9ce430
Bug 739919 - browser/components/build fails to link on mingw r=jimm
2012-03-30 13:33:06 +02:00
Tim Taubert
18a864805f
Bug 701377 - setTabState() always unhides the tab; r=zpao
2012-03-28 09:25:42 +02:00
Tim Taubert
7ae3f10617
Bug 739805 - Calling getTabState() on a not-yet-restored tab wipes out text and scroll data; r=zpao
2012-03-28 09:13:48 +02:00
Tim Taubert
c50a5992a2
Bug 739171 - Don't save tabItem data while updating tabItems; r=dietrich
2012-03-27 12:59:09 +02:00
Gavin Sharp
c8632ad3cd
Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn
...
--HG--
extra : transplant_source : %F0G%AD%A1%89%C6%93%BB%CB/t%9E%DE%14%E9%7D2%91%EFF
2012-03-23 16:27:54 -07:00
Matt Brubeck
21e24f0ef9
Merge mozilla-central and mozilla-inbound
2012-03-24 09:05:27 -07:00
Gavin Sharp
e9de227260
merge fx-team into m-c
2012-03-23 16:20:23 -07:00
Tim Taubert
d25f887da9
Bug 705911 - [Page Thumbnails] Save screenshots of redirecting sites; r=dao
2012-03-23 19:12:43 +01:00
Marco Bonardo
ca7dd86f81
Merge fx-team and central
2012-03-21 23:49:13 +01:00
Asaf Romano
00b4826f3d
Bug 718608 - Migration code shrink and cleanup: unified code for notifications and error handling, prepare for deCOM. r=mak. sr=gavin on the interface change. browser/components/build part was done by mak (r=bsmedberg.
2012-03-21 21:20:47 +02:00
Marco Bonardo
508dc27a5b
Merge last green PGO from inbound to central
2012-03-22 13:04:29 +01:00
Mounir Lamouri
64f70e4049
Merging mozilla-inbound into mozilla-central.
2012-03-20 11:39:42 +01:00
Tim Taubert
b1db731c92
merge m-c to fx-team
2012-03-20 09:23:36 +01:00
Tim Taubert
0c67001280
Bug 736424 - Intermittent TEST-UNEXPECTED-FAIL | browser_tabview_bug600645.js | The app tab icon has the right tab reference; r=dietrich
2012-03-19 15:48:57 +01:00
Tim Taubert
72ab5c9be7
Bug 736416 - intermittent browser/components/sessionstore/test/browser_625016.js | Test timed out, followed by other errors; r=mak
2012-03-19 11:14:30 +01:00
Mike Hommey
f72b78b5db
Bug 736495 - Some scripts are importing modules with resource:///gre instead of resource:/// and vice-versa. r=gavin
2012-03-16 17:21:19 +01:00
Tim Taubert
4ccf52ee43
merge m-c to fx-team
2012-03-17 09:19:26 +01:00
Tim Taubert
9caf52026d
Bug 726272 - [Page Thumbnails] don't capture error pages; r=dietrich
2012-03-16 16:13:58 +01:00
Marco Bonardo
8bbb355897
Bug 736456 - Cache the spec in captureAndStore, since currentURI may not be available later; r=ttaubert
2012-03-16 16:13:34 +01:00
Gavin Sharp
596c9d1a03
merge fx-team into m-c
2012-03-15 21:39:33 -07:00
Marco Bonardo
312ed3ed80
Merge inbound and central
2012-03-16 13:42:16 +01:00
Tim Taubert
47f27a5f79
Bug 736036 - Intermittent TEST-UNEXPECTED-FAIL | browser_tabview_bug610242.js | png has no favicon - Got block, expected none; r=dietrich
2012-03-15 23:28:22 +01:00
Marco Bonardo
6d99500c2c
Bug 735879 - Add more delay to some browser chrome tests that often timeout. r=fryn
2012-03-14 16:11:20 -07:00
Frank Yan
0ac2120f6c
Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
...
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-14 16:10:12 -07:00
Raymond Lee
574e3a05b8
Bug 678374 - Panorama/App Tabs: not shortcut icon; no icon if browser.chrome.favicons=false; r=ttaubert
2012-03-15 00:24:03 +08:00
Théo Chevalier
64ee94b713
Bug 730955 - Make Telemetry opt-in notification consistent with other Telemetry messaging, r=gavin
2012-03-14 14:38:35 -07:00
Ehsan Akhgari
9fb965340a
Merge from mozilla-central
2012-03-17 12:32:28 -04:00
Marco Bonardo
a493a667e6
Bug 735312 - followup, add missing namespace
2012-03-14 20:41:07 +01:00
Dão Gottwald
930c649031
Bug 737830 - Default browser check is broken (Error: win is not defined). r=gavin
2012-03-21 20:05:23 +01:00
Tim Taubert
4ba3bb8680
merge m-c to fx-team
2012-03-13 11:28:24 +01:00
Tim Taubert
e0f9a88438
Bug 729878 - Part 1 - New layout implementation; r=dietrich,dao ui-r=shorlander
2012-03-13 03:23:01 +01:00
Fabrice Desré
bbfe8caa2c
Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin]
2012-03-12 17:33:10 -07:00
Owen Jones
4ce914fa00
Bug 603817 - Properly update personal-bookmarks contents when it's put in the tabs toolbar.
...
r=mak
2012-03-13 00:33:54 +01:00
dietrich@mozilla.com
80ab256ba7
Bug 726235 - Break out XPath code into separate module. r=zpao
2012-03-23 21:47:04 -04:00
Henri Sivonen
2281a81cb7
Bug 482911 addendum - Tell nsBrowserGlue not to import initial bookmarks in a couple of tests to avoid fatal assertions on Mac. r=mak.
2012-03-23 16:57:13 +02:00
Henri Sivonen
2eb27ead85
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
...
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Henri Sivonen
98c2fd10a7
Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange.
2012-03-23 11:25:08 +02:00
Henri Sivonen
4dbc4331f0
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
...
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
Ehsan Akhgari
d28e101ac7
Test case for bug 725210; r=jdm
2012-04-03 15:16:16 -04:00
Blair McBride
89cdfd5c64
Bug 727637 - nsBrowserGlue does unnecessary work when there are no new add-ons installed. r=dtownsend,mak77
2012-02-16 12:44:29 +13:00
Blair McBride
8edd624233
Bug 736542 - Bug 727637 causes about:newaddon to not show up with magically appearing XPI's (backout c4e3ec142aa8). r=dtownsend
2012-03-21 17:12:37 +13:00
Mario Alvarado
3690d080c9
Bug 715454 - Current group is switched when using switch-to-tab and opening new tab r=ttaubert
2012-03-19 21:38:58 -06:00
Marco Bonardo
8bfa9cfb36
Bug 739968 - MigrationUtils.jsm import should use app modules resource url.
...
r=fryn a=desktop-only
2012-04-19 22:17:02 +02:00
Marco Bonardo
3d9f88fd52
Bug 735312 - Properly handle importing default bookmarks from omni.ja.
...
r=felipe
2012-03-14 18:57:00 +01:00
Marco Bonardo
9c9f4bbcf2
Bug 735625 - Get rid of ImportHTMLFromFileToFolder.
...
r=dietrich sr=gavin
2012-03-16 00:12:49 +01:00
Boris Zbarsky
bcce95e851
Bug 714631. Feed converter should check HTTP channel response status before proceeding. r=gavin
2012-04-13 13:46:15 -04:00
Gavin Sharp
e9b9233dc8
Bug 739040 followup: properly enforce the sniffing limit on uncompressed feeds, r=mano, a=desktop-only
...
--HG--
rename : browser/components/feeds/test/chrome/test_bug368464.html => browser/components/feeds/test/chrome/test_maxSniffing.html
rename : browser/components/feeds/test/bug589543-data.xml => browser/components/feeds/test/valid-feed.xml
rename : browser/components/feeds/test/bug589543-data.xml => browser/components/feeds/test/valid-unsniffable-feed.xml
extra : transplant_source : %8C%AB%D06%BB6%A4%B4%AC8i%CD%06%AC%AE%D2%A3O%D2%D4
2012-04-21 02:22:52 -04:00
Paolo Amadini
9ffe3e43b9
Bug 731942 - Replace old synchronous favicons calls in the Toolkit external content handler dialog. r=mak
2012-03-19 20:24:41 +01:00
Luke Wagner
0ac1b7a92f
Bug 730497 - Provide stopgap fix for bug 731868 (rs=ttaubert)
...
--HG--
extra : rebase_source : 8bd215d45f64bc368326498a1b7f623bd4f9aae3
2012-03-15 10:02:45 -07:00
Christian Ascheberg
f0bb4c659b
Bug 317190 - Change "Check Now" to "Set Firefox as the default browser". r=jaws
2012-05-17 12:04:49 -07:00
Marco Bonardo
5867aec826
Bug 736487 - Cleanup and ease browser_480148.js.
...
r=zpao
2012-03-16 21:38:21 +01:00
Marco Bonardo
2a66e62871
Bug 734646 - Duplicate bookmark item in the toolbar chevron popup.
...
r=mano
2012-03-12 14:59:55 +01:00
Marco Bonardo
df9ac0012f
Bug 734631 - Properly handle status menuitem changes in Places popups.
...
r=mano
2012-03-12 14:59:54 +01:00
Ed Morley
f558fef737
Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak
2012-03-11 23:38:53 +00:00
Dão Gottwald
2ed7e7306a
Bug 733339 - part 3: make the content window passed to gPageStyleMenu.switchStyleSheet optional. r=dolske
2012-03-11 05:25:02 +01:00
Dão Gottwald
f721bff622
Bug 733339 - part 1: remove unneeded legacy style sheet switching functions and bind remaining ones to gPageStyleMenu. r=dolske
2012-03-11 05:23:51 +01:00
Paolo Amadini
2a53c9bbe4
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
...
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Gavin Sharp
f427429d76
Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi
...
--HG--
extra : transplant_source : F%5E%C6ge%1B%5B%14%0C%20%C4%C7%82%DA%D9%96%C0%86%A5%C6
2012-02-22 16:35:56 -08:00
Marco Bonardo
3606a4771c
Bug 591884 - Make IE importer fallback to the default Links folder to support toolbar favorites in versions >= 7
...
r=felipe
2012-03-09 11:13:14 +01:00
Ryan VanderMeulen
34c7adfeaf
Merge m-c to inbound.
2012-05-16 20:45:57 -04:00
Matthew Noorenberghe
2633f3fb26
Bug 754342 - Sync pane shows "undefined" as username when using in-content preferences. r=jaws
...
--HG--
extra : rebase_source : 77c49df413cf04aed1ff9b6eeeacf7d2e12df204
2012-05-16 15:56:17 -07:00
Ehsan Akhgari
231d694eaa
Bug 749187 - Ensure new tabs and windows opened in private browsing mode have docshells set accordingly; r=gavin
2012-04-26 14:35:19 -04:00
Matthew Noorenberghe
42e63f9aed
Bug 717070 - Profile reset - Part 2 - migrator portion. r=mano
2012-02-23 19:34:18 -08:00
Matthew Noorenberghe
682f579aec
Bug 717070 - Profile reset - Part 1 - Backend to initiate profile reset. r=mano
2012-02-23 19:34:18 -08:00
Matt Brubeck
788b29276e
Merge mozilla-central to mozilla-inbound
2012-03-08 16:27:40 -08:00
Rob Campbell
44c93895a1
merge fx-team to m-c
2012-03-08 10:30:11 -04:00
Tim Taubert
990d35855b
Backed out changeset b5a3e22944f9 (bug 711157)
...
--HG--
rename : browser/base/content/abouthome/snippet1.png => browser/base/content/aboutHome-snippet1.png
rename : browser/base/content/abouthome/snippet2.png => browser/base/content/aboutHome-snippet2.png
rename : browser/base/content/abouthome/aboutHome.css => browser/base/content/aboutHome.css
rename : browser/base/content/abouthome/aboutHome.js => browser/base/content/aboutHome.js
rename : browser/base/content/abouthome/aboutHome.xhtml => browser/base/content/aboutHome.xhtml
2012-03-08 08:35:15 +01:00
Marco Bonardo
7a53ebb551
Merge inbound and central
2012-03-07 10:33:11 +01:00
Marco Bonardo
3051cd7520
Bug 725047 - Remove the hack for dragging bookmarks toolbar folders on Linux.
...
r=mano
2012-03-08 18:00:46 +01:00
Dão Gottwald
59d7037110
Bug 687958 - Refactor about:certerror expanders and make them accessible. r=mak
...
--HG--
rename : browser/themes/gnomestripe/section_collapsed-rtl.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/gnomestripe/section_collapsed.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/gnomestripe/section_expanded.png => browser/themes/gnomestripe/aboutCertError_sectionExpanded.png
rename : browser/themes/pinstripe/section_collapsed-rtl.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/pinstripe/section_collapsed.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/pinstripe/section_expanded.png => browser/themes/pinstripe/aboutCertError_sectionExpanded.png
rename : browser/themes/winstripe/section_collapsed-rtl.png => browser/themes/winstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/winstripe/section_collapsed.png => browser/themes/winstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/winstripe/section_expanded.png => browser/themes/winstripe/aboutCertError_sectionExpanded.png
2012-03-08 13:03:19 +01:00
Marco Bonardo
359fdb663d
Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population.
...
r=dietrich sr=gavin
2012-03-08 11:14:59 +01:00
Marco Bonardo
63a4c6c5e2
Bug 732404 - Remove dead handlers from editBookmarkOverlay.xul
...
r=mano
2012-03-08 11:14:57 +01:00
Mike Hommey
911331499f
Bug 515232 - Try getting general.useragent.locale as a complex value first in DirectoryProvider.cpp. r=bsmedberg
2012-03-08 08:39:17 +01:00
Alastair Robertson
9cd1218825
Bug 311605 - default browser checking should be done from nsBrowserGlue, not in delayedStartup. r=gavin
2012-03-06 23:28:53 +01:00
Marco Bonardo
afb1fef86e
Bug 731563 - Make Places view markers proper elements in the popups.
...
r=mano
2012-03-06 20:28:51 +01:00
Serge Gautherie
dcf9b5b30f
Bug 731663. (Bv1a-FF) test_bookmarks_html.js: Fix nits, Add/Use do_print(), Improve documentation. r=mak77.
2012-03-05 19:44:47 +01:00
OHZEKI Tetsuharu
e8e7a60fc8
Bug 580814 - Avoid accessing rows that don't exist in treeviews for Places. r=mak
2012-03-04 12:36:14 -05:00
Blair McBride
bef5ec339f
Bug 727637 - nsBrowserGlue does unnecessary work when there are no new add-ons installed. r=dtownsend
2012-03-07 21:18:34 +13:00
Frank Yan
8a0184cb67
Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
...
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-05 20:12:02 -08:00
Geoff Lankow
1214b72681
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Marco Bonardo
b3c39a8f38
Bug 658744 - disable browser_sidebarpanels_click.js cause it breaks the treeview and then tests zombie nodes.
...
rs=dietrich
2012-02-29 23:18:02 +01:00
Marco Bonardo
e98bf59661
Bug 731123 - Live Bookmarks in bookmarks menu no longer update.
...
r=mano
2012-02-29 11:24:31 +01:00
OHZEKI Tetsuharu
175e1206f7
Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
...
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Matt Brubeck
8aa8ff3307
Merge from mozilla-central to mozilla-inbound
2012-02-28 10:08:33 -08:00