Commit Graph

4158 Commits

Author SHA1 Message Date
Christian Sonne
9e6a426567 Bug 870112 - Migrate plugins.hide_infobar_for_missing_plugin to plugins.notifyMissingFlash r=dolske 2013-05-08 17:20:20 -07:00
Phil Ringnalda
50de41e318 Merge m-c to fx-team 2013-05-07 19:55:28 -07:00
Phil Ringnalda
28a1f905c5 Merge m-c to s-c 2013-05-07 19:53:31 -07:00
Mike Connor
231e441e53 Bug 863082 - Prefpane links should open in a new window if prefwindow is modal, r=jaws
X
2013-05-06 11:05:46 -04:00
Blair McBride
d4b5a0d71a Backed out changeset 4b42aaccf679 (bug 864355) for breaking everything. 2013-04-29 20:54:00 +12:00
Mike Conley
eed7b3a5db Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=jaws. 2013-04-25 15:28:37 -04:00
Ioana Budnar
75ede70b06 Bug 862371 - Test that closed private windows can't be restored.r=ttaubert 2013-05-07 14:03:14 +03:00
Jared Wein
e726c53056 Bug 862886 - The toolbarbutton that spawns the subview in the menu panel should have a blue background. r=dao 2013-04-24 13:32:10 -04:00
Jared Wein
40ca5ea733 Bug 573329 - Remove 'text' and 'text&icons' mode for toolbar buttons. r=mconley 2013-04-24 13:26:01 -04:00
Mike Conley
a8b2de3815 Automated merge with https://hg.mozilla.org/projects/ux 2013-04-24 11:17:47 -04:00
Mike Conley
8329f0f9ad Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-04-24 10:54:12 -04:00
Mike Conley
786fba14bd Automated merge with https://hg.mozilla.org/mozilla-central 2013-04-23 10:50:24 -04:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Gavin Sharp
3b382f8812 Bug 871363 - Rename nsBrowserGlue's _onProfileStartup to _finalUIStartup to clarify when it actually is called. r=dao 2013-05-13 09:25:39 -07:00
Gavin Sharp
6ff5e33807 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Blair McBride
4f2ccf3a07 Bug 858196 - Move all customization code to be under browser/components/customizableui/. r=jaws.
--HG--
rename : browser/base/content/customizing.xhtml => browser/components/customizableui/content/aboutCustomizing.xhtml
rename : browser/base/content/customize.inc => browser/components/customizableui/content/customizeMode.inc.xul
rename : browser/base/content/panelUI.inc => browser/components/customizableui/content/panelUI.inc.xul
rename : browser/base/content/panelUI.js => browser/components/customizableui/content/panelUI.js
rename : browser/base/content/panelUI.xml => browser/components/customizableui/content/panelUI.xml
rename : browser/base/content/panelUIOverlay.js => browser/components/customizableui/content/panelUIOverlay.js
rename : browser/base/content/panelUIOverlay.xul => browser/components/customizableui/content/panelUIOverlay.xul
rename : browser/base/content/toolbar.xml => browser/components/customizableui/content/toolbar.xml
rename : browser/modules/CustomizableUI.jsm => browser/components/customizableui/src/CustomizableUI.jsm
rename : browser/modules/CustomizeMode.jsm => browser/components/customizableui/src/CustomizeMode.jsm
rename : browser/themes/linux/customization/customization-mode-background.jpg => browser/themes/linux/customizableui/customization-mode-background.jpg
rename : browser/themes/linux/panelUIOverlay.css => browser/themes/linux/customizableui/panelUIOverlay.css
rename : browser/themes/osx/customization/customization-mode-background.jpg => browser/themes/osx/customizableui/customization-mode-background.jpg
rename : browser/themes/osx/panelUIOverlay.css => browser/themes/osx/customizableui/panelUIOverlay.css
rename : browser/themes/shared/customization.inc.css => browser/themes/shared/customizableui/customizeMode.inc.css
rename : browser/themes/shared/panelUIOverlay.inc.css => browser/themes/shared/customizableui/panelUIOverlay.inc.css
rename : browser/themes/windows/customization/customization-mode-background.jpg => browser/themes/windows/customizableui/customization-mode-background.jpg
rename : browser/themes/windows/panelUIOverlay.css => browser/themes/windows/customizableui/panelUIOverlay.css
2013-04-15 17:34:52 +12:00
Tim Taubert
4d617e4b7c merge m-c to fx-team 2013-05-01 10:18:22 +02:00
Yura Zenevich
f7ebeec3ed [PATCH 2/2] Bug 833286 - added tests for improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
 browser/components/sessionstore/test/Makefile.in   |    1 +
 .../test/browser_833286_atomic_backup.js           |  143 ++++++++++++++++++++
 2 files changed, 144 insertions(+), 0 deletions(-)
 create mode 100644 browser/components/sessionstore/test/browser_833286_atomic_backup.js
2013-04-30 14:07:54 +02:00
Yura Zenevich
b93850ce02 [PATCH 1/2] Bug 833286 - added improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
 .../components/sessionstore/src/SessionStore.jsm   |   45 +++++--
 .../components/sessionstore/src/_SessionFile.jsm   |  131 ++++++++++++++-----
 2 files changed, 127 insertions(+), 49 deletions(-)
2013-04-30 14:07:40 +02:00
Tim Taubert
f4b1da2719 Bug 864711 - Simplify test page for browser_pageshow.js to ensure it's put into bfcache; r=yoric 2013-04-29 10:02:45 +02:00
Paolo Amadini
9c48636977 Bug 832672 - Downloads Panel gives no indication or feedback on missing files. r=mak ui-r=shorlander 2013-04-24 02:19:49 +02:00
Nicholas Wilson
7a56a68eb7 Bug 436801 - Support XHTML in feed titles. r=sayrer,adw 2013-04-26 23:57:49 -07:00
Ryan VanderMeulen
0bfa85f631 Merge m-c to inbound. 2013-04-26 13:06:35 -04:00
Tim Taubert
560a28af24 Bug 865127 - Clean up priority queue keeping track of tabs to restore; r=yoric 2013-04-25 17:58:27 +02:00
Jonathan Kew
16a3baa743 bug 864107 - constrain restored window dimensions to available screen area. r=ttaubert 2013-04-26 12:41:29 +01:00
Ioana Budnar
a82a8df781 Bug 856043 - Test that the Restore Previous Session menu item is not displayed in private mode. r=ehsan 2013-05-07 15:10:00 +03:00
Ioana Budnar
45301608b1 Bug 856043 - Tests to check that session restore buttons from in-content pages are disabled in private mode. r=ehsan 2013-05-07 14:11:22 +03:00
Mike Conley
86842499a7 Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused. 2013-03-26 17:23:23 -04:00
Michael Brennan
7f93d60879 Bug 865312 - Remove DownloadsIndicatorView functions onDragLeave and onDragExit. r=mak 2013-05-13 09:22:30 -04:00
Ed Morley
2710e5d6a9 Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
Mike Shal
d2b29f4e87 Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Mike Hommey
46aa994414 Bug 842334 - Move distribution/ back to the installation directory. r=bsmedberg,r=gavin 2013-05-11 20:14:58 +02:00
Jonathan Kew
80d04656e2 bug 860578 - fix missing favicons in Panorama view. r=dao 2013-05-09 11:58:09 +01:00
Ryan VanderMeulen
76a1822cda Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange. 2013-05-02 21:20:08 -04:00
Gavin Sharp
c154651715 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Bill McCloskey
f079230fe4 Bug 862078 - Use an about:config preference to control multiprocess browsing, part 3 (r=felipe) 2013-04-22 19:47:58 -07:00
Phil Ringnalda
7a0d4fe1fa Merge m-c to m-i 2013-04-21 19:43:19 -07:00
Paolo Amadini
678122da22 Bug 851461 - Make the JavaScript API for downloads available in parallel to nsIDownloadManager. r=mak 2013-04-22 04:23:25 +02:00
Tim Taubert
a54ebc5937 Bug 863227 - Lazily retrieve list of nsIDocShell.allow* properties to (re)store docShell capabilities; r=yoric
--HG--
rename : browser/components/sessionstore/test/browser_493467.js => browser/components/sessionstore/test/browser_capabilities.js
2013-04-20 10:05:20 +02:00
Tim Taubert
7fcfa88eb1 Bug 862442 - Use a content script to listen for input and change events; r=yoric 2013-04-20 10:05:20 +02:00
Tim Taubert
6123af3720 Bug 861409 - Use a content script to listen for pageshow events; r=yoric,jaws 2013-04-20 10:05:20 +02:00
Marco Bonardo
93a632cbb6 Bug 851519 - Keyboard commands may executed on the wrong download in the panel
r=Mano
2013-04-17 16:16:09 +02:00
Raymond Lee
5bd7a21edc Bug 855638 - Part 1: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak 2013-04-17 14:08:11 +08:00
Raymond Lee
2bbf35abf4 Bug 852034 - Replace restoreBookmarksFromJSONFile with importFromFile. r=mano 2013-04-17 13:36:02 +08:00
Alexandre Poirot
6d5f258dde Bug 857073 - Simplify ChromeUtils usages. r=jmaher 2013-04-16 16:46:47 -04:00
Mike Shal
24b4056720 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Marco Bonardo
12b1d01ab0 Bug 748894 - Move the bookmark star button outside of the location bar.
r=Mano
2013-04-23 16:06:17 +02:00
Gavin Sharp
71d1b3f0b6 Bug 703377: remove now-unused pref override functionality, r=dolske
--HG--
extra : transplant_source : %C1%B65%07%B60XS%AB%DD%EF7Hx%A5%8Cz%11%04%97
2011-11-17 13:41:04 -08:00
Ryan VanderMeulen
fb3f4e9134 Merge the last PGO-green inbound changeset to m-c. 2013-04-15 21:49:22 -04:00
Gregory Szorc
f10c4d0e8c Merge mozilla-central into services-central 2013-04-15 16:55:11 -07:00
Richard Newman
909f3d76d4 Merge m-c to s-c. 2013-04-10 17:57:37 -07:00
Mike de Boer
cbf9825b5c Bug 738818 part 3: Make changing currentEngine also change defaultEngine, including for about:home. r=fryn ui-r=limi sr=gavin 2013-04-09 17:12:27 -07:00
Richard Newman
274895bb0e Merge m-c to s-c.
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
2013-04-08 22:03:23 -07:00
Richard Newman
75760f03a6 Bug 853138 - Follow-up: change category name in tests. r=gps 2013-04-08 20:26:23 -07:00
Richard Newman
5555c6d37b Merge m-c to s-c. 2013-04-08 10:55:12 -07:00
Richard Newman
ad76ea75f4 Merge m-c to s-c. 2013-04-02 14:00:32 -07:00
Xin Zhang
3ebe0ee79c Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak 2013-04-06 14:46:35 -04:00
Richard Newman
7292f857d7 Merge m-c to s-c. 2013-03-30 22:49:08 -07:00
Ryan VanderMeulen
56631e4a1e Backed out changeset badf8d382f79 (bug 850210) for frequent mochitest-bc failures on a CLOSED TREE. 2013-03-30 16:48:44 -04:00
Richard Newman
6050c01dfd Bug 841554 - Part 3: follow-up fix for another test failure. r=trivial, a=bustage. 2013-03-29 13:29:19 -07:00
Drew Willcoxon
7bb6d1a156 Bug 856366 - Fix intermittent browser_privatebrowsing_zoomrestore.js failure, part 2. r=test 2013-04-01 23:30:25 -07:00
Ryan VanderMeulen
2436630ae0 Merge m-c to inbound. 2013-04-12 17:36:56 -04:00
Ryan VanderMeulen
3af9fd961e Merge m-c to fx-team 2013-04-12 15:07:48 -04:00
Tim Taubert
36f54048f1 Bug 845681 - Save session states without any open windows on Mac OS X; r=felipe 2013-04-12 20:35:24 +02:00
Ryan VanderMeulen
4ad166a59e Merge m-c to fx-team. 2013-04-12 10:44:26 -04:00
Gijs Kruitbosch
b921f22eda Bug 860033 - un-generic-ify _showExceptions, r=gavin
--HG--
extra : rebase_source : 0a1dd71567a95892e0a8ad40c513c8baeb63be57
2013-04-11 19:41:21 -07:00
Phil Ringnalda
f91025924c Merge m-c to fx-team 2013-04-11 20:55:39 -07:00
Prasanth Balakrishnan
5b8decf3aa Bug 586067 - Store last accessed timestamp for tabs. r=ttaubert 2013-04-11 21:50:34 +02:00
Mike de Boer
e2394534f2 Bug 819493: the Know Your Rights notification box has moved to be shown as default snippet on first startup. r=gavin 2013-04-09 16:48:30 -07:00
Ryan VanderMeulen
c0d89e121e Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes. 2013-04-11 11:53:13 -04:00
Cykesiopka
809e52fbfa Bug 448945 - Add additional font sizes to minimum font size list. r=jaws 2013-04-12 08:20:31 -04:00
Cykesiopka
039c2ac752 Bug 794410 - Prevent drag and dropping an about: tab to the download button downloading the associated XUL file. r=paolo 2013-04-08 08:29:30 -04:00
Frank Yan
02869eede1 Bug 795495 - Addendum: Fix browser_google.js's data URI again. a=test-only 2013-04-08 04:48:40 +01:00
Frank Yan
acb1626ca1 Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske 2013-04-08 03:02:43 +01:00
Phil Ringnalda
7e56fa26af Back out 75f108f790a1 (bug 795495) for breaking browser_google.js
CLOSED TREE
2013-04-07 20:37:55 -07:00
Frank Yan
f1b0fe22fd Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske 2013-04-08 03:02:43 +01:00
Mike de Boer
5eaa4176a1 Bug 738818 part 2: remove keyword.URL, r=gavin, sr=bz 2013-03-21 11:51:27 +01:00
Mike de Boer
cf8607be57 Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin 2013-04-09 17:04:22 -07:00
Phil Ringnalda
b636e4bf9b Back out ec6dd0cc8053:3c55e92d87a6 (bug 738818) for being on top of bustage, and b50153f9e011 (bug 819493) for bustage
CLOSED TREE
2013-04-09 21:14:56 -07:00
Mike de Boer
17035d928b Bug 738818 part 3: Make changing currentEngine also change defaultEngine, including for about:home. r=fryn ui-r=limi sr=gavin 2013-04-09 17:12:27 -07:00
Mike de Boer
9961d20654 Bug 738818 part 2: remove keyword.URL, r=gavin, sr=bz 2013-03-21 11:51:27 +01:00
Mike de Boer
7de8174c31 Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin 2013-04-09 17:04:22 -07:00
Mike de Boer
d963e48612 Bug 819493: the Know Your Rights notification box has moved to be shown as default snippet on first startup. r=gavin
--HG--
extra : rebase_source : f16a45e155e1a151c010ceaaab0d2878ea4a5da4
2013-04-09 16:48:30 -07:00
Drew Willcoxon
c722ef5ca6 Bug 856366 - Fix intermittent browser_privatebrowsing_zoomrestore.js failure and add logging to debug underlying problem. r=test 2013-04-01 17:13:39 -07:00
Xin Zhang
a6ce1a76a4 Bug 82301 - Show all history should expand Today history folder by default. r=mak 2013-03-27 11:32:34 -04:00
Honza Bambas
e7a737bf35 Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-15 14:38:48 +02:00
Drew Willcoxon
d9ddb778b5 Bug 829456 - Update browser-fullZoom.js to use nsIContentPrefService2. r=mak 2013-03-16 15:12:31 -07:00
Felipe Gomes
6d7f340d3d Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw 2013-03-29 23:08:52 -03:00
Felipe Gomes
8eb577433f Bug 850210 - Part 1. Update ForgetAboutSite.jsm to use the nsIContentPrefService2 API. r=adw 2013-03-29 23:08:46 -03:00
Kyle Machulis
d2b6e6e01a Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Ryan VanderMeulen
e9c65dfa10 Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE. 2013-04-11 17:00:28 -04:00
Brian Smith
10053064aa Bug 733632: Remove SSL/TLS Version UI, r=kaie, r=bsmith
--HG--
extra : rebase_source : cc07bd85a1edca19844fa41da2b0572538fff9c7
2013-04-11 11:01:17 -07:00
Honza Bambas
52e949bcbc Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-11 18:26:06 +02:00
Neil Deakin
f79e9ffda7 Bug 566746, use improved callback api for asyncronous form history methods, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
cbf19df4af Bug 566746 - main test for asynchronous form history module FormHistory.jsm and changes to notification test, r=mak 2013-04-11 04:01:49 -04:00
Cykesiopka
4dd05afb86 Bug 394144 - Add keyboard accelerator for "Do not ask next time" in quit dialog. r=paulo 2013-04-03 07:59:30 -04:00
Gijs Kruitbosch
0c63cc191b Bug 854583 - Use 'pointer' instead of 'cursor' for mouse lock, r=dolske
--HG--
extra : rebase_source : 8dae0bae57c516727040576a92618cf7a96570b0
2013-04-03 10:22:05 +02:00
Gavin Sharp
39d19cfbf2 Bug 851586, r=bz
--HG--
extra : rebase_source : 4144764238b0f38f1457358b1c9f61bc4d347424
2013-03-19 12:23:43 +01:00