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