Gregory Szorc
a8d719ab59
Bug 840177 - Part 4: Record search bar searches in Firefox Health Report; r=gavin
2013-02-13 14:33:24 -08:00
Ryan VanderMeulen
b39cc7050b
Merge m-c to inbound.
2013-02-12 21:26:49 -05:00
Ryan VanderMeulen
cfb35019f6
Merge m-c to inbound.
2013-02-12 21:25:43 -05:00
Marco Bonardo
7ca87781f3
Bug 837117 (follow-up) - Downloaded items change position in the downloads view if Clear List is selected
...
r=mconley
2013-02-12 23:50:37 +01:00
Ryan VanderMeulen
b2815d5a41
Merge m-c to inbound.
2013-02-12 15:05:37 -05:00
Tim Taubert
43c911f3aa
merge m-c to fx-team
2013-02-12 19:08:06 +01:00
Sunny
13e0d9a6c5
Bug 689821 - Clean up browser/components/preferences/sync.js. r=rnewman
2013-02-12 15:16:32 -08:00
Tim Taubert
6ea9d683ea
Bug 239254 - [Linux] Migrate existing thumbnails to their new local path; r=yoric
2013-02-11 15:47:22 +01:00
Mike Conley
2da1d50e98
Bug 839054 - Both "Open Containing Folder" and "Show in Finder" were being used in the Downloads Panel on OSX. r=mak.
2013-02-12 11:33:49 -05:00
Ryan VanderMeulen
2861e3219f
Merge m-c to inbound.
2013-02-11 13:51:32 -05:00
Mike Hommey
640e79f848
Bug 755724 - Move browser application in a subdirectory. r=jimm
2013-02-11 14:10:16 +01:00
Florian Quèze
a18ca35008
Bug 838552 - nsSessionStartup.js' debug code is noisy, r=Yoric.
2013-02-10 23:08:32 +01:00
Jim Mathies
472c77a798
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
2013-02-09 12:28:38 -06:00
Mike Hommey
362f974085
Bug 793767 - Use the executable file location to derive the update root. r=rstrong
2013-02-08 15:58:52 +01:00
Marco Castelluccio
090f7bdcfa
Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin
2013-02-08 11:34:47 -05:00
Marco Bonardo
7efbd0b8d2
Bug 838875 - Remove deprecated third argument from PlacesUIUtils.showBookmarkDialog.
...
r=mano
2013-02-07 22:27:42 +01:00
Asaf Romano
7b63b24f95
Bug 836271 - The progress animation in the Downloads view keeps on loading until the view is closed. r=mak.
2013-02-07 23:11:19 +02:00
Asaf Romano
963879b3ac
Bug 836283 - In the Downloads View the Cancel button stops working. r=mak, mconley.
2013-02-07 22:52:23 +02:00
Marco Bonardo
aac8eca218
Bug 831432 - Downloads button has no text in Text button mode.
...
r=mconley
2013-02-07 01:12:13 +01:00
Mike Conley
907d8987ac
Bug 838599 - Downloads Panel summary text is a little too big. r=mak.
2013-02-06 16:05:59 -05:00
Marco Bonardo
e7a888df87
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
...
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Marco Bonardo
86bcfc2bb8
Bug 831094 - Avoid replacing nodes in Places query results.
...
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Mike Conley
ce4b5e2cc4
Bug 838663 - Remove support for browser.download.panel.removeFinishedDownloads, and always retain completed downloads. r=mak.
2013-02-06 13:57:16 -05:00
Ryan VanderMeulen
64146465d9
Merge m-c to inbound.
2013-02-06 08:20:00 -05:00
Gregory Szorc
7968a67e7d
Merge mozilla-central into services-central
...
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Gregory Szorc
4abd66daf7
Bug 838312 - Well-defined API for opting out of FHR data upload; r=rnewman
...
You should no longer set policy.healthReportUploadEnabled directly.
Instead, call policy.recordHealthReportUploadEnabled(). This will
trigger data deletion as needed.
2013-02-05 13:12:28 -08:00
Ed Morley
86093d3b96
Bug 822284 - Re-Disable browser_privatebrowsing_cookieacceptdialog.js & browser_privatebrowsing_crh.js on OS X for too many intermittent failures
2013-02-06 12:02:43 +00:00
Dão Gottwald
adb26cf0d1
Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske
2013-02-05 10:35:21 +01:00
Marco Bonardo
773cdc76e6
Bug 837117 - Downloaded items change position in the downloads view if Clear List is selected.
...
r=Mano
2013-02-05 21:56:03 +01:00
Josh Matthews
c747c518a0
Bug 829360 - Keep non-browser windows from extending the lifetime of the private session. r=bz
2013-02-04 23:22:51 +00:00
Tim Taubert
454a8e381c
merge m-c to fx-team
2013-02-04 20:12:29 +01:00
Andres Hernandez
45227bb6d2
Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan
2013-02-01 15:05:29 -06:00
Tim Taubert
a828f602bf
Bug 712763 - Backout changes from bug 669272 to keep original window order when restoring a session; r=felipe
2013-02-01 13:12:47 -05:00
Tim Taubert
37da3e348a
Bug 726275 - Shift-click on back/forward button doesn't load page; r=gavin
2013-02-01 10:19:34 -05:00
Gregory Szorc
3a3280675a
Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
...
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.
The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Daniel Holbert
e5d0210460
Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak
2013-01-29 14:30:13 -08:00
Gabriele Svelto
cc2f7120f1
Bug 835730 - Properly tear down components when the profile is being shut down. r=mak
2013-01-29 18:06:03 +01:00
Ehsan Akhgari
84c4ac3c75
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
David Rajchenbach-Teller
84fbd821c3
Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert
2013-02-05 11:40:48 -05:00
Andres Hernandez
9ffe7c08a6
Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 16:12:19 -06:00
Andres Hernandez
6cdc6d3572
Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-28 11:09:33 -06:00
Asaf Romano
d012077386
Bug 836211 - Give focus to the downloads view if the previous view had focus.
...
r=mak
2013-02-05 15:56:35 +01:00
Sid Stamm
5026349b65
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
...
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
2012-06-14 14:19:27 -07:00
Raymond Lee
50c193452b
Bug 820764 - Stop using addvisit() in browser tests r=mak77
2013-01-25 12:55:22 +08:00
Ryan VanderMeulen
bc26304729
Merge the last PGO-green inbound changeset to m-c.
2013-01-24 20:59:19 -05:00
Ryan VanderMeulen
f5b5c25318
Merge fx-team to m-c.
2013-01-24 20:03:46 -05:00
Tim Taubert
641ce36af0
Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric
2013-01-24 14:59:16 +01:00
Asaf Romano
ae06524227
Bug 832949 - Disable common Organize options when the Downloads view is in use. r=mak.
2013-01-23 21:19:08 +02:00
Owen Coutts
e968e12382
Bug 808054 - Don't anchor the Downloads Panel to the tabs toolbar. r=mconley
2013-01-23 18:08:15 -05:00
Josh Matthews
948bfa7a34
Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop
2013-01-21 16:11:45 +00:00