Commit Graph

3873 Commits

Author SHA1 Message Date
Marco Bonardo
640edbe43c Bug 838875 - Remove deprecated third argument from PlacesUIUtils.showBookmarkDialog.
r=mano
2013-02-07 22:27:42 +01:00
Asaf Romano
4dc0c82271 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
e657745498 Bug 836283 - In the Downloads View the Cancel button stops working. r=mak, mconley. 2013-02-07 22:52:23 +02:00
Marco Bonardo
da73257c1e Bug 831432 - Downloads button has no text in Text button mode.
r=mconley
2013-02-07 01:12:13 +01:00
Mike Conley
6393f56875 Bug 838599 - Downloads Panel summary text is a little too big. r=mak. 2013-02-06 16:05:59 -05:00
Marco Bonardo
d00a2f4554 Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Marco Bonardo
24e4025e16 Bug 831094 - Avoid replacing nodes in Places query results.
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Mike Conley
231f88bae6 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
13b868690c Merge m-c to inbound. 2013-02-06 08:20:00 -05:00
Gregory Szorc
6c9c254440 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
8562b2e87d 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
e0d9c531c8 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
88ab7ae2fc 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
20781e041d 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
0e50decc69 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
3f10682513 merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Andres Hernandez
8e55dd8ab9 Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan 2013-02-01 15:05:29 -06:00
Tim Taubert
d3ba19999f 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
93765e872d Bug 726275 - Shift-click on back/forward button doesn't load page; r=gavin 2013-02-01 10:19:34 -05:00
Gregory Szorc
ef8e5bb3be 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
8f24bba2d0 Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak 2013-01-29 14:30:13 -08:00
Gabriele Svelto
f558944f72 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
32d278987e 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
8d3f6a3221 Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert 2013-02-05 11:40:48 -05:00
Andres Hernandez
025dbe2b70 Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-02-04 16:12:19 -06:00
Andres Hernandez
19038c54ac Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Asaf Romano
e4f177ebd6 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
a76deecae8 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
Dão Gottwald
35629f6f28 Bug 836010 - When startup is determined to be slow, tell users about ways to improve their startup time. r=felipe 2013-02-01 22:47:07 +01:00
Dave Townsend
6c649be569 Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Ryan VanderMeulen
2c5ff7e196 Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
--HG--
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => docshell/test/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => docshell/test/test_bug94514.html
2013-01-31 19:36:04 -05:00
Andres Hernandez
0628ac5516 Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-30 10:46:32 -06:00
Andres Hernandez
f199320310 Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Raymond Lee
47612836b9 Bug 820764 - Stop using addvisit() in browser tests r=mak77 2013-01-25 12:55:22 +08:00
Ryan VanderMeulen
a3bab2ee76 Merge the last PGO-green inbound changeset to m-c. 2013-01-24 20:59:19 -05:00
Ryan VanderMeulen
14a32f30b1 Merge fx-team to m-c. 2013-01-24 20:03:46 -05:00
Tim Taubert
715635ad32 Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric 2013-01-24 14:59:16 +01:00
Asaf Romano
f9ba8470e2 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
1601c74b00 Bug 808054 - Don't anchor the Downloads Panel to the tabs toolbar. r=mconley 2013-01-23 18:08:15 -05:00
Josh Matthews
77bcbdf4a7 Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop 2013-01-21 16:11:45 +00:00
Josh Matthews
0bab97f8e4 Bug 830066 - Use proper document for dropping links on toolkit download UI. r=mak 2013-01-21 15:09:51 +00:00
Marco Bonardo
858fb04683 Bug 832471 - Make Library Downloads view actually remove all downloads on Clear Downloads
r=Mano
2013-01-19 11:21:33 +01:00
Nathan Froyd
152e9edc71 Bug 715376 - update MockFilePicker.init() to take a window for event dispatching purposes; r=jmaher 2012-10-16 17:39:32 -04:00
Raymond Lee
351ba94dfb Bug 830703 - test_httpauth.js doesn't run. r=josh
--HG--
rename : browser/components/privatebrowsing/test/unit/test_httpauth.js => netwerk/test/unit/test_httpauth.js
2013-01-24 00:37:42 +08:00
Matthew Noorenberghe
f84ebc1e87 Merge fx-team with mozilla-central 2013-01-17 16:14:57 -08:00
Matthew Noorenberghe
6647e60e5b Bug 829995 - Ignore case of .url extension when migrating bookmarks from Internet Explorer. r=felipe 2013-01-16 18:39:46 -08:00
Tim Taubert
23f70e6cd3 Bug 805338 - Use http://127.0.0.1:1/ as a reliable error page for testing r=jaws 2013-01-16 13:34:03 +01:00
Gregory Szorc
bf7d11769c Merge mozilla-central into services-central 2013-01-15 23:11:26 -08:00
Ed Morley
1659e70737 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-15 22:57:50 +00:00
Gregory Szorc
f218af6f35 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00