Commit Graph

440 Commits

Author SHA1 Message Date
Matt Brubeck
72ace35626 Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
2013-02-16 20:15:41 -08:00
Gregory Szorc
3db370a7d6 Bug 840177 - Part 6: Record urlbar searches in Firefox Health Report; r=gavin 2013-02-14 14:47:49 -08:00
Dão Gottwald
6f89380cdf 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
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
Gregory Szorc
9b103318b3 Merge mozilla-central into services-central 2013-01-15 23:11:26 -08:00
Gregory Szorc
3bf9c8b985 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Mike Conley
5fd8bd8d01 Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin. 2013-01-15 10:47:58 -05:00
Mike Connor
884e54b026 Bug 804745 - Unified notification for application data reporting; r=gavin 2013-01-11 19:05:35 -08:00
Theo Chevalier
8a727b4dc9 Bug 825464 - Skip any revision of TELEMETRY_DISPLAY_REV in tests & WebApp (long term fix). r=mak 2013-01-02 16:31:10 +01:00
Jared Wein
ee824a07d1 Bug 409686 - Remove off-by-default restart prompt code. r=gavin 2012-12-28 14:41:13 -05:00
Dão Gottwald
a0fdb58284 Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-25 01:08:13 +01:00
Ryan VanderMeulen
330cdf9118 Backed out changeset 36d18c504450 (bug 824443) for mochitest b-c orange. 2012-12-24 17:02:07 -05:00
Dão Gottwald
7bacc8172e Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-24 21:33:35 +01:00
Dão Gottwald
85764cfd5d Bug 263433 - 'text-link' XUL widget should open tabs rather than windows. r=enn
--HG--
extra : rebase_source : aab45840ef599a15d491d5548fdfd3fd19a738c4
2012-12-14 01:09:03 +01:00
Paolo Amadini
1d617b7bd7 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Theo Chevalier
2e90bf0940 Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Ehsan Akhgari
6446a412d7 Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao 2012-12-05 20:59:26 -05:00
Dão Gottwald
38efef5d46 Bug 816995 - Use openUILinkIn instead of the gBrowser.selectedTab = gBrowser.addTab() pattern. r=Mossop
--HG--
extra : rebase_source : cc016af00864d2aaa1468c143f6b053a21ebd7a1
2012-12-01 05:11:44 +01:00
Gavin Sharp
3187753491 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. 2012-11-06 09:14:35 -08:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Richard Newman
d7aacc02c4 Merge m-c to s-c. 2012-10-12 11:47:24 -07:00
Richard Newman
b62d3d5a41 Merge m-c to s-c. 2012-10-09 13:24:38 -07:00
Richard Newman
6281df9fab Merge m-c to s-c. 2012-10-06 13:25:29 -07:00
Dão Gottwald
8c1c3fe18b Bug 729522: Implement navigator.getUserMedia() permission UI; r=dolske,ui-r=boriss 2012-10-05 02:37:00 -07:00
Richard Newman
3ba02a5420 Merge m-c to s-c. 2012-09-29 00:59:43 -07:00
Richard Newman
0e38672c66 Merge m-c to s-c. 2012-09-21 07:15:41 -07:00
Brian R. Bondy
ada9b7b99f Bug 791019 - Default browser startup changes for not claiming all types on win8. r=felipe 2012-09-21 10:05:24 -04:00
Richard Newman
a885a7438e Merge m-c to s-c. 2012-09-11 17:18:16 -07:00
Tim Taubert
70363690e8 Bug 780123 - [New Tab Page] Use the hiddenWindow to preload a single newtab page that then serves multiple windows; r=jaws 2012-09-19 16:20:44 +02:00
Gregory Szorc
3b109be643 Bug 785225 - Part 8: Don't expose SyncScheduler as a singleton; r=rnewman 2012-08-29 14:43:41 -07:00
Dão Gottwald
69ee58ce36 Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv 2012-08-29 08:03:24 +02:00
Dão Gottwald
088d2993ca Bug 799502 - Override the UA string for moodle to get the rich text editor rather than plain textareas. r=bz,felipe,gerv 2012-10-10 14:53:11 +02:00
Paolo Amadini
81ec514f1b Bug 748381 - Update the behavior of the Downloads indicator. r=mano 2012-08-25 11:37:55 +02:00
Tim Taubert
81423201f9 Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe 2012-08-21 11:17:18 -07:00
Devdatta Akhawe
527595912d Bug 787738 - Telemetry for Geolocation Prompt UI (r=felipe) 2012-09-08 09:20:51 -07:00
Raymond Lee
5eab5532fc Bug 762966 - Reset homepage pref for users who have it set to google.com/firefox. r=dao 2012-09-27 20:57:39 +08:00
Matthew Noorenberghe
c667677715 Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
--HG--
extra : rebase_source : 8785a377e88b11f59ec00d44b58e6c21fce576a7
2012-06-12 18:16:00 -07:00
William Chen
edb1043b3e Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones 2012-07-30 10:58:26 -04:00
Richard Newman
bed5378e3f Merge m-c to s-c. 2012-07-01 11:06:36 -07:00
Richard Newman
c8abd6c7c8 Merge m-c to s-c. 2012-06-29 23:45:13 -07:00
Gregory Szorc
318ea95915 Bug 763171 - Move display synced tab logic to nsBrowserGlue.js; r=gavin 2012-06-29 15:30:45 -07:00
Tim Taubert
69d1788d51 merge m-c to fx-team 2012-07-01 00:13:04 +02:00
Ed Morley
1fb12daa51 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Saurabh Anand
5e79fe788a Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan 2012-06-27 15:14:45 +05:30
Saurabh Anand
a88bf282b6 Bug 722984 - nsBrowserGlue uses global private browsing service to make decisions; r=ehsan 2012-06-29 02:52:41 +05:30
Matthew Noorenberghe
ed7314b2a6 Bug 759656 - Remove unimplemented notification argument to PopupNotification callbacks r=margaret
--HG--
extra : rebase_source : 01f943ac3cd55212138ef5bdc6f8c2fd87a3fcbe
2012-06-03 22:25:55 -07:00
Brendan Dahl
a04fcdad74 Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77 2012-06-02 09:56:24 -07:00
Asaf Romano
ff2265239e 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
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ehsan Akhgari
606a3017ed 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
Paul O’Shannessy
bca2c43793 Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin] 2012-05-04 11:23:55 -07:00
Ehsan Akhgari
1264cba321 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
077dde163d Backout the latest merge from fx-team because of Ts regressions (no bug) 2012-05-02 15:37:08 -04:00
Tim Taubert
33ef4be839 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
ee74f2d272 Backout 080fc3a7cdfe (bug 744388) for xpcshell failures 2012-05-01 16:34:57 +01:00
Tim Taubert
76df19af49 Bug 744388 - [Page Thumbnails] implement a custom storage, don't use the file cache; r=dietrich 2012-05-01 13:45:32 +02:00
Serge Gautherie
1583b12f11 Bug 743692. (Fv2-FF) nsBrowserGlue.js: fix 2 nits. r=mak77 a=(desktop-only). 2012-04-19 17:15:30 +02:00
Marco Bonardo
13f1c8ba2e 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
62fa0a0b3e Bug 739915 - Remove Firefox 2 UI migration code. r=gavin 2012-03-28 20:34:37 +02:00
Dão Gottwald
ccf7827d62 Bug 739093 - Remove the fullscreenflex. r=felipe 2012-03-28 10:33:17 +02:00
Gavin Sharp
d52625521a 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
Henri Sivonen
511f3c52e5 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
b83f701d54 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
7168af5fc7 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
Marco Bonardo
ffb17ea4b7 Merge last green PGO from inbound to central 2012-03-22 13:04:29 +01:00
Dão Gottwald
f0b133c6ff Bug 737830 - Default browser check is broken (Error: win is not defined). r=gavin 2012-03-21 20:05:23 +01:00
Blair McBride
918d135ac6 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
8784a29491 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
Mike Hommey
900fd6cc7f 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
Théo Chevalier
d19de344fd Bug 730955 - Make Telemetry opt-in notification consistent with other Telemetry messaging, r=gavin 2012-03-14 14:38:35 -07:00
Fabrice Desré
8f36020dfb Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin] 2012-03-12 17:33:10 -07:00
Gavin Sharp
7ab87937cc 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
Rob Campbell
b13d39e0b9 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Alastair Robertson
9332f257c6 Bug 311605 - default browser checking should be done from nsBrowserGlue, not in delayedStartup. r=gavin 2012-03-06 23:28:53 +01:00
Blair McBride
5633948f13 Bug 727637 - nsBrowserGlue does unnecessary work when there are no new add-ons installed. r=dtownsend 2012-03-07 21:18:34 +13:00
Nathan Froyd
0126ede99d Bug 725407 - create opt-out Telemetry notification for Nightly and Aurora; r=gavin
--HG--
extra : rebase_source : c350a62b4e6db5ae942200822b6217a7d5c3d898
2012-02-23 06:37:04 -08:00
Nathan Froyd
2065f3510f Bug 710589 - don't display close button on second telemetry prompt; r=dietrich 2012-02-24 18:00:02 -05:00
Marco Bonardo
efe05da08b Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option.
r=dietrich sr=gavin
2012-02-24 23:43:49 +01:00
Matthew Noorenberghe
ad086574ef Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
Gavin Sharp
3ca6d13e3c Bug 724145: add telemetry for whether keyword.URL is user-set, r=jaws 2012-02-06 17:39:07 -08:00
Tim Taubert
dd3cb89859 merge fx-team to m-c 2012-01-24 15:05:47 +01:00
Gavin Sharp
ac6d6a1a1d Bug 719254: rename nsBrowserGlue's onBrowserStartup to something more descriptive of what it actually represents (windows have been restored), r=dao 2012-01-18 15:25:05 -08:00
Dão Gottwald
7f834a6bc7 Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
2012-01-24 01:37:54 +01:00
Dão Gottwald
d2a9f09193 Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske
--HG--
extra : rebase_source : 37cad5657cc79391dafecd05ac65c1005334cb98
2012-01-06 14:19:57 +01:00
Dão Gottwald
853310a7bf Backed out changeset 5fbe5ee99a27 for browser_bug321000.js failure 2012-01-06 14:10:55 +01:00
Dão Gottwald
a3b12878cf Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske 2012-01-06 11:26:12 +01:00
Paul O’Shannessy
1d5ce9b157 Bug 615474 - Geolocation prompt alternate choices should be more descriptive [r=gavin] 2011-11-28 13:02:47 -08:00
Paul O’Shannessy
bfd1a9aae7 Bug 615472 - Geolocation prompt should ask the user a question [r=gavin] 2011-11-28 13:02:45 -08:00
Taras Glek
56ec5a67ff Bug 699942: Telemetry Yes->Yes, I want to help r=geekboy 2011-11-04 15:19:45 -07:00
Gavin Sharp
f6b003aea1 Bug 691951: make startup notifications persist until the users close them (disable auto-dismissal), r=zpao
--HG--
extra : transplant_source : %16%B44%1C%03%FC%C3%04%00%EA%8E%A6%D5%96%16%F2%16O%D4%40
2011-11-04 14:45:01 -07:00
Matt Brubeck
cab5c62a9c Back out 24129599cb51 (bug 691951) because of Windows 7 test_resizer failure 2011-11-04 22:26:07 -07:00
Gavin Sharp
7501feed96 Bug 691951: make startup notifications persist until the users close them (disable auto-dismissal), r=zpao
--HG--
extra : transplant_source : %D5%A0r%9A%DA3%F0%C1%E1%00%03%C6%DC%E8Z%B9%1BU%8B%E7
2011-11-04 14:45:01 -07:00
Taras Glek
118ce035fe Bug 697860: Telemetry prompt should be tri-state r=gavin 2011-11-04 10:07:24 -07:00
Taras Glek
90b4abf31e Bug 688223 - Re-prompt user for telemetry opt-in if privacy policy changes r=gavin 2011-10-03 15:05:59 -07:00
Sid Stamm
b4b8a2893f bug 685373 - update telemetry opt-in text to include feature/app usage, r=gavin 2011-09-26 22:07:33 -07:00
Mike Hommey
6da2df23cf Bug 667592 - Bump telemetry notification persistence to 6 2011-06-29 09:55:19 +02:00
Dave Townsend
ae1c38cd55 Bug 476430: Disable third-party add-ons by default and offer them to the user. r=Unfocused, r=robstrong 2011-08-12 13:50:47 -07:00
Marina Samuel
9d4a25fd49 Bug 668622 - Move sync at startup logic (autoConnect, etc.) to SyncScheduler. r=philikon 2011-07-21 12:20:55 -07:00
Mike Hommey
734c3e0b59 Bug 667577 - Don't show the telemetry prompt unless the MOZ_TELEMETRY_REPORTING variable is defined. r=khuey 2011-07-15 18:57:13 +02:00
Mike Hommey
b1afffb116 Bug 652657 - Allow to opt-in for telemetry reporting. r=gavin,ui-r=limi 2011-06-02 10:00:13 +02:00
Gavin Sharp
2bdc02ff5b back out 865bd171fc46 (bug 652657) since review comments weren't addressed 2011-06-23 18:31:49 -04:00
Gavin Sharp
d6fdcfa8c3 back out 9ad2c67333ba (bug 652657) since review comments weren't addressed 2011-06-23 18:31:28 -04:00
Taras Glek
2197d65c22 Bug 652657 - only show telemetry prompt if rights prompt isn't being shown r=gavin 2011-06-23 13:43:37 -07:00
Mike Hommey
9eefd4d1b4 Bug 652657 - Design Telemetry UI r=gavin ui-r=limi 2011-06-02 10:00:13 +02:00
Steffen Wilberg
4815650ea6 Bug 663253: Remove the 'browser.offline' preference (don't remember offline mode from the previous session). r=gavin 2011-06-21 22:23:26 +02:00
Dave Townsend
b411b761a2 Bug 652692: Remove extensionsManagerOverlay.xul. r=gavin
try: -b do -p linux,linux64,macosx,macosx64,win32 -u xpcshell,mochitest-o -t none
2011-04-27 10:46:22 -07:00
Ed Morley
dc522a2396 Bug 651622 - Remove WinCE code from browser/* r=dolske 2011-04-22 01:14:59 +02:00
Marco Bonardo
5d3f667f0f Bug 553885 - Followup for permaorange. 2011-04-13 03:15:39 +02:00
Marco Bonardo
28b33183a7 Bug 539067 - Cleanup and re-enable test_browserGlue_prefs.js.
r=sdwilsh
2011-04-13 02:43:28 +02:00
Marco Bonardo
63f4ad2208 Bug 553885 - cleanup and re-enable test_browserGlue_distribution.js
r=sdwilsh
2011-04-12 16:32:20 +02:00
Margaret Leibovic
279e7fb21b Bug 646858 - Remove old geolocation learn more link code from nsBrowserGlue.js r=gavin 2011-03-31 10:50:03 -07:00
Ehsan Akhgari
49fceed112 Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Margaret Leibovic
e1a9a8f465 Bug 646858 - Remove old geolocation learn more link code from nsBrowserGlue.js r=gavin 2011-03-31 10:50:03 -07:00
Paul O’Shannessy
8bbeef47db Followup to Bug 629485 - Show close window warning when closing the last window [r=gavin, a=blocking2.0:betaN+] 2011-02-08 11:04:13 -08:00
Paul O’Shannessy
69785033ee Bug 629485 - Show close window warning when closing the last window [r=gavin, a=blocking2.0:betaN+] 2011-02-07 17:50:37 -08:00
Jeff Walden
15fda24aa9 Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
Jeff Walden
882117c5e3 Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
Jeff Walden
0b1095570c Orange fixes, bad code using reserved words as identifiers. r=orange 2011-01-22 21:29:22 -08:00
Marco Bonardo
504c59b8a4 Bug 574514 - Hide personal toolbar only if user did not customize it or edited bookmarks.
r=gavin a=blocking
2010-12-22 19:26:18 +01:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Marco Bonardo
cda96e3e39 Bug 493557 - Entries for "Recent Tags" and "Recently Bookmarked" are flipped on upgrade.
r=dietrich a=dietrich
2010-11-23 14:04:07 +01:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
50d31806a3 Bug 552023 - Kill Places partitioned temp tables.
r=sdwilsh
r=mak
a=blocking2.0
2010-08-09 17:59:59 +02:00
Ehsan Akhgari
03894bd5c2 Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Ehsan Akhgari
ff11ef48ac Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows 2010-10-03 22:18:18 -04:00
Ehsan Akhgari
b4c63ec0a1 Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Doug Turner
4511728eeb Bug 594261 - Factor out geolocation prompt into something that can be reused. r=olli,gavin a=stuart
--HG--
extra : rebase_source : cd9b27a7c81f3eb61b79642e327ce086306a2535
2010-09-09 21:59:51 -07:00
Frank Yan
d10ba6b3bb Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske 2010-09-02 19:20:12 -07:00
Marco Bonardo
0054893ef4 Bug 580892 - Checking 'clear history when minefield closes' is not clearing cache on shutdown. r=sdwilsh a=blocking 2010-08-27 21:24:54 -04:00
Chris Pearce
f7e6dbb756 Backed out changeset 367d4e57cbd2 due to 4% twinopen regression on linux. a=backout. 2010-08-20 21:50:09 +12:00
Frank Yan
4709918f42 Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske 2010-08-20 19:35:09 +12:00
Dão Gottwald
4d980b0259 Bug 580512 - App tabs should outlive normal sessions. r=dietrich, vlad 2010-08-13 14:40:19 +02:00
Frank Yan
8dedc55f53 Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske 2010-12-08 21:24:46 -08:00
Dão Gottwald
f9ace114ee Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv 2012-08-30 13:49:05 +02:00
Dão Gottwald
4a3d75b8d5 Backed out changeset 3137ecdfdb60 to see if Ts Shutdown/MIN Dirty Profile on MacOSX 10.5.8 goes back down 2010-08-19 14:28:54 +02:00
Dão Gottwald
b5cf328eea Bug 580512 - App tabs should outlive normal sessions. r=dietrich, vlad 2010-08-13 14:40:19 +02:00
Mike Connor
fb535cd8ad Bug 586094 - Enabling Sync regresses Ts on all platforms, r=dolske, a=beltzner 2010-08-11 21:28:27 -04:00
Michael Wu
953d3c4563 Bug 556644 - 3. Let the browser reset bookmarks from the omnijar, r=sdwilsh sr=vlad a=blocking2.0 2010-08-10 15:15:26 -07:00
Paul O’Shannessy
a0f738c0fd Bug 571897 (Sync UI) - Part 3: General hookup [r=dolske] 2010-08-02 16:37:56 -07:00
Marco Bonardo
8f64c96f88 Bug 574511 - Make bookmarks button customize-able. r=dao 2010-07-09 12:44:01 -07:00
Benjamin Smedberg
762def30bb Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Gavin Sharp
667010d2ba Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao 2010-04-09 13:45:25 -04:00
Justin Dolske
1285738f71 Bug 535520 bustage fix. 2010-06-14 16:00:34 -07:00
Justin Dolske
8e4cda544d Bug 535520 - Fix for bug 531703 should use #ifdef MOZ_UPDATER. r=rs 2010-06-14 15:24:42 -07:00
Marco Bonardo
dbe1232637 Bug 553070 - Allow XPCOMUtils to do category registration for specific apps. r=sayrer 2010-05-22 10:41:00 +02:00
Kurt Schultz
9a47bc524b Bug 515435 - Remove "Get Bookmark Add-ons" from default bookmarks. r=mak l10n-r=pike 2010-04-28 09:17:09 +02:00
Marco Bonardo
2ad8eca76b Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich
--HG--
rename : toolkit/components/places/src/utils.js => toolkit/components/places/src/PlacesUtils.jsm
2010-04-26 21:04:17 +02:00
Marco Bonardo
fb990de175 Bug 529821 - followup: fix an unwanted scope change in BrowserGlue 2010-04-22 16:11:21 +02:00
Marco Bonardo
f0b25bedf3 Bug 529821 - Places should shutdown earlier (at profile-before-change). r=sdwilsh r=ehsan 2010-04-22 14:53:54 +02:00
Gavin Sharp
a1f696ec2c Bug 558774: use Services.jsm in browser glue, r=dao 2010-04-12 10:33:10 -04:00
Robert Strong
bf2f5cf1d9 Bug 538331 - On update perform action based upon the update metadata. r=dietrich, r=dtownsend, r=gavin, ui-r=beltzner 2010-04-06 19:49:23 -07:00
Marco Bonardo
2483b43786 Bug 546942 - Move places import-export-service to toolkit. r=sdwilsh
--HG--
rename : browser/components/places/public/nsIPlacesImportExportService.idl => toolkit/components/places/public/nsIPlacesImportExportService.idl
rename : browser/components/places/src/nsPlacesImportExportService.cpp => toolkit/components/places/src/nsPlacesImportExportService.cpp
rename : browser/components/places/src/nsPlacesImportExportService.h => toolkit/components/places/src/nsPlacesImportExportService.h
2010-03-24 02:17:49 +01:00
Dão Gottwald
e67e348580 add missing spaces; 'switch' is not a function 2010-02-06 11:40:06 +01:00
Dão Gottwald
e7f3595616 Bug 528732 - getMostRecentBrowserWindow should skip closed windows. r=gavin 2010-01-24 11:20:10 +01:00
Dietrich Ayala
b4a29c377e Bug 539870 - don't load distribution.js until needed (r=marco) 2010-01-21 15:49:11 -08:00
Dietrich Ayala
3772801f47 Bug 532542 - nsBrowserGlue has a bunch of anonymous functions, r=rstrong 2009-12-17 22:28:08 +01:00
Justin Dolske
0cfb131c4b Bug 531703 - Minimize disk space usage on Windows CE. r+a=vladimir 2009-12-14 22:28:40 -08:00
Martin McNickle
2fae78c862 Bug 510523 - Checking "Remember for this site" stops prompt from working on file:// URIs. r=dougt/gavin
--HG--
extra : rebase_source : 0a17f35c5d9220e4a1c852d22b245bba8a5afb5b
2009-12-13 14:38:16 -08:00
Martin McNickle
585f3925b9 Bug 510424 - Geolocation notification does not show requester of location for file:// URLs. r=dougt/gavin ui=beltzner
--HG--
extra : rebase_source : 3e333d15f04581e2901906b60a19aa3d548ed7c3
2009-12-12 13:39:26 -08:00
Reed Loden
2d64c217b5 Another follow-up to bug 527784: just use resource:/// across the board because xpcshell doesn't implement resource://app/ like toolkit's nsXREDirProvider does. 2009-11-10 23:39:13 -06:00
Reed Loden
8519a3f070 Bug 527784 - "Browser code incorrectly looking for browser-only modules in gre location" [r=gavin] 2009-11-10 16:42:19 -06:00
Dão Gottwald
c5f31ac9ac Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
2009-11-02 22:04:15 +01:00
Marco Bonardo
6b1e89f0ef Bug 478718 - Move last Places sync to xpcom-shutdown, r=sdwilsh
--HG--
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown.js
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application_with_removeAllPages.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown_with_removeAllPages.js
2009-10-14 11:53:13 +02:00
Jim Mathies
2c74c8f242 Bug 518666 - avoid importing win7 specific jsm on lesser os. r=dao. 2009-10-08 15:08:35 -05:00
Jim Mathies
4cd8da9491 Bug 520801 - Remove sub directory from taskbar module path. Addresses installer build issues which prevented jsm installation. r=dao.
--HG--
rename : browser/components/wintaskbar/jumpLists.jsm => browser/components/wintaskbar/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/preview-per-tab.jsm => browser/components/wintaskbar/WindowsPreviewPerTab.jsm
2009-10-07 20:06:30 -05:00
Jim Mathies
8387b9805b Bug 518666 - Fix for bad nsBrowserGlue.js import. r=dao. 2009-10-07 13:06:06 -05:00
Jim Mathies
8a663f72e8 Bug 518666 - Add Firefox win7 jump list support. r=sdwilsh, r=dao. 2009-10-07 04:09:11 -05:00
Marco Bonardo
3d82d1b8c4 Bug 520547 - revert renaming of PlacesUtils methods from bug 477583. r=mano, r=gavin 2009-10-06 15:47:58 +02:00
Marco Bonardo
fdc9c1fda9 Forgot to remove observer in bug 516444, r=trivial-post-facto 2009-10-05 16:43:10 +02:00
Marco Bonardo
c62a4b0301 Bug 516444 - Installation of Firefox Custom Builds without migration from a 2nd Browser is missing the Firefox default bookmarks, r=thunder 2009-10-05 12:13:04 +02:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Marco Bonardo
cbf9435322 Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano 2009-09-29 12:44:18 +02:00
Gavin Sharp
020d7878f9 Bug 513023 - Move about:rights content to toolkit. r=benjamin
--HG--
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights-unbranded.xhtml
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights.xhtml
rename : browser/locales/en-US/chrome/browser/aboutRights.dtd => toolkit/locales/en-US/chrome/global/aboutRights.dtd
rename : browser/locales/en-US/chrome/browser/aboutRights.properties => toolkit/locales/en-US/chrome/global/aboutRights.properties
2009-09-04 14:27:14 +02:00
Dave Townsend
d4f2e9ccb0 Bug 479805: browser.offline should only be consulted during startup. r=dao 2009-08-18 16:39:37 +01:00
Ehsan Akhgari
512200fc27 Bug 496595 - Privacy leak in "remember for this site" permission of geolocation - persists outside of private browsing; r=mconnor 2009-08-02 22:23:04 +04:30
Nils Maier
d3bbbdf0b5 Bug 354894 - Session restore doesn't work if process hasn't exited. r=zeniko,dao sr=vlad 2009-07-31 06:57:57 +02:00
Gavin Sharp
ca3f7d6c20 Bug 497482: flush 'save session' pref explicitly when shutting down, since some ways of shutting down on mac cause us to avoid saving prefs, r=mconnor 2009-06-11 16:17:33 -04:00
Doug Turner
1e792de99a Bug 491769 - add access key to the checkbox in the geolocation infobar. r=gavin 2009-05-06 16:32:37 -07:00
Doug Turner
fc0b439cae Bug 491739 - change geolocation prompt strings for 3.5 final r=gavin 2009-05-06 16:25:31 -07:00
Doug Turner
2302f91fad Bug 491732 - Add geolocation to Page Info. r=gavin 2009-05-06 15:38:50 -07:00
Doug Turner
ae0a1a1171 Bug 488574 - remove hardcoded english strings caused by bug 488218. r=gavin 2009-04-20 09:00:53 -07:00
Myk Melez
a9fc30c50d Bug 488821 - rememberChoice checkboxes conflict in two tabs with geolocation notifications. r=dougt/gavin 2009-04-17 09:27:26 -07:00
Doug Turner
b604ce1603 Bug 488218 - Updating geolocation notification prompt. r=gavin, ui=beltzner 2009-04-15 14:49:11 -07:00
Marco Bonardo
7bbbff9a38 Bug 484263 - Most visited, recently bookmarked and recent tags folder re-added when they are upgraded, r=dietrich 2009-03-26 13:58:32 +01:00
Doug Turner
76ed67c46a Bug 483845 - Update Geolocation Strings to match latest madhava mockups. r=mconnor 2009-03-18 15:56:14 -07:00
Marco Bonardo
266a76ab6d Bug 428690 - Two entries added to history menu when visiting a page that redirects, r=dietrich 2009-03-17 22:00:50 +01:00
Mike Beltzner
a853df172a Bug 479645. Slight wording fix to rights stuff. r=gavin,pike. 2009-02-25 14:54:14 -05:00
Ehsan Akhgari
f6ed1bb325 Bug 468565 - Change the quit dialog box options when the user is in private browsing mode; r=mconnor 2009-02-17 23:26:16 +03:30
Marco Bonardo
8af19aa0fb Bug 474582 - With initial migration Shiretoko doesn't import favorites from Internet Explorer 7 anymore, r=dietrich 2009-02-09 19:16:02 +01:00
Dão Gottwald
3275d0edcb Bug 462222 - getZOrderDOMWindowEnumerator broken on both Linux and Mac. r=mconnor 2009-01-13 21:18:03 +01:00
Marco Bonardo
8fae52f7ef Bug 471850 - more than one 'Most Visisted' tabs in toolbar when importing bookmarks.html created by autoExportHTML, r=dietrich 2009-01-13 11:48:28 +01:00
mak77@bonardo.net
1c24addb1a Bug 470348 - clear private data on shutdown does not delete history if "ask me before..." is enabled (r=dietrich, gavin) 2009-01-06 12:41:08 -08:00
Dietrich Ayala
17dd8776c4 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-30 13:44:55 +01:00
Dietrich Ayala
44e08929e7 backout bug 414715 due to leaks 2008-12-29 17:22:39 -08:00
Dietrich Ayala
c51318949c Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-29 14:49:05 -08:00
Marco Bonardo
204e9d8459 Bug 466827 - browser.places.leftPaneFolderId is useless, r=dietrich 2008-12-11 15:23:25 +01:00